From 3c8d54e0656b56ae21da9b1568d008fb2a739698 Mon Sep 17 00:00:00 2001 From: MAJigsaw77 <77043862+MAJigsaw77@users.noreply.github.com> Date: Sun, 22 Mar 2026 21:03:29 +0200 Subject: [PATCH 01/15] Remove `mojoal` --- .gitmodules | 4 ---- project/Build.xml | 25 ++++++++++------------ project/lib/README.md | 1 - project/lib/mojoal | 1 - project/lib/mojoal-files.xml | 20 ----------------- project/src/backend/sdl/SDLApplication.cpp | 2 +- 6 files changed, 12 insertions(+), 41 deletions(-) delete mode 160000 project/lib/mojoal delete mode 100644 project/lib/mojoal-files.xml diff --git a/.gitmodules b/.gitmodules index 393daa81a4..3dbde91707 100644 --- a/.gitmodules +++ b/.gitmodules @@ -71,10 +71,6 @@ path = project/lib/mbedtls url = https://github.com/Mbed-TLS/mbedtls shallow = true -[submodule "project/lib/mojoal"] - path = project/lib/mojoal - url = https://github.com/icculus/mojoAL - shallow = true [submodule "project/lib/hashlink"] path = project/lib/hashlink url = https://github.com/HaxeFoundation/hashlink diff --git a/project/Build.xml b/project/Build.xml index 080273bf5a..d88e5199bb 100644 --- a/project/Build.xml +++ b/project/Build.xml @@ -24,12 +24,8 @@ - - - - - - + + @@ -180,13 +176,16 @@
- - +
+ + + + + + +
+ - - - - @@ -352,7 +351,6 @@ - @@ -384,7 +382,6 @@ - diff --git a/project/lib/README.md b/project/lib/README.md index 92a72c8fa5..3e08643112 100644 --- a/project/lib/README.md +++ b/project/lib/README.md @@ -12,7 +12,6 @@ Lime includes code from several other C/C++ libraries, listed below. Lime prefer - [**libjpeg-turbo**](https://www.libjpeg-turbo.org/) | [primary repo](https://github.com/libjpeg-turbo/libjpeg-turbo) - **LZMA** | [download](https://www.7-zip.org/sdk.html) | [unofficial GitHub mirror](https://github.com/openfl/liblzma) - [**mbed TLS**](https://tls.mbed.org/) | [primary repo](https://github.com/Mbed-TLS/mbedtls) -- [**MojoAL**](https://icculus.org/mojoAL/) | [primary repo](https://github.com/icculus/mojoAL/) - [**Neko**](https://nekovm.org/) | [primary repo](https://github.com/HaxeFoundation/neko) - [**Ogg**](https://www.xiph.org/ogg/) | [primary repo](https://github.com/xiph/ogg) - [**OpenAL Soft**](https://openal-soft.org/) | [primary repo](https://github.com/kcat/openal-soft) diff --git a/project/lib/mojoal b/project/lib/mojoal deleted file mode 160000 index 485967ff83..0000000000 --- a/project/lib/mojoal +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 485967ff83fbdff96ad0d46c68ec27977be53f4c diff --git a/project/lib/mojoal-files.xml b/project/lib/mojoal-files.xml deleted file mode 100644 index 08d1e24964..0000000000 --- a/project/lib/mojoal-files.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/project/src/backend/sdl/SDLApplication.cpp b/project/src/backend/sdl/SDLApplication.cpp index cc34a990c8..b7f7938f45 100644 --- a/project/src/backend/sdl/SDLApplication.cpp +++ b/project/src/backend/sdl/SDLApplication.cpp @@ -44,7 +44,7 @@ namespace lime { Uint32 initFlags = SDL_INIT_VIDEO | SDL_INIT_GAMEPAD | SDL_INIT_JOYSTICK | SDL_INIT_SENSOR; - #if defined(LIME_MOJOAL) || defined(LIME_OPENALSOFT) + #ifdef LIME_OPENALSOFT initFlags |= SDL_INIT_AUDIO; #endif From 9f74d917faf926cfa7f458958a036e6a80b60064 Mon Sep 17 00:00:00 2001 From: MAJigsaw77 <77043862+MAJigsaw77@users.noreply.github.com> Date: Sun, 22 Mar 2026 22:50:47 +0200 Subject: [PATCH 02/15] Update `openal` --- project/lib/custom/openal/include/config.h | 38 +- .../backends/config_backends-macos-arm64.h | 41 - .../backends/config_backends-macos-x86_64.h | 41 - .../backends/config_backends-windows-x86_64.h | 41 - .../include/config/config-linux-x86_64.h | 55 - .../include/config/config-macos-arm64.h | 53 - .../include/config/config-windows-x86.h | 53 - .../include/config/simd/config_simd-android.h | 10 - .../config/simd/config_simd-iphoneos.h | 10 - .../config/simd/config_simd-linux-x86_64.h | 27 - .../config/simd/config_simd-macos-arm64.h | 10 - .../config/simd/config_simd-macos-x86_64.h | 10 - .../config/simd/config_simd-windows-x86.h | 10 - .../config/simd/config_simd-windows-x86_64.h | 10 - .../custom/openal/include/config_backends.h | 40 +- .../lib/custom/openal/include/config_simd.h | 42 +- .../custom/openal/include/default_hrtf.hpp | 159845 +++++++++++++++ .../custom/openal/include/default_hrtf.txt | 159841 -------------- .../android/config.h} | 13 +- .../android/config_backends.h} | 14 - .../apple/config.h} | 21 +- .../apple/config_backends.h} | 14 - .../linux/config.h} | 29 +- .../linux/config_backends.h} | 14 - .../windows/config.h} | 15 +- .../windows/config_backends.h} | 14 - project/lib/custom/openal/include/version.h | 8 +- project/lib/openal | 2 +- project/lib/openal-files.xml | 414 +- 29 files changed, 160184 insertions(+), 160551 deletions(-) delete mode 100644 project/lib/custom/openal/include/config/backends/config_backends-macos-arm64.h delete mode 100644 project/lib/custom/openal/include/config/backends/config_backends-macos-x86_64.h delete mode 100644 project/lib/custom/openal/include/config/backends/config_backends-windows-x86_64.h delete mode 100644 project/lib/custom/openal/include/config/config-linux-x86_64.h delete mode 100644 project/lib/custom/openal/include/config/config-macos-arm64.h delete mode 100644 project/lib/custom/openal/include/config/config-windows-x86.h delete mode 100644 project/lib/custom/openal/include/config/simd/config_simd-android.h delete mode 100644 project/lib/custom/openal/include/config/simd/config_simd-iphoneos.h delete mode 100644 project/lib/custom/openal/include/config/simd/config_simd-linux-x86_64.h delete mode 100644 project/lib/custom/openal/include/config/simd/config_simd-macos-arm64.h delete mode 100644 project/lib/custom/openal/include/config/simd/config_simd-macos-x86_64.h delete mode 100644 project/lib/custom/openal/include/config/simd/config_simd-windows-x86.h delete mode 100644 project/lib/custom/openal/include/config/simd/config_simd-windows-x86_64.h create mode 100644 project/lib/custom/openal/include/default_hrtf.hpp delete mode 100644 project/lib/custom/openal/include/default_hrtf.txt rename project/lib/custom/openal/include/{config/config-android.h => platforms/android/config.h} (83%) rename project/lib/custom/openal/include/{config/backends/config_backends-android.h => platforms/android/config_backends.h} (60%) rename project/lib/custom/openal/include/{config/config-iphoneos.h => platforms/apple/config.h} (74%) rename project/lib/custom/openal/include/{config/backends/config_backends-iphoneos.h => platforms/apple/config_backends.h} (60%) rename project/lib/custom/openal/include/{config/config-macos-x86_64.h => platforms/linux/config.h} (68%) rename project/lib/custom/openal/include/{config/backends/config_backends-linux-x86_64.h => platforms/linux/config_backends.h} (60%) rename project/lib/custom/openal/include/{config/config-windows-x86_64.h => platforms/windows/config.h} (82%) rename project/lib/custom/openal/include/{config/backends/config_backends-windows-x86.h => platforms/windows/config_backends.h} (60%) diff --git a/project/lib/custom/openal/include/config.h b/project/lib/custom/openal/include/config.h index bed50350dc..e6b81538da 100644 --- a/project/lib/custom/openal/include/config.h +++ b/project/lib/custom/openal/include/config.h @@ -1,29 +1,11 @@ -#if defined(HX_MACOS) - -#ifdef HXCPP_ARM64 -#include "config/config-macos-arm64.h" -#else -#include "config/config-macos-x86_64.h" -#endif - -#elif defined(HX_WINDOWS) - -#ifdef HXCPP_M64 -#include "config/config-windows-x86_64.h" -#else -#include "config/config-windows-x86.h" -#endif - -#elif defined(HX_LINUX) - -#include "config/config-linux-x86_64.h" - -#elif defined (HX_ANDROID) - -#include "config/config-android.h" - -#elif defined(IPHONE) - -#include "config/config-iphoneos.h" - +#if defined(_WIN32) || defined(_WIN64) || defined(__CYGWIN__) + #include "platforms/windows/config.h" +#elif defined(__APPLE__) || defined(__MACH__) + #include "platforms/apple/config.h" +#elif defined(__ANDROID__) + #include "platforms/android/config.h" +#elif defined(__linux__) + #include "platforms/linux/config.h" +#elif defined(__EMSCRIPTEN__) + #include "platforms/emscripten/config.h" #endif diff --git a/project/lib/custom/openal/include/config/backends/config_backends-macos-arm64.h b/project/lib/custom/openal/include/config/backends/config_backends-macos-arm64.h deleted file mode 100644 index f536325fe0..0000000000 --- a/project/lib/custom/openal/include/config/backends/config_backends-macos-arm64.h +++ /dev/null @@ -1,41 +0,0 @@ -/* Define to 1 if the given backend is enabled, else 0 */ - -#define HAVE_ALSA 0 - -#define HAVE_OSS 0 - -#define HAVE_PIPEWIRE 0 - -#define HAVE_SOLARIS 0 - -#define HAVE_SNDIO 0 - -#define HAVE_WASAPI 0 - -#define HAVE_DSOUND 0 - -#define HAVE_WINMM 0 - -#define HAVE_PORTAUDIO 0 - -#define HAVE_PULSEAUDIO 0 - -#define HAVE_JACK 0 - -#define HAVE_COREAUDIO 1 - -#define HAVE_OPENSL 0 - -#define HAVE_OBOE 0 - -#define HAVE_OTHERIO 0 - -#define HAVE_WAVE 1 - -#define HAVE_SDL2 0 - -#ifdef NATIVE_TOOLKIT_HAVE_SDL -#define HAVE_SDL3 1 -#else -#define HAVE_SDL3 0 -#endif diff --git a/project/lib/custom/openal/include/config/backends/config_backends-macos-x86_64.h b/project/lib/custom/openal/include/config/backends/config_backends-macos-x86_64.h deleted file mode 100644 index f536325fe0..0000000000 --- a/project/lib/custom/openal/include/config/backends/config_backends-macos-x86_64.h +++ /dev/null @@ -1,41 +0,0 @@ -/* Define to 1 if the given backend is enabled, else 0 */ - -#define HAVE_ALSA 0 - -#define HAVE_OSS 0 - -#define HAVE_PIPEWIRE 0 - -#define HAVE_SOLARIS 0 - -#define HAVE_SNDIO 0 - -#define HAVE_WASAPI 0 - -#define HAVE_DSOUND 0 - -#define HAVE_WINMM 0 - -#define HAVE_PORTAUDIO 0 - -#define HAVE_PULSEAUDIO 0 - -#define HAVE_JACK 0 - -#define HAVE_COREAUDIO 1 - -#define HAVE_OPENSL 0 - -#define HAVE_OBOE 0 - -#define HAVE_OTHERIO 0 - -#define HAVE_WAVE 1 - -#define HAVE_SDL2 0 - -#ifdef NATIVE_TOOLKIT_HAVE_SDL -#define HAVE_SDL3 1 -#else -#define HAVE_SDL3 0 -#endif diff --git a/project/lib/custom/openal/include/config/backends/config_backends-windows-x86_64.h b/project/lib/custom/openal/include/config/backends/config_backends-windows-x86_64.h deleted file mode 100644 index 20d5ff95ce..0000000000 --- a/project/lib/custom/openal/include/config/backends/config_backends-windows-x86_64.h +++ /dev/null @@ -1,41 +0,0 @@ -/* Define to 1 if the given backend is enabled, else 0 */ - -#define HAVE_ALSA 0 - -#define HAVE_OSS 0 - -#define HAVE_PIPEWIRE 0 - -#define HAVE_SOLARIS 0 - -#define HAVE_SNDIO 0 - -#define HAVE_WASAPI 1 - -#define HAVE_DSOUND 0 - -#define HAVE_WINMM 1 - -#define HAVE_PORTAUDIO 0 - -#define HAVE_PULSEAUDIO 0 - -#define HAVE_JACK 0 - -#define HAVE_COREAUDIO 0 - -#define HAVE_OPENSL 0 - -#define HAVE_OBOE 0 - -#define HAVE_OTHERIO 0 - -#define HAVE_WAVE 1 - -#define HAVE_SDL2 0 - -#ifdef NATIVE_TOOLKIT_HAVE_SDL -#define HAVE_SDL3 1 -#else -#define HAVE_SDL3 0 -#endif diff --git a/project/lib/custom/openal/include/config/config-linux-x86_64.h b/project/lib/custom/openal/include/config/config-linux-x86_64.h deleted file mode 100644 index fc496062cb..0000000000 --- a/project/lib/custom/openal/include/config/config-linux-x86_64.h +++ /dev/null @@ -1,55 +0,0 @@ -#define AL_API __attribute__((visibility("default"))) -#define ALC_API __attribute__((visibility("default"))) - -/* Define the alignment attribute for externally callable functions. */ -#define FORCE_ALIGN - -/* Define if HRTF data is embedded in the library */ -#define ALSOFT_EMBED_HRTF_DATA - -/* Define if we have the proc_pidpath function */ -/* #define HAVE_PROC_PIDPATH */ - -/* Define if we have dlfcn.h */ -#define HAVE_DLFCN_H - -/* Define if we have pthread_np.h */ -/* #define HAVE_PTHREAD_NP_H */ - -/* Define if we have cpuid.h */ -#ifndef RASPBERRYPI -#define HAVE_CPUID_H -#endif - -/* Define if we have intrin.h */ -/* #define HAVE_INTRIN_H */ - -/* Define if we have guiddef.h */ -/* #define HAVE_GUIDDEF_H */ - -/* Define if we have GCC's __get_cpuid() */ -#define HAVE_GCC_GET_CPUID - -/* Define if we have the __cpuid() intrinsic */ -/* #define HAVE_CPUID_INTRINSIC */ - -/* Define if we have pthread_setschedparam() */ -#define HAVE_PTHREAD_SETSCHEDPARAM - -/* Define if we have pthread_setname_np() */ -/* #define HAVE_PTHREAD_SETNAME_NP */ - -/* Define if we have pthread_set_name_np() */ -/* #define HAVE_PTHREAD_SET_NAME_NP */ - -/* Define the installation data directory */ -/* #define ALSOFT_INSTALL_DATADIR */ - -/* Define to 1 if we have DBus/RTKit, else 0 */ -#define HAVE_RTKIT 0 - -/* Define to 1 if building for winuwp, else 0 */ -#define ALSOFT_UWP 0 - -/* Define to 1 if building with legacy EAX API support, else 0 */ -#define ALSOFT_EAX 0 diff --git a/project/lib/custom/openal/include/config/config-macos-arm64.h b/project/lib/custom/openal/include/config/config-macos-arm64.h deleted file mode 100644 index 37fc934ce8..0000000000 --- a/project/lib/custom/openal/include/config/config-macos-arm64.h +++ /dev/null @@ -1,53 +0,0 @@ -#define AL_API __attribute__((visibility("default"))) -#define ALC_API __attribute__((visibility("default"))) - -/* Define the alignment attribute for externally callable functions. */ -#define FORCE_ALIGN - -/* Define if HRTF data is embedded in the library */ -#define ALSOFT_EMBED_HRTF_DATA - -/* Define if we have the proc_pidpath function */ -/* #define HAVE_PROC_PIDPATH */ - -/* Define if we have dlfcn.h */ -#define HAVE_DLFCN_H - -/* Define if we have pthread_np.h */ -/* #define HAVE_PTHREAD_NP_H */ - -/* Define if we have cpuid.h */ -/* #define HAVE_CPUID_H */ - -/* Define if we have intrin.h */ -/* #define HAVE_INTRIN_H */ - -/* Define if we have guiddef.h */ -/* #define HAVE_GUIDDEF_H */ - -/* Define if we have GCC's __get_cpuid() */ -/* #define HAVE_GCC_GET_CPUID */ - -/* Define if we have the __cpuid() intrinsic */ -/* #define HAVE_CPUID_INTRINSIC */ - -/* Define if we have pthread_setschedparam() */ -#define HAVE_PTHREAD_SETSCHEDPARAM - -/* Define if we have pthread_setname_np() */ -/* #define HAVE_PTHREAD_SETNAME_NP */ - -/* Define if we have pthread_set_name_np() */ -/* #define HAVE_PTHREAD_SET_NAME_NP */ - -/* Define the installation data directory */ -/* #define ALSOFT_INSTALL_DATADIR */ - -/* Define to 1 if we have DBus/RTKit, else 0 */ -#define HAVE_RTKIT 0 - -/* Define to 1 if building for winuwp, else 0 */ -#define ALSOFT_UWP 0 - -/* Define to 1 if building with legacy EAX API support, else 0 */ -#define ALSOFT_EAX 0 diff --git a/project/lib/custom/openal/include/config/config-windows-x86.h b/project/lib/custom/openal/include/config/config-windows-x86.h deleted file mode 100644 index dda90974db..0000000000 --- a/project/lib/custom/openal/include/config/config-windows-x86.h +++ /dev/null @@ -1,53 +0,0 @@ -#define AL_API __declspec(dllexport) -#define ALC_API __declspec(dllexport) - -/* Define the alignment attribute for externally callable functions. */ -#define FORCE_ALIGN - -/* Define if HRTF data is embedded in the library */ -#define ALSOFT_EMBED_HRTF_DATA - -/* Define if we have the proc_pidpath function */ -/* #define HAVE_PROC_PIDPATH */ - -/* Define if we have dlfcn.h */ -/* #define HAVE_DLFCN_H */ - -/* Define if we have pthread_np.h */ -/* #define HAVE_PTHREAD_NP_H */ - -/* Define if we have cpuid.h */ -/* #define HAVE_CPUID_H */ - -/* Define if we have intrin.h */ -#define HAVE_INTRIN_H - -/* Define if we have guiddef.h */ -#define HAVE_GUIDDEF_H - -/* Define if we have GCC's __get_cpuid() */ -/* #define HAVE_GCC_GET_CPUID */ - -/* Define if we have the __cpuid() intrinsic */ -#define HAVE_CPUID_INTRINSIC - -/* Define if we have pthread_setschedparam() */ -/* #define HAVE_PTHREAD_SETSCHEDPARAM */ - -/* Define if we have pthread_setname_np() */ -/* #define HAVE_PTHREAD_SETNAME_NP */ - -/* Define if we have pthread_set_name_np() */ -/* #define HAVE_PTHREAD_SET_NAME_NP */ - -/* Define the installation data directory */ -/* #define ALSOFT_INSTALL_DATADIR */ - -/* Define to 1 if we have DBus/RTKit, else 0 */ -#define HAVE_RTKIT 0 - -/* Define to 1 if building for winuwp, else 0 */ -#define ALSOFT_UWP 0 - -/* Define to 1 if building with legacy EAX API support, else 0 */ -#define ALSOFT_EAX 0 diff --git a/project/lib/custom/openal/include/config/simd/config_simd-android.h b/project/lib/custom/openal/include/config/simd/config_simd-android.h deleted file mode 100644 index 5c10890c58..0000000000 --- a/project/lib/custom/openal/include/config/simd/config_simd-android.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Define to 1 if we have SSE CPU extensions, else 0 */ -#define HAVE_SSE 0 -#define HAVE_SSE2 0 -#define HAVE_SSE3 0 -#define HAVE_SSE4_1 0 - -#define HAVE_SSE_INTRINSICS 0 - -/* Define to 1 if we have ARM Neon CPU extensions, else 0 */ -#define HAVE_NEON 0 diff --git a/project/lib/custom/openal/include/config/simd/config_simd-iphoneos.h b/project/lib/custom/openal/include/config/simd/config_simd-iphoneos.h deleted file mode 100644 index 5c10890c58..0000000000 --- a/project/lib/custom/openal/include/config/simd/config_simd-iphoneos.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Define to 1 if we have SSE CPU extensions, else 0 */ -#define HAVE_SSE 0 -#define HAVE_SSE2 0 -#define HAVE_SSE3 0 -#define HAVE_SSE4_1 0 - -#define HAVE_SSE_INTRINSICS 0 - -/* Define to 1 if we have ARM Neon CPU extensions, else 0 */ -#define HAVE_NEON 0 diff --git a/project/lib/custom/openal/include/config/simd/config_simd-linux-x86_64.h b/project/lib/custom/openal/include/config/simd/config_simd-linux-x86_64.h deleted file mode 100644 index 3dc1b5b671..0000000000 --- a/project/lib/custom/openal/include/config/simd/config_simd-linux-x86_64.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef RASPBERRYPI - -/* Define to 1 if we have SSE CPU extensions, else 0 */ -#define HAVE_SSE 1 -#define HAVE_SSE2 1 -#define HAVE_SSE3 1 -#define HAVE_SSE4_1 0 - -#define HAVE_SSE_INTRINSICS 1 - -/* Define to 1 if we have ARM Neon CPU extensions, else 0 */ -#define HAVE_NEON 0 - -#else - -/* Define to 1 if we have SSE CPU extensions, else 0 */ -#define HAVE_SSE 0 -#define HAVE_SSE2 0 -#define HAVE_SSE3 0 -#define HAVE_SSE4_1 0 - -#define HAVE_SSE_INTRINSICS 0 - -/* Define to 1 if we have ARM Neon CPU extensions, else 0 */ -#define HAVE_NEON 1 - -#endif diff --git a/project/lib/custom/openal/include/config/simd/config_simd-macos-arm64.h b/project/lib/custom/openal/include/config/simd/config_simd-macos-arm64.h deleted file mode 100644 index 1037e577e6..0000000000 --- a/project/lib/custom/openal/include/config/simd/config_simd-macos-arm64.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Define to 1 if we have SSE CPU extensions, else 0 */ -#define HAVE_SSE 0 -#define HAVE_SSE2 0 -#define HAVE_SSE3 0 -#define HAVE_SSE4_1 0 - -#define HAVE_SSE_INTRINSICS 0 - -/* Define to 1 if we have ARM Neon CPU extensions, else 0 */ -#define HAVE_NEON 1 diff --git a/project/lib/custom/openal/include/config/simd/config_simd-macos-x86_64.h b/project/lib/custom/openal/include/config/simd/config_simd-macos-x86_64.h deleted file mode 100644 index 786df8dc40..0000000000 --- a/project/lib/custom/openal/include/config/simd/config_simd-macos-x86_64.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Define to 1 if we have SSE CPU extensions, else 0 */ -#define HAVE_SSE 1 -#define HAVE_SSE2 1 -#define HAVE_SSE3 1 -#define HAVE_SSE4_1 0 - -#define HAVE_SSE_INTRINSICS 1 - -/* Define to 1 if we have ARM Neon CPU extensions, else 0 */ -#define HAVE_NEON 0 diff --git a/project/lib/custom/openal/include/config/simd/config_simd-windows-x86.h b/project/lib/custom/openal/include/config/simd/config_simd-windows-x86.h deleted file mode 100644 index 786df8dc40..0000000000 --- a/project/lib/custom/openal/include/config/simd/config_simd-windows-x86.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Define to 1 if we have SSE CPU extensions, else 0 */ -#define HAVE_SSE 1 -#define HAVE_SSE2 1 -#define HAVE_SSE3 1 -#define HAVE_SSE4_1 0 - -#define HAVE_SSE_INTRINSICS 1 - -/* Define to 1 if we have ARM Neon CPU extensions, else 0 */ -#define HAVE_NEON 0 diff --git a/project/lib/custom/openal/include/config/simd/config_simd-windows-x86_64.h b/project/lib/custom/openal/include/config/simd/config_simd-windows-x86_64.h deleted file mode 100644 index 786df8dc40..0000000000 --- a/project/lib/custom/openal/include/config/simd/config_simd-windows-x86_64.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Define to 1 if we have SSE CPU extensions, else 0 */ -#define HAVE_SSE 1 -#define HAVE_SSE2 1 -#define HAVE_SSE3 1 -#define HAVE_SSE4_1 0 - -#define HAVE_SSE_INTRINSICS 1 - -/* Define to 1 if we have ARM Neon CPU extensions, else 0 */ -#define HAVE_NEON 0 diff --git a/project/lib/custom/openal/include/config_backends.h b/project/lib/custom/openal/include/config_backends.h index c9a13c6155..0327fd0690 100644 --- a/project/lib/custom/openal/include/config_backends.h +++ b/project/lib/custom/openal/include/config_backends.h @@ -1,29 +1,21 @@ -#if defined(HX_MACOS) && defined(HXCPP_ARM64) - -#include "config/backends/config_backends-macos-arm64.h" - -#elif defined(HX_MACOS) - -#include "config/backends/config_backends-macos-x86_64.h" +/* Define to 1 if the given backend is enabled, else 0 */ + +#if defined(_WIN32) || defined(_WIN64) || defined(__CYGWIN__) + #include "platforms/windows/config_backends.h" +#elif defined(__APPLE__) || defined(__MACH__) + #include "platforms/apple/config_backends.h" +#elif defined(__ANDROID__) + #include "platforms/android/config_backends.h" +#elif defined(__linux__) + #include "platforms/linux/config_backends.h" +#endif -#elif defined(HX_WINDOWS) +#define HAVE_WAVE 0 -#ifdef HXCPP_M64 -#include "config/backends/config_backends-windows-x86_64.h" +#ifdef NATIVE_TOOLKIT_HAVE_SDL +#define HAVE_SDL3 1 #else -#include "config/backends/config_backends-windows-x86.h" +#define HAVE_SDL3 0 #endif -#elif defined(HX_LINUX) - -#include "config/backends/config_backends-linux-x86_64.h" - -#elif defined (HX_ANDROID) - -#include "config/backends/config_backends-android.h" - -#elif defined(IPHONE) - -#include "config/backends/config_backends-iphoneos.h" - -#endif +#define HAVE_SDL2 0 diff --git a/project/lib/custom/openal/include/config_simd.h b/project/lib/custom/openal/include/config_simd.h index b7ba16815a..ad20f40262 100644 --- a/project/lib/custom/openal/include/config_simd.h +++ b/project/lib/custom/openal/include/config_simd.h @@ -1,29 +1,21 @@ -#if defined(HX_MACOS) && defined(HXCPP_ARM64) - -#include "config/simd/config_simd-macos-arm64.h" - -#elif defined(HX_MACOS) - -#include "config/simd/config_simd-macos-x86_64.h" - -#elif defined(HX_WINDOWS) - -#ifdef HXCPP_M64 -#include "config/simd/config_simd-windows-x86_64.h" +/* Define to 1 if we have SSE CPU extensions, else 0 */ +#if defined(_M_IX86) || defined(_M_X64) || defined(__i386__) || defined(__x86_64__) + #define HAVE_SSE 1 + #define HAVE_SSE2 1 + #define HAVE_SSE3 1 + #define HAVE_SSE4_1 1 + #define HAVE_SSE_INTRINSICS 1 #else -#include "config/simd/config_simd-windows-x86.h" + #define HAVE_SSE 0 + #define HAVE_SSE2 0 + #define HAVE_SSE3 0 + #define HAVE_SSE4_1 0 + #define HAVE_SSE_INTRINSICS 0 #endif -#elif defined(HX_LINUX) - -#include "config/simd/config_simd-linux-x86_64.h" - -#elif defined (HX_ANDROID) - -#include "config/simd/config_simd-android.h" - -#elif defined(IPHONE) - -#include "config/simd/config_simd-iphoneos.h" - +/* Define to 1 if we have ARM Neon CPU extensions, else 0 */ +#if defined(_M_ARM64) || defined(__aarch64__) + #define HAVE_NEON 1 +#else + #define HAVE_NEON 0 #endif diff --git a/project/lib/custom/openal/include/default_hrtf.hpp b/project/lib/custom/openal/include/default_hrtf.hpp new file mode 100644 index 0000000000..3cbdef7b8a --- /dev/null +++ b/project/lib/custom/openal/include/default_hrtf.hpp @@ -0,0 +1,159845 @@ +#pragma once + +char default_hrtf[] = { + static_cast(0x4d), + static_cast(0x69), + static_cast(0x6e), + static_cast(0x50), + static_cast(0x48), + static_cast(0x52), + static_cast(0x30), + static_cast(0x33), + static_cast(0x80), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x00), + static_cast(0x00), + static_cast(0x40), + static_cast(0x01), + static_cast(0x78), + static_cast(0x05), + static_cast(0x13), + static_cast(0x01), + static_cast(0x0c), + static_cast(0x18), + static_cast(0x24), + static_cast(0x2d), + static_cast(0x38), + static_cast(0x3c), + static_cast(0x48), + static_cast(0x48), + static_cast(0x48), + static_cast(0x48), + static_cast(0x48), + static_cast(0x3c), + static_cast(0x38), + static_cast(0x2d), + static_cast(0x24), + static_cast(0x18), + static_cast(0x0c), + static_cast(0x01), + static_cast(0x2b), + static_cast(0x76), + static_cast(0x12), + static_cast(0x17), + static_cast(0x4f), + static_cast(0x2c), + static_cast(0xcf), + static_cast(0xcd), + static_cast(0x19), + static_cast(0x7d), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x4f), + static_cast(0x01), + static_cast(0x5b), + static_cast(0x38), + static_cast(0xfb), + static_cast(0x5c), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x69), + static_cast(0x68), + static_cast(0x08), + static_cast(0xac), + static_cast(0xba), + static_cast(0xfb), + static_cast(0xc2), + static_cast(0x01), + static_cast(0xf3), + static_cast(0x40), + static_cast(0x05), + static_cast(0xfb), + static_cast(0xc1), + static_cast(0xe8), + static_cast(0x09), + static_cast(0x05), + static_cast(0x65), + static_cast(0x06), + static_cast(0x55), + static_cast(0x9b), + static_cast(0xf8), + static_cast(0x98), + static_cast(0x8c), + static_cast(0xf4), + static_cast(0x54), + static_cast(0xdf), + static_cast(0xf3), + static_cast(0x70), + static_cast(0x08), + static_cast(0xff), + static_cast(0x16), + static_cast(0xb0), + static_cast(0x05), + static_cast(0x3a), + static_cast(0x58), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x26), + static_cast(0xd1), + static_cast(0xfc), + static_cast(0xaf), + static_cast(0x27), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x1c), + static_cast(0xfd), + static_cast(0x30), + static_cast(0xc6), + static_cast(0xfd), + static_cast(0x1f), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x5a), + static_cast(0xfd), + static_cast(0xcc), + static_cast(0x58), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x41), + static_cast(0xfd), + static_cast(0xea), + static_cast(0xa5), + static_cast(0xfc), + static_cast(0xea), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x04), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x92), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x24), + static_cast(0x83), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x96), + static_cast(0xff), + static_cast(0x40), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x14), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x07), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x70), + static_cast(0xff), + static_cast(0x55), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x33), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x28), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x51), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x54), + static_cast(0x00), + static_cast(0xa3), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x60), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x27), + static_cast(0xff), + static_cast(0x05), + static_cast(0x05), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xd5), + static_cast(0x13), + static_cast(0xd5), + static_cast(0xeb), + static_cast(0x2c), + static_cast(0xd4), + static_cast(0xb8), + static_cast(0x15), + static_cast(0x2f), + static_cast(0x7d), + static_cast(0xfc), + static_cast(0x99), + static_cast(0x13), + static_cast(0x03), + static_cast(0xde), + static_cast(0xc8), + static_cast(0xfb), + static_cast(0x76), + static_cast(0x08), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x4e), + static_cast(0x08), + static_cast(0xab), + static_cast(0x9d), + static_cast(0xfa), + static_cast(0xb5), + static_cast(0x34), + static_cast(0xf3), + static_cast(0xd0), + static_cast(0xa0), + static_cast(0xfb), + static_cast(0x44), + static_cast(0xad), + static_cast(0x09), + static_cast(0x5b), + static_cast(0xab), + static_cast(0x05), + static_cast(0x15), + static_cast(0x94), + static_cast(0xf8), + static_cast(0xa6), + static_cast(0xd6), + static_cast(0xf5), + static_cast(0xba), + static_cast(0xc3), + static_cast(0xf5), + static_cast(0xcb), + static_cast(0x86), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xec), + static_cast(0x03), + static_cast(0xe0), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x26), + static_cast(0xf2), + static_cast(0xfc), + static_cast(0x4c), + static_cast(0x26), + static_cast(0xfd), + static_cast(0xc8), + static_cast(0x19), + static_cast(0xff), + static_cast(0x72), + static_cast(0x07), + static_cast(0xfd), + static_cast(0x11), + static_cast(0x07), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x33), + static_cast(0xff), + static_cast(0xef), + static_cast(0x88), + static_cast(0xfd), + static_cast(0x4f), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x45), + static_cast(0xfd), + static_cast(0x33), + static_cast(0x7d), + static_cast(0xfd), + static_cast(0x4d), + static_cast(0x27), + static_cast(0xff), + static_cast(0x62), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x96), + static_cast(0x31), + static_cast(0xff), + static_cast(0xec), + static_cast(0x96), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x98), + static_cast(0xff), + static_cast(0x52), + static_cast(0x18), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x30), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x23), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x78), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x27), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x72), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0x28), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x28), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x42), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x45), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x59), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x52), + static_cast(0x00), + static_cast(0x79), + static_cast(0x92), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x77), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x58), + static_cast(0xff), + static_cast(0x83), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xb2), + static_cast(0x13), + static_cast(0x53), + static_cast(0xe3), + static_cast(0x2a), + static_cast(0x19), + static_cast(0xba), + static_cast(0x13), + static_cast(0xf7), + static_cast(0x2f), + static_cast(0xfd), + static_cast(0xba), + static_cast(0x6c), + static_cast(0x02), + static_cast(0xcb), + static_cast(0x42), + static_cast(0xfb), + static_cast(0x32), + static_cast(0x5c), + static_cast(0x00), + static_cast(0xbc), + static_cast(0xcd), + static_cast(0x07), + static_cast(0xc2), + static_cast(0x3c), + static_cast(0xfa), + static_cast(0x76), + static_cast(0x9a), + static_cast(0xf3), + static_cast(0xb3), + static_cast(0x82), + static_cast(0xfc), + static_cast(0xeb), + static_cast(0x3b), + static_cast(0x0a), + static_cast(0x6a), + static_cast(0x8e), + static_cast(0x04), + static_cast(0x93), + static_cast(0x97), + static_cast(0xf8), + static_cast(0xb1), + static_cast(0x33), + static_cast(0xf6), + static_cast(0xcf), + static_cast(0x33), + static_cast(0xf6), + static_cast(0x36), + static_cast(0xce), + static_cast(0x00), + static_cast(0x19), + static_cast(0x7e), + static_cast(0x04), + static_cast(0x29), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xab), + static_cast(0xfc), + static_cast(0x4c), + static_cast(0xc3), + static_cast(0xfd), + static_cast(0x5b), + static_cast(0x74), + static_cast(0xff), + static_cast(0x40), + static_cast(0xfb), + static_cast(0xfc), + static_cast(0x3b), + static_cast(0x54), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x56), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xf4), + static_cast(0xfc), + static_cast(0x19), + static_cast(0x49), + static_cast(0xfd), + static_cast(0xad), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x80), + static_cast(0x53), + static_cast(0xff), + static_cast(0x33), + static_cast(0xab), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x32), + static_cast(0xff), + static_cast(0x86), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x36), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x95), + static_cast(0xff), + static_cast(0x13), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x06), + static_cast(0x44), + static_cast(0x00), + static_cast(0x5d), + static_cast(0xee), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x70), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xac), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x93), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x03), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x99), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x91), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xee), + static_cast(0x06), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x75), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x23), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x28), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x25), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x80), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x02), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x67), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xde), + static_cast(0xa6), + static_cast(0x12), + static_cast(0x7a), + static_cast(0x24), + static_cast(0x29), + static_cast(0x1c), + static_cast(0x30), + static_cast(0x13), + static_cast(0x20), + static_cast(0xe4), + static_cast(0xfc), + static_cast(0x0a), + static_cast(0xfc), + static_cast(0x01), + static_cast(0x17), + static_cast(0x6b), + static_cast(0xfb), + static_cast(0x88), + static_cast(0x63), + static_cast(0x00), + static_cast(0x8f), + static_cast(0xf9), + static_cast(0x07), + static_cast(0xb6), + static_cast(0xb5), + static_cast(0xfa), + static_cast(0xba), + static_cast(0x50), + static_cast(0xf4), + static_cast(0x3f), + static_cast(0x3e), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x97), + static_cast(0x0a), + static_cast(0xf3), + static_cast(0xd4), + static_cast(0x04), + static_cast(0xc3), + static_cast(0xc6), + static_cast(0xf8), + static_cast(0x43), + static_cast(0x78), + static_cast(0xf6), + static_cast(0xa5), + static_cast(0x2a), + static_cast(0xf6), + static_cast(0x38), + static_cast(0xc7), + static_cast(0x00), + static_cast(0xae), + static_cast(0x00), + static_cast(0x05), + static_cast(0x2f), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x5f), + static_cast(0xfc), + static_cast(0xfa), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0x21), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x39), + static_cast(0xfd), + static_cast(0x6c), + static_cast(0x64), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x81), + static_cast(0xa6), + static_cast(0xfd), + static_cast(0x3f), + static_cast(0x86), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0x93), + static_cast(0x37), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xda), + static_cast(0x43), + static_cast(0xff), + static_cast(0x89), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x33), + static_cast(0x30), + static_cast(0xff), + static_cast(0x44), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x99), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x11), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x20), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x17), + static_cast(0x00), + static_cast(0x8f), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x71), + static_cast(0xff), + static_cast(0x31), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0x02), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x99), + static_cast(0xff), + static_cast(0xee), + static_cast(0x25), + static_cast(0x00), + static_cast(0x83), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x88), + static_cast(0xff), + static_cast(0x64), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x54), + static_cast(0x24), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x98), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x08), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x15), + static_cast(0x12), + static_cast(0xb6), + static_cast(0xbc), + static_cast(0x28), + static_cast(0xd6), + static_cast(0xbd), + static_cast(0x13), + static_cast(0xe0), + static_cast(0xf7), + static_cast(0xfc), + static_cast(0x4c), + static_cast(0x20), + static_cast(0x02), + static_cast(0xe0), + static_cast(0xeb), + static_cast(0xfb), + static_cast(0x88), + static_cast(0x63), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x6e), + static_cast(0x08), + static_cast(0xbc), + static_cast(0x34), + static_cast(0xfb), + static_cast(0x95), + static_cast(0x7c), + static_cast(0xf4), + static_cast(0x13), + static_cast(0x2a), + static_cast(0xfd), + static_cast(0x37), + static_cast(0x6c), + static_cast(0x0a), + static_cast(0xf3), + static_cast(0x0e), + static_cast(0x05), + static_cast(0x29), + static_cast(0xa2), + static_cast(0xf8), + static_cast(0x07), + static_cast(0x50), + static_cast(0xf6), + static_cast(0x84), + static_cast(0x0e), + static_cast(0xf6), + static_cast(0xe5), + static_cast(0xa9), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x44), + static_cast(0x05), + static_cast(0xe5), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x50), + static_cast(0xfc), + static_cast(0x2e), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0xaf), + static_cast(0xba), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x6a), + static_cast(0xfd), + static_cast(0x4f), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x23), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xb4), + static_cast(0xfd), + static_cast(0x56), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x4c), + static_cast(0xfd), + static_cast(0xf0), + static_cast(0x04), + static_cast(0xfd), + static_cast(0xda), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x16), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x27), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x92), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x93), + static_cast(0xff), + static_cast(0x82), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x56), + static_cast(0xda), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x78), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x80), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x22), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x54), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x29), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x41), + static_cast(0x82), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x21), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x74), + static_cast(0x04), + static_cast(0xff), + static_cast(0x54), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x86), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x53), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x0f), + static_cast(0x12), + static_cast(0x62), + static_cast(0x02), + static_cast(0x29), + static_cast(0x24), + static_cast(0x03), + static_cast(0x14), + static_cast(0xc9), + static_cast(0x8e), + static_cast(0xfc), + static_cast(0xe9), + static_cast(0xbb), + static_cast(0x01), + static_cast(0x55), + static_cast(0xab), + static_cast(0xfb), + static_cast(0x7d), + static_cast(0x02), + static_cast(0x00), + static_cast(0x04), + static_cast(0x60), + static_cast(0x08), + static_cast(0x64), + static_cast(0x06), + static_cast(0xfb), + static_cast(0x10), + static_cast(0x11), + static_cast(0xf4), + static_cast(0xba), + static_cast(0xd0), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0x76), + static_cast(0x0a), + static_cast(0xf7), + static_cast(0x70), + static_cast(0x05), + static_cast(0x6a), + static_cast(0xa4), + static_cast(0xf8), + static_cast(0x2f), + static_cast(0x3f), + static_cast(0xf6), + static_cast(0x5f), + static_cast(0x07), + static_cast(0xf6), + static_cast(0x8d), + static_cast(0xac), + static_cast(0x00), + static_cast(0xe9), + static_cast(0x9c), + static_cast(0x05), + static_cast(0x53), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x71), + static_cast(0xfc), + static_cast(0x1b), + static_cast(0xa3), + static_cast(0xfd), + static_cast(0x89), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xda), + static_cast(0x72), + static_cast(0xfd), + static_cast(0xa0), + static_cast(0x47), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x15), + static_cast(0xff), + static_cast(0x76), + static_cast(0x9c), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x72), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xfd), + static_cast(0x64), + static_cast(0x25), + static_cast(0xff), + static_cast(0x92), + static_cast(0x42), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x89), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x89), + static_cast(0xff), + static_cast(0x97), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x05), + static_cast(0x00), + static_cast(0x19), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xab), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x45), + static_cast(0x61), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x20), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0x01), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x43), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x79), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x2a), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xff), + static_cast(0x19), + static_cast(0x79), + static_cast(0xff), + static_cast(0x25), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xac), + static_cast(0x05), + static_cast(0xff), + static_cast(0x77), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0x44), + static_cast(0xff), + static_cast(0x01), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x8d), + static_cast(0x12), + static_cast(0xb8), + static_cast(0xa6), + static_cast(0x2a), + static_cast(0x61), + static_cast(0x3d), + static_cast(0x15), + static_cast(0x9a), + static_cast(0x70), + static_cast(0xfc), + static_cast(0xb6), + static_cast(0xf7), + static_cast(0x01), + static_cast(0x95), + static_cast(0xa1), + static_cast(0xfb), + static_cast(0x46), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x5b), + static_cast(0x08), + static_cast(0xac), + static_cast(0x63), + static_cast(0xfa), + static_cast(0x84), + static_cast(0x08), + static_cast(0xf3), + static_cast(0x74), + static_cast(0xf8), + static_cast(0xfb), + static_cast(0xd7), + static_cast(0x44), + static_cast(0x0a), + static_cast(0x6f), + static_cast(0xc1), + static_cast(0x05), + static_cast(0x25), + static_cast(0x30), + static_cast(0xf8), + static_cast(0xb2), + static_cast(0xb8), + static_cast(0xf5), + static_cast(0x89), + static_cast(0x99), + static_cast(0xf5), + static_cast(0x86), + static_cast(0x40), + static_cast(0x00), + static_cast(0xca), + static_cast(0x93), + static_cast(0x05), + static_cast(0x5d), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x67), + static_cast(0xfc), + static_cast(0x7d), + static_cast(0x96), + static_cast(0xfd), + static_cast(0x22), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x94), + static_cast(0x77), + static_cast(0xfd), + static_cast(0x08), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xa4), + static_cast(0xfd), + static_cast(0xaf), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x8a), + static_cast(0xfd), + static_cast(0x91), + static_cast(0x2b), + static_cast(0xfd), + static_cast(0xe5), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x61), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x48), + static_cast(0xff), + static_cast(0x71), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x25), + static_cast(0xff), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x10), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xaa), + static_cast(0x05), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x76), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x68), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x74), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x70), + static_cast(0x35), + static_cast(0x00), + static_cast(0x52), + static_cast(0x22), + static_cast(0x00), + static_cast(0x21), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x50), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x54), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xec), + static_cast(0xff), + static_cast(0x01), + static_cast(0x5f), + static_cast(0x13), + static_cast(0xdf), + static_cast(0x75), + static_cast(0x2c), + static_cast(0xe6), + static_cast(0x50), + static_cast(0x16), + static_cast(0xa6), + static_cast(0x92), + static_cast(0xfc), + static_cast(0x57), + static_cast(0x11), + static_cast(0x02), + static_cast(0xca), + static_cast(0x83), + static_cast(0xfb), + static_cast(0xdf), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x66), + static_cast(0x00), + static_cast(0x08), + static_cast(0xa5), + static_cast(0xbc), + static_cast(0xf9), + static_cast(0x29), + static_cast(0x97), + static_cast(0xf2), + static_cast(0x58), + static_cast(0x05), + static_cast(0xfc), + static_cast(0x12), + static_cast(0xdd), + static_cast(0x09), + static_cast(0xef), + static_cast(0x06), + static_cast(0x05), + static_cast(0x55), + static_cast(0x3e), + static_cast(0xf8), + static_cast(0x31), + static_cast(0xe4), + static_cast(0xf5), + static_cast(0xa2), + static_cast(0x7d), + static_cast(0xf5), + static_cast(0x77), + static_cast(0x16), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x2d), + static_cast(0x05), + static_cast(0x9c), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x37), + static_cast(0xaf), + static_cast(0xfc), + static_cast(0x40), + static_cast(0xae), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x2d), + static_cast(0xfd), + static_cast(0x34), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x26), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x9b), + static_cast(0xfd), + static_cast(0xdb), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x39), + static_cast(0xfd), + static_cast(0x4a), + static_cast(0x11), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0x37), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x65), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0x18), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x67), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x6a), + static_cast(0xea), + static_cast(0xff), + static_cast(0x70), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x61), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x13), + static_cast(0xff), + static_cast(0x39), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x41), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x34), + static_cast(0x00), + static_cast(0x9a), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x72), + static_cast(0xff), + static_cast(0x90), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x74), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0x07), + static_cast(0xff), + static_cast(0x31), + static_cast(0x63), + static_cast(0xff), + static_cast(0x25), + static_cast(0x06), + static_cast(0x00), + static_cast(0x09), + static_cast(0x01), + static_cast(0x14), + static_cast(0x7a), + static_cast(0xe8), + static_cast(0x2d), + static_cast(0xfb), + static_cast(0xc1), + static_cast(0x16), + static_cast(0x08), + static_cast(0x13), + static_cast(0xfc), + static_cast(0xc7), + static_cast(0x73), + static_cast(0x02), + static_cast(0xd6), + static_cast(0xed), + static_cast(0xfb), + static_cast(0x48), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x61), + static_cast(0xcf), + static_cast(0x07), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x78), + static_cast(0x7b), + static_cast(0xf2), + static_cast(0x9c), + static_cast(0x2d), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0x15), + static_cast(0x0a), + static_cast(0x06), + static_cast(0x33), + static_cast(0x03), + static_cast(0xb0), + static_cast(0xe4), + static_cast(0xf6), + static_cast(0x89), + static_cast(0x5e), + static_cast(0xf6), + static_cast(0x29), + static_cast(0x8c), + static_cast(0xf6), + static_cast(0xf2), + static_cast(0x23), + static_cast(0x01), + static_cast(0x65), + static_cast(0x31), + static_cast(0x05), + static_cast(0x6f), + static_cast(0x8f), + static_cast(0xfd), + static_cast(0xcb), + static_cast(0x27), + static_cast(0xfc), + static_cast(0x14), + static_cast(0x25), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x24), + static_cast(0x1b), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0xd0), + static_cast(0xfd), + static_cast(0xae), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x94), + static_cast(0xfd), + static_cast(0x31), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xfd), + static_cast(0xfc), + static_cast(0x9a), + static_cast(0xab), + static_cast(0xfc), + static_cast(0xd8), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x45), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x72), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x13), + static_cast(0x06), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x57), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x59), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x67), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x28), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x11), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x36), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x24), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x98), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x87), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x29), + static_cast(0xff), + static_cast(0xca), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x30), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x86), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x70), + static_cast(0xff), + static_cast(0x44), + static_cast(0xff), + static_cast(0xff), + static_cast(0x00), + static_cast(0x30), + static_cast(0x15), + static_cast(0x60), + static_cast(0x2d), + static_cast(0x30), + static_cast(0xb9), + static_cast(0x67), + static_cast(0x16), + static_cast(0x2a), + static_cast(0xd8), + static_cast(0xf9), + static_cast(0x2e), + static_cast(0xbe), + static_cast(0x01), + static_cast(0xe6), + static_cast(0x57), + static_cast(0xfb), + static_cast(0x62), + static_cast(0x90), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x9e), + static_cast(0x09), + static_cast(0xa4), + static_cast(0x38), + static_cast(0xf9), + static_cast(0xe2), + static_cast(0xed), + static_cast(0xf1), + static_cast(0x1e), + static_cast(0xca), + static_cast(0xfd), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0xab), + static_cast(0xff), + static_cast(0x03), + static_cast(0x1c), + static_cast(0x30), + static_cast(0xf5), + static_cast(0x7d), + static_cast(0xb0), + static_cast(0xf4), + static_cast(0xee), + static_cast(0xc9), + static_cast(0xf5), + static_cast(0x5f), + static_cast(0x85), + static_cast(0x01), + static_cast(0x1f), + static_cast(0x25), + static_cast(0x06), + static_cast(0x05), + static_cast(0x63), + static_cast(0xfd), + static_cast(0xbf), + static_cast(0x70), + static_cast(0xfb), + static_cast(0xa6), + static_cast(0xaa), + static_cast(0xfd), + static_cast(0x7c), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x85), + static_cast(0xfb), + static_cast(0xfc), + static_cast(0x9f), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0xd0), + static_cast(0x05), + static_cast(0xff), + static_cast(0x00), + static_cast(0x52), + static_cast(0xfd), + static_cast(0x33), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xfc), + static_cast(0xf3), + static_cast(0x5f), + static_cast(0xfc), + static_cast(0xd8), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x34), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x96), + static_cast(0x84), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x05), + static_cast(0xab), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x25), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x06), + static_cast(0x00), + static_cast(0x56), + static_cast(0x60), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x64), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x46), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x42), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x99), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xde), + static_cast(0xff), + static_cast(0x80), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x16), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x43), + static_cast(0x83), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x24), + static_cast(0xff), + static_cast(0x07), + static_cast(0x03), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x23), + static_cast(0xa1), + static_cast(0x15), + static_cast(0x43), + static_cast(0x01), + static_cast(0x31), + static_cast(0xaf), + static_cast(0x02), + static_cast(0x17), + static_cast(0x74), + static_cast(0x5b), + static_cast(0xfa), + static_cast(0x9a), + static_cast(0x49), + static_cast(0x01), + static_cast(0x3b), + static_cast(0x2e), + static_cast(0xfa), + static_cast(0x4a), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x53), + static_cast(0x14), + static_cast(0x0a), + static_cast(0xd3), + static_cast(0xb0), + static_cast(0xf9), + static_cast(0xf8), + static_cast(0x56), + static_cast(0xf1), + static_cast(0xd1), + static_cast(0x42), + static_cast(0xfc), + static_cast(0xac), + static_cast(0x91), + static_cast(0x0c), + static_cast(0x55), + static_cast(0x02), + static_cast(0x06), + static_cast(0x73), + static_cast(0x34), + static_cast(0xf6), + static_cast(0xb7), + static_cast(0xa7), + static_cast(0xf3), + static_cast(0xb0), + static_cast(0xaf), + static_cast(0xf3), + static_cast(0x43), + static_cast(0xef), + static_cast(0x00), + static_cast(0xa6), + static_cast(0xfc), + static_cast(0x06), + static_cast(0x40), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x56), + static_cast(0xfb), + static_cast(0xa5), + static_cast(0xe7), + static_cast(0xfc), + static_cast(0x8a), + static_cast(0x90), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xca), + static_cast(0xfc), + static_cast(0x89), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0x26), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x1f), + static_cast(0xfd), + static_cast(0x7f), + static_cast(0xab), + static_cast(0xff), + static_cast(0x75), + static_cast(0xec), + static_cast(0xfc), + static_cast(0x1f), + static_cast(0x84), + static_cast(0xfc), + static_cast(0x2a), + static_cast(0x09), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x19), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xac), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x90), + static_cast(0xff), + static_cast(0x59), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x54), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x72), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xad), + static_cast(0x43), + static_cast(0x00), + static_cast(0xf0), + static_cast(0x08), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x78), + static_cast(0xff), + static_cast(0x62), + static_cast(0x69), + static_cast(0xff), + static_cast(0x92), + static_cast(0x93), + static_cast(0xfe), + static_cast(0xda), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x44), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0x36), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x24), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x11), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x73), + static_cast(0x00), + static_cast(0xfa), + static_cast(0x57), + static_cast(0x00), + static_cast(0x39), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x84), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x15), + static_cast(0xff), + static_cast(0x97), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x24), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x02), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x0f), + static_cast(0x15), + static_cast(0x1e), + static_cast(0x75), + static_cast(0x30), + static_cast(0x84), + static_cast(0x45), + static_cast(0x18), + static_cast(0x37), + static_cast(0xf4), + static_cast(0xfb), + static_cast(0x40), + static_cast(0x99), + static_cast(0x01), + static_cast(0x68), + static_cast(0x6f), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x36), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x17), + static_cast(0x09), + static_cast(0x10), + static_cast(0x91), + static_cast(0xf9), + static_cast(0x18), + static_cast(0x18), + static_cast(0xf1), + static_cast(0xba), + static_cast(0xa3), + static_cast(0xfa), + static_cast(0xfb), + static_cast(0x54), + static_cast(0x0b), + static_cast(0xf8), + static_cast(0x9b), + static_cast(0x06), + static_cast(0xa9), + static_cast(0x47), + static_cast(0xf8), + static_cast(0x20), + static_cast(0x78), + static_cast(0xf5), + static_cast(0x0b), + static_cast(0xad), + static_cast(0xf2), + static_cast(0xd8), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xf6), + static_cast(0x06), + static_cast(0xb3), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xfc), + static_cast(0x7c), + static_cast(0x24), + static_cast(0xfd), + static_cast(0xf7), + static_cast(0x49), + static_cast(0xff), + static_cast(0x08), + static_cast(0x2b), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0x92), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x16), + static_cast(0xfd), + static_cast(0xef), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x03), + static_cast(0xe3), + static_cast(0xfc), + static_cast(0xd3), + static_cast(0x6a), + static_cast(0xfc), + static_cast(0xd0), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xac), + static_cast(0xff), + static_cast(0x25), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xed), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x08), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x73), + static_cast(0x72), + static_cast(0xff), + static_cast(0x11), + static_cast(0x86), + static_cast(0xff), + static_cast(0x89), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x41), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0x06), + static_cast(0xff), + static_cast(0x78), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xec), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x63), + static_cast(0x00), + static_cast(0x2e), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x70), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x80), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x77), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x48), + static_cast(0xfe), + static_cast(0x31), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x60), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x7c), + static_cast(0xeb), + static_cast(0x14), + static_cast(0x54), + static_cast(0x86), + static_cast(0x2f), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x17), + static_cast(0xf7), + static_cast(0xc7), + static_cast(0xfb), + static_cast(0x4b), + static_cast(0x6a), + static_cast(0x02), + static_cast(0xb6), + static_cast(0x25), + static_cast(0xfb), + static_cast(0x8c), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x08), + static_cast(0x04), + static_cast(0xac), + static_cast(0xf9), + static_cast(0xf5), + static_cast(0x9d), + static_cast(0xf2), + static_cast(0xb9), + static_cast(0x71), + static_cast(0xfb), + static_cast(0xf4), + static_cast(0x15), + static_cast(0x0a), + static_cast(0x83), + static_cast(0xd0), + static_cast(0x05), + static_cast(0x1d), + static_cast(0x9c), + static_cast(0xf7), + static_cast(0x50), + static_cast(0xbd), + static_cast(0xf5), + static_cast(0xd3), + static_cast(0x22), + static_cast(0xf5), + static_cast(0xfc), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0x36), + static_cast(0x36), + static_cast(0x04), + static_cast(0xc6), + static_cast(0x96), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x1f), + static_cast(0xfd), + static_cast(0x68), + static_cast(0x98), + static_cast(0xfd), + static_cast(0x54), + static_cast(0x89), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x08), + static_cast(0xfd), + static_cast(0x69), + static_cast(0xc7), + static_cast(0xfd), + static_cast(0x0b), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x0b), + static_cast(0xfd), + static_cast(0xfb), + static_cast(0x10), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x79), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x10), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x21), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x40), + static_cast(0xff), + static_cast(0x05), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x29), + static_cast(0xff), + static_cast(0x35), + static_cast(0x13), + static_cast(0x00), + static_cast(0x3b), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x14), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x71), + static_cast(0xff), + static_cast(0x19), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x96), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x66), + static_cast(0x46), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x58), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x24), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x72), + static_cast(0x00), + static_cast(0x27), + static_cast(0x25), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x40), + static_cast(0xff), + static_cast(0x16), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x71), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x01), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x58), + static_cast(0xd9), + static_cast(0x14), + static_cast(0x89), + static_cast(0x77), + static_cast(0x2c), + static_cast(0xbe), + static_cast(0x44), + static_cast(0x11), + static_cast(0x44), + static_cast(0x08), + static_cast(0xfb), + static_cast(0xed), + static_cast(0xc9), + static_cast(0x05), + static_cast(0x9c), + static_cast(0x3e), + static_cast(0xfc), + static_cast(0x8f), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0xe3), + static_cast(0x07), + static_cast(0xea), + static_cast(0xe5), + static_cast(0xf9), + static_cast(0x71), + static_cast(0xf4), + static_cast(0xf3), + static_cast(0xb8), + static_cast(0xc0), + static_cast(0xfb), + static_cast(0x9f), + static_cast(0x98), + static_cast(0x08), + static_cast(0xbb), + static_cast(0x36), + static_cast(0x05), + static_cast(0x0b), + static_cast(0x3d), + static_cast(0xf9), + static_cast(0xed), + static_cast(0x71), + static_cast(0xf7), + static_cast(0xbb), + static_cast(0xd1), + static_cast(0xf7), + static_cast(0x2a), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x6d), + static_cast(0x01), + static_cast(0x82), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x25), + static_cast(0xfd), + static_cast(0x25), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x18), + static_cast(0xfd), + static_cast(0xf3), + static_cast(0x49), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x95), + static_cast(0xff), + static_cast(0x48), + static_cast(0xaa), + static_cast(0xfd), + static_cast(0xee), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x8e), + static_cast(0xfd), + static_cast(0xaa), + static_cast(0x74), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x56), + static_cast(0xff), + static_cast(0x53), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x10), + static_cast(0x00), + static_cast(0xd2), + static_cast(0x30), + static_cast(0xff), + static_cast(0x91), + static_cast(0xac), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x01), + static_cast(0xff), + static_cast(0x64), + static_cast(0x97), + static_cast(0xff), + static_cast(0xde), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x33), + static_cast(0x00), + static_cast(0x65), + static_cast(0x95), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x12), + static_cast(0x71), + static_cast(0xff), + static_cast(0x93), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x17), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x69), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x91), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x4f), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x48), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x31), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x01), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x78), + static_cast(0xff), + static_cast(0x18), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x86), + static_cast(0x24), + static_cast(0x14), + static_cast(0x56), + static_cast(0xd1), + static_cast(0x29), + static_cast(0x63), + static_cast(0x69), + static_cast(0x10), + static_cast(0x4f), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x9b), + static_cast(0x94), + static_cast(0x04), + static_cast(0xb8), + static_cast(0xe9), + static_cast(0xfa), + static_cast(0x63), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x14), + static_cast(0xc3), + static_cast(0x07), + static_cast(0x2c), + static_cast(0xdf), + static_cast(0xf9), + static_cast(0xe8), + static_cast(0x5d), + static_cast(0xf4), + static_cast(0xd1), + static_cast(0x36), + static_cast(0xfc), + static_cast(0xb0), + static_cast(0x68), + static_cast(0x08), + static_cast(0x1b), + static_cast(0x37), + static_cast(0x04), + static_cast(0x7b), + static_cast(0xef), + static_cast(0xf9), + static_cast(0xb8), + static_cast(0xe8), + static_cast(0xf7), + static_cast(0x4f), + static_cast(0xe8), + static_cast(0xf7), + static_cast(0xe9), + static_cast(0x99), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x59), + static_cast(0x02), + static_cast(0xd8), + static_cast(0x17), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0x98), + static_cast(0x55), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x65), + static_cast(0x10), + static_cast(0xfd), + static_cast(0x42), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x47), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xee), + static_cast(0x06), + static_cast(0xfd), + static_cast(0xf6), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x22), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x17), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x34), + static_cast(0xad), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x03), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x54), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x83), + static_cast(0xff), + static_cast(0x81), + static_cast(0x01), + static_cast(0xff), + static_cast(0x67), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x98), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x67), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x52), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x03), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xac), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x05), + static_cast(0xff), + static_cast(0x87), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x58), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x24), + static_cast(0x11), + static_cast(0xff), + static_cast(0x63), + static_cast(0x74), + static_cast(0xff), + static_cast(0x56), + static_cast(0xab), + static_cast(0xff), + static_cast(0x27), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x52), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x58), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x27), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x25), + static_cast(0xff), + static_cast(0xed), + static_cast(0x31), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0x37), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xec), + static_cast(0xea), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x0e), + static_cast(0x14), + static_cast(0x25), + static_cast(0xc7), + static_cast(0x27), + static_cast(0xc0), + static_cast(0x25), + static_cast(0x0e), + static_cast(0xed), + static_cast(0xea), + static_cast(0xfc), + static_cast(0x9d), + static_cast(0xe2), + static_cast(0x03), + static_cast(0xfa), + static_cast(0xa7), + static_cast(0xfb), + static_cast(0x5c), + static_cast(0x6a), + static_cast(0x01), + static_cast(0xb8), + static_cast(0x8d), + static_cast(0x06), + static_cast(0xc5), + static_cast(0x62), + static_cast(0xf9), + static_cast(0x23), + static_cast(0xd3), + static_cast(0xf4), + static_cast(0x53), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0xf4), + static_cast(0x71), + static_cast(0x09), + static_cast(0x1a), + static_cast(0xda), + static_cast(0x02), + static_cast(0x77), + static_cast(0x78), + static_cast(0xf9), + static_cast(0xf9), + static_cast(0x50), + static_cast(0xf8), + static_cast(0x9f), + static_cast(0xc0), + static_cast(0xf8), + static_cast(0x1f), + static_cast(0x90), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x02), + static_cast(0xba), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0xe3), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xe4), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x10), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x17), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xd7), + static_cast(0xfc), + static_cast(0xf6), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x33), + static_cast(0x89), + static_cast(0xff), + static_cast(0x31), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x40), + static_cast(0xff), + static_cast(0xac), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x26), + static_cast(0x82), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x82), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x32), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x65), + static_cast(0x00), + static_cast(0xa7), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x16), + static_cast(0xff), + static_cast(0x01), + static_cast(0x44), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x24), + static_cast(0xff), + static_cast(0x11), + static_cast(0x73), + static_cast(0xff), + static_cast(0x14), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xba), + static_cast(0xff), + static_cast(0x82), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x05), + static_cast(0x63), + static_cast(0xff), + static_cast(0x18), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x81), + static_cast(0x50), + static_cast(0xff), + static_cast(0x57), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x31), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x05), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x33), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x55), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x40), + static_cast(0x12), + static_cast(0x6f), + static_cast(0xec), + static_cast(0x25), + static_cast(0x70), + static_cast(0x7a), + static_cast(0x0e), + static_cast(0xfc), + static_cast(0x1e), + static_cast(0xfc), + static_cast(0xe1), + static_cast(0x73), + static_cast(0x03), + static_cast(0xbd), + static_cast(0x42), + static_cast(0xfc), + static_cast(0xe3), + static_cast(0xd8), + static_cast(0x00), + static_cast(0xb4), + static_cast(0xb0), + static_cast(0x06), + static_cast(0x2e), + static_cast(0xc0), + static_cast(0xf9), + static_cast(0xc6), + static_cast(0x5e), + static_cast(0xf5), + static_cast(0x30), + static_cast(0x23), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x78), + static_cast(0x09), + static_cast(0xaa), + static_cast(0x23), + static_cast(0x03), + static_cast(0x02), + static_cast(0x80), + static_cast(0xf9), + static_cast(0x27), + static_cast(0xf1), + static_cast(0xf8), + static_cast(0xe0), + static_cast(0xc0), + static_cast(0xf8), + static_cast(0x94), + static_cast(0x54), + static_cast(0x01), + static_cast(0x2b), + static_cast(0x55), + static_cast(0x03), + static_cast(0x67), + static_cast(0x31), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x6f), + static_cast(0xfd), + static_cast(0xa3), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x85), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x29), + static_cast(0xfd), + static_cast(0xd0), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x69), + static_cast(0xff), + static_cast(0x98), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x65), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x08), + static_cast(0xfd), + static_cast(0x18), + static_cast(0xad), + static_cast(0xfd), + static_cast(0x61), + static_cast(0x62), + static_cast(0xff), + static_cast(0xea), + static_cast(0x79), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x70), + static_cast(0xff), + static_cast(0x81), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xda), + static_cast(0x40), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x44), + static_cast(0x00), + static_cast(0xf0), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x55), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x50), + static_cast(0xff), + static_cast(0x65), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x02), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x12), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x14), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x55), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x41), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x64), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x29), + static_cast(0xff), + static_cast(0x99), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xad), + static_cast(0x43), + static_cast(0xff), + static_cast(0x94), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xe2), + static_cast(0x11), + static_cast(0xec), + static_cast(0x24), + static_cast(0x24), + static_cast(0xbf), + static_cast(0x13), + static_cast(0x0d), + static_cast(0xef), + static_cast(0x7d), + static_cast(0xfc), + static_cast(0xda), + static_cast(0xf5), + static_cast(0x02), + static_cast(0xf9), + static_cast(0xf2), + static_cast(0xfb), + static_cast(0x7a), + static_cast(0xa2), + static_cast(0x01), + static_cast(0x0f), + static_cast(0xca), + static_cast(0x06), + static_cast(0xda), + static_cast(0x46), + static_cast(0xfa), + static_cast(0x48), + static_cast(0x58), + static_cast(0xf6), + static_cast(0xd0), + static_cast(0x31), + static_cast(0xff), + static_cast(0x72), + static_cast(0x2f), + static_cast(0x0a), + static_cast(0x8e), + static_cast(0x30), + static_cast(0x03), + static_cast(0xc9), + static_cast(0xe7), + static_cast(0xf9), + static_cast(0x2d), + static_cast(0xe1), + static_cast(0xf8), + static_cast(0xd5), + static_cast(0x94), + static_cast(0xf8), + static_cast(0x10), + static_cast(0xb5), + static_cast(0x01), + static_cast(0xea), + static_cast(0xab), + static_cast(0x03), + static_cast(0x75), + static_cast(0x44), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x1b), + static_cast(0xfd), + static_cast(0x6c), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x64), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x70), + static_cast(0xfd), + static_cast(0xce), + static_cast(0x06), + static_cast(0xff), + static_cast(0x30), + static_cast(0x18), + static_cast(0xff), + static_cast(0x34), + static_cast(0x08), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xab), + static_cast(0x3f), + static_cast(0xfd), + static_cast(0x56), + static_cast(0xe6), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0x73), + static_cast(0xff), + static_cast(0x10), + static_cast(0x77), + static_cast(0xff), + static_cast(0x60), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x40), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x06), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x42), + static_cast(0xff), + static_cast(0x74), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x98), + static_cast(0x03), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x09), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x91), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x60), + static_cast(0xff), + static_cast(0x33), + static_cast(0x56), + static_cast(0xff), + static_cast(0x14), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x74), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x07), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x06), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x86), + static_cast(0xff), + static_cast(0x44), + static_cast(0xea), + static_cast(0xff), + static_cast(0x30), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x63), + static_cast(0x67), + static_cast(0xff), + static_cast(0x00), + static_cast(0x78), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x33), + static_cast(0x37), + static_cast(0xff), + static_cast(0x09), + static_cast(0x29), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x15), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x52), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xca), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x8f), + static_cast(0x11), + static_cast(0x3b), + static_cast(0x0e), + static_cast(0x23), + static_cast(0xee), + static_cast(0x15), + static_cast(0x0c), + static_cast(0xaa), + static_cast(0x69), + static_cast(0xfc), + static_cast(0xa9), + static_cast(0x32), + static_cast(0x03), + static_cast(0x28), + static_cast(0x9d), + static_cast(0xfc), + static_cast(0x04), + static_cast(0xad), + static_cast(0x02), + static_cast(0xd4), + static_cast(0xab), + static_cast(0x07), + static_cast(0xb3), + static_cast(0x34), + static_cast(0xfb), + static_cast(0xb1), + static_cast(0x1b), + static_cast(0xf7), + static_cast(0x7e), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x48), + static_cast(0x0a), + static_cast(0x2e), + static_cast(0xd2), + static_cast(0x02), + static_cast(0x18), + static_cast(0x80), + static_cast(0xf9), + static_cast(0x36), + static_cast(0x7b), + static_cast(0xf8), + static_cast(0x87), + static_cast(0x88), + static_cast(0xf8), + static_cast(0xbb), + static_cast(0x0f), + static_cast(0x02), + static_cast(0x72), + static_cast(0xf4), + static_cast(0x03), + static_cast(0x23), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xe3), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xde), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0x4c), + static_cast(0x30), + static_cast(0xff), + static_cast(0x25), + static_cast(0x41), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x42), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x59), + static_cast(0xfd), + static_cast(0x45), + static_cast(0xe2), + static_cast(0xfd), + static_cast(0xe5), + static_cast(0x55), + static_cast(0xff), + static_cast(0x14), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x79), + static_cast(0xff), + static_cast(0xca), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x77), + static_cast(0xff), + static_cast(0x18), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x35), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x41), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xda), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x62), + static_cast(0xff), + static_cast(0x38), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x17), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x46), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xab), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x00), + static_cast(0xff), + static_cast(0x83), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x95), + static_cast(0x07), + static_cast(0x00), + static_cast(0xbe), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x70), + static_cast(0x95), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x48), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x11), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x57), + static_cast(0xff), + static_cast(0x68), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xcf), + static_cast(0x10), + static_cast(0xfa), + static_cast(0x6b), + static_cast(0x23), + static_cast(0xd1), + static_cast(0x05), + static_cast(0x0e), + static_cast(0x2e), + static_cast(0x8b), + static_cast(0xfc), + static_cast(0x8e), + static_cast(0x4c), + static_cast(0x03), + static_cast(0x59), + static_cast(0xdc), + static_cast(0xfc), + static_cast(0xce), + static_cast(0xb7), + static_cast(0x01), + static_cast(0xd1), + static_cast(0xba), + static_cast(0x07), + static_cast(0x7d), + static_cast(0x21), + static_cast(0xfb), + static_cast(0x39), + static_cast(0xaa), + static_cast(0xf6), + static_cast(0x41), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x14), + static_cast(0xf0), + static_cast(0x09), + static_cast(0xce), + static_cast(0x8a), + static_cast(0x03), + static_cast(0x88), + static_cast(0x81), + static_cast(0xf9), + static_cast(0xee), + static_cast(0x8d), + static_cast(0xf8), + static_cast(0x89), + static_cast(0x5e), + static_cast(0xf8), + static_cast(0x2e), + static_cast(0xab), + static_cast(0x01), + static_cast(0x40), + static_cast(0x32), + static_cast(0x04), + static_cast(0x95), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0x79), + static_cast(0xf7), + static_cast(0xfc), + static_cast(0x77), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x26), + static_cast(0x00), + static_cast(0x27), + static_cast(0xca), + static_cast(0xfd), + static_cast(0xf7), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x19), + static_cast(0x24), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x6d), + static_cast(0xfd), + static_cast(0x01), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0x51), + static_cast(0x21), + static_cast(0xff), + static_cast(0x84), + static_cast(0x20), + static_cast(0xff), + static_cast(0x59), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xba), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x24), + static_cast(0xff), + static_cast(0x02), + static_cast(0x86), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x86), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xca), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x04), + static_cast(0xff), + static_cast(0x78), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x11), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x48), + static_cast(0x17), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x88), + static_cast(0xff), + static_cast(0x16), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x28), + static_cast(0x23), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x17), + static_cast(0xff), + static_cast(0xac), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x28), + static_cast(0x20), + static_cast(0xff), + static_cast(0x35), + static_cast(0x68), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xbc), + static_cast(0x10), + static_cast(0x6b), + static_cast(0x5d), + static_cast(0x23), + static_cast(0x3b), + static_cast(0xd3), + static_cast(0x0d), + static_cast(0x03), + static_cast(0x0b), + static_cast(0xfc), + static_cast(0xae), + static_cast(0x16), + static_cast(0x03), + static_cast(0x2c), + static_cast(0xe8), + static_cast(0xfc), + static_cast(0xbe), + static_cast(0xb6), + static_cast(0x01), + static_cast(0xab), + static_cast(0xd2), + static_cast(0x07), + static_cast(0xab), + static_cast(0x09), + static_cast(0xfb), + static_cast(0xd3), + static_cast(0x6b), + static_cast(0xf6), + static_cast(0xa6), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x95), + static_cast(0xff), + static_cast(0x09), + static_cast(0x98), + static_cast(0x8e), + static_cast(0x03), + static_cast(0x06), + static_cast(0x43), + static_cast(0xf9), + static_cast(0x54), + static_cast(0x7a), + static_cast(0xf8), + static_cast(0x73), + static_cast(0x79), + static_cast(0xf8), + static_cast(0xda), + static_cast(0xfa), + static_cast(0x01), + static_cast(0x1d), + static_cast(0xc6), + static_cast(0x04), + static_cast(0xff), + static_cast(0x77), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xdc), + static_cast(0xfc), + static_cast(0x53), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xee), + static_cast(0xff), + static_cast(0x58), + static_cast(0x98), + static_cast(0xfd), + static_cast(0xd1), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x61), + static_cast(0xff), + static_cast(0x03), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xae), + static_cast(0xb3), + static_cast(0xfd), + static_cast(0xb1), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0xb8), + static_cast(0x44), + static_cast(0xff), + static_cast(0x03), + static_cast(0x06), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x80), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x88), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x20), + static_cast(0xff), + static_cast(0x67), + static_cast(0x84), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xec), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x91), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x48), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x55), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x19), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x12), + static_cast(0x00), + static_cast(0x37), + static_cast(0xf1), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x26), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x28), + static_cast(0xff), + static_cast(0x57), + static_cast(0x20), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0xda), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x40), + static_cast(0xff), + static_cast(0x21), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x61), + static_cast(0xd4), + static_cast(0x10), + static_cast(0xd4), + static_cast(0x1a), + static_cast(0x24), + static_cast(0x94), + static_cast(0x7e), + static_cast(0x0e), + static_cast(0xca), + static_cast(0x8f), + static_cast(0xfb), + static_cast(0x6d), + static_cast(0x8f), + static_cast(0x02), + static_cast(0x65), + static_cast(0x5d), + static_cast(0xfc), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xb1), + static_cast(0x07), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xfa), + static_cast(0xc5), + static_cast(0xc2), + static_cast(0xf5), + static_cast(0xe0), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x2a), + static_cast(0x0a), + static_cast(0xba), + static_cast(0x5c), + static_cast(0x04), + static_cast(0x71), + static_cast(0x68), + static_cast(0xf9), + static_cast(0xc7), + static_cast(0x64), + static_cast(0xf8), + static_cast(0xd7), + static_cast(0x4d), + static_cast(0xf8), + static_cast(0x44), + static_cast(0xbc), + static_cast(0x01), + static_cast(0xf2), + static_cast(0xf2), + static_cast(0x04), + static_cast(0xc6), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x31), + static_cast(0xfd), + static_cast(0xb1), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x48), + static_cast(0x00), + static_cast(0x42), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0xd9), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x54), + static_cast(0xff), + static_cast(0x78), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0x95), + static_cast(0xda), + static_cast(0xff), + static_cast(0x65), + static_cast(0xbe), + static_cast(0xfd), + static_cast(0xe1), + static_cast(0xcc), + static_cast(0xfd), + static_cast(0x49), + static_cast(0x84), + static_cast(0xff), + static_cast(0x59), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x33), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x72), + static_cast(0x59), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x90), + static_cast(0xff), + static_cast(0xec), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x48), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0x60), + static_cast(0xff), + static_cast(0x45), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x08), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x03), + static_cast(0xff), + static_cast(0x62), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x00), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x82), + static_cast(0x20), + static_cast(0x00), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x76), + static_cast(0xff), + static_cast(0x01), + static_cast(0x69), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x15), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x18), + static_cast(0xff), + static_cast(0x54), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xac), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x00), + static_cast(0xff), + static_cast(0x76), + static_cast(0x49), + static_cast(0xff), + static_cast(0x89), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x36), + static_cast(0x07), + static_cast(0x11), + static_cast(0x7f), + static_cast(0x87), + static_cast(0x25), + static_cast(0x59), + static_cast(0x07), + static_cast(0x10), + static_cast(0x9d), + static_cast(0x86), + static_cast(0xfb), + static_cast(0x0b), + static_cast(0xc0), + static_cast(0x02), + static_cast(0x0e), + static_cast(0x54), + static_cast(0xfc), + static_cast(0xc0), + static_cast(0x43), + static_cast(0x00), + static_cast(0xd0), + static_cast(0xb6), + static_cast(0x07), + static_cast(0x46), + static_cast(0x18), + static_cast(0xfa), + static_cast(0x8f), + static_cast(0x91), + static_cast(0xf4), + static_cast(0x34), + static_cast(0x41), + static_cast(0xfd), + static_cast(0x2e), + static_cast(0xd5), + static_cast(0x09), + static_cast(0xc9), + static_cast(0xdf), + static_cast(0x04), + static_cast(0xa1), + static_cast(0xed), + static_cast(0xf8), + static_cast(0x71), + static_cast(0xe0), + static_cast(0xf7), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0xf7), + static_cast(0x48), + static_cast(0x6d), + static_cast(0x01), + static_cast(0x99), + static_cast(0x50), + static_cast(0x05), + static_cast(0x58), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x4d), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0x83), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x74), + static_cast(0x00), + static_cast(0x21), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x79), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x0d), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x21), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0xd6), + static_cast(0xfd), + static_cast(0x98), + static_cast(0xab), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x49), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x54), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xba), + static_cast(0x12), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x67), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x44), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x91), + static_cast(0x47), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x91), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x12), + static_cast(0xff), + static_cast(0x50), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xba), + static_cast(0x19), + static_cast(0x00), + static_cast(0x58), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x40), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x92), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x39), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x10), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xfb), + static_cast(0x11), + static_cast(0xab), + static_cast(0xbf), + static_cast(0x27), + static_cast(0xda), + static_cast(0xc8), + static_cast(0x10), + static_cast(0x50), + static_cast(0xea), + static_cast(0xfa), + static_cast(0x2c), + static_cast(0x2c), + static_cast(0x03), + static_cast(0x54), + static_cast(0x44), + static_cast(0xfc), + static_cast(0x7a), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xd7), + static_cast(0x07), + static_cast(0xca), + static_cast(0x3b), + static_cast(0xf9), + static_cast(0x74), + static_cast(0x94), + static_cast(0xf3), + static_cast(0x62), + static_cast(0xbf), + static_cast(0xfc), + static_cast(0xed), + static_cast(0xf5), + static_cast(0x09), + static_cast(0x27), + static_cast(0x1e), + static_cast(0x05), + static_cast(0x3e), + static_cast(0x41), + static_cast(0xf8), + static_cast(0xda), + static_cast(0x4a), + static_cast(0xf7), + static_cast(0xb5), + static_cast(0x7c), + static_cast(0xf7), + static_cast(0x2d), + static_cast(0xed), + static_cast(0x00), + static_cast(0x97), + static_cast(0xf7), + static_cast(0x04), + static_cast(0x8e), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x1c), + static_cast(0xfd), + static_cast(0x17), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x61), + static_cast(0x00), + static_cast(0xc6), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0x71), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x61), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xed), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0xb0), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xe9), + static_cast(0xfd), + static_cast(0x86), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x50), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x87), + static_cast(0xff), + static_cast(0x81), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x83), + static_cast(0x67), + static_cast(0xff), + static_cast(0x87), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x37), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x07), + static_cast(0x00), + static_cast(0x00), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x9b), + static_cast(0x06), + static_cast(0x00), + static_cast(0x74), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x63), + static_cast(0x83), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x08), + static_cast(0xff), + static_cast(0x90), + static_cast(0x48), + static_cast(0xff), + static_cast(0x01), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x83), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x12), + static_cast(0x00), + static_cast(0x77), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x43), + static_cast(0xff), + static_cast(0x54), + static_cast(0x14), + static_cast(0xff), + static_cast(0x12), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x04), + static_cast(0xff), + static_cast(0x55), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x25), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xea), + static_cast(0xef), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x60), + static_cast(0x13), + static_cast(0xa9), + static_cast(0x2e), + static_cast(0x2a), + static_cast(0x61), + static_cast(0x36), + static_cast(0x11), + static_cast(0xa3), + static_cast(0x75), + static_cast(0xfa), + static_cast(0x74), + static_cast(0x56), + static_cast(0x03), + static_cast(0xb3), + static_cast(0x13), + static_cast(0xfc), + static_cast(0xd1), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x8c), + static_cast(0x07), + static_cast(0xc4), + static_cast(0x17), + static_cast(0xf8), + static_cast(0x4a), + static_cast(0xd5), + static_cast(0xf2), + static_cast(0x4c), + static_cast(0xdf), + static_cast(0xfc), + static_cast(0x2a), + static_cast(0x20), + static_cast(0x0a), + static_cast(0x1b), + static_cast(0xa1), + static_cast(0x04), + static_cast(0x65), + static_cast(0x09), + static_cast(0xf8), + static_cast(0x83), + static_cast(0x08), + static_cast(0xf7), + static_cast(0x0e), + static_cast(0x0e), + static_cast(0xf7), + static_cast(0xa5), + static_cast(0xea), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xb5), + static_cast(0x04), + static_cast(0x98), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x46), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x49), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x9c), + static_cast(0xfd), + static_cast(0x34), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x54), + static_cast(0xff), + static_cast(0x60), + static_cast(0xb7), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x60), + static_cast(0x91), + static_cast(0xfd), + static_cast(0xe8), + static_cast(0xb6), + static_cast(0xfd), + static_cast(0x85), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x03), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x76), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x24), + static_cast(0x33), + static_cast(0xff), + static_cast(0x87), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x26), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x15), + static_cast(0x67), + static_cast(0xff), + static_cast(0x84), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x15), + static_cast(0xff), + static_cast(0x18), + static_cast(0x26), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x00), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x15), + static_cast(0xff), + static_cast(0xae), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x00), + static_cast(0x26), + static_cast(0x00), + static_cast(0xca), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x44), + static_cast(0x77), + static_cast(0xff), + static_cast(0x77), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x17), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x06), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x29), + static_cast(0x79), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x02), + static_cast(0x00), + static_cast(0x7c), + static_cast(0xd7), + static_cast(0x13), + static_cast(0x3a), + static_cast(0xa0), + static_cast(0x2b), + static_cast(0xaf), + static_cast(0xbb), + static_cast(0x12), + static_cast(0x8b), + static_cast(0xf7), + static_cast(0xfa), + static_cast(0xcb), + static_cast(0x69), + static_cast(0x03), + static_cast(0xa3), + static_cast(0xf0), + static_cast(0xfb), + static_cast(0xe4), + static_cast(0x55), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x2f), + static_cast(0x07), + static_cast(0xc3), + static_cast(0xe6), + static_cast(0xf7), + static_cast(0x69), + static_cast(0xc0), + static_cast(0xf2), + static_cast(0x7a), + static_cast(0xfd), + static_cast(0xfc), + static_cast(0x91), + static_cast(0x01), + static_cast(0x09), + static_cast(0xad), + static_cast(0x8a), + static_cast(0x03), + static_cast(0xda), + static_cast(0x98), + static_cast(0xf8), + static_cast(0x55), + static_cast(0xaf), + static_cast(0xf7), + static_cast(0xbc), + static_cast(0x2d), + static_cast(0xf7), + static_cast(0x46), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x73), + static_cast(0x24), + static_cast(0x04), + static_cast(0xb8), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xc7), + static_cast(0xfd), + static_cast(0x0a), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x99), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x4f), + static_cast(0xfd), + static_cast(0xe8), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xe2), + static_cast(0xfd), + static_cast(0x84), + static_cast(0x87), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x46), + static_cast(0xfd), + static_cast(0xc7), + static_cast(0x97), + static_cast(0xfd), + static_cast(0x06), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x04), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x32), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xba), + static_cast(0x20), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x41), + static_cast(0x00), + static_cast(0xf2), + static_cast(0xca), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x32), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x14), + static_cast(0xff), + static_cast(0x90), + static_cast(0x77), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x05), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x48), + static_cast(0xff), + static_cast(0x72), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x25), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x17), + static_cast(0x00), + static_cast(0x75), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x54), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x01), + static_cast(0xff), + static_cast(0x69), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x04), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x40), + static_cast(0xff), + static_cast(0x46), + static_cast(0x88), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x24), + static_cast(0x00), + static_cast(0x91), + static_cast(0x56), + static_cast(0x14), + static_cast(0x03), + static_cast(0xd3), + static_cast(0x2c), + static_cast(0xa8), + static_cast(0x96), + static_cast(0x13), + static_cast(0x07), + static_cast(0x68), + static_cast(0xfb), + static_cast(0x71), + static_cast(0x23), + static_cast(0x04), + static_cast(0x5c), + static_cast(0x48), + static_cast(0xfc), + static_cast(0xc5), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x3e), + static_cast(0x06), + static_cast(0xb0), + static_cast(0x27), + static_cast(0xf7), + static_cast(0xe7), + static_cast(0xfc), + static_cast(0xf2), + static_cast(0xa9), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x93), + static_cast(0x08), + static_cast(0x26), + static_cast(0x71), + static_cast(0x01), + static_cast(0x65), + static_cast(0x34), + static_cast(0xf8), + static_cast(0x0c), + static_cast(0xc5), + static_cast(0xf8), + static_cast(0x81), + static_cast(0x47), + static_cast(0xf8), + static_cast(0xa0), + static_cast(0x37), + static_cast(0x01), + static_cast(0xa0), + static_cast(0x3f), + static_cast(0x03), + static_cast(0xe1), + static_cast(0x17), + static_cast(0xfd), + static_cast(0x8e), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0x57), + static_cast(0xff), + static_cast(0x97), + static_cast(0x08), + static_cast(0x00), + static_cast(0x82), + static_cast(0x29), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0x51), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x16), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x91), + static_cast(0xff), + static_cast(0x37), + static_cast(0xc9), + static_cast(0xfc), + static_cast(0x30), + static_cast(0x29), + static_cast(0xfd), + static_cast(0xf6), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x69), + static_cast(0x35), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x04), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xce), + static_cast(0x00), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x12), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xab), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x03), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xc2), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x31), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x28), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x53), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x69), + static_cast(0x23), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x51), + static_cast(0x00), + static_cast(0xd4), + static_cast(0x21), + static_cast(0x00), + static_cast(0x65), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x45), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x98), + static_cast(0x90), + static_cast(0xff), + static_cast(0x94), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x04), + static_cast(0x42), + static_cast(0x15), + static_cast(0xd7), + static_cast(0xa5), + static_cast(0x2e), + static_cast(0xba), + static_cast(0x49), + static_cast(0x13), + static_cast(0xf0), + static_cast(0xe4), + static_cast(0xf9), + static_cast(0x29), + static_cast(0x9a), + static_cast(0x04), + static_cast(0xab), + static_cast(0xaf), + static_cast(0xfc), + static_cast(0x29), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xc4), + static_cast(0x06), + static_cast(0x68), + static_cast(0x53), + static_cast(0xf6), + static_cast(0xf4), + static_cast(0xc0), + static_cast(0xf2), + static_cast(0x4a), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x3b), + static_cast(0x09), + static_cast(0xbc), + static_cast(0x37), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xfa), + static_cast(0xf5), + static_cast(0x34), + static_cast(0x2b), + static_cast(0xf9), + static_cast(0x61), + static_cast(0x68), + static_cast(0xf9), + static_cast(0x5f), + static_cast(0xb7), + static_cast(0x02), + static_cast(0xf0), + static_cast(0xf6), + static_cast(0x03), + static_cast(0xcb), + static_cast(0xca), + static_cast(0xfb), + static_cast(0x18), + static_cast(0xed), + static_cast(0xfc), + static_cast(0xb4), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x68), + static_cast(0x00), + static_cast(0x87), + static_cast(0x0e), + static_cast(0xfd), + static_cast(0xcc), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0xac), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xc8), + static_cast(0xfd), + static_cast(0xeb), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x40), + static_cast(0xb5), + static_cast(0xfc), + static_cast(0xb7), + static_cast(0xd6), + static_cast(0xfc), + static_cast(0x60), + static_cast(0x45), + static_cast(0xff), + static_cast(0x63), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x61), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x84), + static_cast(0xff), + static_cast(0xba), + static_cast(0x20), + static_cast(0x00), + static_cast(0xb7), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x54), + static_cast(0xff), + static_cast(0x34), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x50), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x22), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x31), + static_cast(0xff), + static_cast(0x75), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x59), + static_cast(0xff), + static_cast(0xef), + static_cast(0x17), + static_cast(0x00), + static_cast(0x09), + static_cast(0x59), + static_cast(0x00), + static_cast(0x28), + static_cast(0x21), + static_cast(0x00), + static_cast(0x0a), + static_cast(0x82), + static_cast(0xff), + static_cast(0x47), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xce), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x63), + static_cast(0xfe), + static_cast(0xac), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x71), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x11), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x2b), + static_cast(0x16), + static_cast(0xeb), + static_cast(0x3c), + static_cast(0x31), + static_cast(0xfd), + static_cast(0x6d), + static_cast(0x13), + static_cast(0x65), + static_cast(0xb1), + static_cast(0xf6), + static_cast(0x63), + static_cast(0xfa), + static_cast(0x03), + static_cast(0x0e), + static_cast(0x14), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x11), + static_cast(0xff), + static_cast(0x72), + static_cast(0x04), + static_cast(0x09), + static_cast(0x57), + static_cast(0xa3), + static_cast(0xf6), + static_cast(0x68), + static_cast(0xb0), + static_cast(0xf1), + static_cast(0xfa), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x53), + static_cast(0x1f), + static_cast(0x0b), + static_cast(0xa0), + static_cast(0x84), + static_cast(0xff), + static_cast(0x86), + static_cast(0xa4), + static_cast(0xf3), + static_cast(0x5e), + static_cast(0xba), + static_cast(0xf7), + static_cast(0xbb), + static_cast(0x7a), + static_cast(0xf9), + static_cast(0xcf), + static_cast(0x5d), + static_cast(0x03), + static_cast(0x08), + static_cast(0x43), + static_cast(0x05), + static_cast(0xb6), + static_cast(0x97), + static_cast(0xfb), + static_cast(0x8b), + static_cast(0x0f), + static_cast(0xfc), + static_cast(0x07), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x62), + static_cast(0x58), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x0d), + static_cast(0xfd), + static_cast(0xef), + static_cast(0xef), + static_cast(0xfd), + static_cast(0x8d), + static_cast(0x11), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x71), + static_cast(0xfd), + static_cast(0xda), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x93), + static_cast(0xfc), + static_cast(0xb2), + static_cast(0x74), + static_cast(0xfc), + static_cast(0x40), + static_cast(0x81), + static_cast(0xff), + static_cast(0x96), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x31), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xca), + static_cast(0x0f), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x33), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x65), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xad), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x39), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x37), + static_cast(0x51), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x83), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x55), + static_cast(0xfe), + static_cast(0x66), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x53), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x40), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x13), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x35), + static_cast(0x00), + static_cast(0xa4), + static_cast(0x84), + static_cast(0x00), + static_cast(0x87), + static_cast(0x52), + static_cast(0x00), + static_cast(0x6c), + static_cast(0x99), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x46), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x54), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x62), + static_cast(0xff), + static_cast(0x98), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x11), + static_cast(0x00), + static_cast(0x35), + static_cast(0x0c), + static_cast(0x18), + static_cast(0x9e), + static_cast(0xbb), + static_cast(0x33), + static_cast(0x61), + static_cast(0xe6), + static_cast(0x11), + static_cast(0xed), + static_cast(0xaa), + static_cast(0xf4), + static_cast(0xb1), + static_cast(0x85), + static_cast(0x03), + static_cast(0x7f), + static_cast(0x8d), + static_cast(0xfb), + static_cast(0x89), + static_cast(0xef), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xce), + static_cast(0x0a), + static_cast(0x36), + static_cast(0x46), + static_cast(0xf6), + static_cast(0xb3), + static_cast(0x54), + static_cast(0xf1), + static_cast(0xb8), + static_cast(0x48), + static_cast(0x01), + static_cast(0xd7), + static_cast(0x78), + static_cast(0x0d), + static_cast(0xad), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x28), + static_cast(0xea), + static_cast(0xf1), + static_cast(0x70), + static_cast(0xdc), + static_cast(0xf5), + static_cast(0x7a), + static_cast(0x2e), + static_cast(0xf8), + static_cast(0x41), + static_cast(0xb8), + static_cast(0x03), + static_cast(0xc9), + static_cast(0xed), + static_cast(0x05), + static_cast(0xed), + static_cast(0x0d), + static_cast(0xfb), + static_cast(0x9e), + static_cast(0x5d), + static_cast(0xfb), + static_cast(0x07), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xdb), + static_cast(0xb9), + static_cast(0xfc), + static_cast(0x00), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x55), + static_cast(0xff), + static_cast(0x98), + static_cast(0x3a), + static_cast(0xfd), + static_cast(0xda), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x62), + static_cast(0xfc), + static_cast(0x48), + static_cast(0x26), + static_cast(0xfc), + static_cast(0xad), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x20), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x80), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x25), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x04), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x42), + static_cast(0x63), + static_cast(0xff), + static_cast(0x00), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x28), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x81), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x25), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x98), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x56), + static_cast(0x00), + static_cast(0x48), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x77), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x26), + static_cast(0xff), + static_cast(0x35), + static_cast(0x03), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xf7), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x24), + static_cast(0xff), + static_cast(0x83), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x52), + static_cast(0x28), + static_cast(0x00), + static_cast(0x73), + static_cast(0xac), + static_cast(0x18), + static_cast(0x06), + static_cast(0x2b), + static_cast(0x35), + static_cast(0x68), + static_cast(0x93), + static_cast(0x12), + static_cast(0x45), + static_cast(0x48), + static_cast(0xf4), + static_cast(0x2b), + static_cast(0x7b), + static_cast(0x02), + static_cast(0xa6), + static_cast(0x3f), + static_cast(0xfa), + static_cast(0xd3), + static_cast(0x40), + static_cast(0x00), + static_cast(0x76), + static_cast(0x12), + static_cast(0x0c), + static_cast(0x5f), + static_cast(0xdd), + static_cast(0xf6), + static_cast(0x10), + static_cast(0x7a), + static_cast(0xf0), + static_cast(0x1a), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xed), + static_cast(0xef), + static_cast(0x0e), + static_cast(0x08), + static_cast(0x1e), + static_cast(0x03), + static_cast(0xf1), + static_cast(0x0b), + static_cast(0xf2), + static_cast(0x05), + static_cast(0x33), + static_cast(0xf4), + static_cast(0x61), + static_cast(0xbc), + static_cast(0xf5), + static_cast(0xb6), + static_cast(0x4f), + static_cast(0x03), + static_cast(0x38), + static_cast(0x5f), + static_cast(0x07), + static_cast(0x2f), + static_cast(0x9d), + static_cast(0xfb), + static_cast(0xcf), + static_cast(0xe1), + static_cast(0xfa), + static_cast(0x1b), + static_cast(0x11), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xaa), + static_cast(0xfc), + static_cast(0x9c), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xd4), + static_cast(0xfc), + static_cast(0xd0), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x7c), + static_cast(0xfc), + static_cast(0xd6), + static_cast(0x40), + static_cast(0xfc), + static_cast(0xdb), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x29), + static_cast(0xff), + static_cast(0x96), + static_cast(0x92), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x44), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x61), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x82), + static_cast(0xfe), + static_cast(0xad), + static_cast(0x43), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x14), + static_cast(0x00), + static_cast(0x69), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x93), + static_cast(0x64), + static_cast(0xff), + static_cast(0x81), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x78), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x96), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x16), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x35), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x6a), + static_cast(0xad), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x84), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x13), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xef), + static_cast(0xfd), + static_cast(0xb0), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x80), + static_cast(0xff), + static_cast(0x72), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x30), + static_cast(0x19), + static_cast(0xe0), + static_cast(0xae), + static_cast(0x35), + static_cast(0xc5), + static_cast(0xf4), + static_cast(0x12), + static_cast(0xd7), + static_cast(0x6f), + static_cast(0xf5), + static_cast(0x67), + static_cast(0x31), + static_cast(0x02), + static_cast(0x41), + static_cast(0x10), + static_cast(0xf9), + static_cast(0x2f), + static_cast(0x51), + static_cast(0x00), + static_cast(0xbf), + static_cast(0xdc), + static_cast(0x0b), + static_cast(0x7a), + static_cast(0x14), + static_cast(0xf7), + static_cast(0xda), + static_cast(0xd5), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0x56), + static_cast(0x0f), + static_cast(0x07), + static_cast(0x10), + static_cast(0x05), + static_cast(0xbf), + static_cast(0x8d), + static_cast(0xf3), + static_cast(0x6a), + static_cast(0x1b), + static_cast(0xf3), + static_cast(0x37), + static_cast(0xab), + static_cast(0xf3), + static_cast(0x73), + static_cast(0x1d), + static_cast(0x03), + static_cast(0xe1), + static_cast(0x16), + static_cast(0x08), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0xfc), + static_cast(0x69), + static_cast(0xc5), + static_cast(0xfa), + static_cast(0x11), + static_cast(0x23), + static_cast(0xfd), + static_cast(0xc0), + static_cast(0x03), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x5b), + static_cast(0xfc), + static_cast(0xf7), + static_cast(0x03), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x25), + static_cast(0xff), + static_cast(0x54), + static_cast(0xd4), + static_cast(0xfc), + static_cast(0x11), + static_cast(0x13), + static_cast(0x00), + static_cast(0xee), + static_cast(0x7d), + static_cast(0xfc), + static_cast(0x69), + static_cast(0x6d), + static_cast(0xfc), + static_cast(0x59), + static_cast(0x72), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x21), + static_cast(0xff), + static_cast(0x16), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x04), + static_cast(0xff), + static_cast(0x16), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x86), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xef), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x02), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x60), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x65), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x70), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x34), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x33), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0x30), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xda), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x91), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x54), + static_cast(0x00), + static_cast(0x9e), + static_cast(0x80), + static_cast(0xff), + static_cast(0xea), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x02), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x62), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x02), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x61), + static_cast(0xff), + static_cast(0x17), + static_cast(0x21), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x35), + static_cast(0x19), + static_cast(0xaa), + static_cast(0x6d), + static_cast(0x35), + static_cast(0xd8), + static_cast(0xca), + static_cast(0x13), + static_cast(0x92), + static_cast(0xa1), + static_cast(0xf7), + static_cast(0x35), + static_cast(0x7c), + static_cast(0x02), + static_cast(0xcf), + static_cast(0x93), + static_cast(0xf8), + static_cast(0xeb), + static_cast(0x64), + static_cast(0x00), + static_cast(0xbd), + static_cast(0xc4), + static_cast(0x0a), + static_cast(0xcb), + static_cast(0xa9), + static_cast(0xf6), + static_cast(0x1a), + static_cast(0x59), + static_cast(0xef), + static_cast(0xf0), + static_cast(0x54), + static_cast(0xfc), + static_cast(0xf7), + static_cast(0xab), + static_cast(0x0e), + static_cast(0xfa), + static_cast(0x16), + static_cast(0x06), + static_cast(0xc7), + static_cast(0x66), + static_cast(0xf6), + static_cast(0xa5), + static_cast(0x2c), + static_cast(0xf4), + static_cast(0xe1), + static_cast(0x97), + static_cast(0xf1), + static_cast(0x95), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xa6), + static_cast(0xa4), + static_cast(0x08), + static_cast(0xaf), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x83), + static_cast(0xfb), + static_cast(0xd3), + static_cast(0x85), + static_cast(0xfc), + static_cast(0x62), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0x76), + static_cast(0x0c), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x87), + static_cast(0x35), + static_cast(0xfd), + static_cast(0x66), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x20), + static_cast(0x50), + static_cast(0xfc), + static_cast(0xf3), + static_cast(0x56), + static_cast(0xfc), + static_cast(0x7d), + static_cast(0x25), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x43), + static_cast(0x25), + static_cast(0x00), + static_cast(0x81), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x75), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xde), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x16), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x35), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x10), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x75), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x03), + static_cast(0xff), + static_cast(0x00), + static_cast(0x14), + static_cast(0x00), + static_cast(0x17), + static_cast(0xa4), + static_cast(0x00), + static_cast(0x64), + static_cast(0x67), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x76), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x46), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x38), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0xcc), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x2a), + static_cast(0x00), + static_cast(0xcb), + static_cast(0xb9), + static_cast(0x17), + static_cast(0x41), + static_cast(0x51), + static_cast(0x34), + static_cast(0xa2), + static_cast(0x15), + static_cast(0x16), + static_cast(0xaa), + static_cast(0x0a), + static_cast(0xf9), + static_cast(0x7a), + static_cast(0x8c), + static_cast(0x02), + static_cast(0x64), + static_cast(0x82), + static_cast(0xf9), + static_cast(0x4a), + static_cast(0x81), + static_cast(0xff), + static_cast(0x40), + static_cast(0xb5), + static_cast(0x09), + static_cast(0xb2), + static_cast(0x34), + static_cast(0xf7), + static_cast(0xe5), + static_cast(0x42), + static_cast(0xef), + static_cast(0x0c), + static_cast(0x26), + static_cast(0xfa), + static_cast(0xea), + static_cast(0xe4), + static_cast(0x0c), + static_cast(0x4a), + static_cast(0xe0), + static_cast(0x06), + static_cast(0x29), + static_cast(0x3f), + static_cast(0xf8), + static_cast(0xc4), + static_cast(0xc3), + static_cast(0xf6), + static_cast(0x7d), + static_cast(0xbf), + static_cast(0xf0), + static_cast(0x14), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xb0), + static_cast(0x08), + static_cast(0x94), + static_cast(0x31), + static_cast(0xff), + static_cast(0x26), + static_cast(0x69), + static_cast(0xfc), + static_cast(0x70), + static_cast(0x69), + static_cast(0xfd), + static_cast(0xc3), + static_cast(0x46), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x4b), + static_cast(0xfd), + static_cast(0xd9), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0xdd), + static_cast(0xfc), + static_cast(0x69), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x66), + static_cast(0xfc), + static_cast(0x05), + static_cast(0x16), + static_cast(0xfc), + static_cast(0xb7), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xad), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0xda), + static_cast(0xff), + static_cast(0x56), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x02), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x25), + static_cast(0xff), + static_cast(0x63), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x02), + static_cast(0x00), + static_cast(0x3a), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x18), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x05), + static_cast(0x50), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x99), + static_cast(0xff), + static_cast(0x72), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x50), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x99), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x19), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x34), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x36), + static_cast(0x00), + static_cast(0xa0), + static_cast(0xa5), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x84), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x69), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xab), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0x46), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x81), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x34), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x50), + static_cast(0x17), + static_cast(0xc6), + static_cast(0x12), + static_cast(0x33), + static_cast(0xc2), + static_cast(0x7f), + static_cast(0x15), + static_cast(0x52), + static_cast(0x01), + static_cast(0xfa), + static_cast(0x9e), + static_cast(0x89), + static_cast(0x03), + static_cast(0xde), + static_cast(0x97), + static_cast(0xf9), + static_cast(0x32), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x7b), + static_cast(0x09), + static_cast(0x84), + static_cast(0x94), + static_cast(0xf7), + static_cast(0xd6), + static_cast(0xa5), + static_cast(0xef), + static_cast(0xd4), + static_cast(0xb8), + static_cast(0xf9), + static_cast(0x30), + static_cast(0x9d), + static_cast(0x0b), + static_cast(0x1b), + static_cast(0xb9), + static_cast(0x06), + static_cast(0x50), + static_cast(0x0e), + static_cast(0xf8), + static_cast(0x07), + static_cast(0xc1), + static_cast(0xf7), + static_cast(0x99), + static_cast(0x6f), + static_cast(0xf2), + static_cast(0x3f), + static_cast(0x9f), + static_cast(0xfb), + static_cast(0x12), + static_cast(0xc2), + static_cast(0x06), + static_cast(0x9d), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x62), + static_cast(0x33), + static_cast(0xfd), + static_cast(0x4c), + static_cast(0x13), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x30), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x1d), + static_cast(0xfd), + static_cast(0xde), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xce), + static_cast(0xfb), + static_cast(0x02), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x60), + static_cast(0xfd), + static_cast(0xfc), + static_cast(0x6c), + static_cast(0xfc), + static_cast(0x74), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x15), + static_cast(0x00), + static_cast(0x17), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x96), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x60), + static_cast(0x57), + static_cast(0xff), + static_cast(0x26), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x49), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x15), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x58), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x99), + static_cast(0xac), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x35), + static_cast(0x71), + static_cast(0x00), + static_cast(0x81), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x21), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x00), + static_cast(0xff), + static_cast(0xff), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x06), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x35), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x51), + static_cast(0x17), + static_cast(0x01), + static_cast(0x11), + static_cast(0x32), + static_cast(0x83), + static_cast(0x7a), + static_cast(0x13), + static_cast(0xe4), + static_cast(0x3b), + static_cast(0xf9), + static_cast(0x4f), + static_cast(0x96), + static_cast(0x04), + static_cast(0xf4), + static_cast(0xdf), + static_cast(0xfa), + static_cast(0x12), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xec), + static_cast(0x07), + static_cast(0xd2), + static_cast(0xca), + static_cast(0xf7), + static_cast(0x13), + static_cast(0xc9), + static_cast(0xf2), + static_cast(0x85), + static_cast(0x68), + static_cast(0xfb), + static_cast(0x09), + static_cast(0xb4), + static_cast(0x09), + static_cast(0x12), + static_cast(0xa2), + static_cast(0x05), + static_cast(0x18), + static_cast(0x0f), + static_cast(0xf7), + static_cast(0x18), + static_cast(0x73), + static_cast(0xf7), + static_cast(0xcd), + static_cast(0x4a), + static_cast(0xf6), + static_cast(0xeb), + static_cast(0xa9), + static_cast(0xfb), + static_cast(0x7b), + static_cast(0xa1), + static_cast(0x02), + static_cast(0x55), + static_cast(0xb7), + static_cast(0x00), + static_cast(0x9c), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x20), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x71), + static_cast(0x16), + static_cast(0xfd), + static_cast(0xe7), + static_cast(0xc4), + static_cast(0xfd), + static_cast(0x9e), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x51), + static_cast(0xa5), + static_cast(0xfc), + static_cast(0xab), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x04), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x5f), + static_cast(0xfd), + static_cast(0xab), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x88), + static_cast(0xff), + static_cast(0x24), + static_cast(0x71), + static_cast(0xff), + static_cast(0x75), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x71), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x47), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x41), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x59), + static_cast(0x85), + static_cast(0xff), + static_cast(0x88), + static_cast(0x48), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x44), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x60), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xac), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x82), + static_cast(0x9d), + static_cast(0x00), + static_cast(0xae), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x18), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x05), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x81), + static_cast(0xff), + static_cast(0x09), + static_cast(0x54), + static_cast(0x00), + static_cast(0x53), + static_cast(0xb7), + static_cast(0x16), + static_cast(0x8e), + static_cast(0x8a), + static_cast(0x2f), + static_cast(0x45), + static_cast(0x5d), + static_cast(0x11), + static_cast(0x3e), + static_cast(0x2f), + static_cast(0xfa), + static_cast(0xe4), + static_cast(0xdd), + static_cast(0x05), + static_cast(0xa4), + static_cast(0x53), + static_cast(0xfb), + static_cast(0xfc), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x95), + static_cast(0x07), + static_cast(0xdf), + static_cast(0xa2), + static_cast(0xf8), + static_cast(0xf9), + static_cast(0x87), + static_cast(0xf3), + static_cast(0x70), + static_cast(0xef), + static_cast(0xfb), + static_cast(0x44), + static_cast(0xa8), + static_cast(0x09), + static_cast(0xb6), + static_cast(0xaf), + static_cast(0x05), + static_cast(0x50), + static_cast(0xc6), + static_cast(0xf7), + static_cast(0xea), + static_cast(0xae), + static_cast(0xf6), + static_cast(0x08), + static_cast(0xbb), + static_cast(0xf7), + static_cast(0x98), + static_cast(0xea), + static_cast(0xfd), + static_cast(0xc7), + static_cast(0xb5), + static_cast(0x00), + static_cast(0xec), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x38), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x94), + static_cast(0xfd), + static_cast(0x31), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x53), + static_cast(0xfd), + static_cast(0x45), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x23), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x59), + static_cast(0xfd), + static_cast(0x9b), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x34), + static_cast(0xc8), + static_cast(0xfd), + static_cast(0x0c), + static_cast(0x21), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x43), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x01), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x00), + static_cast(0xff), + static_cast(0x83), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x74), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x43), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x39), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x09), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x25), + static_cast(0xff), + static_cast(0x52), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x50), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x51), + static_cast(0x92), + static_cast(0x00), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xef), + static_cast(0x07), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x51), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0x01), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x78), + static_cast(0x44), + static_cast(0x00), + static_cast(0x74), + static_cast(0x4d), + static_cast(0x15), + static_cast(0x4c), + static_cast(0xb0), + static_cast(0x2a), + static_cast(0x61), + static_cast(0xd0), + static_cast(0x0c), + static_cast(0xe8), + static_cast(0x3e), + static_cast(0xfb), + static_cast(0x2a), + static_cast(0x3f), + static_cast(0x09), + static_cast(0x8b), + static_cast(0x62), + static_cast(0xfc), + static_cast(0xf8), + static_cast(0xe0), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0x3f), + static_cast(0x07), + static_cast(0x2b), + static_cast(0xe0), + static_cast(0xf9), + static_cast(0xbc), + static_cast(0x3a), + static_cast(0xf5), + static_cast(0x65), + static_cast(0x01), + static_cast(0xfb), + static_cast(0x9f), + static_cast(0x95), + static_cast(0x06), + static_cast(0xb2), + static_cast(0x65), + static_cast(0x05), + static_cast(0x71), + static_cast(0x9e), + static_cast(0xfa), + static_cast(0x92), + static_cast(0x33), + static_cast(0xf9), + static_cast(0x07), + static_cast(0x10), + static_cast(0xfa), + static_cast(0x4b), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0xb5), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xee), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xa3), + static_cast(0xfc), + static_cast(0x63), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x65), + static_cast(0xfd), + static_cast(0xe8), + static_cast(0x74), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xc4), + static_cast(0xfd), + static_cast(0x53), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x37), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x26), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x32), + static_cast(0x59), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x27), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xab), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x14), + static_cast(0xff), + static_cast(0x61), + static_cast(0x97), + static_cast(0xff), + static_cast(0x24), + static_cast(0x58), + static_cast(0xff), + static_cast(0x66), + static_cast(0x17), + static_cast(0x00), + static_cast(0x92), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x47), + static_cast(0x26), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x49), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x34), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x65), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xba), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x98), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x54), + static_cast(0x00), + static_cast(0x23), + static_cast(0x56), + static_cast(0xff), + static_cast(0x93), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x30), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x14), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x79), + static_cast(0x13), + static_cast(0x00), + static_cast(0xf6), + static_cast(0xe3), + static_cast(0x13), + static_cast(0x8b), + static_cast(0xbc), + static_cast(0x27), + static_cast(0x3e), + static_cast(0x81), + static_cast(0x0d), + static_cast(0x0f), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0x58), + static_cast(0x35), + static_cast(0x07), + static_cast(0x08), + static_cast(0xaa), + static_cast(0xfa), + static_cast(0xb5), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x58), + static_cast(0x07), + static_cast(0xfb), + static_cast(0x10), + static_cast(0xfa), + static_cast(0xb9), + static_cast(0x9b), + static_cast(0xf5), + static_cast(0xa8), + static_cast(0x70), + static_cast(0xfb), + static_cast(0xba), + static_cast(0xbe), + static_cast(0x05), + static_cast(0x39), + static_cast(0x67), + static_cast(0x04), + static_cast(0xe0), + static_cast(0xdf), + static_cast(0xfb), + static_cast(0x59), + static_cast(0xdf), + static_cast(0xf9), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x7f), + static_cast(0x28), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x41), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x27), + static_cast(0xfd), + static_cast(0x92), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x7f), + static_cast(0xfd), + static_cast(0xbd), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xea), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x18), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x29), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x66), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x24), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x88), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x50), + static_cast(0xff), + static_cast(0x19), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x97), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x30), + static_cast(0x83), + static_cast(0xff), + static_cast(0xab), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x37), + static_cast(0xff), + static_cast(0x84), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x04), + static_cast(0x26), + static_cast(0xff), + static_cast(0x22), + static_cast(0x39), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x26), + static_cast(0xff), + static_cast(0x47), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x46), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x86), + static_cast(0x05), + static_cast(0x00), + static_cast(0x50), + static_cast(0xfa), + static_cast(0x13), + static_cast(0x68), + static_cast(0xf9), + static_cast(0x24), + static_cast(0x28), + static_cast(0xe7), + static_cast(0x0a), + static_cast(0xc0), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x14), + static_cast(0x06), + static_cast(0x2c), + static_cast(0x1a), + static_cast(0xfb), + static_cast(0x09), + static_cast(0x50), + static_cast(0x01), + static_cast(0x7b), + static_cast(0xf6), + static_cast(0x05), + static_cast(0xef), + static_cast(0x7f), + static_cast(0xf9), + static_cast(0x3e), + static_cast(0x32), + static_cast(0xf6), + static_cast(0xa1), + static_cast(0xb3), + static_cast(0xfc), + static_cast(0x01), + static_cast(0xb4), + static_cast(0x06), + static_cast(0x48), + static_cast(0xb7), + static_cast(0x02), + static_cast(0xbf), + static_cast(0x79), + static_cast(0xfb), + static_cast(0xea), + static_cast(0x28), + static_cast(0xfa), + static_cast(0x31), + static_cast(0xbf), + static_cast(0xfa), + static_cast(0x87), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xb8), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x97), + static_cast(0x65), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x84), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x12), + static_cast(0x06), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x4a), + static_cast(0xfd), + static_cast(0x59), + static_cast(0x23), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x55), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x0e), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x48), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x90), + static_cast(0x77), + static_cast(0xff), + static_cast(0x37), + static_cast(0x92), + static_cast(0xff), + static_cast(0x64), + static_cast(0x63), + static_cast(0xff), + static_cast(0x98), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x41), + static_cast(0xff), + static_cast(0x75), + static_cast(0x92), + static_cast(0xff), + static_cast(0x70), + static_cast(0x49), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x18), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x40), + static_cast(0x00), + static_cast(0x05), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xba), + static_cast(0x69), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x61), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x60), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x71), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x70), + static_cast(0x69), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x02), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x36), + static_cast(0xff), + static_cast(0x09), + static_cast(0x40), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x26), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x44), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x72), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x22), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x94), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xba), + static_cast(0xff), + static_cast(0x89), + static_cast(0x54), + static_cast(0x13), + static_cast(0x51), + static_cast(0xf2), + static_cast(0x22), + static_cast(0x90), + static_cast(0x93), + static_cast(0x09), + static_cast(0x05), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x60), + static_cast(0x05), + static_cast(0xe8), + static_cast(0x6e), + static_cast(0xfc), + static_cast(0x44), + static_cast(0xfc), + static_cast(0x01), + static_cast(0xb3), + static_cast(0xc1), + static_cast(0x04), + static_cast(0x19), + static_cast(0x6b), + static_cast(0xf9), + static_cast(0x1c), + static_cast(0xa0), + static_cast(0xf6), + static_cast(0x1f), + static_cast(0x15), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x74), + static_cast(0x07), + static_cast(0xd1), + static_cast(0x93), + static_cast(0x01), + static_cast(0xc1), + static_cast(0x33), + static_cast(0xfb), + static_cast(0x69), + static_cast(0xc4), + static_cast(0xfa), + static_cast(0x84), + static_cast(0x72), + static_cast(0xfb), + static_cast(0x36), + static_cast(0x2f), + static_cast(0x01), + static_cast(0xaf), + static_cast(0x40), + static_cast(0x00), + static_cast(0x53), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x77), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x24), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x41), + static_cast(0xfd), + static_cast(0x5e), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x39), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x71), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x03), + static_cast(0xfd), + static_cast(0x9b), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x07), + static_cast(0x59), + static_cast(0xff), + static_cast(0xef), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x58), + static_cast(0xff), + static_cast(0x90), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x66), + static_cast(0xff), + static_cast(0x21), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x75), + static_cast(0x00), + static_cast(0x98), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x98), + static_cast(0xff), + static_cast(0x90), + static_cast(0x95), + static_cast(0xff), + static_cast(0x99), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x97), + static_cast(0xff), + static_cast(0x12), + static_cast(0x56), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x48), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x99), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x37), + static_cast(0xff), + static_cast(0x53), + static_cast(0x48), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x47), + static_cast(0xff), + static_cast(0x20), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x42), + static_cast(0x74), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x24), + static_cast(0xff), + static_cast(0x78), + static_cast(0x52), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x35), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x78), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x53), + static_cast(0x45), + static_cast(0xff), + static_cast(0x21), + static_cast(0x68), + static_cast(0xff), + static_cast(0xae), + static_cast(0x68), + static_cast(0xff), + static_cast(0x26), + static_cast(0x63), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x80), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x21), + static_cast(0x12), + static_cast(0x61), + static_cast(0x16), + static_cast(0x21), + static_cast(0xac), + static_cast(0xf2), + static_cast(0x08), + static_cast(0xcb), + static_cast(0xd1), + static_cast(0xfd), + static_cast(0x06), + static_cast(0x13), + static_cast(0x05), + static_cast(0xf6), + static_cast(0xf6), + static_cast(0xfc), + static_cast(0x1a), + static_cast(0xd9), + static_cast(0x01), + static_cast(0x71), + static_cast(0x68), + static_cast(0x04), + static_cast(0x1b), + static_cast(0x93), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x50), + static_cast(0xf7), + static_cast(0xe8), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x07), + static_cast(0xa5), + static_cast(0x07), + static_cast(0x63), + static_cast(0x27), + static_cast(0x01), + static_cast(0xba), + static_cast(0x51), + static_cast(0xfb), + static_cast(0xdd), + static_cast(0x70), + static_cast(0xfb), + static_cast(0x4f), + static_cast(0x9d), + static_cast(0xfb), + static_cast(0x5d), + static_cast(0x4f), + static_cast(0x01), + static_cast(0xf5), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x20), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x17), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x36), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x59), + static_cast(0x48), + static_cast(0xfd), + static_cast(0xb3), + static_cast(0x67), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x62), + static_cast(0xff), + static_cast(0x40), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x37), + static_cast(0xfd), + static_cast(0xe8), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x50), + static_cast(0x65), + static_cast(0xff), + static_cast(0x29), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x71), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x51), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x98), + static_cast(0xff), + static_cast(0x21), + static_cast(0x68), + static_cast(0x00), + static_cast(0x57), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x88), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x29), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x43), + static_cast(0x47), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x11), + static_cast(0xff), + static_cast(0x77), + static_cast(0x42), + static_cast(0xff), + static_cast(0xea), + static_cast(0x91), + static_cast(0xff), + static_cast(0x27), + static_cast(0x66), + static_cast(0xff), + static_cast(0x85), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x79), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x26), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x06), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xef), + static_cast(0x66), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x41), + static_cast(0x79), + static_cast(0xff), + static_cast(0x96), + static_cast(0x83), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x27), + static_cast(0xff), + static_cast(0x75), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x57), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x47), + static_cast(0xff), + static_cast(0x78), + static_cast(0x69), + static_cast(0xff), + static_cast(0x46), + static_cast(0xfc), + static_cast(0x0f), + static_cast(0x4e), + static_cast(0x2e), + static_cast(0x1f), + static_cast(0x87), + static_cast(0xd6), + static_cast(0x09), + static_cast(0x26), + static_cast(0x36), + static_cast(0xfd), + static_cast(0x4f), + static_cast(0x5f), + static_cast(0x04), + static_cast(0x1a), + static_cast(0x3b), + static_cast(0xfd), + static_cast(0x3d), + static_cast(0x7c), + static_cast(0x01), + static_cast(0xac), + static_cast(0x08), + static_cast(0x05), + static_cast(0xcb), + static_cast(0x1b), + static_cast(0xfa), + static_cast(0xb3), + static_cast(0xe8), + static_cast(0xf7), + static_cast(0x4d), + static_cast(0x58), + static_cast(0xff), + static_cast(0x37), + static_cast(0xd7), + static_cast(0x07), + static_cast(0x24), + static_cast(0x0b), + static_cast(0x02), + static_cast(0x48), + static_cast(0x9f), + static_cast(0xfb), + static_cast(0x43), + static_cast(0xca), + static_cast(0xfb), + static_cast(0xc7), + static_cast(0x1c), + static_cast(0xfb), + static_cast(0xa5), + static_cast(0x3f), + static_cast(0x01), + static_cast(0x04), + static_cast(0xc3), + static_cast(0x01), + static_cast(0x97), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x35), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xb6), + static_cast(0xfd), + static_cast(0x20), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x16), + static_cast(0xae), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x71), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x25), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x45), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x70), + static_cast(0x56), + static_cast(0xff), + static_cast(0x06), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x60), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x00), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x35), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x68), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x51), + static_cast(0xff), + static_cast(0x09), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x30), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x02), + static_cast(0xff), + static_cast(0x82), + static_cast(0x21), + static_cast(0xff), + static_cast(0x21), + static_cast(0x57), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x83), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x14), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x70), + static_cast(0xff), + static_cast(0x83), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x92), + static_cast(0x82), + static_cast(0xff), + static_cast(0xea), + static_cast(0x49), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x62), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x33), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x57), + static_cast(0xff), + static_cast(0x97), + static_cast(0x63), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x05), + static_cast(0xff), + static_cast(0xba), + static_cast(0x20), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x33), + static_cast(0xff), + static_cast(0x76), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x81), + static_cast(0xff), + static_cast(0x75), + static_cast(0xdb), + static_cast(0x0f), + static_cast(0x8d), + static_cast(0x41), + static_cast(0x1d), + static_cast(0x59), + static_cast(0x36), + static_cast(0x08), + static_cast(0x8d), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0xf1), + static_cast(0xc0), + static_cast(0x03), + static_cast(0x07), + static_cast(0xe6), + static_cast(0xfc), + static_cast(0x73), + static_cast(0x72), + static_cast(0x02), + static_cast(0x73), + static_cast(0xe3), + static_cast(0x04), + static_cast(0x19), + static_cast(0xc0), + static_cast(0xfa), + static_cast(0x4e), + static_cast(0xf9), + static_cast(0xf8), + static_cast(0xc3), + static_cast(0x8e), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x8a), + static_cast(0x08), + static_cast(0xfd), + static_cast(0xd8), + static_cast(0x01), + static_cast(0x6c), + static_cast(0x14), + static_cast(0xfc), + static_cast(0x39), + static_cast(0x9f), + static_cast(0xfb), + static_cast(0x01), + static_cast(0x0b), + static_cast(0xfb), + static_cast(0xfb), + static_cast(0xa5), + static_cast(0x01), + static_cast(0x21), + static_cast(0xeb), + static_cast(0x01), + static_cast(0x15), + static_cast(0x70), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x72), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x01), + static_cast(0x00), + static_cast(0x92), + static_cast(0xe0), + static_cast(0xfd), + static_cast(0x54), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x36), + static_cast(0xff), + static_cast(0x49), + static_cast(0x82), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x8b), + static_cast(0xfd), + static_cast(0x39), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x87), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x61), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x36), + static_cast(0x10), + static_cast(0xff), + static_cast(0x99), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x41), + static_cast(0x63), + static_cast(0xff), + static_cast(0x71), + static_cast(0x20), + static_cast(0xff), + static_cast(0x04), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x37), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x50), + static_cast(0x59), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x16), + static_cast(0xff), + static_cast(0x36), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x81), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xad), + static_cast(0x07), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x15), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x45), + static_cast(0xff), + static_cast(0x49), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xea), + static_cast(0x66), + static_cast(0xff), + static_cast(0x57), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x24), + static_cast(0x75), + static_cast(0xff), + static_cast(0x45), + static_cast(0x56), + static_cast(0xff), + static_cast(0x88), + static_cast(0x77), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x33), + static_cast(0x57), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x17), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x41), + static_cast(0x30), + static_cast(0xff), + static_cast(0x64), + static_cast(0x54), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xae), + static_cast(0xff), + static_cast(0x63), + static_cast(0xa8), + static_cast(0x0f), + static_cast(0xa8), + static_cast(0xdb), + static_cast(0x1b), + static_cast(0x07), + static_cast(0xd8), + static_cast(0x06), + static_cast(0x51), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0x4e), + static_cast(0x8b), + static_cast(0x03), + static_cast(0x54), + static_cast(0x55), + static_cast(0xfd), + static_cast(0x1f), + static_cast(0xa8), + static_cast(0x03), + static_cast(0x67), + static_cast(0xa9), + static_cast(0x05), + static_cast(0xfd), + static_cast(0xc7), + static_cast(0xfb), + static_cast(0xf2), + static_cast(0xd4), + static_cast(0xf9), + static_cast(0x8d), + static_cast(0x6b), + static_cast(0x01), + static_cast(0xd5), + static_cast(0x08), + static_cast(0x09), + static_cast(0xf5), + static_cast(0x9b), + static_cast(0x01), + static_cast(0xb8), + static_cast(0xe3), + static_cast(0xfb), + static_cast(0xda), + static_cast(0x1a), + static_cast(0xfb), + static_cast(0xf8), + static_cast(0xef), + static_cast(0xfa), + static_cast(0x30), + static_cast(0xff), + static_cast(0x01), + static_cast(0xcf), + static_cast(0x28), + static_cast(0x02), + static_cast(0xde), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x96), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0xe1), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x33), + static_cast(0xed), + static_cast(0xff), + static_cast(0x17), + static_cast(0xce), + static_cast(0xfd), + static_cast(0xe9), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x86), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x21), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0xb3), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x74), + static_cast(0xff), + static_cast(0x26), + static_cast(0x29), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x65), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x75), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x53), + static_cast(0xff), + static_cast(0x49), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x27), + static_cast(0x23), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x09), + static_cast(0xff), + static_cast(0x27), + static_cast(0x09), + static_cast(0xff), + static_cast(0xed), + static_cast(0x43), + static_cast(0xff), + static_cast(0x90), + static_cast(0x20), + static_cast(0xff), + static_cast(0x66), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x03), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x57), + static_cast(0xff), + static_cast(0x04), + static_cast(0xba), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x97), + static_cast(0xff), + static_cast(0x74), + static_cast(0x73), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x96), + static_cast(0xff), + static_cast(0xed), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x35), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x25), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x55), + static_cast(0xca), + static_cast(0x0e), + static_cast(0x0f), + static_cast(0x6f), + static_cast(0x1b), + static_cast(0x5f), + static_cast(0x6b), + static_cast(0x07), + static_cast(0x61), + static_cast(0xe4), + static_cast(0xfd), + static_cast(0x06), + static_cast(0x71), + static_cast(0x04), + static_cast(0x35), + static_cast(0x47), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xa7), + static_cast(0x03), + static_cast(0x95), + static_cast(0x59), + static_cast(0x06), + static_cast(0x70), + static_cast(0x46), + static_cast(0xfc), + static_cast(0x77), + static_cast(0x20), + static_cast(0xfa), + static_cast(0xab), + static_cast(0x19), + static_cast(0x01), + static_cast(0x4c), + static_cast(0x68), + static_cast(0x08), + static_cast(0x20), + static_cast(0x47), + static_cast(0x01), + static_cast(0xaf), + static_cast(0x24), + static_cast(0xfb), + static_cast(0xbf), + static_cast(0x04), + static_cast(0xfb), + static_cast(0xf2), + static_cast(0x1a), + static_cast(0xfb), + static_cast(0x28), + static_cast(0x44), + static_cast(0x02), + static_cast(0x3f), + static_cast(0x7e), + static_cast(0x02), + static_cast(0xae), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0xb6), + static_cast(0xfd), + static_cast(0xe0), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xde), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x37), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xda), + static_cast(0xff), + static_cast(0x24), + static_cast(0xba), + static_cast(0xfd), + static_cast(0x84), + static_cast(0x66), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x57), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x67), + static_cast(0x64), + static_cast(0xff), + static_cast(0xff), + static_cast(0x23), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x80), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x55), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xab), + static_cast(0x81), + static_cast(0xff), + static_cast(0x24), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x22), + static_cast(0x79), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x25), + static_cast(0xff), + static_cast(0x75), + static_cast(0x33), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x28), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x92), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x11), + static_cast(0xff), + static_cast(0x29), + static_cast(0x05), + static_cast(0xff), + static_cast(0x39), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x26), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x84), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x17), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x46), + static_cast(0xff), + static_cast(0x87), + static_cast(0x50), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x01), + static_cast(0xff), + static_cast(0x85), + static_cast(0x32), + static_cast(0xff), + static_cast(0x10), + static_cast(0x67), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x34), + static_cast(0x5b), + static_cast(0x0e), + static_cast(0xac), + static_cast(0x3e), + static_cast(0x1c), + static_cast(0x2e), + static_cast(0x52), + static_cast(0x09), + static_cast(0x84), + static_cast(0xf6), + static_cast(0xfd), + static_cast(0x7e), + static_cast(0x4e), + static_cast(0x04), + static_cast(0xa6), + static_cast(0x18), + static_cast(0xfe), + static_cast(0xce), + static_cast(0xc1), + static_cast(0x02), + static_cast(0x08), + static_cast(0x42), + static_cast(0x06), + static_cast(0x65), + static_cast(0xda), + static_cast(0xfb), + static_cast(0x53), + static_cast(0x7a), + static_cast(0xf9), + static_cast(0x20), + static_cast(0x68), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x52), + static_cast(0x08), + static_cast(0xca), + static_cast(0x2c), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x60), + static_cast(0xfb), + static_cast(0x27), + static_cast(0x1c), + static_cast(0xfb), + static_cast(0x9f), + static_cast(0xc1), + static_cast(0xfa), + static_cast(0x56), + static_cast(0xe2), + static_cast(0x01), + static_cast(0xac), + static_cast(0x9c), + static_cast(0x02), + static_cast(0xbf), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0xce), + static_cast(0xe6), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0x54), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xac), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0x38), + static_cast(0x07), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x31), + static_cast(0xff), + static_cast(0xab), + static_cast(0x28), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x46), + static_cast(0xff), + static_cast(0x32), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x76), + static_cast(0xff), + static_cast(0x45), + static_cast(0x69), + static_cast(0xff), + static_cast(0x72), + static_cast(0x74), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x28), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x34), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x45), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x26), + static_cast(0xff), + static_cast(0x01), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x99), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x72), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x83), + static_cast(0xff), + static_cast(0x91), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x21), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x00), + static_cast(0xff), + static_cast(0x96), + static_cast(0x42), + static_cast(0xff), + static_cast(0x75), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x22), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x71), + static_cast(0x0e), + static_cast(0x6a), + static_cast(0x4e), + static_cast(0x1c), + static_cast(0xb0), + static_cast(0x0c), + static_cast(0x09), + static_cast(0xef), + static_cast(0x9d), + static_cast(0xfd), + static_cast(0xe2), + static_cast(0x3b), + static_cast(0x04), + static_cast(0x0a), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0xd6), + static_cast(0x02), + static_cast(0xd4), + static_cast(0x33), + static_cast(0x06), + static_cast(0xa4), + static_cast(0x9a), + static_cast(0xfb), + static_cast(0xd9), + static_cast(0x1f), + static_cast(0xf9), + static_cast(0xc4), + static_cast(0x36), + static_cast(0x00), + static_cast(0xec), + static_cast(0x5c), + static_cast(0x08), + static_cast(0x29), + static_cast(0x25), + static_cast(0x02), + static_cast(0xf1), + static_cast(0x46), + static_cast(0xfb), + static_cast(0x1d), + static_cast(0x2b), + static_cast(0xfb), + static_cast(0xd2), + static_cast(0x03), + static_cast(0xfb), + static_cast(0xaa), + static_cast(0x47), + static_cast(0x02), + static_cast(0xf4), + static_cast(0x0e), + static_cast(0x03), + static_cast(0x4f), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xa1), + static_cast(0xfd), + static_cast(0x6c), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x38), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xad), + static_cast(0xff), + static_cast(0x46), + static_cast(0x99), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x0c), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x32), + static_cast(0xff), + static_cast(0xca), + static_cast(0x29), + static_cast(0xff), + static_cast(0x11), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x00), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x11), + static_cast(0x66), + static_cast(0xff), + static_cast(0x92), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xce), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x64), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x03), + static_cast(0x14), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x30), + static_cast(0xff), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x21), + static_cast(0x09), + static_cast(0xff), + static_cast(0x83), + static_cast(0x39), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x84), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x98), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x61), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x67), + static_cast(0xff), + static_cast(0x91), + static_cast(0x36), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x41), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x18), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x27), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x95), + static_cast(0x67), + static_cast(0x0e), + static_cast(0x7d), + static_cast(0x56), + static_cast(0x1c), + static_cast(0x83), + static_cast(0xbb), + static_cast(0x08), + static_cast(0x7c), + static_cast(0xbf), + static_cast(0xfc), + static_cast(0xd7), + static_cast(0xa3), + static_cast(0x03), + static_cast(0x3e), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0xd8), + static_cast(0xd1), + static_cast(0x02), + static_cast(0x46), + static_cast(0x9d), + static_cast(0x06), + static_cast(0xd9), + static_cast(0xc6), + static_cast(0xfb), + static_cast(0xe8), + static_cast(0x0c), + static_cast(0xf9), + static_cast(0xf9), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x4c), + static_cast(0xb0), + static_cast(0x08), + static_cast(0xfa), + static_cast(0x68), + static_cast(0x02), + static_cast(0x4b), + static_cast(0xec), + static_cast(0xfa), + static_cast(0xac), + static_cast(0xb3), + static_cast(0xfa), + static_cast(0x75), + static_cast(0x93), + static_cast(0xfa), + static_cast(0x3d), + static_cast(0x66), + static_cast(0x02), + static_cast(0x93), + static_cast(0xd1), + static_cast(0x03), + static_cast(0xb0), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x28), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xe7), + static_cast(0xfd), + static_cast(0xa0), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x01), + static_cast(0x67), + static_cast(0xff), + static_cast(0x75), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x16), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x38), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x81), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x31), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x08), + static_cast(0x60), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x59), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x33), + static_cast(0xff), + static_cast(0x44), + static_cast(0x75), + static_cast(0xff), + static_cast(0x43), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x46), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x91), + static_cast(0x45), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x08), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x10), + static_cast(0xff), + static_cast(0x38), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x81), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x18), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x22), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x49), + static_cast(0xff), + static_cast(0x91), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xec), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x85), + static_cast(0x58), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xec), + static_cast(0x35), + static_cast(0xff), + static_cast(0x17), + static_cast(0x44), + static_cast(0xff), + static_cast(0x69), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x90), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x08), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x36), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x00), + static_cast(0x89), + static_cast(0x0e), + static_cast(0x94), + static_cast(0x7f), + static_cast(0x1d), + static_cast(0x6e), + static_cast(0xd8), + static_cast(0x09), + static_cast(0xe9), + static_cast(0x4b), + static_cast(0xfc), + static_cast(0x97), + static_cast(0x52), + static_cast(0x03), + static_cast(0xd6), + static_cast(0x52), + static_cast(0xfd), + static_cast(0xee), + static_cast(0xc4), + static_cast(0x01), + static_cast(0x16), + static_cast(0x49), + static_cast(0x06), + static_cast(0xe1), + static_cast(0x05), + static_cast(0xfb), + static_cast(0x1a), + static_cast(0x09), + static_cast(0xf8), + static_cast(0xed), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xe3), + static_cast(0x08), + static_cast(0xe1), + static_cast(0x69), + static_cast(0x03), + static_cast(0xe8), + static_cast(0x09), + static_cast(0xfb), + static_cast(0x8f), + static_cast(0xd6), + static_cast(0xfa), + static_cast(0xda), + static_cast(0xa0), + static_cast(0xfa), + static_cast(0x46), + static_cast(0x10), + static_cast(0x02), + static_cast(0x50), + static_cast(0xcb), + static_cast(0x03), + static_cast(0x7d), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x33), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x52), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x17), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x52), + static_cast(0xff), + static_cast(0x31), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x52), + static_cast(0x64), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x88), + static_cast(0x33), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x02), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x88), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x98), + static_cast(0xff), + static_cast(0x72), + static_cast(0x99), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x03), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x81), + static_cast(0xff), + static_cast(0x39), + static_cast(0x56), + static_cast(0xff), + static_cast(0x04), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x04), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x42), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x26), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x25), + static_cast(0xff), + static_cast(0x62), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x13), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x44), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x64), + static_cast(0xff), + static_cast(0x45), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xff), + static_cast(0x16), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xef), + static_cast(0x35), + static_cast(0xff), + static_cast(0x45), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x22), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0x11), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x49), + static_cast(0xff), + static_cast(0x44), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xef), + static_cast(0xc3), + static_cast(0x0e), + static_cast(0xee), + static_cast(0x0a), + static_cast(0x1f), + static_cast(0xb9), + static_cast(0x52), + static_cast(0x0b), + static_cast(0xe4), + static_cast(0x11), + static_cast(0xfc), + static_cast(0x5b), + static_cast(0x87), + static_cast(0x03), + static_cast(0x43), + static_cast(0x3a), + static_cast(0xfd), + static_cast(0x3f), + static_cast(0xf6), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x4c), + static_cast(0x06), + static_cast(0x6d), + static_cast(0x45), + static_cast(0xfa), + static_cast(0x46), + static_cast(0xbe), + static_cast(0xf6), + static_cast(0x82), + static_cast(0x37), + static_cast(0xfe), + static_cast(0x28), + static_cast(0x93), + static_cast(0x08), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x8a), + static_cast(0x80), + static_cast(0xfa), + static_cast(0x00), + static_cast(0x6e), + static_cast(0xfa), + static_cast(0x01), + static_cast(0x7c), + static_cast(0xfa), + static_cast(0x0b), + static_cast(0xea), + static_cast(0x01), + static_cast(0xc8), + static_cast(0x4d), + static_cast(0x04), + static_cast(0x7d), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xba), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xba), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x64), + static_cast(0xff), + static_cast(0x46), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x63), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x41), + static_cast(0x38), + static_cast(0x00), + static_cast(0x49), + static_cast(0x71), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x75), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x71), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x63), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x46), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x58), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x90), + static_cast(0xff), + static_cast(0x29), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x98), + static_cast(0xff), + static_cast(0x62), + static_cast(0x77), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x66), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x87), + static_cast(0xff), + static_cast(0x79), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x39), + static_cast(0x00), + static_cast(0xff), + static_cast(0x65), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x41), + static_cast(0xff), + static_cast(0xca), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x91), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x30), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x29), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xad), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x77), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xca), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x79), + static_cast(0x0f), + static_cast(0xbf), + static_cast(0x0a), + static_cast(0x21), + static_cast(0xf8), + static_cast(0x4d), + static_cast(0x0c), + static_cast(0xb1), + static_cast(0xa8), + static_cast(0xfb), + static_cast(0x26), + static_cast(0x0b), + static_cast(0x04), + static_cast(0x32), + static_cast(0x2b), + static_cast(0xfd), + static_cast(0x0b), + static_cast(0x8a), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x92), + static_cast(0x06), + static_cast(0xc2), + static_cast(0x70), + static_cast(0xf9), + static_cast(0xb6), + static_cast(0x94), + static_cast(0xf5), + static_cast(0x7b), + static_cast(0x5c), + static_cast(0xfd), + static_cast(0x2c), + static_cast(0x9c), + static_cast(0x08), + static_cast(0xa2), + static_cast(0x79), + static_cast(0x04), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0xf9), + static_cast(0x9f), + static_cast(0xa3), + static_cast(0xf9), + static_cast(0x56), + static_cast(0xdd), + static_cast(0xf9), + static_cast(0xae), + static_cast(0x4c), + static_cast(0x01), + static_cast(0x8a), + static_cast(0x2f), + static_cast(0x04), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x43), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xe0), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x72), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x10), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xf5), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x03), + static_cast(0xec), + static_cast(0xff), + static_cast(0x94), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x61), + static_cast(0xff), + static_cast(0x73), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x97), + static_cast(0xff), + static_cast(0xde), + static_cast(0x29), + static_cast(0x00), + static_cast(0x24), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xac), + static_cast(0x22), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x60), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x42), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x35), + static_cast(0xff), + static_cast(0x10), + static_cast(0x64), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x39), + static_cast(0xff), + static_cast(0xda), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x51), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x03), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x66), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x70), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x87), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x43), + static_cast(0xff), + static_cast(0xda), + static_cast(0x73), + static_cast(0xff), + static_cast(0xde), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x8f), + static_cast(0x10), + static_cast(0x8d), + static_cast(0x7f), + static_cast(0x23), + static_cast(0x31), + static_cast(0xe2), + static_cast(0x0c), + static_cast(0x87), + static_cast(0xb9), + static_cast(0xfa), + static_cast(0x8f), + static_cast(0x9f), + static_cast(0x04), + static_cast(0x1d), + static_cast(0x26), + static_cast(0xfd), + static_cast(0xd8), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x8a), + static_cast(0xd2), + static_cast(0x06), + static_cast(0x34), + static_cast(0x7b), + static_cast(0xf8), + static_cast(0xdc), + static_cast(0xa4), + static_cast(0xf4), + static_cast(0x23), + static_cast(0x20), + static_cast(0xfd), + static_cast(0xa3), + static_cast(0xda), + static_cast(0x08), + static_cast(0x27), + static_cast(0xaf), + static_cast(0x04), + static_cast(0xc4), + static_cast(0xe2), + static_cast(0xf8), + static_cast(0x23), + static_cast(0x25), + static_cast(0xf9), + static_cast(0x51), + static_cast(0x7f), + static_cast(0xf9), + static_cast(0x29), + static_cast(0xec), + static_cast(0x00), + static_cast(0xce), + static_cast(0xed), + static_cast(0x03), + static_cast(0x88), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x14), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xcb), + static_cast(0x00), + static_cast(0x97), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x25), + static_cast(0x00), + static_cast(0x79), + static_cast(0x56), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x23), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x04), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x53), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x93), + static_cast(0x84), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x49), + static_cast(0x35), + static_cast(0x00), + static_cast(0x77), + static_cast(0x50), + static_cast(0xff), + static_cast(0x54), + static_cast(0x49), + static_cast(0x00), + static_cast(0xf8), + static_cast(0x10), + static_cast(0x00), + static_cast(0x34), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x40), + static_cast(0x96), + static_cast(0xff), + static_cast(0x13), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x88), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x09), + static_cast(0xff), + static_cast(0x88), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x93), + static_cast(0xff), + static_cast(0xac), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x28), + static_cast(0xff), + static_cast(0x22), + static_cast(0x98), + static_cast(0xff), + static_cast(0xda), + static_cast(0xee), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x17), + static_cast(0xff), + static_cast(0x56), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x12), + static_cast(0xff), + static_cast(0x82), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x97), + static_cast(0x80), + static_cast(0xff), + static_cast(0x38), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x57), + static_cast(0x38), + static_cast(0x12), + static_cast(0xba), + static_cast(0x2b), + static_cast(0x26), + static_cast(0xe2), + static_cast(0xdb), + static_cast(0x0c), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x0c), + static_cast(0x19), + static_cast(0x05), + static_cast(0xcd), + static_cast(0x00), + static_cast(0xfd), + static_cast(0xb9), + static_cast(0x31), + static_cast(0x00), + static_cast(0x28), + static_cast(0x8d), + static_cast(0x06), + static_cast(0x81), + static_cast(0x36), + static_cast(0xf7), + static_cast(0x4a), + static_cast(0xdc), + static_cast(0xf3), + static_cast(0x6e), + static_cast(0x61), + static_cast(0xfd), + static_cast(0xd6), + static_cast(0x66), + static_cast(0x09), + static_cast(0x2c), + static_cast(0x48), + static_cast(0x04), + static_cast(0x68), + static_cast(0x66), + static_cast(0xf8), + static_cast(0x07), + static_cast(0xcb), + static_cast(0xf8), + static_cast(0x94), + static_cast(0x1c), + static_cast(0xf9), + static_cast(0x8b), + static_cast(0x0d), + static_cast(0x01), + static_cast(0x6b), + static_cast(0xbb), + static_cast(0x03), + static_cast(0x7d), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x08), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x09), + static_cast(0xff), + static_cast(0xee), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x52), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x27), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x03), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x10), + static_cast(0x00), + static_cast(0x30), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x91), + static_cast(0x38), + static_cast(0x00), + static_cast(0x62), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x44), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x84), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x47), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x48), + static_cast(0xff), + static_cast(0x86), + static_cast(0x35), + static_cast(0x00), + static_cast(0x5f), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x08), + static_cast(0x61), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x73), + static_cast(0xff), + static_cast(0x20), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xea), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x85), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xee), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x44), + static_cast(0xff), + static_cast(0xee), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x14), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x14), + static_cast(0xff), + static_cast(0x64), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x85), + static_cast(0xff), + static_cast(0x06), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x72), + static_cast(0x1b), + static_cast(0x13), + static_cast(0xef), + static_cast(0x54), + static_cast(0x28), + static_cast(0x8f), + static_cast(0x28), + static_cast(0x0e), + static_cast(0x25), + static_cast(0xca), + static_cast(0xf9), + static_cast(0x20), + static_cast(0xf3), + static_cast(0x04), + static_cast(0xf5), + static_cast(0xbf), + static_cast(0xfc), + static_cast(0x32), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x79), + static_cast(0x06), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xf6), + static_cast(0x4e), + static_cast(0x55), + static_cast(0xf3), + static_cast(0x82), + static_cast(0x71), + static_cast(0xfd), + static_cast(0x16), + static_cast(0x84), + static_cast(0x08), + static_cast(0xc1), + static_cast(0x95), + static_cast(0x03), + static_cast(0x58), + static_cast(0xf9), + static_cast(0xf8), + static_cast(0x85), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x2b), + static_cast(0x8e), + static_cast(0xf8), + static_cast(0x36), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x83), + static_cast(0x03), + static_cast(0xaa), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x01), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0x4a), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x60), + static_cast(0xec), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xce), + static_cast(0xfd), + static_cast(0x05), + static_cast(0x49), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x17), + static_cast(0x00), + static_cast(0xb4), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x33), + static_cast(0x00), + static_cast(0x64), + static_cast(0xab), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x28), + static_cast(0x00), + static_cast(0x84), + static_cast(0x77), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x31), + static_cast(0x00), + static_cast(0x4e), + static_cast(0x46), + static_cast(0xff), + static_cast(0x42), + static_cast(0x28), + static_cast(0x00), + static_cast(0x81), + static_cast(0xab), + static_cast(0xff), + static_cast(0x73), + static_cast(0x47), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x28), + static_cast(0x27), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x40), + static_cast(0xff), + static_cast(0xae), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x15), + static_cast(0x00), + static_cast(0x96), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x45), + static_cast(0x80), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x28), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x97), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x74), + static_cast(0xb3), + static_cast(0x13), + static_cast(0xb5), + static_cast(0xab), + static_cast(0x29), + static_cast(0xef), + static_cast(0x6a), + static_cast(0x0f), + static_cast(0x9e), + static_cast(0x8c), + static_cast(0xfa), + static_cast(0xe0), + static_cast(0x22), + static_cast(0x05), + static_cast(0xa8), + static_cast(0x76), + static_cast(0xfc), + static_cast(0x8e), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x65), + static_cast(0xfa), + static_cast(0x05), + static_cast(0x86), + static_cast(0x71), + static_cast(0xf6), + static_cast(0x5b), + static_cast(0x7f), + static_cast(0xf3), + static_cast(0x20), + static_cast(0xb7), + static_cast(0xfd), + static_cast(0x03), + static_cast(0x2a), + static_cast(0x07), + static_cast(0x14), + static_cast(0x23), + static_cast(0x02), + static_cast(0xe8), + static_cast(0xca), + static_cast(0xf9), + static_cast(0x2c), + static_cast(0xc7), + static_cast(0xf9), + static_cast(0x2d), + static_cast(0xdf), + static_cast(0xf8), + static_cast(0x9a), + static_cast(0x80), + static_cast(0x00), + static_cast(0xef), + static_cast(0xaa), + static_cast(0x02), + static_cast(0x3c), + static_cast(0x58), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x61), + static_cast(0x27), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x79), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x9a), + static_cast(0xfd), + static_cast(0x8b), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x76), + static_cast(0xff), + static_cast(0x85), + static_cast(0x79), + static_cast(0xfd), + static_cast(0x9e), + static_cast(0x31), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xef), + static_cast(0x64), + static_cast(0xff), + static_cast(0x80), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x96), + static_cast(0xac), + static_cast(0xff), + static_cast(0x52), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x85), + static_cast(0x75), + static_cast(0xff), + static_cast(0x94), + static_cast(0x82), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x31), + static_cast(0x49), + static_cast(0x00), + static_cast(0x99), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x13), + static_cast(0xff), + static_cast(0x36), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x79), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x07), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x66), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x68), + static_cast(0xff), + static_cast(0x98), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xde), + static_cast(0xff), + static_cast(0x99), + static_cast(0x00), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x03), + static_cast(0x00), + static_cast(0x1b), + static_cast(0xab), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x32), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x98), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x07), + static_cast(0xff), + static_cast(0x17), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x17), + static_cast(0xff), + static_cast(0x92), + static_cast(0x75), + static_cast(0xff), + static_cast(0x57), + static_cast(0xab), + static_cast(0xff), + static_cast(0x11), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x29), + static_cast(0x29), + static_cast(0x14), + static_cast(0x6b), + static_cast(0xcf), + static_cast(0x2a), + static_cast(0xcb), + static_cast(0x71), + static_cast(0x10), + static_cast(0x7a), + static_cast(0x4b), + static_cast(0xfb), + static_cast(0x7c), + static_cast(0xe7), + static_cast(0x05), + static_cast(0x06), + static_cast(0xa7), + static_cast(0xfc), + static_cast(0x9e), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x77), + static_cast(0xde), + static_cast(0x04), + static_cast(0x59), + static_cast(0xd2), + static_cast(0xf5), + static_cast(0x72), + static_cast(0xe2), + static_cast(0xf3), + static_cast(0x53), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x57), + static_cast(0x06), + static_cast(0xe2), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xcf), + static_cast(0xf9), + static_cast(0x74), + static_cast(0x33), + static_cast(0xfb), + static_cast(0x42), + static_cast(0xec), + static_cast(0xf9), + static_cast(0x38), + static_cast(0xd3), + static_cast(0x00), + static_cast(0x38), + static_cast(0x89), + static_cast(0x01), + static_cast(0x07), + static_cast(0x40), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0x64), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xca), + static_cast(0xff), + static_cast(0x00), + static_cast(0x88), + static_cast(0xfd), + static_cast(0xe3), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x95), + static_cast(0xff), + static_cast(0xed), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0x71), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xf7), + static_cast(0xfc), + static_cast(0x16), + static_cast(0xd8), + static_cast(0xfd), + static_cast(0x19), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x28), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xba), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x57), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x55), + static_cast(0xff), + static_cast(0xca), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x39), + static_cast(0x25), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x09), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x72), + static_cast(0xff), + static_cast(0x82), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x42), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x53), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x38), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x81), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x45), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x94), + static_cast(0xff), + static_cast(0x05), + static_cast(0x10), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x64), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x67), + static_cast(0xff), + static_cast(0x20), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x01), + static_cast(0xff), + static_cast(0x79), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x30), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x90), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x18), + static_cast(0x00), + static_cast(0x29), + static_cast(0xc9), + static_cast(0x14), + static_cast(0x11), + static_cast(0x33), + static_cast(0x2c), + static_cast(0x1b), + static_cast(0xa7), + static_cast(0x10), + static_cast(0x4c), + static_cast(0xf5), + static_cast(0xfa), + static_cast(0x94), + static_cast(0x05), + static_cast(0x07), + static_cast(0x1f), + static_cast(0x35), + static_cast(0xfd), + static_cast(0x6d), + static_cast(0xd1), + static_cast(0xfd), + static_cast(0x62), + static_cast(0x5c), + static_cast(0x04), + static_cast(0xf7), + static_cast(0x07), + static_cast(0xf5), + static_cast(0x56), + static_cast(0x1f), + static_cast(0xf4), + static_cast(0x7c), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x28), + static_cast(0x3e), + static_cast(0x06), + static_cast(0x72), + static_cast(0x25), + static_cast(0xfd), + static_cast(0x25), + static_cast(0xba), + static_cast(0xf8), + static_cast(0x46), + static_cast(0x50), + static_cast(0xfc), + static_cast(0x26), + static_cast(0x22), + static_cast(0xfb), + static_cast(0xf2), + static_cast(0x2e), + static_cast(0x02), + static_cast(0x29), + static_cast(0x13), + static_cast(0x01), + static_cast(0xeb), + static_cast(0x91), + static_cast(0xfb), + static_cast(0xa4), + static_cast(0x61), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xc7), + static_cast(0x00), + static_cast(0x8d), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x4b), + static_cast(0xfd), + static_cast(0xdd), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x69), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x97), + static_cast(0xff), + static_cast(0x58), + static_cast(0x7b), + static_cast(0xfc), + static_cast(0xb0), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0x9f), + static_cast(0x87), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x99), + static_cast(0x26), + static_cast(0x00), + static_cast(0x97), + static_cast(0x14), + static_cast(0xff), + static_cast(0x71), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xec), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x11), + static_cast(0x00), + static_cast(0x12), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xce), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0x83), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x01), + static_cast(0x36), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x49), + static_cast(0xff), + static_cast(0x88), + static_cast(0x05), + static_cast(0xff), + static_cast(0x07), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x09), + static_cast(0x00), + static_cast(0x02), + static_cast(0x49), + static_cast(0x00), + static_cast(0xb6), + static_cast(0x18), + static_cast(0x00), + static_cast(0xe4), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x96), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x91), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x37), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xab), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x10), + static_cast(0x16), + static_cast(0x9f), + static_cast(0x54), + static_cast(0x2e), + static_cast(0x92), + static_cast(0xa5), + static_cast(0x0f), + static_cast(0x70), + static_cast(0xf8), + static_cast(0xf8), + static_cast(0xa3), + static_cast(0xb7), + static_cast(0x07), + static_cast(0x6f), + static_cast(0x58), + static_cast(0xfd), + static_cast(0xde), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x4b), + static_cast(0x05), + static_cast(0xef), + static_cast(0xea), + static_cast(0xf3), + static_cast(0xd6), + static_cast(0xf1), + static_cast(0xf3), + static_cast(0x49), + static_cast(0x90), + static_cast(0x02), + static_cast(0x40), + static_cast(0x15), + static_cast(0x07), + static_cast(0x31), + static_cast(0x8f), + static_cast(0xfa), + static_cast(0xeb), + static_cast(0x1c), + static_cast(0xf6), + static_cast(0x71), + static_cast(0xd0), + static_cast(0xfc), + static_cast(0x33), + static_cast(0x3b), + static_cast(0xfc), + static_cast(0xfb), + static_cast(0xaa), + static_cast(0x03), + static_cast(0x68), + static_cast(0x21), + static_cast(0x02), + static_cast(0x42), + static_cast(0x49), + static_cast(0xfa), + static_cast(0xef), + static_cast(0x57), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x90), + static_cast(0x63), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x1e), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x80), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xed), + static_cast(0xfd), + static_cast(0xbf), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x74), + static_cast(0xfc), + static_cast(0x15), + static_cast(0x37), + static_cast(0xfd), + static_cast(0x1a), + static_cast(0x85), + static_cast(0xff), + static_cast(0x38), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x41), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x59), + static_cast(0x00), + static_cast(0x4d), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x41), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x67), + static_cast(0x00), + static_cast(0x15), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x27), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x06), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x30), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x51), + static_cast(0x41), + static_cast(0x00), + static_cast(0xee), + static_cast(0x41), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xb6), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x02), + static_cast(0x95), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x33), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x82), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x08), + static_cast(0xff), + static_cast(0xec), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xed), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x52), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x45), + static_cast(0x0e), + static_cast(0x17), + static_cast(0x01), + static_cast(0x1c), + static_cast(0x31), + static_cast(0x27), + static_cast(0x96), + static_cast(0x0f), + static_cast(0xb9), + static_cast(0x75), + static_cast(0xf5), + static_cast(0x18), + static_cast(0x8e), + static_cast(0x07), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x5e), + static_cast(0x07), + static_cast(0x1f), + static_cast(0xf4), + static_cast(0xf3), + static_cast(0x46), + static_cast(0xe5), + static_cast(0xf2), + static_cast(0x47), + static_cast(0xf2), + static_cast(0x03), + static_cast(0x5e), + static_cast(0x0f), + static_cast(0x09), + static_cast(0x6b), + static_cast(0x43), + static_cast(0xfa), + static_cast(0x92), + static_cast(0x45), + static_cast(0xf3), + static_cast(0x11), + static_cast(0xc6), + static_cast(0xfb), + static_cast(0xc0), + static_cast(0xca), + static_cast(0xfc), + static_cast(0x2f), + static_cast(0x92), + static_cast(0x04), + static_cast(0x41), + static_cast(0x69), + static_cast(0x03), + static_cast(0xd8), + static_cast(0xb3), + static_cast(0xf9), + static_cast(0x74), + static_cast(0x86), + static_cast(0xfd), + static_cast(0x77), + static_cast(0xf9), + static_cast(0x00), + static_cast(0x01), + static_cast(0x44), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x55), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x21), + static_cast(0x66), + static_cast(0xfd), + static_cast(0xa9), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x5f), + static_cast(0xfc), + static_cast(0xf3), + static_cast(0xe1), + static_cast(0xfc), + static_cast(0xb3), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x92), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x01), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x81), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x93), + static_cast(0x42), + static_cast(0xff), + static_cast(0x48), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0x50), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x83), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x33), + static_cast(0x00), + static_cast(0xed), + static_cast(0x18), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x09), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x50), + static_cast(0xff), + static_cast(0xce), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x60), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x03), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x61), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x73), + static_cast(0x00), + static_cast(0x67), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x0a), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x87), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x58), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x46), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x22), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x12), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x64), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x83), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x02), + static_cast(0x6f), + static_cast(0x19), + static_cast(0xc4), + static_cast(0x8d), + static_cast(0x34), + static_cast(0x65), + static_cast(0x7c), + static_cast(0x0d), + static_cast(0xc9), + static_cast(0xe1), + static_cast(0xf1), + static_cast(0x72), + static_cast(0x3d), + static_cast(0x07), + static_cast(0x18), + static_cast(0x08), + static_cast(0xfd), + static_cast(0x86), + static_cast(0x16), + static_cast(0xff), + static_cast(0x86), + static_cast(0x1f), + static_cast(0x0a), + static_cast(0xde), + static_cast(0x4b), + static_cast(0xf3), + static_cast(0x13), + static_cast(0xe4), + static_cast(0xf1), + static_cast(0x2e), + static_cast(0x4f), + static_cast(0x05), + static_cast(0x83), + static_cast(0xaf), + static_cast(0x0b), + static_cast(0x02), + static_cast(0xdd), + static_cast(0xfa), + static_cast(0x23), + static_cast(0xfa), + static_cast(0xf0), + static_cast(0x2f), + static_cast(0xc6), + static_cast(0xf9), + static_cast(0x41), + static_cast(0x38), + static_cast(0xfc), + static_cast(0x0e), + static_cast(0x74), + static_cast(0x05), + static_cast(0x43), + static_cast(0x31), + static_cast(0x04), + static_cast(0x38), + static_cast(0xec), + static_cast(0xf8), + static_cast(0x89), + static_cast(0x96), + static_cast(0xfc), + static_cast(0x5a), + static_cast(0xe4), + static_cast(0x00), + static_cast(0x18), + static_cast(0x64), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xa0), + static_cast(0xfc), + static_cast(0x15), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x67), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x48), + static_cast(0xfd), + static_cast(0x62), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x07), + static_cast(0xfc), + static_cast(0xcf), + static_cast(0x76), + static_cast(0xfc), + static_cast(0x5c), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x56), + static_cast(0x79), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x86), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x13), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x86), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x60), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x27), + static_cast(0x00), + static_cast(0x40), + static_cast(0x06), + static_cast(0x00), + static_cast(0x91), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x56), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x28), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x18), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x26), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x88), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x9a), + static_cast(0x51), + static_cast(0x00), + static_cast(0x20), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x47), + static_cast(0xff), + static_cast(0x91), + static_cast(0x35), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x65), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x93), + static_cast(0xff), + static_cast(0x66), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x25), + static_cast(0x00), + static_cast(0xd1), + static_cast(0xfd), + static_cast(0x1a), + static_cast(0xf9), + static_cast(0xe2), + static_cast(0x36), + static_cast(0xf0), + static_cast(0x5a), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xea), + static_cast(0xef), + static_cast(0xa5), + static_cast(0xbe), + static_cast(0x06), + static_cast(0xae), + static_cast(0x92), + static_cast(0xfb), + static_cast(0x7d), + static_cast(0xec), + static_cast(0xff), + static_cast(0xba), + static_cast(0x0c), + static_cast(0x0c), + static_cast(0x4f), + static_cast(0xe5), + static_cast(0xf2), + static_cast(0xeb), + static_cast(0x57), + static_cast(0xf1), + static_cast(0x70), + static_cast(0x7c), + static_cast(0x05), + static_cast(0xbc), + static_cast(0x12), + static_cast(0x0e), + static_cast(0xf9), + static_cast(0x45), + static_cast(0xfc), + static_cast(0x73), + static_cast(0x11), + static_cast(0xef), + static_cast(0x45), + static_cast(0x23), + static_cast(0xf8), + static_cast(0x11), + static_cast(0xda), + static_cast(0xfa), + static_cast(0x7a), + static_cast(0x6c), + static_cast(0x05), + static_cast(0xc3), + static_cast(0x0e), + static_cast(0x05), + static_cast(0x17), + static_cast(0x82), + static_cast(0xf8), + static_cast(0x21), + static_cast(0xea), + static_cast(0xfb), + static_cast(0x81), + static_cast(0x4e), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x37), + static_cast(0x00), + static_cast(0x6f), + static_cast(0x65), + static_cast(0xfc), + static_cast(0xf6), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x03), + static_cast(0x0d), + static_cast(0xfd), + static_cast(0x17), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x31), + static_cast(0xd0), + static_cast(0xfb), + static_cast(0xd8), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x8c), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xcd), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x62), + static_cast(0xff), + static_cast(0x13), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x67), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x50), + static_cast(0x77), + static_cast(0xff), + static_cast(0x15), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x30), + static_cast(0x00), + static_cast(0x10), + static_cast(0x00), + static_cast(0x00), + static_cast(0x5d), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x70), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x67), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xab), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x05), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x01), + static_cast(0xff), + static_cast(0xba), + static_cast(0x71), + static_cast(0x00), + static_cast(0x43), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x18), + static_cast(0x4a), + static_cast(0x00), + static_cast(0xd4), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x73), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x04), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x69), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0xdf), + static_cast(0xfd), + static_cast(0xf1), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x59), + static_cast(0xff), + static_cast(0x50), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x1b), + static_cast(0x1a), + static_cast(0xbf), + static_cast(0x38), + static_cast(0xd7), + static_cast(0xce), + static_cast(0x0c), + static_cast(0x6a), + static_cast(0xbd), + static_cast(0xee), + static_cast(0xa9), + static_cast(0x80), + static_cast(0x05), + static_cast(0x4e), + static_cast(0x48), + static_cast(0xfa), + static_cast(0xfd), + static_cast(0xaa), + static_cast(0x00), + static_cast(0x1e), + static_cast(0xdb), + static_cast(0x0d), + static_cast(0x4d), + static_cast(0x1d), + static_cast(0xf3), + static_cast(0x93), + static_cast(0x33), + static_cast(0xf0), + static_cast(0x37), + static_cast(0x34), + static_cast(0x04), + static_cast(0x4d), + static_cast(0x15), + static_cast(0x10), + static_cast(0x74), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x80), + static_cast(0xee), + static_cast(0xfd), + static_cast(0x2b), + static_cast(0xf6), + static_cast(0x80), + static_cast(0x51), + static_cast(0xf8), + static_cast(0xaf), + static_cast(0x52), + static_cast(0x05), + static_cast(0xa2), + static_cast(0xd8), + static_cast(0x06), + static_cast(0x0e), + static_cast(0x9d), + static_cast(0xf8), + static_cast(0x21), + static_cast(0x3b), + static_cast(0xfb), + static_cast(0xec), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x60), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x74), + static_cast(0xfc), + static_cast(0x0a), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x75), + static_cast(0xa3), + static_cast(0xfc), + static_cast(0x82), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x92), + static_cast(0xdc), + static_cast(0xfb), + static_cast(0x2f), + static_cast(0x13), + static_cast(0xfc), + static_cast(0x95), + static_cast(0x84), + static_cast(0x00), + static_cast(0x59), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x73), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x08), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x59), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x70), + static_cast(0xff), + static_cast(0x89), + static_cast(0x38), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x51), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x02), + static_cast(0x00), + static_cast(0xee), + static_cast(0x08), + static_cast(0xff), + static_cast(0x11), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x50), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x51), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x01), + static_cast(0x08), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x91), + static_cast(0xc0), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x50), + static_cast(0x00), + static_cast(0x60), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x99), + static_cast(0x82), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x56), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x66), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x27), + static_cast(0xc3), + static_cast(0xfd), + static_cast(0xc8), + static_cast(0x60), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x42), + static_cast(0xff), + static_cast(0x60), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x01), + static_cast(0x48), + static_cast(0x00), + static_cast(0x5b), + static_cast(0xe2), + static_cast(0x1c), + static_cast(0xd3), + static_cast(0xdf), + static_cast(0x39), + static_cast(0x34), + static_cast(0xcc), + static_cast(0x0c), + static_cast(0x2a), + static_cast(0x6d), + static_cast(0xef), + static_cast(0x6c), + static_cast(0x99), + static_cast(0x04), + static_cast(0x66), + static_cast(0xc4), + static_cast(0xf8), + static_cast(0x71), + static_cast(0x6c), + static_cast(0x01), + static_cast(0x5d), + static_cast(0x0a), + static_cast(0x0e), + static_cast(0x8f), + static_cast(0x9f), + static_cast(0xf3), + static_cast(0xea), + static_cast(0x67), + static_cast(0xef), + static_cast(0xa3), + static_cast(0x46), + static_cast(0x02), + static_cast(0x14), + static_cast(0xb5), + static_cast(0x11), + static_cast(0x1b), + static_cast(0x2d), + static_cast(0x01), + static_cast(0x2f), + static_cast(0x1e), + static_cast(0xef), + static_cast(0x6a), + static_cast(0x5b), + static_cast(0xf4), + static_cast(0xc0), + static_cast(0xf6), + static_cast(0xf5), + static_cast(0x43), + static_cast(0xa2), + static_cast(0x05), + static_cast(0x15), + static_cast(0x0a), + static_cast(0x08), + static_cast(0xa1), + static_cast(0xab), + static_cast(0xf9), + static_cast(0xf2), + static_cast(0xaa), + static_cast(0xfa), + static_cast(0x7b), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x04), + static_cast(0x00), + static_cast(0x2e), + static_cast(0x25), + static_cast(0xfc), + static_cast(0x49), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x48), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x60), + static_cast(0xfc), + static_cast(0x1f), + static_cast(0x67), + static_cast(0x00), + static_cast(0x0b), + static_cast(0xef), + static_cast(0xfb), + static_cast(0x93), + static_cast(0x51), + static_cast(0xfc), + static_cast(0xf4), + static_cast(0x5d), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x18), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x09), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x88), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x28), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x95), + static_cast(0x00), + static_cast(0xa4), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x96), + static_cast(0x33), + static_cast(0xff), + static_cast(0x41), + static_cast(0x51), + static_cast(0xff), + static_cast(0x33), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x23), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x44), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x55), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x45), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x26), + static_cast(0x00), + static_cast(0x33), + static_cast(0xc0), + static_cast(0x00), + static_cast(0xea), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x29), + static_cast(0x98), + static_cast(0xff), + static_cast(0x34), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x17), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0xc5), + static_cast(0xfd), + static_cast(0xaf), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x92), + static_cast(0xff), + static_cast(0x30), + static_cast(0x45), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x2b), + static_cast(0x1d), + static_cast(0x61), + static_cast(0x3f), + static_cast(0x3a), + static_cast(0xef), + static_cast(0x87), + static_cast(0x0d), + static_cast(0x57), + static_cast(0xae), + static_cast(0xf0), + static_cast(0xe7), + static_cast(0x24), + static_cast(0x04), + static_cast(0x7d), + static_cast(0xa8), + static_cast(0xf7), + static_cast(0x99), + static_cast(0x70), + static_cast(0x01), + static_cast(0xc4), + static_cast(0xb4), + static_cast(0x0d), + static_cast(0x64), + static_cast(0xd2), + static_cast(0xf3), + static_cast(0x3f), + static_cast(0xa3), + static_cast(0xee), + static_cast(0x2c), + static_cast(0x36), + static_cast(0x00), + static_cast(0x37), + static_cast(0x1e), + static_cast(0x12), + static_cast(0x3f), + static_cast(0x7a), + static_cast(0x03), + static_cast(0xf6), + static_cast(0xc1), + static_cast(0xf0), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xa3), + static_cast(0xc2), + static_cast(0xf3), + static_cast(0xed), + static_cast(0x8e), + static_cast(0x05), + static_cast(0xab), + static_cast(0xe9), + static_cast(0x08), + static_cast(0x05), + static_cast(0x3f), + static_cast(0xfb), + static_cast(0x5a), + static_cast(0x64), + static_cast(0xfa), + static_cast(0xf5), + static_cast(0x81), + static_cast(0xfd), + static_cast(0xd7), + static_cast(0x79), + static_cast(0x00), + static_cast(0x5a), + static_cast(0xc9), + static_cast(0xfb), + static_cast(0x9d), + static_cast(0x44), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x54), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x77), + static_cast(0xfc), + static_cast(0xdf), + static_cast(0x94), + static_cast(0x00), + static_cast(0x16), + static_cast(0xef), + static_cast(0xfb), + static_cast(0x70), + static_cast(0x68), + static_cast(0xfc), + static_cast(0xa2), + static_cast(0xec), + static_cast(0xff), + static_cast(0xda), + static_cast(0x16), + static_cast(0xff), + static_cast(0x90), + static_cast(0xde), + static_cast(0xff), + static_cast(0xac), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x49), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x90), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0xc2), + static_cast(0x00), + static_cast(0xdc), + static_cast(0xef), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x46), + static_cast(0xff), + static_cast(0x07), + static_cast(0x66), + static_cast(0xff), + static_cast(0x80), + static_cast(0x49), + static_cast(0xfe), + static_cast(0x30), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x23), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x30), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x24), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x14), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x12), + static_cast(0x00), + static_cast(0xb5), + static_cast(0xac), + static_cast(0x00), + static_cast(0x9b), + static_cast(0x4b), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x24), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x88), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0xc2), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x16), + static_cast(0xff), + static_cast(0x99), + static_cast(0x72), + static_cast(0xff), + static_cast(0x81), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x54), + static_cast(0x19), + static_cast(0x1d), + static_cast(0xa1), + static_cast(0x01), + static_cast(0x3a), + static_cast(0x69), + static_cast(0xba), + static_cast(0x0e), + static_cast(0xc4), + static_cast(0x1f), + static_cast(0xf3), + static_cast(0xcc), + static_cast(0x36), + static_cast(0x04), + static_cast(0x8f), + static_cast(0xce), + static_cast(0xf6), + static_cast(0x57), + static_cast(0x75), + static_cast(0x01), + static_cast(0x40), + static_cast(0xb8), + static_cast(0x0c), + static_cast(0x9f), + static_cast(0x6d), + static_cast(0xf3), + static_cast(0xf9), + static_cast(0x17), + static_cast(0xee), + static_cast(0x4f), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x9b), + static_cast(0x11), + static_cast(0x9e), + static_cast(0x49), + static_cast(0x05), + static_cast(0x55), + static_cast(0xe7), + static_cast(0xf3), + static_cast(0x70), + static_cast(0x52), + static_cast(0xf3), + static_cast(0x94), + static_cast(0x06), + static_cast(0xf1), + static_cast(0x6a), + static_cast(0xbf), + static_cast(0x04), + static_cast(0x83), + static_cast(0xef), + static_cast(0x09), + static_cast(0xe1), + static_cast(0xcd), + static_cast(0xfc), + static_cast(0xc4), + static_cast(0xf3), + static_cast(0xfa), + static_cast(0xf9), + static_cast(0x59), + static_cast(0xfc), + static_cast(0x5c), + static_cast(0x66), + static_cast(0x00), + static_cast(0x98), + static_cast(0x3c), + static_cast(0xfc), + static_cast(0xb4), + static_cast(0x08), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xf4), + static_cast(0xfc), + static_cast(0xd3), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xa6), + static_cast(0xfb), + static_cast(0xfc), + static_cast(0x4f), + static_cast(0xfc), + static_cast(0x1a), + static_cast(0xae), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xf1), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x72), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x56), + static_cast(0x82), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0xa5), + static_cast(0x00), + static_cast(0xd2), + static_cast(0x28), + static_cast(0x00), + static_cast(0x63), + static_cast(0x46), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x69), + static_cast(0xff), + static_cast(0x12), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x60), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x19), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x39), + static_cast(0x00), + static_cast(0xda), + static_cast(0xb0), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x41), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x26), + static_cast(0x46), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x21), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x36), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0xa4), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x26), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x74), + static_cast(0xff), + static_cast(0x37), + static_cast(0x48), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x5c), + static_cast(0x1c), + static_cast(0x45), + static_cast(0x38), + static_cast(0x39), + static_cast(0x27), + static_cast(0xa6), + static_cast(0x10), + static_cast(0x20), + static_cast(0x5b), + static_cast(0xf5), + static_cast(0x37), + static_cast(0x03), + static_cast(0x04), + static_cast(0xc8), + static_cast(0x20), + static_cast(0xf7), + static_cast(0xbd), + static_cast(0x0e), + static_cast(0x01), + static_cast(0x09), + static_cast(0x46), + static_cast(0x0b), + static_cast(0x50), + static_cast(0xf5), + static_cast(0xf3), + static_cast(0x45), + static_cast(0x5e), + static_cast(0xed), + static_cast(0x92), + static_cast(0xfb), + static_cast(0xfb), + static_cast(0x1d), + static_cast(0xbd), + static_cast(0x10), + static_cast(0x50), + static_cast(0xf8), + static_cast(0x05), + static_cast(0x33), + static_cast(0x0a), + static_cast(0xf7), + static_cast(0xed), + static_cast(0x89), + static_cast(0xf5), + static_cast(0x2d), + static_cast(0xa4), + static_cast(0xee), + static_cast(0xe3), + static_cast(0x9c), + static_cast(0x02), + static_cast(0x99), + static_cast(0xad), + static_cast(0x0a), + static_cast(0x5f), + static_cast(0xac), + static_cast(0xfd), + static_cast(0x81), + static_cast(0xea), + static_cast(0xfb), + static_cast(0x43), + static_cast(0x78), + static_cast(0xfc), + static_cast(0x15), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xee), + static_cast(0x1f), + static_cast(0xfd), + static_cast(0xc6), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x2c), + static_cast(0xfd), + static_cast(0x41), + static_cast(0xe3), + static_cast(0x00), + static_cast(0x91), + static_cast(0x91), + static_cast(0xfb), + static_cast(0x78), + static_cast(0x01), + static_cast(0xfc), + static_cast(0x14), + static_cast(0x64), + static_cast(0xff), + static_cast(0x32), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xf8), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xac), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x46), + static_cast(0xff), + static_cast(0x31), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x45), + static_cast(0x60), + static_cast(0x00), + static_cast(0xde), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x79), + static_cast(0x24), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x69), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x21), + static_cast(0x36), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x05), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x22), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x28), + static_cast(0xff), + static_cast(0x28), + static_cast(0x85), + static_cast(0x00), + static_cast(0xac), + static_cast(0xd5), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x26), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0xab), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0xc6), + static_cast(0xfd), + static_cast(0x60), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x31), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x87), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x5b), + static_cast(0x1a), + static_cast(0x39), + static_cast(0xbf), + static_cast(0x37), + static_cast(0xfd), + static_cast(0x61), + static_cast(0x13), + static_cast(0x9f), + static_cast(0xb5), + static_cast(0xf6), + static_cast(0xbd), + static_cast(0x23), + static_cast(0x04), + static_cast(0x43), + static_cast(0x50), + static_cast(0xf8), + static_cast(0xbe), + static_cast(0xca), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x3d), + static_cast(0x0a), + static_cast(0x19), + static_cast(0xc2), + static_cast(0xf4), + static_cast(0xd2), + static_cast(0x85), + static_cast(0xed), + static_cast(0x71), + static_cast(0x65), + static_cast(0xf9), + static_cast(0xba), + static_cast(0xa2), + static_cast(0x0e), + static_cast(0x72), + static_cast(0x3b), + static_cast(0x07), + static_cast(0x7b), + static_cast(0x8d), + static_cast(0xf8), + static_cast(0xdd), + static_cast(0x72), + static_cast(0xf8), + static_cast(0xf2), + static_cast(0xdf), + static_cast(0xed), + static_cast(0x0d), + static_cast(0xea), + static_cast(0xfd), + static_cast(0x1f), + static_cast(0x05), + static_cast(0x0b), + static_cast(0xe1), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xb2), + static_cast(0xfc), + static_cast(0x66), + static_cast(0x9e), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x45), + static_cast(0x88), + static_cast(0xfd), + static_cast(0x50), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x74), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0xbd), + static_cast(0xfc), + static_cast(0x3d), + static_cast(0x97), + static_cast(0x00), + static_cast(0xa9), + static_cast(0xbc), + static_cast(0xfb), + static_cast(0x7c), + static_cast(0xa2), + static_cast(0xfb), + static_cast(0x0d), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x18), + static_cast(0x00), + static_cast(0x90), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x11), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x05), + static_cast(0x72), + static_cast(0xff), + static_cast(0x98), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x20), + static_cast(0x00), + static_cast(0xba), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x15), + static_cast(0xff), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x48), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x27), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x64), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x94), + static_cast(0x00), + static_cast(0xc2), + static_cast(0xcc), + static_cast(0x00), + static_cast(0xde), + static_cast(0x72), + static_cast(0x00), + static_cast(0x16), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xce), + static_cast(0xfd), + static_cast(0xed), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x98), + static_cast(0xff), + static_cast(0x45), + static_cast(0x56), + static_cast(0x00), + static_cast(0x92), + static_cast(0x22), + static_cast(0x1a), + static_cast(0x75), + static_cast(0x31), + static_cast(0x36), + static_cast(0xc6), + static_cast(0x6a), + static_cast(0x12), + static_cast(0xd1), + static_cast(0x97), + static_cast(0xf8), + static_cast(0xc9), + static_cast(0x40), + static_cast(0x05), + static_cast(0xcd), + static_cast(0xd3), + static_cast(0xf7), + static_cast(0xca), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x91), + static_cast(0xaa), + static_cast(0x09), + static_cast(0x98), + static_cast(0xa7), + static_cast(0xf4), + static_cast(0x2b), + static_cast(0x0a), + static_cast(0xee), + static_cast(0x9d), + static_cast(0x9a), + static_cast(0xf8), + static_cast(0x90), + static_cast(0x35), + static_cast(0x0d), + static_cast(0x76), + static_cast(0x3a), + static_cast(0x07), + static_cast(0x25), + static_cast(0xcb), + static_cast(0xf8), + static_cast(0xd2), + static_cast(0xd6), + static_cast(0xf9), + static_cast(0xce), + static_cast(0x00), + static_cast(0xef), + static_cast(0x0f), + static_cast(0x6a), + static_cast(0xfa), + static_cast(0x58), + static_cast(0x84), + static_cast(0x09), + static_cast(0xdb), + static_cast(0xf0), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x31), + static_cast(0xfd), + static_cast(0x92), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x89), + static_cast(0x7b), + static_cast(0xfd), + static_cast(0xd5), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xad), + static_cast(0x03), + static_cast(0xfe), + static_cast(0x69), + static_cast(0xb6), + static_cast(0xfb), + static_cast(0x33), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x17), + static_cast(0xad), + static_cast(0xfc), + static_cast(0x58), + static_cast(0xe8), + static_cast(0xfb), + static_cast(0x2e), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x70), + static_cast(0x83), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x51), + static_cast(0xd8), + static_cast(0x00), + static_cast(0x3f), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x15), + static_cast(0x01), + static_cast(0xff), + static_cast(0x59), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xad), + static_cast(0x24), + static_cast(0x00), + static_cast(0x4b), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x51), + static_cast(0xff), + static_cast(0x81), + static_cast(0x28), + static_cast(0xff), + static_cast(0x73), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x16), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x56), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0x41), + static_cast(0xff), + static_cast(0x96), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x56), + static_cast(0x81), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x34), + static_cast(0x6a), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x15), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x41), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x02), + static_cast(0x69), + static_cast(0x00), + static_cast(0x71), + static_cast(0x6a), + static_cast(0x19), + static_cast(0xba), + static_cast(0xf5), + static_cast(0x34), + static_cast(0x5a), + static_cast(0xd7), + static_cast(0x11), + static_cast(0x96), + static_cast(0x4e), + static_cast(0xf8), + static_cast(0xd5), + static_cast(0x88), + static_cast(0x06), + static_cast(0xa0), + static_cast(0xfc), + static_cast(0xf8), + static_cast(0xc9), + static_cast(0x9f), + static_cast(0xfd), + static_cast(0x53), + static_cast(0x5d), + static_cast(0x09), + static_cast(0x26), + static_cast(0xa1), + static_cast(0xf6), + static_cast(0x1e), + static_cast(0x71), + static_cast(0xef), + static_cast(0xe7), + static_cast(0xb0), + static_cast(0xf8), + static_cast(0xac), + static_cast(0x3b), + static_cast(0x0b), + static_cast(0x1d), + static_cast(0xcc), + static_cast(0x06), + static_cast(0x41), + static_cast(0xdc), + static_cast(0xf7), + static_cast(0x75), + static_cast(0x45), + static_cast(0xfa), + static_cast(0x80), + static_cast(0xdd), + static_cast(0xf2), + static_cast(0x87), + static_cast(0xd1), + static_cast(0xf7), + static_cast(0x31), + static_cast(0xc8), + static_cast(0x05), + static_cast(0xaf), + static_cast(0xb2), + static_cast(0x02), + static_cast(0x3a), + static_cast(0x52), + static_cast(0xfe), + static_cast(0xea), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x43), + static_cast(0xff), + static_cast(0x45), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x93), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x17), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x2a), + static_cast(0xfb), + static_cast(0x97), + static_cast(0x73), + static_cast(0xff), + static_cast(0xea), + static_cast(0xed), + static_cast(0xfd), + static_cast(0x91), + static_cast(0x75), + static_cast(0xfc), + static_cast(0x41), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x20), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x22), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x86), + static_cast(0x00), + static_cast(0x4b), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x93), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x25), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x24), + static_cast(0x00), + static_cast(0x1c), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x79), + static_cast(0xff), + static_cast(0x26), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x78), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x33), + static_cast(0xff), + static_cast(0x92), + static_cast(0x61), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x82), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x21), + static_cast(0xff), + static_cast(0x09), + static_cast(0x36), + static_cast(0x00), + static_cast(0x9d), + static_cast(0xd6), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x2e), + static_cast(0x36), + static_cast(0x00), + static_cast(0x04), + static_cast(0x86), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x76), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x68), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x86), + static_cast(0x19), + static_cast(0x3b), + static_cast(0xb6), + static_cast(0x33), + static_cast(0x6b), + static_cast(0x75), + static_cast(0x0f), + static_cast(0x5b), + static_cast(0xf1), + static_cast(0xf7), + static_cast(0x6a), + static_cast(0xba), + static_cast(0x07), + static_cast(0xbc), + static_cast(0x36), + static_cast(0xfa), + static_cast(0x0a), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0x07), + static_cast(0x4f), + static_cast(0x07), + static_cast(0xa5), + static_cast(0x44), + static_cast(0xf6), + static_cast(0xa9), + static_cast(0x7d), + static_cast(0xf3), + static_cast(0x99), + static_cast(0x90), + static_cast(0xfa), + static_cast(0x2e), + static_cast(0xd0), + static_cast(0x08), + static_cast(0xac), + static_cast(0x2c), + static_cast(0x06), + static_cast(0xf5), + static_cast(0xe3), + static_cast(0xf6), + static_cast(0x44), + static_cast(0x9e), + static_cast(0xf9), + static_cast(0x5e), + static_cast(0x43), + static_cast(0xf7), + static_cast(0xf9), + static_cast(0xfc), + static_cast(0xf7), + static_cast(0xc5), + static_cast(0x42), + static_cast(0x01), + static_cast(0x83), + static_cast(0xd5), + static_cast(0x02), + static_cast(0x40), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x35), + static_cast(0x00), + static_cast(0x42), + static_cast(0x55), + static_cast(0xfd), + static_cast(0x42), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0x34), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x46), + static_cast(0xfc), + static_cast(0xb5), + static_cast(0x05), + static_cast(0xff), + static_cast(0x39), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x62), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0x69), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x73), + static_cast(0xff), + static_cast(0x51), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x58), + static_cast(0x00), + static_cast(0x12), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xab), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x40), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x77), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x04), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x84), + static_cast(0xff), + static_cast(0xad), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0xba), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x3f), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x04), + static_cast(0x01), + static_cast(0xe9), + static_cast(0x77), + static_cast(0x00), + static_cast(0xcb), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x60), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x45), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x78), + static_cast(0xb5), + static_cast(0x18), + static_cast(0x19), + static_cast(0x2a), + static_cast(0x31), + static_cast(0x64), + static_cast(0xd9), + static_cast(0x0d), + static_cast(0xee), + static_cast(0xf0), + static_cast(0xf8), + static_cast(0x4b), + static_cast(0xe7), + static_cast(0x08), + static_cast(0x37), + static_cast(0xf4), + static_cast(0xfa), + static_cast(0xa2), + static_cast(0x86), + static_cast(0xfd), + static_cast(0x9e), + static_cast(0x8b), + static_cast(0x06), + static_cast(0xb1), + static_cast(0x13), + static_cast(0xf7), + static_cast(0x04), + static_cast(0xb3), + static_cast(0xf4), + static_cast(0xa6), + static_cast(0x7f), + static_cast(0xfb), + static_cast(0xe4), + static_cast(0x8b), + static_cast(0x08), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x05), + static_cast(0x28), + static_cast(0x45), + static_cast(0xf7), + static_cast(0x3d), + static_cast(0xc8), + static_cast(0xf8), + static_cast(0xbe), + static_cast(0x81), + static_cast(0xf9), + static_cast(0x39), + static_cast(0x10), + static_cast(0xfa), + static_cast(0x6f), + static_cast(0x1b), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x75), + static_cast(0x01), + static_cast(0x3b), + static_cast(0x41), + static_cast(0x00), + static_cast(0x42), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0xca), + static_cast(0x18), + static_cast(0x00), + static_cast(0x6a), + static_cast(0xad), + static_cast(0xfd), + static_cast(0x69), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0xc2), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xbf), + static_cast(0xfc), + static_cast(0x51), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x15), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0x64), + static_cast(0xb2), + static_cast(0xfd), + static_cast(0xef), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x36), + static_cast(0x00), + static_cast(0xc8), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x83), + static_cast(0x53), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x01), + static_cast(0x00), + static_cast(0x5a), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x02), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x53), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x19), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x35), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x43), + static_cast(0xfe), + static_cast(0xab), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x55), + static_cast(0x00), + static_cast(0x24), + static_cast(0xf4), + static_cast(0x00), + static_cast(0x59), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x2f), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x39), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x61), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x91), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x89), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x25), + static_cast(0x20), + static_cast(0xff), + static_cast(0x17), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x57), + static_cast(0x8b), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x78), + static_cast(0x17), + static_cast(0xb3), + static_cast(0xe3), + static_cast(0x2d), + static_cast(0x86), + static_cast(0x60), + static_cast(0x0c), + static_cast(0x85), + static_cast(0x75), + static_cast(0xfa), + static_cast(0x6b), + static_cast(0xb8), + static_cast(0x09), + static_cast(0x6e), + static_cast(0x2d), + static_cast(0xfb), + static_cast(0x4a), + static_cast(0x8a), + static_cast(0xfd), + static_cast(0x73), + static_cast(0x06), + static_cast(0x07), + static_cast(0x23), + static_cast(0x93), + static_cast(0xf8), + static_cast(0x01), + static_cast(0xc8), + static_cast(0xf4), + static_cast(0xe2), + static_cast(0xf4), + static_cast(0xfa), + static_cast(0xdd), + static_cast(0xde), + static_cast(0x07), + static_cast(0x6f), + static_cast(0x70), + static_cast(0x06), + static_cast(0x1a), + static_cast(0x11), + static_cast(0xf9), + static_cast(0xa6), + static_cast(0x2e), + static_cast(0xf8), + static_cast(0x3c), + static_cast(0x10), + static_cast(0xfa), + static_cast(0x9a), + static_cast(0x74), + static_cast(0xfc), + static_cast(0x67), + static_cast(0x8a), + static_cast(0xfd), + static_cast(0x30), + static_cast(0x86), + static_cast(0x00), + static_cast(0x42), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x30), + static_cast(0xc2), + static_cast(0xfc), + static_cast(0x1e), + static_cast(0x45), + static_cast(0xff), + static_cast(0xef), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0xa3), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x8c), + static_cast(0xfd), + static_cast(0x61), + static_cast(0xeb), + static_cast(0xfd), + static_cast(0xeb), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x58), + static_cast(0x81), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x45), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x26), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x28), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x15), + static_cast(0xff), + static_cast(0x03), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x17), + static_cast(0xac), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x31), + static_cast(0xff), + static_cast(0x79), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x54), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x18), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x17), + static_cast(0xff), + static_cast(0x97), + static_cast(0x57), + static_cast(0xff), + static_cast(0x47), + static_cast(0x68), + static_cast(0x00), + static_cast(0xa7), + static_cast(0xc7), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x93), + static_cast(0x00), + static_cast(0x00), + static_cast(0x03), + static_cast(0x00), + static_cast(0x71), + static_cast(0x08), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x95), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x33), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x01), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x69), + static_cast(0x55), + static_cast(0x00), + static_cast(0xee), + static_cast(0xd3), + static_cast(0x14), + static_cast(0x93), + static_cast(0x1a), + static_cast(0x27), + static_cast(0x17), + static_cast(0xe7), + static_cast(0x08), + static_cast(0x9a), + static_cast(0xca), + static_cast(0xfd), + static_cast(0xa7), + static_cast(0x25), + static_cast(0x0d), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xd4), + static_cast(0x9e), + static_cast(0xfc), + static_cast(0x21), + static_cast(0x8c), + static_cast(0x06), + static_cast(0x3b), + static_cast(0xf9), + static_cast(0xfa), + static_cast(0xd2), + static_cast(0xef), + static_cast(0xf6), + static_cast(0x1c), + static_cast(0xcf), + static_cast(0xf8), + static_cast(0xa3), + static_cast(0x98), + static_cast(0x03), + static_cast(0x95), + static_cast(0xa8), + static_cast(0x06), + static_cast(0x9d), + static_cast(0x92), + static_cast(0xfc), + static_cast(0xf0), + static_cast(0xfa), + static_cast(0xfa), + static_cast(0x1a), + static_cast(0xbc), + static_cast(0xfc), + static_cast(0x05), + static_cast(0x4d), + static_cast(0xfb), + static_cast(0x57), + static_cast(0xd3), + static_cast(0xfa), + static_cast(0xa5), + static_cast(0xf6), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x01), + static_cast(0x60), + static_cast(0x9b), + static_cast(0xfb), + static_cast(0x17), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0xed), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x06), + static_cast(0xee), + static_cast(0xfd), + static_cast(0x70), + static_cast(0xcf), + static_cast(0xfd), + static_cast(0x3f), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x64), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x21), + static_cast(0x13), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x07), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x39), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x47), + static_cast(0xff), + static_cast(0x25), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x81), + static_cast(0x53), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x62), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x86), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x67), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x65), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x24), + static_cast(0xff), + static_cast(0x94), + static_cast(0x44), + static_cast(0xff), + static_cast(0xba), + static_cast(0x05), + static_cast(0xff), + static_cast(0x34), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x62), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xad), + static_cast(0xff), + static_cast(0x57), + static_cast(0xe3), + static_cast(0x00), + static_cast(0xb5), + static_cast(0xfc), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x97), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x70), + static_cast(0x00), + static_cast(0x84), + static_cast(0x53), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x25), + static_cast(0x01), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xab), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x06), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x48), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x26), + static_cast(0xff), + static_cast(0x20), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xae), + static_cast(0x11), + static_cast(0x00), + static_cast(0xfb), + static_cast(0xc8), + static_cast(0x12), + static_cast(0x7c), + static_cast(0xc4), + static_cast(0x23), + static_cast(0xd6), + static_cast(0xe0), + static_cast(0x0a), + static_cast(0xb8), + static_cast(0xad), + static_cast(0x00), + static_cast(0x4e), + static_cast(0x25), + static_cast(0x0a), + static_cast(0x78), + static_cast(0x49), + static_cast(0xfa), + static_cast(0x0e), + static_cast(0x66), + static_cast(0xfd), + static_cast(0x77), + static_cast(0x76), + static_cast(0x06), + static_cast(0x1e), + static_cast(0x10), + static_cast(0xfb), + static_cast(0x70), + static_cast(0x83), + static_cast(0xf7), + static_cast(0xae), + static_cast(0xee), + static_cast(0xf9), + static_cast(0x3e), + static_cast(0x16), + static_cast(0x02), + static_cast(0xe4), + static_cast(0xf0), + static_cast(0x04), + static_cast(0x64), + static_cast(0x45), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x0f), + static_cast(0xfc), + static_cast(0xf3), + static_cast(0xde), + static_cast(0xfc), + static_cast(0x70), + static_cast(0xcc), + static_cast(0xfc), + static_cast(0x29), + static_cast(0x7e), + static_cast(0xfb), + static_cast(0x70), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x80), + static_cast(0x86), + static_cast(0x01), + static_cast(0x98), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x12), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x5a), + static_cast(0xfd), + static_cast(0x02), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xb9), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x69), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x44), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xee), + static_cast(0xff), + static_cast(0x16), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x58), + static_cast(0x13), + static_cast(0xff), + static_cast(0x94), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xec), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x68), + static_cast(0x58), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x00), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x99), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x81), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x54), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x53), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x37), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x27), + static_cast(0x54), + static_cast(0x00), + static_cast(0x84), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x72), + static_cast(0x00), + static_cast(0x6e), + static_cast(0xda), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x18), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x33), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x24), + static_cast(0xff), + static_cast(0x06), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x32), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x32), + static_cast(0x66), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xba), + static_cast(0xff), + static_cast(0x01), + static_cast(0x11), + static_cast(0x00), + static_cast(0x39), + static_cast(0x10), + static_cast(0x00), + static_cast(0x68), + static_cast(0x71), + static_cast(0x12), + static_cast(0x36), + static_cast(0xa2), + static_cast(0x20), + static_cast(0xc7), + static_cast(0xe0), + static_cast(0x08), + static_cast(0xb6), + static_cast(0xe2), + static_cast(0x01), + static_cast(0x3e), + static_cast(0x96), + static_cast(0x08), + static_cast(0x5f), + static_cast(0xfb), + static_cast(0xfa), + static_cast(0xb9), + static_cast(0x32), + static_cast(0x00), + static_cast(0x9a), + static_cast(0x12), + static_cast(0x05), + static_cast(0x53), + static_cast(0x96), + static_cast(0xfa), + static_cast(0x22), + static_cast(0x41), + static_cast(0xf8), + static_cast(0x98), + static_cast(0xec), + static_cast(0xfa), + static_cast(0x03), + static_cast(0xd5), + static_cast(0x02), + static_cast(0xe5), + static_cast(0x70), + static_cast(0x03), + static_cast(0xa8), + static_cast(0xd0), + static_cast(0xfd), + static_cast(0x84), + static_cast(0x66), + static_cast(0xfc), + static_cast(0xf4), + static_cast(0x58), + static_cast(0xfd), + static_cast(0x4f), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x93), + static_cast(0xfc), + static_cast(0x7f), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x56), + static_cast(0x01), + static_cast(0x42), + static_cast(0x15), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x77), + static_cast(0xa6), + static_cast(0xfd), + static_cast(0xdf), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x53), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x58), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0x75), + static_cast(0xff), + static_cast(0x67), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x07), + static_cast(0x75), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x57), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x81), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x37), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xac), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x24), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x14), + static_cast(0x00), + static_cast(0xde), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x88), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x85), + static_cast(0xf1), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x18), + static_cast(0x00), + static_cast(0x82), + static_cast(0x68), + static_cast(0xff), + static_cast(0x71), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x63), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x29), + static_cast(0xff), + static_cast(0x35), + static_cast(0x44), + static_cast(0xff), + static_cast(0x22), + static_cast(0x35), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x72), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xda), + static_cast(0xff), + static_cast(0x43), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x83), + static_cast(0xf6), + static_cast(0x11), + static_cast(0xa1), + static_cast(0xe6), + static_cast(0x1d), + static_cast(0x4e), + static_cast(0x55), + static_cast(0x07), + static_cast(0xd3), + static_cast(0x05), + static_cast(0x02), + static_cast(0xd7), + static_cast(0x1c), + static_cast(0x07), + static_cast(0x0c), + static_cast(0x8d), + static_cast(0xfc), + static_cast(0x6d), + static_cast(0xc7), + static_cast(0x01), + static_cast(0x59), + static_cast(0x6a), + static_cast(0x03), + static_cast(0x30), + static_cast(0x82), + static_cast(0xfa), + static_cast(0xa1), + static_cast(0x9c), + static_cast(0xf8), + static_cast(0x2e), + static_cast(0x54), + static_cast(0xfc), + static_cast(0x27), + static_cast(0xac), + static_cast(0x03), + static_cast(0xc7), + static_cast(0xdd), + static_cast(0x01), + static_cast(0xa1), + static_cast(0x95), + static_cast(0xfd), + static_cast(0xdb), + static_cast(0xdf), + static_cast(0xfc), + static_cast(0x9d), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0xac), + static_cast(0x63), + static_cast(0xff), + static_cast(0x67), + static_cast(0x23), + static_cast(0xfd), + static_cast(0x7b), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x52), + static_cast(0x3b), + static_cast(0x01), + static_cast(0x3b), + static_cast(0x42), + static_cast(0xff), + static_cast(0x33), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xea), + static_cast(0xfd), + static_cast(0x2c), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x75), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x16), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x8b), + static_cast(0xfd), + static_cast(0x79), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xac), + static_cast(0xff), + static_cast(0x91), + static_cast(0x84), + static_cast(0xff), + static_cast(0x04), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x59), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x80), + static_cast(0xad), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x23), + static_cast(0xff), + static_cast(0x00), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x23), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x79), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x96), + static_cast(0xff), + static_cast(0x79), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x95), + static_cast(0x10), + static_cast(0x00), + static_cast(0x7b), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x62), + static_cast(0xab), + static_cast(0xff), + static_cast(0x00), + static_cast(0x36), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x14), + static_cast(0x00), + static_cast(0xd4), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x88), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x21), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x68), + static_cast(0xff), + static_cast(0x93), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x21), + static_cast(0xff), + static_cast(0x95), + static_cast(0x26), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x64), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x40), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x77), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x73), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xb4), + static_cast(0x10), + static_cast(0x8f), + static_cast(0xab), + static_cast(0x1b), + static_cast(0x25), + static_cast(0x92), + static_cast(0x06), + static_cast(0x87), + static_cast(0x1c), + static_cast(0x01), + static_cast(0xb9), + static_cast(0x92), + static_cast(0x06), + static_cast(0x6e), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0x56), + static_cast(0xd8), + static_cast(0x01), + static_cast(0x84), + static_cast(0x69), + static_cast(0x02), + static_cast(0x5e), + static_cast(0xbc), + static_cast(0xfa), + static_cast(0xc4), + static_cast(0x20), + static_cast(0xf9), + static_cast(0x55), + static_cast(0xda), + static_cast(0xfd), + static_cast(0x28), + static_cast(0x38), + static_cast(0x04), + static_cast(0x33), + static_cast(0xda), + static_cast(0x00), + static_cast(0xe9), + static_cast(0x97), + static_cast(0xfd), + static_cast(0xe2), + static_cast(0xbf), + static_cast(0xfd), + static_cast(0xdc), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x58), + static_cast(0x03), + static_cast(0x00), + static_cast(0xef), + static_cast(0xe1), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x79), + static_cast(0xff), + static_cast(0x17), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xdf), + static_cast(0xfd), + static_cast(0x40), + static_cast(0xac), + static_cast(0xff), + static_cast(0x03), + static_cast(0x80), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xaa), + static_cast(0xfd), + static_cast(0xa4), + static_cast(0x95), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x38), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x86), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x01), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x69), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x24), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x25), + static_cast(0xba), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x62), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x54), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xbe), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x03), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x29), + static_cast(0x54), + static_cast(0xff), + static_cast(0x13), + static_cast(0x21), + static_cast(0xff), + static_cast(0x36), + static_cast(0x63), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x26), + static_cast(0xff), + static_cast(0x20), + static_cast(0x03), + static_cast(0xff), + static_cast(0x46), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x39), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xae), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xec), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xad), + static_cast(0xff), + static_cast(0x84), + static_cast(0x79), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x5f), + static_cast(0x0f), + static_cast(0xf6), + static_cast(0xac), + static_cast(0x19), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x05), + static_cast(0xb2), + static_cast(0xbe), + static_cast(0x00), + static_cast(0xed), + static_cast(0x41), + static_cast(0x06), + static_cast(0xc3), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x9b), + static_cast(0x01), + static_cast(0xd4), + static_cast(0x29), + static_cast(0x02), + static_cast(0x3c), + static_cast(0xf8), + static_cast(0xfa), + static_cast(0xde), + static_cast(0xe0), + static_cast(0xf9), + static_cast(0x3d), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0x39), + static_cast(0x04), + static_cast(0x9d), + static_cast(0x63), + static_cast(0x00), + static_cast(0x5b), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x74), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x69), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x77), + static_cast(0x4d), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x91), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xee), + static_cast(0xfd), + static_cast(0x2c), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x10), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0x69), + static_cast(0xff), + static_cast(0x73), + static_cast(0x72), + static_cast(0xff), + static_cast(0x15), + static_cast(0x90), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x99), + static_cast(0xff), + static_cast(0x84), + static_cast(0x11), + static_cast(0x00), + static_cast(0x93), + static_cast(0xab), + static_cast(0xff), + static_cast(0x19), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x67), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x22), + static_cast(0x56), + static_cast(0x00), + static_cast(0xb3), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xce), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x76), + static_cast(0x71), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x74), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x48), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x35), + static_cast(0xea), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x29), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xde), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x30), + static_cast(0xff), + static_cast(0x81), + static_cast(0x75), + static_cast(0xff), + static_cast(0x31), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x04), + static_cast(0x29), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x55), + static_cast(0xff), + static_cast(0x36), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x83), + static_cast(0x99), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x97), + static_cast(0xff), + static_cast(0x01), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x89), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x54), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x33), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x19), + static_cast(0x0d), + static_cast(0x99), + static_cast(0xc1), + static_cast(0x17), + static_cast(0x8a), + static_cast(0xcc), + static_cast(0x06), + static_cast(0x5e), + static_cast(0x09), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x7e), + static_cast(0x05), + static_cast(0x3d), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x75), + static_cast(0x01), + static_cast(0x46), + static_cast(0xa7), + static_cast(0x02), + static_cast(0xd8), + static_cast(0x55), + static_cast(0xfb), + static_cast(0x10), + static_cast(0x83), + static_cast(0xfa), + static_cast(0x0b), + static_cast(0x36), + static_cast(0xff), + static_cast(0x40), + static_cast(0x7a), + static_cast(0x04), + static_cast(0x24), + static_cast(0xfa), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xdb), + static_cast(0xfd), + static_cast(0x23), + static_cast(0x10), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x78), + static_cast(0xff), + static_cast(0x63), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x30), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x58), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x33), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x89), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x99), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x14), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x31), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0xe3), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x89), + static_cast(0xff), + static_cast(0x16), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xae), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x20), + static_cast(0xba), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x61), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x74), + static_cast(0xff), + static_cast(0xff), + static_cast(0xca), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x40), + static_cast(0xff), + static_cast(0x77), + static_cast(0x58), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x48), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x21), + static_cast(0xff), + static_cast(0x53), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x84), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x64), + static_cast(0x83), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x25), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x24), + static_cast(0xff), + static_cast(0xda), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x46), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x54), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x45), + static_cast(0xff), + static_cast(0xde), + static_cast(0x77), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x93), + static_cast(0xff), + static_cast(0x25), + static_cast(0x73), + static_cast(0xff), + static_cast(0x85), + static_cast(0x80), + static_cast(0xff), + static_cast(0xae), + static_cast(0x64), + static_cast(0xff), + static_cast(0x44), + static_cast(0x39), + static_cast(0xff), + static_cast(0x79), + static_cast(0x40), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x45), + static_cast(0x0c), + static_cast(0x9c), + static_cast(0x6f), + static_cast(0x15), + static_cast(0xc3), + static_cast(0x12), + static_cast(0x06), + static_cast(0xfa), + static_cast(0xb6), + static_cast(0x00), + static_cast(0x6a), + static_cast(0x6f), + static_cast(0x04), + static_cast(0x02), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x19), + static_cast(0x02), + static_cast(0x87), + static_cast(0x74), + static_cast(0x02), + static_cast(0x52), + static_cast(0xfc), + static_cast(0xfb), + static_cast(0x6f), + static_cast(0x6c), + static_cast(0xfb), + static_cast(0xa7), + static_cast(0x43), + static_cast(0x00), + static_cast(0x9b), + static_cast(0x30), + static_cast(0x05), + static_cast(0xdb), + static_cast(0x36), + static_cast(0x01), + static_cast(0x12), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0x06), + static_cast(0x65), + static_cast(0x00), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x93), + static_cast(0x34), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x17), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x91), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x2a), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x98), + static_cast(0xff), + static_cast(0x21), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x04), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x12), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x41), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xba), + static_cast(0xff), + static_cast(0x44), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x54), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x44), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x81), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x09), + static_cast(0x79), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x73), + static_cast(0xad), + static_cast(0xff), + static_cast(0x41), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x50), + static_cast(0xff), + static_cast(0x20), + static_cast(0x69), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x52), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x52), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x89), + static_cast(0x48), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x69), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x38), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x52), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x50), + static_cast(0x34), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x44), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x66), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x74), + static_cast(0xff), + static_cast(0x65), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x24), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x58), + static_cast(0xff), + static_cast(0x18), + static_cast(0x48), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x48), + static_cast(0xff), + static_cast(0x96), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xcd), + static_cast(0x0b), + static_cast(0xaa), + static_cast(0x64), + static_cast(0x13), + static_cast(0x7d), + static_cast(0xde), + static_cast(0x04), + static_cast(0x30), + static_cast(0x00), + static_cast(0x01), + static_cast(0x70), + static_cast(0x94), + static_cast(0x03), + static_cast(0x81), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0xf0), + static_cast(0x02), + static_cast(0x08), + static_cast(0xd8), + static_cast(0x02), + static_cast(0x6c), + static_cast(0xe8), + static_cast(0xfc), + static_cast(0x53), + static_cast(0x87), + static_cast(0xfc), + static_cast(0x73), + static_cast(0xa7), + static_cast(0x01), + static_cast(0x07), + static_cast(0xd5), + static_cast(0x05), + static_cast(0x16), + static_cast(0x64), + static_cast(0x01), + static_cast(0xe2), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x69), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x99), + static_cast(0xfd), + static_cast(0x18), + static_cast(0x9b), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x35), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x22), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x28), + static_cast(0xff), + static_cast(0xca), + static_cast(0x41), + static_cast(0x00), + static_cast(0x20), + static_cast(0xec), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x70), + static_cast(0xff), + static_cast(0x01), + static_cast(0x49), + static_cast(0xff), + static_cast(0x37), + static_cast(0x49), + static_cast(0xff), + static_cast(0xab), + static_cast(0x40), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x49), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x05), + static_cast(0xad), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x86), + static_cast(0xff), + static_cast(0x75), + static_cast(0xad), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x75), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x45), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x50), + static_cast(0xff), + static_cast(0x05), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x44), + static_cast(0x66), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x49), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xad), + static_cast(0x53), + static_cast(0xff), + static_cast(0x43), + static_cast(0x71), + static_cast(0xff), + static_cast(0x90), + static_cast(0x84), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x55), + static_cast(0xff), + static_cast(0xce), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x17), + static_cast(0x17), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x27), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x69), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x68), + static_cast(0xff), + static_cast(0x39), + static_cast(0x88), + static_cast(0xff), + static_cast(0x00), + static_cast(0x58), + static_cast(0xff), + static_cast(0x72), + static_cast(0x74), + static_cast(0xff), + static_cast(0x57), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x35), + static_cast(0xff), + static_cast(0x51), + static_cast(0x51), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x59), + static_cast(0xff), + static_cast(0x71), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x76), + static_cast(0x88), + static_cast(0xff), + static_cast(0x24), + static_cast(0x60), + static_cast(0x0b), + static_cast(0x20), + static_cast(0x22), + static_cast(0x12), + static_cast(0x2a), + static_cast(0xe1), + static_cast(0x03), + static_cast(0xac), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x85), + static_cast(0x99), + static_cast(0x03), + static_cast(0x76), + static_cast(0x79), + static_cast(0xff), + static_cast(0x34), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x25), + static_cast(0xcb), + static_cast(0x03), + static_cast(0x50), + static_cast(0x23), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x38), + static_cast(0xfd), + static_cast(0x05), + static_cast(0x20), + static_cast(0x02), + static_cast(0xe6), + static_cast(0x14), + static_cast(0x06), + static_cast(0x66), + static_cast(0x03), + static_cast(0x01), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0x6c), + static_cast(0x73), + static_cast(0xfd), + static_cast(0x6b), + static_cast(0xfa), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xa5), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x56), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x06), + static_cast(0x00), + static_cast(0xeb), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x99), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x26), + static_cast(0x73), + static_cast(0xff), + static_cast(0x29), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x74), + static_cast(0x70), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x66), + static_cast(0xff), + static_cast(0x37), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x44), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x67), + static_cast(0xff), + static_cast(0xad), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x66), + static_cast(0xff), + static_cast(0x35), + static_cast(0x74), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x61), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x75), + static_cast(0xff), + static_cast(0x02), + static_cast(0x64), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x59), + static_cast(0x52), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x31), + static_cast(0xff), + static_cast(0x29), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x53), + static_cast(0xff), + static_cast(0x80), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x48), + static_cast(0xff), + static_cast(0x69), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x33), + static_cast(0xff), + static_cast(0x92), + static_cast(0x78), + static_cast(0xff), + static_cast(0x13), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x91), + static_cast(0x82), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xea), + static_cast(0x72), + static_cast(0xff), + static_cast(0x68), + static_cast(0x82), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x34), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x79), + static_cast(0x46), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x61), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x91), + static_cast(0xff), + static_cast(0x27), + static_cast(0x98), + static_cast(0x0a), + static_cast(0x5f), + static_cast(0xca), + static_cast(0x11), + static_cast(0x04), + static_cast(0x42), + static_cast(0x04), + static_cast(0x01), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x2f), + static_cast(0xa8), + static_cast(0x04), + static_cast(0x4c), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x58), + static_cast(0x08), + static_cast(0x04), + static_cast(0x30), + static_cast(0x59), + static_cast(0x04), + static_cast(0xde), + static_cast(0x88), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x9a), + static_cast(0xfd), + static_cast(0xe9), + static_cast(0xd6), + static_cast(0x01), + static_cast(0xbb), + static_cast(0x78), + static_cast(0x05), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x4c), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0xe8), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0xb4), + static_cast(0xfd), + static_cast(0x1d), + static_cast(0x68), + static_cast(0x01), + static_cast(0x52), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x5f), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xe3), + static_cast(0x05), + static_cast(0xff), + static_cast(0xce), + static_cast(0x63), + static_cast(0x00), + static_cast(0x37), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x93), + static_cast(0x99), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x13), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x68), + static_cast(0xff), + static_cast(0x49), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x23), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x51), + static_cast(0x44), + static_cast(0xff), + static_cast(0x53), + static_cast(0x73), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x04), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x70), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x74), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x00), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x63), + static_cast(0xff), + static_cast(0x50), + static_cast(0x95), + static_cast(0xff), + static_cast(0x58), + static_cast(0x82), + static_cast(0xff), + static_cast(0x59), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x64), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x54), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x99), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x20), + static_cast(0x46), + static_cast(0xff), + static_cast(0xed), + static_cast(0x26), + static_cast(0xff), + static_cast(0xda), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x50), + static_cast(0x70), + static_cast(0xff), + static_cast(0x79), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xac), + static_cast(0xff), + static_cast(0x21), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x38), + static_cast(0x64), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x72), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x45), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x06), + static_cast(0xff), + static_cast(0x18), + static_cast(0x41), + static_cast(0xff), + static_cast(0x99), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x73), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x47), + static_cast(0x0a), + static_cast(0x36), + static_cast(0xc0), + static_cast(0x12), + static_cast(0x4f), + static_cast(0xf9), + static_cast(0x05), + static_cast(0xbe), + static_cast(0xef), + static_cast(0x00), + static_cast(0x4f), + static_cast(0xc0), + static_cast(0x04), + static_cast(0x03), + static_cast(0x15), + static_cast(0x00), + static_cast(0x27), + static_cast(0x57), + static_cast(0x03), + static_cast(0x87), + static_cast(0x28), + static_cast(0x04), + static_cast(0x67), + static_cast(0xee), + static_cast(0xfd), + static_cast(0x4e), + static_cast(0xfc), + static_cast(0xfc), + static_cast(0xc5), + static_cast(0x32), + static_cast(0x01), + static_cast(0xa4), + static_cast(0x73), + static_cast(0x05), + static_cast(0x04), + static_cast(0x16), + static_cast(0x01), + static_cast(0x67), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0x42), + static_cast(0xd2), + static_cast(0xfd), + static_cast(0x09), + static_cast(0x78), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0x47), + static_cast(0x01), + static_cast(0x33), + static_cast(0xcc), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x47), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x29), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x67), + static_cast(0x00), + static_cast(0xf7), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x83), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x03), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xca), + static_cast(0x34), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x57), + static_cast(0xff), + static_cast(0x97), + static_cast(0x72), + static_cast(0xff), + static_cast(0x52), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x26), + static_cast(0xff), + static_cast(0xca), + static_cast(0x78), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x11), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x91), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x17), + static_cast(0x78), + static_cast(0xff), + static_cast(0x30), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x61), + static_cast(0xff), + static_cast(0x25), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x14), + static_cast(0x34), + static_cast(0xff), + static_cast(0x52), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x03), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x18), + static_cast(0x64), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x41), + static_cast(0xff), + static_cast(0x50), + static_cast(0x80), + static_cast(0xff), + static_cast(0x79), + static_cast(0xba), + static_cast(0xff), + static_cast(0x41), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x97), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x35), + static_cast(0x46), + static_cast(0xff), + static_cast(0x20), + static_cast(0x44), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x41), + static_cast(0xff), + static_cast(0x69), + static_cast(0x11), + static_cast(0xff), + static_cast(0xea), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x46), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x45), + static_cast(0x88), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xa7), + static_cast(0x0a), + static_cast(0xb4), + static_cast(0x48), + static_cast(0x13), + static_cast(0xe5), + static_cast(0x1c), + static_cast(0x06), + static_cast(0xc1), + static_cast(0xe4), + static_cast(0x00), + static_cast(0x40), + static_cast(0x7a), + static_cast(0x04), + static_cast(0xb2), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xba), + static_cast(0x69), + static_cast(0x03), + static_cast(0x2a), + static_cast(0xf3), + static_cast(0x03), + static_cast(0x3d), + static_cast(0x7f), + static_cast(0xfd), + static_cast(0xe4), + static_cast(0x43), + static_cast(0xfc), + static_cast(0x7b), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x81), + static_cast(0x63), + static_cast(0x05), + static_cast(0x3f), + static_cast(0x86), + static_cast(0x01), + static_cast(0xd0), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xd9), + static_cast(0xfd), + static_cast(0x9a), + static_cast(0x87), + static_cast(0xfd), + static_cast(0x7e), + static_cast(0x6e), + static_cast(0x01), + static_cast(0x79), + static_cast(0xed), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xef), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x48), + static_cast(0x00), + static_cast(0xba), + static_cast(0x43), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x5a), + static_cast(0x00), + static_cast(0xe0), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x54), + static_cast(0x4f), + static_cast(0x00), + static_cast(0xf1), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0xea), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x43), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x30), + static_cast(0xff), + static_cast(0x28), + static_cast(0x74), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x22), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x83), + static_cast(0xff), + static_cast(0x14), + static_cast(0x13), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x48), + static_cast(0xff), + static_cast(0x03), + static_cast(0x75), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x51), + static_cast(0xff), + static_cast(0x91), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x35), + static_cast(0x43), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xac), + static_cast(0x51), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x47), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x15), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x66), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x82), + static_cast(0xff), + static_cast(0x44), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x32), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x40), + static_cast(0xff), + static_cast(0x58), + static_cast(0x64), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x3a), + static_cast(0x0a), + static_cast(0x9f), + static_cast(0x08), + static_cast(0x13), + static_cast(0xb6), + static_cast(0xe1), + static_cast(0x05), + static_cast(0x74), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x74), + static_cast(0x04), + static_cast(0x04), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xce), + static_cast(0x53), + static_cast(0x03), + static_cast(0x24), + static_cast(0x48), + static_cast(0x04), + static_cast(0x9d), + static_cast(0x6d), + static_cast(0xfd), + static_cast(0x81), + static_cast(0x3a), + static_cast(0xfc), + static_cast(0xbc), + static_cast(0xcc), + static_cast(0x00), + static_cast(0xc4), + static_cast(0xb0), + static_cast(0x05), + static_cast(0xf6), + static_cast(0x2e), + static_cast(0x01), + static_cast(0x8d), + static_cast(0x9f), + static_cast(0xfd), + static_cast(0x89), + static_cast(0xc1), + static_cast(0xfd), + static_cast(0xf4), + static_cast(0x88), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0xeb), + static_cast(0x01), + static_cast(0x72), + static_cast(0x04), + static_cast(0x02), + static_cast(0x44), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x77), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x88), + static_cast(0xff), + static_cast(0x89), + static_cast(0x13), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x12), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x99), + static_cast(0x75), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x38), + static_cast(0x00), + static_cast(0x51), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x89), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x14), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x28), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x13), + static_cast(0x70), + static_cast(0xff), + static_cast(0x13), + static_cast(0x53), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x09), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x85), + static_cast(0xff), + static_cast(0x96), + static_cast(0x24), + static_cast(0xff), + static_cast(0x16), + static_cast(0x23), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x36), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x96), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x54), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x50), + static_cast(0x78), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xda), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x82), + static_cast(0xff), + static_cast(0x81), + static_cast(0xad), + static_cast(0xff), + static_cast(0x17), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x55), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x74), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x19), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x17), + static_cast(0xff), + static_cast(0x17), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xee), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x26), + static_cast(0x76), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x79), + static_cast(0x0a), + static_cast(0x09), + static_cast(0x9b), + static_cast(0x13), + static_cast(0x3e), + static_cast(0xc5), + static_cast(0x05), + static_cast(0x4e), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x11), + static_cast(0xa2), + static_cast(0x03), + static_cast(0xfb), + static_cast(0x62), + static_cast(0xff), + static_cast(0x37), + static_cast(0x1c), + static_cast(0x03), + static_cast(0x63), + static_cast(0x87), + static_cast(0x04), + static_cast(0xc2), + static_cast(0x66), + static_cast(0xfd), + static_cast(0x3a), + static_cast(0xee), + static_cast(0xfb), + static_cast(0x16), + static_cast(0x88), + static_cast(0x00), + static_cast(0x6f), + static_cast(0x3d), + static_cast(0x06), + static_cast(0xbc), + static_cast(0xfa), + static_cast(0x01), + static_cast(0x16), + static_cast(0x94), + static_cast(0xfd), + static_cast(0x4e), + static_cast(0x3e), + static_cast(0xfd), + static_cast(0x34), + static_cast(0xea), + static_cast(0xfc), + static_cast(0x80), + static_cast(0xba), + static_cast(0x01), + static_cast(0xe3), + static_cast(0x51), + static_cast(0x02), + static_cast(0xf7), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x08), + static_cast(0x75), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x23), + static_cast(0x00), + static_cast(0x2a), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x98), + static_cast(0x87), + static_cast(0xff), + static_cast(0x89), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x75), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x69), + static_cast(0xff), + static_cast(0x07), + static_cast(0x06), + static_cast(0x00), + static_cast(0x88), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xac), + static_cast(0x95), + static_cast(0xff), + static_cast(0x54), + static_cast(0x27), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x03), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x33), + static_cast(0xff), + static_cast(0x52), + static_cast(0x55), + static_cast(0xff), + static_cast(0x01), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xac), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x30), + static_cast(0x38), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x33), + static_cast(0xff), + static_cast(0x70), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x31), + static_cast(0x30), + static_cast(0xff), + static_cast(0x51), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x52), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x47), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x23), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x83), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x56), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x50), + static_cast(0xff), + static_cast(0x05), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x25), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x61), + static_cast(0xff), + static_cast(0x74), + static_cast(0x16), + static_cast(0xff), + static_cast(0x20), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x19), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x36), + static_cast(0xff), + static_cast(0x46), + static_cast(0x64), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xd7), + static_cast(0x0a), + static_cast(0x61), + static_cast(0x0e), + static_cast(0x15), + static_cast(0x67), + static_cast(0xbc), + static_cast(0x06), + static_cast(0xfa), + static_cast(0xab), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x81), + static_cast(0x03), + static_cast(0xcb), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x29), + static_cast(0x02), + static_cast(0xb2), + static_cast(0x21), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0xfc), + static_cast(0xcd), + static_cast(0xb9), + static_cast(0xfa), + static_cast(0x6f), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x7e), + static_cast(0x06), + static_cast(0xbe), + static_cast(0xe2), + static_cast(0x02), + static_cast(0xc7), + static_cast(0x90), + static_cast(0xfd), + static_cast(0xaa), + static_cast(0x69), + static_cast(0xfd), + static_cast(0x7c), + static_cast(0x07), + static_cast(0xfd), + static_cast(0x9b), + static_cast(0x84), + static_cast(0x01), + static_cast(0x2c), + static_cast(0x4f), + static_cast(0x02), + static_cast(0x9e), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x07), + static_cast(0x00), + static_cast(0x6c), + static_cast(0xde), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x28), + static_cast(0xff), + static_cast(0x15), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x88), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x01), + static_cast(0xff), + static_cast(0x95), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x11), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x53), + static_cast(0x04), + static_cast(0x00), + static_cast(0x81), + static_cast(0x37), + static_cast(0x00), + static_cast(0xd0), + static_cast(0xde), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x18), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x72), + static_cast(0x69), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x60), + static_cast(0xff), + static_cast(0x57), + static_cast(0x62), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x37), + static_cast(0xff), + static_cast(0x87), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x17), + static_cast(0xff), + static_cast(0x89), + static_cast(0x37), + static_cast(0xff), + static_cast(0x65), + static_cast(0x69), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x12), + static_cast(0x00), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x23), + static_cast(0xff), + static_cast(0x51), + static_cast(0x73), + static_cast(0xff), + static_cast(0x38), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x25), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xde), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x20), + static_cast(0xff), + static_cast(0x11), + static_cast(0x41), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x56), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x46), + static_cast(0x48), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x36), + static_cast(0x0b), + static_cast(0xfc), + static_cast(0xd0), + static_cast(0x16), + static_cast(0x6c), + static_cast(0x11), + static_cast(0x08), + static_cast(0xa9), + static_cast(0x55), + static_cast(0xfe), + static_cast(0x69), + static_cast(0xd8), + static_cast(0x03), + static_cast(0xe3), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x68), + static_cast(0x01), + static_cast(0x42), + static_cast(0x26), + static_cast(0x04), + static_cast(0x88), + static_cast(0x61), + static_cast(0xfb), + static_cast(0xa9), + static_cast(0x53), + static_cast(0xf9), + static_cast(0xfc), + static_cast(0x50), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x39), + static_cast(0x06), + static_cast(0xf5), + static_cast(0x76), + static_cast(0x03), + static_cast(0x8d), + static_cast(0xe3), + static_cast(0xfc), + static_cast(0x8a), + static_cast(0x07), + static_cast(0xfd), + static_cast(0xa1), + static_cast(0xf7), + static_cast(0xfc), + static_cast(0x1a), + static_cast(0x83), + static_cast(0x01), + static_cast(0x7f), + static_cast(0xe6), + static_cast(0x02), + static_cast(0xc2), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x19), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x27), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xe0), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x90), + static_cast(0x11), + static_cast(0x00), + static_cast(0xba), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x45), + static_cast(0x00), + static_cast(0x50), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xde), + static_cast(0x22), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x14), + static_cast(0x00), + static_cast(0x51), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x28), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x69), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x55), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x55), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x92), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xad), + static_cast(0xff), + static_cast(0x53), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x17), + static_cast(0xff), + static_cast(0x06), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x78), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x10), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x64), + static_cast(0xff), + static_cast(0x77), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x11), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x17), + static_cast(0x77), + static_cast(0xff), + static_cast(0x17), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x68), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xad), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x45), + static_cast(0xff), + static_cast(0x71), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x49), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x62), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xae), + static_cast(0xff), + static_cast(0x49), + static_cast(0xb3), + static_cast(0x0b), + static_cast(0x1e), + static_cast(0xd3), + static_cast(0x18), + static_cast(0xc5), + static_cast(0x60), + static_cast(0x09), + static_cast(0x47), + static_cast(0xd4), + static_cast(0xfd), + static_cast(0xbf), + static_cast(0x6d), + static_cast(0x04), + static_cast(0x2a), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xd8), + static_cast(0x00), + static_cast(0x83), + static_cast(0xa7), + static_cast(0x04), + static_cast(0xe4), + static_cast(0x92), + static_cast(0xfa), + static_cast(0xc9), + static_cast(0x11), + static_cast(0xf8), + static_cast(0x02), + static_cast(0x59), + static_cast(0xfd), + static_cast(0x7f), + static_cast(0x2b), + static_cast(0x06), + static_cast(0xab), + static_cast(0x19), + static_cast(0x04), + static_cast(0xd9), + static_cast(0xdc), + static_cast(0xfb), + static_cast(0xde), + static_cast(0x27), + static_cast(0xfc), + static_cast(0xbd), + static_cast(0x6b), + static_cast(0xfc), + static_cast(0xb1), + static_cast(0xee), + static_cast(0x00), + static_cast(0x08), + static_cast(0x07), + static_cast(0x03), + static_cast(0x55), + static_cast(0xff), + static_cast(0xff), + static_cast(0x32), + static_cast(0x81), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x06), + static_cast(0x00), + static_cast(0x77), + static_cast(0x3b), + static_cast(0x01), + static_cast(0xb7), + static_cast(0x35), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x89), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x57), + static_cast(0x00), + static_cast(0xf8), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x47), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x07), + static_cast(0x30), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x49), + static_cast(0x03), + static_cast(0x00), + static_cast(0x11), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x70), + static_cast(0x14), + static_cast(0x00), + static_cast(0x9e), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x30), + static_cast(0x35), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x38), + static_cast(0x69), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x36), + static_cast(0xff), + static_cast(0x09), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x54), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x14), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x18), + static_cast(0xff), + static_cast(0xac), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x06), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x92), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x46), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x38), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x89), + static_cast(0xff), + static_cast(0x49), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x80), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x11), + static_cast(0xff), + static_cast(0x97), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x20), + static_cast(0x07), + static_cast(0x0d), + static_cast(0xd8), + static_cast(0x8b), + static_cast(0x1b), + static_cast(0x24), + static_cast(0xb2), + static_cast(0x09), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0xfc), + static_cast(0xae), + static_cast(0x54), + static_cast(0x05), + static_cast(0x29), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x17), + static_cast(0x03), + static_cast(0x05), + static_cast(0x6a), + static_cast(0x4d), + static_cast(0xf9), + static_cast(0x39), + static_cast(0xec), + static_cast(0xf6), + static_cast(0x8a), + static_cast(0xd3), + static_cast(0xfc), + static_cast(0x8a), + static_cast(0x84), + static_cast(0x06), + static_cast(0xfa), + static_cast(0x82), + static_cast(0x04), + static_cast(0x11), + static_cast(0xcc), + static_cast(0xfa), + static_cast(0x41), + static_cast(0x7d), + static_cast(0xfb), + static_cast(0xd4), + static_cast(0xec), + static_cast(0xfb), + static_cast(0x52), + static_cast(0x59), + static_cast(0x00), + static_cast(0xc6), + static_cast(0xab), + static_cast(0x02), + static_cast(0xde), + static_cast(0x72), + static_cast(0xff), + static_cast(0x36), + static_cast(0x52), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xee), + static_cast(0x2d), + static_cast(0x01), + static_cast(0x06), + static_cast(0x03), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x71), + static_cast(0xff), + static_cast(0x89), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x2f), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x44), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x08), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x25), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x00), + static_cast(0xd4), + static_cast(0x20), + static_cast(0x00), + static_cast(0xad), + static_cast(0x94), + static_cast(0xff), + static_cast(0x84), + static_cast(0x32), + static_cast(0x00), + static_cast(0x64), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x64), + static_cast(0x00), + static_cast(0x89), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x0a), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x81), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x88), + static_cast(0x50), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x15), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x23), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x81), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x86), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x53), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x49), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x98), + static_cast(0x13), + static_cast(0xff), + static_cast(0x99), + static_cast(0x32), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x57), + static_cast(0x0e), + static_cast(0x9e), + static_cast(0x90), + static_cast(0x1e), + static_cast(0x91), + static_cast(0x42), + static_cast(0x0a), + static_cast(0xac), + static_cast(0x79), + static_cast(0xfb), + static_cast(0x12), + static_cast(0x2c), + static_cast(0x06), + static_cast(0x6f), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xab), + static_cast(0x5c), + static_cast(0x05), + static_cast(0x51), + static_cast(0x15), + static_cast(0xf8), + static_cast(0xbf), + static_cast(0xd8), + static_cast(0xf5), + static_cast(0xc6), + static_cast(0xe5), + static_cast(0xfc), + static_cast(0x02), + static_cast(0xdf), + static_cast(0x06), + static_cast(0xf9), + static_cast(0xc5), + static_cast(0x04), + static_cast(0xa0), + static_cast(0xee), + static_cast(0xf9), + static_cast(0x98), + static_cast(0xeb), + static_cast(0xfa), + static_cast(0x41), + static_cast(0x92), + static_cast(0xfb), + static_cast(0xa4), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x93), + static_cast(0x02), + static_cast(0x21), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x35), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x76), + static_cast(0xe0), + static_cast(0x00), + static_cast(0xdd), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x10), + static_cast(0x99), + static_cast(0x00), + static_cast(0xa9), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x08), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x39), + static_cast(0x00), + static_cast(0x64), + static_cast(0xed), + static_cast(0xff), + static_cast(0x12), + static_cast(0x51), + static_cast(0x00), + static_cast(0x52), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x67), + static_cast(0x00), + static_cast(0xc7), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x12), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x42), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x28), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x53), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x47), + static_cast(0x57), + static_cast(0xff), + static_cast(0x10), + static_cast(0x21), + static_cast(0xff), + static_cast(0x34), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x02), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x51), + static_cast(0xff), + static_cast(0xce), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x23), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x61), + static_cast(0x46), + static_cast(0xff), + static_cast(0x59), + static_cast(0x40), + static_cast(0xff), + static_cast(0x17), + static_cast(0x86), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xca), + static_cast(0xff), + static_cast(0x75), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x06), + static_cast(0xff), + static_cast(0x19), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x25), + static_cast(0xff), + static_cast(0x84), + static_cast(0x16), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xca), + static_cast(0x75), + static_cast(0xff), + static_cast(0xec), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x9f), + static_cast(0x10), + static_cast(0x5a), + static_cast(0x95), + static_cast(0x21), + static_cast(0x9a), + static_cast(0x6a), + static_cast(0x09), + static_cast(0x90), + static_cast(0xce), + static_cast(0xfa), + static_cast(0x5f), + static_cast(0xe4), + static_cast(0x06), + static_cast(0x90), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x48), + static_cast(0x00), + static_cast(0xc2), + static_cast(0xe5), + static_cast(0x04), + static_cast(0x3f), + static_cast(0x77), + static_cast(0xf6), + static_cast(0xa5), + static_cast(0x29), + static_cast(0xf5), + static_cast(0x7c), + static_cast(0x5b), + static_cast(0xfd), + static_cast(0x85), + static_cast(0xb2), + static_cast(0x07), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x03), + static_cast(0x95), + static_cast(0x70), + static_cast(0xf9), + static_cast(0x05), + static_cast(0xb3), + static_cast(0xfa), + static_cast(0x0f), + static_cast(0x18), + static_cast(0xfb), + static_cast(0x98), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x35), + static_cast(0x49), + static_cast(0x02), + static_cast(0x71), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x28), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x94), + static_cast(0xff), + static_cast(0x66), + static_cast(0xea), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x06), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x18), + static_cast(0x00), + static_cast(0x0a), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x02), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0x24), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x50), + static_cast(0x41), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x67), + static_cast(0x00), + static_cast(0x57), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x42), + static_cast(0x89), + static_cast(0x00), + static_cast(0x50), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x08), + static_cast(0x00), + static_cast(0x65), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x2e), + static_cast(0x72), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x58), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x22), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x03), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x68), + static_cast(0x35), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xce), + static_cast(0x92), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xba), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x32), + static_cast(0x39), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x90), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x56), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x82), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x25), + static_cast(0x04), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x15), + static_cast(0x12), + static_cast(0x5b), + static_cast(0x37), + static_cast(0x24), + static_cast(0x04), + static_cast(0x29), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x7f), + static_cast(0xfa), + static_cast(0xde), + static_cast(0xcf), + static_cast(0x06), + static_cast(0x1f), + static_cast(0x8d), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0x46), + static_cast(0x00), + static_cast(0x30), + static_cast(0xc0), + static_cast(0x04), + static_cast(0x27), + static_cast(0x4a), + static_cast(0xf5), + static_cast(0x31), + static_cast(0x9f), + static_cast(0xf4), + static_cast(0x99), + static_cast(0x94), + static_cast(0xfd), + static_cast(0xc7), + static_cast(0xdd), + static_cast(0x06), + static_cast(0x53), + static_cast(0x32), + static_cast(0x03), + static_cast(0x1e), + static_cast(0x2d), + static_cast(0xfa), + static_cast(0x34), + static_cast(0xb1), + static_cast(0xfa), + static_cast(0x81), + static_cast(0x47), + static_cast(0xfa), + static_cast(0xe9), + static_cast(0x39), + static_cast(0x00), + static_cast(0x53), + static_cast(0xfb), + static_cast(0x01), + static_cast(0x87), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xf1), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x34), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x33), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x11), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x16), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x53), + static_cast(0x36), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x86), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x47), + static_cast(0x00), + static_cast(0x34), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xab), + static_cast(0x71), + static_cast(0x00), + static_cast(0xeb), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x58), + static_cast(0x00), + static_cast(0xb2), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x6a), + static_cast(0x00), + static_cast(0xed), + static_cast(0x68), + static_cast(0xff), + static_cast(0x04), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x94), + static_cast(0xff), + static_cast(0x78), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x58), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x82), + static_cast(0x88), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x27), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x37), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x99), + static_cast(0xff), + static_cast(0xba), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x38), + static_cast(0x12), + static_cast(0xff), + static_cast(0x82), + static_cast(0x34), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x42), + static_cast(0x24), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x81), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x16), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x36), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x77), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x90), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x24), + static_cast(0x00), + static_cast(0x67), + static_cast(0x00), + static_cast(0x12), + static_cast(0x57), + static_cast(0xc0), + static_cast(0x25), + static_cast(0x54), + static_cast(0xc6), + static_cast(0x0c), + static_cast(0x77), + static_cast(0xb1), + static_cast(0xfa), + static_cast(0xb9), + static_cast(0xc0), + static_cast(0x06), + static_cast(0xbe), + static_cast(0xa5), + static_cast(0xfd), + static_cast(0xee), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x02), + static_cast(0x05), + static_cast(0x1d), + static_cast(0xa6), + static_cast(0xf5), + static_cast(0xf3), + static_cast(0x62), + static_cast(0xf4), + static_cast(0xc6), + static_cast(0xb3), + static_cast(0xfd), + static_cast(0xdd), + static_cast(0xf3), + static_cast(0x04), + static_cast(0xad), + static_cast(0x25), + static_cast(0x02), + static_cast(0x5f), + static_cast(0x4c), + static_cast(0xfb), + static_cast(0x84), + static_cast(0x92), + static_cast(0xfb), + static_cast(0xb2), + static_cast(0x47), + static_cast(0xfa), + static_cast(0x07), + static_cast(0x87), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xab), + static_cast(0x01), + static_cast(0x35), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x81), + static_cast(0x00), + static_cast(0x33), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x86), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x68), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x21), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x10), + static_cast(0x00), + static_cast(0x32), + static_cast(0x74), + static_cast(0xff), + static_cast(0x94), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x47), + static_cast(0x00), + static_cast(0x45), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x52), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x0a), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x03), + static_cast(0x25), + static_cast(0x00), + static_cast(0x3b), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x07), + static_cast(0x24), + static_cast(0xff), + static_cast(0x55), + static_cast(0x88), + static_cast(0xff), + static_cast(0x29), + static_cast(0x03), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x24), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0x00), + static_cast(0xff), + static_cast(0xda), + static_cast(0x69), + static_cast(0xff), + static_cast(0x13), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x37), + static_cast(0x00), + static_cast(0x3f), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x68), + static_cast(0xff), + static_cast(0x02), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x28), + static_cast(0xee), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x0f), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x63), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x13), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x69), + static_cast(0xff), + static_cast(0x86), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x14), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x42), + static_cast(0x00), + static_cast(0x59), + static_cast(0xe1), + static_cast(0x12), + static_cast(0x84), + static_cast(0x04), + static_cast(0x27), + static_cast(0x75), + static_cast(0x97), + static_cast(0x0d), + static_cast(0xc7), + static_cast(0x02), + static_cast(0xfc), + static_cast(0xf1), + static_cast(0x61), + static_cast(0x07), + static_cast(0x0d), + static_cast(0x37), + static_cast(0xfd), + static_cast(0x54), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0x7b), + static_cast(0xd5), + static_cast(0x03), + static_cast(0x94), + static_cast(0x7a), + static_cast(0xf5), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x0e), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x85), + static_cast(0x03), + static_cast(0x1e), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x18), + static_cast(0xfc), + static_cast(0xb3), + static_cast(0x05), + static_cast(0xfd), + static_cast(0xb1), + static_cast(0x15), + static_cast(0xfb), + static_cast(0x19), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x62), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x0a), + static_cast(0x01), + static_cast(0xf8), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x59), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x34), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x01), + static_cast(0x15), + static_cast(0xff), + static_cast(0x02), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x30), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x54), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x39), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x27), + static_cast(0x00), + static_cast(0xe9), + static_cast(0x02), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x5b), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x73), + static_cast(0x91), + static_cast(0xff), + static_cast(0x16), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x15), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x10), + static_cast(0x00), + static_cast(0xac), + static_cast(0x81), + static_cast(0xff), + static_cast(0x56), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x59), + static_cast(0xff), + static_cast(0x22), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x86), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x47), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x2a), + static_cast(0x00), + static_cast(0xaa), + static_cast(0xca), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xb2), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x30), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x02), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x63), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x35), + static_cast(0x00), + static_cast(0x21), + static_cast(0x7f), + static_cast(0x13), + static_cast(0x4e), + static_cast(0x16), + static_cast(0x28), + static_cast(0x5f), + static_cast(0x20), + static_cast(0x0e), + static_cast(0xc2), + static_cast(0xd6), + static_cast(0xfc), + static_cast(0x12), + static_cast(0x92), + static_cast(0x08), + static_cast(0x99), + static_cast(0x68), + static_cast(0xfd), + static_cast(0xa2), + static_cast(0x23), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x9e), + static_cast(0x02), + static_cast(0x6c), + static_cast(0xb3), + static_cast(0xf4), + static_cast(0xdb), + static_cast(0xa6), + static_cast(0xf5), + static_cast(0xe1), + static_cast(0x44), + static_cast(0x00), + static_cast(0xed), + static_cast(0x7e), + static_cast(0x02), + static_cast(0x52), + static_cast(0xb4), + static_cast(0xfc), + static_cast(0x9c), + static_cast(0x35), + static_cast(0xfc), + static_cast(0x3a), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x48), + static_cast(0xfc), + static_cast(0x65), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x06), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x25), + static_cast(0xfd), + static_cast(0xa3), + static_cast(0x42), + static_cast(0x01), + static_cast(0xcc), + static_cast(0xbe), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x29), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x92), + static_cast(0x99), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x28), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x57), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x93), + static_cast(0x10), + static_cast(0x00), + static_cast(0x60), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x63), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x80), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xea), + static_cast(0x34), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xca), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x43), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x32), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x19), + static_cast(0xff), + static_cast(0x61), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x59), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x69), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x66), + static_cast(0xce), + static_cast(0xff), + static_cast(0x79), + static_cast(0x16), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x18), + static_cast(0x00), + static_cast(0x6e), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x89), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xca), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x92), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x18), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x88), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x76), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x78), + static_cast(0x3e), + static_cast(0x14), + static_cast(0x82), + static_cast(0xa0), + static_cast(0x29), + static_cast(0xfa), + static_cast(0xf9), + static_cast(0x0d), + static_cast(0xc2), + static_cast(0x5f), + static_cast(0xfc), + static_cast(0x36), + static_cast(0x3e), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0xed), + static_cast(0xfd), + static_cast(0xab), + static_cast(0x54), + static_cast(0xfc), + static_cast(0xd1), + static_cast(0x11), + static_cast(0x02), + static_cast(0xbd), + static_cast(0xdb), + static_cast(0xf3), + static_cast(0x2f), + static_cast(0x1b), + static_cast(0xf6), + static_cast(0xcf), + static_cast(0x28), + static_cast(0x02), + static_cast(0x9a), + static_cast(0x59), + static_cast(0x02), + static_cast(0x19), + static_cast(0x58), + static_cast(0xf9), + static_cast(0x8d), + static_cast(0xf2), + static_cast(0xfa), + static_cast(0xec), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x84), + static_cast(0x6a), + static_cast(0xfd), + static_cast(0xdc), + static_cast(0x16), + static_cast(0x02), + static_cast(0x6c), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x33), + static_cast(0xfb), + static_cast(0xab), + static_cast(0x78), + static_cast(0x01), + static_cast(0x86), + static_cast(0x7f), + static_cast(0x01), + static_cast(0xbf), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xec), + static_cast(0xfd), + static_cast(0xf7), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x28), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x42), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x7f), + static_cast(0xfc), + static_cast(0xec), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x81), + static_cast(0xff), + static_cast(0x98), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x71), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x05), + static_cast(0x30), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x43), + static_cast(0xff), + static_cast(0x93), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x27), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x38), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x16), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x01), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x60), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x82), + static_cast(0xff), + static_cast(0x77), + static_cast(0x63), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x15), + static_cast(0x29), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xf3), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xab), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x57), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x85), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xed), + static_cast(0xff), + static_cast(0x60), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x29), + static_cast(0x00), + static_cast(0x78), + static_cast(0xa2), + static_cast(0x15), + static_cast(0xdf), + static_cast(0xe8), + static_cast(0x2b), + static_cast(0x09), + static_cast(0xb6), + static_cast(0x0c), + static_cast(0x36), + static_cast(0x6c), + static_cast(0xfa), + static_cast(0x05), + static_cast(0x89), + static_cast(0x0b), + static_cast(0x86), + static_cast(0xdf), + static_cast(0xfd), + static_cast(0x35), + static_cast(0x54), + static_cast(0xfc), + static_cast(0xca), + static_cast(0x16), + static_cast(0x03), + static_cast(0xce), + static_cast(0x73), + static_cast(0xf2), + static_cast(0x11), + static_cast(0x20), + static_cast(0xf6), + static_cast(0x8c), + static_cast(0xc8), + static_cast(0x04), + static_cast(0x1b), + static_cast(0x15), + static_cast(0x03), + static_cast(0xbb), + static_cast(0x1a), + static_cast(0xf6), + static_cast(0xb9), + static_cast(0x3f), + static_cast(0xf8), + static_cast(0x7b), + static_cast(0xfc), + static_cast(0x00), + static_cast(0x80), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x94), + static_cast(0x03), + static_cast(0xf4), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x20), + static_cast(0x9b), + static_cast(0xf9), + static_cast(0x91), + static_cast(0xb7), + static_cast(0x00), + static_cast(0x92), + static_cast(0xfd), + static_cast(0x01), + static_cast(0xef), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0x2e), + static_cast(0x15), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x13), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x98), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x67), + static_cast(0xfc), + static_cast(0x69), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0xf7), + static_cast(0x94), + static_cast(0xff), + static_cast(0x79), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0x7c), + static_cast(0x58), + static_cast(0xff), + static_cast(0x96), + static_cast(0x14), + static_cast(0x00), + static_cast(0x24), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x74), + static_cast(0x19), + static_cast(0xff), + static_cast(0xce), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x44), + static_cast(0x00), + static_cast(0x22), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x26), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x29), + static_cast(0xff), + static_cast(0x34), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x67), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x13), + static_cast(0xff), + static_cast(0x18), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x43), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x61), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x08), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x02), + static_cast(0x00), + static_cast(0x14), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x00), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x11), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x15), + static_cast(0x47), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x32), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x55), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x07), + static_cast(0x00), + static_cast(0x6a), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x26), + static_cast(0x00), + static_cast(0xac), + static_cast(0x38), + static_cast(0x17), + static_cast(0x0b), + static_cast(0x0c), + static_cast(0x2f), + static_cast(0x2f), + static_cast(0x96), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xf6), + static_cast(0xa2), + static_cast(0x30), + static_cast(0x0c), + static_cast(0x08), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x48), + static_cast(0xfc), + static_cast(0x41), + static_cast(0xdc), + static_cast(0x04), + static_cast(0x41), + static_cast(0xb3), + static_cast(0xf1), + static_cast(0xd4), + static_cast(0x8a), + static_cast(0xf5), + static_cast(0x1c), + static_cast(0x1b), + static_cast(0x07), + static_cast(0xee), + static_cast(0xe5), + static_cast(0x04), + static_cast(0x6f), + static_cast(0x74), + static_cast(0xf4), + static_cast(0xd6), + static_cast(0x01), + static_cast(0xf5), + static_cast(0x56), + static_cast(0xaf), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x56), + static_cast(0xcb), + static_cast(0x04), + static_cast(0xd9), + static_cast(0xea), + static_cast(0x00), + static_cast(0x8d), + static_cast(0x99), + static_cast(0xf8), + static_cast(0x60), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x3d), + static_cast(0x02), + static_cast(0x34), + static_cast(0x97), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x46), + static_cast(0xfd), + static_cast(0x04), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x51), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x71), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0x67), + static_cast(0xff), + static_cast(0xea), + static_cast(0x24), + static_cast(0xfc), + static_cast(0x33), + static_cast(0xa4), + static_cast(0xfd), + static_cast(0xbc), + static_cast(0x03), + static_cast(0x00), + static_cast(0x81), + static_cast(0xc9), + static_cast(0xfd), + static_cast(0x47), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x44), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xf0), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x54), + static_cast(0xff), + static_cast(0x93), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x33), + static_cast(0xef), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x53), + static_cast(0xff), + static_cast(0xce), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x25), + static_cast(0x23), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x81), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x65), + static_cast(0x85), + static_cast(0x00), + static_cast(0xb4), + static_cast(0x34), + static_cast(0x00), + static_cast(0x70), + static_cast(0x23), + static_cast(0x00), + static_cast(0x77), + static_cast(0x94), + static_cast(0xff), + static_cast(0x12), + static_cast(0x75), + static_cast(0xff), + static_cast(0x47), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x14), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x21), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xe3), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x64), + static_cast(0x18), + static_cast(0x75), + static_cast(0xef), + static_cast(0x32), + static_cast(0x01), + static_cast(0xcd), + static_cast(0x0b), + static_cast(0xbf), + static_cast(0x65), + static_cast(0xf1), + static_cast(0x09), + static_cast(0x6f), + static_cast(0x0b), + static_cast(0x2d), + static_cast(0x42), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x0e), + static_cast(0x95), + static_cast(0x08), + static_cast(0x2d), + static_cast(0xd8), + static_cast(0xf1), + static_cast(0x1a), + static_cast(0xe1), + static_cast(0xf2), + static_cast(0x53), + static_cast(0x84), + static_cast(0x08), + static_cast(0xb4), + static_cast(0xe8), + static_cast(0x07), + static_cast(0x63), + static_cast(0x2c), + static_cast(0xf5), + static_cast(0xe9), + static_cast(0xee), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x0d), + static_cast(0x05), + static_cast(0xe7), + static_cast(0x59), + static_cast(0x02), + static_cast(0x49), + static_cast(0x06), + static_cast(0xf8), + static_cast(0xc2), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x51), + static_cast(0x02), + static_cast(0x46), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x19), + static_cast(0xfd), + static_cast(0x8f), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x62), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x33), + static_cast(0xfd), + static_cast(0x2b), + static_cast(0x58), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xe8), + static_cast(0xfb), + static_cast(0x4f), + static_cast(0xe1), + static_cast(0xfc), + static_cast(0xcb), + static_cast(0x84), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x02), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x16), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x58), + static_cast(0x70), + static_cast(0x00), + static_cast(0x93), + static_cast(0x95), + static_cast(0xff), + static_cast(0x06), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x43), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x09), + static_cast(0x00), + static_cast(0x88), + static_cast(0x24), + static_cast(0x00), + static_cast(0x54), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x55), + static_cast(0xff), + static_cast(0x45), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0x09), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x45), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x64), + static_cast(0x00), + static_cast(0xc2), + static_cast(0x34), + static_cast(0x00), + static_cast(0x0c), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x61), + static_cast(0x36), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x11), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x38), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x58), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x02), + static_cast(0x00), + static_cast(0x41), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x81), + static_cast(0x01), + static_cast(0x00), + static_cast(0xf0), + static_cast(0x6b), + static_cast(0x1c), + static_cast(0x66), + static_cast(0xf3), + static_cast(0x36), + static_cast(0x75), + static_cast(0xe4), + static_cast(0x06), + static_cast(0x3a), + static_cast(0x3b), + static_cast(0xee), + static_cast(0x6b), + static_cast(0x0a), + static_cast(0x0c), + static_cast(0x60), + static_cast(0x9a), + static_cast(0xfc), + static_cast(0xf8), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x22), + static_cast(0x0b), + static_cast(0xdb), + static_cast(0xbe), + static_cast(0xef), + static_cast(0x93), + static_cast(0xf6), + static_cast(0xf2), + static_cast(0xd8), + static_cast(0x61), + static_cast(0x0a), + static_cast(0x50), + static_cast(0xa9), + static_cast(0x0a), + static_cast(0x0f), + static_cast(0x59), + static_cast(0xf5), + static_cast(0xcc), + static_cast(0x62), + static_cast(0xef), + static_cast(0xd6), + static_cast(0x1d), + static_cast(0xfd), + static_cast(0x95), + static_cast(0x14), + static_cast(0xff), + static_cast(0x05), + static_cast(0xa6), + static_cast(0x06), + static_cast(0x6f), + static_cast(0x62), + static_cast(0x02), + static_cast(0xf7), + static_cast(0x6f), + static_cast(0xf6), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x10), + static_cast(0x8c), + static_cast(0x02), + static_cast(0x86), + static_cast(0xda), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x47), + static_cast(0xfc), + static_cast(0x57), + static_cast(0x27), + static_cast(0xff), + static_cast(0xad), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x51), + static_cast(0x07), + static_cast(0xfd), + static_cast(0xa8), + static_cast(0x95), + static_cast(0xff), + static_cast(0x35), + static_cast(0x72), + static_cast(0xfb), + static_cast(0x07), + static_cast(0x97), + static_cast(0xfc), + static_cast(0xf8), + static_cast(0x81), + static_cast(0x00), + static_cast(0xe0), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x02), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x46), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x57), + static_cast(0x00), + static_cast(0xce), + static_cast(0x25), + static_cast(0xff), + static_cast(0x69), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x80), + static_cast(0xff), + static_cast(0x80), + static_cast(0x30), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xf6), + static_cast(0xec), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x72), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x04), + static_cast(0xff), + static_cast(0xea), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x03), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xda), + static_cast(0x00), + static_cast(0x41), + static_cast(0x99), + static_cast(0x00), + static_cast(0x80), + static_cast(0x44), + static_cast(0x00), + static_cast(0xea), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x34), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x49), + static_cast(0xff), + static_cast(0x87), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x01), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x66), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x30), + static_cast(0x26), + static_cast(0x00), + static_cast(0x44), + static_cast(0xed), + static_cast(0x1d), + static_cast(0x22), + static_cast(0x8d), + static_cast(0x39), + static_cast(0x75), + static_cast(0xee), + static_cast(0x05), + static_cast(0x55), + static_cast(0xd8), + static_cast(0xeb), + static_cast(0x8a), + static_cast(0x6e), + static_cast(0x0b), + static_cast(0xb9), + static_cast(0x1c), + static_cast(0xfb), + static_cast(0xf1), + static_cast(0x66), + static_cast(0xff), + static_cast(0x04), + static_cast(0x7d), + static_cast(0x0d), + static_cast(0xac), + static_cast(0x1a), + static_cast(0xef), + static_cast(0xff), + static_cast(0x11), + static_cast(0xf2), + static_cast(0x16), + static_cast(0x59), + static_cast(0x0a), + static_cast(0x2c), + static_cast(0x82), + static_cast(0x0d), + static_cast(0x99), + static_cast(0x23), + static_cast(0xf7), + static_cast(0x7d), + static_cast(0xee), + static_cast(0xec), + static_cast(0x6b), + static_cast(0x81), + static_cast(0xfb), + static_cast(0xb1), + static_cast(0x91), + static_cast(0xfd), + static_cast(0x44), + static_cast(0x73), + static_cast(0x06), + static_cast(0x14), + static_cast(0xa2), + static_cast(0x03), + static_cast(0x63), + static_cast(0xec), + static_cast(0xf5), + static_cast(0x35), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0x11), + static_cast(0xe0), + static_cast(0x01), + static_cast(0xf8), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x82), + static_cast(0x19), + static_cast(0xfc), + static_cast(0x86), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xc1), + static_cast(0xfc), + static_cast(0x67), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x2f), + static_cast(0xfb), + static_cast(0x85), + static_cast(0xf5), + static_cast(0xfb), + static_cast(0xe8), + static_cast(0xf1), + static_cast(0x00), + static_cast(0x15), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x29), + static_cast(0xff), + static_cast(0x29), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x63), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x60), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x69), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x75), + static_cast(0xff), + static_cast(0x81), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0x9e), + static_cast(0x38), + static_cast(0x00), + static_cast(0x3c), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x41), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x41), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0xd5), + static_cast(0x22), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x01), + static_cast(0xa6), + static_cast(0x00), + static_cast(0x05), + static_cast(0x36), + static_cast(0x00), + static_cast(0x15), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x81), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xba), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x39), + static_cast(0x07), + static_cast(0xff), + static_cast(0x08), + static_cast(0x17), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xc8), + static_cast(0xfd), + static_cast(0x1e), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x91), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x94), + static_cast(0x41), + static_cast(0x00), + static_cast(0x58), + static_cast(0x59), + static_cast(0x1f), + static_cast(0xea), + static_cast(0xed), + static_cast(0x3b), + static_cast(0x0a), + static_cast(0x86), + static_cast(0x05), + static_cast(0x56), + static_cast(0x40), + static_cast(0xea), + static_cast(0x58), + static_cast(0x22), + static_cast(0x0a), + static_cast(0xf9), + static_cast(0x7c), + static_cast(0xf9), + static_cast(0x95), + static_cast(0x03), + static_cast(0x01), + static_cast(0x4f), + static_cast(0x92), + static_cast(0x0f), + static_cast(0x49), + static_cast(0xba), + static_cast(0xee), + static_cast(0x21), + static_cast(0xc8), + static_cast(0xf0), + static_cast(0x2e), + static_cast(0x2d), + static_cast(0x09), + static_cast(0xa5), + static_cast(0x43), + static_cast(0x10), + static_cast(0x66), + static_cast(0xd0), + static_cast(0xf9), + static_cast(0xf0), + static_cast(0xcb), + static_cast(0xeb), + static_cast(0xa1), + static_cast(0x3c), + static_cast(0xf9), + static_cast(0x36), + static_cast(0xca), + static_cast(0xfa), + static_cast(0x9c), + static_cast(0xeb), + static_cast(0x06), + static_cast(0xdb), + static_cast(0xac), + static_cast(0x05), + static_cast(0x26), + static_cast(0x9f), + static_cast(0xf5), + static_cast(0x21), + static_cast(0x58), + static_cast(0xfc), + static_cast(0x13), + static_cast(0x0a), + static_cast(0x01), + static_cast(0x11), + static_cast(0x88), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x2a), + static_cast(0xfc), + static_cast(0x21), + static_cast(0x44), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x62), + static_cast(0x59), + static_cast(0xfc), + static_cast(0xec), + static_cast(0x20), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x1d), + static_cast(0xfb), + static_cast(0x1a), + static_cast(0x0f), + static_cast(0xfc), + static_cast(0x42), + static_cast(0x64), + static_cast(0x01), + static_cast(0xf6), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x55), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xab), + static_cast(0xec), + static_cast(0xff), + static_cast(0x92), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x60), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0x61), + static_cast(0x6f), + static_cast(0x00), + static_cast(0xa3), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x05), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x98), + static_cast(0xfe), + static_cast(0xab), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x99), + static_cast(0x00), + static_cast(0xf1), + static_cast(0xcb), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x5a), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x75), + static_cast(0xff), + static_cast(0x93), + static_cast(0x20), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x19), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x9d), + static_cast(0xfd), + static_cast(0x97), + static_cast(0x83), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x78), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x59), + static_cast(0x00), + static_cast(0x36), + static_cast(0x27), + static_cast(0x20), + static_cast(0xb1), + static_cast(0x8a), + static_cast(0x3d), + static_cast(0x59), + static_cast(0x54), + static_cast(0x06), + static_cast(0xfc), + static_cast(0xe6), + static_cast(0xe9), + static_cast(0x57), + static_cast(0x94), + static_cast(0x08), + static_cast(0xdf), + static_cast(0x54), + static_cast(0xf8), + static_cast(0x47), + static_cast(0xd1), + static_cast(0x01), + static_cast(0xca), + static_cast(0x76), + static_cast(0x10), + static_cast(0x1b), + static_cast(0x75), + static_cast(0xef), + static_cast(0x9b), + static_cast(0x67), + static_cast(0xef), + static_cast(0x79), + static_cast(0xe0), + static_cast(0x06), + static_cast(0x8e), + static_cast(0xc7), + static_cast(0x12), + static_cast(0xdd), + static_cast(0xf6), + static_cast(0xfc), + static_cast(0xf3), + static_cast(0x61), + static_cast(0xeb), + static_cast(0xef), + static_cast(0xd8), + static_cast(0xf6), + static_cast(0x84), + static_cast(0x2c), + static_cast(0xf8), + static_cast(0x16), + static_cast(0x4f), + static_cast(0x07), + static_cast(0xf2), + static_cast(0xbe), + static_cast(0x07), + static_cast(0x4e), + static_cast(0x36), + static_cast(0xf6), + static_cast(0xaf), + static_cast(0x54), + static_cast(0xfb), + static_cast(0x7b), + static_cast(0x45), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x06), + static_cast(0xfc), + static_cast(0x52), + static_cast(0x57), + static_cast(0xff), + static_cast(0x82), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xd8), + static_cast(0xfb), + static_cast(0xe4), + static_cast(0xae), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x64), + static_cast(0xfb), + static_cast(0x2e), + static_cast(0x13), + static_cast(0xfc), + static_cast(0xdd), + static_cast(0x6e), + static_cast(0x01), + static_cast(0xfc), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x88), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x89), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x01), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xa7), + static_cast(0x00), + static_cast(0xde), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x07), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x81), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x23), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xdb), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x71), + static_cast(0x00), + static_cast(0x54), + static_cast(0xdf), + static_cast(0x00), + static_cast(0x59), + static_cast(0x41), + static_cast(0x00), + static_cast(0x81), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x03), + static_cast(0x77), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x26), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x8f), + static_cast(0xfd), + static_cast(0x4a), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x79), + static_cast(0x63), + static_cast(0x00), + static_cast(0x70), + static_cast(0xee), + static_cast(0x21), + static_cast(0xfa), + static_cast(0x57), + static_cast(0x3e), + static_cast(0xef), + static_cast(0x2a), + static_cast(0x05), + static_cast(0xad), + static_cast(0xa0), + static_cast(0xeb), + static_cast(0x5f), + static_cast(0xc3), + static_cast(0x07), + static_cast(0xaa), + static_cast(0x52), + static_cast(0xf6), + static_cast(0x33), + static_cast(0x4c), + static_cast(0x03), + static_cast(0xe5), + static_cast(0xb5), + static_cast(0x0f), + static_cast(0x69), + static_cast(0x97), + static_cast(0xef), + static_cast(0xb0), + static_cast(0xb7), + static_cast(0xee), + static_cast(0x91), + static_cast(0xe9), + static_cast(0x04), + static_cast(0xb5), + static_cast(0x7b), + static_cast(0x14), + static_cast(0xf1), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xa8), + static_cast(0xec), + static_cast(0x87), + static_cast(0xb5), + static_cast(0xf4), + static_cast(0x33), + static_cast(0xd9), + static_cast(0xf5), + static_cast(0x81), + static_cast(0x6b), + static_cast(0x08), + static_cast(0x70), + static_cast(0x43), + static_cast(0x08), + static_cast(0xa6), + static_cast(0xc9), + static_cast(0xf7), + static_cast(0x20), + static_cast(0xb9), + static_cast(0xfa), + static_cast(0x5d), + static_cast(0x24), + static_cast(0xff), + static_cast(0xab), + static_cast(0x50), + static_cast(0x00), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xfb), + static_cast(0x50), + static_cast(0x41), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x15), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x09), + static_cast(0xfc), + static_cast(0xd0), + static_cast(0x17), + static_cast(0x01), + static_cast(0xcb), + static_cast(0x1c), + static_cast(0xfb), + static_cast(0xc7), + static_cast(0xab), + static_cast(0xfc), + static_cast(0x30), + static_cast(0xce), + static_cast(0x00), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x37), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xea), + static_cast(0x39), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x25), + static_cast(0xee), + static_cast(0xfd), + static_cast(0xcc), + static_cast(0x18), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x35), + static_cast(0x24), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x14), + static_cast(0x01), + static_cast(0x41), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xda), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x45), + static_cast(0xff), + static_cast(0x56), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x78), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x66), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0xc2), + static_cast(0x57), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0x29), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0xee), + static_cast(0xfd), + static_cast(0xe5), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xec), + static_cast(0x47), + static_cast(0x00), + static_cast(0x33), + static_cast(0xd6), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x35), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x71), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x23), + static_cast(0xff), + static_cast(0x32), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0x3b), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x45), + static_cast(0xff), + static_cast(0x82), + static_cast(0x96), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x5c), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x87), + static_cast(0x21), + static_cast(0x1d), + static_cast(0x9d), + static_cast(0x3e), + static_cast(0xa7), + static_cast(0x2f), + static_cast(0x07), + static_cast(0x0c), + static_cast(0x05), + static_cast(0xed), + static_cast(0xc9), + static_cast(0x1a), + static_cast(0x07), + static_cast(0x1e), + static_cast(0x6f), + static_cast(0xf5), + static_cast(0x44), + static_cast(0xec), + static_cast(0x02), + static_cast(0x49), + static_cast(0x5d), + static_cast(0x0f), + static_cast(0x47), + static_cast(0xc4), + static_cast(0xef), + static_cast(0x7f), + static_cast(0xbf), + static_cast(0xed), + static_cast(0x24), + static_cast(0x4f), + static_cast(0x02), + static_cast(0x8d), + static_cast(0xbc), + static_cast(0x14), + static_cast(0x94), + static_cast(0xfd), + static_cast(0x01), + static_cast(0xba), + static_cast(0xd1), + static_cast(0xee), + static_cast(0xfa), + static_cast(0x3c), + static_cast(0xf3), + static_cast(0x2e), + static_cast(0xf6), + static_cast(0xf2), + static_cast(0x17), + static_cast(0x26), + static_cast(0x08), + static_cast(0x3e), + static_cast(0xd6), + static_cast(0x09), + static_cast(0x2d), + static_cast(0xa7), + static_cast(0xf9), + static_cast(0x09), + static_cast(0x61), + static_cast(0xfa), + static_cast(0xeb), + static_cast(0x88), + static_cast(0xfd), + static_cast(0xd4), + static_cast(0x00), + static_cast(0x01), + static_cast(0xc0), + static_cast(0x2c), + static_cast(0xfb), + static_cast(0xd9), + static_cast(0x83), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xac), + static_cast(0x29), + static_cast(0xfc), + static_cast(0x0b), + static_cast(0x43), + static_cast(0x01), + static_cast(0xea), + static_cast(0x18), + static_cast(0xfb), + static_cast(0x58), + static_cast(0x73), + static_cast(0xfc), + static_cast(0xda), + static_cast(0x73), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x07), + static_cast(0x00), + static_cast(0xbe), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xde), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x37), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x38), + static_cast(0xff), + static_cast(0x93), + static_cast(0x59), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x48), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x0a), + static_cast(0x01), + static_cast(0x86), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x27), + static_cast(0x65), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x19), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x08), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x22), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0x36), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x07), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x18), + static_cast(0xfe), + static_cast(0xee), + static_cast(0x39), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x43), + static_cast(0x00), + static_cast(0x51), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x44), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x34), + static_cast(0xff), + static_cast(0x00), + static_cast(0x74), + static_cast(0xff), + static_cast(0x77), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x37), + static_cast(0xae), + static_cast(0xfd), + static_cast(0xf0), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x36), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x80), + static_cast(0xff), + static_cast(0x04), + static_cast(0x62), + static_cast(0x00), + static_cast(0x14), + static_cast(0x4d), + static_cast(0x21), + static_cast(0xf2), + static_cast(0x24), + static_cast(0x3e), + static_cast(0xe1), + static_cast(0xc7), + static_cast(0x08), + static_cast(0xd9), + static_cast(0xf1), + static_cast(0xef), + static_cast(0xb0), + static_cast(0xd3), + static_cast(0x06), + static_cast(0xe7), + static_cast(0x63), + static_cast(0xf4), + static_cast(0x42), + static_cast(0xfa), + static_cast(0x02), + static_cast(0x1f), + static_cast(0x30), + static_cast(0x0e), + static_cast(0x79), + static_cast(0x89), + static_cast(0xef), + static_cast(0xc0), + static_cast(0x10), + static_cast(0xed), + static_cast(0xaf), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x55), + static_cast(0x14), + static_cast(0x6b), + static_cast(0x3d), + static_cast(0x04), + static_cast(0x12), + static_cast(0x6a), + static_cast(0xf2), + static_cast(0xa0), + static_cast(0x3e), + static_cast(0xf3), + static_cast(0x38), + static_cast(0x91), + static_cast(0xef), + static_cast(0x8c), + static_cast(0x7d), + static_cast(0x07), + static_cast(0x1a), + static_cast(0x30), + static_cast(0x0b), + static_cast(0xbf), + static_cast(0x53), + static_cast(0xfb), + static_cast(0x22), + static_cast(0xd8), + static_cast(0xfa), + static_cast(0xac), + static_cast(0x14), + static_cast(0xfc), + static_cast(0x18), + static_cast(0x09), + static_cast(0x01), + static_cast(0x63), + static_cast(0xc6), + static_cast(0xfb), + static_cast(0x67), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xb6), + static_cast(0xfc), + static_cast(0xab), + static_cast(0x37), + static_cast(0x01), + static_cast(0x8f), + static_cast(0xc6), + static_cast(0xfa), + static_cast(0xfc), + static_cast(0x5c), + static_cast(0xfc), + static_cast(0xb6), + static_cast(0x23), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x13), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x06), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0xea), + static_cast(0xf0), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x9d), + static_cast(0x19), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x74), + static_cast(0xff), + static_cast(0x61), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x01), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0xe7), + static_cast(0xfd), + static_cast(0xb5), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x56), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x66), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x37), + static_cast(0xff), + static_cast(0x06), + static_cast(0x76), + static_cast(0x00), + static_cast(0xb9), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x39), + static_cast(0x58), + static_cast(0x00), + static_cast(0xea), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x11), + static_cast(0x33), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x9e), + static_cast(0xfd), + static_cast(0x22), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x46), + static_cast(0xff), + static_cast(0x70), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x12), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x06), + static_cast(0xab), + static_cast(0x20), + static_cast(0xf9), + static_cast(0x18), + static_cast(0x3d), + static_cast(0x45), + static_cast(0xca), + static_cast(0x0a), + static_cast(0xa0), + static_cast(0xf8), + static_cast(0xf2), + static_cast(0x24), + static_cast(0x4c), + static_cast(0x06), + static_cast(0xad), + static_cast(0x66), + static_cast(0xf4), + static_cast(0x1c), + static_cast(0xb7), + static_cast(0x02), + static_cast(0x9d), + static_cast(0x6a), + static_cast(0x0c), + static_cast(0xf7), + static_cast(0x60), + static_cast(0xf0), + static_cast(0x74), + static_cast(0x04), + static_cast(0xec), + static_cast(0xa8), + static_cast(0x3c), + static_cast(0xfd), + static_cast(0x47), + static_cast(0xbc), + static_cast(0x13), + static_cast(0xd4), + static_cast(0x13), + static_cast(0x05), + static_cast(0x94), + static_cast(0x71), + static_cast(0xf6), + static_cast(0x30), + static_cast(0x31), + static_cast(0xf5), + static_cast(0xdb), + static_cast(0x2b), + static_cast(0xec), + static_cast(0x97), + static_cast(0xb2), + static_cast(0x05), + static_cast(0xcb), + static_cast(0x47), + static_cast(0x0c), + static_cast(0xf6), + static_cast(0x52), + static_cast(0xfc), + static_cast(0x3a), + static_cast(0xd9), + static_cast(0xfb), + static_cast(0xab), + static_cast(0xeb), + static_cast(0xfb), + static_cast(0x8e), + static_cast(0x46), + static_cast(0x00), + static_cast(0xc9), + static_cast(0xe6), + static_cast(0xfc), + static_cast(0xfb), + static_cast(0x61), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x38), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0x7e), + static_cast(0x01), + static_cast(0xb7), + static_cast(0x87), + static_cast(0xfa), + static_cast(0x24), + static_cast(0x09), + static_cast(0xfc), + static_cast(0x95), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0x5a), + static_cast(0x57), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x33), + static_cast(0x72), + static_cast(0xff), + static_cast(0x09), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x9e), + static_cast(0x00), + static_cast(0x63), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xad), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x73), + static_cast(0x19), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x73), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0x55), + static_cast(0x64), + static_cast(0xfe), + static_cast(0xed), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x82), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x47), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xd9), + static_cast(0x00), + static_cast(0x7a), + static_cast(0xe4), + static_cast(0x00), + static_cast(0x59), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x21), + static_cast(0x17), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x53), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x9b), + static_cast(0xfd), + static_cast(0xc0), + static_cast(0x82), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x04), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x75), + static_cast(0x1c), + static_cast(0xed), + static_cast(0x91), + static_cast(0x3b), + static_cast(0x2d), + static_cast(0x83), + static_cast(0x11), + static_cast(0x74), + static_cast(0x20), + static_cast(0xf3), + static_cast(0xc7), + static_cast(0xb6), + static_cast(0x05), + static_cast(0x1c), + static_cast(0x84), + static_cast(0xf7), + static_cast(0xb8), + static_cast(0x46), + static_cast(0xff), + static_cast(0x43), + static_cast(0xf2), + static_cast(0x0b), + static_cast(0xc5), + static_cast(0x9f), + static_cast(0xf2), + static_cast(0x8f), + static_cast(0x1f), + static_cast(0xeb), + static_cast(0xd7), + static_cast(0x4d), + static_cast(0xf9), + static_cast(0x6c), + static_cast(0x58), + static_cast(0x11), + static_cast(0x5e), + static_cast(0xde), + static_cast(0x07), + static_cast(0x07), + static_cast(0x27), + static_cast(0xf8), + static_cast(0x55), + static_cast(0x43), + static_cast(0xf9), + static_cast(0x10), + static_cast(0x4e), + static_cast(0xea), + static_cast(0x76), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xa4), + static_cast(0x0e), + static_cast(0xa8), + static_cast(0x51), + static_cast(0xfd), + static_cast(0x8d), + static_cast(0xad), + static_cast(0xfc), + static_cast(0x0c), + static_cast(0x13), + static_cast(0xfd), + static_cast(0x19), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0xb3), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x03), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xce), + static_cast(0xfc), + static_cast(0x3c), + static_cast(0x44), + static_cast(0x01), + static_cast(0xb8), + static_cast(0x1a), + static_cast(0xfb), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x16), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x58), + static_cast(0x76), + static_cast(0xfd), + static_cast(0xea), + static_cast(0x67), + static_cast(0x00), + static_cast(0x57), + static_cast(0x50), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x69), + static_cast(0xff), + static_cast(0x70), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x7d), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x39), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x30), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x27), + static_cast(0x00), + static_cast(0x81), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x98), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xe2), + static_cast(0xfd), + static_cast(0xd0), + static_cast(0x87), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x50), + static_cast(0xff), + static_cast(0x33), + static_cast(0x0e), + static_cast(0x01), + static_cast(0xe9), + static_cast(0xe8), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x77), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x38), + static_cast(0xff), + static_cast(0x84), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x77), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x92), + static_cast(0xaf), + static_cast(0xfd), + static_cast(0x29), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x65), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x94), + static_cast(0xff), + static_cast(0xff), + static_cast(0x78), + static_cast(0x00), + static_cast(0xcc), + static_cast(0xd0), + static_cast(0x1c), + static_cast(0x3e), + static_cast(0x77), + static_cast(0x39), + static_cast(0xaa), + static_cast(0xb8), + static_cast(0x0f), + static_cast(0x7a), + static_cast(0x12), + static_cast(0xf7), + static_cast(0x9b), + static_cast(0xd3), + static_cast(0x06), + static_cast(0x8a), + static_cast(0x31), + static_cast(0xf6), + static_cast(0x3f), + static_cast(0x5c), + static_cast(0x00), + static_cast(0xab), + static_cast(0xe3), + static_cast(0x09), + static_cast(0xe6), + static_cast(0x5a), + static_cast(0xf2), + static_cast(0x60), + static_cast(0x48), + static_cast(0xec), + static_cast(0x1f), + static_cast(0x3d), + static_cast(0xf7), + static_cast(0xa1), + static_cast(0xe1), + static_cast(0x0f), + static_cast(0x87), + static_cast(0xbf), + static_cast(0x07), + static_cast(0xc8), + static_cast(0xe3), + static_cast(0xf9), + static_cast(0xf1), + static_cast(0xa8), + static_cast(0xfb), + static_cast(0xb4), + static_cast(0xc8), + static_cast(0xe9), + static_cast(0x42), + static_cast(0x4b), + static_cast(0xfb), + static_cast(0x84), + static_cast(0xa3), + static_cast(0x0d), + static_cast(0x39), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x48), + static_cast(0xfd), + static_cast(0x9f), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x03), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x05), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0x04), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xd0), + static_cast(0xfd), + static_cast(0x85), + static_cast(0x75), + static_cast(0xfc), + static_cast(0xd4), + static_cast(0xef), + static_cast(0x00), + static_cast(0x0a), + static_cast(0x16), + static_cast(0xfb), + static_cast(0xcb), + static_cast(0x1d), + static_cast(0xfb), + static_cast(0xb5), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x98), + static_cast(0xfa), + static_cast(0xfd), + static_cast(0x69), + static_cast(0x51), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x2b), + static_cast(0x01), + static_cast(0xd8), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x76), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x79), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x42), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x23), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x74), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x87), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x19), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x33), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x04), + static_cast(0x01), + static_cast(0xe8), + static_cast(0xdb), + static_cast(0x00), + static_cast(0xf0), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x84), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x54), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x20), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x1a), + static_cast(0x1c), + static_cast(0x52), + static_cast(0x9a), + static_cast(0x37), + static_cast(0xca), + static_cast(0x25), + static_cast(0x0f), + static_cast(0xf3), + static_cast(0xa7), + static_cast(0xf8), + static_cast(0x34), + static_cast(0x49), + static_cast(0x08), + static_cast(0xb0), + static_cast(0x34), + static_cast(0xf6), + static_cast(0x84), + static_cast(0x56), + static_cast(0xff), + static_cast(0x55), + static_cast(0xe7), + static_cast(0x09), + static_cast(0x7a), + static_cast(0xd9), + static_cast(0xf2), + static_cast(0x08), + static_cast(0xad), + static_cast(0xec), + static_cast(0x58), + static_cast(0xb1), + static_cast(0xf6), + static_cast(0x5c), + static_cast(0x1b), + static_cast(0x0e), + static_cast(0x03), + static_cast(0x10), + static_cast(0x08), + static_cast(0x49), + static_cast(0x7f), + static_cast(0xf9), + static_cast(0x95), + static_cast(0x04), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x3b), + static_cast(0xec), + static_cast(0xac), + static_cast(0xa4), + static_cast(0xf6), + static_cast(0x9c), + static_cast(0xc1), + static_cast(0x0b), + static_cast(0x4a), + static_cast(0x41), + static_cast(0x02), + static_cast(0x90), + static_cast(0x94), + static_cast(0xfd), + static_cast(0xc7), + static_cast(0x02), + static_cast(0xff), + static_cast(0x03), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xca), + static_cast(0xfd), + static_cast(0xbd), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x87), + static_cast(0xfd), + static_cast(0x92), + static_cast(0x18), + static_cast(0xfb), + static_cast(0x58), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x1b), + static_cast(0xca), + static_cast(0xfc), + static_cast(0x59), + static_cast(0x3a), + static_cast(0xfb), + static_cast(0x60), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x06), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x80), + static_cast(0x01), + static_cast(0xa3), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x36), + static_cast(0x30), + static_cast(0xff), + static_cast(0x50), + static_cast(0x44), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x24), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x28), + static_cast(0xff), + static_cast(0x03), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x29), + static_cast(0x00), + static_cast(0x21), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x63), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x72), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x51), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x49), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x78), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x28), + static_cast(0x74), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x11), + static_cast(0x00), + static_cast(0x42), + static_cast(0xee), + static_cast(0x00), + static_cast(0x3a), + static_cast(0xb6), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x75), + static_cast(0x00), + static_cast(0x6c), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x20), + static_cast(0xbc), + static_cast(0xfd), + static_cast(0x68), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x65), + static_cast(0xff), + static_cast(0x99), + static_cast(0xca), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x7c), + static_cast(0x00), + static_cast(0xac), + static_cast(0x3a), + static_cast(0x1b), + static_cast(0xfd), + static_cast(0x1c), + static_cast(0x36), + static_cast(0xe3), + static_cast(0x78), + static_cast(0x0e), + static_cast(0xa5), + static_cast(0x67), + static_cast(0xf8), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x11), + static_cast(0x7b), + static_cast(0xf7), + static_cast(0xd2), + static_cast(0x9c), + static_cast(0xfc), + static_cast(0xf6), + static_cast(0x98), + static_cast(0x09), + static_cast(0x1d), + static_cast(0x6d), + static_cast(0xf5), + static_cast(0xf6), + static_cast(0x7b), + static_cast(0xee), + static_cast(0xc8), + static_cast(0x9a), + static_cast(0xf6), + static_cast(0x89), + static_cast(0x6c), + static_cast(0x0b), + static_cast(0x41), + static_cast(0xe4), + static_cast(0x07), + static_cast(0xf8), + static_cast(0x69), + static_cast(0xf8), + static_cast(0xca), + static_cast(0x6c), + static_cast(0xfd), + static_cast(0x98), + static_cast(0x49), + static_cast(0xf1), + static_cast(0x40), + static_cast(0x17), + static_cast(0xf3), + static_cast(0x73), + static_cast(0x1b), + static_cast(0x07), + static_cast(0xcf), + static_cast(0xe6), + static_cast(0x04), + static_cast(0x8f), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x80), + static_cast(0xff), + static_cast(0x71), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x33), + static_cast(0xfd), + static_cast(0x91), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x26), + static_cast(0x68), + static_cast(0xfd), + static_cast(0x18), + static_cast(0xbe), + static_cast(0xfa), + static_cast(0xd1), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x28), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xc9), + static_cast(0xfb), + static_cast(0x09), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x87), + static_cast(0x58), + static_cast(0xff), + static_cast(0x08), + static_cast(0x07), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x34), + static_cast(0x01), + static_cast(0x30), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x0b), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x26), + static_cast(0x00), + static_cast(0xad), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x39), + static_cast(0xff), + static_cast(0x48), + static_cast(0x78), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x61), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x73), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x92), + static_cast(0x80), + static_cast(0x00), + static_cast(0x47), + static_cast(0x2c), + static_cast(0x01), + static_cast(0xe1), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x00), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x52), + static_cast(0x83), + static_cast(0xff), + static_cast(0x84), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0x07), + static_cast(0xd2), + static_cast(0xfd), + static_cast(0xc0), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x46), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x78), + static_cast(0x00), + static_cast(0x59), + static_cast(0x7f), + static_cast(0x1b), + static_cast(0x4f), + static_cast(0xb9), + static_cast(0x34), + static_cast(0xa0), + static_cast(0xc6), + static_cast(0x0b), + static_cast(0x7c), + static_cast(0x4d), + static_cast(0xf8), + static_cast(0xf6), + static_cast(0x40), + static_cast(0x0b), + static_cast(0x7c), + static_cast(0xc0), + static_cast(0xf8), + static_cast(0xf1), + static_cast(0xdb), + static_cast(0xfc), + static_cast(0x18), + static_cast(0xbd), + static_cast(0x06), + static_cast(0xdf), + static_cast(0x88), + static_cast(0xf5), + static_cast(0xe9), + static_cast(0xc8), + static_cast(0xf3), + static_cast(0xa6), + static_cast(0x94), + static_cast(0xf7), + static_cast(0x73), + static_cast(0x4f), + static_cast(0x08), + static_cast(0xeb), + static_cast(0xfd), + static_cast(0x07), + static_cast(0x79), + static_cast(0xbf), + static_cast(0xf6), + static_cast(0xed), + static_cast(0xad), + static_cast(0xfc), + static_cast(0x71), + static_cast(0xdc), + static_cast(0xf6), + static_cast(0x2a), + static_cast(0x4a), + static_cast(0xf2), + static_cast(0x28), + static_cast(0xe9), + static_cast(0x01), + static_cast(0x9d), + static_cast(0xf1), + static_cast(0x05), + static_cast(0x11), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xa5), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x7a), + static_cast(0xfd), + static_cast(0x26), + static_cast(0x87), + static_cast(0xfd), + static_cast(0xb5), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0x32), + static_cast(0xda), + static_cast(0xfb), + static_cast(0x4d), + static_cast(0x72), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x89), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xab), + static_cast(0xfc), + static_cast(0x13), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xad), + static_cast(0x5a), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x15), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x01), + static_cast(0x00), + static_cast(0x9f), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x85), + static_cast(0xff), + static_cast(0x11), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x53), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x97), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0x25), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x26), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x10), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x52), + static_cast(0x97), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x69), + static_cast(0x01), + static_cast(0x5b), + static_cast(0x73), + static_cast(0x00), + static_cast(0x13), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x99), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x73), + static_cast(0xda), + static_cast(0xfd), + static_cast(0x5b), + static_cast(0xee), + static_cast(0xfd), + static_cast(0x72), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x02), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x31), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xda), + static_cast(0xff), + static_cast(0x89), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x56), + static_cast(0x81), + static_cast(0x1a), + static_cast(0x14), + static_cast(0xf7), + static_cast(0x31), + static_cast(0x41), + static_cast(0x42), + static_cast(0x0a), + static_cast(0x19), + static_cast(0x39), + static_cast(0xf9), + static_cast(0x25), + static_cast(0x85), + static_cast(0x0c), + static_cast(0x67), + static_cast(0x03), + static_cast(0xfa), + static_cast(0x77), + static_cast(0x96), + static_cast(0xfc), + static_cast(0x68), + static_cast(0x51), + static_cast(0x05), + static_cast(0xdf), + static_cast(0xb6), + static_cast(0xf5), + static_cast(0xb2), + static_cast(0x8a), + static_cast(0xf6), + static_cast(0xf8), + static_cast(0xa0), + static_cast(0xf9), + static_cast(0xa0), + static_cast(0x53), + static_cast(0x06), + static_cast(0x50), + static_cast(0xd5), + static_cast(0x07), + static_cast(0x8f), + static_cast(0x44), + static_cast(0xf7), + static_cast(0x03), + static_cast(0x35), + static_cast(0xfb), + static_cast(0x57), + static_cast(0xe9), + static_cast(0xfa), + static_cast(0xc7), + static_cast(0xf0), + static_cast(0xf3), + static_cast(0x7f), + static_cast(0xe0), + static_cast(0xfc), + static_cast(0xe6), + static_cast(0x89), + static_cast(0x05), + static_cast(0x54), + static_cast(0x90), + static_cast(0x00), + static_cast(0x52), + static_cast(0xb6), + static_cast(0xfd), + static_cast(0x10), + static_cast(0x46), + static_cast(0x01), + static_cast(0x50), + static_cast(0x57), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x1d), + static_cast(0xfd), + static_cast(0x0a), + static_cast(0x8e), + static_cast(0xfd), + static_cast(0xe1), + static_cast(0x99), + static_cast(0xfc), + static_cast(0x73), + static_cast(0x93), + static_cast(0xff), + static_cast(0x51), + static_cast(0x42), + static_cast(0x00), + static_cast(0x16), + static_cast(0x49), + static_cast(0xfd), + static_cast(0x90), + static_cast(0xfb), + static_cast(0xfc), + static_cast(0xcb), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x24), + static_cast(0x00), + static_cast(0x03), + static_cast(0x98), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x84), + static_cast(0x27), + static_cast(0xff), + static_cast(0x26), + static_cast(0x43), + static_cast(0xff), + static_cast(0x71), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x88), + static_cast(0xff), + static_cast(0x67), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x97), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x29), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x03), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x87), + static_cast(0xff), + static_cast(0x89), + static_cast(0xae), + static_cast(0x00), + static_cast(0x32), + static_cast(0x42), + static_cast(0x01), + static_cast(0x09), + static_cast(0x82), + static_cast(0x00), + static_cast(0xaf), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x19), + static_cast(0xff), + static_cast(0x23), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x47), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x43), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x44), + static_cast(0xff), + static_cast(0xab), + static_cast(0x12), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xb8), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x98), + static_cast(0x19), + static_cast(0x79), + static_cast(0x7b), + static_cast(0x2e), + static_cast(0x05), + static_cast(0x38), + static_cast(0x08), + static_cast(0xd8), + static_cast(0x60), + static_cast(0xfb), + static_cast(0x10), + static_cast(0x9f), + static_cast(0x0d), + static_cast(0x06), + static_cast(0xde), + static_cast(0xf9), + static_cast(0x38), + static_cast(0x63), + static_cast(0xfc), + static_cast(0xd0), + static_cast(0x88), + static_cast(0x05), + static_cast(0x24), + static_cast(0x9f), + static_cast(0xf7), + static_cast(0x2a), + static_cast(0x55), + static_cast(0xf6), + static_cast(0x95), + static_cast(0x08), + static_cast(0xf9), + static_cast(0x35), + static_cast(0xc8), + static_cast(0x06), + static_cast(0x88), + static_cast(0x28), + static_cast(0x08), + static_cast(0x51), + static_cast(0x3f), + static_cast(0xf8), + static_cast(0x3a), + static_cast(0x30), + static_cast(0xfa), + static_cast(0xce), + static_cast(0x64), + static_cast(0xfc), + static_cast(0x3d), + static_cast(0xf8), + static_cast(0xf6), + static_cast(0x46), + static_cast(0x8d), + static_cast(0xfa), + static_cast(0x0a), + static_cast(0xfa), + static_cast(0x03), + static_cast(0xa2), + static_cast(0x21), + static_cast(0x01), + static_cast(0x6d), + static_cast(0x9e), + static_cast(0xfc), + static_cast(0x94), + static_cast(0x72), + static_cast(0x00), + static_cast(0x02), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0xb7), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xf7), + static_cast(0xfc), + static_cast(0x85), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x01), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x44), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x16), + static_cast(0xfd), + static_cast(0x41), + static_cast(0x44), + static_cast(0x00), + static_cast(0x59), + static_cast(0x56), + static_cast(0x00), + static_cast(0x93), + static_cast(0x42), + static_cast(0xff), + static_cast(0x79), + static_cast(0xb8), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x16), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x86), + static_cast(0x35), + static_cast(0x00), + static_cast(0xb7), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x22), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xad), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x92), + static_cast(0x28), + static_cast(0xff), + static_cast(0x20), + static_cast(0x92), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x06), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xef), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x24), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xde), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x29), + static_cast(0x01), + static_cast(0xf1), + static_cast(0x73), + static_cast(0x00), + static_cast(0x27), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x87), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x36), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xa9), + static_cast(0xa2), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x36), + static_cast(0x17), + static_cast(0x77), + static_cast(0xb6), + static_cast(0x2a), + static_cast(0x8c), + static_cast(0x62), + static_cast(0x08), + static_cast(0x8e), + static_cast(0xd0), + static_cast(0xfc), + static_cast(0x2c), + static_cast(0xcb), + static_cast(0x0d), + static_cast(0x5e), + static_cast(0xa6), + static_cast(0xfa), + static_cast(0x61), + static_cast(0x30), + static_cast(0xfc), + static_cast(0xcb), + static_cast(0x49), + static_cast(0x06), + static_cast(0x40), + static_cast(0x82), + static_cast(0xf9), + static_cast(0x1d), + static_cast(0x81), + static_cast(0xf6), + static_cast(0xe7), + static_cast(0x6a), + static_cast(0xf8), + static_cast(0xf8), + static_cast(0x16), + static_cast(0x05), + static_cast(0xd8), + static_cast(0x55), + static_cast(0x08), + static_cast(0xe8), + static_cast(0xce), + static_cast(0xfa), + static_cast(0x43), + static_cast(0xe5), + static_cast(0xf9), + static_cast(0x4a), + static_cast(0xa8), + static_cast(0xfc), + static_cast(0xa8), + static_cast(0x78), + static_cast(0xf9), + static_cast(0xf0), + static_cast(0x27), + static_cast(0xfa), + static_cast(0xf7), + static_cast(0xf9), + static_cast(0x02), + static_cast(0x53), + static_cast(0x54), + static_cast(0x01), + static_cast(0x79), + static_cast(0x7a), + static_cast(0xfb), + static_cast(0x07), + static_cast(0x62), + static_cast(0xff), + static_cast(0x47), + static_cast(0x82), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x54), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xaf), + static_cast(0xfd), + static_cast(0x0b), + static_cast(0x80), + static_cast(0xfd), + static_cast(0xd4), + static_cast(0x47), + static_cast(0xff), + static_cast(0x57), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0x0c), + static_cast(0x29), + static_cast(0x00), + static_cast(0x7f), + static_cast(0x79), + static_cast(0x00), + static_cast(0x33), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x79), + static_cast(0x69), + static_cast(0x00), + static_cast(0x9c), + static_cast(0x20), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x32), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x02), + static_cast(0x00), + static_cast(0x56), + static_cast(0x89), + static_cast(0xff), + static_cast(0xae), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x71), + static_cast(0x40), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x47), + static_cast(0xff), + static_cast(0xab), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x72), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x35), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x05), + static_cast(0x58), + static_cast(0xff), + static_cast(0x84), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xe4), + static_cast(0x00), + static_cast(0x0a), + static_cast(0x0a), + static_cast(0x01), + static_cast(0xb5), + static_cast(0x81), + static_cast(0x00), + static_cast(0xb4), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x81), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x90), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x31), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xba), + static_cast(0x63), + static_cast(0x00), + static_cast(0xce), + static_cast(0x1e), + static_cast(0x12), + static_cast(0xe3), + static_cast(0x7b), + static_cast(0x1f), + static_cast(0xba), + static_cast(0xb0), + static_cast(0x06), + static_cast(0x59), + static_cast(0xa8), + static_cast(0x05), + static_cast(0x17), + static_cast(0x52), + static_cast(0x11), + static_cast(0xbb), + static_cast(0xfc), + static_cast(0xf9), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xd7), + static_cast(0x80), + static_cast(0x06), + static_cast(0x2a), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xf6), + static_cast(0xf8), + static_cast(0x02), + static_cast(0xc7), + static_cast(0xf3), + static_cast(0x28), + static_cast(0x80), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x0c), + static_cast(0x09), + static_cast(0x98), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x04), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0x50), + static_cast(0x32), + static_cast(0x01), + static_cast(0x2a), + static_cast(0xfa), + static_cast(0xf6), + static_cast(0xc9), + static_cast(0xb4), + static_cast(0xf6), + static_cast(0x65), + static_cast(0xf0), + static_cast(0x04), + static_cast(0xfd), + static_cast(0xa5), + static_cast(0x01), + static_cast(0xb8), + static_cast(0xdd), + static_cast(0xfa), + static_cast(0xee), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x1b), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x09), + static_cast(0xfd), + static_cast(0x98), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x58), + static_cast(0x00), + static_cast(0x87), + static_cast(0x81), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x08), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x0a), + static_cast(0x02), + static_cast(0x6f), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x0c), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x46), + static_cast(0x00), + static_cast(0xad), + static_cast(0x20), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x34), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x22), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x59), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x96), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x07), + static_cast(0x86), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x21), + static_cast(0x08), + static_cast(0xff), + static_cast(0x77), + static_cast(0x47), + static_cast(0xff), + static_cast(0x38), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x35), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x26), + static_cast(0x21), + static_cast(0x01), + static_cast(0x18), + static_cast(0x2d), + static_cast(0x01), + static_cast(0xd9), + static_cast(0xa3), + static_cast(0x00), + static_cast(0x3c), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x90), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x08), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x20), + static_cast(0xff), + static_cast(0x69), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0x04), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x02), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x71), + static_cast(0x0f), + static_cast(0xc1), + static_cast(0x2d), + static_cast(0x1c), + static_cast(0xa4), + static_cast(0xcd), + static_cast(0x09), + static_cast(0xbc), + static_cast(0xc4), + static_cast(0x07), + static_cast(0xe8), + static_cast(0x31), + static_cast(0x0e), + static_cast(0xe4), + static_cast(0xbc), + static_cast(0xf9), + static_cast(0xaa), + static_cast(0xf4), + static_cast(0xfa), + static_cast(0xd2), + static_cast(0x33), + static_cast(0x05), + static_cast(0x85), + static_cast(0xd6), + static_cast(0xfd), + static_cast(0xa8), + static_cast(0x92), + static_cast(0xfa), + static_cast(0x9e), + static_cast(0x51), + static_cast(0xf7), + static_cast(0xa2), + static_cast(0xb3), + static_cast(0xfc), + static_cast(0x90), + static_cast(0x32), + static_cast(0x05), + static_cast(0xc0), + static_cast(0x13), + static_cast(0x00), + static_cast(0x74), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x44), + static_cast(0x59), + static_cast(0x02), + static_cast(0x72), + static_cast(0x41), + static_cast(0xf9), + static_cast(0xce), + static_cast(0x69), + static_cast(0xf6), + static_cast(0x3c), + static_cast(0x5d), + static_cast(0x01), + static_cast(0x93), + static_cast(0x63), + static_cast(0x02), + static_cast(0x47), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x9c), + static_cast(0xfd), + static_cast(0xba), + static_cast(0x97), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xde), + static_cast(0x56), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x46), + static_cast(0xff), + static_cast(0x38), + static_cast(0x24), + static_cast(0x00), + static_cast(0x60), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x20), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xbd), + static_cast(0x00), + static_cast(0x95), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x22), + static_cast(0x28), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x41), + static_cast(0xad), + static_cast(0xff), + static_cast(0x73), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x32), + static_cast(0xff), + static_cast(0x66), + static_cast(0x27), + static_cast(0xff), + static_cast(0x18), + static_cast(0x89), + static_cast(0xff), + static_cast(0x92), + static_cast(0x90), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x67), + static_cast(0xff), + static_cast(0x26), + static_cast(0x95), + static_cast(0xff), + static_cast(0x37), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x31), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x71), + static_cast(0xab), + static_cast(0xff), + static_cast(0x97), + static_cast(0xf1), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x7f), + static_cast(0x00), + static_cast(0x47), + static_cast(0xc7), + static_cast(0x00), + static_cast(0x5d), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x32), + static_cast(0xfb), + static_cast(0x00), + static_cast(0x9c), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x1d), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x59), + static_cast(0xff), + static_cast(0x92), + static_cast(0x57), + static_cast(0xff), + static_cast(0xad), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x27), + static_cast(0x39), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x20), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x61), + static_cast(0x80), + static_cast(0xff), + static_cast(0x51), + static_cast(0x37), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x96), + static_cast(0x00), + static_cast(0x65), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xad), + static_cast(0x86), + static_cast(0x0e), + static_cast(0xdd), + static_cast(0x3a), + static_cast(0x19), + static_cast(0xbc), + static_cast(0xbc), + static_cast(0x08), + static_cast(0xec), + static_cast(0x3c), + static_cast(0x08), + static_cast(0xb5), + static_cast(0x6d), + static_cast(0x0c), + static_cast(0x60), + static_cast(0xfb), + static_cast(0xfa), + static_cast(0x20), + static_cast(0x9f), + static_cast(0xfd), + static_cast(0x62), + static_cast(0x1d), + static_cast(0x04), + static_cast(0xdc), + static_cast(0x65), + static_cast(0xfd), + static_cast(0x37), + static_cast(0x92), + static_cast(0xfb), + static_cast(0x17), + static_cast(0x13), + static_cast(0xf8), + static_cast(0x99), + static_cast(0xdc), + static_cast(0xfc), + static_cast(0x86), + static_cast(0x02), + static_cast(0x04), + static_cast(0xf1), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x33), + static_cast(0x02), + static_cast(0xed), + static_cast(0xfb), + static_cast(0xfa), + static_cast(0x83), + static_cast(0x18), + static_cast(0xf8), + static_cast(0x56), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x6e), + static_cast(0xd1), + static_cast(0x02), + static_cast(0xf3), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x81), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0xaa), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x21), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x96), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x09), + static_cast(0xff), + static_cast(0x45), + static_cast(0x01), + static_cast(0x00), + static_cast(0x9b), + static_cast(0x66), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x96), + static_cast(0x50), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xce), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x46), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x78), + static_cast(0xff), + static_cast(0x94), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x46), + static_cast(0x35), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xad), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x06), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x03), + static_cast(0x00), + static_cast(0x11), + static_cast(0xee), + static_cast(0xff), + static_cast(0x72), + static_cast(0x01), + static_cast(0x00), + static_cast(0x82), + static_cast(0x61), + static_cast(0x00), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x00), + static_cast(0x02), + static_cast(0xa8), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xab), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x32), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x04), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x85), + static_cast(0xff), + static_cast(0x09), + static_cast(0x26), + static_cast(0xff), + static_cast(0x19), + static_cast(0x06), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x84), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x28), + static_cast(0xff), + static_cast(0x15), + static_cast(0x41), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x85), + static_cast(0xff), + static_cast(0x71), + static_cast(0x89), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x96), + static_cast(0x54), + static_cast(0x00), + static_cast(0xe8), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xfc), + static_cast(0x0d), + static_cast(0xb0), + static_cast(0x1f), + static_cast(0x16), + static_cast(0xdd), + static_cast(0x74), + static_cast(0x07), + static_cast(0x79), + static_cast(0x3d), + static_cast(0x08), + static_cast(0xc6), + static_cast(0xca), + static_cast(0x09), + static_cast(0x51), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0xce), + static_cast(0x60), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x0b), + static_cast(0x02), + static_cast(0x87), + static_cast(0x81), + static_cast(0xfd), + static_cast(0xf0), + static_cast(0x3e), + static_cast(0xfc), + static_cast(0x1b), + static_cast(0xc8), + static_cast(0xf8), + static_cast(0x31), + static_cast(0xdb), + static_cast(0xfd), + static_cast(0xeb), + static_cast(0xc3), + static_cast(0x02), + static_cast(0x00), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x60), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x38), + static_cast(0xcf), + static_cast(0x01), + static_cast(0x36), + static_cast(0x0d), + static_cast(0xfc), + static_cast(0x74), + static_cast(0xac), + static_cast(0xf9), + static_cast(0xa2), + static_cast(0xd2), + static_cast(0x00), + static_cast(0x57), + static_cast(0xd0), + static_cast(0x02), + static_cast(0x1c), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xef), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x46), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x58), + static_cast(0xff), + static_cast(0x18), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x83), + static_cast(0x73), + static_cast(0x00), + static_cast(0x9f), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x67), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x48), + static_cast(0xff), + static_cast(0x85), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x78), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x02), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x37), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x27), + static_cast(0x00), + static_cast(0xd3), + static_cast(0x64), + static_cast(0x00), + static_cast(0x43), + static_cast(0xba), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x6a), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x11), + static_cast(0x6f), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x69), + static_cast(0xff), + static_cast(0x20), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x52), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x34), + static_cast(0xff), + static_cast(0x54), + static_cast(0x81), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x93), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x29), + static_cast(0x71), + static_cast(0x00), + static_cast(0x03), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x69), + static_cast(0x88), + static_cast(0xff), + static_cast(0x66), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x72), + static_cast(0xf7), + static_cast(0x13), + static_cast(0xb3), + static_cast(0xdd), + static_cast(0x06), + static_cast(0xd8), + static_cast(0x08), + static_cast(0x07), + static_cast(0x40), + static_cast(0x60), + static_cast(0x08), + static_cast(0x6e), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x12), + static_cast(0x01), + static_cast(0xd8), + static_cast(0xce), + static_cast(0x00), + static_cast(0x72), + static_cast(0xc2), + static_cast(0xfd), + static_cast(0x52), + static_cast(0x50), + static_cast(0xfc), + static_cast(0xbe), + static_cast(0xd2), + static_cast(0xf9), + static_cast(0x57), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xe8), + static_cast(0x01), + static_cast(0x47), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x38), + static_cast(0x60), + static_cast(0x00), + static_cast(0x68), + static_cast(0xc6), + static_cast(0x01), + static_cast(0x36), + static_cast(0xb1), + static_cast(0xfc), + static_cast(0xb2), + static_cast(0x8b), + static_cast(0xfa), + static_cast(0x03), + static_cast(0x4c), + static_cast(0x01), + static_cast(0x21), + static_cast(0xb5), + static_cast(0x02), + static_cast(0x76), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x05), + static_cast(0xff), + static_cast(0xce), + static_cast(0x55), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x99), + static_cast(0xff), + static_cast(0xed), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x09), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x82), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x40), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x41), + static_cast(0x00), + static_cast(0x6b), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x71), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x77), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x87), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x9e), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x24), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x56), + static_cast(0x25), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x46), + static_cast(0x00), + static_cast(0x00), + static_cast(0x14), + static_cast(0x00), + static_cast(0x6d), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x29), + static_cast(0x00), + static_cast(0x48), + static_cast(0x6f), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x5f), + static_cast(0x00), + static_cast(0xe3), + static_cast(0x83), + static_cast(0x00), + static_cast(0x66), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x50), + static_cast(0x21), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x19), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x02), + static_cast(0xff), + static_cast(0x47), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x52), + static_cast(0xff), + static_cast(0x83), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x70), + static_cast(0xee), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x43), + static_cast(0x00), + static_cast(0x83), + static_cast(0x6a), + static_cast(0x00), + static_cast(0xf8), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x4e), + static_cast(0x0b), + static_cast(0x8c), + static_cast(0xb8), + static_cast(0x11), + static_cast(0x30), + static_cast(0x6a), + static_cast(0x06), + static_cast(0xd2), + static_cast(0xb6), + static_cast(0x05), + static_cast(0x51), + static_cast(0x1a), + static_cast(0x08), + static_cast(0x24), + static_cast(0x4b), + static_cast(0x01), + static_cast(0x6a), + static_cast(0xba), + static_cast(0x00), + static_cast(0x88), + static_cast(0x6e), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xad), + static_cast(0xfc), + static_cast(0x79), + static_cast(0x4b), + static_cast(0xfb), + static_cast(0x4c), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x24), + static_cast(0x01), + static_cast(0x6e), + static_cast(0x36), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x0e), + static_cast(0x01), + static_cast(0xe8), + static_cast(0xaa), + static_cast(0x01), + static_cast(0x03), + static_cast(0x0e), + static_cast(0xfd), + static_cast(0x67), + static_cast(0xe6), + static_cast(0xfb), + static_cast(0x64), + static_cast(0xb6), + static_cast(0x01), + static_cast(0x80), + static_cast(0x43), + static_cast(0x02), + static_cast(0xc1), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x36), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xef), + static_cast(0x83), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0x17), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x73), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x19), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x38), + static_cast(0x00), + static_cast(0x77), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x90), + static_cast(0xff), + static_cast(0xda), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x13), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x12), + static_cast(0x00), + static_cast(0x11), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x30), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x27), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x36), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x00), + static_cast(0x00), + static_cast(0x06), + static_cast(0x82), + static_cast(0xff), + static_cast(0x41), + static_cast(0x97), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x45), + static_cast(0x00), + static_cast(0x52), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x70), + static_cast(0x45), + static_cast(0x00), + static_cast(0x1e), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x40), + static_cast(0xff), + static_cast(0x70), + static_cast(0x48), + static_cast(0xff), + static_cast(0x61), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x35), + static_cast(0xff), + static_cast(0x01), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x12), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x63), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x4b), + static_cast(0x00), + static_cast(0xe2), + static_cast(0xca), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x45), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xfc), + static_cast(0x09), + static_cast(0xd2), + static_cast(0x86), + static_cast(0x0f), + static_cast(0xdf), + static_cast(0xb1), + static_cast(0x05), + static_cast(0xf3), + static_cast(0x86), + static_cast(0x05), + static_cast(0x20), + static_cast(0xf3), + static_cast(0x07), + static_cast(0x36), + static_cast(0x79), + static_cast(0x01), + static_cast(0xb6), + static_cast(0x51), + static_cast(0x00), + static_cast(0xd2), + static_cast(0x63), + static_cast(0x00), + static_cast(0x97), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x40), + static_cast(0xfd), + static_cast(0x2e), + static_cast(0x5e), + static_cast(0xfc), + static_cast(0xf5), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x0f), + static_cast(0xab), + static_cast(0x00), + static_cast(0xb4), + static_cast(0x97), + static_cast(0x01), + static_cast(0x45), + static_cast(0x85), + static_cast(0x01), + static_cast(0xf8), + static_cast(0x8b), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0xf2), + static_cast(0xfc), + static_cast(0xbb), + static_cast(0x76), + static_cast(0x01), + static_cast(0x99), + static_cast(0x5e), + static_cast(0x01), + static_cast(0xa1), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xea), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x72), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x45), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x97), + static_cast(0xff), + static_cast(0x55), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x53), + static_cast(0xff), + static_cast(0xde), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x20), + static_cast(0x00), + static_cast(0x17), + static_cast(0x31), + static_cast(0x00), + static_cast(0x44), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x97), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x61), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x91), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x07), + static_cast(0x00), + static_cast(0x37), + static_cast(0x00), + static_cast(0x00), + static_cast(0x71), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xac), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xca), + static_cast(0xff), + static_cast(0x07), + static_cast(0x82), + static_cast(0xff), + static_cast(0x81), + static_cast(0x35), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x81), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x06), + static_cast(0x00), + static_cast(0xac), + static_cast(0x25), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x19), + static_cast(0x00), + static_cast(0xff), + static_cast(0xee), + static_cast(0xff), + static_cast(0xda), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x76), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x49), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x31), + static_cast(0xff), + static_cast(0x48), + static_cast(0x45), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x89), + static_cast(0xff), + static_cast(0x91), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x15), + static_cast(0x04), + static_cast(0x00), + static_cast(0x53), + static_cast(0x48), + static_cast(0x00), + static_cast(0xac), + static_cast(0x18), + static_cast(0x00), + static_cast(0x79), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x30), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xd8), + static_cast(0x07), + static_cast(0xcb), + static_cast(0x95), + static_cast(0x0d), + static_cast(0x11), + static_cast(0xe1), + static_cast(0x05), + static_cast(0x8b), + static_cast(0xe9), + static_cast(0x04), + static_cast(0x0f), + static_cast(0x76), + static_cast(0x07), + static_cast(0x7e), + static_cast(0xbd), + static_cast(0x01), + static_cast(0x29), + static_cast(0x51), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x91), + static_cast(0x00), + static_cast(0x15), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0x4a), + static_cast(0x22), + static_cast(0xfd), + static_cast(0x02), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x04), + static_cast(0x35), + static_cast(0x01), + static_cast(0x01), + static_cast(0x40), + static_cast(0x02), + static_cast(0x1e), + static_cast(0x67), + static_cast(0x01), + static_cast(0x54), + static_cast(0x33), + static_cast(0xfe), + static_cast(0x28), + static_cast(0x83), + static_cast(0xfd), + static_cast(0x79), + static_cast(0x93), + static_cast(0x00), + static_cast(0x77), + static_cast(0xf7), + static_cast(0x00), + static_cast(0x51), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x23), + static_cast(0xff), + static_cast(0x30), + static_cast(0x61), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xae), + static_cast(0xff), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x19), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xca), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x79), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x69), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x23), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x19), + static_cast(0x00), + static_cast(0x0f), + static_cast(0xce), + static_cast(0xff), + static_cast(0xba), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x31), + static_cast(0x00), + static_cast(0x64), + static_cast(0x58), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x21), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x98), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x56), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x73), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x88), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xca), + static_cast(0x93), + static_cast(0xff), + static_cast(0x90), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x55), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x99), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x83), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x65), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x59), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x30), + static_cast(0xff), + static_cast(0x95), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x68), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x51), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x01), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x78), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x85), + static_cast(0x14), + static_cast(0x00), + static_cast(0x27), + static_cast(0xea), + static_cast(0xff), + static_cast(0x11), + static_cast(0x82), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x21), + static_cast(0xff), + static_cast(0x71), + static_cast(0x1d), + static_cast(0x06), + static_cast(0x04), + static_cast(0x41), + static_cast(0x0b), + static_cast(0x76), + static_cast(0x08), + static_cast(0x06), + static_cast(0x7c), + static_cast(0x91), + static_cast(0x04), + static_cast(0x10), + static_cast(0xe6), + static_cast(0x05), + static_cast(0x42), + static_cast(0x24), + static_cast(0x02), + static_cast(0x70), + static_cast(0x3f), + static_cast(0x01), + static_cast(0x85), + static_cast(0xb3), + static_cast(0x00), + static_cast(0xf7), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x97), + static_cast(0x13), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x95), + static_cast(0x00), + static_cast(0x31), + static_cast(0xd6), + static_cast(0x01), + static_cast(0xb7), + static_cast(0x69), + static_cast(0x02), + static_cast(0x6d), + static_cast(0x2f), + static_cast(0x01), + static_cast(0x53), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x41), + static_cast(0x48), + static_cast(0x00), + static_cast(0x90), + static_cast(0x8d), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x83), + static_cast(0xff), + static_cast(0x83), + static_cast(0x55), + static_cast(0xff), + static_cast(0x30), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x40), + static_cast(0x00), + static_cast(0x27), + static_cast(0x37), + static_cast(0x00), + static_cast(0x82), + static_cast(0x96), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x04), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x96), + static_cast(0x62), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0x81), + static_cast(0xff), + static_cast(0x33), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x66), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x05), + static_cast(0x00), + static_cast(0xde), + static_cast(0x10), + static_cast(0x00), + static_cast(0x9a), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x26), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x92), + static_cast(0x68), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x25), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x37), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x88), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x78), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x87), + static_cast(0xad), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x00), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x96), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x73), + static_cast(0x69), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x76), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x35), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x26), + static_cast(0x46), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xde), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x66), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x37), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xf8), + static_cast(0x04), + static_cast(0x2d), + static_cast(0x91), + static_cast(0x08), + static_cast(0xa8), + static_cast(0x9b), + static_cast(0x05), + static_cast(0xf0), + static_cast(0x40), + static_cast(0x05), + static_cast(0xe6), + static_cast(0xf7), + static_cast(0x04), + static_cast(0x9b), + static_cast(0x48), + static_cast(0x02), + static_cast(0x28), + static_cast(0x90), + static_cast(0x01), + static_cast(0x22), + static_cast(0x83), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x78), + static_cast(0xff), + static_cast(0x45), + static_cast(0x04), + static_cast(0xff), + static_cast(0x23), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xd4), + static_cast(0x1c), + static_cast(0x02), + static_cast(0x3f), + static_cast(0xbb), + static_cast(0x02), + static_cast(0xab), + static_cast(0x44), + static_cast(0x01), + static_cast(0x2b), + static_cast(0x28), + static_cast(0xff), + static_cast(0x64), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x11), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x99), + static_cast(0x29), + static_cast(0x00), + static_cast(0x11), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x50), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x83), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x84), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x27), + static_cast(0xee), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xae), + static_cast(0x10), + static_cast(0x00), + static_cast(0x56), + static_cast(0x00), + static_cast(0x00), + static_cast(0x69), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xab), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xba), + static_cast(0x71), + static_cast(0xff), + static_cast(0xee), + static_cast(0x25), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x01), + static_cast(0x71), + static_cast(0xff), + static_cast(0x89), + static_cast(0x97), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x73), + static_cast(0xff), + static_cast(0x57), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x35), + static_cast(0x94), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xae), + static_cast(0xff), + static_cast(0x89), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x77), + static_cast(0x48), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x71), + static_cast(0x43), + static_cast(0xff), + static_cast(0x54), + static_cast(0x58), + static_cast(0xff), + static_cast(0x87), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x68), + static_cast(0x93), + static_cast(0xff), + static_cast(0x51), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x89), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x28), + static_cast(0x76), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x95), + static_cast(0xef), + static_cast(0x03), + static_cast(0x6b), + static_cast(0xc3), + static_cast(0x06), + static_cast(0xd6), + static_cast(0x1b), + static_cast(0x05), + static_cast(0xc4), + static_cast(0x9e), + static_cast(0x04), + static_cast(0xb7), + static_cast(0xed), + static_cast(0x03), + static_cast(0x54), + static_cast(0x46), + static_cast(0x02), + static_cast(0x35), + static_cast(0xe9), + static_cast(0x01), + static_cast(0xf2), + static_cast(0x08), + static_cast(0x01), + static_cast(0xa8), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x24), + static_cast(0x13), + static_cast(0x00), + static_cast(0x46), + static_cast(0x74), + static_cast(0x00), + static_cast(0x26), + static_cast(0xdd), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x7d), + static_cast(0x01), + static_cast(0x4e), + static_cast(0x33), + static_cast(0x02), + static_cast(0x85), + static_cast(0xaf), + static_cast(0x02), + static_cast(0x1b), + static_cast(0x74), + static_cast(0x01), + static_cast(0xe8), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x01), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x58), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x02), + static_cast(0x00), + static_cast(0x33), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x01), + static_cast(0x34), + static_cast(0x00), + static_cast(0x94), + static_cast(0x34), + static_cast(0x00), + static_cast(0xac), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x87), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x84), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x09), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x43), + static_cast(0xca), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x82), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x63), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x45), + static_cast(0xff), + static_cast(0x14), + static_cast(0x35), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x88), + static_cast(0xff), + static_cast(0x94), + static_cast(0x91), + static_cast(0xff), + static_cast(0x03), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x76), + static_cast(0x75), + static_cast(0xff), + static_cast(0x83), + static_cast(0x59), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x75), + static_cast(0xff), + static_cast(0x98), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xad), + static_cast(0xae), + static_cast(0xff), + static_cast(0x53), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x63), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x65), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x01), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x28), + static_cast(0x66), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x84), + static_cast(0xff), + static_cast(0x66), + static_cast(0x99), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x24), + static_cast(0xad), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xad), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x80), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x60), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x8b), + static_cast(0x03), + static_cast(0x8f), + static_cast(0xc8), + static_cast(0x05), + static_cast(0x5a), + static_cast(0x4f), + static_cast(0x04), + static_cast(0xc2), + static_cast(0xb5), + static_cast(0x03), + static_cast(0xe2), + static_cast(0x17), + static_cast(0x03), + static_cast(0x01), + static_cast(0x69), + static_cast(0x02), + static_cast(0xed), + static_cast(0x4b), + static_cast(0x02), + static_cast(0x97), + static_cast(0x00), + static_cast(0x02), + static_cast(0xa4), + static_cast(0x60), + static_cast(0x01), + static_cast(0xc6), + static_cast(0xc5), + static_cast(0x00), + static_cast(0x41), + static_cast(0x42), + static_cast(0x01), + static_cast(0xd8), + static_cast(0xc7), + static_cast(0x01), + static_cast(0xef), + static_cast(0xec), + static_cast(0x01), + static_cast(0xe8), + static_cast(0x40), + static_cast(0x02), + static_cast(0x2e), + static_cast(0x23), + static_cast(0x02), + static_cast(0x6c), + static_cast(0xd0), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x34), + static_cast(0xff), + static_cast(0x17), + static_cast(0x56), + static_cast(0xff), + static_cast(0xca), + static_cast(0x15), + static_cast(0x00), + static_cast(0xe9), + static_cast(0x38), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x40), + static_cast(0x00), + static_cast(0x09), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xea), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x94), + static_cast(0x13), + static_cast(0x00), + static_cast(0x34), + static_cast(0xad), + static_cast(0xff), + static_cast(0xca), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x64), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x11), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x14), + static_cast(0x00), + static_cast(0x82), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x83), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x50), + static_cast(0xff), + static_cast(0x58), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x43), + static_cast(0x75), + static_cast(0xff), + static_cast(0x90), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x75), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x14), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x06), + static_cast(0x84), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x89), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x43), + static_cast(0x72), + static_cast(0xff), + static_cast(0x68), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x28), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x91), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x93), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x48), + static_cast(0x07), + static_cast(0xff), + static_cast(0x60), + static_cast(0x09), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x62), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x91), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x09), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x22), + static_cast(0x98), + static_cast(0xff), + static_cast(0x12), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x53), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xcb), + static_cast(0x02), + static_cast(0xc6), + static_cast(0x8f), + static_cast(0x04), + static_cast(0x37), + static_cast(0x56), + static_cast(0x03), + static_cast(0x67), + static_cast(0x58), + static_cast(0x03), + static_cast(0xd9), + static_cast(0x8e), + static_cast(0x03), + static_cast(0x27), + static_cast(0x02), + static_cast(0x03), + static_cast(0xee), + static_cast(0xda), + static_cast(0x02), + static_cast(0xbe), + static_cast(0xdd), + static_cast(0x02), + static_cast(0xfb), + static_cast(0xb5), + static_cast(0x02), + static_cast(0xda), + static_cast(0x28), + static_cast(0x02), + static_cast(0x93), + static_cast(0xa7), + static_cast(0x01), + static_cast(0xe2), + static_cast(0x6e), + static_cast(0x01), + static_cast(0xc5), + static_cast(0x74), + static_cast(0x01), + static_cast(0x85), + static_cast(0x95), + static_cast(0x01), + static_cast(0x33), + static_cast(0x6e), + static_cast(0x01), + static_cast(0xbe), + static_cast(0xac), + static_cast(0x00), + static_cast(0xde), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x01), + static_cast(0x36), + static_cast(0x00), + static_cast(0x8f), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x12), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x61), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x26), + static_cast(0x66), + static_cast(0x00), + static_cast(0x2d), + static_cast(0x60), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x04), + static_cast(0x00), + static_cast(0x94), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x28), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xea), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x86), + static_cast(0xff), + static_cast(0x27), + static_cast(0x59), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x43), + static_cast(0xff), + static_cast(0x48), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x04), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x67), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x85), + static_cast(0x85), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x60), + static_cast(0x51), + static_cast(0xff), + static_cast(0x73), + static_cast(0x70), + static_cast(0xff), + static_cast(0x14), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x24), + static_cast(0x94), + static_cast(0xff), + static_cast(0x97), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x80), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x06), + static_cast(0x93), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x52), + static_cast(0x71), + static_cast(0xff), + static_cast(0x59), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x46), + static_cast(0xff), + static_cast(0x95), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x78), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x69), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x63), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x66), + static_cast(0xff), + static_cast(0x67), + static_cast(0x81), + static_cast(0xff), + static_cast(0xff), + static_cast(0x73), + static_cast(0xff), + static_cast(0x62), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x53), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x7b), + static_cast(0x02), + static_cast(0x59), + static_cast(0xc1), + static_cast(0x04), + static_cast(0x61), + static_cast(0xef), + static_cast(0x03), + static_cast(0x10), + static_cast(0xee), + static_cast(0x03), + static_cast(0x67), + static_cast(0xb7), + static_cast(0x04), + static_cast(0x1d), + static_cast(0xe9), + static_cast(0x03), + static_cast(0xbf), + static_cast(0xee), + static_cast(0x02), + static_cast(0x5e), + static_cast(0x87), + static_cast(0x02), + static_cast(0x85), + static_cast(0x12), + static_cast(0x02), + static_cast(0x30), + static_cast(0xd3), + static_cast(0x01), + static_cast(0xf0), + static_cast(0xc7), + static_cast(0x01), + static_cast(0xd0), + static_cast(0x6e), + static_cast(0x01), + static_cast(0xfc), + static_cast(0x01), + static_cast(0x01), + static_cast(0x4f), + static_cast(0xa9), + static_cast(0x00), + static_cast(0xbc), + static_cast(0xb6), + static_cast(0x00), + static_cast(0xee), + static_cast(0xea), + static_cast(0x00), + static_cast(0x86), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x63), + static_cast(0x17), + static_cast(0x00), + static_cast(0x1b), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x89), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x15), + static_cast(0x91), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x43), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x79), + static_cast(0x00), + static_cast(0xef), + static_cast(0x7c), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x8a), + static_cast(0x00), + static_cast(0xde), + static_cast(0x7a), + static_cast(0x00), + static_cast(0xa2), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x94), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x81), + static_cast(0xff), + static_cast(0x50), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x63), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x85), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xba), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x03), + static_cast(0x42), + static_cast(0xff), + static_cast(0xba), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x80), + static_cast(0xff), + static_cast(0x79), + static_cast(0x51), + static_cast(0xff), + static_cast(0xce), + static_cast(0x47), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x87), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x97), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x94), + static_cast(0xff), + static_cast(0xba), + static_cast(0x98), + static_cast(0xff), + static_cast(0x14), + static_cast(0x94), + static_cast(0xff), + static_cast(0x78), + static_cast(0x95), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x66), + static_cast(0x44), + static_cast(0xff), + static_cast(0x26), + static_cast(0x40), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x59), + static_cast(0xff), + static_cast(0x78), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x96), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x83), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x26), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x21), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x53), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x48), + static_cast(0x43), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x63), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x22), + static_cast(0xcd), + static_cast(0x02), + static_cast(0x83), + static_cast(0xfd), + static_cast(0x05), + static_cast(0x60), + static_cast(0x8e), + static_cast(0x05), + static_cast(0x44), + static_cast(0xb4), + static_cast(0x04), + static_cast(0x17), + static_cast(0x4b), + static_cast(0x04), + static_cast(0x3d), + static_cast(0x8a), + static_cast(0x03), + static_cast(0xc3), + static_cast(0x39), + static_cast(0x03), + static_cast(0xe1), + static_cast(0x58), + static_cast(0x02), + static_cast(0x67), + static_cast(0x3a), + static_cast(0x01), + static_cast(0x77), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x88), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x27), + static_cast(0xdb), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x0f), + static_cast(0x3b), + static_cast(0x01), + static_cast(0x96), + static_cast(0x09), + static_cast(0x01), + static_cast(0xea), + static_cast(0xcb), + static_cast(0x00), + static_cast(0x92), + static_cast(0x43), + static_cast(0x00), + static_cast(0xe2), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x95), + static_cast(0xff), + static_cast(0x25), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x48), + static_cast(0x08), + static_cast(0x00), + static_cast(0x93), + static_cast(0x27), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x94), + static_cast(0x00), + static_cast(0x5c), + static_cast(0x88), + static_cast(0x00), + static_cast(0x65), + static_cast(0x72), + static_cast(0x00), + static_cast(0xe2), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x16), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x09), + static_cast(0x95), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x43), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x05), + static_cast(0x29), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x99), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x99), + static_cast(0xff), + static_cast(0xba), + static_cast(0x75), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x57), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x30), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x48), + static_cast(0xff), + static_cast(0x43), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x12), + static_cast(0x81), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x85), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x75), + static_cast(0xff), + static_cast(0x73), + static_cast(0x81), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x78), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x55), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x74), + static_cast(0xff), + static_cast(0x11), + static_cast(0x89), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x65), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x39), + static_cast(0x58), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x88), + static_cast(0x56), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x57), + static_cast(0xff), + static_cast(0xca), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x93), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x27), + static_cast(0x03), + static_cast(0x64), + static_cast(0x6b), + static_cast(0x06), + static_cast(0x44), + static_cast(0x8c), + static_cast(0x05), + static_cast(0xd3), + static_cast(0x7c), + static_cast(0x04), + static_cast(0xc2), + static_cast(0x17), + static_cast(0x04), + static_cast(0xe9), + static_cast(0x8b), + static_cast(0x03), + static_cast(0x79), + static_cast(0x6a), + static_cast(0x03), + static_cast(0x56), + static_cast(0x81), + static_cast(0x02), + static_cast(0xd5), + static_cast(0x26), + static_cast(0x01), + static_cast(0x6d), + static_cast(0x25), + static_cast(0x00), + static_cast(0xc0), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x61), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x4f), + static_cast(0x01), + static_cast(0x4a), + static_cast(0x62), + static_cast(0x01), + static_cast(0x0f), + static_cast(0xe1), + static_cast(0x00), + static_cast(0x9a), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x25), + static_cast(0x1e), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x18), + static_cast(0x00), + static_cast(0x97), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x34), + static_cast(0x00), + static_cast(0x14), + static_cast(0x52), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x11), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x53), + static_cast(0x00), + static_cast(0x67), + static_cast(0xd2), + static_cast(0x00), + static_cast(0xa2), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x0b), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x76), + static_cast(0x51), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x85), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x60), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xee), + static_cast(0x41), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x35), + static_cast(0xff), + static_cast(0x49), + static_cast(0x54), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x66), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x65), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x78), + static_cast(0xff), + static_cast(0x73), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x17), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x96), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x31), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x85), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x50), + static_cast(0xff), + static_cast(0x32), + static_cast(0x78), + static_cast(0xff), + static_cast(0x34), + static_cast(0x79), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x47), + static_cast(0x73), + static_cast(0xff), + static_cast(0x14), + static_cast(0x61), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xda), + static_cast(0x0a), + static_cast(0x03), + static_cast(0x57), + static_cast(0x54), + static_cast(0x06), + static_cast(0x7c), + static_cast(0xf7), + static_cast(0x04), + static_cast(0xd2), + static_cast(0xa3), + static_cast(0x03), + static_cast(0x1a), + static_cast(0xe1), + static_cast(0x03), + static_cast(0x16), + static_cast(0x8e), + static_cast(0x03), + static_cast(0x83), + static_cast(0x76), + static_cast(0x03), + static_cast(0x60), + static_cast(0xaa), + static_cast(0x02), + static_cast(0x05), + static_cast(0x15), + static_cast(0x01), + static_cast(0x41), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x6c), + static_cast(0x00), + static_cast(0x95), + static_cast(0x2f), + static_cast(0x01), + static_cast(0x28), + static_cast(0xd4), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x75), + static_cast(0x00), + static_cast(0xb6), + static_cast(0x91), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x22), + static_cast(0x03), + static_cast(0x01), + static_cast(0x29), + static_cast(0xec), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x14), + static_cast(0x00), + static_cast(0x33), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x31), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x24), + static_cast(0x00), + static_cast(0xea), + static_cast(0x45), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xc3), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x01), + static_cast(0x00), + static_cast(0x65), + static_cast(0x19), + static_cast(0xff), + static_cast(0x69), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x70), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x55), + static_cast(0xff), + static_cast(0x20), + static_cast(0x68), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x38), + static_cast(0xff), + static_cast(0x53), + static_cast(0x13), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x45), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x46), + static_cast(0xff), + static_cast(0xba), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x46), + static_cast(0x51), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x73), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xac), + static_cast(0x90), + static_cast(0xff), + static_cast(0x94), + static_cast(0x76), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x68), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x24), + static_cast(0x85), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x91), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x48), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x38), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x55), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x53), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x97), + static_cast(0x87), + static_cast(0xff), + static_cast(0x24), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x05), + static_cast(0x64), + static_cast(0xff), + static_cast(0x92), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x63), + static_cast(0x43), + static_cast(0xff), + static_cast(0x66), + static_cast(0xa6), + static_cast(0x03), + static_cast(0x6f), + static_cast(0x30), + static_cast(0x07), + static_cast(0xa6), + static_cast(0xd5), + static_cast(0x04), + static_cast(0xc4), + static_cast(0xe4), + static_cast(0x02), + static_cast(0x65), + static_cast(0xd1), + static_cast(0x02), + static_cast(0x3c), + static_cast(0x74), + static_cast(0x02), + static_cast(0x58), + static_cast(0x08), + static_cast(0x03), + static_cast(0x4f), + static_cast(0x9c), + static_cast(0x02), + static_cast(0x1f), + static_cast(0x18), + static_cast(0x01), + static_cast(0x73), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x21), + static_cast(0x00), + static_cast(0xd6), + static_cast(0xe1), + static_cast(0x01), + static_cast(0x82), + static_cast(0xc8), + static_cast(0x01), + static_cast(0x0c), + static_cast(0xe5), + static_cast(0x00), + static_cast(0x18), + static_cast(0x07), + static_cast(0x00), + static_cast(0x47), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xec), + static_cast(0x28), + static_cast(0x01), + static_cast(0x3a), + static_cast(0x3c), + static_cast(0x01), + static_cast(0xa7), + static_cast(0xfb), + static_cast(0x00), + static_cast(0x91), + static_cast(0xc2), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xef), + static_cast(0x37), + static_cast(0x00), + static_cast(0xc2), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x55), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x61), + static_cast(0xed), + static_cast(0xff), + static_cast(0x33), + static_cast(0x45), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x68), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x60), + static_cast(0x00), + static_cast(0x14), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x51), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x03), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xce), + static_cast(0x82), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x79), + static_cast(0xff), + static_cast(0x92), + static_cast(0x46), + static_cast(0xff), + static_cast(0x92), + static_cast(0x45), + static_cast(0xff), + static_cast(0x02), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x47), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xda), + static_cast(0x51), + static_cast(0xff), + static_cast(0x82), + static_cast(0x55), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x35), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x43), + static_cast(0x83), + static_cast(0xff), + static_cast(0x71), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x38), + static_cast(0x79), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x27), + static_cast(0x71), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xae), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x73), + static_cast(0x45), + static_cast(0xff), + static_cast(0x12), + static_cast(0x37), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x28), + static_cast(0x84), + static_cast(0xff), + static_cast(0xae), + static_cast(0x88), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x57), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x52), + static_cast(0xff), + static_cast(0x31), + static_cast(0x43), + static_cast(0xff), + static_cast(0x50), + static_cast(0x0e), + static_cast(0x04), + static_cast(0x68), + static_cast(0x7e), + static_cast(0x08), + static_cast(0x9b), + static_cast(0x7d), + static_cast(0x05), + static_cast(0x9c), + static_cast(0x88), + static_cast(0x02), + static_cast(0x09), + static_cast(0x88), + static_cast(0x02), + static_cast(0xfa), + static_cast(0xdd), + static_cast(0x01), + static_cast(0x6f), + static_cast(0x88), + static_cast(0x02), + static_cast(0xc2), + static_cast(0xe5), + static_cast(0x01), + static_cast(0x47), + static_cast(0x01), + static_cast(0x00), + static_cast(0x55), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x28), + static_cast(0x02), + static_cast(0xda), + static_cast(0xd1), + static_cast(0x02), + static_cast(0xee), + static_cast(0x1d), + static_cast(0x01), + static_cast(0x5b), + static_cast(0x25), + static_cast(0x00), + static_cast(0x45), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x17), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x67), + static_cast(0x46), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xd7), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x03), + static_cast(0x01), + static_cast(0x69), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x72), + static_cast(0xa1), + static_cast(0x00), + static_cast(0x13), + static_cast(0x78), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x49), + static_cast(0x00), + static_cast(0xcd), + static_cast(0xec), + static_cast(0xff), + static_cast(0x04), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xde), + static_cast(0xff), + static_cast(0xba), + static_cast(0x89), + static_cast(0xff), + static_cast(0x49), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x72), + static_cast(0x37), + static_cast(0x00), + static_cast(0xb6), + static_cast(0x76), + static_cast(0x00), + static_cast(0x99), + static_cast(0xa0), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x48), + static_cast(0x00), + static_cast(0xda), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x05), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x16), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x58), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x69), + static_cast(0xff), + static_cast(0x15), + static_cast(0x53), + static_cast(0xff), + static_cast(0x88), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x61), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x62), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x87), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x96), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x51), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x85), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x90), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x76), + static_cast(0xff), + static_cast(0x48), + static_cast(0x58), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x69), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x44), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x72), + static_cast(0x42), + static_cast(0xff), + static_cast(0x43), + static_cast(0x45), + static_cast(0xff), + static_cast(0x34), + static_cast(0x68), + static_cast(0xff), + static_cast(0x47), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xab), + static_cast(0x36), + static_cast(0xff), + static_cast(0x34), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x41), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x48), + static_cast(0xff), + static_cast(0x03), + static_cast(0x08), + static_cast(0x05), + static_cast(0x75), + static_cast(0x64), + static_cast(0x0a), + static_cast(0x42), + static_cast(0x16), + static_cast(0x06), + static_cast(0x36), + static_cast(0x83), + static_cast(0x02), + static_cast(0x33), + static_cast(0xf5), + static_cast(0x02), + static_cast(0xcc), + static_cast(0x81), + static_cast(0x01), + static_cast(0xa5), + static_cast(0x1b), + static_cast(0x02), + static_cast(0xb4), + static_cast(0x58), + static_cast(0x01), + static_cast(0x72), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x20), + static_cast(0xfd), + static_cast(0x72), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0xd1), + static_cast(0x37), + static_cast(0x02), + static_cast(0x67), + static_cast(0x21), + static_cast(0x03), + static_cast(0x7b), + static_cast(0xae), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x29), + static_cast(0xec), + static_cast(0x00), + static_cast(0x45), + static_cast(0x0d), + static_cast(0x01), + static_cast(0x85), + static_cast(0x46), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x42), + static_cast(0x00), + static_cast(0x17), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x8a), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x6e), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x84), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xef), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x02), + static_cast(0x00), + static_cast(0x63), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xad), + static_cast(0xff), + static_cast(0x85), + static_cast(0x36), + static_cast(0x00), + static_cast(0xea), + static_cast(0x9e), + static_cast(0x00), + static_cast(0x98), + static_cast(0xe3), + static_cast(0x00), + static_cast(0xf0), + static_cast(0x45), + static_cast(0x00), + static_cast(0x58), + static_cast(0x68), + static_cast(0xff), + static_cast(0x37), + static_cast(0x29), + static_cast(0xff), + static_cast(0x50), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x43), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x78), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x75), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x91), + static_cast(0xff), + static_cast(0x10), + static_cast(0x77), + static_cast(0xff), + static_cast(0x83), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x51), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x95), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x62), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x97), + static_cast(0x51), + static_cast(0xff), + static_cast(0x90), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x73), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x66), + static_cast(0xff), + static_cast(0x82), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x27), + static_cast(0xff), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x86), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x64), + static_cast(0xff), + static_cast(0x84), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x25), + static_cast(0xff), + static_cast(0x22), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x60), + static_cast(0xff), + static_cast(0x78), + static_cast(0xa7), + static_cast(0x05), + static_cast(0xae), + static_cast(0x5c), + static_cast(0x0c), + static_cast(0xb7), + static_cast(0x0d), + static_cast(0x07), + static_cast(0x1f), + static_cast(0x2f), + static_cast(0x02), + static_cast(0x9e), + static_cast(0x86), + static_cast(0x03), + static_cast(0x9a), + static_cast(0x61), + static_cast(0x01), + static_cast(0x9a), + static_cast(0xd3), + static_cast(0x01), + static_cast(0x89), + static_cast(0x77), + static_cast(0x01), + static_cast(0x76), + static_cast(0x9f), + static_cast(0xfd), + static_cast(0xd7), + static_cast(0xf8), + static_cast(0xfb), + static_cast(0xac), + static_cast(0xaa), + static_cast(0xfc), + static_cast(0xd5), + static_cast(0x0b), + static_cast(0x02), + static_cast(0x46), + static_cast(0x8a), + static_cast(0x03), + static_cast(0x24), + static_cast(0xba), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x56), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x59), + static_cast(0x60), + static_cast(0x01), + static_cast(0x65), + static_cast(0x5c), + static_cast(0x01), + static_cast(0x7c), + static_cast(0xa1), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x98), + static_cast(0xc9), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x18), + static_cast(0x00), + static_cast(0x48), + static_cast(0x88), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x73), + static_cast(0x00), + static_cast(0x6e), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x50), + static_cast(0x00), + static_cast(0x23), + static_cast(0x17), + static_cast(0x00), + static_cast(0x1f), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x02), + static_cast(0x00), + static_cast(0x81), + static_cast(0x73), + static_cast(0x00), + static_cast(0x47), + static_cast(0x48), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x00), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x6a), + static_cast(0x00), + static_cast(0x97), + static_cast(0x45), + static_cast(0x00), + static_cast(0x38), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x13), + static_cast(0x72), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x20), + static_cast(0x41), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x98), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x48), + static_cast(0xff), + static_cast(0x23), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x75), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x64), + static_cast(0x99), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x71), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x70), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x50), + static_cast(0xff), + static_cast(0x18), + static_cast(0x68), + static_cast(0xff), + static_cast(0x95), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x71), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x56), + static_cast(0x34), + static_cast(0xff), + static_cast(0x06), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xef), + static_cast(0x53), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x50), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x34), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x36), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x59), + static_cast(0xff), + static_cast(0xea), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x15), + static_cast(0x06), + static_cast(0xde), + static_cast(0x51), + static_cast(0x0e), + static_cast(0x3a), + static_cast(0x49), + static_cast(0x08), + static_cast(0x09), + static_cast(0xa4), + static_cast(0x01), + static_cast(0x74), + static_cast(0x4d), + static_cast(0x04), + static_cast(0x92), + static_cast(0x95), + static_cast(0x01), + static_cast(0x9a), + static_cast(0x6c), + static_cast(0x01), + static_cast(0x1c), + static_cast(0x2c), + static_cast(0x02), + static_cast(0x33), + static_cast(0xbf), + static_cast(0xfc), + static_cast(0x13), + static_cast(0xa9), + static_cast(0xfa), + static_cast(0xb6), + static_cast(0xb1), + static_cast(0xfb), + static_cast(0xb7), + static_cast(0xea), + static_cast(0x01), + static_cast(0xa9), + static_cast(0x6b), + static_cast(0x04), + static_cast(0x32), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x41), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x48), + static_cast(0x87), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x30), + static_cast(0x01), + static_cast(0x55), + static_cast(0x5a), + static_cast(0x01), + static_cast(0x08), + static_cast(0xc3), + static_cast(0x00), + static_cast(0x83), + static_cast(0xb7), + static_cast(0x00), + static_cast(0x9b), + static_cast(0x6d), + static_cast(0x01), + static_cast(0xcc), + static_cast(0x52), + static_cast(0x00), + static_cast(0xa9), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x93), + static_cast(0x88), + static_cast(0x00), + static_cast(0xbb), + static_cast(0xce), + static_cast(0xff), + static_cast(0x94), + static_cast(0x34), + static_cast(0x00), + static_cast(0x83), + static_cast(0x40), + static_cast(0x00), + static_cast(0xa7), + static_cast(0xea), + static_cast(0xff), + static_cast(0x05), + static_cast(0x55), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x75), + static_cast(0x00), + static_cast(0x4e), + static_cast(0x19), + static_cast(0x00), + static_cast(0x51), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x76), + static_cast(0x22), + static_cast(0x00), + static_cast(0x69), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x63), + static_cast(0x69), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x93), + static_cast(0xae), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x67), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x58), + static_cast(0xff), + static_cast(0x11), + static_cast(0x63), + static_cast(0xff), + static_cast(0x10), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x99), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x73), + static_cast(0xff), + static_cast(0x32), + static_cast(0x69), + static_cast(0xff), + static_cast(0x38), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x60), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x94), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x20), + static_cast(0xff), + static_cast(0x87), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x52), + static_cast(0xff), + static_cast(0x76), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x58), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x90), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xb6), + static_cast(0x07), + static_cast(0xd5), + static_cast(0x7a), + static_cast(0x11), + static_cast(0xba), + static_cast(0x70), + static_cast(0x08), + static_cast(0xd5), + static_cast(0x85), + static_cast(0x00), + static_cast(0xc8), + static_cast(0x68), + static_cast(0x05), + static_cast(0x73), + static_cast(0x58), + static_cast(0x01), + static_cast(0x5f), + static_cast(0x25), + static_cast(0x01), + static_cast(0xbe), + static_cast(0x9e), + static_cast(0x02), + static_cast(0x6a), + static_cast(0x39), + static_cast(0xfb), + static_cast(0x76), + static_cast(0x5a), + static_cast(0xf9), + static_cast(0xac), + static_cast(0x23), + static_cast(0xfb), + static_cast(0xa8), + static_cast(0x86), + static_cast(0x02), + static_cast(0xe5), + static_cast(0x03), + static_cast(0x05), + static_cast(0x91), + static_cast(0x76), + static_cast(0xfd), + static_cast(0xe2), + static_cast(0x7a), + static_cast(0xfd), + static_cast(0x04), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0xef), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x70), + static_cast(0x75), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x91), + static_cast(0x00), + static_cast(0xce), + static_cast(0x43), + static_cast(0x01), + static_cast(0x49), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x33), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x7e), + static_cast(0xe5), + static_cast(0x00), + static_cast(0x06), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x21), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x29), + static_cast(0x37), + static_cast(0x00), + static_cast(0x4a), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x23), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x76), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x50), + static_cast(0x00), + static_cast(0x43), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x45), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xec), + static_cast(0xff), + static_cast(0xea), + static_cast(0x73), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x70), + static_cast(0x00), + static_cast(0xb7), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x6a), + static_cast(0xef), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x27), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xda), + static_cast(0x52), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x52), + static_cast(0xff), + static_cast(0x45), + static_cast(0x45), + static_cast(0xff), + static_cast(0x94), + static_cast(0x61), + static_cast(0xff), + static_cast(0x16), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x24), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x09), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x09), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x88), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x72), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x67), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x03), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x50), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x87), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xec), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x51), + static_cast(0x15), + static_cast(0x09), + static_cast(0xec), + static_cast(0x94), + static_cast(0x14), + static_cast(0x5e), + static_cast(0xcd), + static_cast(0x08), + static_cast(0x8a), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x82), + static_cast(0x06), + static_cast(0xf9), + static_cast(0x61), + static_cast(0x01), + static_cast(0xbd), + static_cast(0x48), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x29), + static_cast(0x03), + static_cast(0x7c), + static_cast(0xd2), + static_cast(0xf9), + static_cast(0xeb), + static_cast(0x43), + static_cast(0xf8), + static_cast(0x54), + static_cast(0x80), + static_cast(0xfb), + static_cast(0x94), + static_cast(0xfc), + static_cast(0x02), + static_cast(0xc1), + static_cast(0x5a), + static_cast(0x05), + static_cast(0xd2), + static_cast(0x52), + static_cast(0xfc), + static_cast(0x5e), + static_cast(0xd4), + static_cast(0xfc), + static_cast(0xc9), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xed), + static_cast(0xd9), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x59), + static_cast(0x00), + static_cast(0x67), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x10), + static_cast(0x27), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x20), + static_cast(0x01), + static_cast(0x0f), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x96), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xea), + static_cast(0x3b), + static_cast(0x01), + static_cast(0x0d), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x41), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x60), + static_cast(0x00), + static_cast(0x03), + static_cast(0x5b), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x9d), + static_cast(0x28), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x95), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xc8), + static_cast(0x80), + static_cast(0x00), + static_cast(0x46), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x76), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x54), + static_cast(0x16), + static_cast(0x00), + static_cast(0x80), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xad), + static_cast(0x17), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x22), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x02), + static_cast(0x00), + static_cast(0xac), + static_cast(0x16), + static_cast(0x00), + static_cast(0xde), + static_cast(0x92), + static_cast(0xff), + static_cast(0xee), + static_cast(0x87), + static_cast(0xff), + static_cast(0x28), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x56), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x74), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x05), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x94), + static_cast(0x62), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x81), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x26), + static_cast(0x0a), + static_cast(0x0f), + static_cast(0x13), + static_cast(0x18), + static_cast(0x1d), + static_cast(0x60), + static_cast(0x0a), + static_cast(0xc0), + static_cast(0xc5), + static_cast(0xfc), + static_cast(0x32), + static_cast(0x40), + static_cast(0x07), + static_cast(0xe7), + static_cast(0x4c), + static_cast(0x02), + static_cast(0xb5), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x03), + static_cast(0xde), + static_cast(0xc4), + static_cast(0xf8), + static_cast(0xc9), + static_cast(0x81), + static_cast(0xf6), + static_cast(0x61), + static_cast(0x14), + static_cast(0xfc), + static_cast(0x1a), + static_cast(0x14), + static_cast(0x03), + static_cast(0xb5), + static_cast(0xec), + static_cast(0x05), + static_cast(0x6a), + static_cast(0xf5), + static_cast(0xfb), + static_cast(0xa6), + static_cast(0xc6), + static_cast(0xfb), + static_cast(0xcd), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x05), + static_cast(0x01), + static_cast(0x3f), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x49), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x3f), + static_cast(0x33), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x57), + static_cast(0x00), + static_cast(0xc4), + static_cast(0xea), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x15), + static_cast(0x0c), + static_cast(0x01), + static_cast(0xc4), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x99), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x33), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x8c), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x4e), + static_cast(0x00), + static_cast(0xcd), + static_cast(0xb0), + static_cast(0x00), + static_cast(0x3c), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x16), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x5a), + static_cast(0x00), + static_cast(0xed), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x84), + static_cast(0x39), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x43), + static_cast(0x00), + static_cast(0xc0), + static_cast(0xce), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x32), + static_cast(0x00), + static_cast(0xda), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x65), + static_cast(0x67), + static_cast(0xff), + static_cast(0x48), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x20), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x93), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x34), + static_cast(0x00), + static_cast(0xed), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x55), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x74), + static_cast(0xff), + static_cast(0x92), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x40), + static_cast(0x27), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x61), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x22), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x70), + static_cast(0xff), + static_cast(0x87), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x90), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x29), + static_cast(0x14), + static_cast(0x0e), + static_cast(0xb2), + static_cast(0x9e), + static_cast(0x1b), + static_cast(0x6b), + static_cast(0xe4), + static_cast(0x06), + static_cast(0xcb), + static_cast(0xec), + static_cast(0xfc), + static_cast(0x94), + static_cast(0xac), + static_cast(0x08), + static_cast(0x52), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xed), + static_cast(0x67), + static_cast(0x00), + static_cast(0xab), + static_cast(0x9c), + static_cast(0x02), + static_cast(0xdd), + static_cast(0x3a), + static_cast(0xf6), + static_cast(0xc8), + static_cast(0xb0), + static_cast(0xf6), + static_cast(0xf4), + static_cast(0x84), + static_cast(0xfc), + static_cast(0xe0), + static_cast(0x19), + static_cast(0x05), + static_cast(0xdb), + static_cast(0x31), + static_cast(0x04), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x66), + static_cast(0x87), + static_cast(0xfc), + static_cast(0x7e), + static_cast(0x41), + static_cast(0xfd), + static_cast(0x05), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x78), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x46), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x48), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x60), + static_cast(0x00), + static_cast(0x60), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x99), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x76), + static_cast(0x09), + static_cast(0xff), + static_cast(0x32), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x43), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x26), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x95), + static_cast(0x00), + static_cast(0x7b), + static_cast(0x48), + static_cast(0x00), + static_cast(0x4b), + static_cast(0xcb), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x20), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x59), + static_cast(0x00), + static_cast(0xee), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x77), + static_cast(0xae), + static_cast(0xff), + static_cast(0x92), + static_cast(0x28), + static_cast(0x00), + static_cast(0xcc), + static_cast(0xce), + static_cast(0xff), + static_cast(0x81), + static_cast(0x93), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x00), + static_cast(0x00), + static_cast(0x71), + static_cast(0x07), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x47), + static_cast(0x35), + static_cast(0xff), + static_cast(0x13), + static_cast(0x60), + static_cast(0xff), + static_cast(0xed), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x72), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x83), + static_cast(0xff), + static_cast(0xff), + static_cast(0x97), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x09), + static_cast(0x00), + static_cast(0x03), + static_cast(0x50), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x25), + static_cast(0x14), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x87), + static_cast(0xff), + static_cast(0x62), + static_cast(0x93), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x71), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x11), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x9f), + static_cast(0xcf), + static_cast(0x0f), + static_cast(0x0b), + static_cast(0x8e), + static_cast(0x1e), + static_cast(0x50), + static_cast(0x81), + static_cast(0x07), + static_cast(0xbc), + static_cast(0x91), + static_cast(0xfc), + static_cast(0xd9), + static_cast(0x8a), + static_cast(0x08), + static_cast(0xff), + static_cast(0x14), + static_cast(0xff), + static_cast(0x35), + static_cast(0x70), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x9a), + static_cast(0x02), + static_cast(0x83), + static_cast(0xe3), + static_cast(0xf4), + static_cast(0x40), + static_cast(0x33), + static_cast(0xf6), + static_cast(0x49), + static_cast(0xd0), + static_cast(0xfc), + static_cast(0xae), + static_cast(0x1a), + static_cast(0x04), + static_cast(0x19), + static_cast(0x7c), + static_cast(0x03), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x69), + static_cast(0x5d), + static_cast(0xfc), + static_cast(0x5e), + static_cast(0x2f), + static_cast(0xfc), + static_cast(0x46), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x69), + static_cast(0x11), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x35), + static_cast(0x01), + static_cast(0x05), + static_cast(0x38), + static_cast(0xff), + static_cast(0xac), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x66), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x23), + static_cast(0xff), + static_cast(0x08), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x39), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x92), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x54), + static_cast(0xff), + static_cast(0x02), + static_cast(0x43), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x38), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x58), + static_cast(0x7f), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x22), + static_cast(0x00), + static_cast(0xbd), + static_cast(0xa6), + static_cast(0x00), + static_cast(0xd4), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x0f), + static_cast(0x00), + static_cast(0xe4), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x00), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xde), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x00), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x64), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x11), + static_cast(0x95), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x32), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x29), + static_cast(0xff), + static_cast(0x46), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x88), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x25), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xac), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x27), + static_cast(0x9f), + static_cast(0x0e), + static_cast(0x9f), + static_cast(0x22), + static_cast(0x20), + static_cast(0xfc), + static_cast(0x0e), + static_cast(0x0c), + static_cast(0x8b), + static_cast(0xda), + static_cast(0xfb), + static_cast(0x53), + static_cast(0x0e), + static_cast(0x08), + static_cast(0x3d), + static_cast(0x14), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x31), + static_cast(0xf6), + static_cast(0x03), + static_cast(0x70), + static_cast(0xdf), + static_cast(0xf5), + static_cast(0xf9), + static_cast(0x1a), + static_cast(0xf5), + static_cast(0xd3), + static_cast(0x24), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0x82), + static_cast(0x01), + static_cast(0x1d), + static_cast(0xc5), + static_cast(0x02), + static_cast(0x38), + static_cast(0x90), + static_cast(0xfd), + static_cast(0x67), + static_cast(0x11), + static_cast(0xfd), + static_cast(0x05), + static_cast(0x09), + static_cast(0xfc), + static_cast(0x2e), + static_cast(0xbd), + static_cast(0xfd), + static_cast(0x8e), + static_cast(0x91), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xa6), + static_cast(0x01), + static_cast(0x98), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x80), + static_cast(0x59), + static_cast(0xff), + static_cast(0x83), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x37), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x01), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x02), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x09), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xc3), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x76), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x54), + static_cast(0x00), + static_cast(0x11), + static_cast(0x29), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x31), + static_cast(0x77), + static_cast(0x00), + static_cast(0x15), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x21), + static_cast(0xea), + static_cast(0xff), + static_cast(0x48), + static_cast(0xee), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x43), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x15), + static_cast(0x30), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x34), + static_cast(0x46), + static_cast(0xff), + static_cast(0x68), + static_cast(0x38), + static_cast(0xff), + static_cast(0x02), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x21), + static_cast(0x00), + static_cast(0x56), + static_cast(0x88), + static_cast(0x00), + static_cast(0x1d), + static_cast(0xba), + static_cast(0xff), + static_cast(0x22), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xec), + static_cast(0xff), + static_cast(0x22), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x4a), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x78), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x54), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x75), + static_cast(0xed), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x38), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x5d), + static_cast(0x10), + static_cast(0x31), + static_cast(0x89), + static_cast(0x21), + static_cast(0xf0), + static_cast(0xa7), + static_cast(0x0b), + static_cast(0xb5), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0xa6), + static_cast(0xb1), + static_cast(0x08), + static_cast(0xf7), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x88), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0xbb), + static_cast(0x02), + static_cast(0x7e), + static_cast(0xe9), + static_cast(0xf5), + static_cast(0x56), + static_cast(0x55), + static_cast(0xf6), + static_cast(0x27), + static_cast(0x8d), + static_cast(0xfd), + static_cast(0x8e), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x63), + static_cast(0x4b), + static_cast(0x00), + static_cast(0xde), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x11), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x7e), + static_cast(0xfc), + static_cast(0x12), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x9e), + static_cast(0x02), + static_cast(0xec), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x28), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x33), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x97), + static_cast(0x12), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x10), + static_cast(0xff), + static_cast(0x96), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x56), + static_cast(0x55), + static_cast(0xff), + static_cast(0x15), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x10), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xff), + static_cast(0x47), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x25), + static_cast(0x00), + static_cast(0x6a), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xce), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x82), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x26), + static_cast(0x00), + static_cast(0x2f), + static_cast(0xde), + static_cast(0xff), + static_cast(0x39), + static_cast(0x07), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x53), + static_cast(0xff), + static_cast(0x07), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x45), + static_cast(0x00), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x04), + static_cast(0xff), + static_cast(0x00), + static_cast(0x64), + static_cast(0xff), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x16), + static_cast(0xe8), + static_cast(0x00), + static_cast(0x24), + static_cast(0x6c), + static_cast(0x00), + static_cast(0x82), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x24), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xba), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x0f), + static_cast(0x00), + static_cast(0xe6), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x38), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x46), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x57), + static_cast(0x00), + static_cast(0x84), + static_cast(0xa4), + static_cast(0x10), + static_cast(0x59), + static_cast(0x6f), + static_cast(0x22), + static_cast(0x46), + static_cast(0x18), + static_cast(0x0d), + static_cast(0x0a), + static_cast(0x49), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xd7), + static_cast(0x09), + static_cast(0x1f), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x09), + static_cast(0xfc), + static_cast(0x91), + static_cast(0x71), + static_cast(0x01), + static_cast(0x56), + static_cast(0xc2), + static_cast(0xf5), + static_cast(0x84), + static_cast(0xed), + static_cast(0xf6), + static_cast(0xcc), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x73), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x92), + static_cast(0xfc), + static_cast(0x15), + static_cast(0x60), + static_cast(0xff), + static_cast(0x71), + static_cast(0x59), + static_cast(0x00), + static_cast(0x33), + static_cast(0x73), + static_cast(0xfd), + static_cast(0xea), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xc6), + static_cast(0x02), + static_cast(0xfa), + static_cast(0x08), + static_cast(0x00), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x36), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x24), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x62), + static_cast(0x24), + static_cast(0xff), + static_cast(0xac), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x45), + static_cast(0x36), + static_cast(0xff), + static_cast(0x24), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x63), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x6c), + static_cast(0x27), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x93), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x37), + static_cast(0x00), + static_cast(0x66), + static_cast(0x85), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x78), + static_cast(0xff), + static_cast(0x68), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x40), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x42), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x68), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xde), + static_cast(0x77), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x52), + static_cast(0x00), + static_cast(0x39), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xff), + static_cast(0x34), + static_cast(0x00), + static_cast(0x8a), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x90), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x92), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x41), + static_cast(0x40), + static_cast(0xff), + static_cast(0x72), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x90), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xac), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x15), + static_cast(0x23), + static_cast(0x00), + static_cast(0x25), + static_cast(0x5b), + static_cast(0x11), + static_cast(0xbb), + static_cast(0x41), + static_cast(0x23), + static_cast(0xd4), + static_cast(0xfa), + static_cast(0x0c), + static_cast(0x6b), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x3a), + static_cast(0xa2), + static_cast(0x0b), + static_cast(0x89), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x24), + static_cast(0xfb), + static_cast(0x06), + static_cast(0x13), + static_cast(0x00), + static_cast(0xe0), + static_cast(0xe1), + static_cast(0xf4), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x75), + static_cast(0x03), + static_cast(0x01), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x3c), + static_cast(0xc8), + static_cast(0xf9), + static_cast(0x8e), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x6a), + static_cast(0x01), + static_cast(0xe3), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x88), + static_cast(0x83), + static_cast(0xfc), + static_cast(0x4c), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0x82), + static_cast(0xff), + static_cast(0x02), + static_cast(0x4a), + static_cast(0xb0), + static_cast(0x00), + static_cast(0x73), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x79), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x73), + static_cast(0x47), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0xc4), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x35), + static_cast(0x05), + static_cast(0xff), + static_cast(0x00), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xff), + static_cast(0xff), + static_cast(0x87), + static_cast(0x56), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x47), + static_cast(0x00), + static_cast(0x14), + static_cast(0x25), + static_cast(0x00), + static_cast(0x8b), + static_cast(0xae), + static_cast(0xff), + static_cast(0x81), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x48), + static_cast(0x55), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x69), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x85), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x11), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x54), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x29), + static_cast(0x69), + static_cast(0xff), + static_cast(0x90), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x43), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x17), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x05), + static_cast(0x00), + static_cast(0x95), + static_cast(0x02), + static_cast(0x00), + static_cast(0xa4), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x73), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x02), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x12), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x38), + static_cast(0x14), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x25), + static_cast(0x00), + static_cast(0x41), + static_cast(0x26), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x2b), + static_cast(0x12), + static_cast(0x8c), + static_cast(0x81), + static_cast(0x24), + static_cast(0xcd), + static_cast(0x2b), + static_cast(0x0c), + static_cast(0x92), + static_cast(0x58), + static_cast(0x00), + static_cast(0x78), + static_cast(0x43), + static_cast(0x0e), + static_cast(0xc5), + static_cast(0x05), + static_cast(0xff), + static_cast(0xca), + static_cast(0xcd), + static_cast(0xf9), + static_cast(0x84), + static_cast(0x04), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x18), + static_cast(0xf4), + static_cast(0x0a), + static_cast(0x11), + static_cast(0xf9), + static_cast(0xc6), + static_cast(0x13), + static_cast(0x03), + static_cast(0xa9), + static_cast(0x87), + static_cast(0xfc), + static_cast(0x39), + static_cast(0xb5), + static_cast(0xf5), + static_cast(0x58), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x42), + static_cast(0x03), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x37), + static_cast(0x6a), + static_cast(0x01), + static_cast(0xf9), + static_cast(0x20), + static_cast(0xfc), + static_cast(0xcf), + static_cast(0xe3), + static_cast(0xfb), + static_cast(0x08), + static_cast(0x90), + static_cast(0x03), + static_cast(0x74), + static_cast(0x06), + static_cast(0x01), + static_cast(0x20), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x4c), + static_cast(0x00), + static_cast(0xc8), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xf3), + static_cast(0xfc), + static_cast(0x60), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xcf), + static_cast(0xfd), + static_cast(0x21), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x85), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x9d), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x63), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x98), + static_cast(0x99), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x10), + static_cast(0x00), + static_cast(0xce), + static_cast(0x53), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x57), + static_cast(0xff), + static_cast(0x83), + static_cast(0x00), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x24), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x60), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x71), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xab), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x89), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x34), + static_cast(0x05), + static_cast(0x00), + static_cast(0x15), + static_cast(0xee), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x20), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x16), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x09), + static_cast(0x21), + static_cast(0x00), + static_cast(0x21), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x81), + static_cast(0x42), + static_cast(0x00), + static_cast(0x12), + static_cast(0x3c), + static_cast(0x13), + static_cast(0x04), + static_cast(0x34), + static_cast(0x26), + static_cast(0xf2), + static_cast(0xcc), + static_cast(0x0a), + static_cast(0x49), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xea), + static_cast(0x10), + static_cast(0xe9), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0xf1), + static_cast(0xf8), + static_cast(0xa7), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x8c), + static_cast(0xf2), + static_cast(0xce), + static_cast(0xd1), + static_cast(0xf9), + static_cast(0x15), + static_cast(0x67), + static_cast(0x06), + static_cast(0x67), + static_cast(0xd2), + static_cast(0xfc), + static_cast(0xf9), + static_cast(0x9e), + static_cast(0xf1), + static_cast(0x18), + static_cast(0x16), + static_cast(0xfc), + static_cast(0x2e), + static_cast(0x28), + static_cast(0x05), + static_cast(0x94), + static_cast(0x51), + static_cast(0x00), + static_cast(0x43), + static_cast(0xcd), + static_cast(0x02), + static_cast(0xfc), + static_cast(0xf1), + static_cast(0xfc), + static_cast(0xde), + static_cast(0x24), + static_cast(0xfa), + static_cast(0x39), + static_cast(0x8b), + static_cast(0x03), + static_cast(0x56), + static_cast(0x9b), + static_cast(0x01), + static_cast(0x39), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x83), + static_cast(0xff), + static_cast(0x03), + static_cast(0x93), + static_cast(0x00), + static_cast(0xd2), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x36), + static_cast(0xb6), + static_cast(0xfc), + static_cast(0xee), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x69), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x5f), + static_cast(0xfd), + static_cast(0xfa), + static_cast(0x91), + static_cast(0xff), + static_cast(0x68), + static_cast(0x38), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xce), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x57), + static_cast(0xff), + static_cast(0x47), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x06), + static_cast(0xff), + static_cast(0x29), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x04), + static_cast(0xff), + static_cast(0x59), + static_cast(0x20), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x22), + static_cast(0xff), + static_cast(0x49), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x56), + static_cast(0xea), + static_cast(0xff), + static_cast(0xec), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x04), + static_cast(0x03), + static_cast(0x00), + static_cast(0xae), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x51), + static_cast(0x20), + static_cast(0x00), + static_cast(0xcb), + static_cast(0xec), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0xea), + static_cast(0xfd), + static_cast(0xee), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x81), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xed), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x61), + static_cast(0x48), + static_cast(0x00), + static_cast(0xe4), + static_cast(0x67), + static_cast(0x15), + static_cast(0xb3), + static_cast(0x2a), + static_cast(0x29), + static_cast(0xe0), + static_cast(0x43), + static_cast(0x08), + static_cast(0x6d), + static_cast(0xe1), + static_cast(0xfc), + static_cast(0xc6), + static_cast(0xd9), + static_cast(0x12), + static_cast(0x47), + static_cast(0x47), + static_cast(0xfe), + static_cast(0x54), + static_cast(0xee), + static_cast(0xf8), + static_cast(0x48), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x71), + static_cast(0x7c), + static_cast(0xf0), + static_cast(0x52), + static_cast(0xba), + static_cast(0xfa), + static_cast(0xe3), + static_cast(0x1f), + static_cast(0x0a), + static_cast(0xd3), + static_cast(0x8b), + static_cast(0xfd), + static_cast(0x87), + static_cast(0x41), + static_cast(0xee), + static_cast(0x16), + static_cast(0x3e), + static_cast(0xf9), + static_cast(0x0a), + static_cast(0xdc), + static_cast(0x05), + static_cast(0x97), + static_cast(0xe9), + static_cast(0x00), + static_cast(0x23), + static_cast(0xee), + static_cast(0x03), + static_cast(0xfc), + static_cast(0x82), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x21), + static_cast(0xf9), + static_cast(0x06), + static_cast(0x8a), + static_cast(0x02), + static_cast(0xa7), + static_cast(0x24), + static_cast(0x02), + static_cast(0xd8), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0x74), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x97), + static_cast(0x00), + static_cast(0xdf), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x93), + static_cast(0xfd), + static_cast(0x35), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xdf), + static_cast(0xfb), + static_cast(0x4c), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0x28), + static_cast(0x00), + static_cast(0x2e), + static_cast(0x24), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x49), + static_cast(0x00), + static_cast(0x04), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x31), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x46), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x27), + static_cast(0x08), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xda), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x89), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x02), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x74), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xec), + static_cast(0xff), + static_cast(0x48), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xa1), + static_cast(0xda), + static_cast(0xff), + static_cast(0x99), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x58), + static_cast(0xed), + static_cast(0xff), + static_cast(0x10), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x99), + static_cast(0x41), + static_cast(0xff), + static_cast(0x69), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0xf3), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x46), + static_cast(0x34), + static_cast(0x00), + static_cast(0x60), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x35), + static_cast(0x00), + static_cast(0x98), + static_cast(0xfc), + static_cast(0x16), + static_cast(0xcb), + static_cast(0xc9), + static_cast(0x2d), + static_cast(0x45), + static_cast(0x3f), + static_cast(0x08), + static_cast(0x1f), + static_cast(0xb0), + static_cast(0xf6), + static_cast(0x82), + static_cast(0x5d), + static_cast(0x12), + static_cast(0x47), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x4a), + static_cast(0xf8), + static_cast(0x20), + static_cast(0xe1), + static_cast(0x03), + static_cast(0xcc), + static_cast(0x84), + static_cast(0xf0), + static_cast(0xe5), + static_cast(0x03), + static_cast(0xf8), + static_cast(0xec), + static_cast(0xea), + static_cast(0x0b), + static_cast(0xaa), + static_cast(0x0e), + static_cast(0x01), + static_cast(0x22), + static_cast(0xff), + static_cast(0xed), + static_cast(0x1e), + static_cast(0x63), + static_cast(0xf5), + static_cast(0x5e), + static_cast(0x2f), + static_cast(0x05), + static_cast(0x2a), + static_cast(0x07), + static_cast(0x02), + static_cast(0xf7), + static_cast(0xad), + static_cast(0x04), + static_cast(0x37), + static_cast(0x86), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xce), + static_cast(0xf7), + static_cast(0x04), + static_cast(0x13), + static_cast(0x02), + static_cast(0xdd), + static_cast(0xe7), + static_cast(0x02), + static_cast(0x60), + static_cast(0x90), + static_cast(0xfd), + static_cast(0x2b), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0xa9), + static_cast(0xda), + static_cast(0x00), + static_cast(0x84), + static_cast(0x43), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xd1), + static_cast(0xfc), + static_cast(0x13), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xd7), + static_cast(0xfb), + static_cast(0x14), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x8e), + static_cast(0x00), + static_cast(0xce), + static_cast(0x37), + static_cast(0xfd), + static_cast(0xd0), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x15), + static_cast(0x00), + static_cast(0xda), + static_cast(0x06), + static_cast(0x00), + static_cast(0x78), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x24), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0xad), + static_cast(0xff), + static_cast(0xad), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x07), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x84), + static_cast(0xff), + static_cast(0x65), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0x03), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x38), + static_cast(0xff), + static_cast(0x74), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x06), + static_cast(0xff), + static_cast(0x54), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x12), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x94), + static_cast(0x00), + static_cast(0x89), + static_cast(0xed), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xf6), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x84), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x0d), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x13), + static_cast(0x00), + static_cast(0x00), + static_cast(0x06), + static_cast(0x00), + static_cast(0x00), + static_cast(0x12), + static_cast(0x18), + static_cast(0x5e), + static_cast(0xfa), + static_cast(0x32), + static_cast(0x0a), + static_cast(0x9b), + static_cast(0x09), + static_cast(0xd8), + static_cast(0xbe), + static_cast(0xee), + static_cast(0xa2), + static_cast(0x3b), + static_cast(0x10), + static_cast(0x13), + static_cast(0x68), + static_cast(0x01), + static_cast(0xce), + static_cast(0xdc), + static_cast(0xf7), + static_cast(0x12), + static_cast(0x34), + static_cast(0x09), + static_cast(0xac), + static_cast(0xce), + static_cast(0xf0), + static_cast(0x34), + static_cast(0xfb), + static_cast(0xf2), + static_cast(0xe9), + static_cast(0x77), + static_cast(0x0d), + static_cast(0x68), + static_cast(0x4d), + static_cast(0x05), + static_cast(0xc3), + static_cast(0x48), + static_cast(0xef), + static_cast(0xd3), + static_cast(0xd9), + static_cast(0xf1), + static_cast(0xf7), + static_cast(0x6b), + static_cast(0x03), + static_cast(0xc5), + static_cast(0x98), + static_cast(0x02), + static_cast(0xbf), + static_cast(0x70), + static_cast(0x04), + static_cast(0x59), + static_cast(0x25), + static_cast(0x01), + static_cast(0x3a), + static_cast(0xcd), + static_cast(0xf6), + static_cast(0x77), + static_cast(0x17), + static_cast(0x00), + static_cast(0x7d), + static_cast(0xbc), + static_cast(0x03), + static_cast(0x5a), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x7b), + static_cast(0xfd), + static_cast(0x98), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x55), + static_cast(0xde), + static_cast(0xfc), + static_cast(0xa6), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0xaf), + static_cast(0xfb), + static_cast(0x20), + static_cast(0x08), + static_cast(0xfd), + static_cast(0x0a), + static_cast(0x43), + static_cast(0x01), + static_cast(0xc7), + static_cast(0x7b), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0x10), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x27), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x30), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x65), + static_cast(0xff), + static_cast(0x75), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xac), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x65), + static_cast(0x67), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x55), + static_cast(0xff), + static_cast(0x04), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x36), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x47), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x79), + static_cast(0xff), + static_cast(0x02), + static_cast(0xf3), + static_cast(0x00), + static_cast(0x05), + static_cast(0x43), + static_cast(0x00), + static_cast(0x69), + static_cast(0x16), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x09), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x25), + static_cast(0xff), + static_cast(0x14), + static_cast(0x76), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0xf0), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x30), + static_cast(0xff), + static_cast(0x76), + static_cast(0x35), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x64), + static_cast(0x00), + static_cast(0x89), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x8f), + static_cast(0x1e), + static_cast(0xdc), + static_cast(0xa5), + static_cast(0x37), + static_cast(0x5b), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x9c), + static_cast(0xb7), + static_cast(0xec), + static_cast(0x23), + static_cast(0x47), + static_cast(0x12), + static_cast(0x29), + static_cast(0xd2), + static_cast(0xfb), + static_cast(0x60), + static_cast(0x8a), + static_cast(0xfc), + static_cast(0xa4), + static_cast(0x9b), + static_cast(0x0b), + static_cast(0x6c), + static_cast(0x6a), + static_cast(0xec), + static_cast(0xf0), + static_cast(0x2b), + static_cast(0xf5), + static_cast(0x56), + static_cast(0xba), + static_cast(0x0f), + static_cast(0x63), + static_cast(0x11), + static_cast(0x07), + static_cast(0x59), + static_cast(0xeb), + static_cast(0xee), + static_cast(0xb4), + static_cast(0xf7), + static_cast(0xef), + static_cast(0x85), + static_cast(0xd2), + static_cast(0x01), + static_cast(0x15), + static_cast(0xdf), + static_cast(0x01), + static_cast(0xfb), + static_cast(0xd7), + static_cast(0x06), + static_cast(0xab), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xa5), + static_cast(0xf4), + static_cast(0x99), + static_cast(0x6b), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x0a), + static_cast(0x04), + static_cast(0x44), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x53), + static_cast(0xfc), + static_cast(0x89), + static_cast(0x41), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x00), + static_cast(0x00), + static_cast(0x32), + static_cast(0xb9), + static_cast(0xfc), + static_cast(0x27), + static_cast(0x22), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xef), + static_cast(0xfa), + static_cast(0xb5), + static_cast(0x14), + static_cast(0xfd), + static_cast(0xb1), + static_cast(0x13), + static_cast(0x01), + static_cast(0xe6), + static_cast(0x39), + static_cast(0xfd), + static_cast(0xb3), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x84), + static_cast(0x57), + static_cast(0x00), + static_cast(0x02), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x25), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x32), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x05), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xca), + static_cast(0xff), + static_cast(0x03), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x95), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x51), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x17), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x84), + static_cast(0xff), + static_cast(0x91), + static_cast(0x21), + static_cast(0x01), + static_cast(0xc6), + static_cast(0x70), + static_cast(0x00), + static_cast(0x9b), + static_cast(0x34), + static_cast(0x00), + static_cast(0x4f), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x17), + static_cast(0xff), + static_cast(0x32), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x12), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x88), + static_cast(0xfd), + static_cast(0x12), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xda), + static_cast(0x7f), + static_cast(0x00), + static_cast(0x6f), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x2c), + static_cast(0x1f), + static_cast(0x93), + static_cast(0x9e), + static_cast(0x3a), + static_cast(0x12), + static_cast(0xd8), + static_cast(0x00), + static_cast(0x38), + static_cast(0xbc), + static_cast(0xe8), + static_cast(0x71), + static_cast(0xa7), + static_cast(0x11), + static_cast(0x10), + static_cast(0x7e), + static_cast(0xfb), + static_cast(0xd1), + static_cast(0x64), + static_cast(0xfc), + static_cast(0x85), + static_cast(0xcc), + static_cast(0x0e), + static_cast(0x06), + static_cast(0xed), + static_cast(0xeb), + static_cast(0xfc), + static_cast(0x54), + static_cast(0xf3), + static_cast(0x4e), + static_cast(0xfd), + static_cast(0x0f), + static_cast(0xb2), + static_cast(0x7d), + static_cast(0x0a), + static_cast(0xbe), + static_cast(0x0f), + static_cast(0xf1), + static_cast(0x53), + static_cast(0x03), + static_cast(0xec), + static_cast(0x12), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x4c), + static_cast(0x4b), + static_cast(0x01), + static_cast(0x3a), + static_cast(0x05), + static_cast(0x06), + static_cast(0x66), + static_cast(0x87), + static_cast(0x01), + static_cast(0x6b), + static_cast(0xbf), + static_cast(0xf3), + static_cast(0xea), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x31), + static_cast(0xc7), + static_cast(0x03), + static_cast(0xfa), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x0c), + static_cast(0xfc), + static_cast(0x34), + static_cast(0xce), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xac), + static_cast(0x00), + static_cast(0xe3), + static_cast(0x5c), + static_cast(0xfc), + static_cast(0xed), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xff), + static_cast(0xde), + static_cast(0xfa), + static_cast(0x3c), + static_cast(0xca), + static_cast(0xfb), + static_cast(0xac), + static_cast(0xad), + static_cast(0x01), + static_cast(0x62), + static_cast(0xc5), + static_cast(0xfd), + static_cast(0x63), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x29), + static_cast(0x00), + static_cast(0x00), + static_cast(0x04), + static_cast(0x00), + static_cast(0x05), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x02), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x16), + static_cast(0xc8), + static_cast(0xfd), + static_cast(0xa2), + static_cast(0x01), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x52), + static_cast(0x48), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x66), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x79), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xf0), + static_cast(0xfd), + static_cast(0xf9), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x46), + static_cast(0x1a), + static_cast(0x01), + static_cast(0x41), + static_cast(0x81), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x19), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x9a), + static_cast(0x49), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x59), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x00), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x95), + static_cast(0xfd), + static_cast(0x23), + static_cast(0xd2), + static_cast(0xfd), + static_cast(0x22), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xca), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x29), + static_cast(0x72), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x53), + static_cast(0xe0), + static_cast(0x22), + static_cast(0xde), + static_cast(0x9f), + static_cast(0x3d), + static_cast(0xa4), + static_cast(0x92), + static_cast(0xfc), + static_cast(0x8b), + static_cast(0xce), + static_cast(0xe7), + static_cast(0xe1), + static_cast(0xfc), + static_cast(0x10), + static_cast(0x1c), + static_cast(0xcf), + static_cast(0xf7), + static_cast(0xbb), + static_cast(0xdd), + static_cast(0x00), + static_cast(0x42), + static_cast(0xc4), + static_cast(0x10), + static_cast(0x37), + static_cast(0x8f), + static_cast(0xe9), + static_cast(0xd3), + static_cast(0x3d), + static_cast(0xf3), + static_cast(0x3f), + static_cast(0x88), + static_cast(0x0f), + static_cast(0xe2), + static_cast(0xbb), + static_cast(0x0d), + static_cast(0x23), + static_cast(0x93), + static_cast(0xf2), + static_cast(0x1f), + static_cast(0xd0), + static_cast(0xea), + static_cast(0xc0), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0xee), + static_cast(0xfd), + static_cast(0xc8), + static_cast(0xa5), + static_cast(0x07), + static_cast(0xfb), + static_cast(0xef), + static_cast(0x02), + static_cast(0x76), + static_cast(0xd8), + static_cast(0xf2), + static_cast(0xfa), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0xc4), + static_cast(0x02), + static_cast(0x12), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0xf9), + static_cast(0xfb), + static_cast(0x1e), + static_cast(0x29), + static_cast(0x00), + static_cast(0x68), + static_cast(0x85), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x30), + static_cast(0xfc), + static_cast(0x4e), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x53), + static_cast(0x1a), + static_cast(0xfa), + static_cast(0x6f), + static_cast(0x46), + static_cast(0xfc), + static_cast(0xae), + static_cast(0x57), + static_cast(0x02), + static_cast(0xa1), + static_cast(0xef), + static_cast(0xfd), + static_cast(0x07), + static_cast(0x20), + static_cast(0xff), + static_cast(0x75), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x53), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xa7), + static_cast(0xfd), + static_cast(0x9f), + static_cast(0x82), + static_cast(0x00), + static_cast(0xed), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x66), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x55), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x89), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x67), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0x47), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xf4), + static_cast(0x00), + static_cast(0x2e), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x69), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x23), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x58), + static_cast(0xff), + static_cast(0x76), + static_cast(0x40), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x28), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xd0), + static_cast(0xfd), + static_cast(0xe5), + static_cast(0x8e), + static_cast(0xfd), + static_cast(0x58), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x87), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x31), + static_cast(0x00), + static_cast(0xd3), + static_cast(0x54), + static_cast(0x00), + static_cast(0x35), + static_cast(0x36), + static_cast(0x22), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x6e), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x7a), + static_cast(0xe4), + static_cast(0x70), + static_cast(0xe4), + static_cast(0x0e), + static_cast(0x18), + static_cast(0x76), + static_cast(0xf8), + static_cast(0x83), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x51), + static_cast(0x69), + static_cast(0x13), + static_cast(0x08), + static_cast(0x65), + static_cast(0xea), + static_cast(0xf8), + static_cast(0x4a), + static_cast(0xf0), + static_cast(0x1c), + static_cast(0x71), + static_cast(0x0d), + static_cast(0x78), + static_cast(0xe2), + static_cast(0x10), + static_cast(0x24), + static_cast(0x06), + static_cast(0xf7), + static_cast(0x79), + static_cast(0x81), + static_cast(0xe8), + static_cast(0xb8), + static_cast(0x94), + static_cast(0xfb), + static_cast(0x25), + static_cast(0xd8), + static_cast(0xfb), + static_cast(0x56), + static_cast(0x86), + static_cast(0x07), + static_cast(0x50), + static_cast(0x49), + static_cast(0x06), + static_cast(0x28), + static_cast(0x4e), + static_cast(0xf2), + static_cast(0xb5), + static_cast(0x41), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x02), + static_cast(0xd7), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x4d), + static_cast(0xfc), + static_cast(0xec), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x8e), + static_cast(0x00), + static_cast(0xce), + static_cast(0x76), + static_cast(0xfb), + static_cast(0x31), + static_cast(0x45), + static_cast(0x00), + static_cast(0xa0), + static_cast(0xdb), + static_cast(0xfa), + static_cast(0xe9), + static_cast(0xd5), + static_cast(0xfb), + static_cast(0xd3), + static_cast(0xa3), + static_cast(0x02), + static_cast(0xba), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x31), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x71), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x66), + static_cast(0xff), + static_cast(0x12), + static_cast(0xc5), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x54), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xed), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x94), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0x3d), + static_cast(0x07), + static_cast(0xff), + static_cast(0x64), + static_cast(0xd5), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xe4), + static_cast(0x00), + static_cast(0x52), + static_cast(0x25), + static_cast(0x00), + static_cast(0x25), + static_cast(0xda), + static_cast(0xff), + static_cast(0x12), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x20), + static_cast(0x12), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x23), + static_cast(0xff), + static_cast(0xce), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x6c), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x01), + static_cast(0x00), + static_cast(0x77), + static_cast(0x72), + static_cast(0x00), + static_cast(0x67), + static_cast(0x87), + static_cast(0x24), + static_cast(0x27), + static_cast(0x84), + static_cast(0x41), + static_cast(0x3a), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x9f), + static_cast(0xe5), + static_cast(0xac), + static_cast(0x6c), + static_cast(0x0d), + static_cast(0x7f), + static_cast(0x21), + static_cast(0xf6), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x02), + static_cast(0x7a), + static_cast(0x0a), + static_cast(0x13), + static_cast(0xc1), + static_cast(0xa6), + static_cast(0xea), + static_cast(0x44), + static_cast(0xa6), + static_cast(0xef), + static_cast(0x60), + static_cast(0xe3), + static_cast(0x0a), + static_cast(0x0a), + static_cast(0x3b), + static_cast(0x14), + static_cast(0xb6), + static_cast(0x36), + static_cast(0xf9), + static_cast(0x90), + static_cast(0x53), + static_cast(0xe8), + static_cast(0x42), + static_cast(0x27), + static_cast(0xf9), + static_cast(0x47), + static_cast(0xe7), + static_cast(0xf8), + static_cast(0x3a), + static_cast(0x32), + static_cast(0x09), + static_cast(0xe2), + static_cast(0xb6), + static_cast(0x07), + static_cast(0xc0), + static_cast(0x0a), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0x4e), + static_cast(0xfc), + static_cast(0x6f), + static_cast(0x7b), + static_cast(0x01), + static_cast(0x17), + static_cast(0x19), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xbf), + static_cast(0xfb), + static_cast(0x97), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x53), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x77), + static_cast(0x26), + static_cast(0xfb), + static_cast(0xd4), + static_cast(0x62), + static_cast(0x01), + static_cast(0x42), + static_cast(0xb1), + static_cast(0xfa), + static_cast(0xac), + static_cast(0x1b), + static_cast(0xfc), + static_cast(0x7c), + static_cast(0x80), + static_cast(0x02), + static_cast(0x3f), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xee), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xad), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0x29), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x90), + static_cast(0xff), + static_cast(0x13), + static_cast(0xbc), + static_cast(0xfd), + static_cast(0xad), + static_cast(0xfa), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x20), + static_cast(0x00), + static_cast(0x4c), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x77), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0xee), + static_cast(0x13), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x83), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0xa9), + static_cast(0x17), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xa9), + static_cast(0x00), + static_cast(0x01), + static_cast(0xf5), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x29), + static_cast(0x00), + static_cast(0x60), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x69), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x43), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x59), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x83), + static_cast(0xde), + static_cast(0xff), + static_cast(0xea), + static_cast(0x7a), + static_cast(0x00), + static_cast(0xd3), + static_cast(0xec), + static_cast(0x26), + static_cast(0xd9), + static_cast(0x1b), + static_cast(0x42), + static_cast(0x40), + static_cast(0x2d), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x15), + static_cast(0xe8), + static_cast(0x6f), + static_cast(0x55), + static_cast(0x0c), + static_cast(0x9c), + static_cast(0xc1), + static_cast(0xf3), + static_cast(0xde), + static_cast(0x54), + static_cast(0x05), + static_cast(0x7c), + static_cast(0x94), + static_cast(0x11), + static_cast(0xe8), + static_cast(0xb7), + static_cast(0xea), + static_cast(0x3f), + static_cast(0x1b), + static_cast(0xef), + static_cast(0xf5), + static_cast(0xdb), + static_cast(0x08), + static_cast(0xfb), + static_cast(0x59), + static_cast(0x16), + static_cast(0x00), + static_cast(0x84), + static_cast(0xfa), + static_cast(0x3a), + static_cast(0xcc), + static_cast(0xe9), + static_cast(0x0c), + static_cast(0x98), + static_cast(0xf6), + static_cast(0xfb), + static_cast(0x9f), + static_cast(0xf6), + static_cast(0x1e), + static_cast(0x0a), + static_cast(0x0b), + static_cast(0xd7), + static_cast(0xb9), + static_cast(0x07), + static_cast(0xd4), + static_cast(0xe5), + static_cast(0xf4), + static_cast(0x19), + static_cast(0x84), + static_cast(0xfb), + static_cast(0x32), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xfa), + static_cast(0x26), + static_cast(0x00), + static_cast(0x9d), + static_cast(0xce), + static_cast(0xfa), + static_cast(0x73), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xa8), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x97), + static_cast(0xfb), + static_cast(0x6f), + static_cast(0xcd), + static_cast(0x01), + static_cast(0xd3), + static_cast(0x2c), + static_cast(0xfa), + static_cast(0x4c), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x8b), + static_cast(0x01), + static_cast(0xab), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x04), + static_cast(0x00), + static_cast(0x37), + static_cast(0x50), + static_cast(0xff), + static_cast(0x80), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x9c), + static_cast(0xfd), + static_cast(0xa1), + static_cast(0x44), + static_cast(0xff), + static_cast(0x97), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xda), + static_cast(0xfd), + static_cast(0x90), + static_cast(0x85), + static_cast(0x01), + static_cast(0x69), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x47), + static_cast(0xff), + static_cast(0x99), + static_cast(0x73), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x56), + static_cast(0xde), + static_cast(0xfd), + static_cast(0x28), + static_cast(0x76), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x09), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xca), + static_cast(0xfd), + static_cast(0xa5), + static_cast(0x40), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x77), + static_cast(0x00), + static_cast(0x64), + static_cast(0xed), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x92), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x70), + static_cast(0xfd), + static_cast(0x11), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x50), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x08), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x77), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x87), + static_cast(0x26), + static_cast(0x20), + static_cast(0x94), + static_cast(0x42), + static_cast(0x64), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xde), + static_cast(0x4d), + static_cast(0x0b), + static_cast(0x33), + static_cast(0xf1), + static_cast(0xf2), + static_cast(0x66), + static_cast(0x09), + static_cast(0x05), + static_cast(0x60), + static_cast(0x49), + static_cast(0x11), + static_cast(0x16), + static_cast(0x1d), + static_cast(0xeb), + static_cast(0x0b), + static_cast(0xe1), + static_cast(0xed), + static_cast(0x6a), + static_cast(0xfc), + static_cast(0x05), + static_cast(0x13), + static_cast(0x41), + static_cast(0x17), + static_cast(0x1a), + static_cast(0x32), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x47), + static_cast(0xeb), + static_cast(0xb1), + static_cast(0x54), + static_cast(0xf4), + static_cast(0x5c), + static_cast(0xe6), + static_cast(0xf3), + static_cast(0x0c), + static_cast(0x3f), + static_cast(0x0b), + static_cast(0x98), + static_cast(0x61), + static_cast(0x09), + static_cast(0x5b), + static_cast(0xc6), + static_cast(0xf6), + static_cast(0x20), + static_cast(0x97), + static_cast(0xfa), + static_cast(0xcc), + static_cast(0x83), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x52), + static_cast(0x01), + static_cast(0x78), + static_cast(0x2f), + static_cast(0xfa), + static_cast(0xaa), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xda), + static_cast(0x93), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x83), + static_cast(0xfb), + static_cast(0x65), + static_cast(0x00), + static_cast(0x02), + static_cast(0x2a), + static_cast(0x4c), + static_cast(0xfa), + static_cast(0xc1), + static_cast(0xb9), + static_cast(0xfc), + static_cast(0x63), + static_cast(0x07), + static_cast(0x01), + static_cast(0xb1), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x27), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x08), + static_cast(0x00), + static_cast(0x67), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0x22), + static_cast(0x47), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x49), + static_cast(0x00), + static_cast(0x14), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x84), + static_cast(0x01), + static_cast(0x54), + static_cast(0x98), + static_cast(0xff), + static_cast(0xed), + static_cast(0x18), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x75), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xec), + static_cast(0xfd), + static_cast(0x51), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0x73), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0x73), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x70), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xe6), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0x67), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x5c), + static_cast(0x00), + static_cast(0xb4), + static_cast(0xd5), + static_cast(0x00), + static_cast(0x96), + static_cast(0x27), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x16), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x90), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x73), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x86), + static_cast(0xfd), + static_cast(0x28), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x50), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x94), + static_cast(0x72), + static_cast(0x25), + static_cast(0xf1), + static_cast(0x98), + static_cast(0x42), + static_cast(0x58), + static_cast(0xb7), + static_cast(0x01), + static_cast(0xf9), + static_cast(0x36), + static_cast(0xeb), + static_cast(0xee), + static_cast(0x98), + static_cast(0x0a), + static_cast(0x90), + static_cast(0xd1), + static_cast(0xf1), + static_cast(0xbf), + static_cast(0x42), + static_cast(0x04), + static_cast(0xf3), + static_cast(0x1d), + static_cast(0x11), + static_cast(0xee), + static_cast(0x08), + static_cast(0xeb), + static_cast(0x28), + static_cast(0xc6), + static_cast(0xec), + static_cast(0x5e), + static_cast(0x05), + static_cast(0x03), + static_cast(0xac), + static_cast(0x17), + static_cast(0x17), + static_cast(0x31), + static_cast(0x80), + static_cast(0x02), + static_cast(0xf8), + static_cast(0xa9), + static_cast(0xee), + static_cast(0xfd), + static_cast(0x26), + static_cast(0xf3), + static_cast(0x1d), + static_cast(0xa8), + static_cast(0xef), + static_cast(0x33), + static_cast(0xd5), + static_cast(0x0a), + static_cast(0xc0), + static_cast(0xf9), + static_cast(0x0b), + static_cast(0x57), + static_cast(0xac), + static_cast(0xf8), + static_cast(0xf2), + static_cast(0xb1), + static_cast(0xfa), + static_cast(0x22), + static_cast(0x50), + static_cast(0xfc), + static_cast(0x0d), + static_cast(0xec), + static_cast(0x01), + static_cast(0x82), + static_cast(0xbc), + static_cast(0xfa), + static_cast(0x03), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x90), + static_cast(0x00), + static_cast(0x3b), + static_cast(0xeb), + static_cast(0xfb), + static_cast(0xc5), + static_cast(0x1f), + static_cast(0x02), + static_cast(0x0d), + static_cast(0xd0), + static_cast(0xf9), + static_cast(0x95), + static_cast(0x69), + static_cast(0xfc), + static_cast(0x06), + static_cast(0x2d), + static_cast(0x01), + static_cast(0xec), + static_cast(0x06), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x6c), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x34), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x07), + static_cast(0x00), + static_cast(0xba), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x91), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x44), + static_cast(0x01), + static_cast(0x6f), + static_cast(0xb3), + static_cast(0xfd), + static_cast(0x0c), + static_cast(0x3c), + static_cast(0x01), + static_cast(0x8c), + static_cast(0x41), + static_cast(0x00), + static_cast(0x32), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x44), + static_cast(0xda), + static_cast(0xfd), + static_cast(0x71), + static_cast(0x09), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xd4), + static_cast(0xfd), + static_cast(0xa4), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0x79), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x73), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x29), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x8f), + static_cast(0x00), + static_cast(0xb6), + static_cast(0xaf), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x51), + static_cast(0x00), + static_cast(0x77), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x84), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x6e), + static_cast(0xfd), + static_cast(0xe2), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x04), + static_cast(0x87), + static_cast(0xff), + static_cast(0x21), + static_cast(0x99), + static_cast(0x00), + static_cast(0x4d), + static_cast(0xd5), + static_cast(0x25), + static_cast(0x53), + static_cast(0x34), + static_cast(0x41), + static_cast(0xb9), + static_cast(0x2b), + static_cast(0x02), + static_cast(0xeb), + static_cast(0xb3), + static_cast(0xef), + static_cast(0x64), + static_cast(0xce), + static_cast(0x09), + static_cast(0x1c), + static_cast(0x87), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x65), + static_cast(0x05), + static_cast(0xfa), + static_cast(0xb4), + static_cast(0x0e), + static_cast(0x3d), + static_cast(0x33), + static_cast(0xeb), + static_cast(0xfb), + static_cast(0x25), + static_cast(0xec), + static_cast(0xa5), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x12), + static_cast(0xf7), + static_cast(0x16), + static_cast(0x94), + static_cast(0x75), + static_cast(0x03), + static_cast(0x14), + static_cast(0x11), + static_cast(0xf3), + static_cast(0x57), + static_cast(0x4d), + static_cast(0xf3), + static_cast(0x63), + static_cast(0x16), + static_cast(0xec), + static_cast(0x96), + static_cast(0xc6), + static_cast(0x0a), + static_cast(0x9e), + static_cast(0x96), + static_cast(0x0c), + static_cast(0x55), + static_cast(0x23), + static_cast(0xfa), + static_cast(0x6f), + static_cast(0x35), + static_cast(0xfb), + static_cast(0x70), + static_cast(0x20), + static_cast(0xfb), + static_cast(0x70), + static_cast(0xcc), + static_cast(0x01), + static_cast(0x7f), + static_cast(0x8c), + static_cast(0xfb), + static_cast(0x32), + static_cast(0x33), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x57), + static_cast(0x00), + static_cast(0xf6), + static_cast(0xb7), + static_cast(0xfc), + static_cast(0x4f), + static_cast(0xb1), + static_cast(0x01), + static_cast(0x59), + static_cast(0x9d), + static_cast(0xf9), + static_cast(0x32), + static_cast(0x99), + static_cast(0xfc), + static_cast(0x3a), + static_cast(0x4e), + static_cast(0x00), + static_cast(0xec), + static_cast(0xee), + static_cast(0xfd), + static_cast(0x8d), + static_cast(0x97), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x06), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x15), + static_cast(0x00), + static_cast(0xde), + static_cast(0x52), + static_cast(0xff), + static_cast(0x81), + static_cast(0x13), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xf6), + static_cast(0x00), + static_cast(0xad), + static_cast(0xd0), + static_cast(0xfd), + static_cast(0x70), + static_cast(0x68), + static_cast(0x01), + static_cast(0x4c), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xb3), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x18), + static_cast(0xad), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0xfc), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0xdf), + static_cast(0xfd), + static_cast(0xc2), + static_cast(0xba), + static_cast(0xfd), + static_cast(0xeb), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xae), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x58), + static_cast(0xff), + static_cast(0x83), + static_cast(0xdb), + static_cast(0x00), + static_cast(0x34), + static_cast(0xc4), + static_cast(0x00), + static_cast(0x95), + static_cast(0x50), + static_cast(0x00), + static_cast(0x1f), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x08), + static_cast(0xff), + static_cast(0x26), + static_cast(0x55), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x12), + static_cast(0xff), + static_cast(0x83), + static_cast(0x67), + static_cast(0xfd), + static_cast(0xbf), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0x64), + static_cast(0xff), + static_cast(0x06), + static_cast(0x78), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xa4), + static_cast(0x00), + static_cast(0x6f), + static_cast(0x58), + static_cast(0x24), + static_cast(0x26), + static_cast(0xae), + static_cast(0x3f), + static_cast(0x2b), + static_cast(0xbe), + static_cast(0x05), + static_cast(0x5e), + static_cast(0x29), + static_cast(0xf3), + static_cast(0x52), + static_cast(0xb1), + static_cast(0x08), + static_cast(0xc7), + static_cast(0xc8), + static_cast(0xf0), + static_cast(0x10), + static_cast(0x42), + static_cast(0x04), + static_cast(0xbe), + static_cast(0x38), + static_cast(0x0d), + static_cast(0xc8), + static_cast(0x76), + static_cast(0xed), + static_cast(0x60), + static_cast(0x22), + static_cast(0xea), + static_cast(0x97), + static_cast(0xc9), + static_cast(0xfc), + static_cast(0x24), + static_cast(0x92), + static_cast(0x16), + static_cast(0xd8), + static_cast(0xab), + static_cast(0x04), + static_cast(0x00), + static_cast(0x0e), + static_cast(0xf8), + static_cast(0xb9), + static_cast(0x9f), + static_cast(0xf5), + static_cast(0x6c), + static_cast(0x46), + static_cast(0xe7), + static_cast(0x6b), + static_cast(0x92), + static_cast(0x08), + static_cast(0xd4), + static_cast(0x92), + static_cast(0x0e), + static_cast(0x02), + static_cast(0xdf), + static_cast(0xfa), + static_cast(0x48), + static_cast(0x6c), + static_cast(0xfc), + static_cast(0x30), + static_cast(0x49), + static_cast(0xfb), + static_cast(0x63), + static_cast(0x97), + static_cast(0x00), + static_cast(0x14), + static_cast(0x21), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x75), + static_cast(0xfd), + static_cast(0xc2), + static_cast(0x59), + static_cast(0x02), + static_cast(0x82), + static_cast(0x13), + static_cast(0xf9), + static_cast(0xe6), + static_cast(0xf7), + static_cast(0xfb), + static_cast(0x3c), + static_cast(0x48), + static_cast(0x00), + static_cast(0x62), + static_cast(0x3a), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x31), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xea), + static_cast(0xff), + static_cast(0x02), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x44), + static_cast(0x43), + static_cast(0x00), + static_cast(0x81), + static_cast(0xc7), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x12), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xf4), + static_cast(0x00), + static_cast(0x4d), + static_cast(0x23), + static_cast(0x00), + static_cast(0x93), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x88), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xd0), + static_cast(0xfd), + static_cast(0x1d), + static_cast(0x05), + static_cast(0xff), + static_cast(0x20), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0xad), + static_cast(0xfd), + static_cast(0x5b), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x06), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x63), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x84), + static_cast(0xff), + static_cast(0x01), + static_cast(0x66), + static_cast(0x01), + static_cast(0x96), + static_cast(0xe1), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x61), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x78), + static_cast(0xfd), + static_cast(0xf5), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xe4), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x12), + static_cast(0x1e), + static_cast(0x2a), + static_cast(0x2b), + static_cast(0x3e), + static_cast(0xb6), + static_cast(0xa1), + static_cast(0x0f), + static_cast(0xa9), + static_cast(0x78), + static_cast(0xf1), + static_cast(0xe4), + static_cast(0x1f), + static_cast(0x08), + static_cast(0xc1), + static_cast(0xf7), + static_cast(0xf5), + static_cast(0xbc), + static_cast(0x75), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x7a), + static_cast(0x0d), + static_cast(0x46), + static_cast(0xd1), + static_cast(0xf0), + static_cast(0xba), + static_cast(0xed), + static_cast(0xe8), + static_cast(0xda), + static_cast(0xc0), + static_cast(0xf7), + static_cast(0x5c), + static_cast(0x8f), + static_cast(0x13), + static_cast(0xae), + static_cast(0x1a), + static_cast(0x09), + static_cast(0xbc), + static_cast(0x8c), + static_cast(0xf8), + static_cast(0x2f), + static_cast(0x5e), + static_cast(0xfb), + static_cast(0xca), + static_cast(0x65), + static_cast(0xe5), + static_cast(0x81), + static_cast(0x12), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x12), + static_cast(0x13), + static_cast(0xb3), + static_cast(0xb9), + static_cast(0xfb), + static_cast(0x91), + static_cast(0xfd), + static_cast(0xfc), + static_cast(0xa0), + static_cast(0x0b), + static_cast(0xfd), + static_cast(0x97), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x98), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0x8c), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x99), + static_cast(0xbf), + static_cast(0xfc), + static_cast(0x80), + static_cast(0xea), + static_cast(0x01), + static_cast(0x93), + static_cast(0x47), + static_cast(0xfa), + static_cast(0x75), + static_cast(0x14), + static_cast(0xfa), + static_cast(0x21), + static_cast(0x30), + static_cast(0x01), + static_cast(0x09), + static_cast(0xc6), + static_cast(0xfc), + static_cast(0x72), + static_cast(0x94), + static_cast(0x00), + static_cast(0x0b), + static_cast(0xca), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xb1), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x02), + static_cast(0x00), + static_cast(0xe2), + static_cast(0x32), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x70), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x4c), + static_cast(0x00), + static_cast(0xd1), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0x88), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x42), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x14), + static_cast(0x94), + static_cast(0xfd), + static_cast(0xec), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x22), + static_cast(0xff), + static_cast(0x44), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x70), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xa1), + static_cast(0x01), + static_cast(0x00), + static_cast(0xee), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x63), + static_cast(0x00), + static_cast(0x79), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x23), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x12), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xa6), + static_cast(0xfd), + static_cast(0x23), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x52), + static_cast(0x81), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xb3), + static_cast(0x00), + static_cast(0x36), + static_cast(0x70), + static_cast(0x1e), + static_cast(0x04), + static_cast(0x0d), + static_cast(0x3b), + static_cast(0x6e), + static_cast(0xd0), + static_cast(0x0d), + static_cast(0xc7), + static_cast(0x95), + static_cast(0xf7), + static_cast(0xe8), + static_cast(0xb7), + static_cast(0x08), + static_cast(0xb6), + static_cast(0x35), + static_cast(0xf4), + static_cast(0x16), + static_cast(0x48), + static_cast(0x00), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x09), + static_cast(0xa7), + static_cast(0xdb), + static_cast(0xf1), + static_cast(0xe9), + static_cast(0x32), + static_cast(0xea), + static_cast(0x38), + static_cast(0xcf), + static_cast(0xf3), + static_cast(0xce), + static_cast(0xec), + static_cast(0x12), + static_cast(0x23), + static_cast(0xb0), + static_cast(0x08), + static_cast(0xad), + static_cast(0x5c), + static_cast(0xfb), + static_cast(0xa8), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x3e), + static_cast(0xe3), + static_cast(0x16), + static_cast(0x24), + static_cast(0xfb), + static_cast(0xb9), + static_cast(0x70), + static_cast(0x12), + static_cast(0x22), + static_cast(0xe6), + static_cast(0xfd), + static_cast(0x46), + static_cast(0xa1), + static_cast(0xfd), + static_cast(0xd2), + static_cast(0x90), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x07), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x50), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x00), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xe9), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0xf2), + static_cast(0xfc), + static_cast(0xa6), + static_cast(0xb4), + static_cast(0x01), + static_cast(0x1d), + static_cast(0x91), + static_cast(0xf9), + static_cast(0x0a), + static_cast(0x2e), + static_cast(0xfa), + static_cast(0x3a), + static_cast(0x43), + static_cast(0x01), + static_cast(0xcf), + static_cast(0x89), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0x51), + static_cast(0x00), + static_cast(0x13), + static_cast(0xaa), + static_cast(0x01), + static_cast(0xe8), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x17), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x02), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x36), + static_cast(0x00), + static_cast(0x6d), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x03), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x50), + static_cast(0x95), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xb8), + static_cast(0xfd), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x02), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x86), + static_cast(0xe9), + static_cast(0xfd), + static_cast(0x3d), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xb6), + static_cast(0x01), + static_cast(0x16), + static_cast(0xdd), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x69), + static_cast(0x00), + static_cast(0x9e), + static_cast(0x38), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0x64), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0x80), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0xaf), + static_cast(0xfd), + static_cast(0x9b), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x90), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x65), + static_cast(0x9e), + static_cast(0x00), + static_cast(0xf8), + static_cast(0x1b), + static_cast(0x1e), + static_cast(0x87), + static_cast(0x00), + static_cast(0x38), + static_cast(0x9d), + static_cast(0x33), + static_cast(0x0c), + static_cast(0xbc), + static_cast(0xfa), + static_cast(0xfb), + static_cast(0x4f), + static_cast(0x61), + static_cast(0x0a), + static_cast(0x1c), + static_cast(0x73), + static_cast(0xf2), + static_cast(0x69), + static_cast(0x89), + static_cast(0x00), + static_cast(0x81), + static_cast(0x72), + static_cast(0x09), + static_cast(0xb9), + static_cast(0x97), + static_cast(0xf1), + static_cast(0x07), + static_cast(0xde), + static_cast(0xea), + static_cast(0x70), + static_cast(0x88), + static_cast(0xf2), + static_cast(0xb4), + static_cast(0xbe), + static_cast(0x10), + static_cast(0xd7), + static_cast(0x10), + static_cast(0x09), + static_cast(0xdb), + static_cast(0xa9), + static_cast(0xfc), + static_cast(0xd6), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xfb), + static_cast(0xb3), + static_cast(0xe3), + static_cast(0x45), + static_cast(0x47), + static_cast(0xf6), + static_cast(0x81), + static_cast(0x8b), + static_cast(0x11), + static_cast(0x7b), + static_cast(0x06), + static_cast(0x01), + static_cast(0x09), + static_cast(0x57), + static_cast(0xfd), + static_cast(0x72), + static_cast(0x02), + static_cast(0xff), + static_cast(0x27), + static_cast(0x30), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x94), + static_cast(0xff), + static_cast(0x23), + static_cast(0x45), + static_cast(0xfd), + static_cast(0x0c), + static_cast(0xd3), + static_cast(0xfb), + static_cast(0x62), + static_cast(0xc0), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x20), + static_cast(0xfb), + static_cast(0x6d), + static_cast(0x70), + static_cast(0xfa), + static_cast(0xfa), + static_cast(0x63), + static_cast(0x00), + static_cast(0x22), + static_cast(0x21), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x00), + static_cast(0x12), + static_cast(0x35), + static_cast(0x02), + static_cast(0x21), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x75), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x30), + static_cast(0x18), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x31), + static_cast(0xff), + static_cast(0x77), + static_cast(0x27), + static_cast(0xff), + static_cast(0x60), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x20), + static_cast(0x00), + static_cast(0x25), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x70), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x10), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x45), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x92), + static_cast(0x01), + static_cast(0x15), + static_cast(0xdd), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x76), + static_cast(0xff), + static_cast(0x76), + static_cast(0xfa), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0x90), + static_cast(0xfd), + static_cast(0xb0), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0x41), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0xde), + static_cast(0xfd), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x79), + static_cast(0xff), + static_cast(0x25), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xa9), + static_cast(0x00), + static_cast(0xf8), + static_cast(0x81), + static_cast(0x1c), + static_cast(0x8f), + static_cast(0x78), + static_cast(0x36), + static_cast(0x87), + static_cast(0xda), + static_cast(0x0c), + static_cast(0x1d), + static_cast(0x72), + static_cast(0xfb), + static_cast(0x9b), + static_cast(0x49), + static_cast(0x0c), + static_cast(0x20), + static_cast(0xd4), + static_cast(0xf4), + static_cast(0x94), + static_cast(0xde), + static_cast(0xfd), + static_cast(0xd8), + static_cast(0xe8), + static_cast(0x09), + static_cast(0x10), + static_cast(0xf7), + static_cast(0xf2), + static_cast(0x42), + static_cast(0x19), + static_cast(0xeb), + static_cast(0x04), + static_cast(0x90), + static_cast(0xf2), + static_cast(0xb5), + static_cast(0xb9), + static_cast(0x0e), + static_cast(0x81), + static_cast(0xfc), + static_cast(0x09), + static_cast(0xce), + static_cast(0x41), + static_cast(0xfa), + static_cast(0x01), + static_cast(0x06), + static_cast(0x02), + static_cast(0x9d), + static_cast(0x6b), + static_cast(0xe9), + static_cast(0x9b), + static_cast(0x3e), + static_cast(0xef), + static_cast(0x24), + static_cast(0xd5), + static_cast(0x0e), + static_cast(0xca), + static_cast(0xd4), + static_cast(0x04), + static_cast(0xb0), + static_cast(0x48), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0x8b), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x94), + static_cast(0xfd), + static_cast(0x33), + static_cast(0x08), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xa7), + static_cast(0x00), + static_cast(0x11), + static_cast(0x0d), + static_cast(0xfd), + static_cast(0x54), + static_cast(0x7f), + static_cast(0xfa), + static_cast(0x23), + static_cast(0x4c), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x43), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0xe5), + static_cast(0xf9), + static_cast(0xcf), + static_cast(0x62), + static_cast(0x00), + static_cast(0x91), + static_cast(0xae), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x09), + static_cast(0x02), + static_cast(0x12), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x56), + static_cast(0x71), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x96), + static_cast(0x00), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x30), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x94), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x18), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x66), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0xab), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x22), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x38), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x76), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x16), + static_cast(0x00), + static_cast(0xac), + static_cast(0x92), + static_cast(0x01), + static_cast(0xa6), + static_cast(0x05), + static_cast(0x01), + static_cast(0xf0), + static_cast(0x71), + static_cast(0x00), + static_cast(0x04), + static_cast(0xae), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xfd), + static_cast(0x12), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x50), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x25), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x95), + static_cast(0xff), + static_cast(0x66), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xcf), + static_cast(0xcd), + static_cast(0x1b), + static_cast(0xe2), + static_cast(0xd4), + static_cast(0x34), + static_cast(0xb5), + static_cast(0x7e), + static_cast(0x0b), + static_cast(0x09), + static_cast(0x3a), + static_cast(0xfb), + static_cast(0xd9), + static_cast(0x7c), + static_cast(0x0e), + static_cast(0x60), + static_cast(0xe1), + static_cast(0xf5), + static_cast(0x7e), + static_cast(0x73), + static_cast(0xfa), + static_cast(0xd0), + static_cast(0x44), + static_cast(0x09), + static_cast(0x08), + static_cast(0x58), + static_cast(0xf6), + static_cast(0xe6), + static_cast(0x10), + static_cast(0xee), + static_cast(0xd2), + static_cast(0x37), + static_cast(0xf2), + static_cast(0x38), + static_cast(0x07), + static_cast(0x0b), + static_cast(0x3e), + static_cast(0x25), + static_cast(0x0a), + static_cast(0x3d), + static_cast(0x05), + static_cast(0xf9), + static_cast(0x44), + static_cast(0xbf), + static_cast(0x01), + static_cast(0x73), + static_cast(0x36), + static_cast(0xf0), + static_cast(0x0d), + static_cast(0xa2), + static_cast(0xeb), + static_cast(0xeb), + static_cast(0x6a), + static_cast(0x08), + static_cast(0x3d), + static_cast(0x2a), + static_cast(0x08), + static_cast(0x4a), + static_cast(0xed), + static_cast(0xfd), + static_cast(0xb5), + static_cast(0xd3), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x78), + static_cast(0xff), + static_cast(0x19), + static_cast(0x2d), + static_cast(0xfd), + static_cast(0xb3), + static_cast(0x60), + static_cast(0xff), + static_cast(0x23), + static_cast(0x8a), + static_cast(0xfc), + static_cast(0x95), + static_cast(0x06), + static_cast(0xfb), + static_cast(0x0e), + static_cast(0x7f), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x21), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0xb0), + static_cast(0xfa), + static_cast(0x3e), + static_cast(0x13), + static_cast(0x00), + static_cast(0x33), + static_cast(0x11), + static_cast(0x00), + static_cast(0x42), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xbf), + static_cast(0x01), + static_cast(0x42), + static_cast(0x00), + static_cast(0x00), + static_cast(0xcb), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xa4), + static_cast(0x00), + static_cast(0x71), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x69), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x69), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x82), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x57), + static_cast(0xff), + static_cast(0x38), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x50), + static_cast(0x92), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x23), + static_cast(0xfe), + static_cast(0x02), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x01), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x98), + static_cast(0x00), + static_cast(0xea), + static_cast(0x95), + static_cast(0x01), + static_cast(0x4a), + static_cast(0xe8), + static_cast(0x00), + static_cast(0x3f), + static_cast(0x67), + static_cast(0x00), + static_cast(0x08), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x79), + static_cast(0x75), + static_cast(0xfd), + static_cast(0x60), + static_cast(0x80), + static_cast(0xfd), + static_cast(0xa1), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x31), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x71), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x79), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x41), + static_cast(0x1c), + static_cast(0x91), + static_cast(0x38), + static_cast(0x33), + static_cast(0x57), + static_cast(0x98), + static_cast(0x08), + static_cast(0x25), + static_cast(0x66), + static_cast(0xfb), + static_cast(0x38), + static_cast(0x3a), + static_cast(0x0f), + static_cast(0x09), + static_cast(0xc4), + static_cast(0xf7), + static_cast(0x12), + static_cast(0xc8), + static_cast(0xfb), + static_cast(0xb7), + static_cast(0xca), + static_cast(0x04), + static_cast(0x73), + static_cast(0x2f), + static_cast(0xf6), + static_cast(0x70), + static_cast(0xae), + static_cast(0xf4), + static_cast(0x16), + static_cast(0x3f), + static_cast(0xf2), + static_cast(0xb8), + static_cast(0x25), + static_cast(0x08), + static_cast(0xbc), + static_cast(0x93), + static_cast(0x0b), + static_cast(0xae), + static_cast(0x2b), + static_cast(0xf6), + static_cast(0x7e), + static_cast(0x88), + static_cast(0x00), + static_cast(0xbd), + static_cast(0xcb), + static_cast(0xf6), + static_cast(0x67), + static_cast(0x95), + static_cast(0xea), + static_cast(0x19), + static_cast(0x1a), + static_cast(0x03), + static_cast(0x93), + static_cast(0x78), + static_cast(0x09), + static_cast(0xf9), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x10), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x87), + static_cast(0x01), + static_cast(0x37), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0x49), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x13), + static_cast(0x3f), + static_cast(0xfc), + static_cast(0x81), + static_cast(0x58), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0x66), + static_cast(0x00), + static_cast(0xb6), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x56), + static_cast(0xfb), + static_cast(0xa2), + static_cast(0x40), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0xa0), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x60), + static_cast(0x32), + static_cast(0x00), + static_cast(0xd4), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x04), + static_cast(0x71), + static_cast(0xff), + static_cast(0x92), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x19), + static_cast(0x00), + static_cast(0x7f), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x32), + static_cast(0x83), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x65), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x19), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x00), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x42), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xab), + static_cast(0xca), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x93), + static_cast(0x01), + static_cast(0x8c), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x34), + static_cast(0x00), + static_cast(0xad), + static_cast(0x66), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x58), + static_cast(0xfd), + static_cast(0x3b), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0x42), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x93), + static_cast(0x29), + static_cast(0x00), + static_cast(0x0d), + static_cast(0xac), + static_cast(0x00), + static_cast(0x50), + static_cast(0xf8), + static_cast(0x1a), + static_cast(0xd3), + static_cast(0x19), + static_cast(0x30), + static_cast(0xdf), + static_cast(0x45), + static_cast(0x07), + static_cast(0x17), + static_cast(0x7c), + static_cast(0xfc), + static_cast(0x1e), + static_cast(0xbb), + static_cast(0x10), + static_cast(0x96), + static_cast(0x6d), + static_cast(0xf9), + static_cast(0x61), + static_cast(0xaa), + static_cast(0xfb), + static_cast(0x65), + static_cast(0x15), + static_cast(0x03), + static_cast(0xb8), + static_cast(0x78), + static_cast(0xf5), + static_cast(0x96), + static_cast(0x7a), + static_cast(0xf8), + static_cast(0xf5), + static_cast(0x0b), + static_cast(0xf5), + static_cast(0x24), + static_cast(0x72), + static_cast(0x04), + static_cast(0xc7), + static_cast(0x2f), + static_cast(0x0c), + static_cast(0xac), + static_cast(0x02), + static_cast(0xf7), + static_cast(0xeb), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0xe1), + static_cast(0x80), + static_cast(0xfc), + static_cast(0x8f), + static_cast(0xab), + static_cast(0xeb), + static_cast(0x31), + static_cast(0x92), + static_cast(0xfc), + static_cast(0x10), + static_cast(0x5b), + static_cast(0x0a), + static_cast(0x1e), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x16), + static_cast(0x03), + static_cast(0x6a), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x29), + static_cast(0xfc), + static_cast(0x72), + static_cast(0xb0), + static_cast(0xfb), + static_cast(0x19), + static_cast(0x1b), + static_cast(0xfd), + static_cast(0xdb), + static_cast(0x2f), + static_cast(0x01), + static_cast(0x87), + static_cast(0xd5), + static_cast(0x00), + static_cast(0x9f), + static_cast(0xb1), + static_cast(0xfb), + static_cast(0x42), + static_cast(0x93), + static_cast(0xfc), + static_cast(0xdb), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x5f), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x91), + static_cast(0x28), + static_cast(0x00), + static_cast(0x96), + static_cast(0x95), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x65), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x37), + static_cast(0x00), + static_cast(0x53), + static_cast(0xba), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x63), + static_cast(0x67), + static_cast(0xff), + static_cast(0x83), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x33), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x11), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xca), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x12), + static_cast(0x75), + static_cast(0xff), + static_cast(0x06), + static_cast(0xeb), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x7c), + static_cast(0x01), + static_cast(0xc1), + static_cast(0x8f), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x55), + static_cast(0x81), + static_cast(0xfd), + static_cast(0x09), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x61), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x69), + static_cast(0x00), + static_cast(0x63), + static_cast(0xd4), + static_cast(0x00), + static_cast(0x8f), + static_cast(0xd0), + static_cast(0x19), + static_cast(0x79), + static_cast(0xa4), + static_cast(0x2c), + static_cast(0x9c), + static_cast(0xd5), + static_cast(0x05), + static_cast(0x8e), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xa6), + static_cast(0x11), + static_cast(0x2a), + static_cast(0x37), + static_cast(0xf9), + static_cast(0x4c), + static_cast(0x3d), + static_cast(0xfb), + static_cast(0x60), + static_cast(0x3e), + static_cast(0x03), + static_cast(0xf0), + static_cast(0xb5), + static_cast(0xf7), + static_cast(0xfb), + static_cast(0x14), + static_cast(0xf8), + static_cast(0xbb), + static_cast(0x8e), + static_cast(0xf4), + static_cast(0x63), + static_cast(0x92), + static_cast(0x05), + static_cast(0x82), + static_cast(0xb5), + static_cast(0x0b), + static_cast(0x90), + static_cast(0x68), + static_cast(0xf7), + static_cast(0x87), + static_cast(0x7e), + static_cast(0xfd), + static_cast(0xe1), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x90), + static_cast(0xee), + static_cast(0xee), + static_cast(0x05), + static_cast(0x09), + static_cast(0xf9), + static_cast(0xa6), + static_cast(0x57), + static_cast(0x08), + static_cast(0x80), + static_cast(0xa7), + static_cast(0x00), + static_cast(0xb2), + static_cast(0xcb), + static_cast(0xfc), + static_cast(0x1c), + static_cast(0x5f), + static_cast(0x02), + static_cast(0x33), + static_cast(0x72), + static_cast(0xff), + static_cast(0x38), + static_cast(0x3d), + static_cast(0xfd), + static_cast(0x73), + static_cast(0xba), + static_cast(0xfc), + static_cast(0x58), + static_cast(0x92), + static_cast(0xfc), + static_cast(0xea), + static_cast(0xf6), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x7e), + static_cast(0x01), + static_cast(0xe3), + static_cast(0xdf), + static_cast(0xfb), + static_cast(0xd4), + static_cast(0x14), + static_cast(0xfc), + static_cast(0x36), + static_cast(0x60), + static_cast(0x01), + static_cast(0x54), + static_cast(0x30), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xf2), + static_cast(0x00), + static_cast(0x17), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x30), + static_cast(0xff), + static_cast(0x63), + static_cast(0x2a), + static_cast(0x00), + static_cast(0xd0), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x65), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x44), + static_cast(0xff), + static_cast(0x47), + static_cast(0x94), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x08), + static_cast(0xff), + static_cast(0x99), + static_cast(0x65), + static_cast(0xff), + static_cast(0x55), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x30), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x68), + static_cast(0xff), + static_cast(0x10), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x26), + static_cast(0x01), + static_cast(0x26), + static_cast(0x71), + static_cast(0x01), + static_cast(0xf8), + static_cast(0x57), + static_cast(0x00), + static_cast(0xec), + static_cast(0x0f), + static_cast(0x00), + static_cast(0xba), + static_cast(0x07), + static_cast(0xff), + static_cast(0x50), + static_cast(0xa3), + static_cast(0xfd), + static_cast(0xfa), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x91), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xea), + static_cast(0x00), + static_cast(0x91), + static_cast(0x70), + static_cast(0x18), + static_cast(0xb4), + static_cast(0x12), + static_cast(0x28), + static_cast(0xaa), + static_cast(0x6a), + static_cast(0x04), + static_cast(0x03), + static_cast(0x0e), + static_cast(0x02), + static_cast(0x25), + static_cast(0x98), + static_cast(0x11), + static_cast(0x04), + static_cast(0x9a), + static_cast(0xf8), + static_cast(0xc5), + static_cast(0xae), + static_cast(0xfb), + static_cast(0xd0), + static_cast(0xef), + static_cast(0x03), + static_cast(0xe4), + static_cast(0x6b), + static_cast(0xfa), + static_cast(0x01), + static_cast(0x30), + static_cast(0xf8), + static_cast(0x2d), + static_cast(0xb4), + static_cast(0xf2), + static_cast(0x58), + static_cast(0xc2), + static_cast(0x04), + static_cast(0x39), + static_cast(0x2d), + static_cast(0x0d), + static_cast(0x95), + static_cast(0x81), + static_cast(0xf8), + static_cast(0x7a), + static_cast(0xdc), + static_cast(0xfb), + static_cast(0x71), + static_cast(0x2b), + static_cast(0x01), + static_cast(0xef), + static_cast(0xb6), + static_cast(0xf1), + static_cast(0xaa), + static_cast(0xc5), + static_cast(0xf6), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x1f), + static_cast(0x90), + static_cast(0x00), + static_cast(0x30), + static_cast(0xe7), + static_cast(0xfa), + static_cast(0x30), + static_cast(0x6a), + static_cast(0x01), + static_cast(0xdb), + static_cast(0x53), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xec), + static_cast(0xfd), + static_cast(0xde), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x5d), + static_cast(0xfd), + static_cast(0x63), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xe9), + static_cast(0x00), + static_cast(0x78), + static_cast(0x82), + static_cast(0xfd), + static_cast(0x7e), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0x5b), + static_cast(0x9a), + static_cast(0x01), + static_cast(0x04), + static_cast(0xce), + static_cast(0xff), + static_cast(0x62), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x52), + static_cast(0x01), + static_cast(0x24), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x73), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x22), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x34), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x47), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x65), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x54), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x95), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xde), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x3f), + static_cast(0x01), + static_cast(0xda), + static_cast(0x48), + static_cast(0x01), + static_cast(0x5d), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x34), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x10), + static_cast(0xff), + static_cast(0x57), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0x7e), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x52), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x9e), + static_cast(0x00), + static_cast(0x27), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x43), + static_cast(0xb2), + static_cast(0x14), + static_cast(0x2a), + static_cast(0xc7), + static_cast(0x23), + static_cast(0x6e), + static_cast(0x43), + static_cast(0x06), + static_cast(0x27), + static_cast(0xd0), + static_cast(0x03), + static_cast(0x23), + static_cast(0xd3), + static_cast(0x11), + static_cast(0x15), + static_cast(0x28), + static_cast(0xf9), + static_cast(0x99), + static_cast(0xa4), + static_cast(0xfa), + static_cast(0x79), + static_cast(0xb2), + static_cast(0x05), + static_cast(0xe5), + static_cast(0xd6), + static_cast(0xfc), + static_cast(0x07), + static_cast(0xa9), + static_cast(0xf8), + static_cast(0xc5), + static_cast(0x92), + static_cast(0xf2), + static_cast(0x94), + static_cast(0x2d), + static_cast(0x01), + static_cast(0xe6), + static_cast(0xfb), + static_cast(0x0b), + static_cast(0xd8), + static_cast(0x8f), + static_cast(0xfc), + static_cast(0xe4), + static_cast(0x4a), + static_cast(0xfc), + static_cast(0x89), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x66), + static_cast(0xcc), + static_cast(0xf4), + static_cast(0xe5), + static_cast(0x41), + static_cast(0xf6), + static_cast(0xf1), + static_cast(0x50), + static_cast(0x06), + static_cast(0x53), + static_cast(0x8a), + static_cast(0x01), + static_cast(0xcc), + static_cast(0x3c), + static_cast(0xfa), + static_cast(0x1c), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x8d), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x8b), + static_cast(0xfd), + static_cast(0xba), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x12), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0x60), + static_cast(0x21), + static_cast(0x00), + static_cast(0xdf), + static_cast(0x98), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0xa3), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0x9d), + static_cast(0x01), + static_cast(0x96), + static_cast(0x45), + static_cast(0x00), + static_cast(0x83), + static_cast(0x14), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xb7), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x25), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x22), + static_cast(0x11), + static_cast(0x00), + static_cast(0x7f), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x67), + static_cast(0xff), + static_cast(0xae), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x28), + static_cast(0x02), + static_cast(0xff), + static_cast(0x83), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x31), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x27), + static_cast(0x01), + static_cast(0x31), + static_cast(0x34), + static_cast(0x01), + static_cast(0xf8), + static_cast(0x70), + static_cast(0x00), + static_cast(0x75), + static_cast(0x94), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x58), + static_cast(0xff), + static_cast(0x70), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x22), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x00), + static_cast(0xff), + static_cast(0x76), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x46), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x43), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x65), + static_cast(0x00), + static_cast(0x22), + static_cast(0xa1), + static_cast(0x17), + static_cast(0x92), + static_cast(0x96), + static_cast(0x21), + static_cast(0xbc), + static_cast(0x38), + static_cast(0x01), + static_cast(0xe0), + static_cast(0x0f), + static_cast(0x0a), + static_cast(0x1c), + static_cast(0x42), + static_cast(0x11), + static_cast(0xcd), + static_cast(0xde), + static_cast(0xf0), + static_cast(0x96), + static_cast(0xca), + static_cast(0xfb), + static_cast(0x56), + static_cast(0x1a), + static_cast(0x05), + static_cast(0x99), + static_cast(0xbb), + static_cast(0xf8), + static_cast(0x83), + static_cast(0xc5), + static_cast(0xf3), + static_cast(0xd2), + static_cast(0x6b), + static_cast(0xf4), + static_cast(0xf7), + static_cast(0x18), + static_cast(0x0d), + static_cast(0x8e), + static_cast(0x85), + static_cast(0x0b), + static_cast(0x1d), + static_cast(0x5c), + static_cast(0xf8), + static_cast(0xe3), + static_cast(0x59), + static_cast(0x05), + static_cast(0x44), + static_cast(0x37), + static_cast(0x05), + static_cast(0xfb), + static_cast(0x70), + static_cast(0xf3), + static_cast(0xab), + static_cast(0xfa), + static_cast(0xf9), + static_cast(0x5e), + static_cast(0xbd), + static_cast(0x06), + static_cast(0x8a), + static_cast(0xd4), + static_cast(0xfd), + static_cast(0xe2), + static_cast(0x1d), + static_cast(0xf9), + static_cast(0xd5), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0x9f), + static_cast(0x5a), + static_cast(0xfb), + static_cast(0xc8), + static_cast(0xba), + static_cast(0xfd), + static_cast(0xeb), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xb8), + static_cast(0xfb), + static_cast(0x7c), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x97), + static_cast(0xab), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x19), + static_cast(0xfd), + static_cast(0x17), + static_cast(0x48), + static_cast(0xff), + static_cast(0x60), + static_cast(0x9e), + static_cast(0x01), + static_cast(0xbe), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xf3), + static_cast(0x00), + static_cast(0x8d), + static_cast(0xea), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x92), + static_cast(0xff), + static_cast(0x66), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x47), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x15), + static_cast(0x00), + static_cast(0x60), + static_cast(0x86), + static_cast(0xff), + static_cast(0xba), + static_cast(0x95), + static_cast(0xff), + static_cast(0x92), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x29), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x92), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x76), + static_cast(0xff), + static_cast(0x05), + static_cast(0x03), + static_cast(0x00), + static_cast(0xdd), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x88), + static_cast(0x69), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x42), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x86), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x99), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x62), + static_cast(0xff), + static_cast(0x31), + static_cast(0x55), + static_cast(0xff), + static_cast(0x74), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xe1), + static_cast(0x11), + static_cast(0x0a), + static_cast(0x9e), + static_cast(0x1e), + static_cast(0x1c), + static_cast(0x83), + static_cast(0x06), + static_cast(0xca), + static_cast(0x70), + static_cast(0x07), + static_cast(0xcf), + static_cast(0xa5), + static_cast(0x11), + static_cast(0x71), + static_cast(0x5a), + static_cast(0xf6), + static_cast(0xe7), + static_cast(0xa9), + static_cast(0xf6), + static_cast(0x38), + static_cast(0xc2), + static_cast(0x02), + static_cast(0xb6), + static_cast(0x6c), + static_cast(0xfa), + static_cast(0x9b), + static_cast(0x0a), + static_cast(0xf7), + static_cast(0x5e), + static_cast(0x0a), + static_cast(0xf8), + static_cast(0x22), + static_cast(0x94), + static_cast(0x07), + static_cast(0x3d), + static_cast(0xd6), + static_cast(0x0a), + static_cast(0xdf), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x88), + static_cast(0x71), + static_cast(0x02), + static_cast(0x0e), + static_cast(0x2a), + static_cast(0x04), + static_cast(0xea), + static_cast(0x0a), + static_cast(0xf7), + static_cast(0xed), + static_cast(0x8a), + static_cast(0xf7), + static_cast(0x97), + static_cast(0x48), + static_cast(0x02), + static_cast(0x0f), + static_cast(0x92), + static_cast(0xff), + static_cast(0x42), + static_cast(0x50), + static_cast(0xfb), + static_cast(0x02), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x38), + static_cast(0xb5), + static_cast(0xfc), + static_cast(0xf7), + static_cast(0x0b), + static_cast(0xfd), + static_cast(0x4f), + static_cast(0xfc), + static_cast(0x00), + static_cast(0x24), + static_cast(0xa0), + static_cast(0xfc), + static_cast(0xf5), + static_cast(0xe3), + static_cast(0xfc), + static_cast(0x9c), + static_cast(0x14), + static_cast(0x01), + static_cast(0x03), + static_cast(0x39), + static_cast(0xfd), + static_cast(0xb7), + static_cast(0xc8), + static_cast(0xfc), + static_cast(0xb8), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x93), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x42), + static_cast(0xff), + static_cast(0x18), + static_cast(0x57), + static_cast(0x00), + static_cast(0x17), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x68), + static_cast(0x10), + static_cast(0x00), + static_cast(0x24), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x58), + static_cast(0xff), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x49), + static_cast(0x18), + static_cast(0xff), + static_cast(0xec), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xab), + static_cast(0x19), + static_cast(0xff), + static_cast(0x85), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x13), + static_cast(0x00), + static_cast(0x23), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x03), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x85), + static_cast(0xff), + static_cast(0x28), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x94), + static_cast(0x68), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x72), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x01), + static_cast(0xda), + static_cast(0xff), + static_cast(0x93), + static_cast(0x99), + static_cast(0xff), + static_cast(0xed), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x63), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xad), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x32), + static_cast(0x10), + static_cast(0xf3), + static_cast(0x63), + static_cast(0x1a), + static_cast(0xf3), + static_cast(0x4d), + static_cast(0x06), + static_cast(0x28), + static_cast(0x40), + static_cast(0x09), + static_cast(0x2d), + static_cast(0x3e), + static_cast(0x0f), + static_cast(0x21), + static_cast(0xd5), + static_cast(0xf7), + static_cast(0x1e), + static_cast(0xee), + static_cast(0xf9), + static_cast(0x94), + static_cast(0xda), + static_cast(0x01), + static_cast(0x04), + static_cast(0xbf), + static_cast(0xfa), + static_cast(0x99), + static_cast(0x36), + static_cast(0xf9), + static_cast(0x58), + static_cast(0xed), + static_cast(0xf9), + static_cast(0xad), + static_cast(0xa2), + static_cast(0x05), + static_cast(0x4d), + static_cast(0x32), + static_cast(0x08), + static_cast(0x33), + static_cast(0xec), + static_cast(0xfd), + static_cast(0x71), + static_cast(0xbb), + static_cast(0x01), + static_cast(0x6b), + static_cast(0x29), + static_cast(0x03), + static_cast(0xb2), + static_cast(0x85), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0xc2), + static_cast(0xf8), + static_cast(0x1a), + static_cast(0x92), + static_cast(0x01), + static_cast(0x59), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0xae), + static_cast(0xfc), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xff), + static_cast(0x77), + static_cast(0x4b), + static_cast(0xfd), + static_cast(0x25), + static_cast(0x56), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xd9), + static_cast(0x00), + static_cast(0xe3), + static_cast(0xc0), + static_cast(0xfc), + static_cast(0xc1), + static_cast(0xbf), + static_cast(0xfd), + static_cast(0xc2), + static_cast(0xc6), + static_cast(0x00), + static_cast(0x22), + static_cast(0x1e), + static_cast(0xfd), + static_cast(0x76), + static_cast(0x0c), + static_cast(0xfd), + static_cast(0x39), + static_cast(0x17), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x20), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x67), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x24), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x86), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xad), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x90), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x36), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x85), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x52), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x42), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x96), + static_cast(0xab), + static_cast(0xff), + static_cast(0x08), + static_cast(0x35), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xec), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x97), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x98), + static_cast(0xff), + static_cast(0xde), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x97), + static_cast(0xff), + static_cast(0x51), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x87), + static_cast(0xff), + static_cast(0x45), + static_cast(0x78), + static_cast(0xff), + static_cast(0x53), + static_cast(0x90), + static_cast(0xff), + static_cast(0x26), + static_cast(0xae), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x84), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x52), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xba), + static_cast(0xff), + static_cast(0x27), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x30), + static_cast(0x0d), + static_cast(0xaf), + static_cast(0xaa), + static_cast(0x16), + static_cast(0x0d), + static_cast(0x99), + static_cast(0x07), + static_cast(0x50), + static_cast(0x42), + static_cast(0x09), + static_cast(0x57), + static_cast(0x7f), + static_cast(0x0d), + static_cast(0x0e), + static_cast(0x83), + static_cast(0xfa), + static_cast(0x08), + static_cast(0xa9), + static_cast(0xfb), + static_cast(0x7c), + static_cast(0x72), + static_cast(0x01), + static_cast(0x3c), + static_cast(0xd9), + static_cast(0xfb), + static_cast(0x08), + static_cast(0x4b), + static_cast(0xfb), + static_cast(0xcd), + static_cast(0xda), + static_cast(0xfa), + static_cast(0x9a), + static_cast(0x73), + static_cast(0x03), + static_cast(0x01), + static_cast(0x72), + static_cast(0x06), + static_cast(0x0e), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x0d), + static_cast(0x01), + static_cast(0xa0), + static_cast(0x8d), + static_cast(0x02), + static_cast(0x8d), + static_cast(0x3a), + static_cast(0xfa), + static_cast(0xb3), + static_cast(0xad), + static_cast(0xf9), + static_cast(0xc5), + static_cast(0x43), + static_cast(0x00), + static_cast(0x51), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x64), + static_cast(0xfd), + static_cast(0x42), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x01), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x45), + static_cast(0xe0), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x50), + static_cast(0xfd), + static_cast(0xd8), + static_cast(0xe7), + static_cast(0xfd), + static_cast(0xd3), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x44), + static_cast(0xfd), + static_cast(0x6b), + static_cast(0x38), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0x36), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x15), + static_cast(0xff), + static_cast(0x41), + static_cast(0x23), + static_cast(0x00), + static_cast(0x19), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x59), + static_cast(0x93), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x66), + static_cast(0xff), + static_cast(0x10), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x46), + static_cast(0x00), + static_cast(0xe6), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xca), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x32), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x97), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xba), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x34), + static_cast(0x09), + static_cast(0xff), + static_cast(0x08), + static_cast(0x90), + static_cast(0xff), + static_cast(0x99), + static_cast(0x96), + static_cast(0xff), + static_cast(0xee), + static_cast(0x93), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x58), + static_cast(0x66), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xff), + static_cast(0x28), + static_cast(0x00), + static_cast(0x00), + static_cast(0x6b), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x19), + static_cast(0x0b), + static_cast(0xa3), + static_cast(0x9a), + static_cast(0x13), + static_cast(0x4d), + static_cast(0x20), + static_cast(0x08), + static_cast(0xc0), + static_cast(0x03), + static_cast(0x09), + static_cast(0x84), + static_cast(0xcd), + static_cast(0x0b), + static_cast(0x5b), + static_cast(0xd1), + static_cast(0xfc), + static_cast(0xbf), + static_cast(0xd2), + static_cast(0xfc), + static_cast(0xdf), + static_cast(0x1d), + static_cast(0x01), + static_cast(0xd1), + static_cast(0xd9), + static_cast(0xfd), + static_cast(0xa4), + static_cast(0x92), + static_cast(0xfc), + static_cast(0x3e), + static_cast(0x40), + static_cast(0xfb), + static_cast(0xab), + static_cast(0x62), + static_cast(0x02), + static_cast(0x20), + static_cast(0xae), + static_cast(0x04), + static_cast(0x79), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x9f), + static_cast(0x00), + static_cast(0xa4), + static_cast(0x14), + static_cast(0x02), + static_cast(0x6c), + static_cast(0xb4), + static_cast(0xfb), + static_cast(0x1d), + static_cast(0x31), + static_cast(0xfa), + static_cast(0x9b), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xf0), + static_cast(0xfd), + static_cast(0x10), + static_cast(0x82), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xb0), + static_cast(0x00), + static_cast(0x27), + static_cast(0x98), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x84), + static_cast(0x00), + static_cast(0x1e), + static_cast(0xa5), + static_cast(0xfd), + static_cast(0x79), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x60), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x71), + static_cast(0xfd), + static_cast(0xe7), + static_cast(0x66), + static_cast(0xfd), + static_cast(0x28), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x18), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x08), + static_cast(0x00), + static_cast(0x21), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x28), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x5f), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x95), + static_cast(0x92), + static_cast(0xff), + static_cast(0x10), + static_cast(0x20), + static_cast(0x00), + static_cast(0x5c), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x05), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x88), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x56), + static_cast(0xff), + static_cast(0x88), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x47), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x93), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x37), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x03), + static_cast(0x00), + static_cast(0x93), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xde), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x96), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x86), + static_cast(0xff), + static_cast(0xee), + static_cast(0xae), + static_cast(0x08), + static_cast(0x78), + static_cast(0x43), + static_cast(0x11), + static_cast(0x48), + static_cast(0xde), + static_cast(0x08), + static_cast(0xa8), + static_cast(0x72), + static_cast(0x07), + static_cast(0xc7), + static_cast(0xf5), + static_cast(0x0a), + static_cast(0x24), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x77), + static_cast(0xf3), + static_cast(0xfc), + static_cast(0x54), + static_cast(0xc5), + static_cast(0x01), + static_cast(0x94), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xba), + static_cast(0x3f), + static_cast(0xfd), + static_cast(0x07), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x60), + static_cast(0xde), + static_cast(0x00), + static_cast(0x57), + static_cast(0x3c), + static_cast(0x03), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x25), + static_cast(0x00), + static_cast(0x27), + static_cast(0xd3), + static_cast(0x01), + static_cast(0x91), + static_cast(0xe2), + static_cast(0xfc), + static_cast(0xb1), + static_cast(0xc5), + static_cast(0xfa), + static_cast(0x61), + static_cast(0x37), + static_cast(0xff), + static_cast(0x75), + static_cast(0x64), + static_cast(0x00), + static_cast(0xdf), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x04), + static_cast(0x47), + static_cast(0x01), + static_cast(0x59), + static_cast(0xf4), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x55), + static_cast(0x00), + static_cast(0x82), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xe7), + static_cast(0xfd), + static_cast(0x8e), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xa8), + static_cast(0xfd), + static_cast(0x6c), + static_cast(0x99), + static_cast(0xfd), + static_cast(0x09), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x86), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x66), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x12), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x1e), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x32), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xee), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x05), + static_cast(0x14), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x12), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xac), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xac), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xda), + static_cast(0x09), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x70), + static_cast(0xff), + static_cast(0x17), + static_cast(0x74), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x99), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x91), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xae), + static_cast(0xff), + static_cast(0x72), + static_cast(0x94), + static_cast(0xff), + static_cast(0x94), + static_cast(0x80), + static_cast(0xff), + static_cast(0x73), + static_cast(0x43), + static_cast(0x08), + static_cast(0x42), + static_cast(0x86), + static_cast(0x0f), + static_cast(0x78), + static_cast(0xbf), + static_cast(0x07), + static_cast(0xb6), + static_cast(0x06), + static_cast(0x07), + static_cast(0x22), + static_cast(0x6f), + static_cast(0x09), + static_cast(0x2f), + static_cast(0x75), + static_cast(0xff), + static_cast(0x16), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x30), + static_cast(0x02), + static_cast(0x16), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xb8), + static_cast(0xfd), + static_cast(0x58), + static_cast(0xab), + static_cast(0xfc), + static_cast(0x7e), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x99), + static_cast(0xac), + static_cast(0x01), + static_cast(0x31), + static_cast(0x01), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x67), + static_cast(0x00), + static_cast(0x65), + static_cast(0x71), + static_cast(0x01), + static_cast(0xf4), + static_cast(0x08), + static_cast(0xfd), + static_cast(0x19), + static_cast(0xce), + static_cast(0xfb), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xd4), + static_cast(0x00), + static_cast(0xbe), + static_cast(0x56), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x72), + static_cast(0x01), + static_cast(0x85), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x56), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x89), + static_cast(0x19), + static_cast(0xfe), + static_cast(0x12), + static_cast(0xf0), + static_cast(0xfd), + static_cast(0x86), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x65), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x10), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x25), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x96), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x9a), + static_cast(0x74), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x42), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x83), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x17), + static_cast(0x92), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x97), + static_cast(0xff), + static_cast(0x70), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x80), + static_cast(0x93), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x84), + static_cast(0xff), + static_cast(0x27), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x07), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x70), + static_cast(0xff), + static_cast(0x73), + static_cast(0x95), + static_cast(0xff), + static_cast(0x83), + static_cast(0x68), + static_cast(0xff), + static_cast(0x61), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x91), + static_cast(0x61), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x24), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x82), + static_cast(0xff), + static_cast(0x29), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x89), + static_cast(0x08), + static_cast(0x38), + static_cast(0xb5), + static_cast(0x0d), + static_cast(0xc1), + static_cast(0x40), + static_cast(0x06), + static_cast(0xc8), + static_cast(0x42), + static_cast(0x07), + static_cast(0x1f), + static_cast(0xb9), + static_cast(0x07), + static_cast(0x38), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x5b), + static_cast(0x00), + static_cast(0xea), + static_cast(0x31), + static_cast(0x02), + static_cast(0xbf), + static_cast(0x01), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x54), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x0d), + static_cast(0xfd), + static_cast(0xe8), + static_cast(0x72), + static_cast(0xff), + static_cast(0x51), + static_cast(0xe5), + static_cast(0x00), + static_cast(0x24), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x84), + static_cast(0xde), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x70), + static_cast(0x01), + static_cast(0x81), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0xf4), + static_cast(0xec), + static_cast(0xfc), + static_cast(0x7c), + static_cast(0x94), + static_cast(0x00), + static_cast(0x54), + static_cast(0x57), + static_cast(0x01), + static_cast(0x93), + static_cast(0xea), + static_cast(0x00), + static_cast(0xdb), + static_cast(0xde), + static_cast(0x00), + static_cast(0x36), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x72), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x78), + static_cast(0x99), + static_cast(0xff), + static_cast(0x29), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x92), + static_cast(0x70), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x76), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x26), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x06), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x53), + static_cast(0x41), + static_cast(0x00), + static_cast(0xb3), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x58), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x87), + static_cast(0xff), + static_cast(0x52), + static_cast(0xce), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xae), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x77), + static_cast(0xff), + static_cast(0x53), + static_cast(0x85), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x49), + static_cast(0xff), + static_cast(0x76), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x73), + static_cast(0xff), + static_cast(0xea), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x30), + static_cast(0x53), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x38), + static_cast(0x87), + static_cast(0xff), + static_cast(0x99), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x61), + static_cast(0xae), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x07), + static_cast(0x48), + static_cast(0x2d), + static_cast(0x0c), + static_cast(0x7f), + static_cast(0xa5), + static_cast(0x05), + static_cast(0x40), + static_cast(0x82), + static_cast(0x06), + static_cast(0xc0), + static_cast(0x95), + static_cast(0x06), + static_cast(0x3d), + static_cast(0xa9), + static_cast(0x00), + static_cast(0x26), + static_cast(0x51), + static_cast(0x01), + static_cast(0xea), + static_cast(0xfb), + static_cast(0x01), + static_cast(0xdf), + static_cast(0x50), + static_cast(0x00), + static_cast(0xee), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x30), + static_cast(0xfd), + static_cast(0xb7), + static_cast(0x04), + static_cast(0xff), + static_cast(0xda), + static_cast(0x93), + static_cast(0x00), + static_cast(0x93), + static_cast(0x80), + static_cast(0x00), + static_cast(0xa7), + static_cast(0xf5), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x01), + static_cast(0x7e), + static_cast(0xe9), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0x02), + static_cast(0xd9), + static_cast(0x00), + static_cast(0x59), + static_cast(0xd5), + static_cast(0x01), + static_cast(0xf6), + static_cast(0xd6), + static_cast(0x00), + static_cast(0x22), + static_cast(0x00), + static_cast(0x00), + static_cast(0x91), + static_cast(0x45), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x10), + static_cast(0x00), + static_cast(0xb6), + static_cast(0x38), + static_cast(0x00), + static_cast(0x4c), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xee), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x89), + static_cast(0x97), + static_cast(0xff), + static_cast(0x58), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0x24), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x01), + static_cast(0x86), + static_cast(0xff), + static_cast(0x81), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x55), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x00), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x83), + static_cast(0x96), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x86), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x96), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xad), + static_cast(0xff), + static_cast(0x15), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x47), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x65), + static_cast(0x90), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x52), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x74), + static_cast(0xff), + static_cast(0x91), + static_cast(0x45), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x63), + static_cast(0xff), + static_cast(0x01), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x96), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xab), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xab), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x99), + static_cast(0xff), + static_cast(0x92), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x04), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x9b), + static_cast(0x06), + static_cast(0xb2), + static_cast(0x05), + static_cast(0x0b), + static_cast(0xd6), + static_cast(0xa3), + static_cast(0x05), + static_cast(0xfa), + static_cast(0xf8), + static_cast(0x04), + static_cast(0x92), + static_cast(0xca), + static_cast(0x05), + static_cast(0x95), + static_cast(0x1a), + static_cast(0x02), + static_cast(0x52), + static_cast(0xd8), + static_cast(0x01), + static_cast(0x31), + static_cast(0xbc), + static_cast(0x01), + static_cast(0xaf), + static_cast(0x57), + static_cast(0x00), + static_cast(0x12), + static_cast(0x12), + static_cast(0xff), + static_cast(0xab), + static_cast(0x6a), + static_cast(0xfd), + static_cast(0xfc), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xcf), + static_cast(0x01), + static_cast(0xe5), + static_cast(0x5c), + static_cast(0x01), + static_cast(0xf6), + static_cast(0x76), + static_cast(0x01), + static_cast(0xe7), + static_cast(0x31), + static_cast(0x01), + static_cast(0x07), + static_cast(0x72), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0xe5), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xd8), + static_cast(0x01), + static_cast(0x7c), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x50), + static_cast(0xab), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xef), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x61), + static_cast(0x00), + static_cast(0xad), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x80), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x78), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x21), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x03), + static_cast(0x33), + static_cast(0xff), + static_cast(0x95), + static_cast(0x68), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x73), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x97), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x36), + static_cast(0x81), + static_cast(0xff), + static_cast(0xef), + static_cast(0x85), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x69), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x90), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x56), + static_cast(0xff), + static_cast(0x80), + static_cast(0x60), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x47), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x74), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x69), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x76), + static_cast(0xff), + static_cast(0x59), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x42), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xde), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xce), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xda), + static_cast(0x04), + static_cast(0xc4), + static_cast(0xe1), + static_cast(0x08), + static_cast(0x73), + static_cast(0xc3), + static_cast(0x05), + static_cast(0x41), + static_cast(0xd6), + static_cast(0x04), + static_cast(0xe6), + static_cast(0x88), + static_cast(0x05), + static_cast(0xc6), + static_cast(0xd5), + static_cast(0x02), + static_cast(0xb8), + static_cast(0x99), + static_cast(0x01), + static_cast(0xb3), + static_cast(0x89), + static_cast(0x01), + static_cast(0xed), + static_cast(0xc7), + static_cast(0x00), + static_cast(0x2d), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x9a), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x25), + static_cast(0x72), + static_cast(0x01), + static_cast(0x5d), + static_cast(0xed), + static_cast(0x01), + static_cast(0x5a), + static_cast(0x27), + static_cast(0x01), + static_cast(0x89), + static_cast(0xac), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xbd), + static_cast(0xc4), + static_cast(0x01), + static_cast(0x7e), + static_cast(0xb7), + static_cast(0x00), + static_cast(0x34), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x23), + static_cast(0x00), + static_cast(0x04), + static_cast(0x72), + static_cast(0x00), + static_cast(0x14), + static_cast(0x37), + static_cast(0x00), + static_cast(0x78), + static_cast(0x87), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x48), + static_cast(0xef), + static_cast(0xff), + static_cast(0x76), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x97), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x08), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x77), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x06), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x59), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x54), + static_cast(0x35), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x02), + static_cast(0x00), + static_cast(0xc6), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x59), + static_cast(0x77), + static_cast(0xff), + static_cast(0x03), + static_cast(0x62), + static_cast(0xff), + static_cast(0x98), + static_cast(0x82), + static_cast(0xff), + static_cast(0x57), + static_cast(0x85), + static_cast(0xff), + static_cast(0x37), + static_cast(0x90), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x68), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x63), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xda), + static_cast(0x52), + static_cast(0xff), + static_cast(0xda), + static_cast(0x68), + static_cast(0xff), + static_cast(0x59), + static_cast(0x56), + static_cast(0xff), + static_cast(0x59), + static_cast(0x68), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x75), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x61), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x48), + static_cast(0x90), + static_cast(0xff), + static_cast(0x78), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x40), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x49), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x46), + static_cast(0xca), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xce), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x07), + static_cast(0xc5), + static_cast(0x03), + static_cast(0x4e), + static_cast(0xd4), + static_cast(0x07), + static_cast(0xf6), + static_cast(0xfc), + static_cast(0x05), + static_cast(0x45), + static_cast(0xa6), + static_cast(0x03), + static_cast(0x9f), + static_cast(0xab), + static_cast(0x03), + static_cast(0xe9), + static_cast(0x77), + static_cast(0x03), + static_cast(0x4a), + static_cast(0xf8), + static_cast(0x02), + static_cast(0x21), + static_cast(0xe8), + static_cast(0x01), + static_cast(0xa0), + static_cast(0x1e), + static_cast(0x01), + static_cast(0x89), + static_cast(0x03), + static_cast(0x01), + static_cast(0x7a), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x62), + static_cast(0x98), + static_cast(0x00), + static_cast(0xaa), + static_cast(0x1a), + static_cast(0x01), + static_cast(0x80), + static_cast(0x56), + static_cast(0x01), + static_cast(0x12), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x38), + static_cast(0x00), + static_cast(0x92), + static_cast(0xec), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x42), + static_cast(0xff), + static_cast(0x88), + static_cast(0x67), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x90), + static_cast(0x01), + static_cast(0x5d), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x75), + static_cast(0x05), + static_cast(0x00), + static_cast(0x63), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x40), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x66), + static_cast(0x00), + static_cast(0x69), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x16), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x19), + static_cast(0x00), + static_cast(0x4d), + static_cast(0x31), + static_cast(0x00), + static_cast(0xf4), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x06), + static_cast(0x21), + static_cast(0xff), + static_cast(0x90), + static_cast(0x46), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x67), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x86), + static_cast(0xff), + static_cast(0x56), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x68), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x69), + static_cast(0xff), + static_cast(0xff), + static_cast(0x44), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x83), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x35), + static_cast(0x88), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xab), + static_cast(0xff), + static_cast(0x45), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x95), + static_cast(0xff), + static_cast(0x10), + static_cast(0x62), + static_cast(0xff), + static_cast(0xac), + static_cast(0x58), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x96), + static_cast(0x80), + static_cast(0xff), + static_cast(0x88), + static_cast(0x75), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x69), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x44), + static_cast(0x77), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x78), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x61), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x13), + static_cast(0x67), + static_cast(0x03), + static_cast(0x26), + static_cast(0x2a), + static_cast(0x06), + static_cast(0xe4), + static_cast(0xab), + static_cast(0x04), + static_cast(0x71), + static_cast(0x6e), + static_cast(0x03), + static_cast(0x35), + static_cast(0xc9), + static_cast(0x03), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x03), + static_cast(0xea), + static_cast(0x62), + static_cast(0x03), + static_cast(0x1a), + static_cast(0xfd), + static_cast(0x02), + static_cast(0xfc), + static_cast(0x5b), + static_cast(0x02), + static_cast(0xe1), + static_cast(0x54), + static_cast(0x01), + static_cast(0xef), + static_cast(0x15), + static_cast(0x01), + static_cast(0x72), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x81), + static_cast(0x00), + static_cast(0xd1), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x8f), + static_cast(0x00), + static_cast(0x55), + static_cast(0xda), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x24), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x35), + static_cast(0xec), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x32), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x63), + static_cast(0x1e), + static_cast(0x00), + static_cast(0xab), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xaf), + static_cast(0xa0), + static_cast(0x00), + static_cast(0x58), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x2a), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xef), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x39), + static_cast(0xff), + static_cast(0x39), + static_cast(0x40), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xac), + static_cast(0x93), + static_cast(0xff), + static_cast(0xed), + static_cast(0x80), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x60), + static_cast(0xff), + static_cast(0x31), + static_cast(0x87), + static_cast(0xff), + static_cast(0x39), + static_cast(0x72), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x40), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x48), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x95), + static_cast(0xff), + static_cast(0x53), + static_cast(0x77), + static_cast(0xff), + static_cast(0x81), + static_cast(0x83), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x83), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x72), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x87), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x50), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x59), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x85), + static_cast(0xff), + static_cast(0x64), + static_cast(0x62), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x74), + static_cast(0x68), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x81), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x91), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x88), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x39), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x44), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xac), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x42), + static_cast(0x03), + static_cast(0x09), + static_cast(0xdf), + static_cast(0x04), + static_cast(0x2e), + static_cast(0xae), + static_cast(0x03), + static_cast(0x6d), + static_cast(0xa3), + static_cast(0x04), + static_cast(0x74), + static_cast(0x2b), + static_cast(0x05), + static_cast(0xe0), + static_cast(0x5a), + static_cast(0x04), + static_cast(0x38), + static_cast(0x6f), + static_cast(0x03), + static_cast(0xb5), + static_cast(0x56), + static_cast(0x02), + static_cast(0xb8), + static_cast(0x47), + static_cast(0x02), + static_cast(0xf9), + static_cast(0x14), + static_cast(0x02), + static_cast(0x41), + static_cast(0x03), + static_cast(0x01), + static_cast(0x4d), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x56), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x15), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x48), + static_cast(0x34), + static_cast(0x00), + static_cast(0xda), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x41), + static_cast(0x34), + static_cast(0x00), + static_cast(0x5c), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x53), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x97), + static_cast(0x66), + static_cast(0x00), + static_cast(0x87), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x0a), + static_cast(0xec), + static_cast(0x00), + static_cast(0x04), + static_cast(0xc2), + static_cast(0x00), + static_cast(0xbf), + static_cast(0xa7), + static_cast(0x00), + static_cast(0xf7), + static_cast(0xa4), + static_cast(0x00), + static_cast(0x21), + static_cast(0x68), + static_cast(0x00), + static_cast(0x04), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x66), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x17), + static_cast(0xff), + static_cast(0x74), + static_cast(0x03), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x55), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x52), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x68), + static_cast(0xff), + static_cast(0x78), + static_cast(0x59), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x50), + static_cast(0xff), + static_cast(0x88), + static_cast(0x52), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x49), + static_cast(0xff), + static_cast(0xca), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x41), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x08), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x30), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x56), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x82), + static_cast(0xff), + static_cast(0x50), + static_cast(0x92), + static_cast(0xff), + static_cast(0x56), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x73), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x78), + static_cast(0xff), + static_cast(0x26), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x30), + static_cast(0x58), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x57), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x86), + static_cast(0xff), + static_cast(0x24), + static_cast(0x87), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x96), + static_cast(0xff), + static_cast(0x49), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x87), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xca), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x91), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x0a), + static_cast(0x04), + static_cast(0x3c), + static_cast(0xae), + static_cast(0x06), + static_cast(0x72), + static_cast(0x7d), + static_cast(0x04), + static_cast(0xad), + static_cast(0x82), + static_cast(0x04), + static_cast(0x76), + static_cast(0x1d), + static_cast(0x05), + static_cast(0x61), + static_cast(0x35), + static_cast(0x04), + static_cast(0x89), + static_cast(0x71), + static_cast(0x03), + static_cast(0x06), + static_cast(0xd7), + static_cast(0x01), + static_cast(0xd6), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x6f), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x43), + static_cast(0xab), + static_cast(0x00), + static_cast(0x80), + static_cast(0xd5), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x72), + static_cast(0x00), + static_cast(0x10), + static_cast(0x0f), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x29), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x4c), + static_cast(0x54), + static_cast(0x00), + static_cast(0xd9), + static_cast(0xda), + static_cast(0xff), + static_cast(0xba), + static_cast(0x49), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x05), + static_cast(0x01), + static_cast(0x1b), + static_cast(0x63), + static_cast(0x01), + static_cast(0x37), + static_cast(0x7e), + static_cast(0x01), + static_cast(0x83), + static_cast(0xfb), + static_cast(0x00), + static_cast(0x40), + static_cast(0x32), + static_cast(0x00), + static_cast(0x44), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x60), + static_cast(0xff), + static_cast(0x24), + static_cast(0x50), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x39), + static_cast(0xff), + static_cast(0x06), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x27), + static_cast(0x64), + static_cast(0xff), + static_cast(0x61), + static_cast(0x52), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x03), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x30), + static_cast(0xff), + static_cast(0x45), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x59), + static_cast(0x54), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x53), + static_cast(0xff), + static_cast(0x35), + static_cast(0x30), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x59), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x95), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x12), + static_cast(0x55), + static_cast(0xff), + static_cast(0x28), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x61), + static_cast(0xff), + static_cast(0x60), + static_cast(0x83), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x78), + static_cast(0xff), + static_cast(0x56), + static_cast(0x54), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x32), + static_cast(0xff), + static_cast(0x32), + static_cast(0x48), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x79), + static_cast(0xff), + static_cast(0x05), + static_cast(0x86), + static_cast(0xff), + static_cast(0x72), + static_cast(0x85), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x98), + static_cast(0xff), + static_cast(0xde), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x67), + static_cast(0xff), + static_cast(0x88), + static_cast(0x73), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xac), + static_cast(0xff), + static_cast(0x44), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xac), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x10), + static_cast(0xde), + static_cast(0xff), + static_cast(0x53), + static_cast(0x4e), + static_cast(0x03), + static_cast(0xc5), + static_cast(0x63), + static_cast(0x06), + static_cast(0x79), + static_cast(0x4f), + static_cast(0x05), + static_cast(0x33), + static_cast(0x0d), + static_cast(0x05), + static_cast(0xc1), + static_cast(0x2b), + static_cast(0x05), + static_cast(0x98), + static_cast(0x2b), + static_cast(0x04), + static_cast(0xee), + static_cast(0x21), + static_cast(0x03), + static_cast(0xb7), + static_cast(0x58), + static_cast(0x01), + static_cast(0x3c), + static_cast(0x9a), + static_cast(0x00), + static_cast(0xfb), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x05), + static_cast(0x85), + static_cast(0x00), + static_cast(0xfb), + static_cast(0xdd), + static_cast(0x00), + static_cast(0x52), + static_cast(0xfd), + static_cast(0x00), + static_cast(0xb6), + static_cast(0xbd), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x58), + static_cast(0x00), + static_cast(0x71), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x23), + static_cast(0x00), + static_cast(0x48), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x52), + static_cast(0xf8), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x70), + static_cast(0x01), + static_cast(0x07), + static_cast(0xb3), + static_cast(0x01), + static_cast(0x33), + static_cast(0x21), + static_cast(0x01), + static_cast(0xd1), + static_cast(0x60), + static_cast(0x00), + static_cast(0xe3), + static_cast(0x88), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x87), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x37), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x66), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x50), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x51), + static_cast(0x30), + static_cast(0xff), + static_cast(0x76), + static_cast(0x12), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x61), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x66), + static_cast(0xff), + static_cast(0x17), + static_cast(0x29), + static_cast(0xff), + static_cast(0x81), + static_cast(0x35), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x25), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x94), + static_cast(0x58), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x84), + static_cast(0x48), + static_cast(0xff), + static_cast(0xef), + static_cast(0x74), + static_cast(0xff), + static_cast(0x07), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x43), + static_cast(0x52), + static_cast(0xff), + static_cast(0xea), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x52), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x22), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x74), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x62), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x79), + static_cast(0xff), + static_cast(0x18), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xff), + static_cast(0x96), + static_cast(0xff), + static_cast(0xed), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x07), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xd3), + static_cast(0x02), + static_cast(0xc2), + static_cast(0x20), + static_cast(0x07), + static_cast(0x4d), + static_cast(0xc3), + static_cast(0x05), + static_cast(0x51), + static_cast(0xb0), + static_cast(0x03), + static_cast(0x66), + static_cast(0xdf), + static_cast(0x04), + static_cast(0x0e), + static_cast(0x6d), + static_cast(0x03), + static_cast(0x03), + static_cast(0x71), + static_cast(0x02), + static_cast(0x6a), + static_cast(0x5e), + static_cast(0x02), + static_cast(0x55), + static_cast(0x89), + static_cast(0x00), + static_cast(0xac), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x37), + static_cast(0x03), + static_cast(0x01), + static_cast(0x12), + static_cast(0x75), + static_cast(0x01), + static_cast(0x88), + static_cast(0x0f), + static_cast(0x01), + static_cast(0x06), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x80), + static_cast(0x85), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x53), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x99), + static_cast(0x91), + static_cast(0x00), + static_cast(0x61), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x94), + static_cast(0xd5), + static_cast(0x00), + static_cast(0x74), + static_cast(0x4f), + static_cast(0x01), + static_cast(0xba), + static_cast(0xc0), + static_cast(0x01), + static_cast(0xb5), + static_cast(0x41), + static_cast(0x01), + static_cast(0xd4), + static_cast(0x78), + static_cast(0x00), + static_cast(0xa5), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xba), + static_cast(0x13), + static_cast(0xff), + static_cast(0x18), + static_cast(0x21), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x94), + static_cast(0xff), + static_cast(0x86), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x40), + static_cast(0xff), + static_cast(0x88), + static_cast(0x66), + static_cast(0xff), + static_cast(0x49), + static_cast(0x35), + static_cast(0xff), + static_cast(0xee), + static_cast(0x02), + static_cast(0xff), + static_cast(0x01), + static_cast(0x55), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x15), + static_cast(0x09), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x00), + static_cast(0x45), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x55), + static_cast(0xff), + static_cast(0x61), + static_cast(0x69), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x46), + static_cast(0x45), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x50), + static_cast(0xff), + static_cast(0x44), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x10), + static_cast(0x68), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x44), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x54), + static_cast(0xff), + static_cast(0xde), + static_cast(0x50), + static_cast(0xff), + static_cast(0x18), + static_cast(0x64), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x29), + static_cast(0x71), + static_cast(0xff), + static_cast(0x69), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x88), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x45), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xad), + static_cast(0xff), + static_cast(0x14), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x82), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x31), + static_cast(0x03), + static_cast(0xcf), + static_cast(0x01), + static_cast(0x07), + static_cast(0x73), + static_cast(0xd0), + static_cast(0x04), + static_cast(0x26), + static_cast(0x34), + static_cast(0x03), + static_cast(0xca), + static_cast(0x34), + static_cast(0x04), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x02), + static_cast(0xed), + static_cast(0xbf), + static_cast(0x02), + static_cast(0xcd), + static_cast(0x21), + static_cast(0x02), + static_cast(0x67), + static_cast(0xac), + static_cast(0x00), + static_cast(0x69), + static_cast(0xc3), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x0e), + static_cast(0x01), + static_cast(0x46), + static_cast(0x66), + static_cast(0x01), + static_cast(0xd9), + static_cast(0x2c), + static_cast(0x01), + static_cast(0x0f), + static_cast(0x33), + static_cast(0x01), + static_cast(0x79), + static_cast(0xa0), + static_cast(0x00), + static_cast(0x46), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x76), + static_cast(0x00), + static_cast(0x6a), + static_cast(0x78), + static_cast(0x00), + static_cast(0x34), + static_cast(0x43), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x8a), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xb8), + static_cast(0x00), + static_cast(0xad), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x11), + static_cast(0x80), + static_cast(0x01), + static_cast(0x62), + static_cast(0xce), + static_cast(0x01), + static_cast(0xa4), + static_cast(0xaa), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x32), + static_cast(0xff), + static_cast(0x05), + static_cast(0x21), + static_cast(0xff), + static_cast(0x18), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x37), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xce), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x62), + static_cast(0xff), + static_cast(0x89), + static_cast(0x80), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x80), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x56), + static_cast(0xff), + static_cast(0x52), + static_cast(0x17), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xad), + static_cast(0x49), + static_cast(0xff), + static_cast(0x20), + static_cast(0x28), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x48), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x22), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x37), + static_cast(0x53), + static_cast(0xff), + static_cast(0xac), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x27), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x39), + static_cast(0xff), + static_cast(0x71), + static_cast(0x44), + static_cast(0xff), + static_cast(0x53), + static_cast(0x63), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x83), + static_cast(0xff), + static_cast(0x79), + static_cast(0xab), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x74), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x91), + static_cast(0xff), + static_cast(0xea), + static_cast(0xda), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xaa), + static_cast(0x03), + static_cast(0x01), + static_cast(0xe1), + static_cast(0x07), + static_cast(0x6f), + static_cast(0xe8), + static_cast(0x04), + static_cast(0x1b), + static_cast(0x6c), + static_cast(0x02), + static_cast(0xec), + static_cast(0x52), + static_cast(0x03), + static_cast(0x5e), + static_cast(0x4c), + static_cast(0x02), + static_cast(0x90), + static_cast(0x6d), + static_cast(0x02), + static_cast(0xe5), + static_cast(0x0f), + static_cast(0x02), + static_cast(0x89), + static_cast(0x60), + static_cast(0x00), + static_cast(0x59), + static_cast(0x14), + static_cast(0x00), + static_cast(0xe7), + static_cast(0xe8), + static_cast(0x00), + static_cast(0x06), + static_cast(0x1c), + static_cast(0x02), + static_cast(0x21), + static_cast(0x83), + static_cast(0x01), + static_cast(0x96), + static_cast(0xa9), + static_cast(0x00), + static_cast(0x10), + static_cast(0xaa), + static_cast(0x00), + static_cast(0x77), + static_cast(0x9a), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x98), + static_cast(0x6e), + static_cast(0x00), + static_cast(0xad), + static_cast(0x33), + static_cast(0x01), + static_cast(0x9c), + static_cast(0x71), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x01), + static_cast(0x01), + static_cast(0xc3), + static_cast(0x96), + static_cast(0x00), + static_cast(0x1b), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x29), + static_cast(0x9e), + static_cast(0x01), + static_cast(0x7b), + static_cast(0x3d), + static_cast(0x01), + static_cast(0x00), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x95), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xea), + static_cast(0x47), + static_cast(0xff), + static_cast(0xde), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x94), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x97), + static_cast(0xff), + static_cast(0x41), + static_cast(0x66), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x50), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x33), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x13), + static_cast(0xff), + static_cast(0x35), + static_cast(0x65), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x76), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x70), + static_cast(0xff), + static_cast(0x46), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x06), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x17), + static_cast(0xff), + static_cast(0x54), + static_cast(0x45), + static_cast(0xff), + static_cast(0x98), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x91), + static_cast(0x49), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x33), + static_cast(0xff), + static_cast(0x83), + static_cast(0x33), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x30), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x37), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x32), + static_cast(0xff), + static_cast(0x17), + static_cast(0x21), + static_cast(0xff), + static_cast(0x75), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x26), + static_cast(0x87), + static_cast(0xff), + static_cast(0xac), + static_cast(0x83), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x91), + static_cast(0xff), + static_cast(0x70), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x4f), + static_cast(0x04), + static_cast(0xf7), + static_cast(0x93), + static_cast(0x09), + static_cast(0x65), + static_cast(0xb7), + static_cast(0x05), + static_cast(0x95), + static_cast(0x06), + static_cast(0x02), + static_cast(0x6b), + static_cast(0x0b), + static_cast(0x03), + static_cast(0x6a), + static_cast(0x03), + static_cast(0x01), + static_cast(0x39), + static_cast(0x61), + static_cast(0x01), + static_cast(0x35), + static_cast(0x4a), + static_cast(0x02), + static_cast(0xe4), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x40), + static_cast(0x26), + static_cast(0xff), + static_cast(0x98), + static_cast(0x40), + static_cast(0x00), + static_cast(0x50), + static_cast(0x2c), + static_cast(0x02), + static_cast(0xda), + static_cast(0xd1), + static_cast(0x01), + static_cast(0x25), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x27), + static_cast(0x12), + static_cast(0x01), + static_cast(0x71), + static_cast(0x22), + static_cast(0x00), + static_cast(0x80), + static_cast(0x28), + static_cast(0x00), + static_cast(0x12), + static_cast(0x34), + static_cast(0x01), + static_cast(0x0d), + static_cast(0x14), + static_cast(0x01), + static_cast(0x98), + static_cast(0xab), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x16), + static_cast(0x01), + static_cast(0x02), + static_cast(0xe1), + static_cast(0x00), + static_cast(0x94), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xae), + static_cast(0x00), + static_cast(0x82), + static_cast(0x3e), + static_cast(0x01), + static_cast(0xe1), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x07), + static_cast(0x01), + static_cast(0x16), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x98), + static_cast(0x26), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x35), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x96), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x59), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x78), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x62), + static_cast(0xff), + static_cast(0x62), + static_cast(0x70), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x74), + static_cast(0xff), + static_cast(0x35), + static_cast(0x50), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x69), + static_cast(0xff), + static_cast(0x98), + static_cast(0x62), + static_cast(0xff), + static_cast(0x68), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x02), + static_cast(0xff), + static_cast(0x40), + static_cast(0x05), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x58), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x42), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x27), + static_cast(0xff), + static_cast(0x21), + static_cast(0x42), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x47), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x81), + static_cast(0xff), + static_cast(0x76), + static_cast(0x72), + static_cast(0xff), + static_cast(0x66), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x25), + static_cast(0x00), + static_cast(0x81), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xec), + static_cast(0xca), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xef), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x42), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xb9), + static_cast(0x05), + static_cast(0x8c), + static_cast(0xb3), + static_cast(0x0a), + static_cast(0x7f), + static_cast(0x13), + static_cast(0x05), + static_cast(0x00), + static_cast(0x87), + static_cast(0x02), + static_cast(0x76), + static_cast(0x9e), + static_cast(0x03), + static_cast(0xae), + static_cast(0x1f), + static_cast(0x01), + static_cast(0x76), + static_cast(0xca), + static_cast(0x01), + static_cast(0xcf), + static_cast(0x26), + static_cast(0x01), + static_cast(0x62), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0x61), + static_cast(0x66), + static_cast(0xfd), + static_cast(0x25), + static_cast(0x25), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x41), + static_cast(0x03), + static_cast(0x5e), + static_cast(0x42), + static_cast(0x01), + static_cast(0xc4), + static_cast(0x2a), + static_cast(0x00), + static_cast(0xbe), + static_cast(0x01), + static_cast(0x01), + static_cast(0xd7), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x73), + static_cast(0x00), + static_cast(0x0a), + static_cast(0x0f), + static_cast(0x01), + static_cast(0x34), + static_cast(0x7d), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x40), + static_cast(0x01), + static_cast(0xd7), + static_cast(0xbf), + static_cast(0x01), + static_cast(0x9e), + static_cast(0xc2), + static_cast(0x00), + static_cast(0xff), + static_cast(0x34), + static_cast(0x00), + static_cast(0x65), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x02), + static_cast(0x14), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x68), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x14), + static_cast(0x01), + static_cast(0xbf), + static_cast(0x50), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x40), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x68), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x85), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x07), + static_cast(0xff), + static_cast(0xab), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x34), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x38), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x15), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x14), + static_cast(0x84), + static_cast(0xff), + static_cast(0x59), + static_cast(0x43), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x53), + static_cast(0x77), + static_cast(0xff), + static_cast(0xab), + static_cast(0xad), + static_cast(0xff), + static_cast(0x47), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x35), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x38), + static_cast(0xff), + static_cast(0x26), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x20), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x45), + static_cast(0xff), + static_cast(0xac), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x45), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x14), + static_cast(0x96), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x40), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x11), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xbe), + static_cast(0x06), + static_cast(0x09), + static_cast(0xc8), + static_cast(0x0c), + static_cast(0x7e), + static_cast(0x7c), + static_cast(0x05), + static_cast(0x74), + static_cast(0x16), + static_cast(0x02), + static_cast(0x54), + static_cast(0x2f), + static_cast(0x04), + static_cast(0x24), + static_cast(0x18), + static_cast(0x01), + static_cast(0x6e), + static_cast(0x97), + static_cast(0x01), + static_cast(0x69), + static_cast(0xbb), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x92), + static_cast(0xfc), + static_cast(0xbf), + static_cast(0x39), + static_cast(0xfc), + static_cast(0xbc), + static_cast(0xed), + static_cast(0xff), + static_cast(0xec), + static_cast(0xdb), + static_cast(0x03), + static_cast(0x27), + static_cast(0x29), + static_cast(0x01), + static_cast(0x4c), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x69), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x34), + static_cast(0x28), + static_cast(0xff), + static_cast(0x41), + static_cast(0x8e), + static_cast(0x00), + static_cast(0xad), + static_cast(0x60), + static_cast(0x01), + static_cast(0xab), + static_cast(0xf1), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x06), + static_cast(0x01), + static_cast(0xf1), + static_cast(0xf6), + static_cast(0x00), + static_cast(0x41), + static_cast(0xfb), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x23), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x46), + static_cast(0xd4), + static_cast(0x00), + static_cast(0x63), + static_cast(0x20), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x08), + static_cast(0x00), + static_cast(0x41), + static_cast(0xde), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x33), + static_cast(0x00), + static_cast(0x7a), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x85), + static_cast(0x00), + static_cast(0x07), + static_cast(0xff), + static_cast(0xff), + static_cast(0x64), + static_cast(0x59), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x03), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x63), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x83), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x53), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x85), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x50), + static_cast(0x73), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x89), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x57), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x24), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x53), + static_cast(0xff), + static_cast(0x96), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x60), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xca), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x25), + static_cast(0xff), + static_cast(0x01), + static_cast(0x57), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x45), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x33), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x62), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x96), + static_cast(0xff), + static_cast(0x87), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x42), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x13), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xde), + static_cast(0x29), + static_cast(0x06), + static_cast(0x89), + static_cast(0x12), + static_cast(0x0f), + static_cast(0x7e), + static_cast(0xb4), + static_cast(0x08), + static_cast(0x02), + static_cast(0x92), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x13), + static_cast(0x04), + static_cast(0x09), + static_cast(0xb5), + static_cast(0x01), + static_cast(0x22), + static_cast(0x60), + static_cast(0x00), + static_cast(0x51), + static_cast(0xfa), + static_cast(0x01), + static_cast(0xc1), + static_cast(0x03), + static_cast(0xfc), + static_cast(0xbd), + static_cast(0x51), + static_cast(0xfa), + static_cast(0xfc), + static_cast(0x30), + static_cast(0xff), + static_cast(0x45), + static_cast(0x13), + static_cast(0x04), + static_cast(0xeb), + static_cast(0x20), + static_cast(0x02), + static_cast(0x7d), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x24), + static_cast(0x85), + static_cast(0xff), + static_cast(0x38), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x8f), + static_cast(0x01), + static_cast(0xdf), + static_cast(0xae), + static_cast(0x00), + static_cast(0xb6), + static_cast(0x10), + static_cast(0x01), + static_cast(0x0b), + static_cast(0x5c), + static_cast(0x01), + static_cast(0xdf), + static_cast(0xd7), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x68), + static_cast(0x37), + static_cast(0x00), + static_cast(0x3f), + static_cast(0x7c), + static_cast(0x01), + static_cast(0x3e), + static_cast(0x13), + static_cast(0x00), + static_cast(0xce), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x80), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xca), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x82), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x50), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x00), + static_cast(0x39), + static_cast(0x00), + static_cast(0x90), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x34), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x40), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x11), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x52), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x79), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xab), + static_cast(0x49), + static_cast(0xff), + static_cast(0x77), + static_cast(0x57), + static_cast(0xff), + static_cast(0x99), + static_cast(0x43), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x81), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0x24), + static_cast(0xff), + static_cast(0x76), + static_cast(0x41), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x22), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x85), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x94), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xab), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x17), + static_cast(0x90), + static_cast(0xff), + static_cast(0x97), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xee), + static_cast(0x97), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xac), + static_cast(0x07), + static_cast(0x2b), + static_cast(0x03), + static_cast(0x12), + static_cast(0xfb), + static_cast(0x1e), + static_cast(0x09), + static_cast(0x38), + static_cast(0x77), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x82), + static_cast(0x04), + static_cast(0x15), + static_cast(0xaa), + static_cast(0x01), + static_cast(0x85), + static_cast(0x23), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xd5), + static_cast(0x01), + static_cast(0xaf), + static_cast(0x73), + static_cast(0xfa), + static_cast(0x2b), + static_cast(0x3a), + static_cast(0xf9), + static_cast(0x78), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xe5), + static_cast(0x04), + static_cast(0xa8), + static_cast(0xa2), + static_cast(0x01), + static_cast(0x18), + static_cast(0x50), + static_cast(0xfd), + static_cast(0x7f), + static_cast(0x27), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0xf9), + static_cast(0x26), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x80), + static_cast(0x01), + static_cast(0x49), + static_cast(0x04), + static_cast(0x00), + static_cast(0x74), + static_cast(0x07), + static_cast(0x01), + static_cast(0x8e), + static_cast(0x38), + static_cast(0x01), + static_cast(0x44), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x18), + static_cast(0x89), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x59), + static_cast(0x00), + static_cast(0x39), + static_cast(0xd1), + static_cast(0x00), + static_cast(0x4a), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xde), + static_cast(0x00), + static_cast(0xef), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x11), + static_cast(0xff), + static_cast(0xab), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x21), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xcb), + static_cast(0x00), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x00), + static_cast(0x9d), + static_cast(0x70), + static_cast(0x00), + static_cast(0x45), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x97), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x47), + static_cast(0xff), + static_cast(0x24), + static_cast(0x56), + static_cast(0xff), + static_cast(0x16), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x91), + static_cast(0xff), + static_cast(0x03), + static_cast(0x98), + static_cast(0xff), + static_cast(0x09), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x68), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x87), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x07), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x28), + static_cast(0xff), + static_cast(0x77), + static_cast(0x40), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x47), + static_cast(0xff), + static_cast(0x70), + static_cast(0x69), + static_cast(0xff), + static_cast(0x25), + static_cast(0x85), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x88), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x83), + static_cast(0xff), + static_cast(0x56), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x84), + static_cast(0xba), + static_cast(0xff), + static_cast(0x60), + static_cast(0xab), + static_cast(0x0a), + static_cast(0x43), + static_cast(0x46), + static_cast(0x15), + static_cast(0x24), + static_cast(0x4f), + static_cast(0x07), + static_cast(0x94), + static_cast(0x13), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x84), + static_cast(0x05), + static_cast(0xbf), + static_cast(0xbd), + static_cast(0x00), + static_cast(0x73), + static_cast(0xd4), + static_cast(0x00), + static_cast(0xee), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x65), + static_cast(0xe3), + static_cast(0xf7), + static_cast(0xdc), + static_cast(0xe1), + static_cast(0xf8), + static_cast(0x5a), + static_cast(0x9c), + static_cast(0x01), + static_cast(0x92), + static_cast(0x18), + static_cast(0x06), + static_cast(0xee), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x47), + static_cast(0x2f), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x8e), + static_cast(0xfc), + static_cast(0xc4), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x44), + static_cast(0x46), + static_cast(0x01), + static_cast(0x4c), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x01), + static_cast(0x01), + static_cast(0x67), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x9d), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x8d), + static_cast(0x00), + static_cast(0xf2), + static_cast(0xab), + static_cast(0x00), + static_cast(0x13), + static_cast(0x77), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x21), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x22), + static_cast(0x00), + static_cast(0x54), + static_cast(0x41), + static_cast(0x00), + static_cast(0x07), + static_cast(0x33), + static_cast(0x00), + static_cast(0x88), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x30), + static_cast(0xc4), + static_cast(0x00), + static_cast(0x7b), + static_cast(0xd1), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x83), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x55), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x77), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xff), + static_cast(0x37), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x68), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x16), + static_cast(0x00), + static_cast(0x28), + static_cast(0x99), + static_cast(0xff), + static_cast(0x24), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x58), + static_cast(0x43), + static_cast(0xff), + static_cast(0x07), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x02), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x96), + static_cast(0x48), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x70), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x60), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x70), + static_cast(0xff), + static_cast(0x96), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xae), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x80), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x27), + static_cast(0x0c), + static_cast(0xde), + static_cast(0x7b), + static_cast(0x18), + static_cast(0x0a), + static_cast(0x0c), + static_cast(0x08), + static_cast(0xf3), + static_cast(0xf0), + static_cast(0xfd), + static_cast(0x43), + static_cast(0xdb), + static_cast(0x05), + static_cast(0xd8), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x66), + static_cast(0x64), + static_cast(0x00), + static_cast(0x55), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x85), + static_cast(0x0d), + static_cast(0xf6), + static_cast(0x25), + static_cast(0x49), + static_cast(0xf8), + static_cast(0x3b), + static_cast(0xbd), + static_cast(0x02), + static_cast(0xb3), + static_cast(0x6d), + static_cast(0x06), + static_cast(0xaa), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x09), + static_cast(0xfd), + static_cast(0xb0), + static_cast(0x41), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0xa6), + static_cast(0xfb), + static_cast(0xa0), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x85), + static_cast(0x4d), + static_cast(0x01), + static_cast(0x6a), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x22), + static_cast(0x39), + static_cast(0x01), + static_cast(0x94), + static_cast(0x36), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x39), + static_cast(0xff), + static_cast(0xed), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x74), + static_cast(0x00), + static_cast(0x71), + static_cast(0x94), + static_cast(0x00), + static_cast(0x07), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x28), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x42), + static_cast(0x00), + static_cast(0x2f), + static_cast(0x26), + static_cast(0x00), + static_cast(0x79), + static_cast(0x18), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x12), + static_cast(0x00), + static_cast(0x92), + static_cast(0x07), + static_cast(0x01), + static_cast(0xf6), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x04), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x02), + static_cast(0x01), + static_cast(0xb0), + static_cast(0x01), + static_cast(0x00), + static_cast(0xdd), + static_cast(0xef), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x01), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x19), + static_cast(0x82), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x64), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x50), + static_cast(0xff), + static_cast(0x97), + static_cast(0x57), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x54), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x37), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x24), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x61), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x49), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x99), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x07), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x77), + static_cast(0x94), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x97), + static_cast(0x0f), + static_cast(0x0c), + static_cast(0x59), + static_cast(0x37), + static_cast(0x1b), + static_cast(0xd0), + static_cast(0x64), + static_cast(0x0b), + static_cast(0xcc), + static_cast(0x80), + static_cast(0xfc), + static_cast(0x19), + static_cast(0x89), + static_cast(0x05), + static_cast(0xef), + static_cast(0xde), + static_cast(0x00), + static_cast(0xb7), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x26), + static_cast(0x01), + static_cast(0xc0), + static_cast(0x53), + static_cast(0xf5), + static_cast(0x00), + static_cast(0xde), + static_cast(0xf6), + static_cast(0xf1), + static_cast(0x4c), + static_cast(0x03), + static_cast(0xe8), + static_cast(0x3c), + static_cast(0x06), + static_cast(0xc3), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xef), + static_cast(0xfc), + static_cast(0x39), + static_cast(0x30), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x47), + static_cast(0xfb), + static_cast(0xbd), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x59), + static_cast(0x01), + static_cast(0x6d), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x17), + static_cast(0x63), + static_cast(0x01), + static_cast(0x42), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x36), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x07), + static_cast(0x00), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x00), + static_cast(0xba), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x85), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0x98), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x06), + static_cast(0xed), + static_cast(0xff), + static_cast(0x47), + static_cast(0x54), + static_cast(0x00), + static_cast(0x0b), + static_cast(0xb2), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x93), + static_cast(0x00), + static_cast(0x9c), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xca), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x23), + static_cast(0x43), + static_cast(0x00), + static_cast(0x81), + static_cast(0xae), + static_cast(0x00), + static_cast(0x05), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x5d), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x22), + static_cast(0x00), + static_cast(0x5f), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x09), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x10), + static_cast(0xff), + static_cast(0x65), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x23), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x27), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x39), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x49), + static_cast(0x65), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x42), + static_cast(0xff), + static_cast(0xda), + static_cast(0x44), + static_cast(0xff), + static_cast(0x25), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x01), + static_cast(0x77), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x94), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xde), + static_cast(0x83), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x81), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x98), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xff), + static_cast(0xae), + static_cast(0x77), + static_cast(0xff), + static_cast(0x86), + static_cast(0x67), + static_cast(0x0b), + static_cast(0x3c), + static_cast(0xf6), + static_cast(0x1c), + static_cast(0x18), + static_cast(0xf6), + static_cast(0x0f), + static_cast(0xa6), + static_cast(0x5e), + static_cast(0xfc), + static_cast(0xf8), + static_cast(0x5b), + static_cast(0x04), + static_cast(0xca), + static_cast(0x16), + static_cast(0x02), + static_cast(0xaf), + static_cast(0xac), + static_cast(0xfc), + static_cast(0xcc), + static_cast(0xda), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x33), + static_cast(0xf6), + static_cast(0xcf), + static_cast(0x71), + static_cast(0xf5), + static_cast(0xf9), + static_cast(0x3e), + static_cast(0x03), + static_cast(0x7b), + static_cast(0xfd), + static_cast(0x05), + static_cast(0xe8), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x2c), + static_cast(0xfd), + static_cast(0x53), + static_cast(0x21), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x93), + static_cast(0xfb), + static_cast(0x4b), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0x58), + static_cast(0xb5), + static_cast(0x00), + static_cast(0xa0), + static_cast(0xae), + static_cast(0xff), + static_cast(0x88), + static_cast(0xc2), + static_cast(0x01), + static_cast(0x8c), + static_cast(0x43), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x08), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x53), + static_cast(0xff), + static_cast(0x65), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x39), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x98), + static_cast(0x98), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xa2), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x9a), + static_cast(0x00), + static_cast(0x39), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x03), + static_cast(0x92), + static_cast(0x00), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x91), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xc5), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x69), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x05), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x63), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x41), + static_cast(0xff), + static_cast(0x84), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x27), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xde), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x06), + static_cast(0x78), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xab), + static_cast(0xff), + static_cast(0x41), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x03), + static_cast(0x50), + static_cast(0xff), + static_cast(0x77), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x22), + static_cast(0x57), + static_cast(0xff), + static_cast(0x14), + static_cast(0x66), + static_cast(0xff), + static_cast(0x01), + static_cast(0x68), + static_cast(0x0d), + static_cast(0xd7), + static_cast(0xfc), + static_cast(0x1e), + static_cast(0xf0), + static_cast(0xb8), + static_cast(0x0f), + static_cast(0xb4), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0x39), + static_cast(0xa0), + static_cast(0x04), + static_cast(0xbe), + static_cast(0x60), + static_cast(0x00), + static_cast(0x1a), + static_cast(0xe3), + static_cast(0xfc), + static_cast(0xcc), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x2a), + static_cast(0xf5), + static_cast(0x91), + static_cast(0x05), + static_cast(0xf7), + static_cast(0x0c), + static_cast(0x7c), + static_cast(0x03), + static_cast(0xc5), + static_cast(0xe4), + static_cast(0x04), + static_cast(0x9a), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x30), + static_cast(0xb8), + static_cast(0xfd), + static_cast(0xe3), + static_cast(0x8f), + static_cast(0xfd), + static_cast(0xe1), + static_cast(0xae), + static_cast(0xfb), + static_cast(0x60), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x98), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xeb), + static_cast(0x01), + static_cast(0xe4), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x13), + static_cast(0x16), + static_cast(0xff), + static_cast(0x83), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x0c), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x41), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xae), + static_cast(0x81), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x35), + static_cast(0xc7), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x12), + static_cast(0x00), + static_cast(0x22), + static_cast(0xae), + static_cast(0x00), + static_cast(0x81), + static_cast(0x05), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x16), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x7d), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x7f), + static_cast(0x75), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x87), + static_cast(0x00), + static_cast(0x64), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x42), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x67), + static_cast(0x78), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x61), + static_cast(0xff), + static_cast(0x16), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x10), + static_cast(0x37), + static_cast(0xff), + static_cast(0x23), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x70), + static_cast(0xff), + static_cast(0x54), + static_cast(0x79), + static_cast(0xff), + static_cast(0x38), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x59), + static_cast(0xff), + static_cast(0x98), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xde), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x87), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x66), + static_cast(0x52), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x66), + static_cast(0x47), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x57), + static_cast(0xff), + static_cast(0x34), + static_cast(0xeb), + static_cast(0x0d), + static_cast(0xc3), + static_cast(0x71), + static_cast(0x1f), + static_cast(0x65), + static_cast(0x6e), + static_cast(0x11), + static_cast(0x64), + static_cast(0xf7), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x7a), + static_cast(0x04), + static_cast(0x06), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xef), + static_cast(0xfc), + static_cast(0x5a), + static_cast(0x77), + static_cast(0xfd), + static_cast(0x4c), + static_cast(0xfa), + static_cast(0xf4), + static_cast(0x40), + static_cast(0x93), + static_cast(0xf7), + static_cast(0xd0), + static_cast(0xd2), + static_cast(0x02), + static_cast(0x49), + static_cast(0xd5), + static_cast(0x03), + static_cast(0x0f), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x45), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x45), + static_cast(0xd2), + static_cast(0xfc), + static_cast(0x90), + static_cast(0x22), + static_cast(0xfc), + static_cast(0x78), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x34), + static_cast(0x00), + static_cast(0x82), + static_cast(0xca), + static_cast(0x01), + static_cast(0x55), + static_cast(0x70), + static_cast(0xff), + static_cast(0xac), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x64), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0xe7), + static_cast(0xfd), + static_cast(0x67), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x6f), + static_cast(0x87), + static_cast(0x00), + static_cast(0xfa), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x99), + static_cast(0x00), + static_cast(0x38), + static_cast(0x35), + static_cast(0x00), + static_cast(0x79), + static_cast(0x16), + static_cast(0x00), + static_cast(0xae), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x59), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x71), + static_cast(0x00), + static_cast(0x11), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x25), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x21), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x50), + static_cast(0x98), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x88), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x93), + static_cast(0x72), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x94), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x79), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x34), + static_cast(0x75), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x69), + static_cast(0xff), + static_cast(0x47), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x70), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x66), + static_cast(0xff), + static_cast(0x79), + static_cast(0x65), + static_cast(0xff), + static_cast(0x89), + static_cast(0xb3), + static_cast(0x0e), + static_cast(0xd2), + static_cast(0xa0), + static_cast(0x1f), + static_cast(0x9b), + static_cast(0xbe), + static_cast(0x11), + static_cast(0x64), + static_cast(0x10), + static_cast(0x04), + static_cast(0xe1), + static_cast(0xad), + static_cast(0x05), + static_cast(0x64), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x3b), + static_cast(0xfd), + static_cast(0x3d), + static_cast(0x11), + static_cast(0xfd), + static_cast(0xd5), + static_cast(0xcc), + static_cast(0xf4), + static_cast(0x7f), + static_cast(0x2d), + static_cast(0xf8), + static_cast(0x82), + static_cast(0x9a), + static_cast(0x01), + static_cast(0x13), + static_cast(0x0a), + static_cast(0x02), + static_cast(0xea), + static_cast(0x79), + static_cast(0xff), + static_cast(0x89), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x0a), + static_cast(0xfc), + static_cast(0x01), + static_cast(0x6f), + static_cast(0xfc), + static_cast(0x4e), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x78), + static_cast(0x37), + static_cast(0x02), + static_cast(0x24), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x98), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x52), + static_cast(0xff), + static_cast(0x99), + static_cast(0x26), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xd9), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0xdb), + static_cast(0x95), + static_cast(0xff), + static_cast(0x11), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x47), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x00), + static_cast(0x70), + static_cast(0x00), + static_cast(0x93), + static_cast(0x32), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x9c), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xca), + static_cast(0xff), + static_cast(0x92), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x04), + static_cast(0x12), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xb5), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xab), + static_cast(0x39), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x46), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x93), + static_cast(0x66), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x46), + static_cast(0xff), + static_cast(0x67), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x70), + static_cast(0x22), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x65), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x83), + static_cast(0xff), + static_cast(0x99), + static_cast(0x79), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x85), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x84), + static_cast(0xff), + static_cast(0x22), + static_cast(0x77), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x63), + static_cast(0xff), + static_cast(0xce), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x55), + static_cast(0x53), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x36), + static_cast(0x0e), + static_cast(0x37), + static_cast(0xb2), + static_cast(0x1f), + static_cast(0x4b), + static_cast(0x7f), + static_cast(0x12), + static_cast(0x77), + static_cast(0xc2), + static_cast(0x05), + static_cast(0x30), + static_cast(0x80), + static_cast(0x08), + static_cast(0x0b), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x01), + static_cast(0xfc), + static_cast(0x77), + static_cast(0xb1), + static_cast(0xfd), + static_cast(0xf3), + static_cast(0x27), + static_cast(0xf5), + static_cast(0xaf), + static_cast(0x76), + static_cast(0xf8), + static_cast(0xd6), + static_cast(0x37), + static_cast(0x00), + static_cast(0x24), + static_cast(0x09), + static_cast(0xff), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x53), + static_cast(0x00), + static_cast(0x8d), + static_cast(0x1b), + static_cast(0xfc), + static_cast(0xa0), + static_cast(0x9d), + static_cast(0xfc), + static_cast(0x0a), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x9a), + static_cast(0xfb), + static_cast(0x36), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xec), + static_cast(0x02), + static_cast(0x1b), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x50), + static_cast(0x19), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x12), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x80), + static_cast(0xff), + static_cast(0x22), + static_cast(0xd4), + static_cast(0xfd), + static_cast(0x78), + static_cast(0xca), + static_cast(0xfd), + static_cast(0x57), + static_cast(0x45), + static_cast(0xfe), + static_cast(0x98), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0xaf), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x87), + static_cast(0xff), + static_cast(0x72), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x2f), + static_cast(0x01), + static_cast(0x3b), + static_cast(0xa2), + static_cast(0x00), + static_cast(0xdf), + static_cast(0xae), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x26), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x96), + static_cast(0x16), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x72), + static_cast(0xff), + static_cast(0x70), + static_cast(0x73), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x86), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x83), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x75), + static_cast(0xce), + static_cast(0xff), + static_cast(0x40), + static_cast(0x92), + static_cast(0xff), + static_cast(0xee), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x59), + static_cast(0x1d), + static_cast(0x00), + static_cast(0xe6), + static_cast(0xba), + static_cast(0xff), + static_cast(0x73), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x64), + static_cast(0xff), + static_cast(0x44), + static_cast(0x04), + static_cast(0xff), + static_cast(0x19), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x36), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x21), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x64), + static_cast(0x85), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x41), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x27), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x30), + static_cast(0xff), + static_cast(0x24), + static_cast(0x7c), + static_cast(0x0f), + static_cast(0x61), + static_cast(0xac), + static_cast(0x20), + static_cast(0xef), + static_cast(0xc3), + static_cast(0x10), + static_cast(0xc8), + static_cast(0x73), + static_cast(0x06), + static_cast(0xe6), + static_cast(0x87), + static_cast(0x0b), + static_cast(0xfd), + static_cast(0x46), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x79), + static_cast(0xfb), + static_cast(0xf2), + static_cast(0x02), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x86), + static_cast(0xf5), + static_cast(0x97), + static_cast(0x04), + static_cast(0xfa), + static_cast(0x8b), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x17), + static_cast(0x16), + static_cast(0xfb), + static_cast(0x21), + static_cast(0xf1), + static_cast(0xfc), + static_cast(0xcd), + static_cast(0x23), + static_cast(0x02), + static_cast(0xf4), + static_cast(0x0f), + static_cast(0xfc), + static_cast(0x93), + static_cast(0x36), + static_cast(0xfc), + static_cast(0x94), + static_cast(0xb3), + static_cast(0x00), + static_cast(0x5d), + static_cast(0xe5), + static_cast(0xfa), + static_cast(0x63), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xa6), + static_cast(0x03), + static_cast(0x71), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x61), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x71), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x74), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0x31), + static_cast(0xc9), + static_cast(0xfd), + static_cast(0xbe), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x6e), + static_cast(0xfd), + static_cast(0xfb), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x09), + static_cast(0x97), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x58), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x14), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x65), + static_cast(0x00), + static_cast(0x25), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xae), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x40), + static_cast(0x33), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x87), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x50), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x48), + static_cast(0xff), + static_cast(0x68), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xff), + static_cast(0x37), + static_cast(0x59), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x82), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x80), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x45), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x98), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x94), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x88), + static_cast(0x87), + static_cast(0xff), + static_cast(0xff), + static_cast(0x40), + static_cast(0xff), + static_cast(0x59), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x61), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x82), + static_cast(0x8b), + static_cast(0x10), + static_cast(0x53), + static_cast(0x64), + static_cast(0x22), + static_cast(0x86), + static_cast(0x21), + static_cast(0x0f), + static_cast(0x10), + static_cast(0x79), + static_cast(0x05), + static_cast(0x80), + static_cast(0x9f), + static_cast(0x0e), + static_cast(0x56), + static_cast(0x30), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xb7), + static_cast(0xfa), + static_cast(0xc2), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x68), + static_cast(0xa8), + static_cast(0xf5), + static_cast(0x2d), + static_cast(0x03), + static_cast(0xfc), + static_cast(0x63), + static_cast(0x31), + static_cast(0x00), + static_cast(0xf1), + static_cast(0xc8), + static_cast(0xf6), + static_cast(0x4c), + static_cast(0xfb), + static_cast(0xf9), + static_cast(0x52), + static_cast(0x61), + static_cast(0x03), + static_cast(0xe5), + static_cast(0x5b), + static_cast(0xfc), + static_cast(0xb5), + static_cast(0x7f), + static_cast(0xfb), + static_cast(0xd6), + static_cast(0x97), + static_cast(0x02), + static_cast(0x7e), + static_cast(0x97), + static_cast(0xfa), + static_cast(0xcc), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xb7), + static_cast(0x04), + static_cast(0x51), + static_cast(0xec), + static_cast(0xfd), + static_cast(0x65), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x4b), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x83), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xa2), + static_cast(0xfd), + static_cast(0x5e), + static_cast(0x43), + static_cast(0xfd), + static_cast(0x32), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x79), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0x17), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0xdc), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x63), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x07), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x83), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x26), + static_cast(0x00), + static_cast(0x19), + static_cast(0x57), + static_cast(0xff), + static_cast(0x34), + static_cast(0xae), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x11), + static_cast(0x00), + static_cast(0x39), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x86), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x94), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x59), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x94), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x98), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x16), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x87), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x80), + static_cast(0xff), + static_cast(0x37), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x60), + static_cast(0x14), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x21), + static_cast(0xff), + static_cast(0xea), + static_cast(0x84), + static_cast(0x12), + static_cast(0x17), + static_cast(0x91), + static_cast(0x24), + static_cast(0x9e), + static_cast(0x24), + static_cast(0x0c), + static_cast(0x03), + static_cast(0x3d), + static_cast(0x04), + static_cast(0x73), + static_cast(0xf0), + static_cast(0x11), + static_cast(0x94), + static_cast(0x02), + static_cast(0xfd), + static_cast(0xbc), + static_cast(0xfc), + static_cast(0xf9), + static_cast(0xb9), + static_cast(0x59), + static_cast(0x01), + static_cast(0x0b), + static_cast(0xd2), + static_cast(0xf5), + static_cast(0xbc), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xe6), + static_cast(0x01), + static_cast(0x12), + static_cast(0x8d), + static_cast(0xf2), + static_cast(0x33), + static_cast(0x98), + static_cast(0xf5), + static_cast(0x9e), + static_cast(0x88), + static_cast(0x04), + static_cast(0x7d), + static_cast(0xde), + static_cast(0xfd), + static_cast(0xaa), + static_cast(0xf7), + static_cast(0xf9), + static_cast(0x07), + static_cast(0xe8), + static_cast(0x03), + static_cast(0xd4), + static_cast(0xc0), + static_cast(0xfb), + static_cast(0xf6), + static_cast(0xee), + static_cast(0xfc), + static_cast(0x85), + static_cast(0x14), + static_cast(0x05), + static_cast(0x4e), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0x37), + static_cast(0x87), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0x37), + static_cast(0x01), + static_cast(0x30), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x36), + static_cast(0xff), + static_cast(0x42), + static_cast(0x76), + static_cast(0xff), + static_cast(0x62), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0x29), + static_cast(0x30), + static_cast(0xfd), + static_cast(0x87), + static_cast(0x42), + static_cast(0xff), + static_cast(0x62), + static_cast(0xc7), + static_cast(0xfd), + static_cast(0x70), + static_cast(0x56), + static_cast(0xfd), + static_cast(0xf0), + static_cast(0x16), + static_cast(0xff), + static_cast(0x92), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x26), + static_cast(0xd3), + static_cast(0x00), + static_cast(0x41), + static_cast(0x74), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x08), + static_cast(0x00), + static_cast(0xbf), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x63), + static_cast(0x33), + static_cast(0x00), + static_cast(0x4e), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x71), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x38), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x51), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x00), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x30), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x86), + static_cast(0x92), + static_cast(0xff), + static_cast(0x50), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x75), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x83), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x81), + static_cast(0x88), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x64), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x74), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x38), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x27), + static_cast(0xff), + static_cast(0x49), + static_cast(0xaf), + static_cast(0x14), + static_cast(0x29), + static_cast(0x7f), + static_cast(0x27), + static_cast(0xd2), + static_cast(0x09), + static_cast(0x09), + static_cast(0xd5), + static_cast(0x92), + static_cast(0x01), + static_cast(0xc2), + static_cast(0x7f), + static_cast(0x15), + static_cast(0xba), + static_cast(0xdf), + static_cast(0xfb), + static_cast(0x64), + static_cast(0x89), + static_cast(0xf7), + static_cast(0x45), + static_cast(0xb7), + static_cast(0x03), + static_cast(0x27), + static_cast(0x1e), + static_cast(0xf6), + static_cast(0xd2), + static_cast(0xdf), + static_cast(0x00), + static_cast(0x6a), + static_cast(0x6e), + static_cast(0x05), + static_cast(0xd2), + static_cast(0x4f), + static_cast(0xee), + static_cast(0xc8), + static_cast(0xf2), + static_cast(0xef), + static_cast(0x18), + static_cast(0x08), + static_cast(0x05), + static_cast(0x91), + static_cast(0x24), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x8a), + static_cast(0xf9), + static_cast(0x57), + static_cast(0xca), + static_cast(0x03), + static_cast(0xf9), + static_cast(0x5e), + static_cast(0xfc), + static_cast(0x98), + static_cast(0x66), + static_cast(0xfc), + static_cast(0x94), + static_cast(0x29), + static_cast(0x05), + static_cast(0x0f), + static_cast(0xb8), + static_cast(0xfd), + static_cast(0x82), + static_cast(0xec), + static_cast(0xfd), + static_cast(0x03), + static_cast(0x3e), + static_cast(0x01), + static_cast(0x50), + static_cast(0x96), + static_cast(0xff), + static_cast(0x27), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x31), + static_cast(0x56), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xd0), + static_cast(0xfd), + static_cast(0xee), + static_cast(0x76), + static_cast(0xfc), + static_cast(0x18), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x37), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x8e), + static_cast(0xfd), + static_cast(0xb9), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x39), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x51), + static_cast(0x00), + static_cast(0x79), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x0f), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x44), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x5b), + static_cast(0x00), + static_cast(0xab), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x00), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x23), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x95), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x65), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x71), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x02), + static_cast(0xff), + static_cast(0x31), + static_cast(0x42), + static_cast(0xff), + static_cast(0x48), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x67), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x62), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x65), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x54), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xde), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x11), + static_cast(0x48), + static_cast(0xff), + static_cast(0x49), + static_cast(0x06), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x11), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x84), + static_cast(0x15), + static_cast(0x15), + static_cast(0x76), + static_cast(0x2b), + static_cast(0x1d), + static_cast(0x26), + static_cast(0x09), + static_cast(0x3d), + static_cast(0x61), + static_cast(0xfb), + static_cast(0xbf), + static_cast(0x48), + static_cast(0x17), + static_cast(0x84), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xf1), + static_cast(0xf3), + static_cast(0xe5), + static_cast(0xe8), + static_cast(0x05), + static_cast(0x63), + static_cast(0x46), + static_cast(0xf7), + static_cast(0x83), + static_cast(0x25), + static_cast(0x01), + static_cast(0x3d), + static_cast(0xd0), + static_cast(0x0a), + static_cast(0x55), + static_cast(0x69), + static_cast(0xed), + static_cast(0x0a), + static_cast(0x98), + static_cast(0xe9), + static_cast(0x9d), + static_cast(0x1d), + static_cast(0x03), + static_cast(0x85), + static_cast(0x43), + static_cast(0x03), + static_cast(0xdd), + static_cast(0x0c), + static_cast(0xfa), + static_cast(0x31), + static_cast(0xec), + static_cast(0x02), + static_cast(0xd6), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x75), + static_cast(0xfb), + static_cast(0x99), + static_cast(0x87), + static_cast(0x04), + static_cast(0x8d), + static_cast(0x83), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xfc), + static_cast(0xfc), + static_cast(0xc0), + static_cast(0x08), + static_cast(0x01), + static_cast(0x07), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x94), + static_cast(0x00), + static_cast(0x07), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x1f), + static_cast(0xfd), + static_cast(0xa3), + static_cast(0x8b), + static_cast(0xfc), + static_cast(0x02), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x54), + static_cast(0xfd), + static_cast(0x93), + static_cast(0x73), + static_cast(0xfd), + static_cast(0x11), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x3c), + static_cast(0x01), + static_cast(0x17), + static_cast(0x54), + static_cast(0xff), + static_cast(0x51), + static_cast(0xcf), + static_cast(0xfd), + static_cast(0x06), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x83), + static_cast(0xf4), + static_cast(0x00), + static_cast(0x83), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xff), + static_cast(0x35), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x61), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xad), + static_cast(0xff), + static_cast(0x91), + static_cast(0x41), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x64), + static_cast(0xff), + static_cast(0xee), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x51), + static_cast(0xff), + static_cast(0x79), + static_cast(0x55), + static_cast(0xff), + static_cast(0x98), + static_cast(0xda), + static_cast(0xff), + static_cast(0x63), + static_cast(0x19), + static_cast(0x00), + static_cast(0x3a), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x85), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x79), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x80), + static_cast(0x78), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x99), + static_cast(0x18), + static_cast(0xf2), + static_cast(0xf6), + static_cast(0x30), + static_cast(0xcc), + static_cast(0x41), + static_cast(0x07), + static_cast(0x92), + static_cast(0x63), + static_cast(0xf4), + static_cast(0x15), + static_cast(0x61), + static_cast(0x16), + static_cast(0xa1), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xbf), + static_cast(0xf3), + static_cast(0x58), + static_cast(0xb4), + static_cast(0x07), + static_cast(0x25), + static_cast(0x17), + static_cast(0xf7), + static_cast(0xab), + static_cast(0x84), + static_cast(0x00), + static_cast(0x4f), + static_cast(0xa9), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xee), + static_cast(0x04), + static_cast(0x5b), + static_cast(0xe5), + static_cast(0xaf), + static_cast(0x85), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x4e), + static_cast(0x04), + static_cast(0x03), + static_cast(0xe8), + static_cast(0xfb), + static_cast(0x40), + static_cast(0x17), + static_cast(0x03), + static_cast(0x90), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x3c), + static_cast(0xfb), + static_cast(0x81), + static_cast(0x2d), + static_cast(0x03), + static_cast(0xfa), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x9c), + static_cast(0xfc), + static_cast(0xce), + static_cast(0x86), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x3b), + static_cast(0x01), + static_cast(0xe1), + static_cast(0xb8), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xac), + static_cast(0xfc), + static_cast(0xf8), + static_cast(0xb9), + static_cast(0xfc), + static_cast(0x07), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x22), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0x95), + static_cast(0xfd), + static_cast(0xf7), + static_cast(0x60), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x04), + static_cast(0xff), + static_cast(0x11), + static_cast(0x9b), + static_cast(0x01), + static_cast(0x20), + static_cast(0x00), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x33), + static_cast(0xfd), + static_cast(0x20), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xed), + static_cast(0xff), + static_cast(0x91), + static_cast(0xab), + static_cast(0x00), + static_cast(0x01), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x29), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x94), + static_cast(0xff), + static_cast(0x48), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x55), + static_cast(0xfe), + static_cast(0x73), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x24), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x50), + static_cast(0x65), + static_cast(0xff), + static_cast(0x61), + static_cast(0x65), + static_cast(0xff), + static_cast(0x41), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0x37), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x41), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xad), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x6e), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x36), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x02), + static_cast(0x00), + static_cast(0x61), + static_cast(0x64), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x95), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x66), + static_cast(0x19), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x3e), + static_cast(0x1d), + static_cast(0xe4), + static_cast(0xb9), + static_cast(0x35), + static_cast(0x36), + static_cast(0x73), + static_cast(0x02), + static_cast(0x61), + static_cast(0x8d), + static_cast(0xf0), + static_cast(0xa0), + static_cast(0x38), + static_cast(0x16), + static_cast(0x34), + static_cast(0xe4), + static_cast(0xfd), + static_cast(0x18), + static_cast(0x9d), + static_cast(0xf5), + static_cast(0x1f), + static_cast(0x02), + static_cast(0x09), + static_cast(0x4d), + static_cast(0x2b), + static_cast(0xf5), + static_cast(0x35), + static_cast(0xac), + static_cast(0x01), + static_cast(0xa7), + static_cast(0x10), + static_cast(0x13), + static_cast(0x8d), + static_cast(0x9f), + static_cast(0xee), + static_cast(0x14), + static_cast(0xa0), + static_cast(0xe1), + static_cast(0x62), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x63), + static_cast(0x36), + static_cast(0x04), + static_cast(0xd3), + static_cast(0xa2), + static_cast(0xfd), + static_cast(0x85), + static_cast(0x5c), + static_cast(0x04), + static_cast(0x53), + static_cast(0x2f), + static_cast(0xfd), + static_cast(0xfa), + static_cast(0xac), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xf5), + static_cast(0x64), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x5a), + static_cast(0xfd), + static_cast(0xae), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x5e), + static_cast(0x01), + static_cast(0x79), + static_cast(0x8d), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x6b), + static_cast(0xfc), + static_cast(0x99), + static_cast(0x01), + static_cast(0xfc), + static_cast(0xea), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0x57), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0x3e), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xa1), + static_cast(0xfd), + static_cast(0x7f), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xcf), + static_cast(0x01), + static_cast(0xc5), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0x6c), + static_cast(0xfd), + static_cast(0xd3), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x87), + static_cast(0xff), + static_cast(0x77), + static_cast(0x5c), + static_cast(0x00), + static_cast(0xe4), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x50), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x50), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x18), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x55), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x01), + static_cast(0x59), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x07), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x15), + static_cast(0xff), + static_cast(0x43), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x57), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xed), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xce), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x44), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xae), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x22), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x69), + static_cast(0x09), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xb1), + static_cast(0x1f), + static_cast(0x49), + static_cast(0x89), + static_cast(0x3b), + static_cast(0x22), + static_cast(0x31), + static_cast(0x02), + static_cast(0xa1), + static_cast(0xb8), + static_cast(0xe8), + static_cast(0x39), + static_cast(0x49), + static_cast(0x12), + static_cast(0x51), + static_cast(0x35), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x5a), + static_cast(0xf8), + static_cast(0xc1), + static_cast(0xfa), + static_cast(0x0b), + static_cast(0x4c), + static_cast(0xeb), + static_cast(0xf1), + static_cast(0x7e), + static_cast(0x82), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x0d), + static_cast(0x17), + static_cast(0xb0), + static_cast(0xc8), + static_cast(0xf0), + static_cast(0xc6), + static_cast(0x12), + static_cast(0xe0), + static_cast(0x7f), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x59), + static_cast(0x03), + static_cast(0xf1), + static_cast(0x99), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0x76), + static_cast(0x05), + static_cast(0x58), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0x69), + static_cast(0xe4), + static_cast(0xfa), + static_cast(0x68), + static_cast(0x09), + static_cast(0x01), + static_cast(0x05), + static_cast(0x47), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x46), + static_cast(0xfd), + static_cast(0x0a), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x57), + static_cast(0x01), + static_cast(0x14), + static_cast(0x97), + static_cast(0x00), + static_cast(0x17), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0xc4), + static_cast(0xfb), + static_cast(0xd8), + static_cast(0x4d), + static_cast(0xfb), + static_cast(0x19), + static_cast(0x8d), + static_cast(0xfd), + static_cast(0x61), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x51), + static_cast(0xce), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x11), + static_cast(0x02), + static_cast(0xfd), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x58), + static_cast(0xfd), + static_cast(0xb0), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x67), + static_cast(0xb0), + static_cast(0x00), + static_cast(0x39), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xee), + static_cast(0x04), + static_cast(0xff), + static_cast(0x41), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x55), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x92), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x91), + static_cast(0xff), + static_cast(0x16), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x97), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x12), + static_cast(0xff), + static_cast(0x69), + static_cast(0x28), + static_cast(0xff), + static_cast(0x94), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x11), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x71), + static_cast(0x30), + static_cast(0xff), + static_cast(0x82), + static_cast(0x77), + static_cast(0xff), + static_cast(0x94), + static_cast(0x14), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x12), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x8b), + static_cast(0x23), + static_cast(0x9b), + static_cast(0xbd), + static_cast(0x40), + static_cast(0x54), + static_cast(0xac), + static_cast(0xff), + static_cast(0x17), + static_cast(0x41), + static_cast(0xe4), + static_cast(0xd9), + static_cast(0x9b), + static_cast(0x0f), + static_cast(0xf4), + static_cast(0x6f), + static_cast(0xfc), + static_cast(0x53), + static_cast(0x55), + static_cast(0xfd), + static_cast(0x76), + static_cast(0x85), + static_cast(0x0d), + static_cast(0x84), + static_cast(0xbc), + static_cast(0xed), + static_cast(0x04), + static_cast(0x16), + static_cast(0x01), + static_cast(0x7e), + static_cast(0x9c), + static_cast(0x19), + static_cast(0x8e), + static_cast(0x6f), + static_cast(0xf2), + static_cast(0x7b), + static_cast(0xd6), + static_cast(0xe1), + static_cast(0x1c), + static_cast(0xbc), + static_cast(0xfc), + static_cast(0x6a), + static_cast(0x6c), + static_cast(0x01), + static_cast(0x71), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0x96), + static_cast(0x2c), + static_cast(0x07), + static_cast(0x53), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0xe1), + static_cast(0xf9), + static_cast(0x2d), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x22), + static_cast(0x69), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x8c), + static_cast(0xfd), + static_cast(0x73), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x28), + static_cast(0x01), + static_cast(0xfd), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x60), + static_cast(0xa5), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0xf2), + static_cast(0xfb), + static_cast(0x19), + static_cast(0xf9), + static_cast(0xfa), + static_cast(0x2f), + static_cast(0x2a), + static_cast(0xfd), + static_cast(0xbd), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x14), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0x04), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x88), + static_cast(0xae), + static_cast(0x02), + static_cast(0x7f), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xac), + static_cast(0xc9), + static_cast(0xfc), + static_cast(0x5a), + static_cast(0x49), + static_cast(0xff), + static_cast(0x18), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x99), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x80), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x34), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x88), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x08), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x70), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xd8), + static_cast(0xfd), + static_cast(0xb0), + static_cast(0x99), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x21), + static_cast(0xff), + static_cast(0x16), + static_cast(0x27), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x44), + static_cast(0x00), + static_cast(0x11), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x74), + static_cast(0xff), + static_cast(0xda), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x31), + static_cast(0xff), + static_cast(0x24), + static_cast(0x66), + static_cast(0xff), + static_cast(0x60), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x79), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x20), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xac), + static_cast(0xb0), + static_cast(0x27), + static_cast(0x78), + static_cast(0xc9), + static_cast(0x44), + static_cast(0x63), + static_cast(0x05), + static_cast(0xfc), + static_cast(0x0a), + static_cast(0xa9), + static_cast(0xe1), + static_cast(0xb0), + static_cast(0x4a), + static_cast(0x0d), + static_cast(0xbe), + static_cast(0xd9), + static_cast(0xf9), + static_cast(0x9c), + static_cast(0xb1), + static_cast(0x01), + static_cast(0x2d), + static_cast(0xf8), + static_cast(0x0c), + static_cast(0x7f), + static_cast(0xa7), + static_cast(0xea), + static_cast(0xe7), + static_cast(0x6e), + static_cast(0x03), + static_cast(0x00), + static_cast(0x83), + static_cast(0x1a), + static_cast(0x90), + static_cast(0xbe), + static_cast(0xf4), + static_cast(0x39), + static_cast(0x46), + static_cast(0xe3), + static_cast(0xe6), + static_cast(0xc5), + static_cast(0xfa), + static_cast(0x36), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x90), + static_cast(0xf6), + static_cast(0xfc), + static_cast(0x81), + static_cast(0x66), + static_cast(0x09), + static_cast(0xe1), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x46), + static_cast(0xf7), + static_cast(0xf7), + static_cast(0x04), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x41), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x77), + static_cast(0xfd), + static_cast(0xdc), + static_cast(0xb7), + static_cast(0xfd), + static_cast(0x77), + static_cast(0x9e), + static_cast(0x00), + static_cast(0x31), + static_cast(0x47), + static_cast(0x00), + static_cast(0x02), + static_cast(0x8b), + static_cast(0xfd), + static_cast(0x56), + static_cast(0x73), + static_cast(0xfc), + static_cast(0xe8), + static_cast(0xf9), + static_cast(0xf9), + static_cast(0x91), + static_cast(0xa0), + static_cast(0xfc), + static_cast(0x75), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x28), + static_cast(0x00), + static_cast(0x02), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x24), + static_cast(0xff), + static_cast(0x39), + static_cast(0xb5), + static_cast(0x02), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xc9), + static_cast(0xfc), + static_cast(0x9f), + static_cast(0x99), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x55), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x94), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x98), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x25), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x77), + static_cast(0xda), + static_cast(0xff), + static_cast(0x26), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x62), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xc4), + static_cast(0xfd), + static_cast(0x1f), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x12), + static_cast(0xff), + static_cast(0x93), + static_cast(0x37), + static_cast(0x00), + static_cast(0x55), + static_cast(0x40), + static_cast(0x00), + static_cast(0xba), + static_cast(0x95), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x84), + static_cast(0xff), + static_cast(0x05), + static_cast(0xce), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x31), + static_cast(0xff), + static_cast(0x89), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xba), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xba), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x04), + static_cast(0xff), + static_cast(0x83), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x51), + static_cast(0x29), + static_cast(0x75), + static_cast(0x82), + static_cast(0x48), + static_cast(0x45), + static_cast(0x52), + static_cast(0xfc), + static_cast(0xf7), + static_cast(0x6c), + static_cast(0xde), + static_cast(0x45), + static_cast(0x04), + static_cast(0x0b), + static_cast(0x9d), + static_cast(0xc5), + static_cast(0xf8), + static_cast(0xe9), + static_cast(0xb2), + static_cast(0x02), + static_cast(0x85), + static_cast(0x3f), + static_cast(0x0d), + static_cast(0x22), + static_cast(0xf6), + static_cast(0xe9), + static_cast(0x8d), + static_cast(0xef), + static_cast(0x02), + static_cast(0x2f), + static_cast(0xe8), + static_cast(0x1a), + static_cast(0x1a), + static_cast(0xba), + static_cast(0xf9), + static_cast(0x44), + static_cast(0x5c), + static_cast(0xe4), + static_cast(0x8c), + static_cast(0x08), + static_cast(0xf8), + static_cast(0x49), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x96), + static_cast(0x17), + static_cast(0xfb), + static_cast(0xc2), + static_cast(0x1a), + static_cast(0x0b), + static_cast(0x19), + static_cast(0xac), + static_cast(0x00), + static_cast(0x84), + static_cast(0xe0), + static_cast(0xf5), + static_cast(0x0d), + static_cast(0x61), + static_cast(0x00), + static_cast(0xc1), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xba), + static_cast(0xc9), + static_cast(0xfc), + static_cast(0x05), + static_cast(0xdd), + static_cast(0xfc), + static_cast(0xce), + static_cast(0x7f), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x7c), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x5a), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x07), + static_cast(0xfd), + static_cast(0xe7), + static_cast(0xee), + static_cast(0xf8), + static_cast(0xbd), + static_cast(0x28), + static_cast(0xfc), + static_cast(0x0d), + static_cast(0x41), + static_cast(0x00), + static_cast(0x06), + static_cast(0x4e), + static_cast(0x00), + static_cast(0xed), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x78), + static_cast(0x40), + static_cast(0x02), + static_cast(0x00), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x03), + static_cast(0xfd), + static_cast(0x22), + static_cast(0x68), + static_cast(0xff), + static_cast(0x93), + static_cast(0xee), + static_cast(0xfd), + static_cast(0x8a), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x66), + static_cast(0xc6), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x10), + static_cast(0x00), + static_cast(0xd9), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x25), + static_cast(0x24), + static_cast(0xff), + static_cast(0x94), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xec), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xae), + static_cast(0x66), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xc5), + static_cast(0xfd), + static_cast(0xdc), + static_cast(0x90), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x09), + static_cast(0x46), + static_cast(0x00), + static_cast(0x37), + static_cast(0x4c), + static_cast(0x00), + static_cast(0xfa), + static_cast(0x87), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x38), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x52), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x07), + static_cast(0xff), + static_cast(0x22), + static_cast(0x5e), + static_cast(0x28), + static_cast(0x3c), + static_cast(0x7f), + static_cast(0x4b), + static_cast(0xcb), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x57), + static_cast(0xec), + static_cast(0xda), + static_cast(0x4c), + static_cast(0x94), + static_cast(0x08), + static_cast(0xa8), + static_cast(0xc1), + static_cast(0xf8), + static_cast(0x5e), + static_cast(0xaa), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x79), + static_cast(0x0e), + static_cast(0x20), + static_cast(0x5e), + static_cast(0xea), + static_cast(0x81), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xdc), + static_cast(0x1a), + static_cast(0x58), + static_cast(0x52), + static_cast(0x00), + static_cast(0x37), + static_cast(0x59), + static_cast(0xe6), + static_cast(0x72), + static_cast(0x08), + static_cast(0xf4), + static_cast(0x02), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x07), + static_cast(0xb2), + static_cast(0xf8), + static_cast(0xde), + static_cast(0x3e), + static_cast(0x0b), + static_cast(0x0c), + static_cast(0xa6), + static_cast(0x03), + static_cast(0x6c), + static_cast(0x03), + static_cast(0xf4), + static_cast(0x75), + static_cast(0x78), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x27), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xb8), + static_cast(0xfb), + static_cast(0x07), + static_cast(0x38), + static_cast(0xfc), + static_cast(0x14), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x74), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x91), + static_cast(0xa0), + static_cast(0xfc), + static_cast(0xc9), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0x6a), + static_cast(0x97), + static_cast(0xf8), + static_cast(0x9e), + static_cast(0x42), + static_cast(0xfb), + static_cast(0x02), + static_cast(0xd1), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x98), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0xc7), + static_cast(0x01), + static_cast(0x83), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xce), + static_cast(0xfc), + static_cast(0xea), + static_cast(0x47), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x20), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xde), + static_cast(0x00), + static_cast(0x18), + static_cast(0x89), + static_cast(0x00), + static_cast(0x12), + static_cast(0x18), + static_cast(0x00), + static_cast(0x11), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0x57), + static_cast(0x83), + static_cast(0xff), + static_cast(0x15), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x63), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x30), + static_cast(0x77), + static_cast(0xff), + static_cast(0x72), + static_cast(0x98), + static_cast(0xfd), + static_cast(0xdd), + static_cast(0x57), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x02), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x54), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x31), + static_cast(0x00), + static_cast(0x15), + static_cast(0x84), + static_cast(0xff), + static_cast(0xad), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x74), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x31), + static_cast(0x41), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xef), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x10), + static_cast(0x04), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x17), + static_cast(0xff), + static_cast(0xce), + static_cast(0x9e), + static_cast(0x29), + static_cast(0x4d), + static_cast(0x41), + static_cast(0x4d), + static_cast(0x80), + static_cast(0xfa), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x23), + static_cast(0xdb), + static_cast(0xde), + static_cast(0x59), + static_cast(0x07), + static_cast(0x7d), + static_cast(0xbf), + static_cast(0xf6), + static_cast(0x70), + static_cast(0x80), + static_cast(0x00), + static_cast(0xe8), + static_cast(0xc5), + static_cast(0x0d), + static_cast(0x4c), + static_cast(0xfa), + static_cast(0xe9), + static_cast(0xd8), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x68), + static_cast(0x1a), + static_cast(0xce), + static_cast(0x53), + static_cast(0x05), + static_cast(0xe2), + static_cast(0x95), + static_cast(0xe8), + static_cast(0x70), + static_cast(0xf6), + static_cast(0xf1), + static_cast(0x92), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0x77), + static_cast(0x03), + static_cast(0xf7), + static_cast(0x50), + static_cast(0xd4), + static_cast(0x0b), + static_cast(0xd3), + static_cast(0xdd), + static_cast(0x04), + static_cast(0xa5), + static_cast(0xef), + static_cast(0xf3), + static_cast(0x4f), + static_cast(0x58), + static_cast(0x00), + static_cast(0x88), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x5d), + static_cast(0xfb), + static_cast(0xce), + static_cast(0x89), + static_cast(0xfb), + static_cast(0xf1), + static_cast(0xd3), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x53), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x2f), + static_cast(0xfc), + static_cast(0x8e), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x78), + static_cast(0xf8), + static_cast(0x8e), + static_cast(0x1c), + static_cast(0xfb), + static_cast(0x4d), + static_cast(0xfc), + static_cast(0x00), + static_cast(0x99), + static_cast(0x29), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x33), + static_cast(0xaf), + static_cast(0x01), + static_cast(0xfd), + static_cast(0x42), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x2b), + static_cast(0xfd), + static_cast(0x86), + static_cast(0x85), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xea), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x24), + static_cast(0x01), + static_cast(0xeb), + static_cast(0xf5), + static_cast(0x00), + static_cast(0x10), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x57), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xde), + static_cast(0xfd), + static_cast(0xda), + static_cast(0x41), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x47), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x31), + static_cast(0xff), + static_cast(0x52), + static_cast(0x86), + static_cast(0xfd), + static_cast(0x94), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x07), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xca), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x81), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x87), + static_cast(0x81), + static_cast(0xff), + static_cast(0x33), + static_cast(0x56), + static_cast(0xff), + static_cast(0x90), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x45), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x39), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x76), + static_cast(0xff), + static_cast(0xae), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x35), + static_cast(0xff), + static_cast(0x62), + static_cast(0xb3), + static_cast(0x2c), + static_cast(0x08), + static_cast(0x7f), + static_cast(0x4d), + static_cast(0xa4), + static_cast(0xd1), + static_cast(0xfd), + static_cast(0x1f), + static_cast(0xc3), + static_cast(0xde), + static_cast(0x5c), + static_cast(0x4e), + static_cast(0x06), + static_cast(0x9c), + static_cast(0xb6), + static_cast(0xf2), + static_cast(0x6b), + static_cast(0x99), + static_cast(0x02), + static_cast(0x48), + static_cast(0x91), + static_cast(0x0b), + static_cast(0x3b), + static_cast(0x5c), + static_cast(0xe8), + static_cast(0x87), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x5f), + static_cast(0x1a), + static_cast(0x94), + static_cast(0x3e), + static_cast(0x08), + static_cast(0x4d), + static_cast(0x00), + static_cast(0xea), + static_cast(0x17), + static_cast(0x8e), + static_cast(0xf2), + static_cast(0xe4), + static_cast(0xda), + static_cast(0xfa), + static_cast(0xda), + static_cast(0xe7), + static_cast(0xf5), + static_cast(0x28), + static_cast(0xae), + static_cast(0x0c), + static_cast(0x8b), + static_cast(0x18), + static_cast(0x04), + static_cast(0xb5), + static_cast(0xa7), + static_cast(0xf5), + static_cast(0x25), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x86), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x06), + static_cast(0xfc), + static_cast(0x0d), + static_cast(0x65), + static_cast(0xfa), + static_cast(0xaa), + static_cast(0xfd), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x69), + static_cast(0xff), + static_cast(0xde), + static_cast(0x8c), + static_cast(0xfc), + static_cast(0x6d), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x94), + static_cast(0x60), + static_cast(0xf8), + static_cast(0xa2), + static_cast(0xa6), + static_cast(0xfb), + static_cast(0x22), + static_cast(0x36), + static_cast(0x00), + static_cast(0x7d), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xce), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xad), + static_cast(0x01), + static_cast(0x75), + static_cast(0xeb), + static_cast(0xfd), + static_cast(0x61), + static_cast(0xed), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x67), + static_cast(0xff), + static_cast(0x56), + static_cast(0xec), + static_cast(0xfd), + static_cast(0xba), + static_cast(0xac), + static_cast(0x00), + static_cast(0xb9), + static_cast(0xf3), + static_cast(0x00), + static_cast(0x63), + static_cast(0xae), + static_cast(0x00), + static_cast(0x24), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x04), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0xe8), + static_cast(0x57), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x59), + static_cast(0xff), + static_cast(0x90), + static_cast(0x90), + static_cast(0xff), + static_cast(0x10), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x95), + static_cast(0x9c), + static_cast(0xfd), + static_cast(0x46), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x13), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x51), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x17), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xad), + static_cast(0x69), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xce), + static_cast(0xff), + static_cast(0x09), + static_cast(0x41), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x47), + static_cast(0x62), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x01), + static_cast(0xff), + static_cast(0x12), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x88), + static_cast(0x29), + static_cast(0x13), + static_cast(0xe9), + static_cast(0x4d), + static_cast(0x57), + static_cast(0xee), + static_cast(0x04), + static_cast(0xbd), + static_cast(0x2e), + static_cast(0xdf), + static_cast(0x10), + static_cast(0x88), + static_cast(0x04), + static_cast(0x4f), + static_cast(0x6a), + static_cast(0xf1), + static_cast(0x9d), + static_cast(0xad), + static_cast(0xff), + static_cast(0x22), + static_cast(0x57), + static_cast(0x0e), + static_cast(0x91), + static_cast(0xe7), + static_cast(0xe6), + static_cast(0x70), + static_cast(0xdd), + static_cast(0xf9), + static_cast(0x86), + static_cast(0xf0), + static_cast(0x1a), + static_cast(0x2a), + static_cast(0xbf), + static_cast(0x0b), + static_cast(0x44), + static_cast(0x52), + static_cast(0xee), + static_cast(0xd2), + static_cast(0x13), + static_cast(0xf2), + static_cast(0x81), + static_cast(0x68), + static_cast(0xf9), + static_cast(0x63), + static_cast(0xeb), + static_cast(0xf3), + static_cast(0x6d), + static_cast(0x5f), + static_cast(0x0a), + static_cast(0x67), + static_cast(0x95), + static_cast(0x06), + static_cast(0xb1), + static_cast(0x10), + static_cast(0xf7), + static_cast(0x05), + static_cast(0x02), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xee), + static_cast(0xfd), + static_cast(0x58), + static_cast(0x0e), + static_cast(0xfd), + static_cast(0x02), + static_cast(0xd8), + static_cast(0xf9), + static_cast(0x09), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x29), + static_cast(0x61), + static_cast(0xfc), + static_cast(0xc0), + static_cast(0x76), + static_cast(0x00), + static_cast(0x87), + static_cast(0x46), + static_cast(0xf9), + static_cast(0x79), + static_cast(0x46), + static_cast(0xfa), + static_cast(0xbe), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x1e), + static_cast(0x02), + static_cast(0xba), + static_cast(0xef), + static_cast(0xfd), + static_cast(0x73), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0x0c), + static_cast(0x14), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x0d), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x76), + static_cast(0x00), + static_cast(0xad), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x75), + static_cast(0xa9), + static_cast(0x00), + static_cast(0xd9), + static_cast(0x27), + static_cast(0x00), + static_cast(0x02), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x26), + static_cast(0xff), + static_cast(0x02), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x43), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x69), + static_cast(0x32), + static_cast(0xff), + static_cast(0x75), + static_cast(0xca), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x63), + static_cast(0x64), + static_cast(0xff), + static_cast(0x70), + static_cast(0x31), + static_cast(0x00), + static_cast(0x4f), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x27), + static_cast(0x83), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x91), + static_cast(0xff), + static_cast(0x62), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x81), + static_cast(0x04), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xae), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xda), + static_cast(0x13), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x2e), + static_cast(0x27), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x4c), + static_cast(0x72), + static_cast(0x73), + static_cast(0x0a), + static_cast(0x75), + static_cast(0x68), + static_cast(0xe2), + static_cast(0xc7), + static_cast(0x03), + static_cast(0x03), + static_cast(0xd2), + static_cast(0x2b), + static_cast(0xef), + static_cast(0x47), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x65), + static_cast(0x10), + static_cast(0x8f), + static_cast(0x55), + static_cast(0xe5), + static_cast(0x49), + static_cast(0x99), + static_cast(0xf5), + static_cast(0x04), + static_cast(0x3b), + static_cast(0x1b), + static_cast(0x94), + static_cast(0xed), + static_cast(0x0d), + static_cast(0x93), + static_cast(0x63), + static_cast(0xf2), + static_cast(0x2d), + static_cast(0x95), + static_cast(0xf4), + static_cast(0xfb), + static_cast(0xcf), + static_cast(0xf7), + static_cast(0x18), + static_cast(0xeb), + static_cast(0xf0), + static_cast(0x3f), + static_cast(0xbf), + static_cast(0x08), + static_cast(0x8c), + static_cast(0x1a), + static_cast(0x08), + static_cast(0x6e), + static_cast(0x6d), + static_cast(0xf8), + static_cast(0xfa), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x78), + static_cast(0xf8), + static_cast(0xfc), + static_cast(0x4c), + static_cast(0x42), + static_cast(0xfd), + static_cast(0x78), + static_cast(0x4d), + static_cast(0xfa), + static_cast(0x86), + static_cast(0x27), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xf0), + static_cast(0x00), + static_cast(0x78), + static_cast(0xf1), + static_cast(0xfc), + static_cast(0x40), + static_cast(0xa8), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x75), + static_cast(0xf9), + static_cast(0xeb), + static_cast(0xc4), + static_cast(0xf9), + static_cast(0x72), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x70), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0xd8), + static_cast(0x01), + static_cast(0x2c), + static_cast(0x60), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x86), + static_cast(0x00), + static_cast(0x71), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xb8), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x34), + static_cast(0x37), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x64), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x27), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x28), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x55), + static_cast(0x10), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x81), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x22), + static_cast(0xff), + static_cast(0x74), + static_cast(0x33), + static_cast(0xff), + static_cast(0x30), + static_cast(0x14), + static_cast(0xff), + static_cast(0x46), + static_cast(0x23), + static_cast(0x00), + static_cast(0x6a), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x85), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x00), + static_cast(0x31), + static_cast(0x29), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x89), + static_cast(0xff), + static_cast(0x79), + static_cast(0x49), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x86), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xdb), + static_cast(0x28), + static_cast(0xb7), + static_cast(0xdc), + static_cast(0x4a), + static_cast(0xa1), + static_cast(0xca), + static_cast(0x08), + static_cast(0x7c), + static_cast(0xa7), + static_cast(0xe9), + static_cast(0xa9), + static_cast(0xe0), + static_cast(0x01), + static_cast(0x16), + static_cast(0x9b), + static_cast(0xea), + static_cast(0xe9), + static_cast(0xc3), + static_cast(0x01), + static_cast(0xcf), + static_cast(0x93), + static_cast(0x0e), + static_cast(0x4a), + static_cast(0xf1), + static_cast(0xe2), + static_cast(0x59), + static_cast(0xd7), + static_cast(0xf4), + static_cast(0x1e), + static_cast(0x6d), + static_cast(0x1a), + static_cast(0x91), + static_cast(0x53), + static_cast(0x0f), + static_cast(0x55), + static_cast(0x51), + static_cast(0xf4), + static_cast(0xd6), + static_cast(0x65), + static_cast(0xf9), + static_cast(0x46), + static_cast(0x3f), + static_cast(0xf6), + static_cast(0xcb), + static_cast(0x17), + static_cast(0xed), + static_cast(0x6e), + static_cast(0xa9), + static_cast(0x09), + static_cast(0xee), + static_cast(0x69), + static_cast(0x07), + static_cast(0x3f), + static_cast(0x11), + static_cast(0xf9), + static_cast(0x7b), + static_cast(0x34), + static_cast(0xfe), + static_cast(0x22), + static_cast(0xf4), + static_cast(0xfb), + static_cast(0x8d), + static_cast(0xa2), + static_cast(0xfc), + static_cast(0x99), + static_cast(0x37), + static_cast(0xfb), + static_cast(0x27), + static_cast(0xde), + static_cast(0x00), + static_cast(0x01), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0xd4), + static_cast(0x12), + static_cast(0x01), + static_cast(0xd7), + static_cast(0x8d), + static_cast(0xf8), + static_cast(0xf8), + static_cast(0xc2), + static_cast(0xf9), + static_cast(0x9b), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xee), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x95), + static_cast(0xce), + static_cast(0x01), + static_cast(0xf2), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x4b), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x29), + static_cast(0x07), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x80), + static_cast(0x00), + static_cast(0x46), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x43), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x10), + static_cast(0xff), + static_cast(0xab), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x05), + static_cast(0xff), + static_cast(0x53), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xab), + static_cast(0xff), + static_cast(0x82), + static_cast(0x83), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x52), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x90), + static_cast(0x5f), + static_cast(0x00), + static_cast(0xe7), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xde), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x18), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x93), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x29), + static_cast(0xff), + static_cast(0xae), + static_cast(0x46), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xac), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x80), + static_cast(0x27), + static_cast(0x18), + static_cast(0x3b), + static_cast(0x48), + static_cast(0xab), + static_cast(0xd3), + static_cast(0x0b), + static_cast(0x67), + static_cast(0x69), + static_cast(0xef), + static_cast(0x17), + static_cast(0x41), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xb3), + static_cast(0xe8), + static_cast(0x92), + static_cast(0x50), + static_cast(0x01), + static_cast(0x62), + static_cast(0x2f), + static_cast(0x0d), + static_cast(0xa2), + static_cast(0xbe), + static_cast(0xe4), + static_cast(0xb1), + static_cast(0x31), + static_cast(0xf1), + static_cast(0x9e), + static_cast(0x02), + static_cast(0x17), + static_cast(0x97), + static_cast(0x9f), + static_cast(0x13), + static_cast(0x63), + static_cast(0x39), + static_cast(0xf6), + static_cast(0x5f), + static_cast(0xf3), + static_cast(0xfc), + static_cast(0xe5), + static_cast(0x0f), + static_cast(0xf8), + static_cast(0xfb), + static_cast(0xdd), + static_cast(0xe7), + static_cast(0xc7), + static_cast(0x89), + static_cast(0x08), + static_cast(0x6b), + static_cast(0x20), + static_cast(0x08), + static_cast(0x85), + static_cast(0x30), + static_cast(0xf8), + static_cast(0x21), + static_cast(0x53), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xeb), + static_cast(0xfb), + static_cast(0x2a), + static_cast(0x72), + static_cast(0xfb), + static_cast(0x67), + static_cast(0x78), + static_cast(0xfc), + static_cast(0x91), + static_cast(0xfd), + static_cast(0x01), + static_cast(0xaf), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x51), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0xbf), + static_cast(0x83), + static_cast(0x01), + static_cast(0x6b), + static_cast(0x0b), + static_cast(0xf7), + static_cast(0x8f), + static_cast(0xac), + static_cast(0xfa), + static_cast(0x5e), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x26), + static_cast(0x02), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x9d), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x00), + static_cast(0x42), + static_cast(0x40), + static_cast(0x01), + static_cast(0x7d), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x61), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x47), + static_cast(0x00), + static_cast(0x56), + static_cast(0x73), + static_cast(0xfd), + static_cast(0x03), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xec), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x86), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x34), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x23), + static_cast(0xff), + static_cast(0x08), + static_cast(0x06), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x43), + static_cast(0xff), + static_cast(0x59), + static_cast(0x62), + static_cast(0x00), + static_cast(0x01), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x02), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x22), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x51), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x00), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x34), + static_cast(0xff), + static_cast(0x21), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x22), + static_cast(0x25), + static_cast(0x0d), + static_cast(0x3c), + static_cast(0x45), + static_cast(0xba), + static_cast(0x98), + static_cast(0x0f), + static_cast(0x2d), + static_cast(0x4b), + static_cast(0xf4), + static_cast(0xe5), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xe8), + static_cast(0xe7), + static_cast(0x5d), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x63), + static_cast(0xeb), + static_cast(0x0a), + static_cast(0x46), + static_cast(0xcf), + static_cast(0xe8), + static_cast(0x15), + static_cast(0x6a), + static_cast(0xee), + static_cast(0x66), + static_cast(0xbc), + static_cast(0x10), + static_cast(0xf1), + static_cast(0x49), + static_cast(0x18), + static_cast(0xd4), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x5f), + static_cast(0x42), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0xe5), + static_cast(0xfc), + static_cast(0xaa), + static_cast(0x46), + static_cast(0xe3), + static_cast(0x1c), + static_cast(0xf2), + static_cast(0x03), + static_cast(0xbc), + static_cast(0xe4), + static_cast(0x09), + static_cast(0x7b), + static_cast(0xdc), + static_cast(0xf6), + static_cast(0x31), + static_cast(0xde), + static_cast(0xff), + static_cast(0x97), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0x39), + static_cast(0xfa), + static_cast(0xcd), + static_cast(0xcc), + static_cast(0xfb), + static_cast(0x62), + static_cast(0xac), + static_cast(0x02), + static_cast(0x4c), + static_cast(0x36), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xb6), + static_cast(0xfc), + static_cast(0x25), + static_cast(0xf7), + static_cast(0x01), + static_cast(0x3f), + static_cast(0xa8), + static_cast(0xf7), + static_cast(0x3c), + static_cast(0x2f), + static_cast(0xfa), + static_cast(0xb3), + static_cast(0xec), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x75), + static_cast(0x7f), + static_cast(0x00), + static_cast(0xf1), + static_cast(0xe4), + static_cast(0x00), + static_cast(0xc2), + static_cast(0x90), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x99), + static_cast(0xac), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xce), + static_cast(0x94), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x39), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x25), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x75), + static_cast(0xff), + static_cast(0x11), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x40), + static_cast(0xff), + static_cast(0x34), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x46), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x89), + static_cast(0x43), + static_cast(0xff), + static_cast(0x59), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x86), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x19), + static_cast(0x00), + static_cast(0x99), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x84), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x24), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xea), + static_cast(0x04), + static_cast(0x23), + static_cast(0xcd), + static_cast(0x62), + static_cast(0x42), + static_cast(0x58), + static_cast(0xce), + static_cast(0x11), + static_cast(0xe1), + static_cast(0x19), + static_cast(0xf8), + static_cast(0xa9), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x05), + static_cast(0x60), + static_cast(0xe8), + static_cast(0x05), + static_cast(0x03), + static_cast(0xfc), + static_cast(0x74), + static_cast(0x8e), + static_cast(0x08), + static_cast(0x8c), + static_cast(0xed), + static_cast(0xeb), + static_cast(0xe1), + static_cast(0xd4), + static_cast(0xed), + static_cast(0xbb), + static_cast(0x35), + static_cast(0x0b), + static_cast(0xad), + static_cast(0xd1), + static_cast(0x1a), + static_cast(0x44), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0xed), + static_cast(0xab), + static_cast(0xfd), + static_cast(0xe0), + static_cast(0x98), + static_cast(0x01), + static_cast(0xdb), + static_cast(0xb9), + static_cast(0xe2), + static_cast(0x23), + static_cast(0x93), + static_cast(0xfc), + static_cast(0x32), + static_cast(0xcf), + static_cast(0x0b), + static_cast(0x03), + static_cast(0x12), + static_cast(0xf7), + static_cast(0xcc), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x34), + static_cast(0x00), + static_cast(0xcd), + static_cast(0xb3), + static_cast(0xf9), + static_cast(0xed), + static_cast(0xc6), + static_cast(0xfb), + static_cast(0x47), + static_cast(0x50), + static_cast(0x02), + static_cast(0x97), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x53), + static_cast(0xda), + static_cast(0xfc), + static_cast(0x11), + static_cast(0x9c), + static_cast(0x02), + static_cast(0x09), + static_cast(0x13), + static_cast(0xf9), + static_cast(0x4f), + static_cast(0xb8), + static_cast(0xf9), + static_cast(0xb4), + static_cast(0x20), + static_cast(0x02), + static_cast(0x68), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x09), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x91), + static_cast(0x01), + static_cast(0x95), + static_cast(0x58), + static_cast(0x00), + static_cast(0x51), + static_cast(0x57), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0x88), + static_cast(0xfe), + static_cast(0xef), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x71), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x23), + static_cast(0x16), + static_cast(0x00), + static_cast(0x85), + static_cast(0x93), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x21), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x49), + static_cast(0xff), + static_cast(0xec), + static_cast(0x06), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x90), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x28), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xba), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x12), + static_cast(0x58), + static_cast(0x00), + static_cast(0x2f), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x05), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x79), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x40), + static_cast(0x1a), + static_cast(0x22), + static_cast(0x41), + static_cast(0xad), + static_cast(0x40), + static_cast(0x11), + static_cast(0x22), + static_cast(0x11), + static_cast(0x01), + static_cast(0x24), + static_cast(0xf9), + static_cast(0xa3), + static_cast(0xf5), + static_cast(0x03), + static_cast(0x2e), + static_cast(0x99), + static_cast(0xe9), + static_cast(0xb3), + static_cast(0x9c), + static_cast(0xf7), + static_cast(0x64), + static_cast(0x5e), + static_cast(0x07), + static_cast(0xa9), + static_cast(0x7f), + static_cast(0xee), + static_cast(0xad), + static_cast(0x5a), + static_cast(0xec), + static_cast(0x2e), + static_cast(0x06), + static_cast(0x08), + static_cast(0xb9), + static_cast(0xd8), + static_cast(0x1c), + static_cast(0x23), + static_cast(0x9a), + static_cast(0x01), + static_cast(0x80), + static_cast(0xca), + static_cast(0xfc), + static_cast(0x3a), + static_cast(0x80), + static_cast(0x04), + static_cast(0xc3), + static_cast(0x37), + static_cast(0xe4), + static_cast(0x92), + static_cast(0x28), + static_cast(0xf6), + static_cast(0x39), + static_cast(0xcb), + static_cast(0x0c), + static_cast(0x64), + static_cast(0x7b), + static_cast(0xf8), + static_cast(0xdd), + static_cast(0x59), + static_cast(0xfb), + static_cast(0x9f), + static_cast(0xd2), + static_cast(0x01), + static_cast(0x76), + static_cast(0x06), + static_cast(0xfa), + static_cast(0x13), + static_cast(0x2b), + static_cast(0xfb), + static_cast(0x9f), + static_cast(0x9b), + static_cast(0x02), + static_cast(0x5f), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x89), + static_cast(0xfc), + static_cast(0xa0), + static_cast(0x6b), + static_cast(0x03), + static_cast(0x29), + static_cast(0x2e), + static_cast(0xfb), + static_cast(0xca), + static_cast(0x69), + static_cast(0xf9), + static_cast(0xee), + static_cast(0x97), + static_cast(0x01), + static_cast(0x5e), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x56), + static_cast(0x01), + static_cast(0x6b), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x78), + static_cast(0x33), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x85), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x05), + static_cast(0x00), + static_cast(0x44), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x33), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x69), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x05), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x93), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x30), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x80), + static_cast(0x00), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x86), + static_cast(0xff), + static_cast(0x50), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x27), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x8c), + static_cast(0x00), + static_cast(0xea), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x19), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x41), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x27), + static_cast(0x1f), + static_cast(0xd8), + static_cast(0x4c), + static_cast(0x3f), + static_cast(0xb7), + static_cast(0x44), + static_cast(0x12), + static_cast(0x05), + static_cast(0xea), + static_cast(0xf7), + static_cast(0x68), + static_cast(0xff), + static_cast(0x08), + static_cast(0xec), + static_cast(0xc9), + static_cast(0xea), + static_cast(0xd6), + static_cast(0x36), + static_cast(0xf1), + static_cast(0x3f), + static_cast(0xcf), + static_cast(0x09), + static_cast(0x2e), + static_cast(0x1e), + static_cast(0xf1), + static_cast(0xa2), + static_cast(0xbc), + static_cast(0xea), + static_cast(0x87), + static_cast(0x11), + static_cast(0x03), + static_cast(0x6e), + static_cast(0x83), + static_cast(0x1c), + static_cast(0xd5), + static_cast(0x5e), + static_cast(0x08), + static_cast(0x63), + static_cast(0x6b), + static_cast(0xfa), + static_cast(0x73), + static_cast(0x79), + static_cast(0x07), + static_cast(0x4c), + static_cast(0x95), + static_cast(0xe8), + static_cast(0xe3), + static_cast(0x2e), + static_cast(0xee), + static_cast(0x6c), + static_cast(0x5c), + static_cast(0x0c), + static_cast(0xcb), + static_cast(0xc4), + static_cast(0xfb), + static_cast(0xdc), + static_cast(0x9e), + static_cast(0xf9), + static_cast(0x66), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xdf), + static_cast(0xed), + static_cast(0xf9), + static_cast(0x6d), + static_cast(0xa4), + static_cast(0xfa), + static_cast(0x64), + static_cast(0xa2), + static_cast(0x02), + static_cast(0x62), + static_cast(0x39), + static_cast(0x00), + static_cast(0xaa), + static_cast(0x3f), + static_cast(0xfb), + static_cast(0xb3), + static_cast(0xfc), + static_cast(0x02), + static_cast(0x6e), + static_cast(0x19), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x89), + static_cast(0xf8), + static_cast(0x76), + static_cast(0x36), + static_cast(0x01), + static_cast(0xcc), + static_cast(0x87), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xed), + static_cast(0xfd), + static_cast(0x7a), + static_cast(0x8f), + static_cast(0x01), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x00), + static_cast(0x21), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x54), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x56), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x89), + static_cast(0xff), + static_cast(0x53), + static_cast(0x61), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xac), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x2e), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x63), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x74), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x49), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x05), + static_cast(0x25), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x84), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x57), + static_cast(0xff), + static_cast(0x70), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x06), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x77), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x53), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x39), + static_cast(0x48), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x59), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x83), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x32), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x77), + static_cast(0xf3), + static_cast(0x22), + static_cast(0x8a), + static_cast(0x89), + static_cast(0x3b), + static_cast(0xb8), + static_cast(0xac), + static_cast(0x09), + static_cast(0xfb), + static_cast(0x66), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xe6), + static_cast(0x09), + static_cast(0x1e), + static_cast(0x01), + static_cast(0xe4), + static_cast(0x4c), + static_cast(0xdf), + static_cast(0xf6), + static_cast(0x90), + static_cast(0x37), + static_cast(0x0a), + static_cast(0x8b), + static_cast(0x56), + static_cast(0xef), + static_cast(0x4b), + static_cast(0x3b), + static_cast(0xec), + static_cast(0x13), + static_cast(0x06), + static_cast(0x01), + static_cast(0xf9), + static_cast(0xc4), + static_cast(0x1a), + static_cast(0x11), + static_cast(0xff), + static_cast(0x08), + static_cast(0xe5), + static_cast(0xc9), + static_cast(0xfd), + static_cast(0x2d), + static_cast(0x29), + static_cast(0x08), + static_cast(0x29), + static_cast(0x1f), + static_cast(0xe9), + static_cast(0xac), + static_cast(0xd6), + static_cast(0xed), + static_cast(0x68), + static_cast(0x77), + static_cast(0x09), + static_cast(0x95), + static_cast(0x91), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0xa4), + static_cast(0xfa), + static_cast(0x90), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x5e), + static_cast(0xf8), + static_cast(0xf1), + static_cast(0x1b), + static_cast(0xfa), + static_cast(0xeb), + static_cast(0xea), + static_cast(0x03), + static_cast(0xc1), + static_cast(0xdd), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x90), + static_cast(0xfb), + static_cast(0xa7), + static_cast(0x85), + static_cast(0x03), + static_cast(0xff), + static_cast(0x06), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xc6), + static_cast(0xf7), + static_cast(0xe4), + static_cast(0x14), + static_cast(0x01), + static_cast(0xec), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x08), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0xb2), + static_cast(0xee), + static_cast(0x00), + static_cast(0xf3), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x46), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0x22), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0x0a), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x24), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xad), + static_cast(0xff), + static_cast(0x92), + static_cast(0x99), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x20), + static_cast(0xff), + static_cast(0x40), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x51), + static_cast(0xff), + static_cast(0x72), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x21), + static_cast(0x01), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x00), + static_cast(0x00), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x43), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xe9), + static_cast(0x90), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x41), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xfb), + static_cast(0x21), + static_cast(0x9c), + static_cast(0x60), + static_cast(0x36), + static_cast(0x76), + static_cast(0x59), + static_cast(0x07), + static_cast(0xbf), + static_cast(0x34), + static_cast(0x04), + static_cast(0x4f), + static_cast(0xf6), + static_cast(0x0a), + static_cast(0xb9), + static_cast(0xb5), + static_cast(0xe3), + static_cast(0xad), + static_cast(0x44), + static_cast(0xf8), + static_cast(0x82), + static_cast(0x88), + static_cast(0x09), + static_cast(0x61), + static_cast(0x1a), + static_cast(0xf1), + static_cast(0x50), + static_cast(0x40), + static_cast(0xec), + static_cast(0x6d), + static_cast(0x42), + static_cast(0xfc), + static_cast(0x08), + static_cast(0x55), + static_cast(0x18), + static_cast(0xc4), + static_cast(0x34), + static_cast(0x0b), + static_cast(0x6f), + static_cast(0x33), + static_cast(0xff), + static_cast(0x69), + static_cast(0x76), + static_cast(0x09), + static_cast(0xd6), + static_cast(0xb2), + static_cast(0xed), + static_cast(0x5b), + static_cast(0xf2), + static_cast(0xeb), + static_cast(0x12), + static_cast(0x01), + static_cast(0x06), + static_cast(0x65), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x53), + static_cast(0xd7), + static_cast(0xf9), + static_cast(0xf6), + static_cast(0xcf), + static_cast(0xfd), + static_cast(0x4d), + static_cast(0x19), + static_cast(0xf9), + static_cast(0x49), + static_cast(0x0e), + static_cast(0xf8), + static_cast(0x03), + static_cast(0xfa), + static_cast(0x02), + static_cast(0xed), + static_cast(0x3c), + static_cast(0x01), + static_cast(0x49), + static_cast(0x42), + static_cast(0xfd), + static_cast(0xb9), + static_cast(0x12), + static_cast(0x05), + static_cast(0x75), + static_cast(0x83), + static_cast(0xfc), + static_cast(0x1f), + static_cast(0xe0), + static_cast(0xf5), + static_cast(0xe4), + static_cast(0xdf), + static_cast(0x01), + static_cast(0x4c), + static_cast(0x85), + static_cast(0x02), + static_cast(0xf9), + static_cast(0x6e), + static_cast(0xfd), + static_cast(0xc4), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x81), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x24), + static_cast(0x42), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x69), + static_cast(0x6e), + static_cast(0xfd), + static_cast(0x86), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x94), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x05), + static_cast(0x00), + static_cast(0x93), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x9e), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x90), + static_cast(0x73), + static_cast(0xff), + static_cast(0x74), + static_cast(0x00), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x03), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x32), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x73), + static_cast(0xff), + static_cast(0x26), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x45), + static_cast(0xff), + static_cast(0x82), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x11), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x02), + static_cast(0x00), + static_cast(0xcd), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x01), + static_cast(0x03), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x90), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x50), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x23), + static_cast(0xff), + static_cast(0x53), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x44), + static_cast(0xa6), + static_cast(0x20), + static_cast(0xfd), + static_cast(0xe4), + static_cast(0x32), + static_cast(0x22), + static_cast(0xa8), + static_cast(0x02), + static_cast(0xdc), + static_cast(0x9d), + static_cast(0x03), + static_cast(0xe3), + static_cast(0xea), + static_cast(0x11), + static_cast(0x14), + static_cast(0x3f), + static_cast(0xe8), + static_cast(0x2f), + static_cast(0xb3), + static_cast(0xf6), + static_cast(0x01), + static_cast(0x43), + static_cast(0x08), + static_cast(0x53), + static_cast(0xbe), + static_cast(0xf0), + static_cast(0x03), + static_cast(0xbb), + static_cast(0xec), + static_cast(0xd9), + static_cast(0x1d), + static_cast(0xf9), + static_cast(0x40), + static_cast(0x38), + static_cast(0x16), + static_cast(0xb5), + static_cast(0x0f), + static_cast(0x0f), + static_cast(0x08), + static_cast(0x20), + static_cast(0xfc), + static_cast(0xbb), + static_cast(0x6b), + static_cast(0x08), + static_cast(0xca), + static_cast(0x1a), + static_cast(0xf6), + static_cast(0xb5), + static_cast(0xaa), + static_cast(0xeb), + static_cast(0xc6), + static_cast(0x52), + static_cast(0x02), + static_cast(0xb1), + static_cast(0xce), + static_cast(0x02), + static_cast(0x35), + static_cast(0xfc), + static_cast(0xf9), + static_cast(0x4b), + static_cast(0x17), + static_cast(0xfc), + static_cast(0x72), + static_cast(0x6c), + static_cast(0xf9), + static_cast(0x2b), + static_cast(0x9d), + static_cast(0xf7), + static_cast(0x5f), + static_cast(0xdc), + static_cast(0x00), + static_cast(0x78), + static_cast(0x91), + static_cast(0x01), + static_cast(0x36), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x85), + static_cast(0x04), + static_cast(0xd8), + static_cast(0x33), + static_cast(0xfd), + static_cast(0xaa), + static_cast(0x55), + static_cast(0xf5), + static_cast(0x35), + static_cast(0xea), + static_cast(0x00), + static_cast(0x79), + static_cast(0x10), + static_cast(0x04), + static_cast(0x10), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0x98), + static_cast(0x40), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xec), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x22), + static_cast(0x00), + static_cast(0x56), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x8f), + static_cast(0xfd), + static_cast(0x28), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x59), + static_cast(0x00), + static_cast(0x14), + static_cast(0x59), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x06), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x63), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x01), + static_cast(0xff), + static_cast(0x91), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x43), + static_cast(0xff), + static_cast(0x45), + static_cast(0x49), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x01), + static_cast(0x00), + static_cast(0x93), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x42), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x39), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x12), + static_cast(0xff), + static_cast(0x70), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x04), + static_cast(0x04), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x69), + static_cast(0xff), + static_cast(0x80), + static_cast(0x53), + static_cast(0x1f), + static_cast(0x59), + static_cast(0x59), + static_cast(0x2e), + static_cast(0xdd), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x06), + static_cast(0x5e), + static_cast(0x06), + static_cast(0x44), + static_cast(0x64), + static_cast(0x13), + static_cast(0xf5), + static_cast(0x5c), + static_cast(0xe9), + static_cast(0xa7), + static_cast(0x6b), + static_cast(0xf7), + static_cast(0xe7), + static_cast(0x2c), + static_cast(0x08), + static_cast(0x6c), + static_cast(0x9e), + static_cast(0xf3), + static_cast(0xf2), + static_cast(0x97), + static_cast(0xed), + static_cast(0xeb), + static_cast(0xcf), + static_cast(0xf5), + static_cast(0x4a), + static_cast(0x7b), + static_cast(0x14), + static_cast(0x84), + static_cast(0x62), + static_cast(0x0f), + static_cast(0x46), + static_cast(0x75), + static_cast(0xf8), + static_cast(0x27), + static_cast(0x1e), + static_cast(0x08), + static_cast(0x7d), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x60), + static_cast(0x57), + static_cast(0xec), + static_cast(0x1e), + static_cast(0x2d), + static_cast(0xfd), + static_cast(0x19), + static_cast(0x4c), + static_cast(0x06), + static_cast(0x5d), + static_cast(0xd8), + static_cast(0xf9), + static_cast(0xc0), + static_cast(0xc0), + static_cast(0xf9), + static_cast(0x3f), + static_cast(0xf9), + static_cast(0xfb), + static_cast(0xba), + static_cast(0x3a), + static_cast(0xf8), + static_cast(0xdb), + static_cast(0x00), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x36), + static_cast(0x00), + static_cast(0x52), + static_cast(0x76), + static_cast(0xfd), + static_cast(0x31), + static_cast(0xf2), + static_cast(0x03), + static_cast(0x19), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x52), + static_cast(0x09), + static_cast(0xf7), + static_cast(0x3f), + static_cast(0x93), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x7b), + static_cast(0x03), + static_cast(0xc2), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x41), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xda), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x87), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x20), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x17), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x85), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x60), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x64), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x75), + static_cast(0xff), + static_cast(0x63), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x89), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x43), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x11), + static_cast(0x00), + static_cast(0x29), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x57), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x15), + static_cast(0xff), + static_cast(0x16), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x61), + static_cast(0xff), + static_cast(0x37), + static_cast(0x37), + static_cast(0x1d), + static_cast(0x36), + static_cast(0x9e), + static_cast(0x29), + static_cast(0x65), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x08), + static_cast(0x28), + static_cast(0x10), + static_cast(0x12), + static_cast(0xa8), + static_cast(0x0f), + static_cast(0xeb), + static_cast(0x5d), + static_cast(0x90), + static_cast(0xf9), + static_cast(0x7d), + static_cast(0xa8), + static_cast(0x06), + static_cast(0xd1), + static_cast(0xbc), + static_cast(0xf5), + static_cast(0x3a), + static_cast(0x96), + static_cast(0xef), + static_cast(0x4f), + static_cast(0xd2), + static_cast(0xf3), + static_cast(0xb3), + static_cast(0xc1), + static_cast(0x12), + static_cast(0xfb), + static_cast(0xca), + static_cast(0x0d), + static_cast(0x83), + static_cast(0x63), + static_cast(0xf6), + static_cast(0x0e), + static_cast(0x5c), + static_cast(0x08), + static_cast(0xd0), + static_cast(0xc1), + static_cast(0x03), + static_cast(0xd2), + static_cast(0x57), + static_cast(0xee), + static_cast(0xf7), + static_cast(0x98), + static_cast(0xfb), + static_cast(0x3e), + static_cast(0xde), + static_cast(0x06), + static_cast(0x3a), + static_cast(0x3f), + static_cast(0xfa), + static_cast(0xa8), + static_cast(0xc5), + static_cast(0xf8), + static_cast(0x0c), + static_cast(0x38), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x51), + static_cast(0xf9), + static_cast(0x38), + static_cast(0x56), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x09), + static_cast(0xff), + static_cast(0x62), + static_cast(0x85), + static_cast(0xfb), + static_cast(0x13), + static_cast(0x4b), + static_cast(0x02), + static_cast(0xbd), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x6f), + static_cast(0xc8), + static_cast(0xf9), + static_cast(0xe8), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0xea), + static_cast(0xc7), + static_cast(0x01), + static_cast(0x37), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x39), + static_cast(0x15), + static_cast(0x01), + static_cast(0x10), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x43), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x72), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x34), + static_cast(0xff), + static_cast(0x32), + static_cast(0x89), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x22), + static_cast(0x44), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xad), + static_cast(0xff), + static_cast(0x78), + static_cast(0x33), + static_cast(0x00), + static_cast(0xdc), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x26), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x02), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xad), + static_cast(0x99), + static_cast(0xff), + static_cast(0x34), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x27), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x42), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xde), + static_cast(0x04), + static_cast(0x00), + static_cast(0x73), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x61), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x07), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x66), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x77), + static_cast(0x67), + static_cast(0x1b), + static_cast(0xca), + static_cast(0x6a), + static_cast(0x25), + static_cast(0xab), + static_cast(0x53), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x51), + static_cast(0x0a), + static_cast(0x0a), + static_cast(0x8f), + static_cast(0x11), + static_cast(0xa5), + static_cast(0xec), + static_cast(0xec), + static_cast(0x9b), + static_cast(0x91), + static_cast(0xfb), + static_cast(0xc5), + static_cast(0xaa), + static_cast(0x05), + static_cast(0xb5), + static_cast(0xb7), + static_cast(0xf6), + static_cast(0xf0), + static_cast(0xeb), + static_cast(0xf1), + static_cast(0xbb), + static_cast(0x02), + static_cast(0xf4), + static_cast(0x07), + static_cast(0x04), + static_cast(0x10), + static_cast(0x01), + static_cast(0x8a), + static_cast(0x0c), + static_cast(0x1f), + static_cast(0x1a), + static_cast(0xf7), + static_cast(0x8a), + static_cast(0x05), + static_cast(0x07), + static_cast(0xb7), + static_cast(0x6f), + static_cast(0x04), + static_cast(0x23), + static_cast(0xde), + static_cast(0xf0), + static_cast(0x91), + static_cast(0xd3), + static_cast(0xfb), + static_cast(0x02), + static_cast(0xb3), + static_cast(0x06), + static_cast(0xb2), + static_cast(0x02), + static_cast(0xfb), + static_cast(0x64), + static_cast(0x6d), + static_cast(0xf9), + static_cast(0x23), + static_cast(0x71), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xf9), + static_cast(0xb0), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x21), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x3b), + static_cast(0xfb), + static_cast(0x25), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x43), + static_cast(0x26), + static_cast(0x00), + static_cast(0x15), + static_cast(0xf8), + static_cast(0xfb), + static_cast(0xb2), + static_cast(0x72), + static_cast(0xff), + static_cast(0x70), + static_cast(0x53), + static_cast(0x01), + static_cast(0xc7), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0xbe), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x39), + static_cast(0xbd), + static_cast(0x01), + static_cast(0x03), + static_cast(0x35), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x27), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x85), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x30), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x39), + static_cast(0x00), + static_cast(0x1c), + static_cast(0x68), + static_cast(0xff), + static_cast(0x98), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x23), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x26), + static_cast(0xff), + static_cast(0x87), + static_cast(0x16), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x93), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x60), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x98), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x37), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x89), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x75), + static_cast(0x99), + static_cast(0xff), + static_cast(0x02), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xac), + static_cast(0x67), + static_cast(0xff), + static_cast(0x07), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x50), + static_cast(0xff), + static_cast(0x56), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x95), + static_cast(0x9e), + static_cast(0x18), + static_cast(0x53), + static_cast(0xc8), + static_cast(0x27), + static_cast(0xdc), + static_cast(0xf1), + static_cast(0xfc), + static_cast(0x71), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x48), + static_cast(0x1b), + static_cast(0x7f), + static_cast(0x3e), + static_cast(0xf7), + static_cast(0xa2), + static_cast(0xba), + static_cast(0xf1), + static_cast(0xf6), + static_cast(0xf1), + static_cast(0x03), + static_cast(0x23), + static_cast(0x88), + static_cast(0xfa), + static_cast(0x35), + static_cast(0xe5), + static_cast(0xf4), + static_cast(0x2f), + static_cast(0x64), + static_cast(0xf4), + static_cast(0x07), + static_cast(0xf2), + static_cast(0x0d), + static_cast(0x60), + static_cast(0x6d), + static_cast(0x0b), + static_cast(0x71), + static_cast(0x35), + static_cast(0xf1), + static_cast(0x32), + static_cast(0x00), + static_cast(0x03), + static_cast(0x7b), + static_cast(0x52), + static_cast(0x07), + static_cast(0x5b), + static_cast(0xdb), + static_cast(0xf7), + static_cast(0x37), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x08), + static_cast(0xc2), + static_cast(0xf2), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x69), + static_cast(0xfb), + static_cast(0x06), + static_cast(0xa0), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x51), + static_cast(0xfc), + static_cast(0x33), + static_cast(0x0c), + static_cast(0xfd), + static_cast(0xb9), + static_cast(0xe0), + static_cast(0xfc), + static_cast(0x4b), + static_cast(0xd9), + static_cast(0xf6), + static_cast(0x5f), + static_cast(0x9e), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x08), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xc8), + static_cast(0xfb), + static_cast(0x98), + static_cast(0xfa), + static_cast(0xfc), + static_cast(0x15), + static_cast(0xed), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x89), + static_cast(0xff), + static_cast(0x89), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xee), + static_cast(0xa9), + static_cast(0x01), + static_cast(0xde), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x99), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x27), + static_cast(0x00), + static_cast(0x4e), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x4b), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x08), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x09), + static_cast(0xfe), + static_cast(0x85), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x86), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x05), + static_cast(0xff), + static_cast(0x51), + static_cast(0x64), + static_cast(0xff), + static_cast(0x95), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x51), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x83), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x22), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xde), + static_cast(0x65), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x76), + static_cast(0xff), + static_cast(0x75), + static_cast(0x98), + static_cast(0xff), + static_cast(0xea), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x69), + static_cast(0xce), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x43), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x13), + static_cast(0x57), + static_cast(0xff), + static_cast(0x35), + static_cast(0x74), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xec), + static_cast(0x7f), + static_cast(0x10), + static_cast(0xcb), + static_cast(0x6a), + static_cast(0x23), + static_cast(0x60), + static_cast(0xa2), + static_cast(0x08), + static_cast(0x21), + static_cast(0x03), + static_cast(0xfc), + static_cast(0x0c), + static_cast(0xeb), + static_cast(0x15), + static_cast(0x41), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xcf), + static_cast(0xee), + static_cast(0xec), + static_cast(0xda), + static_cast(0x03), + static_cast(0x04), + static_cast(0x86), + static_cast(0xfc), + static_cast(0x26), + static_cast(0x97), + static_cast(0xf5), + static_cast(0xbd), + static_cast(0xde), + static_cast(0xf6), + static_cast(0x16), + static_cast(0x39), + static_cast(0x05), + static_cast(0xa2), + static_cast(0xe7), + static_cast(0x0d), + static_cast(0x83), + static_cast(0x01), + static_cast(0xf8), + static_cast(0xb5), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x4c), + static_cast(0x08), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0xf9), + static_cast(0x4d), + static_cast(0x9b), + static_cast(0xfc), + static_cast(0x32), + static_cast(0x78), + static_cast(0x06), + static_cast(0x1a), + static_cast(0x52), + static_cast(0x02), + static_cast(0x1a), + static_cast(0x91), + static_cast(0xfc), + static_cast(0x55), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x58), + static_cast(0x8d), + static_cast(0xfd), + static_cast(0x26), + static_cast(0x26), + static_cast(0xfc), + static_cast(0x3b), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x02), + static_cast(0xf9), + static_cast(0x4e), + static_cast(0xdb), + static_cast(0xfb), + static_cast(0x99), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xd1), + static_cast(0xfb), + static_cast(0x59), + static_cast(0x10), + static_cast(0xfd), + static_cast(0xea), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x08), + static_cast(0x59), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x27), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x03), + static_cast(0x01), + static_cast(0xcd), + static_cast(0x24), + static_cast(0x00), + static_cast(0xba), + static_cast(0x51), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xad), + static_cast(0x00), + static_cast(0x65), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x92), + static_cast(0xff), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x92), + static_cast(0xff), + static_cast(0x40), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x90), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x53), + static_cast(0x63), + static_cast(0xff), + static_cast(0x75), + static_cast(0x52), + static_cast(0xff), + static_cast(0x32), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x63), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x54), + static_cast(0xff), + static_cast(0x67), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x66), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x19), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x62), + static_cast(0xff), + static_cast(0x62), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x56), + static_cast(0xff), + static_cast(0xac), + static_cast(0x77), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x99), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x97), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x69), + static_cast(0x79), + static_cast(0xff), + static_cast(0x23), + static_cast(0x3e), + static_cast(0x10), + static_cast(0x73), + static_cast(0xb8), + static_cast(0x1e), + static_cast(0xf1), + static_cast(0xd4), + static_cast(0x05), + static_cast(0x55), + static_cast(0xd1), + static_cast(0x01), + static_cast(0x5a), + static_cast(0xba), + static_cast(0x13), + static_cast(0x26), + static_cast(0x32), + static_cast(0xfb), + static_cast(0x0a), + static_cast(0x5a), + static_cast(0xf5), + static_cast(0xeb), + static_cast(0x0a), + static_cast(0x04), + static_cast(0xd3), + static_cast(0x7d), + static_cast(0xfb), + static_cast(0x12), + static_cast(0xbb), + static_cast(0xf6), + static_cast(0x34), + static_cast(0x5c), + static_cast(0xf7), + static_cast(0x05), + static_cast(0xb8), + static_cast(0x06), + static_cast(0xbe), + static_cast(0xb8), + static_cast(0x09), + static_cast(0xf5), + static_cast(0x51), + static_cast(0xf9), + static_cast(0xfb), + static_cast(0xe4), + static_cast(0x01), + static_cast(0x16), + static_cast(0x00), + static_cast(0x05), + static_cast(0x73), + static_cast(0xfd), + static_cast(0xf9), + static_cast(0xcf), + static_cast(0x89), + static_cast(0xfd), + static_cast(0x60), + static_cast(0x0f), + static_cast(0x05), + static_cast(0xa2), + static_cast(0xa4), + static_cast(0x01), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x48), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x4c), + static_cast(0xfd), + static_cast(0x63), + static_cast(0x1e), + static_cast(0xfd), + static_cast(0xe7), + static_cast(0x71), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xcc), + static_cast(0xfa), + static_cast(0xae), + static_cast(0x90), + static_cast(0xfd), + static_cast(0x4d), + static_cast(0x46), + static_cast(0xff), + static_cast(0x93), + static_cast(0xc1), + static_cast(0xfc), + static_cast(0xea), + static_cast(0x4c), + static_cast(0xfd), + static_cast(0x68), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x99), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x24), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x84), + static_cast(0x95), + static_cast(0xff), + static_cast(0xba), + static_cast(0x89), + static_cast(0xff), + static_cast(0x38), + static_cast(0x68), + static_cast(0x00), + static_cast(0x89), + static_cast(0x00), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x88), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x92), + static_cast(0xff), + static_cast(0x42), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x31), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x11), + static_cast(0x62), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x78), + static_cast(0xff), + static_cast(0x45), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x97), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x23), + static_cast(0xff), + static_cast(0x44), + static_cast(0x76), + static_cast(0xff), + static_cast(0x35), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x83), + static_cast(0x52), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x69), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x80), + static_cast(0xff), + static_cast(0x27), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x70), + static_cast(0xcb), + static_cast(0x0d), + static_cast(0x0e), + static_cast(0x39), + static_cast(0x1a), + static_cast(0x47), + static_cast(0xd1), + static_cast(0x06), + static_cast(0x95), + static_cast(0x6f), + static_cast(0x04), + static_cast(0x12), + static_cast(0x21), + static_cast(0x11), + static_cast(0x61), + static_cast(0xdd), + static_cast(0xfb), + static_cast(0x55), + static_cast(0xcc), + static_cast(0xf8), + static_cast(0x2e), + static_cast(0xa3), + static_cast(0x04), + static_cast(0x9f), + static_cast(0xaf), + static_cast(0xfb), + static_cast(0x03), + static_cast(0xf9), + static_cast(0xf6), + static_cast(0x0d), + static_cast(0xa4), + static_cast(0xf8), + static_cast(0xea), + static_cast(0xb9), + static_cast(0x05), + static_cast(0xa8), + static_cast(0x0d), + static_cast(0x08), + static_cast(0x22), + static_cast(0x3c), + static_cast(0xfb), + static_cast(0xb0), + static_cast(0x52), + static_cast(0x01), + static_cast(0xe8), + static_cast(0x2d), + static_cast(0x04), + static_cast(0x11), + static_cast(0x75), + static_cast(0xfb), + static_cast(0x21), + static_cast(0xb6), + static_cast(0xfc), + static_cast(0x7a), + static_cast(0xf7), + static_cast(0x03), + static_cast(0x7b), + static_cast(0x0f), + static_cast(0x02), + static_cast(0x18), + static_cast(0x40), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x69), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xa4), + static_cast(0xfd), + static_cast(0xe9), + static_cast(0x79), + static_cast(0xfd), + static_cast(0x2c), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x3d), + static_cast(0xfc), + static_cast(0x8c), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xeb), + static_cast(0xfc), + static_cast(0x4c), + static_cast(0x82), + static_cast(0xfd), + static_cast(0xda), + static_cast(0x96), + static_cast(0xff), + static_cast(0x75), + static_cast(0x60), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x86), + static_cast(0xff), + static_cast(0x14), + static_cast(0x21), + static_cast(0xff), + static_cast(0x54), + static_cast(0x21), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x01), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x50), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x31), + static_cast(0x54), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x61), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x89), + static_cast(0x60), + static_cast(0xff), + static_cast(0x74), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x93), + static_cast(0x76), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x67), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xae), + static_cast(0xff), + static_cast(0x66), + static_cast(0x80), + static_cast(0xff), + static_cast(0x49), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x12), + static_cast(0x81), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x82), + static_cast(0xff), + static_cast(0x97), + static_cast(0x58), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x95), + static_cast(0xff), + static_cast(0x49), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x56), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xec), + static_cast(0xae), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x97), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x32), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x96), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x10), + static_cast(0x0b), + static_cast(0x64), + static_cast(0xe9), + static_cast(0x16), + static_cast(0x14), + static_cast(0x47), + static_cast(0x08), + static_cast(0x5c), + static_cast(0x17), + static_cast(0x04), + static_cast(0xc7), + static_cast(0x69), + static_cast(0x0f), + static_cast(0x29), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x06), + static_cast(0xfa), + static_cast(0x59), + static_cast(0x3c), + static_cast(0x04), + static_cast(0xf2), + static_cast(0xa5), + static_cast(0xfc), + static_cast(0xe9), + static_cast(0x2d), + static_cast(0xf8), + static_cast(0xd8), + static_cast(0x65), + static_cast(0xf9), + static_cast(0x8f), + static_cast(0xab), + static_cast(0x03), + static_cast(0xeb), + static_cast(0x30), + static_cast(0x08), + static_cast(0xb6), + static_cast(0x80), + static_cast(0xfc), + static_cast(0x4a), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x26), + static_cast(0x04), + static_cast(0xbd), + static_cast(0xad), + static_cast(0xfc), + static_cast(0x76), + static_cast(0x34), + static_cast(0xfc), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x3c), + static_cast(0x23), + static_cast(0x02), + static_cast(0x91), + static_cast(0x9a), + static_cast(0xfd), + static_cast(0xb8), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x04), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0xc1), + static_cast(0xfd), + static_cast(0x9e), + static_cast(0x87), + static_cast(0xff), + static_cast(0xba), + static_cast(0xce), + static_cast(0xfd), + static_cast(0xf6), + static_cast(0x30), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x80), + static_cast(0x8a), + static_cast(0xfd), + static_cast(0x72), + static_cast(0xd9), + static_cast(0xfd), + static_cast(0xd8), + static_cast(0x86), + static_cast(0xff), + static_cast(0x87), + static_cast(0x08), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x22), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x06), + static_cast(0xff), + static_cast(0x52), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x80), + static_cast(0xff), + static_cast(0x57), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x49), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x02), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x58), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x93), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x51), + static_cast(0x95), + static_cast(0xff), + static_cast(0x66), + static_cast(0x26), + static_cast(0xff), + static_cast(0x98), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x88), + static_cast(0x51), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x46), + static_cast(0x64), + static_cast(0xff), + static_cast(0x99), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x86), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x73), + static_cast(0x77), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x70), + static_cast(0xff), + static_cast(0x82), + static_cast(0x63), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x70), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x35), + static_cast(0x96), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x79), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x76), + static_cast(0xff), + static_cast(0x33), + static_cast(0x79), + static_cast(0xff), + static_cast(0x74), + static_cast(0x6e), + static_cast(0x0a), + static_cast(0x4f), + static_cast(0xad), + static_cast(0x14), + static_cast(0xf5), + static_cast(0x1a), + static_cast(0x07), + static_cast(0x71), + static_cast(0x3a), + static_cast(0x04), + static_cast(0xb8), + static_cast(0x0f), + static_cast(0x0e), + static_cast(0xd5), + static_cast(0x83), + static_cast(0x00), + static_cast(0xda), + static_cast(0x52), + static_cast(0xfc), + static_cast(0xb5), + static_cast(0x6d), + static_cast(0x02), + static_cast(0xbd), + static_cast(0x14), + static_cast(0xfd), + static_cast(0x6f), + static_cast(0x92), + static_cast(0xfa), + static_cast(0xf3), + static_cast(0x1a), + static_cast(0xfa), + static_cast(0xf4), + static_cast(0x22), + static_cast(0x03), + static_cast(0x4f), + static_cast(0x35), + static_cast(0x07), + static_cast(0x6c), + static_cast(0x09), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0x14), + static_cast(0xff), + static_cast(0x63), + static_cast(0xf3), + static_cast(0x02), + static_cast(0xe7), + static_cast(0x5d), + static_cast(0xfd), + static_cast(0xa9), + static_cast(0x2d), + static_cast(0xfd), + static_cast(0x02), + static_cast(0x65), + static_cast(0x02), + static_cast(0x47), + static_cast(0x47), + static_cast(0x01), + static_cast(0x7b), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x45), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x23), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x48), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x48), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xed), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x29), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0x47), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x68), + static_cast(0xff), + static_cast(0xca), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x7c), + static_cast(0x00), + static_cast(0xda), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x51), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xac), + static_cast(0xff), + static_cast(0x41), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x60), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x94), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x59), + static_cast(0xff), + static_cast(0x82), + static_cast(0x78), + static_cast(0xff), + static_cast(0xca), + static_cast(0x85), + static_cast(0xff), + static_cast(0x45), + static_cast(0x75), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x47), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x31), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x96), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x81), + static_cast(0xff), + static_cast(0x35), + static_cast(0x59), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x72), + static_cast(0x08), + static_cast(0x67), + static_cast(0xe2), + static_cast(0x11), + static_cast(0x9f), + static_cast(0xc4), + static_cast(0x07), + static_cast(0x89), + static_cast(0x56), + static_cast(0x04), + static_cast(0x14), + static_cast(0x8b), + static_cast(0x0c), + static_cast(0x15), + static_cast(0x1e), + static_cast(0x02), + static_cast(0x13), + static_cast(0x79), + static_cast(0xfd), + static_cast(0x8e), + static_cast(0xfb), + static_cast(0x01), + static_cast(0x38), + static_cast(0xc1), + static_cast(0xfd), + static_cast(0xe0), + static_cast(0xe3), + static_cast(0xfb), + static_cast(0x64), + static_cast(0x20), + static_cast(0xfb), + static_cast(0x3f), + static_cast(0xe5), + static_cast(0x01), + static_cast(0x1a), + static_cast(0xf2), + static_cast(0x05), + static_cast(0xd4), + static_cast(0xb1), + static_cast(0xfd), + static_cast(0xdc), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x19), + static_cast(0x02), + static_cast(0x17), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0x89), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0x79), + static_cast(0x52), + static_cast(0x01), + static_cast(0x07), + static_cast(0xfc), + static_cast(0x00), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x22), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x32), + static_cast(0x96), + static_cast(0xff), + static_cast(0x33), + static_cast(0x59), + static_cast(0xff), + static_cast(0x46), + static_cast(0x55), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x53), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x47), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xab), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x59), + static_cast(0xff), + static_cast(0x48), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x92), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x03), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x75), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x65), + static_cast(0xff), + static_cast(0x55), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x89), + static_cast(0xff), + static_cast(0x62), + static_cast(0x73), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x67), + static_cast(0xff), + static_cast(0xec), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xef), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x66), + static_cast(0x81), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x98), + static_cast(0xff), + static_cast(0x56), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x35), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x60), + static_cast(0x88), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x82), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x45), + static_cast(0x68), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xc1), + static_cast(0x07), + static_cast(0x1d), + static_cast(0x98), + static_cast(0x0f), + static_cast(0x9f), + static_cast(0x10), + static_cast(0x07), + static_cast(0x81), + static_cast(0x52), + static_cast(0x05), + static_cast(0x7a), + static_cast(0x1a), + static_cast(0x0b), + static_cast(0x9e), + static_cast(0x3e), + static_cast(0x02), + static_cast(0x5d), + static_cast(0x12), + static_cast(0xff), + static_cast(0x64), + static_cast(0x59), + static_cast(0x01), + static_cast(0xe7), + static_cast(0x71), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x3b), + static_cast(0xfd), + static_cast(0x99), + static_cast(0x04), + static_cast(0xfc), + static_cast(0x86), + static_cast(0x71), + static_cast(0x01), + static_cast(0x75), + static_cast(0x0d), + static_cast(0x04), + static_cast(0x7c), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x09), + static_cast(0xff), + static_cast(0x26), + static_cast(0x24), + static_cast(0x01), + static_cast(0x5c), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x13), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x56), + static_cast(0x01), + static_cast(0x50), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x12), + static_cast(0x19), + static_cast(0x00), + static_cast(0xce), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x44), + static_cast(0x07), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x43), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x54), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x15), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x84), + static_cast(0xff), + static_cast(0x24), + static_cast(0x14), + static_cast(0xff), + static_cast(0x55), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x87), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x47), + static_cast(0x51), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x87), + static_cast(0x27), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x72), + static_cast(0x80), + static_cast(0xff), + static_cast(0x55), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xae), + static_cast(0x68), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x90), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x98), + static_cast(0xff), + static_cast(0x43), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x56), + static_cast(0xff), + static_cast(0x46), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x81), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x97), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x78), + static_cast(0x87), + static_cast(0xff), + static_cast(0xae), + static_cast(0x72), + static_cast(0xff), + static_cast(0x10), + static_cast(0x61), + static_cast(0xff), + static_cast(0x39), + static_cast(0x73), + static_cast(0xff), + static_cast(0x43), + static_cast(0xe7), + static_cast(0x06), + static_cast(0x68), + static_cast(0x57), + static_cast(0x0d), + static_cast(0xb4), + static_cast(0xb6), + static_cast(0x06), + static_cast(0xbe), + static_cast(0x64), + static_cast(0x06), + static_cast(0x20), + static_cast(0xcb), + static_cast(0x09), + static_cast(0xf1), + static_cast(0xc4), + static_cast(0x01), + static_cast(0x41), + static_cast(0x26), + static_cast(0x00), + static_cast(0x40), + static_cast(0xcd), + static_cast(0x01), + static_cast(0x94), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xbf), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0x9b), + static_cast(0xfc), + static_cast(0xf0), + static_cast(0x08), + static_cast(0x01), + static_cast(0xa0), + static_cast(0xbf), + static_cast(0x02), + static_cast(0xb4), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x90), + static_cast(0x4d), + static_cast(0x01), + static_cast(0x7b), + static_cast(0x18), + static_cast(0xff), + static_cast(0x26), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x9d), + static_cast(0x01), + static_cast(0xef), + static_cast(0x56), + static_cast(0x01), + static_cast(0x6b), + static_cast(0x86), + static_cast(0xff), + static_cast(0x87), + static_cast(0x24), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x37), + static_cast(0x40), + static_cast(0x00), + static_cast(0x63), + static_cast(0x98), + static_cast(0xff), + static_cast(0x26), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0x77), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x22), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x28), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x03), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x60), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xce), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x19), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x01), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x22), + static_cast(0xff), + static_cast(0x53), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x98), + static_cast(0x53), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x17), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x70), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x57), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x76), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x49), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x42), + static_cast(0x98), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x97), + static_cast(0x77), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x44), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x29), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x63), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x65), + static_cast(0x82), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x88), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x43), + static_cast(0x97), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x89), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x60), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x64), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x77), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xf1), + static_cast(0x04), + static_cast(0xb2), + static_cast(0xbf), + static_cast(0x0b), + static_cast(0x28), + static_cast(0xc4), + static_cast(0x07), + static_cast(0xee), + static_cast(0x24), + static_cast(0x05), + static_cast(0x37), + static_cast(0x0c), + static_cast(0x09), + static_cast(0x26), + static_cast(0x35), + static_cast(0x03), + static_cast(0x11), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xef), + static_cast(0x67), + static_cast(0x02), + static_cast(0xaa), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x82), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x22), + static_cast(0xfd), + static_cast(0x87), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x49), + static_cast(0x02), + static_cast(0xb7), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x16), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x31), + static_cast(0xf8), + static_cast(0x01), + static_cast(0x48), + static_cast(0x79), + static_cast(0x00), + static_cast(0x10), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x83), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x77), + static_cast(0x01), + static_cast(0xc8), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x47), + static_cast(0x4a), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x24), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x34), + static_cast(0xff), + static_cast(0x16), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x97), + static_cast(0x30), + static_cast(0xff), + static_cast(0x25), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x20), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x93), + static_cast(0xff), + static_cast(0x84), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x91), + static_cast(0xff), + static_cast(0x29), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x54), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x74), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x57), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xac), + static_cast(0xff), + static_cast(0x60), + static_cast(0x69), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x93), + static_cast(0xff), + static_cast(0x24), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x44), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x52), + static_cast(0xff), + static_cast(0x04), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x71), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x93), + static_cast(0xff), + static_cast(0x02), + static_cast(0x91), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x83), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x76), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x70), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x24), + static_cast(0x06), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x0a), + static_cast(0x79), + static_cast(0x05), + static_cast(0x8e), + static_cast(0x25), + static_cast(0x06), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xad), + static_cast(0x5e), + static_cast(0x01), + static_cast(0xb8), + static_cast(0x3d), + static_cast(0x01), + static_cast(0x5f), + static_cast(0x92), + static_cast(0x02), + static_cast(0x76), + static_cast(0x69), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x94), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xda), + static_cast(0xfc), + static_cast(0xdc), + static_cast(0xee), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x45), + static_cast(0x01), + static_cast(0x18), + static_cast(0x67), + static_cast(0xff), + static_cast(0x87), + static_cast(0x61), + static_cast(0x01), + static_cast(0xb6), + static_cast(0x23), + static_cast(0x02), + static_cast(0xbe), + static_cast(0x36), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x01), + static_cast(0x01), + static_cast(0xd4), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x1e), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x55), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x11), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xef), + static_cast(0x22), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x44), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x50), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x19), + static_cast(0xff), + static_cast(0x21), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x49), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x53), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x09), + static_cast(0xff), + static_cast(0x29), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x45), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x63), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x71), + static_cast(0xff), + static_cast(0x81), + static_cast(0x85), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x71), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x74), + static_cast(0xff), + static_cast(0x79), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x15), + static_cast(0x97), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x88), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x74), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x78), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x61), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x38), + static_cast(0x64), + static_cast(0xff), + static_cast(0x72), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x88), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x85), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x80), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x65), + static_cast(0xff), + static_cast(0x91), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x48), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x0f), + static_cast(0x06), + static_cast(0x94), + static_cast(0x3a), + static_cast(0x0a), + static_cast(0xe4), + static_cast(0xb2), + static_cast(0x04), + static_cast(0xd0), + static_cast(0xae), + static_cast(0x05), + static_cast(0x30), + static_cast(0x34), + static_cast(0x07), + static_cast(0x89), + static_cast(0x5a), + static_cast(0x01), + static_cast(0xf4), + static_cast(0xef), + static_cast(0x01), + static_cast(0x86), + static_cast(0x02), + static_cast(0x03), + static_cast(0xab), + static_cast(0x72), + static_cast(0x00), + static_cast(0x1f), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x42), + static_cast(0xfd), + static_cast(0x27), + static_cast(0x20), + static_cast(0x00), + static_cast(0xde), + static_cast(0x2c), + static_cast(0x02), + static_cast(0x7f), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x23), + static_cast(0x01), + static_cast(0x53), + static_cast(0xac), + static_cast(0x01), + static_cast(0xa9), + static_cast(0x31), + static_cast(0xff), + static_cast(0x77), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x00), + static_cast(0x71), + static_cast(0x00), + static_cast(0x01), + static_cast(0xc7), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xee), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x52), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xda), + static_cast(0x37), + static_cast(0x00), + static_cast(0x43), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x09), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x67), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x55), + static_cast(0xff), + static_cast(0x81), + static_cast(0x72), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x08), + static_cast(0x72), + static_cast(0xff), + static_cast(0x36), + static_cast(0x92), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x86), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x61), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x59), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x65), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x43), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x50), + static_cast(0xff), + static_cast(0x70), + static_cast(0x69), + static_cast(0xff), + static_cast(0x93), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x20), + static_cast(0x68), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x96), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x76), + static_cast(0xff), + static_cast(0x74), + static_cast(0x68), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x53), + static_cast(0xff), + static_cast(0x08), + static_cast(0x58), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x66), + static_cast(0xff), + static_cast(0x70), + static_cast(0x78), + static_cast(0x05), + static_cast(0x21), + static_cast(0x52), + static_cast(0x09), + static_cast(0xe7), + static_cast(0x20), + static_cast(0x04), + static_cast(0x22), + static_cast(0xfb), + static_cast(0x04), + static_cast(0x2f), + static_cast(0xd9), + static_cast(0x06), + static_cast(0xa6), + static_cast(0xbd), + static_cast(0x01), + static_cast(0x26), + static_cast(0x57), + static_cast(0x02), + static_cast(0xe8), + static_cast(0x3d), + static_cast(0x03), + static_cast(0xe7), + static_cast(0x87), + static_cast(0x00), + static_cast(0x6f), + static_cast(0x55), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x78), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x7d), + static_cast(0x01), + static_cast(0xfa), + static_cast(0xf3), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x56), + static_cast(0x01), + static_cast(0xf8), + static_cast(0x07), + static_cast(0x01), + static_cast(0xb3), + static_cast(0x35), + static_cast(0xff), + static_cast(0x42), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x74), + static_cast(0x00), + static_cast(0x43), + static_cast(0x2d), + static_cast(0x01), + static_cast(0xa5), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x66), + static_cast(0x00), + static_cast(0xb0), + static_cast(0xef), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x32), + static_cast(0x30), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x4a), + static_cast(0x00), + static_cast(0xa4), + static_cast(0x49), + static_cast(0x00), + static_cast(0x09), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x40), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x28), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x42), + static_cast(0xff), + static_cast(0x47), + static_cast(0x52), + static_cast(0xff), + static_cast(0x18), + static_cast(0x30), + static_cast(0xff), + static_cast(0x85), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x12), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x41), + static_cast(0xff), + static_cast(0xec), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x20), + static_cast(0x57), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x84), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x83), + static_cast(0x86), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x95), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x99), + static_cast(0xff), + static_cast(0x18), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x56), + static_cast(0xff), + static_cast(0x83), + static_cast(0x56), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x50), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x55), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x57), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x42), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x46), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x68), + static_cast(0x55), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x20), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x87), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x51), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x57), + static_cast(0xff), + static_cast(0xee), + static_cast(0x66), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x78), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x42), + static_cast(0x05), + static_cast(0x63), + static_cast(0xef), + static_cast(0x08), + static_cast(0xeb), + static_cast(0xc2), + static_cast(0x03), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x03), + static_cast(0x0a), + static_cast(0x89), + static_cast(0x05), + static_cast(0x90), + static_cast(0xda), + static_cast(0x02), + static_cast(0xe8), + static_cast(0x91), + static_cast(0x03), + static_cast(0xa0), + static_cast(0x5c), + static_cast(0x03), + static_cast(0x03), + static_cast(0x57), + static_cast(0x01), + static_cast(0x68), + static_cast(0x49), + static_cast(0x00), + static_cast(0xb6), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x81), + static_cast(0x01), + static_cast(0x02), + static_cast(0x55), + static_cast(0xe0), + static_cast(0x00), + static_cast(0x19), + static_cast(0x8f), + static_cast(0x00), + static_cast(0x41), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x6d), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x03), + static_cast(0xff), + static_cast(0x14), + static_cast(0x7a), + static_cast(0x01), + static_cast(0xfd), + static_cast(0xaf), + static_cast(0x01), + static_cast(0x69), + static_cast(0x50), + static_cast(0x00), + static_cast(0x2e), + static_cast(0x23), + static_cast(0x00), + static_cast(0x32), + static_cast(0x40), + static_cast(0x00), + static_cast(0x09), + static_cast(0xc0), + static_cast(0x00), + static_cast(0xdc), + static_cast(0xdd), + static_cast(0x00), + static_cast(0xc0), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x02), + static_cast(0xff), + static_cast(0x25), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x80), + static_cast(0xff), + static_cast(0xce), + static_cast(0x76), + static_cast(0xff), + static_cast(0x59), + static_cast(0x19), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x23), + static_cast(0xff), + static_cast(0x63), + static_cast(0x41), + static_cast(0xff), + static_cast(0x97), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x23), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x68), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x84), + static_cast(0xff), + static_cast(0x32), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x86), + static_cast(0xff), + static_cast(0x76), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x55), + static_cast(0xff), + static_cast(0x46), + static_cast(0x53), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x00), + static_cast(0x52), + static_cast(0xff), + static_cast(0xee), + static_cast(0x54), + static_cast(0xff), + static_cast(0x90), + static_cast(0x51), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x55), + static_cast(0xff), + static_cast(0x55), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x78), + static_cast(0x76), + static_cast(0xff), + static_cast(0xff), + static_cast(0x60), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x78), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x89), + static_cast(0xff), + static_cast(0x46), + static_cast(0x64), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x28), + static_cast(0x77), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x76), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x83), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x70), + static_cast(0xff), + static_cast(0x60), + static_cast(0xe7), + static_cast(0x03), + static_cast(0x11), + static_cast(0xa4), + static_cast(0x07), + static_cast(0x70), + static_cast(0x35), + static_cast(0x04), + static_cast(0x03), + static_cast(0x30), + static_cast(0x03), + static_cast(0x64), + static_cast(0x49), + static_cast(0x05), + static_cast(0x35), + static_cast(0x62), + static_cast(0x03), + static_cast(0x07), + static_cast(0xe1), + static_cast(0x03), + static_cast(0xa8), + static_cast(0x18), + static_cast(0x05), + static_cast(0x1f), + static_cast(0x7f), + static_cast(0x02), + static_cast(0x5e), + static_cast(0x72), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x92), + static_cast(0xff), + static_cast(0x31), + static_cast(0x22), + static_cast(0x01), + static_cast(0xee), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xa2), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x78), + static_cast(0x85), + static_cast(0xff), + static_cast(0x99), + static_cast(0x00), + static_cast(0x00), + static_cast(0x2d), + static_cast(0x8f), + static_cast(0x01), + static_cast(0xab), + static_cast(0xcd), + static_cast(0x01), + static_cast(0x14), + static_cast(0xb7), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x4d), + static_cast(0x00), + static_cast(0xe6), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x58), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x78), + static_cast(0x22), + static_cast(0x00), + static_cast(0x98), + static_cast(0x04), + static_cast(0xff), + static_cast(0x79), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x69), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x33), + static_cast(0xff), + static_cast(0xce), + static_cast(0x85), + static_cast(0xff), + static_cast(0x88), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x30), + static_cast(0x11), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x53), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x72), + static_cast(0xff), + static_cast(0x54), + static_cast(0x33), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x34), + static_cast(0xff), + static_cast(0x15), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xde), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x25), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x17), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x52), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x40), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x87), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x57), + static_cast(0x50), + static_cast(0xff), + static_cast(0x51), + static_cast(0x52), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x95), + static_cast(0x45), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x62), + static_cast(0xff), + static_cast(0x04), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x84), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x72), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x64), + static_cast(0xff), + static_cast(0x45), + static_cast(0x62), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x69), + static_cast(0xff), + static_cast(0x46), + static_cast(0x80), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x83), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x89), + static_cast(0xff), + static_cast(0x13), + static_cast(0x94), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x83), + static_cast(0xff), + static_cast(0x59), + static_cast(0xf6), + static_cast(0x02), + static_cast(0x8d), + static_cast(0xfc), + static_cast(0x06), + static_cast(0x60), + static_cast(0x4d), + static_cast(0x05), + static_cast(0xd3), + static_cast(0x78), + static_cast(0x03), + static_cast(0xcc), + static_cast(0x64), + static_cast(0x05), + static_cast(0x14), + static_cast(0x09), + static_cast(0x05), + static_cast(0x03), + static_cast(0xb3), + static_cast(0x03), + static_cast(0xf5), + static_cast(0x6a), + static_cast(0x03), + static_cast(0xb2), + static_cast(0xc4), + static_cast(0x02), + static_cast(0xc0), + static_cast(0x55), + static_cast(0x01), + static_cast(0x45), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x55), + static_cast(0xff), + static_cast(0x69), + static_cast(0x94), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x17), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x74), + static_cast(0x01), + static_cast(0x73), + static_cast(0xd0), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x55), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x3a), + static_cast(0x01), + static_cast(0x9b), + static_cast(0x8f), + static_cast(0x01), + static_cast(0x6e), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x45), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x32), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x00), + static_cast(0x28), + static_cast(0x60), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x06), + static_cast(0xff), + static_cast(0x24), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xce), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x64), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x13), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x09), + static_cast(0x75), + static_cast(0xff), + static_cast(0xca), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x79), + static_cast(0x70), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x60), + static_cast(0xff), + static_cast(0x36), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x93), + static_cast(0x50), + static_cast(0xff), + static_cast(0x88), + static_cast(0x77), + static_cast(0xff), + static_cast(0x89), + static_cast(0x74), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x70), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x41), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x59), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x46), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x84), + static_cast(0xff), + static_cast(0x18), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x52), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x64), + static_cast(0xff), + static_cast(0x66), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x55), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x77), + static_cast(0xff), + static_cast(0x13), + static_cast(0x71), + static_cast(0xff), + static_cast(0x65), + static_cast(0x51), + static_cast(0xff), + static_cast(0x78), + static_cast(0x81), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x72), + static_cast(0xff), + static_cast(0x86), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x83), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x78), + static_cast(0x85), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x94), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x76), + static_cast(0xff), + static_cast(0xba), + static_cast(0x20), + static_cast(0x02), + static_cast(0x41), + static_cast(0x25), + static_cast(0x06), + static_cast(0xb4), + static_cast(0x81), + static_cast(0x06), + static_cast(0xec), + static_cast(0x8e), + static_cast(0x04), + static_cast(0x49), + static_cast(0xf2), + static_cast(0x04), + static_cast(0x12), + static_cast(0x77), + static_cast(0x05), + static_cast(0xfa), + static_cast(0xe5), + static_cast(0x04), + static_cast(0x52), + static_cast(0x86), + static_cast(0x03), + static_cast(0x09), + static_cast(0x80), + static_cast(0x01), + static_cast(0x37), + static_cast(0x19), + static_cast(0x00), + static_cast(0x29), + static_cast(0x65), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x83), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x22), + static_cast(0x00), + static_cast(0xda), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x17), + static_cast(0x96), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x08), + static_cast(0x01), + static_cast(0x4b), + static_cast(0x9b), + static_cast(0x01), + static_cast(0x34), + static_cast(0x7c), + static_cast(0x01), + static_cast(0x16), + static_cast(0x38), + static_cast(0x01), + static_cast(0x06), + static_cast(0x14), + static_cast(0x01), + static_cast(0x7c), + static_cast(0x98), + static_cast(0x00), + static_cast(0x7d), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x66), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x91), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x29), + static_cast(0xff), + static_cast(0x34), + static_cast(0x42), + static_cast(0xff), + static_cast(0xed), + static_cast(0x11), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x29), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x73), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xad), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x42), + static_cast(0xff), + static_cast(0x82), + static_cast(0x49), + static_cast(0xff), + static_cast(0x47), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x37), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x46), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x48), + static_cast(0xff), + static_cast(0x10), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x99), + static_cast(0x50), + static_cast(0xff), + static_cast(0x40), + static_cast(0x34), + static_cast(0xff), + static_cast(0x47), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x17), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x63), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x03), + static_cast(0x50), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x74), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x75), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x64), + static_cast(0xff), + static_cast(0x21), + static_cast(0x74), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x76), + static_cast(0xff), + static_cast(0x65), + static_cast(0x76), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x82), + static_cast(0xff), + static_cast(0x37), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x98), + static_cast(0xff), + static_cast(0x79), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x81), + static_cast(0xff), + static_cast(0x96), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x76), + static_cast(0xb8), + static_cast(0x03), + static_cast(0x12), + static_cast(0x76), + static_cast(0x07), + static_cast(0xfa), + static_cast(0x28), + static_cast(0x05), + static_cast(0x23), + static_cast(0x8f), + static_cast(0x04), + static_cast(0xcc), + static_cast(0x43), + static_cast(0x06), + static_cast(0x17), + static_cast(0x91), + static_cast(0x04), + static_cast(0xc0), + static_cast(0xd5), + static_cast(0x03), + static_cast(0xae), + static_cast(0xb6), + static_cast(0x03), + static_cast(0x61), + static_cast(0x0c), + static_cast(0x01), + static_cast(0x39), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x44), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x85), + static_cast(0xa5), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x8c), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x24), + static_cast(0x01), + static_cast(0xc5), + static_cast(0x42), + static_cast(0x01), + static_cast(0x7b), + static_cast(0x69), + static_cast(0x01), + static_cast(0xcb), + static_cast(0x14), + static_cast(0x02), + static_cast(0x5d), + static_cast(0xb4), + static_cast(0x01), + static_cast(0x31), + static_cast(0x30), + static_cast(0x00), + static_cast(0x2f), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x80), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x00), + static_cast(0x93), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x56), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x48), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x83), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x35), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x42), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x91), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x62), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x03), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x87), + static_cast(0x35), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x39), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x69), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x48), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x24), + static_cast(0xff), + static_cast(0xae), + static_cast(0x42), + static_cast(0xff), + static_cast(0x65), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x74), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x58), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x69), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x89), + static_cast(0xff), + static_cast(0x18), + static_cast(0x81), + static_cast(0xff), + static_cast(0x06), + static_cast(0x58), + static_cast(0xff), + static_cast(0x80), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x77), + static_cast(0x92), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x20), + static_cast(0x69), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x55), + static_cast(0x93), + static_cast(0xff), + static_cast(0x15), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x16), + static_cast(0x91), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x99), + static_cast(0xff), + static_cast(0xec), + static_cast(0x97), + static_cast(0xff), + static_cast(0xce), + static_cast(0xb5), + static_cast(0x03), + static_cast(0xe0), + static_cast(0x57), + static_cast(0x07), + static_cast(0xf6), + static_cast(0x8e), + static_cast(0x05), + static_cast(0x2c), + static_cast(0xb6), + static_cast(0x04), + static_cast(0x72), + static_cast(0x45), + static_cast(0x05), + static_cast(0x02), + static_cast(0x01), + static_cast(0x04), + static_cast(0x41), + static_cast(0x3e), + static_cast(0x03), + static_cast(0xdc), + static_cast(0xe0), + static_cast(0x02), + static_cast(0xba), + static_cast(0xac), + static_cast(0x01), + static_cast(0x2d), + static_cast(0x15), + static_cast(0x00), + static_cast(0x42), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xea), + static_cast(0xa4), + static_cast(0x00), + static_cast(0x7b), + static_cast(0x76), + static_cast(0x00), + static_cast(0x44), + static_cast(0x72), + static_cast(0x00), + static_cast(0x85), + static_cast(0xdd), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x76), + static_cast(0x01), + static_cast(0xd6), + static_cast(0xfa), + static_cast(0x01), + static_cast(0xaa), + static_cast(0x17), + static_cast(0x02), + static_cast(0x0b), + static_cast(0x3e), + static_cast(0x01), + static_cast(0xf6), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x59), + static_cast(0x63), + static_cast(0xff), + static_cast(0x28), + static_cast(0x76), + static_cast(0xff), + static_cast(0xad), + static_cast(0x61), + static_cast(0xff), + static_cast(0x57), + static_cast(0x99), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x56), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x41), + static_cast(0xff), + static_cast(0x92), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xca), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x74), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x66), + static_cast(0xff), + static_cast(0x95), + static_cast(0x78), + static_cast(0xff), + static_cast(0x82), + static_cast(0x72), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x68), + static_cast(0xff), + static_cast(0x69), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x44), + static_cast(0x44), + static_cast(0xff), + static_cast(0x88), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x15), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x24), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x33), + static_cast(0xff), + static_cast(0x89), + static_cast(0x54), + static_cast(0xff), + static_cast(0x61), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x83), + static_cast(0x64), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x61), + static_cast(0xff), + static_cast(0x43), + static_cast(0x73), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x86), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x92), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x71), + static_cast(0xff), + static_cast(0x06), + static_cast(0x51), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x35), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x68), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x67), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x6b), + static_cast(0x03), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x07), + static_cast(0xb3), + static_cast(0xcf), + static_cast(0x05), + static_cast(0xe3), + static_cast(0xc0), + static_cast(0x02), + static_cast(0xbd), + static_cast(0xd9), + static_cast(0x03), + static_cast(0xe5), + static_cast(0xb1), + static_cast(0x03), + static_cast(0xb5), + static_cast(0xd5), + static_cast(0x02), + static_cast(0xeb), + static_cast(0xca), + static_cast(0x02), + static_cast(0x3c), + static_cast(0xd8), + static_cast(0x02), + static_cast(0x0a), + static_cast(0x8d), + static_cast(0x01), + static_cast(0xc2), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xc6), + static_cast(0x00), + static_cast(0x1d), + static_cast(0xdf), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x22), + static_cast(0x00), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x01), + static_cast(0x09), + static_cast(0xb4), + static_cast(0x01), + static_cast(0x64), + static_cast(0x7c), + static_cast(0x01), + static_cast(0x40), + static_cast(0x5a), + static_cast(0x01), + static_cast(0xcd), + static_cast(0xd5), + static_cast(0x01), + static_cast(0x63), + static_cast(0xd2), + static_cast(0x00), + static_cast(0x03), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x94), + static_cast(0xff), + static_cast(0x29), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x80), + static_cast(0xff), + static_cast(0x70), + static_cast(0x54), + static_cast(0xff), + static_cast(0x42), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x20), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x35), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x00), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x27), + static_cast(0xff), + static_cast(0x65), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x32), + static_cast(0x48), + static_cast(0xff), + static_cast(0x66), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x37), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x14), + static_cast(0x43), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x19), + static_cast(0xff), + static_cast(0x26), + static_cast(0x33), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x07), + static_cast(0xff), + static_cast(0x67), + static_cast(0x26), + static_cast(0xff), + static_cast(0x79), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x37), + static_cast(0x37), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x55), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x94), + static_cast(0xff), + static_cast(0x73), + static_cast(0x82), + static_cast(0xff), + static_cast(0x21), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xec), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x03), + static_cast(0x58), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x38), + static_cast(0x59), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x75), + static_cast(0xff), + static_cast(0x89), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xab), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x91), + static_cast(0xff), + static_cast(0x99), + static_cast(0x77), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x68), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xea), + static_cast(0x03), + static_cast(0xe0), + static_cast(0x04), + static_cast(0x08), + static_cast(0x9a), + static_cast(0xad), + static_cast(0x04), + static_cast(0xd7), + static_cast(0xc2), + static_cast(0x01), + static_cast(0x0a), + static_cast(0xbd), + static_cast(0x02), + static_cast(0x65), + static_cast(0xa1), + static_cast(0x02), + static_cast(0xe1), + static_cast(0x46), + static_cast(0x03), + static_cast(0xb6), + static_cast(0xd1), + static_cast(0x03), + static_cast(0x1f), + static_cast(0x8b), + static_cast(0x02), + static_cast(0xb0), + static_cast(0x46), + static_cast(0x01), + static_cast(0xa1), + static_cast(0x72), + static_cast(0x01), + static_cast(0xd5), + static_cast(0x6e), + static_cast(0x01), + static_cast(0x15), + static_cast(0xff), + static_cast(0xff), + static_cast(0x57), + static_cast(0x64), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x91), + static_cast(0x01), + static_cast(0xa8), + static_cast(0x77), + static_cast(0x01), + static_cast(0xcd), + static_cast(0x91), + static_cast(0x01), + static_cast(0x14), + static_cast(0x97), + static_cast(0x01), + static_cast(0x92), + static_cast(0x90), + static_cast(0x01), + static_cast(0x31), + static_cast(0x3a), + static_cast(0x01), + static_cast(0x3b), + static_cast(0x32), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x02), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x97), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x91), + static_cast(0xff), + static_cast(0x17), + static_cast(0x09), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x13), + static_cast(0x37), + static_cast(0xff), + static_cast(0x93), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x41), + static_cast(0xff), + static_cast(0xda), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x94), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x24), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x38), + static_cast(0x67), + static_cast(0xff), + static_cast(0x92), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x32), + static_cast(0x21), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x25), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x19), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x04), + static_cast(0xff), + static_cast(0xee), + static_cast(0x12), + static_cast(0xff), + static_cast(0x94), + static_cast(0x38), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x45), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x64), + static_cast(0x71), + static_cast(0xff), + static_cast(0x70), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x68), + static_cast(0xff), + static_cast(0x11), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x84), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x05), + static_cast(0x80), + static_cast(0xff), + static_cast(0x78), + static_cast(0x91), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x87), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x66), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x94), + static_cast(0x81), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x78), + static_cast(0xff), + static_cast(0x90), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x75), + static_cast(0xff), + static_cast(0x66), + static_cast(0x45), + static_cast(0x04), + static_cast(0x9d), + static_cast(0x05), + static_cast(0x08), + static_cast(0x0b), + static_cast(0x4b), + static_cast(0x04), + static_cast(0x8c), + static_cast(0xeb), + static_cast(0x01), + static_cast(0x37), + static_cast(0xca), + static_cast(0x02), + static_cast(0xd5), + static_cast(0x4d), + static_cast(0x02), + static_cast(0x18), + static_cast(0x63), + static_cast(0x02), + static_cast(0x4a), + static_cast(0x6b), + static_cast(0x02), + static_cast(0xcb), + static_cast(0xc3), + static_cast(0x01), + static_cast(0x6d), + static_cast(0x55), + static_cast(0x01), + static_cast(0x9f), + static_cast(0xeb), + static_cast(0x01), + static_cast(0xb7), + static_cast(0x2c), + static_cast(0x02), + static_cast(0xfc), + static_cast(0x3b), + static_cast(0x01), + static_cast(0xc7), + static_cast(0xa1), + static_cast(0x00), + static_cast(0x83), + static_cast(0x80), + static_cast(0x00), + static_cast(0x26), + static_cast(0x9f), + static_cast(0x01), + static_cast(0x7a), + static_cast(0x31), + static_cast(0x02), + static_cast(0x40), + static_cast(0x69), + static_cast(0x01), + static_cast(0xd1), + static_cast(0x57), + static_cast(0x01), + static_cast(0x59), + static_cast(0x7e), + static_cast(0x01), + static_cast(0xea), + static_cast(0x55), + static_cast(0x01), + static_cast(0xbc), + static_cast(0x40), + static_cast(0x00), + static_cast(0x90), + static_cast(0x82), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x77), + static_cast(0xff), + static_cast(0x48), + static_cast(0x39), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x94), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x77), + static_cast(0x14), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x58), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x07), + static_cast(0xad), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x39), + static_cast(0xff), + static_cast(0x66), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x71), + static_cast(0x94), + static_cast(0xff), + static_cast(0x93), + static_cast(0x66), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x59), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x31), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x10), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x56), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xec), + static_cast(0x52), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x55), + static_cast(0x56), + static_cast(0xff), + static_cast(0x01), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x52), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x74), + static_cast(0x84), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x95), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x93), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x26), + static_cast(0x85), + static_cast(0xff), + static_cast(0x21), + static_cast(0x88), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x46), + static_cast(0xff), + static_cast(0x97), + static_cast(0x29), + static_cast(0x04), + static_cast(0x20), + static_cast(0x51), + static_cast(0x08), + static_cast(0x33), + static_cast(0x98), + static_cast(0x04), + static_cast(0xb4), + static_cast(0x92), + static_cast(0x01), + static_cast(0x6f), + static_cast(0xfa), + static_cast(0x02), + static_cast(0xaa), + static_cast(0x27), + static_cast(0x03), + static_cast(0xa7), + static_cast(0xaf), + static_cast(0x02), + static_cast(0x6f), + static_cast(0x92), + static_cast(0x01), + static_cast(0x11), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x51), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x16), + static_cast(0x02), + static_cast(0x63), + static_cast(0xb6), + static_cast(0x03), + static_cast(0x8d), + static_cast(0x67), + static_cast(0x01), + static_cast(0xc8), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x98), + static_cast(0xf6), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x2f), + static_cast(0x01), + static_cast(0x72), + static_cast(0x8f), + static_cast(0x01), + static_cast(0x4b), + static_cast(0xd9), + static_cast(0x01), + static_cast(0x58), + static_cast(0xb9), + static_cast(0x01), + static_cast(0xa7), + static_cast(0x28), + static_cast(0x01), + static_cast(0x32), + static_cast(0x6f), + static_cast(0x01), + static_cast(0x26), + static_cast(0xb2), + static_cast(0x01), + static_cast(0xb5), + static_cast(0xb1), + static_cast(0x00), + static_cast(0x19), + static_cast(0x92), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x29), + static_cast(0x47), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x96), + static_cast(0x36), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x43), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x70), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x46), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x81), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x70), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x96), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x69), + static_cast(0xff), + static_cast(0x90), + static_cast(0x45), + static_cast(0xff), + static_cast(0x63), + static_cast(0x94), + static_cast(0xff), + static_cast(0x55), + static_cast(0x83), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x75), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x33), + static_cast(0xff), + static_cast(0xde), + static_cast(0x37), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x63), + static_cast(0xff), + static_cast(0x84), + static_cast(0x62), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x31), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x89), + static_cast(0xff), + static_cast(0x52), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x87), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x83), + static_cast(0x54), + static_cast(0xff), + static_cast(0x20), + static_cast(0x52), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xb3), + static_cast(0x04), + static_cast(0xa3), + static_cast(0x4a), + static_cast(0x09), + static_cast(0x4c), + static_cast(0xa0), + static_cast(0x04), + static_cast(0x09), + static_cast(0x56), + static_cast(0x01), + static_cast(0xb3), + static_cast(0x45), + static_cast(0x03), + static_cast(0x2b), + static_cast(0x2a), + static_cast(0x03), + static_cast(0x97), + static_cast(0xe6), + static_cast(0x02), + static_cast(0xdd), + static_cast(0x4f), + static_cast(0x01), + static_cast(0xd9), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x64), + static_cast(0x01), + static_cast(0x72), + static_cast(0xe8), + static_cast(0x02), + static_cast(0xc2), + static_cast(0x6b), + static_cast(0x01), + static_cast(0x26), + static_cast(0xf3), + static_cast(0x00), + static_cast(0x53), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x56), + static_cast(0x00), + static_cast(0x8b), + static_cast(0xef), + static_cast(0x01), + static_cast(0x68), + static_cast(0xc5), + static_cast(0x01), + static_cast(0xf7), + static_cast(0xed), + static_cast(0x00), + static_cast(0x6a), + static_cast(0x7c), + static_cast(0x01), + static_cast(0xeb), + static_cast(0xcb), + static_cast(0x01), + static_cast(0x32), + static_cast(0x14), + static_cast(0x01), + static_cast(0x0a), + static_cast(0x19), + static_cast(0x01), + static_cast(0xe3), + static_cast(0x72), + static_cast(0x01), + static_cast(0x26), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x17), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x01), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x80), + static_cast(0xff), + static_cast(0x92), + static_cast(0x47), + static_cast(0xff), + static_cast(0x72), + static_cast(0x52), + static_cast(0xff), + static_cast(0x81), + static_cast(0x22), + static_cast(0xff), + static_cast(0x01), + static_cast(0x47), + static_cast(0xff), + static_cast(0x81), + static_cast(0x86), + static_cast(0xff), + static_cast(0xca), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x60), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x74), + static_cast(0x75), + static_cast(0xff), + static_cast(0x95), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x31), + static_cast(0xff), + static_cast(0x15), + static_cast(0x47), + static_cast(0xff), + static_cast(0x75), + static_cast(0x56), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x35), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x58), + static_cast(0x43), + static_cast(0xff), + static_cast(0x20), + static_cast(0x78), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x84), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xef), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x92), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x99), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x93), + static_cast(0xff), + static_cast(0x13), + static_cast(0x82), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x46), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x49), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x4b), + static_cast(0x05), + static_cast(0x2b), + static_cast(0xeb), + static_cast(0x0a), + static_cast(0x56), + static_cast(0x90), + static_cast(0x05), + static_cast(0x15), + static_cast(0x25), + static_cast(0x01), + static_cast(0x60), + static_cast(0x01), + static_cast(0x03), + static_cast(0x38), + static_cast(0x94), + static_cast(0x02), + static_cast(0x04), + static_cast(0xa6), + static_cast(0x02), + static_cast(0x8d), + static_cast(0x5b), + static_cast(0x01), + static_cast(0x94), + static_cast(0xaf), + static_cast(0xfd), + static_cast(0x30), + static_cast(0x7e), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0x64), + static_cast(0x01), + static_cast(0x9d), + static_cast(0x42), + static_cast(0x03), + static_cast(0xa2), + static_cast(0x59), + static_cast(0x00), + static_cast(0x1d), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xa0), + static_cast(0x00), + static_cast(0xde), + static_cast(0x6a), + static_cast(0x00), + static_cast(0xce), + static_cast(0x7b), + static_cast(0x01), + static_cast(0x55), + static_cast(0x3e), + static_cast(0x01), + static_cast(0x51), + static_cast(0x0f), + static_cast(0x01), + static_cast(0xa1), + static_cast(0x97), + static_cast(0x01), + static_cast(0x1c), + static_cast(0x47), + static_cast(0x01), + static_cast(0x14), + static_cast(0x62), + static_cast(0x01), + static_cast(0x75), + static_cast(0x61), + static_cast(0x01), + static_cast(0xc4), + static_cast(0xfa), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x11), + static_cast(0x55), + static_cast(0xff), + static_cast(0x03), + static_cast(0x81), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x56), + static_cast(0xff), + static_cast(0xca), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x17), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xba), + static_cast(0xff), + static_cast(0x21), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x88), + static_cast(0xff), + static_cast(0x19), + static_cast(0x22), + static_cast(0xff), + static_cast(0x84), + static_cast(0x34), + static_cast(0xff), + static_cast(0x56), + static_cast(0x33), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x21), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x22), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x73), + static_cast(0xff), + static_cast(0x77), + static_cast(0x78), + static_cast(0xff), + static_cast(0x75), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x24), + static_cast(0x33), + static_cast(0xff), + static_cast(0xce), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x31), + static_cast(0x60), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x46), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x28), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x56), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x69), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x68), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xac), + static_cast(0xff), + static_cast(0x66), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x80), + static_cast(0xff), + static_cast(0x35), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x78), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x01), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x62), + static_cast(0x05), + static_cast(0x15), + static_cast(0x74), + static_cast(0x0c), + static_cast(0x01), + static_cast(0x00), + static_cast(0x07), + static_cast(0x7c), + static_cast(0x9f), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x25), + static_cast(0x03), + static_cast(0x7f), + static_cast(0xc1), + static_cast(0x02), + static_cast(0xd8), + static_cast(0x5f), + static_cast(0x02), + static_cast(0x95), + static_cast(0x6e), + static_cast(0x01), + static_cast(0xb2), + static_cast(0x79), + static_cast(0xfc), + static_cast(0x7b), + static_cast(0x94), + static_cast(0xfc), + static_cast(0x0b), + static_cast(0x9b), + static_cast(0x01), + static_cast(0x02), + static_cast(0xaa), + static_cast(0x03), + static_cast(0x5a), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x7e), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x68), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x8e), + static_cast(0x01), + static_cast(0x81), + static_cast(0xa6), + static_cast(0x01), + static_cast(0x1d), + static_cast(0x88), + static_cast(0x00), + static_cast(0x59), + static_cast(0x41), + static_cast(0x01), + static_cast(0x18), + static_cast(0x09), + static_cast(0x01), + static_cast(0x0b), + static_cast(0xfa), + static_cast(0x00), + static_cast(0x41), + static_cast(0x07), + static_cast(0x01), + static_cast(0x00), + static_cast(0x7b), + static_cast(0x01), + static_cast(0x59), + static_cast(0x39), + static_cast(0x01), + static_cast(0x8f), + static_cast(0x41), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x66), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x70), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x61), + static_cast(0x11), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x58), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x58), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x45), + static_cast(0xff), + static_cast(0x08), + static_cast(0x51), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x71), + static_cast(0xff), + static_cast(0x21), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x43), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x95), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x03), + static_cast(0x50), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x51), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x40), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x68), + static_cast(0xff), + static_cast(0xba), + static_cast(0x37), + static_cast(0xff), + static_cast(0x76), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x34), + static_cast(0x62), + static_cast(0xff), + static_cast(0x08), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xed), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x43), + static_cast(0xff), + static_cast(0x84), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x93), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x91), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x90), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x72), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xac), + static_cast(0x06), + static_cast(0x5f), + static_cast(0x6b), + static_cast(0x0e), + static_cast(0xe0), + static_cast(0xd7), + static_cast(0x06), + static_cast(0xb1), + static_cast(0x43), + static_cast(0x00), + static_cast(0x5d), + static_cast(0xec), + static_cast(0x03), + static_cast(0xdd), + static_cast(0xcf), + static_cast(0x02), + static_cast(0x20), + static_cast(0x56), + static_cast(0x02), + static_cast(0x2d), + static_cast(0xd7), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x09), + static_cast(0xfb), + static_cast(0x0c), + static_cast(0x37), + static_cast(0xfc), + static_cast(0xe7), + static_cast(0x6e), + static_cast(0x02), + static_cast(0x47), + static_cast(0xe1), + static_cast(0x03), + static_cast(0x42), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x97), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x64), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0xfc), + static_cast(0x00), + static_cast(0x49), + static_cast(0x07), + static_cast(0x01), + static_cast(0x68), + static_cast(0xd8), + static_cast(0x00), + static_cast(0x27), + static_cast(0x93), + static_cast(0x01), + static_cast(0x93), + static_cast(0x80), + static_cast(0x00), + static_cast(0x58), + static_cast(0x56), + static_cast(0x00), + static_cast(0xad), + static_cast(0xac), + static_cast(0x00), + static_cast(0x4b), + static_cast(0x56), + static_cast(0x01), + static_cast(0x4b), + static_cast(0xf2), + static_cast(0x00), + static_cast(0xbf), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x68), + static_cast(0xdc), + static_cast(0x00), + static_cast(0x05), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x98), + static_cast(0x00), + static_cast(0x63), + static_cast(0x35), + static_cast(0x00), + static_cast(0x20), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x40), + static_cast(0xff), + static_cast(0x06), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x27), + static_cast(0x37), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x19), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x15), + static_cast(0x12), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x55), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xda), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x99), + static_cast(0x00), + static_cast(0x00), + static_cast(0x36), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x79), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x91), + static_cast(0x77), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x50), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x33), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x73), + static_cast(0xff), + static_cast(0x49), + static_cast(0x80), + static_cast(0xff), + static_cast(0x88), + static_cast(0x36), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x79), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x87), + static_cast(0xff), + static_cast(0x40), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x31), + static_cast(0x79), + static_cast(0xff), + static_cast(0x60), + static_cast(0x76), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x18), + static_cast(0x70), + static_cast(0xff), + static_cast(0x26), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x47), + static_cast(0x48), + static_cast(0xff), + static_cast(0x52), + static_cast(0x37), + static_cast(0x07), + static_cast(0x52), + static_cast(0x7a), + static_cast(0x10), + static_cast(0x67), + static_cast(0x18), + static_cast(0x08), + static_cast(0x21), + static_cast(0x72), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x34), + static_cast(0x04), + static_cast(0x99), + static_cast(0x02), + static_cast(0x03), + static_cast(0x89), + static_cast(0x9f), + static_cast(0x01), + static_cast(0xf7), + static_cast(0xb4), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x01), + static_cast(0xfa), + static_cast(0x4d), + static_cast(0xe5), + static_cast(0xfb), + static_cast(0xc8), + static_cast(0x4d), + static_cast(0x03), + static_cast(0x29), + static_cast(0xca), + static_cast(0x03), + static_cast(0xcd), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x31), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x76), + static_cast(0xe7), + static_cast(0x00), + static_cast(0xaa), + static_cast(0x9e), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x95), + static_cast(0xa6), + static_cast(0x01), + static_cast(0xc9), + static_cast(0xa9), + static_cast(0x00), + static_cast(0x14), + static_cast(0x01), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x4b), + static_cast(0x90), + static_cast(0x00), + static_cast(0x6b), + static_cast(0xa0), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x88), + static_cast(0x00), + static_cast(0x61), + static_cast(0x8f), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x27), + static_cast(0x00), + static_cast(0x60), + static_cast(0xc4), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x62), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x07), + static_cast(0x00), + static_cast(0x70), + static_cast(0x22), + static_cast(0x00), + static_cast(0x66), + static_cast(0x05), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x25), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x88), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x67), + static_cast(0xff), + static_cast(0x21), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x86), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xab), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x64), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x85), + static_cast(0xff), + static_cast(0x11), + static_cast(0x88), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x43), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x79), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x53), + static_cast(0xff), + static_cast(0x28), + static_cast(0x47), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x76), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x73), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x63), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x57), + static_cast(0x73), + static_cast(0xff), + static_cast(0x57), + static_cast(0x75), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x26), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x64), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x76), + static_cast(0xff), + static_cast(0x17), + static_cast(0x25), + static_cast(0x09), + static_cast(0xb1), + static_cast(0xe7), + static_cast(0x12), + static_cast(0xcf), + static_cast(0x50), + static_cast(0x07), + static_cast(0x29), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x51), + static_cast(0x05), + static_cast(0x79), + static_cast(0x96), + static_cast(0x02), + static_cast(0x53), + static_cast(0x28), + static_cast(0x01), + static_cast(0x82), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x86), + static_cast(0xf8), + static_cast(0x2c), + static_cast(0xe0), + static_cast(0xfc), + static_cast(0x56), + static_cast(0xf5), + static_cast(0x04), + static_cast(0x03), + static_cast(0x58), + static_cast(0x03), + static_cast(0xd7), + static_cast(0xce), + static_cast(0xfd), + static_cast(0x05), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x44), + static_cast(0x01), + static_cast(0xd3), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x11), + static_cast(0x26), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x87), + static_cast(0x01), + static_cast(0x48), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xed), + static_cast(0xff), + static_cast(0x15), + static_cast(0x34), + static_cast(0x00), + static_cast(0x06), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x31), + static_cast(0x00), + static_cast(0x00), + static_cast(0xee), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x18), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x68), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x04), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xdf), + static_cast(0x29), + static_cast(0x00), + static_cast(0x29), + static_cast(0x89), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x50), + static_cast(0x00), + static_cast(0x57), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x30), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x63), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x30), + static_cast(0xff), + static_cast(0x46), + static_cast(0xda), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x35), + static_cast(0x07), + static_cast(0x00), + static_cast(0x46), + static_cast(0x80), + static_cast(0xff), + static_cast(0x12), + static_cast(0x71), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x70), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x95), + static_cast(0xff), + static_cast(0x37), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x49), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x58), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x68), + static_cast(0xff), + static_cast(0xad), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x76), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x49), + static_cast(0x77), + static_cast(0xff), + static_cast(0xae), + static_cast(0x69), + static_cast(0xff), + static_cast(0x72), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x66), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x84), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xe3), + static_cast(0x0a), + static_cast(0xdf), + static_cast(0x54), + static_cast(0x15), + static_cast(0x7c), + static_cast(0xf1), + static_cast(0x06), + static_cast(0x58), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x5c), + static_cast(0x06), + static_cast(0x4e), + static_cast(0x33), + static_cast(0x02), + static_cast(0xa7), + static_cast(0x5a), + static_cast(0x00), + static_cast(0xef), + static_cast(0x10), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x54), + static_cast(0xf7), + static_cast(0xf4), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x59), + static_cast(0x06), + static_cast(0xb5), + static_cast(0x8c), + static_cast(0x02), + static_cast(0xb3), + static_cast(0x07), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0x05), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0xef), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x41), + static_cast(0x01), + static_cast(0x70), + static_cast(0x63), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x44), + static_cast(0x00), + static_cast(0x6e), + static_cast(0xf9), + static_cast(0x01), + static_cast(0x87), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x46), + static_cast(0x60), + static_cast(0xff), + static_cast(0x03), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x46), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x19), + static_cast(0x00), + static_cast(0x7a), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x66), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x66), + static_cast(0x60), + static_cast(0x00), + static_cast(0x47), + static_cast(0x08), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x30), + static_cast(0x01), + static_cast(0x65), + static_cast(0x31), + static_cast(0x00), + static_cast(0x29), + static_cast(0xef), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x07), + static_cast(0x00), + static_cast(0x90), + static_cast(0x63), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x25), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x42), + static_cast(0x00), + static_cast(0x9f), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x97), + static_cast(0x49), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x09), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x34), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x56), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x97), + static_cast(0xff), + static_cast(0xda), + static_cast(0x98), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x64), + static_cast(0xff), + static_cast(0x71), + static_cast(0x63), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x95), + static_cast(0x77), + static_cast(0xff), + static_cast(0x23), + static_cast(0x60), + static_cast(0xff), + static_cast(0x21), + static_cast(0x66), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x52), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x75), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xea), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x54), + static_cast(0xff), + static_cast(0x48), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x6f), + static_cast(0xe1), + static_cast(0x17), + static_cast(0x03), + static_cast(0xb7), + static_cast(0x07), + static_cast(0x01), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x69), + static_cast(0xfb), + static_cast(0x06), + static_cast(0xa3), + static_cast(0x08), + static_cast(0x02), + static_cast(0x4b), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x56), + static_cast(0x06), + static_cast(0xfd), + static_cast(0x77), + static_cast(0x6b), + static_cast(0xf6), + static_cast(0xe7), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x17), + static_cast(0x7d), + static_cast(0x07), + static_cast(0xfb), + static_cast(0x9a), + static_cast(0x01), + static_cast(0x9a), + static_cast(0x75), + static_cast(0xfc), + static_cast(0xb6), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x36), + static_cast(0x96), + static_cast(0xfd), + static_cast(0xdf), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x19), + static_cast(0x01), + static_cast(0x6e), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xc8), + static_cast(0x41), + static_cast(0x02), + static_cast(0x49), + static_cast(0x58), + static_cast(0xff), + static_cast(0x76), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xed), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x21), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x37), + static_cast(0x78), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x08), + static_cast(0x00), + static_cast(0x38), + static_cast(0xd4), + static_cast(0x00), + static_cast(0x88), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x3c), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xec), + static_cast(0x23), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x35), + static_cast(0xff), + static_cast(0x22), + static_cast(0x98), + static_cast(0xff), + static_cast(0x41), + static_cast(0x77), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x21), + static_cast(0x00), + static_cast(0xe3), + static_cast(0x64), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x96), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x96), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x81), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x76), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x59), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x42), + static_cast(0x78), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x69), + static_cast(0xff), + static_cast(0x24), + static_cast(0x95), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x65), + static_cast(0xff), + static_cast(0x59), + static_cast(0x45), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x55), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x69), + static_cast(0x89), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x85), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x67), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x55), + static_cast(0xff), + static_cast(0x18), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x90), + static_cast(0x0a), + static_cast(0x12), + static_cast(0xb0), + static_cast(0x19), + static_cast(0x3f), + static_cast(0xa4), + static_cast(0x0c), + static_cast(0x65), + static_cast(0xb8), + static_cast(0xfc), + static_cast(0xad), + static_cast(0x37), + static_cast(0x06), + static_cast(0x14), + static_cast(0x12), + static_cast(0x04), + static_cast(0x05), + static_cast(0x00), + static_cast(0xfd), + static_cast(0xd5), + static_cast(0xe1), + static_cast(0xfc), + static_cast(0x0b), + static_cast(0x08), + static_cast(0xf6), + static_cast(0x88), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0x31), + static_cast(0xec), + static_cast(0x08), + static_cast(0xb8), + static_cast(0xc6), + static_cast(0x01), + static_cast(0xdf), + static_cast(0xf2), + static_cast(0xfb), + static_cast(0xc1), + static_cast(0x9b), + static_cast(0xfd), + static_cast(0x97), + static_cast(0x8d), + static_cast(0xfd), + static_cast(0xa8), + static_cast(0x35), + static_cast(0xfe), + static_cast(0x05), + static_cast(0xf8), + static_cast(0x00), + static_cast(0xd3), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x71), + static_cast(0x02), + static_cast(0x5d), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xff), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x10), + static_cast(0x00), + static_cast(0xde), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x18), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xef), + static_cast(0xff), + static_cast(0x56), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x81), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x47), + static_cast(0x00), + static_cast(0x99), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x13), + static_cast(0x36), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x27), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x69), + static_cast(0x07), + static_cast(0x00), + static_cast(0x75), + static_cast(0x22), + static_cast(0x00), + static_cast(0x2d), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x78), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xca), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x94), + static_cast(0xff), + static_cast(0xba), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x80), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xac), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x41), + static_cast(0x92), + static_cast(0xff), + static_cast(0xac), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x56), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x44), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x50), + static_cast(0xff), + static_cast(0xca), + static_cast(0x62), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x59), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x88), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x44), + static_cast(0x84), + static_cast(0xff), + static_cast(0x91), + static_cast(0x63), + static_cast(0xff), + static_cast(0x14), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xa3), + static_cast(0x0c), + static_cast(0x6f), + static_cast(0x13), + static_cast(0x1c), + static_cast(0x0b), + static_cast(0x1c), + static_cast(0x0c), + static_cast(0xdc), + static_cast(0x19), + static_cast(0xfd), + static_cast(0x05), + static_cast(0xd7), + static_cast(0x06), + static_cast(0x21), + static_cast(0x23), + static_cast(0x03), + static_cast(0x62), + static_cast(0x74), + static_cast(0xfc), + static_cast(0xa9), + static_cast(0xf8), + static_cast(0xfa), + static_cast(0xcb), + static_cast(0x31), + static_cast(0xf5), + static_cast(0xa2), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x51), + static_cast(0x8e), + static_cast(0x09), + static_cast(0xb0), + static_cast(0x62), + static_cast(0x00), + static_cast(0xb2), + static_cast(0xa0), + static_cast(0xfb), + static_cast(0xa0), + static_cast(0xab), + static_cast(0xfd), + static_cast(0x8c), + static_cast(0xb7), + static_cast(0xfc), + static_cast(0xd5), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x14), + static_cast(0x01), + static_cast(0xce), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0xdc), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xea), + static_cast(0x01), + static_cast(0xcd), + static_cast(0x04), + static_cast(0xff), + static_cast(0x42), + static_cast(0x24), + static_cast(0xff), + static_cast(0xba), + static_cast(0x03), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x37), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x81), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x83), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xb0), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x47), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x32), + static_cast(0x10), + static_cast(0x00), + static_cast(0x60), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x86), + static_cast(0x53), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x12), + static_cast(0x6b), + static_cast(0x00), + static_cast(0xd9), + static_cast(0x21), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x26), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x2e), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x78), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x28), + static_cast(0xff), + static_cast(0x20), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x81), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x66), + static_cast(0x08), + static_cast(0x00), + static_cast(0x74), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x75), + static_cast(0x47), + static_cast(0xff), + static_cast(0x73), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x85), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x81), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x70), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x77), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x76), + static_cast(0xff), + static_cast(0x78), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x43), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x96), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x80), + static_cast(0xff), + static_cast(0x01), + static_cast(0x79), + static_cast(0xff), + static_cast(0x87), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xa3), + static_cast(0x0c), + static_cast(0x81), + static_cast(0x2f), + static_cast(0x1d), + static_cast(0xa9), + static_cast(0xd6), + static_cast(0x0e), + static_cast(0xe0), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0x17), + static_cast(0xda), + static_cast(0x05), + static_cast(0x8c), + static_cast(0xb5), + static_cast(0x03), + static_cast(0xf6), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xae), + static_cast(0x8f), + static_cast(0xf9), + static_cast(0xa0), + static_cast(0x1d), + static_cast(0xf5), + static_cast(0x51), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xb0), + static_cast(0x09), + static_cast(0xc0), + static_cast(0x75), + static_cast(0x00), + static_cast(0x74), + static_cast(0x6f), + static_cast(0xfb), + static_cast(0xe4), + static_cast(0x8c), + static_cast(0xfd), + static_cast(0x16), + static_cast(0x0b), + static_cast(0xfc), + static_cast(0x39), + static_cast(0x16), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x2f), + static_cast(0x01), + static_cast(0x81), + static_cast(0x7d), + static_cast(0xfd), + static_cast(0xae), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xab), + static_cast(0x01), + static_cast(0x30), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x73), + static_cast(0x38), + static_cast(0xff), + static_cast(0x00), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x02), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xef), + static_cast(0xfd), + static_cast(0x84), + static_cast(0xa4), + static_cast(0xfd), + static_cast(0xdd), + static_cast(0x84), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x31), + static_cast(0xff), + static_cast(0x35), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x28), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x26), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x15), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xef), + static_cast(0xff), + static_cast(0x32), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x02), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x02), + static_cast(0x00), + static_cast(0x73), + static_cast(0x77), + static_cast(0x00), + static_cast(0x26), + static_cast(0xb1), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x9e), + static_cast(0x00), + static_cast(0xeb), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x15), + static_cast(0x18), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x34), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x32), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x60), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x37), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x70), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x73), + static_cast(0xff), + static_cast(0x36), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x81), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xac), + static_cast(0x96), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x82), + static_cast(0xff), + static_cast(0x11), + static_cast(0x98), + static_cast(0xff), + static_cast(0x51), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x56), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x77), + static_cast(0x0b), + static_cast(0xe1), + static_cast(0xfb), + static_cast(0x1c), + static_cast(0x32), + static_cast(0xe0), + static_cast(0x12), + static_cast(0xb7), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x55), + static_cast(0x34), + static_cast(0x04), + static_cast(0xe5), + static_cast(0x41), + static_cast(0x04), + static_cast(0xf9), + static_cast(0x59), + static_cast(0xfc), + static_cast(0x73), + static_cast(0x74), + static_cast(0xf8), + static_cast(0xa9), + static_cast(0x26), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0x70), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0xe7), + static_cast(0x08), + static_cast(0x85), + static_cast(0x6f), + static_cast(0x01), + static_cast(0x0a), + static_cast(0x50), + static_cast(0xfb), + static_cast(0xf8), + static_cast(0x60), + static_cast(0xfd), + static_cast(0xa3), + static_cast(0xbe), + static_cast(0xfb), + static_cast(0xf3), + static_cast(0x67), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x6a), + static_cast(0x01), + static_cast(0x01), + static_cast(0x70), + static_cast(0xfd), + static_cast(0xb3), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xc1), + static_cast(0x01), + static_cast(0x2e), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x61), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x75), + static_cast(0xff), + static_cast(0xea), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x94), + static_cast(0xff), + static_cast(0x22), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x56), + static_cast(0xfd), + static_cast(0x78), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x21), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x11), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x28), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x57), + static_cast(0xff), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x97), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x86), + static_cast(0xff), + static_cast(0x62), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x42), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x42), + static_cast(0x00), + static_cast(0x77), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x76), + static_cast(0x5b), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x29), + static_cast(0x00), + static_cast(0xed), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x05), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x45), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x52), + static_cast(0xff), + static_cast(0x32), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x80), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x86), + static_cast(0xff), + static_cast(0x44), + static_cast(0x89), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xde), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x81), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x79), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x56), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x2d), + static_cast(0x0c), + static_cast(0x8b), + static_cast(0x49), + static_cast(0x1d), + static_cast(0x3f), + static_cast(0x58), + static_cast(0x13), + static_cast(0x19), + static_cast(0xeb), + static_cast(0x02), + static_cast(0x96), + static_cast(0xb8), + static_cast(0x04), + static_cast(0x5e), + static_cast(0xd6), + static_cast(0x02), + static_cast(0xa5), + static_cast(0xbc), + static_cast(0xfc), + static_cast(0xef), + static_cast(0xbc), + static_cast(0xf7), + static_cast(0x2d), + static_cast(0xbe), + static_cast(0xf4), + static_cast(0xe7), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x96), + static_cast(0xce), + static_cast(0x07), + static_cast(0x9c), + static_cast(0xc5), + static_cast(0x00), + static_cast(0xed), + static_cast(0xbb), + static_cast(0xfb), + static_cast(0xbc), + static_cast(0x3c), + static_cast(0xfd), + static_cast(0xf1), + static_cast(0x65), + static_cast(0xfb), + static_cast(0x39), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x1d), + static_cast(0x01), + static_cast(0xec), + static_cast(0x0e), + static_cast(0xfd), + static_cast(0x99), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x19), + static_cast(0xb6), + static_cast(0x01), + static_cast(0xe4), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x57), + static_cast(0xff), + static_cast(0x83), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x40), + static_cast(0xff), + static_cast(0x66), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0x3c), + static_cast(0x4f), + static_cast(0xfd), + static_cast(0x19), + static_cast(0x21), + static_cast(0xff), + static_cast(0x58), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x79), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x99), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x4e), + static_cast(0x60), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x47), + static_cast(0x45), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x57), + static_cast(0x09), + static_cast(0x00), + static_cast(0x70), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x15), + static_cast(0x48), + static_cast(0x00), + static_cast(0x56), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x68), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x14), + static_cast(0x73), + static_cast(0xff), + static_cast(0x02), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x05), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x77), + static_cast(0x89), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x31), + static_cast(0xff), + static_cast(0xde), + static_cast(0x35), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x78), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x79), + static_cast(0x85), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x83), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x46), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x60), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x27), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x29), + static_cast(0xde), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x38), + static_cast(0xff), + static_cast(0x78), + static_cast(0x4c), + static_cast(0x0c), + static_cast(0x68), + static_cast(0x55), + static_cast(0x1d), + static_cast(0xfd), + static_cast(0xdc), + static_cast(0x13), + static_cast(0x49), + static_cast(0x3a), + static_cast(0x05), + static_cast(0xfa), + static_cast(0x67), + static_cast(0x06), + static_cast(0x58), + static_cast(0xef), + static_cast(0x01), + static_cast(0x63), + static_cast(0x52), + static_cast(0xfc), + static_cast(0xc8), + static_cast(0x1e), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x8b), + static_cast(0xf4), + static_cast(0x00), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0xe4), + static_cast(0x06), + static_cast(0xa7), + static_cast(0x63), + static_cast(0x00), + static_cast(0xde), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xf6), + static_cast(0xe8), + static_cast(0xfc), + static_cast(0xc3), + static_cast(0x30), + static_cast(0xfb), + static_cast(0x88), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0xd9), + static_cast(0x00), + static_cast(0x1d), + static_cast(0xbd), + static_cast(0xfc), + static_cast(0x76), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x41), + static_cast(0xb6), + static_cast(0x01), + static_cast(0x0b), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x07), + static_cast(0xff), + static_cast(0x83), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xc3), + static_cast(0xfd), + static_cast(0x45), + static_cast(0x65), + static_cast(0xff), + static_cast(0x25), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x5e), + static_cast(0xfd), + static_cast(0xf8), + static_cast(0x83), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x17), + static_cast(0xff), + static_cast(0x61), + static_cast(0x10), + static_cast(0x00), + static_cast(0x85), + static_cast(0x10), + static_cast(0x00), + static_cast(0xdf), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x73), + static_cast(0xff), + static_cast(0x32), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x27), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x77), + static_cast(0xff), + static_cast(0x68), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x24), + static_cast(0x32), + static_cast(0x00), + static_cast(0x85), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x77), + static_cast(0x14), + static_cast(0x00), + static_cast(0xf5), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x20), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x58), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x98), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xba), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x97), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x00), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x29), + static_cast(0xff), + static_cast(0x59), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xab), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x03), + static_cast(0xab), + static_cast(0xff), + static_cast(0x84), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xac), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x88), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x96), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x44), + static_cast(0xff), + static_cast(0xea), + static_cast(0xb6), + static_cast(0x0b), + static_cast(0x05), + static_cast(0x36), + static_cast(0x1d), + static_cast(0x3a), + static_cast(0xad), + static_cast(0x14), + static_cast(0xd5), + static_cast(0x4b), + static_cast(0x06), + static_cast(0x46), + static_cast(0xa2), + static_cast(0x08), + static_cast(0x00), + static_cast(0xd4), + static_cast(0x02), + static_cast(0x76), + static_cast(0x6e), + static_cast(0xfb), + static_cast(0xaf), + static_cast(0xc4), + static_cast(0xf8), + static_cast(0x1a), + static_cast(0x61), + static_cast(0xf5), + static_cast(0x7e), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0xd2), + static_cast(0x78), + static_cast(0x05), + static_cast(0x3a), + static_cast(0x75), + static_cast(0x00), + static_cast(0x64), + static_cast(0x6a), + static_cast(0xfc), + static_cast(0xd9), + static_cast(0xac), + static_cast(0xfc), + static_cast(0xe1), + static_cast(0x91), + static_cast(0xfa), + static_cast(0x2f), + static_cast(0x02), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x23), + static_cast(0x01), + static_cast(0x35), + static_cast(0x37), + static_cast(0xfc), + static_cast(0xe2), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x37), + static_cast(0x02), + static_cast(0xf6), + static_cast(0x00), + static_cast(0xff), + static_cast(0x68), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xe0), + static_cast(0xfd), + static_cast(0x92), + static_cast(0x4b), + static_cast(0xfd), + static_cast(0xeb), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0x04), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x12), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x06), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x66), + static_cast(0xff), + static_cast(0x07), + static_cast(0x31), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x14), + static_cast(0x00), + static_cast(0x15), + static_cast(0x92), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x51), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x10), + static_cast(0x00), + static_cast(0x54), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x01), + static_cast(0x67), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x23), + static_cast(0xae), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x87), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xff), + static_cast(0x45), + static_cast(0xff), + static_cast(0x80), + static_cast(0x00), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x10), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x55), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x93), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xef), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x01), + static_cast(0xca), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x92), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x24), + static_cast(0x58), + static_cast(0x0d), + static_cast(0xeb), + static_cast(0x8d), + static_cast(0x1e), + static_cast(0x29), + static_cast(0x86), + static_cast(0x12), + static_cast(0x5b), + static_cast(0x93), + static_cast(0x06), + static_cast(0xde), + static_cast(0x35), + static_cast(0x0b), + static_cast(0xe1), + static_cast(0x95), + static_cast(0x02), + static_cast(0x02), + static_cast(0x35), + static_cast(0xfb), + static_cast(0x2f), + static_cast(0x43), + static_cast(0xf8), + static_cast(0xe8), + static_cast(0x54), + static_cast(0xf6), + static_cast(0x29), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x42), + static_cast(0xde), + static_cast(0x02), + static_cast(0xb9), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xc4), + static_cast(0xfd), + static_cast(0x34), + static_cast(0xca), + static_cast(0xfc), + static_cast(0x23), + static_cast(0x98), + static_cast(0xf9), + static_cast(0x54), + static_cast(0xb4), + static_cast(0xfd), + static_cast(0x71), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x5d), + static_cast(0x42), + static_cast(0xfb), + static_cast(0x12), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x22), + static_cast(0x02), + static_cast(0x84), + static_cast(0x91), + static_cast(0xfd), + static_cast(0xd3), + static_cast(0x09), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x52), + static_cast(0x57), + static_cast(0xfd), + static_cast(0x52), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x73), + static_cast(0xfd), + static_cast(0x3e), + static_cast(0x9b), + static_cast(0xfd), + static_cast(0x06), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x19), + static_cast(0xbf), + static_cast(0xfd), + static_cast(0x84), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x26), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xad), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x41), + static_cast(0xad), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x35), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xee), + static_cast(0xff), + static_cast(0x57), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x29), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xba), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x99), + static_cast(0xff), + static_cast(0x97), + static_cast(0xca), + static_cast(0xff), + static_cast(0x41), + static_cast(0x77), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x33), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x59), + static_cast(0xff), + static_cast(0x01), + static_cast(0x66), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x88), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x07), + static_cast(0x43), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x89), + static_cast(0xff), + static_cast(0x31), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xed), + static_cast(0x12), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x57), + static_cast(0x00), + static_cast(0x00), + static_cast(0x32), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xae), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x81), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x38), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xda), + static_cast(0x0e), + static_cast(0x82), + static_cast(0x36), + static_cast(0x20), + static_cast(0x0f), + static_cast(0x3a), + static_cast(0x10), + static_cast(0x49), + static_cast(0xf3), + static_cast(0x05), + static_cast(0x78), + static_cast(0xfb), + static_cast(0x0d), + static_cast(0xf1), + static_cast(0x05), + static_cast(0x02), + static_cast(0x9b), + static_cast(0x3a), + static_cast(0xfb), + static_cast(0xa7), + static_cast(0xce), + static_cast(0xf8), + static_cast(0xf0), + static_cast(0x85), + static_cast(0xf6), + static_cast(0x8d), + static_cast(0xa9), + static_cast(0x01), + static_cast(0x63), + static_cast(0x62), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x0b), + static_cast(0xfc), + static_cast(0x22), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x83), + static_cast(0x94), + static_cast(0xfd), + static_cast(0x4d), + static_cast(0xde), + static_cast(0xf8), + static_cast(0xa8), + static_cast(0xd3), + static_cast(0xfc), + static_cast(0x52), + static_cast(0xe9), + static_cast(0x00), + static_cast(0xdf), + static_cast(0xfd), + static_cast(0xfa), + static_cast(0x66), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0xe1), + static_cast(0x01), + static_cast(0x40), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x47), + static_cast(0x14), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x53), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0x17), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x8d), + static_cast(0xfd), + static_cast(0xa8), + static_cast(0x9e), + static_cast(0xfd), + static_cast(0x1e), + static_cast(0x03), + static_cast(0xff), + static_cast(0x83), + static_cast(0x15), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0x6a), + static_cast(0x93), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xea), + static_cast(0xff), + static_cast(0x68), + static_cast(0xba), + static_cast(0xff), + static_cast(0x60), + static_cast(0x78), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x03), + static_cast(0x00), + static_cast(0xf0), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x72), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x09), + static_cast(0x00), + static_cast(0x5a), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x53), + static_cast(0x21), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x67), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x25), + static_cast(0xff), + static_cast(0x12), + static_cast(0x58), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x76), + static_cast(0xff), + static_cast(0x86), + static_cast(0x98), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x46), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x61), + static_cast(0x25), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x95), + static_cast(0x88), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x78), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x25), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x32), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x02), + static_cast(0x12), + static_cast(0xff), + static_cast(0x38), + static_cast(0x57), + static_cast(0x11), + static_cast(0xf6), + static_cast(0x7c), + static_cast(0x22), + static_cast(0x0c), + static_cast(0x99), + static_cast(0x0c), + static_cast(0xa5), + static_cast(0x05), + static_cast(0x05), + static_cast(0x03), + static_cast(0x3e), + static_cast(0x11), + static_cast(0x56), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xd7), + static_cast(0xfa), + static_cast(0x05), + static_cast(0x5d), + static_cast(0xfa), + static_cast(0xa4), + static_cast(0x25), + static_cast(0xf7), + static_cast(0x80), + static_cast(0x6c), + static_cast(0x04), + static_cast(0x2e), + static_cast(0x98), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xb5), + static_cast(0xf7), + static_cast(0xb4), + static_cast(0x08), + static_cast(0x01), + static_cast(0xc0), + static_cast(0x85), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x25), + static_cast(0xf8), + static_cast(0x7c), + static_cast(0xa2), + static_cast(0xfc), + static_cast(0x9a), + static_cast(0x9c), + static_cast(0x00), + static_cast(0xf4), + static_cast(0xf7), + static_cast(0xf8), + static_cast(0x17), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x02), + static_cast(0xe7), + static_cast(0x6f), + static_cast(0xfc), + static_cast(0x4a), + static_cast(0x80), + static_cast(0x01), + static_cast(0x69), + static_cast(0x82), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x38), + static_cast(0xfc), + static_cast(0x67), + static_cast(0x68), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x8a), + static_cast(0xfd), + static_cast(0x11), + static_cast(0xc9), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x4a), + static_cast(0xfd), + static_cast(0x5e), + static_cast(0x50), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x74), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x11), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x51), + static_cast(0xff), + static_cast(0x08), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xca), + static_cast(0xff), + static_cast(0xed), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x24), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xda), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x41), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x10), + static_cast(0xff), + static_cast(0xae), + static_cast(0x03), + static_cast(0xff), + static_cast(0x37), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x19), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x91), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x71), + static_cast(0xff), + static_cast(0x92), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x22), + static_cast(0x06), + static_cast(0x00), + static_cast(0xa5), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xab), + static_cast(0xff), + static_cast(0xec), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xda), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x45), + static_cast(0xff), + static_cast(0x93), + static_cast(0x10), + static_cast(0x12), + static_cast(0xa2), + static_cast(0x0d), + static_cast(0x25), + static_cast(0xe8), + static_cast(0x74), + static_cast(0x0b), + static_cast(0xad), + static_cast(0x68), + static_cast(0x01), + static_cast(0xa1), + static_cast(0x90), + static_cast(0x14), + static_cast(0x0a), + static_cast(0x34), + static_cast(0x01), + static_cast(0x7e), + static_cast(0xd6), + static_cast(0xf7), + static_cast(0xd3), + static_cast(0x37), + static_cast(0xfd), + static_cast(0x0c), + static_cast(0x64), + static_cast(0xf8), + static_cast(0xf9), + static_cast(0xe9), + static_cast(0x05), + static_cast(0x64), + static_cast(0x43), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x41), + static_cast(0xf2), + static_cast(0xd4), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x8f), + static_cast(0x02), + static_cast(0xbd), + static_cast(0x07), + static_cast(0xf9), + static_cast(0x4f), + static_cast(0x9d), + static_cast(0xfb), + static_cast(0x4b), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x43), + static_cast(0x79), + static_cast(0xf8), + static_cast(0xdf), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xac), + static_cast(0x02), + static_cast(0x78), + static_cast(0xf6), + static_cast(0xfb), + static_cast(0x27), + static_cast(0xfd), + static_cast(0x01), + static_cast(0x62), + static_cast(0x93), + static_cast(0x01), + static_cast(0x84), + static_cast(0xd0), + static_cast(0xfb), + static_cast(0xd5), + static_cast(0x01), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x53), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0x17), + static_cast(0xb1), + static_cast(0xfd), + static_cast(0x96), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x29), + static_cast(0xfd), + static_cast(0xd7), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0x9a), + static_cast(0xc4), + static_cast(0x00), + static_cast(0x2d), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x66), + static_cast(0x47), + static_cast(0xff), + static_cast(0x16), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x07), + static_cast(0xff), + static_cast(0x67), + static_cast(0x17), + static_cast(0x00), + static_cast(0x56), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x19), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x09), + static_cast(0xab), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x02), + static_cast(0xff), + static_cast(0x37), + static_cast(0x06), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x29), + static_cast(0xff), + static_cast(0x06), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x49), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x94), + static_cast(0xff), + static_cast(0x80), + static_cast(0x94), + static_cast(0xff), + static_cast(0x13), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x67), + static_cast(0x75), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x31), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x70), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x13), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x53), + static_cast(0x99), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x40), + static_cast(0xff), + static_cast(0x16), + static_cast(0x26), + static_cast(0x14), + static_cast(0xd9), + static_cast(0x88), + static_cast(0x28), + static_cast(0x23), + static_cast(0x2d), + static_cast(0x09), + static_cast(0x58), + static_cast(0x10), + static_cast(0xfd), + static_cast(0x69), + static_cast(0xcc), + static_cast(0x16), + static_cast(0x44), + static_cast(0x0b), + static_cast(0x02), + static_cast(0x6a), + static_cast(0x41), + static_cast(0xf5), + static_cast(0xd4), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x38), + static_cast(0xb3), + static_cast(0xfa), + static_cast(0x7b), + static_cast(0xee), + static_cast(0x07), + static_cast(0x6d), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x6b), + static_cast(0xac), + static_cast(0xed), + static_cast(0x43), + static_cast(0xda), + static_cast(0xfc), + static_cast(0x12), + static_cast(0x99), + static_cast(0x05), + static_cast(0xf6), + static_cast(0x16), + static_cast(0xfb), + static_cast(0x36), + static_cast(0xb1), + static_cast(0xf9), + static_cast(0x01), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x5b), + static_cast(0xf8), + static_cast(0xae), + static_cast(0xd0), + static_cast(0xfc), + static_cast(0x7d), + static_cast(0x76), + static_cast(0x03), + static_cast(0x46), + static_cast(0xa2), + static_cast(0xfb), + static_cast(0x8e), + static_cast(0x40), + static_cast(0x01), + static_cast(0x5e), + static_cast(0x3a), + static_cast(0x03), + static_cast(0xb6), + static_cast(0x69), + static_cast(0xfb), + static_cast(0x17), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x78), + static_cast(0xfd), + static_cast(0xea), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x16), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x10), + static_cast(0xfd), + static_cast(0x21), + static_cast(0x76), + static_cast(0xfd), + static_cast(0x24), + static_cast(0x1f), + static_cast(0x01), + static_cast(0xe6), + static_cast(0x60), + static_cast(0xff), + static_cast(0x53), + static_cast(0x99), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x53), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x24), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x72), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x10), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x70), + static_cast(0xff), + static_cast(0x16), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x46), + static_cast(0x11), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x97), + static_cast(0x95), + static_cast(0xff), + static_cast(0x94), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x70), + static_cast(0x73), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x94), + static_cast(0xff), + static_cast(0x39), + static_cast(0x96), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xef), + static_cast(0xff), + static_cast(0x67), + static_cast(0x74), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x95), + static_cast(0xff), + static_cast(0x82), + static_cast(0xff), + static_cast(0xff), + static_cast(0x14), + static_cast(0xef), + static_cast(0xff), + static_cast(0x14), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x30), + static_cast(0x07), + static_cast(0x00), + static_cast(0x86), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x89), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x96), + static_cast(0x18), + static_cast(0xbe), + static_cast(0x03), + static_cast(0x2e), + static_cast(0x23), + static_cast(0xf0), + static_cast(0x04), + static_cast(0xa4), + static_cast(0xde), + static_cast(0xf6), + static_cast(0x68), + static_cast(0x86), + static_cast(0x16), + static_cast(0xe5), + static_cast(0x2e), + static_cast(0x03), + static_cast(0x21), + static_cast(0xb0), + static_cast(0xf6), + static_cast(0xb1), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x8c), + static_cast(0xfb), + static_cast(0x52), + static_cast(0xb1), + static_cast(0x09), + static_cast(0x62), + static_cast(0xf2), + static_cast(0x00), + static_cast(0x91), + static_cast(0x11), + static_cast(0xeb), + static_cast(0xdf), + static_cast(0x9c), + static_cast(0xf9), + static_cast(0x1c), + static_cast(0xaa), + static_cast(0x07), + static_cast(0xf4), + static_cast(0x9c), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x68), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x31), + static_cast(0xf7), + static_cast(0x9f), + static_cast(0x71), + static_cast(0xfd), + static_cast(0xab), + static_cast(0xac), + static_cast(0x03), + static_cast(0x01), + static_cast(0x04), + static_cast(0xfb), + static_cast(0x3a), + static_cast(0xa9), + static_cast(0x01), + static_cast(0xa7), + static_cast(0xfd), + static_cast(0x02), + static_cast(0x90), + static_cast(0x04), + static_cast(0xfc), + static_cast(0x53), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x26), + static_cast(0xff), + static_cast(0x35), + static_cast(0x68), + static_cast(0xfd), + static_cast(0xce), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xad), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x3d), + static_cast(0xfd), + static_cast(0x7a), + static_cast(0x40), + static_cast(0xfd), + static_cast(0xc9), + static_cast(0x21), + static_cast(0x01), + static_cast(0x52), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x43), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x86), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x26), + static_cast(0x00), + static_cast(0x05), + static_cast(0x47), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x80), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x61), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x54), + static_cast(0x31), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x35), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x69), + static_cast(0xff), + static_cast(0x33), + static_cast(0x52), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x86), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x75), + static_cast(0xff), + static_cast(0x58), + static_cast(0x62), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x85), + static_cast(0x2a), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x32), + static_cast(0x27), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x43), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x88), + static_cast(0x1a), + static_cast(0x5e), + static_cast(0xbc), + static_cast(0x33), + static_cast(0xda), + static_cast(0x17), + static_cast(0x05), + static_cast(0x34), + static_cast(0x7f), + static_cast(0xed), + static_cast(0x38), + static_cast(0xc6), + static_cast(0x13), + static_cast(0x46), + static_cast(0xdb), + static_cast(0x07), + static_cast(0xc9), + static_cast(0xd5), + static_cast(0xf7), + static_cast(0x4b), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x68), + static_cast(0xfb), + static_cast(0xe3), + static_cast(0x36), + static_cast(0x09), + static_cast(0x54), + static_cast(0x2f), + static_cast(0x04), + static_cast(0x00), + static_cast(0x26), + static_cast(0xea), + static_cast(0xba), + static_cast(0xc2), + static_cast(0xf4), + static_cast(0x7a), + static_cast(0xa7), + static_cast(0x07), + static_cast(0x90), + static_cast(0x55), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x15), + static_cast(0xf9), + static_cast(0xb6), + static_cast(0x5c), + static_cast(0xfd), + static_cast(0xd7), + static_cast(0x24), + static_cast(0xf7), + static_cast(0xd5), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0x02), + static_cast(0x9d), + static_cast(0x03), + static_cast(0x52), + static_cast(0x73), + static_cast(0xfb), + static_cast(0x1a), + static_cast(0xf4), + static_cast(0x00), + static_cast(0x5c), + static_cast(0x44), + static_cast(0x03), + static_cast(0x3c), + static_cast(0x90), + static_cast(0xfc), + static_cast(0x41), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0x6f), + static_cast(0xfd), + static_cast(0xcb), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x05), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x72), + static_cast(0x79), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0x0b), + static_cast(0xfd), + static_cast(0x9b), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x32), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0x1d), + static_cast(0x00), + static_cast(0xe7), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x26), + static_cast(0xff), + static_cast(0x45), + static_cast(0x59), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x93), + static_cast(0xff), + static_cast(0x50), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xce), + static_cast(0x38), + static_cast(0xff), + static_cast(0x56), + static_cast(0x37), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x78), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x21), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x34), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x72), + static_cast(0x55), + static_cast(0xff), + static_cast(0x35), + static_cast(0x18), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x09), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x73), + static_cast(0x51), + static_cast(0x00), + static_cast(0x54), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x56), + static_cast(0x14), + static_cast(0x00), + static_cast(0x2d), + static_cast(0x85), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x5e), + static_cast(0x1c), + static_cast(0xaf), + static_cast(0x34), + static_cast(0x39), + static_cast(0xcc), + static_cast(0xa5), + static_cast(0x05), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x8e), + static_cast(0x14), + static_cast(0x10), + static_cast(0x0c), + static_cast(0xad), + static_cast(0x0b), + static_cast(0x02), + static_cast(0x60), + static_cast(0xfa), + static_cast(0xe7), + static_cast(0x66), + static_cast(0x01), + static_cast(0x86), + static_cast(0xbc), + static_cast(0xfa), + static_cast(0xa2), + static_cast(0xab), + static_cast(0x08), + static_cast(0xc9), + static_cast(0x08), + static_cast(0x07), + static_cast(0x2c), + static_cast(0xc5), + static_cast(0xea), + static_cast(0xa9), + static_cast(0x96), + static_cast(0xf0), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0x05), + static_cast(0x85), + static_cast(0xdb), + static_cast(0x01), + static_cast(0x28), + static_cast(0x54), + static_cast(0xfa), + static_cast(0x5a), + static_cast(0x9a), + static_cast(0xfc), + static_cast(0xd8), + static_cast(0xec), + static_cast(0xf6), + static_cast(0xfd), + static_cast(0xe1), + static_cast(0xfc), + static_cast(0xf5), + static_cast(0x0d), + static_cast(0x03), + static_cast(0xbf), + static_cast(0x81), + static_cast(0xfb), + static_cast(0x7c), + static_cast(0x29), + static_cast(0x01), + static_cast(0x39), + static_cast(0x17), + static_cast(0x03), + static_cast(0x63), + static_cast(0xb5), + static_cast(0xfc), + static_cast(0x42), + static_cast(0xe7), + static_cast(0xfd), + static_cast(0xba), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x83), + static_cast(0xfd), + static_cast(0x87), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x78), + static_cast(0xfd), + static_cast(0x59), + static_cast(0x73), + static_cast(0xfd), + static_cast(0x41), + static_cast(0xa9), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x16), + static_cast(0x00), + static_cast(0xdb), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x5f), + static_cast(0xfd), + static_cast(0xc3), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0x3e), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x97), + static_cast(0xff), + static_cast(0x29), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x13), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x95), + static_cast(0x70), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x49), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x1e), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x65), + static_cast(0xff), + static_cast(0x20), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x00), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x88), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x12), + static_cast(0x85), + static_cast(0xff), + static_cast(0x42), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x00), + static_cast(0x40), + static_cast(0xff), + static_cast(0x61), + static_cast(0x37), + static_cast(0xff), + static_cast(0x39), + static_cast(0x96), + static_cast(0xff), + static_cast(0x08), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x82), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x27), + static_cast(0x37), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x40), + static_cast(0x00), + static_cast(0x28), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x7b), + static_cast(0xae), + static_cast(0xff), + static_cast(0x49), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0xe4), + static_cast(0x21), + static_cast(0xd4), + static_cast(0xf7), + static_cast(0x3d), + static_cast(0x93), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x95), + static_cast(0xe0), + static_cast(0xda), + static_cast(0xa8), + static_cast(0x0f), + static_cast(0xa3), + static_cast(0x78), + static_cast(0x0a), + static_cast(0x34), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x71), + static_cast(0x01), + static_cast(0x7d), + static_cast(0xe9), + static_cast(0xf8), + static_cast(0x34), + static_cast(0x02), + static_cast(0x0b), + static_cast(0x07), + static_cast(0xf3), + static_cast(0x07), + static_cast(0x5d), + static_cast(0xd5), + static_cast(0xe9), + static_cast(0xa4), + static_cast(0xfd), + static_cast(0xed), + static_cast(0x9a), + static_cast(0x41), + static_cast(0x05), + static_cast(0x71), + static_cast(0xb6), + static_cast(0x02), + static_cast(0x32), + static_cast(0xaf), + static_cast(0xfb), + static_cast(0x6e), + static_cast(0xd5), + static_cast(0xfc), + static_cast(0x29), + static_cast(0xe7), + static_cast(0xf5), + static_cast(0x16), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x8e), + static_cast(0x01), + static_cast(0x4f), + static_cast(0xb3), + static_cast(0xfa), + static_cast(0xb1), + static_cast(0x05), + static_cast(0x03), + static_cast(0xcc), + static_cast(0x02), + static_cast(0x02), + static_cast(0x33), + static_cast(0x36), + static_cast(0xfc), + static_cast(0x5d), + static_cast(0x24), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x48), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0xc7), + static_cast(0xfd), + static_cast(0x63), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x65), + static_cast(0xfd), + static_cast(0x8c), + static_cast(0xea), + static_cast(0xfd), + static_cast(0x1f), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x13), + static_cast(0x93), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x20), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x6d), + static_cast(0xd8), + static_cast(0xfd), + static_cast(0xa9), + static_cast(0x13), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x37), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x62), + static_cast(0x55), + static_cast(0xff), + static_cast(0x94), + static_cast(0x10), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x57), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x48), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x77), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x08), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x92), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x16), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x81), + static_cast(0xff), + static_cast(0x27), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xab), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xba), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x44), + static_cast(0x09), + static_cast(0x00), + static_cast(0x32), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x88), + static_cast(0xff), + static_cast(0xed), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xad), + static_cast(0x23), + static_cast(0xf7), + static_cast(0x71), + static_cast(0x42), + static_cast(0xfc), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x26), + static_cast(0xdb), + static_cast(0xf2), + static_cast(0x13), + static_cast(0x0e), + static_cast(0xfc), + static_cast(0xf9), + static_cast(0x0a), + static_cast(0x08), + static_cast(0x73), + static_cast(0x00), + static_cast(0xe8), + static_cast(0xac), + static_cast(0x02), + static_cast(0xe8), + static_cast(0x93), + static_cast(0xf6), + static_cast(0x14), + static_cast(0x32), + static_cast(0x0d), + static_cast(0x27), + static_cast(0x34), + static_cast(0x0c), + static_cast(0xca), + static_cast(0x7d), + static_cast(0xe8), + static_cast(0x8a), + static_cast(0x45), + static_cast(0xea), + static_cast(0xe9), + static_cast(0xc3), + static_cast(0x04), + static_cast(0x84), + static_cast(0xe3), + static_cast(0x03), + static_cast(0xdf), + static_cast(0x84), + static_cast(0xfc), + static_cast(0x32), + static_cast(0x24), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x85), + static_cast(0xf5), + static_cast(0xd6), + static_cast(0xb2), + static_cast(0xfc), + static_cast(0x7b), + static_cast(0x90), + static_cast(0x01), + static_cast(0x42), + static_cast(0x34), + static_cast(0xfa), + static_cast(0x67), + static_cast(0x01), + static_cast(0x04), + static_cast(0xa2), + static_cast(0xb0), + static_cast(0x01), + static_cast(0xdf), + static_cast(0x95), + static_cast(0xfb), + static_cast(0xf1), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x85), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0xd7), + static_cast(0xfc), + static_cast(0xcc), + static_cast(0x05), + static_cast(0xfd), + static_cast(0x65), + static_cast(0x76), + static_cast(0x00), + static_cast(0xcd), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0x32), + static_cast(0x7f), + static_cast(0xfd), + static_cast(0xc7), + static_cast(0xd9), + static_cast(0x00), + static_cast(0x9e), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x81), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xfc), + static_cast(0xfc), + static_cast(0xa4), + static_cast(0x62), + static_cast(0xfd), + static_cast(0x07), + static_cast(0x35), + static_cast(0x00), + static_cast(0xda), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x57), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x26), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x92), + static_cast(0x64), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x24), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x16), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x73), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x90), + static_cast(0xff), + static_cast(0x19), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x04), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x46), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x21), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xd2), + static_cast(0x26), + static_cast(0xff), + static_cast(0x50), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x40), + static_cast(0x70), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x01), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x06), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x75), + static_cast(0x06), + static_cast(0x00), + static_cast(0x72), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x64), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xd7), + static_cast(0x27), + static_cast(0x37), + static_cast(0xc0), + static_cast(0x45), + static_cast(0x32), + static_cast(0x24), + static_cast(0xf9), + static_cast(0xbc), + static_cast(0x77), + static_cast(0xd9), + static_cast(0x94), + static_cast(0x1a), + static_cast(0x0f), + static_cast(0xb0), + static_cast(0xcb), + static_cast(0x07), + static_cast(0xd8), + static_cast(0x4c), + static_cast(0x02), + static_cast(0x2a), + static_cast(0x77), + static_cast(0x02), + static_cast(0x46), + static_cast(0xf8), + static_cast(0xf3), + static_cast(0xcf), + static_cast(0x3f), + static_cast(0x12), + static_cast(0x94), + static_cast(0x87), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0x74), + static_cast(0xe4), + static_cast(0x80), + static_cast(0x77), + static_cast(0xe9), + static_cast(0x13), + static_cast(0xed), + static_cast(0x04), + static_cast(0xf3), + static_cast(0x3b), + static_cast(0x02), + static_cast(0xcf), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x69), + static_cast(0x59), + static_cast(0x01), + static_cast(0xbd), + static_cast(0x38), + static_cast(0xf4), + static_cast(0x29), + static_cast(0x0e), + static_cast(0xfc), + static_cast(0xb7), + static_cast(0xca), + static_cast(0x00), + static_cast(0xce), + static_cast(0x82), + static_cast(0xfa), + static_cast(0xfb), + static_cast(0x37), + static_cast(0x04), + static_cast(0x7d), + static_cast(0x83), + static_cast(0x00), + static_cast(0x84), + static_cast(0xc1), + static_cast(0xfb), + static_cast(0x82), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x72), + static_cast(0x75), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xdf), + static_cast(0xfb), + static_cast(0x5c), + static_cast(0x7f), + static_cast(0xfc), + static_cast(0xc5), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x31), + static_cast(0xa5), + static_cast(0xfd), + static_cast(0xec), + static_cast(0x85), + static_cast(0xfd), + static_cast(0x08), + static_cast(0xb3), + static_cast(0x00), + static_cast(0x46), + static_cast(0x83), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x77), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xae), + static_cast(0xfc), + static_cast(0x08), + static_cast(0x9d), + static_cast(0xfd), + static_cast(0x7b), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x31), + static_cast(0x04), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x90), + static_cast(0xff), + static_cast(0x23), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x09), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x27), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x23), + static_cast(0xff), + static_cast(0x30), + static_cast(0x95), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x76), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x03), + static_cast(0xff), + static_cast(0xea), + static_cast(0x42), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xec), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x12), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x36), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x97), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x04), + static_cast(0x00), + static_cast(0xd3), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x27), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x58), + static_cast(0xff), + static_cast(0x36), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x19), + static_cast(0x27), + static_cast(0xf5), + static_cast(0x43), + static_cast(0x49), + static_cast(0xd2), + static_cast(0x65), + static_cast(0xfc), + static_cast(0x7b), + static_cast(0xf4), + static_cast(0xd4), + static_cast(0x7f), + static_cast(0x45), + static_cast(0x0e), + static_cast(0x9e), + static_cast(0x54), + static_cast(0x07), + static_cast(0x73), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x27), + static_cast(0x85), + static_cast(0x04), + static_cast(0xe2), + static_cast(0x1c), + static_cast(0xf1), + static_cast(0x91), + static_cast(0x64), + static_cast(0x14), + static_cast(0x5e), + static_cast(0xf1), + static_cast(0x13), + static_cast(0x5b), + static_cast(0x55), + static_cast(0xe2), + static_cast(0x47), + static_cast(0x30), + static_cast(0xe8), + static_cast(0x84), + static_cast(0x10), + static_cast(0x03), + static_cast(0xd7), + static_cast(0x58), + static_cast(0x01), + static_cast(0x20), + static_cast(0xff), + static_cast(0x00), + static_cast(0x78), + static_cast(0x82), + static_cast(0x03), + static_cast(0x3d), + static_cast(0x93), + static_cast(0xf4), + static_cast(0x47), + static_cast(0xa9), + static_cast(0xf9), + static_cast(0x2d), + static_cast(0x76), + static_cast(0x01), + static_cast(0x45), + static_cast(0x92), + static_cast(0xfa), + static_cast(0x96), + static_cast(0x5b), + static_cast(0x02), + static_cast(0xcd), + static_cast(0x0d), + static_cast(0x01), + static_cast(0x38), + static_cast(0x02), + static_cast(0xfc), + static_cast(0x44), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x1a), + static_cast(0xfb), + static_cast(0xd3), + static_cast(0xd6), + static_cast(0xfb), + static_cast(0x5a), + static_cast(0x96), + static_cast(0x00), + static_cast(0x98), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0xee), + static_cast(0x23), + static_cast(0xfd), + static_cast(0xa4), + static_cast(0x91), + static_cast(0x00), + static_cast(0x49), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x26), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x52), + static_cast(0x3e), + static_cast(0xfd), + static_cast(0x77), + static_cast(0x45), + static_cast(0xfd), + static_cast(0xce), + static_cast(0x76), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x28), + static_cast(0xff), + static_cast(0x06), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x66), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x89), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x55), + static_cast(0xcf), + static_cast(0xfd), + static_cast(0xe7), + static_cast(0x08), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x61), + static_cast(0xff), + static_cast(0xec), + static_cast(0x64), + static_cast(0x00), + static_cast(0x58), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x08), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x88), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x41), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x18), + static_cast(0xff), + static_cast(0x13), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x03), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x47), + static_cast(0xff), + static_cast(0x96), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xee), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x15), + static_cast(0xed), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xac), + static_cast(0xff), + static_cast(0x16), + static_cast(0x62), + static_cast(0xff), + static_cast(0x62), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x54), + static_cast(0x2c), + static_cast(0xb9), + static_cast(0x77), + static_cast(0x4b), + static_cast(0x8d), + static_cast(0x19), + static_cast(0xf5), + static_cast(0x1d), + static_cast(0xd6), + static_cast(0xd6), + static_cast(0x9b), + static_cast(0xa3), + static_cast(0x10), + static_cast(0x58), + static_cast(0x09), + static_cast(0x02), + static_cast(0x1b), + static_cast(0x42), + static_cast(0x02), + static_cast(0x9a), + static_cast(0x88), + static_cast(0x02), + static_cast(0xca), + static_cast(0x67), + static_cast(0xef), + static_cast(0x86), + static_cast(0xf1), + static_cast(0x1a), + static_cast(0xa7), + static_cast(0x21), + static_cast(0x13), + static_cast(0x63), + static_cast(0x4a), + static_cast(0xe0), + static_cast(0x52), + static_cast(0x88), + static_cast(0xea), + static_cast(0xe2), + static_cast(0x28), + static_cast(0x01), + static_cast(0x8e), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x96), + static_cast(0xa8), + static_cast(0x03), + static_cast(0xfd), + static_cast(0xa8), + static_cast(0x04), + static_cast(0x91), + static_cast(0x5d), + static_cast(0xf4), + static_cast(0x23), + static_cast(0xa4), + static_cast(0xf9), + static_cast(0x07), + static_cast(0x5d), + static_cast(0x01), + static_cast(0x11), + static_cast(0x7d), + static_cast(0xfa), + static_cast(0x0b), + static_cast(0xd4), + static_cast(0x00), + static_cast(0x10), + static_cast(0xe0), + static_cast(0x00), + static_cast(0x40), + static_cast(0x4a), + static_cast(0xfd), + static_cast(0xd6), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x74), + static_cast(0xfa), + static_cast(0x59), + static_cast(0xdb), + static_cast(0xfb), + static_cast(0xdc), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x48), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x20), + static_cast(0xfd), + static_cast(0x54), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x3a), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x60), + static_cast(0x50), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x08), + static_cast(0xfd), + static_cast(0x46), + static_cast(0x2a), + static_cast(0xfd), + static_cast(0x75), + static_cast(0x51), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x27), + static_cast(0x65), + static_cast(0xff), + static_cast(0x59), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xef), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x7e), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x84), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x6c), + static_cast(0xad), + static_cast(0xff), + static_cast(0x58), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x31), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x82), + static_cast(0x21), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x24), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x83), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x63), + static_cast(0xff), + static_cast(0x47), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x39), + static_cast(0x2e), + static_cast(0x79), + static_cast(0xcb), + static_cast(0x4d), + static_cast(0x96), + static_cast(0xa3), + static_cast(0xf3), + static_cast(0xdf), + static_cast(0x55), + static_cast(0xd6), + static_cast(0x37), + static_cast(0xcb), + static_cast(0x10), + static_cast(0xe1), + static_cast(0x49), + static_cast(0xff), + static_cast(0x03), + static_cast(0x5d), + static_cast(0x02), + static_cast(0x8e), + static_cast(0x7a), + static_cast(0x01), + static_cast(0xe0), + static_cast(0x9b), + static_cast(0xed), + static_cast(0xc6), + static_cast(0xbf), + static_cast(0x1d), + static_cast(0x18), + static_cast(0xfc), + static_cast(0x13), + static_cast(0x34), + static_cast(0x80), + static_cast(0xe1), + static_cast(0xf0), + static_cast(0x49), + static_cast(0xeb), + static_cast(0x7f), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xba), + static_cast(0x8b), + static_cast(0x04), + static_cast(0xeb), + static_cast(0x43), + static_cast(0x06), + static_cast(0x41), + static_cast(0x1d), + static_cast(0xf5), + static_cast(0xb6), + static_cast(0x8a), + static_cast(0xf8), + static_cast(0x73), + static_cast(0x36), + static_cast(0x02), + static_cast(0x58), + static_cast(0x97), + static_cast(0xf9), + static_cast(0xe1), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x59), + static_cast(0x01), + static_cast(0x6f), + static_cast(0x57), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x35), + static_cast(0xfd), + static_cast(0x74), + static_cast(0x6e), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x86), + static_cast(0xfb), + static_cast(0x47), + static_cast(0x00), + static_cast(0x01), + static_cast(0xb9), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x3c), + static_cast(0xfc), + static_cast(0x5b), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x14), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x7e), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x8f), + static_cast(0xfc), + static_cast(0x1c), + static_cast(0x13), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0x40), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x42), + static_cast(0x00), + static_cast(0x53), + static_cast(0x87), + static_cast(0xff), + static_cast(0x81), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x98), + static_cast(0xe4), + static_cast(0xfd), + static_cast(0x31), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xab), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x95), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x84), + static_cast(0xff), + static_cast(0x53), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x58), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x14), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xda), + static_cast(0xed), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x28), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x23), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x48), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xde), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x40), + static_cast(0x14), + static_cast(0x00), + static_cast(0x44), + static_cast(0xf1), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0xb5), + static_cast(0x2c), + static_cast(0xf1), + static_cast(0xa0), + static_cast(0x50), + static_cast(0xf6), + static_cast(0x77), + static_cast(0xf8), + static_cast(0x26), + static_cast(0xe2), + static_cast(0xd2), + static_cast(0xbe), + static_cast(0x1c), + static_cast(0x0f), + static_cast(0x6a), + static_cast(0x67), + static_cast(0xff), + static_cast(0x65), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x24), + static_cast(0x59), + static_cast(0x02), + static_cast(0x45), + static_cast(0x2c), + static_cast(0xeb), + static_cast(0x14), + static_cast(0xac), + static_cast(0x1c), + static_cast(0x96), + static_cast(0x99), + static_cast(0x17), + static_cast(0xac), + static_cast(0xbc), + static_cast(0xe4), + static_cast(0x51), + static_cast(0x09), + static_cast(0xeb), + static_cast(0x22), + static_cast(0xce), + static_cast(0xfa), + static_cast(0x7b), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x82), + static_cast(0x1f), + static_cast(0x04), + static_cast(0x35), + static_cast(0x49), + static_cast(0x08), + static_cast(0x6a), + static_cast(0x12), + static_cast(0xf7), + static_cast(0x20), + static_cast(0x5e), + static_cast(0xf6), + static_cast(0x99), + static_cast(0x9d), + static_cast(0x03), + static_cast(0x66), + static_cast(0xcb), + static_cast(0xf8), + static_cast(0x32), + static_cast(0x53), + static_cast(0xfc), + static_cast(0x9c), + static_cast(0x23), + static_cast(0x02), + static_cast(0xd2), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xca), + static_cast(0xfc), + static_cast(0x10), + static_cast(0x94), + static_cast(0xfa), + static_cast(0x96), + static_cast(0xe5), + static_cast(0xfa), + static_cast(0x26), + static_cast(0x59), + static_cast(0x01), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0x2c), + static_cast(0xfb), + static_cast(0xaf), + static_cast(0x6f), + static_cast(0x01), + static_cast(0xec), + static_cast(0x52), + static_cast(0x00), + static_cast(0x9d), + static_cast(0x46), + static_cast(0xfe), + static_cast(0x79), + static_cast(0xa4), + static_cast(0xfc), + static_cast(0x2b), + static_cast(0x9f), + static_cast(0xfc), + static_cast(0x34), + static_cast(0x46), + static_cast(0xff), + static_cast(0x27), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x24), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x44), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x28), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x05), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0xea), + static_cast(0xfd), + static_cast(0x85), + static_cast(0x49), + static_cast(0xff), + static_cast(0x75), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x88), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x81), + static_cast(0x65), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x91), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x75), + static_cast(0x26), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x33), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x91), + static_cast(0xff), + static_cast(0x95), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xec), + static_cast(0x16), + static_cast(0x00), + static_cast(0xca), + static_cast(0x35), + static_cast(0x00), + static_cast(0x23), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x65), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x48), + static_cast(0xda), + static_cast(0x2c), + static_cast(0xca), + static_cast(0x6e), + static_cast(0x52), + static_cast(0x53), + static_cast(0x7f), + static_cast(0xfa), + static_cast(0xad), + static_cast(0x10), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x0d), + static_cast(0x2d), + static_cast(0x79), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xa3), + static_cast(0x01), + static_cast(0x26), + static_cast(0x67), + static_cast(0xe9), + static_cast(0xc1), + static_cast(0xac), + static_cast(0x1b), + static_cast(0x2b), + static_cast(0x36), + static_cast(0x19), + static_cast(0x95), + static_cast(0xbb), + static_cast(0xe8), + static_cast(0xa0), + static_cast(0x5c), + static_cast(0xeb), + static_cast(0x48), + static_cast(0x4b), + static_cast(0xf8), + static_cast(0x19), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x5b), + static_cast(0x03), + static_cast(0xf7), + static_cast(0xfc), + static_cast(0x09), + static_cast(0xd7), + static_cast(0x87), + static_cast(0xf8), + static_cast(0xd9), + static_cast(0x3c), + static_cast(0xf5), + static_cast(0x9c), + static_cast(0x61), + static_cast(0x04), + static_cast(0x50), + static_cast(0x0a), + static_cast(0xf8), + static_cast(0xc2), + static_cast(0xdf), + static_cast(0xfa), + static_cast(0xb3), + static_cast(0x3d), + static_cast(0x02), + static_cast(0xc1), + static_cast(0x31), + static_cast(0xff), + static_cast(0x14), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x81), + static_cast(0x98), + static_cast(0xfc), + static_cast(0xc0), + static_cast(0xf5), + static_cast(0xfa), + static_cast(0xd1), + static_cast(0x42), + static_cast(0xfa), + static_cast(0x0e), + static_cast(0x70), + static_cast(0x01), + static_cast(0xec), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xd2), + static_cast(0xfa), + static_cast(0xb5), + static_cast(0x98), + static_cast(0x01), + static_cast(0xc7), + static_cast(0xba), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x0c), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0xaf), + static_cast(0xfc), + static_cast(0xe2), + static_cast(0x69), + static_cast(0xfc), + static_cast(0xae), + static_cast(0xad), + static_cast(0xff), + static_cast(0x46), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x80), + static_cast(0x00), + static_cast(0x65), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x43), + static_cast(0x00), + static_cast(0xdf), + static_cast(0xb4), + static_cast(0x00), + static_cast(0x73), + static_cast(0x26), + static_cast(0xfd), + static_cast(0x1f), + static_cast(0x46), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x11), + static_cast(0x00), + static_cast(0x73), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x93), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x31), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x40), + static_cast(0x35), + static_cast(0x00), + static_cast(0x97), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x38), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x85), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x82), + static_cast(0x27), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x47), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x74), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xed), + static_cast(0x2d), + static_cast(0xbc), + static_cast(0x7d), + static_cast(0x53), + static_cast(0x38), + static_cast(0xea), + static_cast(0xfa), + static_cast(0xb3), + static_cast(0x0b), + static_cast(0xd3), + static_cast(0xf8), + static_cast(0x1f), + static_cast(0x0c), + static_cast(0xf4), + static_cast(0xae), + static_cast(0xfc), + static_cast(0x21), + static_cast(0x10), + static_cast(0x00), + static_cast(0xee), + static_cast(0x8d), + static_cast(0x00), + static_cast(0xf3), + static_cast(0xbc), + static_cast(0xe7), + static_cast(0x3f), + static_cast(0xed), + static_cast(0x19), + static_cast(0x21), + static_cast(0x88), + static_cast(0x1a), + static_cast(0x2e), + static_cast(0xe3), + static_cast(0xec), + static_cast(0x76), + static_cast(0x91), + static_cast(0xeb), + static_cast(0xab), + static_cast(0x41), + static_cast(0xf7), + static_cast(0x1d), + static_cast(0x9f), + static_cast(0xfd), + static_cast(0x76), + static_cast(0xa5), + static_cast(0x02), + static_cast(0x1b), + static_cast(0x78), + static_cast(0x0b), + static_cast(0x5c), + static_cast(0x1c), + static_cast(0xf9), + static_cast(0xd2), + static_cast(0x8e), + static_cast(0xf5), + static_cast(0xc9), + static_cast(0x19), + static_cast(0x04), + static_cast(0x7e), + static_cast(0x38), + static_cast(0xf7), + static_cast(0xce), + static_cast(0xb0), + static_cast(0xfa), + static_cast(0xba), + static_cast(0xab), + static_cast(0x01), + static_cast(0x67), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x07), + static_cast(0x67), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xc3), + static_cast(0xfc), + static_cast(0x0b), + static_cast(0x97), + static_cast(0xfb), + static_cast(0xd9), + static_cast(0x76), + static_cast(0xf9), + static_cast(0x8a), + static_cast(0x55), + static_cast(0x01), + static_cast(0x21), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xbb), + static_cast(0xfa), + static_cast(0x7c), + static_cast(0x20), + static_cast(0x01), + static_cast(0xc0), + static_cast(0x55), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xe0), + static_cast(0xfd), + static_cast(0xa2), + static_cast(0xcc), + static_cast(0xfc), + static_cast(0xfc), + static_cast(0x2f), + static_cast(0xfd), + static_cast(0x9a), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x86), + static_cast(0xbd), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x86), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x08), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x14), + static_cast(0x9b), + static_cast(0xfd), + static_cast(0xd7), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x14), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x86), + static_cast(0x12), + static_cast(0x00), + static_cast(0xad), + static_cast(0x98), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x18), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x19), + static_cast(0xfe), + static_cast(0x27), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x56), + static_cast(0xff), + static_cast(0x72), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x62), + static_cast(0x49), + static_cast(0xff), + static_cast(0x62), + static_cast(0x34), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x21), + static_cast(0x92), + static_cast(0xff), + static_cast(0xca), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x28), + static_cast(0x00), + static_cast(0xc2), + static_cast(0x33), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x78), + static_cast(0xff), + static_cast(0x46), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x13), + static_cast(0x2d), + static_cast(0x90), + static_cast(0xf5), + static_cast(0x53), + static_cast(0x35), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0xe9), + static_cast(0xd3), + static_cast(0x0d), + static_cast(0x09), + static_cast(0x0a), + static_cast(0xc3), + static_cast(0xa2), + static_cast(0xfb), + static_cast(0xf6), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x8c), + static_cast(0x01), + static_cast(0xda), + static_cast(0x4a), + static_cast(0xe5), + static_cast(0xd1), + static_cast(0x29), + static_cast(0x15), + static_cast(0x9f), + static_cast(0x71), + static_cast(0x1e), + static_cast(0x22), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x91), + static_cast(0x77), + static_cast(0xeb), + static_cast(0xe2), + static_cast(0x7d), + static_cast(0xf7), + static_cast(0xf3), + static_cast(0xd0), + static_cast(0xfb), + static_cast(0xd1), + static_cast(0xb6), + static_cast(0x01), + static_cast(0xf5), + static_cast(0x68), + static_cast(0x0c), + static_cast(0xf3), + static_cast(0x65), + static_cast(0xfa), + static_cast(0xa1), + static_cast(0x3d), + static_cast(0xf6), + static_cast(0x58), + static_cast(0xe4), + static_cast(0x02), + static_cast(0x68), + static_cast(0xec), + static_cast(0xf6), + static_cast(0x35), + static_cast(0xc1), + static_cast(0xfa), + static_cast(0x27), + static_cast(0x41), + static_cast(0x01), + static_cast(0x80), + static_cast(0x01), + static_cast(0xff), + static_cast(0x38), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x94), + static_cast(0xfd), + static_cast(0xdf), + static_cast(0xf6), + static_cast(0xfb), + static_cast(0x42), + static_cast(0xd5), + static_cast(0xf8), + static_cast(0xb3), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x88), + static_cast(0xce), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xe8), + static_cast(0xfa), + static_cast(0x93), + static_cast(0xac), + static_cast(0x00), + static_cast(0x76), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x39), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x95), + static_cast(0xfd), + static_cast(0xa6), + static_cast(0xb7), + static_cast(0xfd), + static_cast(0x41), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xce), + static_cast(0x12), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xec), + static_cast(0x00), + static_cast(0xe4), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x58), + static_cast(0xac), + static_cast(0x00), + static_cast(0x77), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x16), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x0d), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x40), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x18), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x49), + static_cast(0x46), + static_cast(0xff), + static_cast(0x18), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x42), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x57), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x25), + static_cast(0x2b), + static_cast(0x38), + static_cast(0x87), + static_cast(0x53), + static_cast(0x4f), + static_cast(0xf2), + static_cast(0x03), + static_cast(0x87), + static_cast(0xc5), + static_cast(0xd5), + static_cast(0x8e), + static_cast(0xf4), + static_cast(0x07), + static_cast(0x6c), + static_cast(0x95), + static_cast(0xfa), + static_cast(0x6c), + static_cast(0x37), + static_cast(0xfd), + static_cast(0x23), + static_cast(0x7c), + static_cast(0x03), + static_cast(0xf4), + static_cast(0x2b), + static_cast(0xe2), + static_cast(0x93), + static_cast(0xdb), + static_cast(0x0e), + static_cast(0x2f), + static_cast(0x8d), + static_cast(0x23), + static_cast(0x31), + static_cast(0x0e), + static_cast(0xf5), + static_cast(0x78), + static_cast(0x58), + static_cast(0xeb), + static_cast(0xcb), + static_cast(0xce), + static_cast(0xf8), + static_cast(0x48), + static_cast(0x01), + static_cast(0xfa), + static_cast(0xc7), + static_cast(0x2a), + static_cast(0x00), + static_cast(0xe6), + static_cast(0xd8), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x72), + static_cast(0xfc), + static_cast(0x93), + static_cast(0x07), + static_cast(0xf7), + static_cast(0x65), + static_cast(0x26), + static_cast(0x01), + static_cast(0xba), + static_cast(0xd9), + static_cast(0xf6), + static_cast(0x41), + static_cast(0x34), + static_cast(0xfb), + static_cast(0x53), + static_cast(0x23), + static_cast(0x01), + static_cast(0x54), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x21), + static_cast(0xfc), + static_cast(0x85), + static_cast(0x68), + static_cast(0xf8), + static_cast(0x3a), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x20), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x14), + static_cast(0xfb), + static_cast(0xd6), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x27), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x44), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x16), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x22), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x85), + static_cast(0xff), + static_cast(0x33), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x30), + static_cast(0x00), + static_cast(0xf0), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x18), + static_cast(0x00), + static_cast(0x7b), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x83), + static_cast(0x33), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xce), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x84), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x64), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x03), + static_cast(0xff), + static_cast(0x96), + static_cast(0x21), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x00), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x72), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x13), + static_cast(0x00), + static_cast(0x79), + static_cast(0x58), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x79), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x96), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x30), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x00), + static_cast(0xff), + static_cast(0x47), + static_cast(0x6c), + static_cast(0x27), + static_cast(0xfa), + static_cast(0xd5), + static_cast(0x51), + static_cast(0x0e), + static_cast(0xe8), + static_cast(0x0b), + static_cast(0xaf), + static_cast(0xa8), + static_cast(0xd8), + static_cast(0x70), + static_cast(0x2e), + static_cast(0x05), + static_cast(0xd5), + static_cast(0x09), + static_cast(0xfa), + static_cast(0xac), + static_cast(0xbe), + static_cast(0xfa), + static_cast(0x2b), + static_cast(0x08), + static_cast(0x06), + static_cast(0x64), + static_cast(0x5d), + static_cast(0xdf), + static_cast(0x74), + static_cast(0x50), + static_cast(0x06), + static_cast(0xd0), + static_cast(0x81), + static_cast(0x28), + static_cast(0xd7), + static_cast(0x56), + static_cast(0xfa), + static_cast(0x5e), + static_cast(0x32), + static_cast(0xeb), + static_cast(0xf6), + static_cast(0x9d), + static_cast(0xfa), + static_cast(0x51), + static_cast(0x05), + static_cast(0xf9), + static_cast(0x76), + static_cast(0x1a), + static_cast(0xfd), + static_cast(0x81), + static_cast(0xb7), + static_cast(0x0c), + static_cast(0x87), + static_cast(0xad), + static_cast(0xff), + static_cast(0x89), + static_cast(0x23), + static_cast(0xf7), + static_cast(0x40), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x74), + static_cast(0xf7), + static_cast(0xe8), + static_cast(0x27), + static_cast(0xfb), + static_cast(0x81), + static_cast(0x13), + static_cast(0x01), + static_cast(0xf6), + static_cast(0xa5), + static_cast(0xfd), + static_cast(0xbf), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0x7e), + static_cast(0x34), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x86), + static_cast(0xfc), + static_cast(0xf6), + static_cast(0xa3), + static_cast(0xf7), + static_cast(0x98), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x66), + static_cast(0xff), + static_cast(0x88), + static_cast(0xf2), + static_cast(0xfa), + static_cast(0x52), + static_cast(0xfa), + static_cast(0x00), + static_cast(0x44), + static_cast(0x99), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xce), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x89), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x37), + static_cast(0xff), + static_cast(0x95), + static_cast(0x11), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x47), + static_cast(0x00), + static_cast(0x87), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xc7), + static_cast(0x00), + static_cast(0x0a), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x64), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x58), + static_cast(0xff), + static_cast(0x83), + static_cast(0x41), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x09), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x02), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x64), + static_cast(0xff), + static_cast(0x76), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x98), + static_cast(0xff), + static_cast(0x71), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x57), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x14), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x98), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x91), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x9a), + static_cast(0x26), + static_cast(0xcb), + static_cast(0xb4), + static_cast(0x4f), + static_cast(0xa8), + static_cast(0x31), + static_cast(0x0e), + static_cast(0x07), + static_cast(0x98), + static_cast(0xde), + static_cast(0xc8), + static_cast(0xf1), + static_cast(0x03), + static_cast(0x15), + static_cast(0x9b), + static_cast(0xf6), + static_cast(0x9b), + static_cast(0x17), + static_cast(0xfc), + static_cast(0x37), + static_cast(0x28), + static_cast(0x06), + static_cast(0xc8), + static_cast(0x29), + static_cast(0xdc), + static_cast(0xef), + static_cast(0x07), + static_cast(0x02), + static_cast(0x54), + static_cast(0x77), + static_cast(0x29), + static_cast(0x7d), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x8b), + static_cast(0xec), + static_cast(0xe4), + static_cast(0xa3), + static_cast(0xfc), + static_cast(0x6e), + static_cast(0x4b), + static_cast(0xf9), + static_cast(0x64), + static_cast(0x76), + static_cast(0xf9), + static_cast(0x5c), + static_cast(0xce), + static_cast(0x0c), + static_cast(0xf0), + static_cast(0xf8), + static_cast(0x01), + static_cast(0x4e), + static_cast(0x47), + static_cast(0xf7), + static_cast(0x29), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x93), + static_cast(0xf7), + static_cast(0xc4), + static_cast(0x56), + static_cast(0xfb), + static_cast(0x3e), + static_cast(0x17), + static_cast(0x01), + static_cast(0x3b), + static_cast(0x81), + static_cast(0xfd), + static_cast(0xa1), + static_cast(0xb3), + static_cast(0xfc), + static_cast(0xcd), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x82), + static_cast(0xfd), + static_cast(0x86), + static_cast(0x34), + static_cast(0xf7), + static_cast(0xfb), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x30), + static_cast(0x9c), + static_cast(0xfb), + static_cast(0xc8), + static_cast(0xa5), + static_cast(0x01), + static_cast(0x49), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xbe), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xce), + static_cast(0x75), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x34), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x62), + static_cast(0x00), + static_cast(0x53), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xef), + static_cast(0x00), + static_cast(0x18), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x55), + static_cast(0xfe), + static_cast(0x10), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x63), + static_cast(0xff), + static_cast(0xec), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x39), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x38), + static_cast(0xff), + static_cast(0x56), + static_cast(0x17), + static_cast(0xff), + static_cast(0x18), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x26), + static_cast(0x52), + static_cast(0x00), + static_cast(0x1c), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x59), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x51), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x50), + static_cast(0x93), + static_cast(0xff), + static_cast(0x32), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x59), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x13), + static_cast(0x45), + static_cast(0x26), + static_cast(0x5d), + static_cast(0x7a), + static_cast(0x4d), + static_cast(0xef), + static_cast(0x06), + static_cast(0x0f), + static_cast(0x55), + static_cast(0x11), + static_cast(0xe4), + static_cast(0xa0), + static_cast(0x5a), + static_cast(0x03), + static_cast(0x40), + static_cast(0x17), + static_cast(0xf4), + static_cast(0xf2), + static_cast(0xfa), + static_cast(0xfc), + static_cast(0xcb), + static_cast(0x6a), + static_cast(0x04), + static_cast(0x54), + static_cast(0x25), + static_cast(0xdb), + static_cast(0xfd), + static_cast(0x99), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xee), + static_cast(0x26), + static_cast(0x7a), + static_cast(0xb7), + static_cast(0x04), + static_cast(0x1a), + static_cast(0xd0), + static_cast(0xee), + static_cast(0x31), + static_cast(0x51), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0xe9), + static_cast(0xfa), + static_cast(0xa0), + static_cast(0x83), + static_cast(0xf5), + static_cast(0x49), + static_cast(0x1e), + static_cast(0x0c), + static_cast(0x59), + static_cast(0xab), + static_cast(0x04), + static_cast(0xa0), + static_cast(0xed), + static_cast(0xf6), + static_cast(0x3b), + static_cast(0x31), + static_cast(0xff), + static_cast(0x34), + static_cast(0x0d), + static_cast(0xf8), + static_cast(0xc1), + static_cast(0x6b), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x13), + static_cast(0xab), + static_cast(0xfd), + static_cast(0x6b), + static_cast(0xe1), + static_cast(0xfa), + static_cast(0x62), + static_cast(0x39), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x19), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xc1), + static_cast(0xf6), + static_cast(0x18), + static_cast(0x14), + static_cast(0xff), + static_cast(0x65), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xa3), + static_cast(0xfb), + static_cast(0x22), + static_cast(0xb3), + static_cast(0x02), + static_cast(0x1c), + static_cast(0xf1), + static_cast(0x00), + static_cast(0x10), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x55), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x27), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x61), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x93), + static_cast(0x05), + static_cast(0x01), + static_cast(0x84), + static_cast(0xde), + static_cast(0xfd), + static_cast(0x1e), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x70), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x26), + static_cast(0xff), + static_cast(0x31), + static_cast(0x49), + static_cast(0xff), + static_cast(0x04), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x23), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x60), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x63), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x76), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x19), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xac), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xab), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x94), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x32), + static_cast(0x43), + static_cast(0x23), + static_cast(0x6e), + static_cast(0x38), + static_cast(0x4b), + static_cast(0x1c), + static_cast(0x7e), + static_cast(0x13), + static_cast(0xdb), + static_cast(0x13), + static_cast(0xe6), + static_cast(0x02), + static_cast(0x89), + static_cast(0x03), + static_cast(0xaa), + static_cast(0x3e), + static_cast(0xf6), + static_cast(0x73), + static_cast(0x6f), + static_cast(0xf8), + static_cast(0x0e), + static_cast(0xc7), + static_cast(0x02), + static_cast(0xbd), + static_cast(0x6c), + static_cast(0xde), + static_cast(0x4f), + static_cast(0xde), + static_cast(0xf7), + static_cast(0xda), + static_cast(0x4c), + static_cast(0x22), + static_cast(0x4c), + static_cast(0x9b), + static_cast(0x0c), + static_cast(0x3f), + static_cast(0xb5), + static_cast(0xf1), + static_cast(0x5f), + static_cast(0xcb), + static_cast(0xfb), + static_cast(0xa0), + static_cast(0x11), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xf5), + static_cast(0xf1), + static_cast(0x7e), + static_cast(0x0b), + static_cast(0x09), + static_cast(0x11), + static_cast(0x26), + static_cast(0x09), + static_cast(0x6e), + static_cast(0x96), + static_cast(0xf6), + static_cast(0x9a), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x90), + static_cast(0xf9), + static_cast(0x8a), + static_cast(0x1e), + static_cast(0xf8), + static_cast(0x88), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x21), + static_cast(0xfa), + static_cast(0x37), + static_cast(0x8e), + static_cast(0xfb), + static_cast(0x81), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x1b), + static_cast(0xf8), + static_cast(0x73), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0xca), + static_cast(0x00), + static_cast(0x63), + static_cast(0x88), + static_cast(0xfb), + static_cast(0xa9), + static_cast(0x19), + static_cast(0x03), + static_cast(0x0c), + static_cast(0xca), + static_cast(0x01), + static_cast(0x56), + static_cast(0x03), + static_cast(0xff), + static_cast(0x59), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x64), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0x70), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x77), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x05), + static_cast(0x01), + static_cast(0xa4), + static_cast(0xae), + static_cast(0xfd), + static_cast(0x12), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x99), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x01), + static_cast(0x81), + static_cast(0xff), + static_cast(0x14), + static_cast(0x54), + static_cast(0xff), + static_cast(0x23), + static_cast(0x66), + static_cast(0x00), + static_cast(0x58), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x00), + static_cast(0x67), + static_cast(0xff), + static_cast(0x37), + static_cast(0x13), + static_cast(0x00), + static_cast(0xaa), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x11), + static_cast(0x00), + static_cast(0x8b), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xde), + static_cast(0x63), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x41), + static_cast(0xff), + static_cast(0x37), + static_cast(0xf5), + static_cast(0x20), + static_cast(0xf7), + static_cast(0xb8), + static_cast(0x48), + static_cast(0x61), + static_cast(0xcd), + static_cast(0x15), + static_cast(0xcc), + static_cast(0x27), + static_cast(0xe8), + static_cast(0x7b), + static_cast(0x7d), + static_cast(0x05), + static_cast(0x8b), + static_cast(0x32), + static_cast(0xf9), + static_cast(0xbe), + static_cast(0xc6), + static_cast(0xf3), + static_cast(0x63), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x42), + static_cast(0xab), + static_cast(0xe2), + static_cast(0xc5), + static_cast(0x61), + static_cast(0xf3), + static_cast(0x51), + static_cast(0x96), + static_cast(0x1c), + static_cast(0x2e), + static_cast(0x01), + static_cast(0x13), + static_cast(0x6b), + static_cast(0xcd), + static_cast(0xf4), + static_cast(0xe5), + static_cast(0x98), + static_cast(0xfa), + static_cast(0x18), + static_cast(0x12), + static_cast(0x01), + static_cast(0x51), + static_cast(0x1b), + static_cast(0xef), + static_cast(0xb7), + static_cast(0x75), + static_cast(0x06), + static_cast(0x62), + static_cast(0xb6), + static_cast(0x0c), + static_cast(0xfa), + static_cast(0x06), + static_cast(0xf7), + static_cast(0xa6), + static_cast(0x60), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x0f), + static_cast(0xfa), + static_cast(0x4d), + static_cast(0xf5), + static_cast(0xf5), + static_cast(0xcd), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x23), + static_cast(0x53), + static_cast(0xf9), + static_cast(0xd2), + static_cast(0x25), + static_cast(0xfa), + static_cast(0xc6), + static_cast(0x66), + static_cast(0x00), + static_cast(0xde), + static_cast(0xc1), + static_cast(0xf8), + static_cast(0x28), + static_cast(0x39), + static_cast(0xfe), + static_cast(0x11), + static_cast(0xf5), + static_cast(0x01), + static_cast(0x9a), + static_cast(0xfa), + static_cast(0xfa), + static_cast(0x2a), + static_cast(0x53), + static_cast(0x03), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x02), + static_cast(0xec), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x08), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xef), + static_cast(0xee), + static_cast(0xff), + static_cast(0x65), + static_cast(0xa4), + static_cast(0xfd), + static_cast(0x2d), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x45), + static_cast(0x34), + static_cast(0xff), + static_cast(0x40), + static_cast(0x06), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xf9), + static_cast(0x00), + static_cast(0xed), + static_cast(0xbf), + static_cast(0xfd), + static_cast(0xea), + static_cast(0x55), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x09), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xac), + static_cast(0x17), + static_cast(0xff), + static_cast(0x96), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x73), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x37), + static_cast(0xff), + static_cast(0x96), + static_cast(0xad), + static_cast(0xff), + static_cast(0x80), + static_cast(0x32), + static_cast(0xff), + static_cast(0x71), + static_cast(0x05), + static_cast(0x00), + static_cast(0x39), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x22), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x4e), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x71), + static_cast(0x01), + static_cast(0x00), + static_cast(0xb5), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xee), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x26), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xc4), + static_cast(0x23), + static_cast(0xac), + static_cast(0x07), + static_cast(0x47), + static_cast(0x09), + static_cast(0x87), + static_cast(0x0e), + static_cast(0x92), + static_cast(0x15), + static_cast(0xec), + static_cast(0x77), + static_cast(0x89), + static_cast(0x0a), + static_cast(0xc7), + static_cast(0x96), + static_cast(0xf7), + static_cast(0xd8), + static_cast(0x63), + static_cast(0xf2), + static_cast(0x5f), + static_cast(0x8b), + static_cast(0xfb), + static_cast(0x11), + static_cast(0xcb), + static_cast(0xe5), + static_cast(0xa3), + static_cast(0x8a), + static_cast(0xf3), + static_cast(0xa4), + static_cast(0x96), + static_cast(0x17), + static_cast(0x3e), + static_cast(0x38), + static_cast(0x17), + static_cast(0x6d), + static_cast(0x51), + static_cast(0xf4), + static_cast(0x23), + static_cast(0x70), + static_cast(0xfb), + static_cast(0x8b), + static_cast(0xfd), + static_cast(0x03), + static_cast(0x8f), + static_cast(0xed), + static_cast(0xeb), + static_cast(0x13), + static_cast(0x6d), + static_cast(0x07), + static_cast(0x7d), + static_cast(0xbe), + static_cast(0x0d), + static_cast(0xcf), + static_cast(0x88), + static_cast(0xf7), + static_cast(0x6d), + static_cast(0xae), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x64), + static_cast(0xf9), + static_cast(0x0f), + static_cast(0x3d), + static_cast(0xf6), + static_cast(0x21), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x89), + static_cast(0x09), + static_cast(0xfe), + static_cast(0x58), + static_cast(0xd0), + static_cast(0xf8), + static_cast(0xe8), + static_cast(0x9a), + static_cast(0xfa), + static_cast(0x2e), + static_cast(0x96), + static_cast(0x01), + static_cast(0x35), + static_cast(0xc1), + static_cast(0xf8), + static_cast(0x35), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xf2), + static_cast(0x01), + static_cast(0xfc), + static_cast(0xc2), + static_cast(0xfb), + static_cast(0x52), + static_cast(0x8c), + static_cast(0x03), + static_cast(0xf2), + static_cast(0x83), + static_cast(0x01), + static_cast(0x82), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x89), + static_cast(0xff), + static_cast(0xae), + static_cast(0x50), + static_cast(0xff), + static_cast(0x89), + static_cast(0x65), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x40), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x87), + static_cast(0x31), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x89), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x4b), + static_cast(0xba), + static_cast(0xfd), + static_cast(0x91), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x66), + static_cast(0x9d), + static_cast(0xfd), + static_cast(0xa6), + static_cast(0x53), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x04), + static_cast(0x00), + static_cast(0x41), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x46), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x87), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x36), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x87), + static_cast(0x80), + static_cast(0x00), + static_cast(0xbe), + static_cast(0xda), + static_cast(0xff), + static_cast(0x23), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xca), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x58), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xce), + static_cast(0x20), + static_cast(0xb0), + static_cast(0x6a), + static_cast(0x45), + static_cast(0x37), + static_cast(0x11), + static_cast(0x11), + static_cast(0x7f), + static_cast(0x94), + static_cast(0xea), + static_cast(0x79), + static_cast(0xc3), + static_cast(0x0c), + static_cast(0xfc), + static_cast(0xc2), + static_cast(0xfb), + static_cast(0x56), + static_cast(0x1e), + static_cast(0xed), + static_cast(0x5c), + static_cast(0x3a), + static_cast(0xfb), + static_cast(0xdf), + static_cast(0xf2), + static_cast(0xeb), + static_cast(0x73), + static_cast(0xd6), + static_cast(0xf0), + static_cast(0xbe), + static_cast(0xcf), + static_cast(0x0e), + static_cast(0xd4), + static_cast(0x3f), + static_cast(0x1b), + static_cast(0xc3), + static_cast(0xe9), + static_cast(0xf9), + static_cast(0x97), + static_cast(0x2a), + static_cast(0xf4), + static_cast(0x05), + static_cast(0xea), + static_cast(0x09), + static_cast(0x0e), + static_cast(0xf5), + static_cast(0xee), + static_cast(0x34), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x4f), + static_cast(0x14), + static_cast(0xe7), + static_cast(0xa0), + static_cast(0xf8), + static_cast(0xb7), + static_cast(0xca), + static_cast(0xfb), + static_cast(0xd9), + static_cast(0xb3), + static_cast(0xfd), + static_cast(0x06), + static_cast(0x2c), + static_cast(0xf5), + static_cast(0x52), + static_cast(0x9f), + static_cast(0xfa), + static_cast(0x5f), + static_cast(0x83), + static_cast(0xfd), + static_cast(0x46), + static_cast(0x49), + static_cast(0xf9), + static_cast(0xb6), + static_cast(0xc5), + static_cast(0xf9), + static_cast(0xf9), + static_cast(0xb4), + static_cast(0x02), + static_cast(0x3b), + static_cast(0xf6), + static_cast(0xfa), + static_cast(0xb3), + static_cast(0x2b), + static_cast(0xfb), + static_cast(0xd5), + static_cast(0x47), + static_cast(0x03), + static_cast(0x6c), + static_cast(0x07), + static_cast(0xfd), + static_cast(0xeb), + static_cast(0x44), + static_cast(0x01), + static_cast(0xc6), + static_cast(0xe4), + static_cast(0x02), + static_cast(0x25), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x60), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x06), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x64), + static_cast(0xfd), + static_cast(0x5a), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x74), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x90), + static_cast(0x00), + static_cast(0xba), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x38), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x39), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xbc), + static_cast(0xfd), + static_cast(0x6f), + static_cast(0x82), + static_cast(0xff), + static_cast(0x02), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x71), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x12), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x93), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x43), + static_cast(0x64), + static_cast(0xff), + static_cast(0x28), + static_cast(0x6a), + static_cast(0x00), + static_cast(0x5c), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x52), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xed), + static_cast(0xff), + static_cast(0xef), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x37), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x62), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x26), + static_cast(0x7b), + static_cast(0x21), + static_cast(0xf4), + static_cast(0xc1), + static_cast(0x43), + static_cast(0x0a), + static_cast(0xda), + static_cast(0x0c), + static_cast(0xa9), + static_cast(0x0f), + static_cast(0xec), + static_cast(0xf4), + static_cast(0x8f), + static_cast(0x10), + static_cast(0xe2), + static_cast(0x3d), + static_cast(0xfb), + static_cast(0x88), + static_cast(0xb5), + static_cast(0xeb), + static_cast(0xaf), + static_cast(0x76), + static_cast(0xfa), + static_cast(0x88), + static_cast(0xde), + static_cast(0xee), + static_cast(0x5c), + static_cast(0x5f), + static_cast(0xf1), + static_cast(0x45), + static_cast(0x11), + static_cast(0x09), + static_cast(0x18), + static_cast(0x84), + static_cast(0x1c), + static_cast(0x4d), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x84), + static_cast(0xf0), + static_cast(0x05), + static_cast(0x50), + static_cast(0x0a), + static_cast(0x7d), + static_cast(0x44), + static_cast(0xf3), + static_cast(0x53), + static_cast(0x07), + static_cast(0xfb), + static_cast(0x72), + static_cast(0x61), + static_cast(0x14), + static_cast(0xda), + static_cast(0x10), + static_cast(0xfd), + static_cast(0xb3), + static_cast(0xc7), + static_cast(0xf8), + static_cast(0x53), + static_cast(0xe7), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0x74), + static_cast(0xf7), + static_cast(0xfc), + static_cast(0x9c), + static_cast(0xf8), + static_cast(0xfc), + static_cast(0x86), + static_cast(0xfd), + static_cast(0xde), + static_cast(0xca), + static_cast(0xf8), + static_cast(0x59), + static_cast(0x24), + static_cast(0xf9), + static_cast(0x7d), + static_cast(0x8a), + static_cast(0x03), + static_cast(0xe1), + static_cast(0x91), + static_cast(0xfb), + static_cast(0x36), + static_cast(0xbe), + static_cast(0xfa), + static_cast(0xe6), + static_cast(0x7d), + static_cast(0x02), + static_cast(0xcb), + static_cast(0xc3), + static_cast(0xfd), + static_cast(0x90), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x69), + static_cast(0xe0), + static_cast(0x02), + static_cast(0x44), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x89), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x44), + static_cast(0x83), + static_cast(0xfd), + static_cast(0x45), + static_cast(0x79), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x94), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x66), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x63), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x27), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xea), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x64), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x98), + static_cast(0x77), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x32), + static_cast(0xff), + static_cast(0x22), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xae), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x45), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x09), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x20), + static_cast(0x77), + static_cast(0xff), + static_cast(0xef), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x35), + static_cast(0xd9), + static_cast(0x20), + static_cast(0xe2), + static_cast(0x26), + static_cast(0x41), + static_cast(0x33), + static_cast(0x35), + static_cast(0x0a), + static_cast(0x26), + static_cast(0xe5), + static_cast(0xed), + static_cast(0xb9), + static_cast(0xbd), + static_cast(0x13), + static_cast(0x54), + static_cast(0x4b), + static_cast(0xfa), + static_cast(0x2b), + static_cast(0x1f), + static_cast(0xeb), + static_cast(0x4e), + static_cast(0x45), + static_cast(0xfc), + static_cast(0x79), + static_cast(0xac), + static_cast(0xef), + static_cast(0xa2), + static_cast(0xa2), + static_cast(0xf0), + static_cast(0xdf), + static_cast(0x9b), + static_cast(0x05), + static_cast(0xb4), + static_cast(0x61), + static_cast(0x1c), + static_cast(0x8e), + static_cast(0x8e), + static_cast(0x01), + static_cast(0x38), + static_cast(0xf9), + static_cast(0xed), + static_cast(0x38), + static_cast(0xc7), + static_cast(0x08), + static_cast(0x37), + static_cast(0xa7), + static_cast(0xf6), + static_cast(0x69), + static_cast(0x2f), + static_cast(0xfa), + static_cast(0xce), + static_cast(0xd1), + static_cast(0x13), + static_cast(0x37), + static_cast(0x80), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x59), + static_cast(0xf8), + static_cast(0x86), + static_cast(0x61), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x4f), + static_cast(0xf9), + static_cast(0xdb), + static_cast(0x45), + static_cast(0xf8), + static_cast(0xb0), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0xbf), + static_cast(0xdc), + static_cast(0xf9), + static_cast(0x11), + static_cast(0xbb), + static_cast(0xf6), + static_cast(0x06), + static_cast(0x2e), + static_cast(0x02), + static_cast(0x4c), + static_cast(0x52), + static_cast(0xfd), + static_cast(0xb7), + static_cast(0xc5), + static_cast(0xfa), + static_cast(0xd0), + static_cast(0x28), + static_cast(0x02), + static_cast(0x1c), + static_cast(0xaf), + static_cast(0xfd), + static_cast(0x58), + static_cast(0x62), + static_cast(0x00), + static_cast(0xcf), + static_cast(0xf2), + static_cast(0x02), + static_cast(0x97), + static_cast(0x43), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x50), + static_cast(0x20), + static_cast(0x00), + static_cast(0x2a), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x28), + static_cast(0xfd), + static_cast(0xe2), + static_cast(0x31), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x07), + static_cast(0xc8), + static_cast(0xfd), + static_cast(0x3c), + static_cast(0x3e), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x70), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x17), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x92), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x03), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x12), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x58), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x45), + static_cast(0x00), + static_cast(0xa4), + static_cast(0x34), + static_cast(0x00), + static_cast(0xfb), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x00), + static_cast(0x64), + static_cast(0xba), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x95), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x86), + static_cast(0xff), + static_cast(0x06), + static_cast(0x6c), + static_cast(0x20), + static_cast(0xd2), + static_cast(0xf1), + static_cast(0x3e), + static_cast(0xf4), + static_cast(0x7e), + static_cast(0x07), + static_cast(0xf1), + static_cast(0x1b), + static_cast(0xef), + static_cast(0x37), + static_cast(0x16), + static_cast(0x16), + static_cast(0xb1), + static_cast(0x0f), + static_cast(0xf8), + static_cast(0xf0), + static_cast(0x5c), + static_cast(0xea), + static_cast(0xa6), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x61), + static_cast(0x19), + static_cast(0xf2), + static_cast(0x56), + static_cast(0x71), + static_cast(0xee), + static_cast(0x3f), + static_cast(0x51), + static_cast(0x01), + static_cast(0x0f), + static_cast(0xd8), + static_cast(0x1c), + static_cast(0x6c), + static_cast(0xb5), + static_cast(0x04), + static_cast(0x80), + static_cast(0x3a), + static_cast(0xea), + static_cast(0xcc), + static_cast(0x76), + static_cast(0x08), + static_cast(0xd6), + static_cast(0x63), + static_cast(0xfb), + static_cast(0xd2), + static_cast(0x24), + static_cast(0xf7), + static_cast(0x04), + static_cast(0x6e), + static_cast(0x12), + static_cast(0x63), + static_cast(0x3d), + static_cast(0x03), + static_cast(0x49), + static_cast(0x3c), + static_cast(0xf8), + static_cast(0xdf), + static_cast(0x17), + static_cast(0xfd), + static_cast(0xf8), + static_cast(0x6c), + static_cast(0xfa), + static_cast(0x11), + static_cast(0x38), + static_cast(0xf8), + static_cast(0xaa), + static_cast(0xf0), + static_cast(0xfd), + static_cast(0xb5), + static_cast(0x40), + static_cast(0xfb), + static_cast(0xde), + static_cast(0x5c), + static_cast(0xf4), + static_cast(0x41), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x11), + static_cast(0xfc), + static_cast(0x6d), + static_cast(0x3b), + static_cast(0x02), + static_cast(0xb0), + static_cast(0x68), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xe5), + static_cast(0x01), + static_cast(0xc2), + static_cast(0x00), + static_cast(0x01), + static_cast(0x8e), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x41), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x37), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xce), + static_cast(0xfc), + static_cast(0x94), + static_cast(0x86), + static_cast(0xff), + static_cast(0x08), + static_cast(0x44), + static_cast(0x00), + static_cast(0x03), + static_cast(0xae), + static_cast(0xfd), + static_cast(0xc1), + static_cast(0x01), + static_cast(0x00), + static_cast(0x6c), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0x85), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xec), + static_cast(0x19), + static_cast(0xff), + static_cast(0x71), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x03), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x29), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x47), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x09), + static_cast(0xff), + static_cast(0xda), + static_cast(0x28), + static_cast(0xff), + static_cast(0x05), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x65), + static_cast(0x4c), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x16), + static_cast(0x00), + static_cast(0xba), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x02), + static_cast(0x12), + static_cast(0x00), + static_cast(0xea), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x83), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x65), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x65), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x38), + static_cast(0x1f), + static_cast(0xf9), + static_cast(0x0b), + static_cast(0x3d), + static_cast(0xe4), + static_cast(0x75), + static_cast(0x05), + static_cast(0xb1), + static_cast(0xec), + static_cast(0xed), + static_cast(0xb6), + static_cast(0xc8), + static_cast(0x19), + static_cast(0xad), + static_cast(0x36), + static_cast(0xf9), + static_cast(0x33), + static_cast(0xfb), + static_cast(0xe6), + static_cast(0x06), + static_cast(0xe2), + static_cast(0x03), + static_cast(0xe4), + static_cast(0x2e), + static_cast(0xf6), + static_cast(0x67), + static_cast(0x1b), + static_cast(0xed), + static_cast(0x07), + static_cast(0x6d), + static_cast(0xfc), + static_cast(0xe4), + static_cast(0xaa), + static_cast(0x1a), + static_cast(0x9a), + static_cast(0x20), + static_cast(0x0a), + static_cast(0x09), + static_cast(0x7c), + static_cast(0xe8), + static_cast(0x51), + static_cast(0x63), + static_cast(0x05), + static_cast(0xfa), + static_cast(0x60), + static_cast(0x01), + static_cast(0x98), + static_cast(0x64), + static_cast(0xf4), + static_cast(0x90), + static_cast(0x14), + static_cast(0x0e), + static_cast(0xf9), + static_cast(0xcf), + static_cast(0x08), + static_cast(0xb4), + static_cast(0x6d), + static_cast(0xf9), + static_cast(0x06), + static_cast(0x7a), + static_cast(0xfb), + static_cast(0x99), + static_cast(0xbb), + static_cast(0xfc), + static_cast(0xf1), + static_cast(0xae), + static_cast(0xf7), + static_cast(0x45), + static_cast(0xdb), + static_cast(0xfd), + static_cast(0xd2), + static_cast(0x42), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x13), + static_cast(0xf2), + static_cast(0x69), + static_cast(0xe8), + static_cast(0xfa), + static_cast(0x8a), + static_cast(0x66), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x81), + static_cast(0xfc), + static_cast(0x87), + static_cast(0x43), + static_cast(0x02), + static_cast(0x20), + static_cast(0x30), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x73), + static_cast(0xfd), + static_cast(0xa2), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x42), + static_cast(0x82), + static_cast(0x02), + static_cast(0x65), + static_cast(0x55), + static_cast(0x01), + static_cast(0x95), + static_cast(0x39), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x13), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xb4), + static_cast(0xfc), + static_cast(0x4b), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x85), + static_cast(0x2c), + static_cast(0x01), + static_cast(0xb1), + static_cast(0xd6), + static_cast(0xfd), + static_cast(0xa7), + static_cast(0x37), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x12), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x26), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xad), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x83), + static_cast(0x35), + static_cast(0xff), + static_cast(0x34), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x14), + static_cast(0x16), + static_cast(0xff), + static_cast(0x72), + static_cast(0x66), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x48), + static_cast(0x19), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xce), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x16), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x4a), + static_cast(0xde), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x07), + static_cast(0x00), + static_cast(0xdc), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x77), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x55), + static_cast(0x53), + static_cast(0xff), + static_cast(0x22), + static_cast(0x73), + static_cast(0x1b), + static_cast(0xce), + static_cast(0x60), + static_cast(0x3a), + static_cast(0xcd), + static_cast(0xa1), + static_cast(0x08), + static_cast(0xdd), + static_cast(0x2f), + static_cast(0xeb), + static_cast(0xae), + static_cast(0x55), + static_cast(0x1a), + static_cast(0xc4), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xaa), + static_cast(0xe3), + static_cast(0xc3), + static_cast(0x79), + static_cast(0x02), + static_cast(0xc9), + static_cast(0xde), + static_cast(0xfb), + static_cast(0xf7), + static_cast(0x3f), + static_cast(0xef), + static_cast(0x0f), + static_cast(0xb3), + static_cast(0xf5), + static_cast(0x8b), + static_cast(0x8b), + static_cast(0x14), + static_cast(0x8b), + static_cast(0x88), + static_cast(0x13), + static_cast(0x9e), + static_cast(0xcc), + static_cast(0xe8), + static_cast(0xef), + static_cast(0x41), + static_cast(0xff), + static_cast(0xae), + static_cast(0x7d), + static_cast(0x08), + static_cast(0xf3), + static_cast(0xd3), + static_cast(0xf2), + static_cast(0x95), + static_cast(0x39), + static_cast(0x08), + static_cast(0xd1), + static_cast(0x2d), + static_cast(0x0c), + static_cast(0xab), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0xea), + static_cast(0x77), + static_cast(0xfb), + static_cast(0xce), + static_cast(0x0b), + static_cast(0xfd), + static_cast(0x97), + static_cast(0x4e), + static_cast(0xf9), + static_cast(0x7e), + static_cast(0x50), + static_cast(0xfc), + static_cast(0xf9), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x81), + static_cast(0x48), + static_cast(0xf3), + static_cast(0x0e), + static_cast(0x14), + static_cast(0xf8), + static_cast(0x1a), + static_cast(0x57), + static_cast(0xff), + static_cast(0x52), + static_cast(0x8b), + static_cast(0xfb), + static_cast(0xdf), + static_cast(0xc4), + static_cast(0x01), + static_cast(0x8c), + static_cast(0x4f), + static_cast(0x02), + static_cast(0xfd), + static_cast(0xc9), + static_cast(0xfd), + static_cast(0x97), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xd1), + static_cast(0x01), + static_cast(0xd3), + static_cast(0xca), + static_cast(0x01), + static_cast(0x13), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x73), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xda), + static_cast(0xfc), + static_cast(0x41), + static_cast(0x21), + static_cast(0xff), + static_cast(0x63), + static_cast(0xb7), + static_cast(0x01), + static_cast(0x55), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x53), + static_cast(0x16), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x91), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x25), + static_cast(0xff), + static_cast(0x67), + static_cast(0x81), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x43), + static_cast(0xff), + static_cast(0x21), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x35), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x68), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x78), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x23), + static_cast(0x00), + static_cast(0x20), + static_cast(0xca), + static_cast(0xff), + static_cast(0xca), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x98), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x65), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x92), + static_cast(0x66), + static_cast(0xff), + static_cast(0x40), + static_cast(0x59), + static_cast(0x1c), + static_cast(0x71), + static_cast(0xf4), + static_cast(0x36), + static_cast(0x91), + static_cast(0x33), + static_cast(0x02), + static_cast(0x20), + static_cast(0x20), + static_cast(0xef), + static_cast(0x5b), + static_cast(0xf8), + static_cast(0x1d), + static_cast(0xe8), + static_cast(0xa6), + static_cast(0xfc), + static_cast(0xe9), + static_cast(0x34), + static_cast(0xe6), + static_cast(0xbc), + static_cast(0x4c), + static_cast(0x04), + static_cast(0xd6), + static_cast(0x15), + static_cast(0xfb), + static_cast(0xbd), + static_cast(0x9c), + static_cast(0xf0), + static_cast(0x98), + static_cast(0xbf), + static_cast(0xf4), + static_cast(0x10), + static_cast(0x3f), + static_cast(0x13), + static_cast(0x02), + static_cast(0xa4), + static_cast(0x11), + static_cast(0xe8), + static_cast(0x17), + static_cast(0xea), + static_cast(0xce), + static_cast(0x75), + static_cast(0x01), + static_cast(0x3a), + static_cast(0x18), + static_cast(0x08), + static_cast(0x3a), + static_cast(0x2a), + static_cast(0xf3), + static_cast(0xd0), + static_cast(0xd1), + static_cast(0x05), + static_cast(0x5e), + static_cast(0x77), + static_cast(0x0b), + static_cast(0x56), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xba), + static_cast(0xfc), + static_cast(0x90), + static_cast(0x08), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x57), + static_cast(0xf9), + static_cast(0xb3), + static_cast(0xce), + static_cast(0xfc), + static_cast(0x3c), + static_cast(0x24), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xe2), + static_cast(0xf3), + static_cast(0xad), + static_cast(0xf6), + static_cast(0xf9), + static_cast(0x01), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0x80), + static_cast(0xdf), + static_cast(0xfa), + static_cast(0x2e), + static_cast(0xb6), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x55), + static_cast(0x02), + static_cast(0x20), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x04), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x76), + static_cast(0x01), + static_cast(0x8e), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x75), + static_cast(0x00), + static_cast(0x6a), + static_cast(0x8d), + static_cast(0x00), + static_cast(0x69), + static_cast(0x90), + static_cast(0xfc), + static_cast(0x5b), + static_cast(0xae), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x50), + static_cast(0x01), + static_cast(0xac), + static_cast(0x13), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x56), + static_cast(0x00), + static_cast(0x9d), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x99), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xea), + static_cast(0xff), + static_cast(0xce), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x07), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x68), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x37), + static_cast(0xff), + static_cast(0x81), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x35), + static_cast(0x63), + static_cast(0xff), + static_cast(0x67), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x31), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x01), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x39), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x98), + static_cast(0x58), + static_cast(0xff), + static_cast(0x97), + static_cast(0x55), + static_cast(0xff), + static_cast(0xee), + static_cast(0x54), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x8f), + static_cast(0x1b), + static_cast(0xee), + static_cast(0x4c), + static_cast(0x32), + static_cast(0x16), + static_cast(0x06), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xec), + static_cast(0xf3), + static_cast(0x44), + static_cast(0xc7), + static_cast(0x1e), + static_cast(0x68), + static_cast(0xe0), + static_cast(0xf9), + static_cast(0xf2), + static_cast(0xce), + static_cast(0xe9), + static_cast(0x94), + static_cast(0x33), + static_cast(0x05), + static_cast(0xd0), + static_cast(0xcd), + static_cast(0xf9), + static_cast(0x7f), + static_cast(0xf1), + static_cast(0xf1), + static_cast(0x4b), + static_cast(0xe8), + static_cast(0xf4), + static_cast(0x17), + static_cast(0x57), + static_cast(0x11), + static_cast(0xad), + static_cast(0x63), + static_cast(0x0f), + static_cast(0xad), + static_cast(0xef), + static_cast(0xeb), + static_cast(0x0c), + static_cast(0xe0), + static_cast(0x02), + static_cast(0xc6), + static_cast(0x79), + static_cast(0x08), + static_cast(0xf0), + static_cast(0xce), + static_cast(0xf3), + static_cast(0xcd), + static_cast(0x99), + static_cast(0x02), + static_cast(0xc1), + static_cast(0x6c), + static_cast(0x0b), + static_cast(0xba), + static_cast(0x54), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xda), + static_cast(0xfb), + static_cast(0xe9), + static_cast(0x51), + static_cast(0x00), + static_cast(0x79), + static_cast(0x61), + static_cast(0xfa), + static_cast(0xf8), + static_cast(0x95), + static_cast(0xfb), + static_cast(0x80), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x4c), + static_cast(0xf4), + static_cast(0x2d), + static_cast(0xa6), + static_cast(0xfa), + static_cast(0x55), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x55), + static_cast(0x4e), + static_cast(0xfa), + static_cast(0x89), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0xc0), + static_cast(0x01), + static_cast(0xb2), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xca), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x9c), + static_cast(0x01), + static_cast(0x21), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xba), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x48), + static_cast(0xa7), + static_cast(0x00), + static_cast(0x02), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0x93), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x96), + static_cast(0x00), + static_cast(0x96), + static_cast(0xc7), + static_cast(0xfd), + static_cast(0x29), + static_cast(0xad), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xa3), + static_cast(0x00), + static_cast(0x39), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x30), + static_cast(0xff), + static_cast(0x60), + static_cast(0x91), + static_cast(0xff), + static_cast(0xde), + static_cast(0x86), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x22), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x82), + static_cast(0xff), + static_cast(0x50), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x29), + static_cast(0xff), + static_cast(0xef), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x44), + static_cast(0x08), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x72), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x69), + static_cast(0xff), + static_cast(0x43), + static_cast(0x50), + static_cast(0xff), + static_cast(0x33), + static_cast(0x26), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xb5), + static_cast(0x16), + static_cast(0x86), + static_cast(0x77), + static_cast(0x2d), + static_cast(0xb7), + static_cast(0x9a), + static_cast(0x03), + static_cast(0x82), + static_cast(0x99), + static_cast(0xf4), + static_cast(0x55), + static_cast(0xb8), + static_cast(0x1c), + static_cast(0x48), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0xcf), + static_cast(0xe9), + static_cast(0x3f), + static_cast(0x45), + static_cast(0x05), + static_cast(0x94), + static_cast(0x38), + static_cast(0xfb), + static_cast(0x70), + static_cast(0xde), + static_cast(0xf2), + static_cast(0x8f), + static_cast(0x0f), + static_cast(0xf5), + static_cast(0x33), + static_cast(0x9c), + static_cast(0x0b), + static_cast(0xf4), + static_cast(0x54), + static_cast(0x11), + static_cast(0x17), + static_cast(0x55), + static_cast(0xef), + static_cast(0x7b), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x34), + static_cast(0x4e), + static_cast(0x0b), + static_cast(0x30), + static_cast(0x06), + static_cast(0xf6), + static_cast(0x29), + static_cast(0x61), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x55), + static_cast(0x0a), + static_cast(0x01), + static_cast(0xa9), + static_cast(0x02), + static_cast(0x7e), + static_cast(0xf0), + static_cast(0xfa), + static_cast(0x74), + static_cast(0x07), + static_cast(0x00), + static_cast(0x64), + static_cast(0x70), + static_cast(0xfd), + static_cast(0x37), + static_cast(0xca), + static_cast(0xfa), + static_cast(0xb4), + static_cast(0xd8), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0x21), + static_cast(0xf6), + static_cast(0xe3), + static_cast(0x3e), + static_cast(0xfa), + static_cast(0xc4), + static_cast(0xec), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x4f), + static_cast(0xfb), + static_cast(0xa9), + static_cast(0xb4), + static_cast(0xfc), + static_cast(0xdf), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x2b), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x05), + static_cast(0x02), + static_cast(0x2c), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x88), + static_cast(0x00), + static_cast(0xca), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x01), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x54), + static_cast(0x00), + static_cast(0x37), + static_cast(0xf6), + static_cast(0xfd), + static_cast(0x31), + static_cast(0x71), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xb6), + static_cast(0x00), + static_cast(0xe4), + static_cast(0x66), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x42), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x96), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x59), + static_cast(0xff), + static_cast(0x25), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x79), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x57), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x94), + static_cast(0x83), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x19), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x73), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x16), + static_cast(0xce), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x83), + static_cast(0xff), + static_cast(0x38), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x74), + static_cast(0x64), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x48), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x56), + static_cast(0x16), + static_cast(0x5a), + static_cast(0x1f), + static_cast(0x2a), + static_cast(0xca), + static_cast(0x46), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x36), + static_cast(0xf5), + static_cast(0xf4), + static_cast(0x94), + static_cast(0x23), + static_cast(0x5b), + static_cast(0xd8), + static_cast(0x00), + static_cast(0x9a), + static_cast(0x32), + static_cast(0xe4), + static_cast(0xad), + static_cast(0x56), + static_cast(0x02), + static_cast(0x2c), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x0d), + static_cast(0xf6), + static_cast(0xaf), + static_cast(0x7d), + static_cast(0xf8), + static_cast(0x49), + static_cast(0x22), + static_cast(0x0a), + static_cast(0x1d), + static_cast(0x1f), + static_cast(0x08), + static_cast(0x29), + static_cast(0x15), + static_cast(0xf0), + static_cast(0x24), + static_cast(0xea), + static_cast(0x02), + static_cast(0x4d), + static_cast(0x0c), + static_cast(0x08), + static_cast(0x51), + static_cast(0xe8), + static_cast(0xf7), + static_cast(0x15), + static_cast(0x09), + static_cast(0x01), + static_cast(0xb8), + static_cast(0xd7), + static_cast(0x05), + static_cast(0x95), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x67), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x34), + static_cast(0x02), + static_cast(0x43), + static_cast(0x52), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x9c), + static_cast(0xe0), + static_cast(0x01), + static_cast(0xcd), + static_cast(0x30), + static_cast(0xfa), + static_cast(0xf5), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x89), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x61), + static_cast(0xfb), + static_cast(0x9e), + static_cast(0x61), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x50), + static_cast(0x1e), + static_cast(0xfc), + static_cast(0xe4), + static_cast(0x1f), + static_cast(0xfc), + static_cast(0x22), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xab), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0x31), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x3d), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xab), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x77), + static_cast(0x00), + static_cast(0x24), + static_cast(0xce), + static_cast(0xff), + static_cast(0xee), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x40), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x20), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xec), + static_cast(0xff), + static_cast(0x29), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x69), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x01), + static_cast(0x22), + static_cast(0x00), + static_cast(0x46), + static_cast(0x86), + static_cast(0xff), + static_cast(0x91), + static_cast(0x59), + static_cast(0xff), + static_cast(0x50), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x27), + static_cast(0xff), + static_cast(0x25), + static_cast(0x36), + static_cast(0xff), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x61), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x84), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x96), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x23), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x77), + static_cast(0x53), + static_cast(0x14), + static_cast(0xa1), + static_cast(0xbb), + static_cast(0x24), + static_cast(0xd1), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x0b), + static_cast(0xfa), + static_cast(0x87), + static_cast(0x45), + static_cast(0x1f), + static_cast(0xbc), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x15), + static_cast(0xd1), + static_cast(0xea), + static_cast(0x60), + static_cast(0x7a), + static_cast(0x02), + static_cast(0xb4), + static_cast(0x35), + static_cast(0xfe), + static_cast(0x04), + static_cast(0xab), + static_cast(0xf7), + static_cast(0x04), + static_cast(0x56), + static_cast(0xf9), + static_cast(0x70), + static_cast(0xd3), + static_cast(0x08), + static_cast(0x0e), + static_cast(0x6a), + static_cast(0x06), + static_cast(0xdd), + static_cast(0x89), + static_cast(0xf2), + static_cast(0x0b), + static_cast(0xba), + static_cast(0x02), + static_cast(0x7c), + static_cast(0x4c), + static_cast(0x06), + static_cast(0x55), + static_cast(0x21), + static_cast(0xf9), + static_cast(0xc2), + static_cast(0x57), + static_cast(0x00), + static_cast(0x95), + static_cast(0x44), + static_cast(0x05), + static_cast(0x3f), + static_cast(0x36), + static_cast(0x00), + static_cast(0x29), + static_cast(0x41), + static_cast(0xfe), + static_cast(0x15), + static_cast(0xb9), + static_cast(0x01), + static_cast(0x43), + static_cast(0x66), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x7e), + static_cast(0xd8), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x81), + static_cast(0xfa), + static_cast(0xcc), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x10), + static_cast(0x00), + static_cast(0xac), + static_cast(0xca), + static_cast(0xfb), + static_cast(0x88), + static_cast(0x24), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x57), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xf0), + static_cast(0xfc), + static_cast(0x81), + static_cast(0xf8), + static_cast(0xfc), + static_cast(0xaa), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x30), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x61), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x69), + static_cast(0x82), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x28), + static_cast(0x00), + static_cast(0xbd), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x42), + static_cast(0x59), + static_cast(0xff), + static_cast(0x28), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x32), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x47), + static_cast(0x87), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x98), + static_cast(0xff), + static_cast(0x23), + static_cast(0x17), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x69), + static_cast(0xff), + static_cast(0x95), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x29), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x34), + static_cast(0xff), + static_cast(0x53), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x83), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x76), + static_cast(0xff), + static_cast(0x03), + static_cast(0x90), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x07), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x05), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x89), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x7d), + static_cast(0x10), + static_cast(0x30), + static_cast(0x48), + static_cast(0x20), + static_cast(0x4d), + static_cast(0xb5), + static_cast(0x02), + static_cast(0xa9), + static_cast(0x0c), + static_cast(0xfb), + static_cast(0x7b), + static_cast(0xcb), + static_cast(0x19), + static_cast(0xe7), + static_cast(0xbb), + static_cast(0x02), + static_cast(0xe1), + static_cast(0x22), + static_cast(0xef), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x64), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x3e), + static_cast(0xf9), + static_cast(0x49), + static_cast(0xcd), + static_cast(0xf9), + static_cast(0x44), + static_cast(0x57), + static_cast(0x06), + static_cast(0x4c), + static_cast(0x09), + static_cast(0x07), + static_cast(0x56), + static_cast(0xf2), + static_cast(0xf4), + static_cast(0xe6), + static_cast(0x8f), + static_cast(0x00), + static_cast(0xda), + static_cast(0x48), + static_cast(0x06), + static_cast(0xcb), + static_cast(0xdf), + static_cast(0xfa), + static_cast(0xc8), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x7c), + static_cast(0x04), + static_cast(0x72), + static_cast(0x24), + static_cast(0x01), + static_cast(0xd5), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x19), + static_cast(0x01), + static_cast(0x66), + static_cast(0xac), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x63), + static_cast(0x00), + static_cast(0x72), + static_cast(0x05), + static_cast(0x01), + static_cast(0x18), + static_cast(0x5d), + static_cast(0xfb), + static_cast(0x87), + static_cast(0x61), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xb8), + static_cast(0xaf), + static_cast(0xfc), + static_cast(0xea), + static_cast(0x64), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x18), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x08), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0x37), + static_cast(0xfd), + static_cast(0x06), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x63), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x46), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x48), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x61), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xea), + static_cast(0xff), + static_cast(0x76), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x58), + static_cast(0xba), + static_cast(0xff), + static_cast(0xad), + static_cast(0x83), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x83), + static_cast(0xff), + static_cast(0x30), + static_cast(0x53), + static_cast(0xff), + static_cast(0x99), + static_cast(0x74), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x33), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x56), + static_cast(0xff), + static_cast(0x93), + static_cast(0x69), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x50), + static_cast(0xff), + static_cast(0x71), + static_cast(0x69), + static_cast(0xff), + static_cast(0x88), + static_cast(0x90), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x48), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x90), + static_cast(0x96), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x31), + static_cast(0xad), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x91), + static_cast(0xff), + static_cast(0x41), + static_cast(0x58), + static_cast(0x0e), + static_cast(0xa4), + static_cast(0x24), + static_cast(0x1c), + static_cast(0xa3), + static_cast(0xc2), + static_cast(0x03), + static_cast(0xa9), + static_cast(0x2f), + static_cast(0xfd), + static_cast(0x43), + static_cast(0xcd), + static_cast(0x15), + static_cast(0x18), + static_cast(0xbf), + static_cast(0x03), + static_cast(0x3b), + static_cast(0x8c), + static_cast(0xf3), + static_cast(0x59), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xa8), + static_cast(0xfa), + static_cast(0x40), + static_cast(0xd4), + static_cast(0xf9), + static_cast(0x10), + static_cast(0x74), + static_cast(0x05), + static_cast(0x46), + static_cast(0x1e), + static_cast(0x06), + static_cast(0xe2), + static_cast(0xaa), + static_cast(0xf6), + static_cast(0xc4), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x52), + static_cast(0x1d), + static_cast(0x05), + static_cast(0x7b), + static_cast(0x5f), + static_cast(0xfc), + static_cast(0x76), + static_cast(0x36), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xba), + static_cast(0x03), + static_cast(0x75), + static_cast(0x15), + static_cast(0x01), + static_cast(0x89), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x13), + static_cast(0x01), + static_cast(0x4a), + static_cast(0x40), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x44), + static_cast(0x00), + static_cast(0x27), + static_cast(0xd8), + static_cast(0x00), + static_cast(0xe8), + static_cast(0xe8), + static_cast(0xfb), + static_cast(0xa0), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x04), + static_cast(0x00), + static_cast(0x8a), + static_cast(0xb2), + static_cast(0xfd), + static_cast(0xb9), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x10), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x01), + static_cast(0xff), + static_cast(0x38), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x03), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x22), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x07), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x30), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x23), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x96), + static_cast(0x36), + static_cast(0xff), + static_cast(0x92), + static_cast(0x47), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x04), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x11), + static_cast(0xff), + static_cast(0x72), + static_cast(0x50), + static_cast(0xff), + static_cast(0x66), + static_cast(0x71), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x06), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xae), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x82), + static_cast(0x0b), + static_cast(0x2d), + static_cast(0x7f), + static_cast(0x18), + static_cast(0x48), + static_cast(0x1d), + static_cast(0x06), + static_cast(0x27), + static_cast(0xba), + static_cast(0xfd), + static_cast(0x46), + static_cast(0x37), + static_cast(0x12), + static_cast(0x65), + static_cast(0x64), + static_cast(0x06), + static_cast(0xf0), + static_cast(0x4a), + static_cast(0xf6), + static_cast(0x3f), + static_cast(0x66), + static_cast(0xff), + static_cast(0x98), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xac), + static_cast(0x87), + static_cast(0xfb), + static_cast(0x7f), + static_cast(0x15), + static_cast(0xfa), + static_cast(0xb7), + static_cast(0xf6), + static_cast(0x03), + static_cast(0x38), + static_cast(0x1c), + static_cast(0x06), + static_cast(0xa1), + static_cast(0x4e), + static_cast(0xf8), + static_cast(0x8e), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0xe9), + static_cast(0x04), + static_cast(0xac), + static_cast(0xc2), + static_cast(0xfd), + static_cast(0x58), + static_cast(0x06), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xe6), + static_cast(0x02), + static_cast(0xe6), + static_cast(0x5e), + static_cast(0x01), + static_cast(0x0a), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xa1), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x47), + static_cast(0xff), + static_cast(0x69), + static_cast(0x38), + static_cast(0x00), + static_cast(0x56), + static_cast(0xb1), + static_cast(0x00), + static_cast(0x65), + static_cast(0xc4), + static_cast(0xfc), + static_cast(0x10), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x79), + static_cast(0x00), + static_cast(0xd3), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x42), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x50), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x26), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x42), + static_cast(0xff), + static_cast(0x33), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x16), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x62), + static_cast(0xff), + static_cast(0xed), + static_cast(0x29), + static_cast(0xff), + static_cast(0x88), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x91), + static_cast(0x50), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x58), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x29), + static_cast(0xad), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x40), + static_cast(0xff), + static_cast(0x85), + static_cast(0x45), + static_cast(0xff), + static_cast(0x92), + static_cast(0x47), + static_cast(0xff), + static_cast(0x00), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x23), + static_cast(0x94), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xba), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xce), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x13), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x74), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x4d), + static_cast(0x09), + static_cast(0x3a), + static_cast(0x26), + static_cast(0x15), + static_cast(0xac), + static_cast(0x45), + static_cast(0x07), + static_cast(0x6a), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x9c), + static_cast(0x0f), + static_cast(0xf2), + static_cast(0xfb), + static_cast(0x07), + static_cast(0x79), + static_cast(0x93), + static_cast(0xf8), + static_cast(0xad), + static_cast(0x50), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x16), + static_cast(0x29), + static_cast(0xfc), + static_cast(0x70), + static_cast(0x50), + static_cast(0xfa), + static_cast(0x02), + static_cast(0xdd), + static_cast(0x02), + static_cast(0xf7), + static_cast(0xad), + static_cast(0x05), + static_cast(0x14), + static_cast(0x9d), + static_cast(0xf9), + static_cast(0xc5), + static_cast(0xe4), + static_cast(0xfd), + static_cast(0x24), + static_cast(0x97), + static_cast(0x04), + static_cast(0x7e), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x65), + static_cast(0x02), + static_cast(0xf2), + static_cast(0xd1), + static_cast(0x01), + static_cast(0x21), + static_cast(0x96), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x09), + static_cast(0x00), + static_cast(0xef), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x41), + static_cast(0x00), + static_cast(0x98), + static_cast(0xc2), + static_cast(0x00), + static_cast(0x63), + static_cast(0xb1), + static_cast(0xfd), + static_cast(0xa8), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x9a), + static_cast(0x00), + static_cast(0x2f), + static_cast(0x82), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x98), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x40), + static_cast(0x21), + static_cast(0xff), + static_cast(0x73), + static_cast(0x00), + static_cast(0xff), + static_cast(0xda), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x24), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x19), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x12), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x60), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x87), + static_cast(0xff), + static_cast(0x44), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xec), + static_cast(0x48), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x42), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x26), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x10), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x20), + static_cast(0xff), + static_cast(0x75), + static_cast(0x70), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x90), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xba), + static_cast(0xff), + static_cast(0x86), + static_cast(0xad), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xef), + static_cast(0xff), + static_cast(0xea), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xce), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x32), + static_cast(0x77), + static_cast(0xff), + static_cast(0x88), + static_cast(0x5f), + static_cast(0x0a), + static_cast(0xe5), + static_cast(0x5a), + static_cast(0x12), + static_cast(0x9a), + static_cast(0x1a), + static_cast(0x03), + static_cast(0xbb), + static_cast(0x50), + static_cast(0x02), + static_cast(0x5a), + static_cast(0xa7), + static_cast(0x0f), + static_cast(0x7c), + static_cast(0x2d), + static_cast(0x04), + static_cast(0xc6), + static_cast(0x4e), + static_cast(0xfb), + static_cast(0x95), + static_cast(0x75), + static_cast(0x00), + static_cast(0x2f), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x86), + static_cast(0xb5), + static_cast(0xfb), + static_cast(0x24), + static_cast(0xc0), + static_cast(0xfa), + static_cast(0xb8), + static_cast(0xa6), + static_cast(0x04), + static_cast(0x0d), + static_cast(0xce), + static_cast(0x02), + static_cast(0x5d), + static_cast(0xef), + static_cast(0xf9), + static_cast(0x81), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x69), + static_cast(0x03), + static_cast(0x6e), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x81), + static_cast(0x57), + static_cast(0xff), + static_cast(0x25), + static_cast(0x9c), + static_cast(0x02), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x8e), + static_cast(0x00), + static_cast(0xc2), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xec), + static_cast(0x00), + static_cast(0x33), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x14), + static_cast(0x00), + static_cast(0x6f), + static_cast(0x31), + static_cast(0x00), + static_cast(0x25), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x74), + static_cast(0xff), + static_cast(0x21), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x40), + static_cast(0xff), + static_cast(0x27), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xea), + static_cast(0x59), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x25), + static_cast(0xff), + static_cast(0x24), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x99), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xac), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x23), + static_cast(0xff), + static_cast(0x02), + static_cast(0x02), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x19), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x51), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xef), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x22), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x96), + static_cast(0x39), + static_cast(0xff), + static_cast(0xda), + static_cast(0x55), + static_cast(0xff), + static_cast(0x35), + static_cast(0x94), + static_cast(0xff), + static_cast(0x89), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x55), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xac), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x20), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x53), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x98), + static_cast(0x90), + static_cast(0xff), + static_cast(0x29), + static_cast(0x64), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x35), + static_cast(0x09), + static_cast(0x35), + static_cast(0x3c), + static_cast(0x10), + static_cast(0xa1), + static_cast(0x7e), + static_cast(0x03), + static_cast(0xeb), + static_cast(0x03), + static_cast(0x03), + static_cast(0xa4), + static_cast(0xa4), + static_cast(0x0d), + static_cast(0x76), + static_cast(0xe9), + static_cast(0x03), + static_cast(0xc9), + static_cast(0xf9), + static_cast(0xfc), + static_cast(0x99), + static_cast(0x37), + static_cast(0x01), + static_cast(0x54), + static_cast(0xef), + static_cast(0x00), + static_cast(0x5e), + static_cast(0xfb), + static_cast(0xfb), + static_cast(0xc0), + static_cast(0x50), + static_cast(0xfb), + static_cast(0x15), + static_cast(0xd7), + static_cast(0x03), + static_cast(0x4a), + static_cast(0x21), + static_cast(0x02), + static_cast(0x8c), + static_cast(0xb9), + static_cast(0xfa), + static_cast(0x9c), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xef), + static_cast(0x8c), + static_cast(0x03), + static_cast(0x17), + static_cast(0x20), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x80), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x4a), + static_cast(0x02), + static_cast(0x78), + static_cast(0x81), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x51), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x23), + static_cast(0x01), + static_cast(0x2e), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xd4), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0xba), + static_cast(0xff), + static_cast(0x69), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x23), + static_cast(0x73), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x96), + static_cast(0xff), + static_cast(0x86), + static_cast(0x62), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x82), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xef), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xea), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x36), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x26), + static_cast(0xff), + static_cast(0x49), + static_cast(0x35), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x47), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x86), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x40), + static_cast(0x70), + static_cast(0xff), + static_cast(0x81), + static_cast(0x41), + static_cast(0xff), + static_cast(0x27), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x00), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xab), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x13), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x95), + static_cast(0xff), + static_cast(0x86), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x68), + static_cast(0xff), + static_cast(0x36), + static_cast(0xd7), + static_cast(0x07), + static_cast(0x98), + static_cast(0x3e), + static_cast(0x0e), + static_cast(0x0e), + static_cast(0xec), + static_cast(0x03), + static_cast(0xde), + static_cast(0x36), + static_cast(0x03), + static_cast(0x53), + static_cast(0x38), + static_cast(0x0c), + static_cast(0x27), + static_cast(0x93), + static_cast(0x04), + static_cast(0xaf), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xfb), + static_cast(0x00), + static_cast(0x82), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xa6), + static_cast(0xec), + static_cast(0xfc), + static_cast(0x01), + static_cast(0x94), + static_cast(0xfb), + static_cast(0x1a), + static_cast(0x82), + static_cast(0x02), + static_cast(0xe4), + static_cast(0x33), + static_cast(0x02), + static_cast(0x74), + static_cast(0x33), + static_cast(0xfc), + static_cast(0xce), + static_cast(0x09), + static_cast(0x00), + static_cast(0x0b), + static_cast(0xb2), + static_cast(0x02), + static_cast(0x66), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x20), + static_cast(0x00), + static_cast(0x58), + static_cast(0x0f), + static_cast(0x02), + static_cast(0x98), + static_cast(0x03), + static_cast(0x01), + static_cast(0x2f), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x8d), + static_cast(0xb7), + static_cast(0x00), + static_cast(0xba), + static_cast(0xce), + static_cast(0xff), + static_cast(0x56), + static_cast(0xda), + static_cast(0x00), + static_cast(0x06), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x53), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x20), + static_cast(0xff), + static_cast(0xef), + static_cast(0xda), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x12), + static_cast(0xff), + static_cast(0x53), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x08), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x17), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x43), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x33), + static_cast(0xff), + static_cast(0x79), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x75), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x59), + static_cast(0xff), + static_cast(0x53), + static_cast(0x60), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x62), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x87), + static_cast(0x46), + static_cast(0xff), + static_cast(0x19), + static_cast(0x73), + static_cast(0xff), + static_cast(0x90), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x06), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x93), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x81), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x84), + static_cast(0xff), + static_cast(0x46), + static_cast(0x72), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x66), + static_cast(0xff), + static_cast(0x23), + static_cast(0x84), + static_cast(0x06), + static_cast(0x35), + static_cast(0x40), + static_cast(0x0c), + static_cast(0x0d), + static_cast(0x81), + static_cast(0x04), + static_cast(0x10), + static_cast(0xac), + static_cast(0x03), + static_cast(0x84), + static_cast(0xae), + static_cast(0x0a), + static_cast(0x3f), + static_cast(0x46), + static_cast(0x05), + static_cast(0xb4), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x32), + static_cast(0x70), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x6a), + static_cast(0x00), + static_cast(0x05), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0xf9), + static_cast(0x3c), + static_cast(0xfc), + static_cast(0x70), + static_cast(0xac), + static_cast(0x01), + static_cast(0x6f), + static_cast(0x0d), + static_cast(0x02), + static_cast(0xfa), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xec), + static_cast(0x98), + static_cast(0x02), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x00), + static_cast(0xed), + static_cast(0xe7), + static_cast(0x00), + static_cast(0x57), + static_cast(0x85), + static_cast(0x01), + static_cast(0x71), + static_cast(0xdb), + static_cast(0x00), + static_cast(0x61), + static_cast(0xff), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x97), + static_cast(0x00), + static_cast(0x89), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xa1), + static_cast(0x00), + static_cast(0x5c), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x58), + static_cast(0x19), + static_cast(0x00), + static_cast(0xda), + static_cast(0x23), + static_cast(0xff), + static_cast(0x82), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xca), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x57), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x33), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x53), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x95), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x23), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x34), + static_cast(0x65), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x92), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x45), + static_cast(0xff), + static_cast(0x39), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x86), + static_cast(0xff), + static_cast(0xea), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x90), + static_cast(0xff), + static_cast(0x00), + static_cast(0x98), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x75), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x87), + static_cast(0xff), + static_cast(0x28), + static_cast(0x83), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xde), + static_cast(0x05), + static_cast(0xe0), + static_cast(0x06), + static_cast(0x0b), + static_cast(0xbb), + static_cast(0xdd), + static_cast(0x04), + static_cast(0x75), + static_cast(0xde), + static_cast(0x03), + static_cast(0x60), + static_cast(0x4c), + static_cast(0x09), + static_cast(0x4d), + static_cast(0xa2), + static_cast(0x05), + static_cast(0x4b), + static_cast(0x43), + static_cast(0x00), + static_cast(0x0e), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x80), + static_cast(0xd1), + static_cast(0x00), + static_cast(0x6f), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x97), + static_cast(0xfc), + static_cast(0xe4), + static_cast(0xa4), + static_cast(0x00), + static_cast(0x64), + static_cast(0xef), + static_cast(0x01), + static_cast(0xe8), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x88), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x07), + static_cast(0x54), + static_cast(0x03), + static_cast(0xfc), + static_cast(0x81), + static_cast(0x01), + static_cast(0xca), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x28), + static_cast(0x36), + static_cast(0x01), + static_cast(0x38), + static_cast(0x1c), + static_cast(0x01), + static_cast(0xad), + static_cast(0xc4), + static_cast(0x00), + static_cast(0x26), + static_cast(0x47), + static_cast(0x00), + static_cast(0x31), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x90), + static_cast(0x04), + static_cast(0x00), + static_cast(0xef), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x73), + static_cast(0xac), + static_cast(0xff), + static_cast(0xce), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x79), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x41), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x65), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x47), + static_cast(0xff), + static_cast(0x36), + static_cast(0x10), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x93), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xce), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x06), + static_cast(0xff), + static_cast(0x07), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x32), + static_cast(0xff), + static_cast(0xab), + static_cast(0x73), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x56), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x56), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x84), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x66), + static_cast(0x52), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xec), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x98), + static_cast(0x88), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x92), + static_cast(0xff), + static_cast(0x93), + static_cast(0x87), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x79), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x76), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x93), + static_cast(0xff), + static_cast(0x84), + static_cast(0x94), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x45), + static_cast(0xd1), + static_cast(0x04), + static_cast(0x2a), + static_cast(0x8a), + static_cast(0x09), + static_cast(0x30), + static_cast(0x88), + static_cast(0x05), + static_cast(0xd7), + static_cast(0x09), + static_cast(0x04), + static_cast(0x4d), + static_cast(0xe3), + static_cast(0x07), + static_cast(0x2d), + static_cast(0xf2), + static_cast(0x05), + static_cast(0x1a), + static_cast(0xf6), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x77), + static_cast(0xe2), + static_cast(0x00), + static_cast(0x92), + static_cast(0x81), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x07), + static_cast(0xfd), + static_cast(0x13), + static_cast(0x1c), + static_cast(0x01), + static_cast(0xe2), + static_cast(0xd0), + static_cast(0x02), + static_cast(0x3e), + static_cast(0x56), + static_cast(0x00), + static_cast(0xa9), + static_cast(0xdf), + static_cast(0x00), + static_cast(0x81), + static_cast(0xbf), + static_cast(0x02), + static_cast(0x55), + static_cast(0x55), + static_cast(0x01), + static_cast(0x05), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x57), + static_cast(0x3b), + static_cast(0x01), + static_cast(0x0d), + static_cast(0xe9), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x42), + static_cast(0xaf), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x3c), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x70), + static_cast(0xce), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x15), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xea), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x25), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x17), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x27), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x25), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x47), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x54), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x40), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x50), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x54), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x44), + static_cast(0xff), + static_cast(0x24), + static_cast(0x50), + static_cast(0xff), + static_cast(0x64), + static_cast(0x58), + static_cast(0xff), + static_cast(0x56), + static_cast(0x57), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x79), + static_cast(0xff), + static_cast(0x19), + static_cast(0x94), + static_cast(0xff), + static_cast(0x08), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x81), + static_cast(0x88), + static_cast(0xff), + static_cast(0x39), + static_cast(0x87), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x80), + static_cast(0xff), + static_cast(0x98), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x05), + static_cast(0x75), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x81), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x85), + static_cast(0xff), + static_cast(0x80), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x02), + static_cast(0xfc), + static_cast(0x03), + static_cast(0x68), + static_cast(0xf1), + static_cast(0x08), + static_cast(0xea), + static_cast(0xee), + static_cast(0x05), + static_cast(0x92), + static_cast(0x42), + static_cast(0x03), + static_cast(0xb2), + static_cast(0x29), + static_cast(0x07), + static_cast(0x24), + static_cast(0x9e), + static_cast(0x06), + static_cast(0x85), + static_cast(0xe8), + static_cast(0x00), + static_cast(0x62), + static_cast(0x49), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x58), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0xf6), + static_cast(0x01), + static_cast(0x81), + static_cast(0xda), + static_cast(0x02), + static_cast(0x57), + static_cast(0x80), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x19), + static_cast(0x01), + static_cast(0x70), + static_cast(0x7f), + static_cast(0x02), + static_cast(0x31), + static_cast(0x0c), + static_cast(0x01), + static_cast(0x3b), + static_cast(0x12), + static_cast(0x00), + static_cast(0xf3), + static_cast(0xa0), + static_cast(0x00), + static_cast(0x7e), + static_cast(0xd0), + static_cast(0x00), + static_cast(0xd9), + static_cast(0xee), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x97), + static_cast(0x00), + static_cast(0x76), + static_cast(0x19), + static_cast(0x00), + static_cast(0xbb), + static_cast(0xec), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x15), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x86), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x47), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x83), + static_cast(0x20), + static_cast(0xff), + static_cast(0x85), + static_cast(0x37), + static_cast(0xff), + static_cast(0x80), + static_cast(0x08), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x15), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x90), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x90), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x14), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x27), + static_cast(0xff), + static_cast(0x34), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x74), + static_cast(0x33), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x30), + static_cast(0x44), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x12), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x68), + static_cast(0xff), + static_cast(0x27), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x66), + static_cast(0x78), + static_cast(0xff), + static_cast(0x47), + static_cast(0x82), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x77), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x70), + static_cast(0xff), + static_cast(0x48), + static_cast(0x79), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x78), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x74), + static_cast(0xff), + static_cast(0x92), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x14), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x82), + static_cast(0xff), + static_cast(0xea), + static_cast(0x81), + static_cast(0xff), + static_cast(0x44), + static_cast(0xad), + static_cast(0x03), + static_cast(0xd5), + static_cast(0x2a), + static_cast(0x08), + static_cast(0xdb), + static_cast(0xaa), + static_cast(0x05), + static_cast(0x69), + static_cast(0x07), + static_cast(0x04), + static_cast(0x01), + static_cast(0xa8), + static_cast(0x06), + static_cast(0x8e), + static_cast(0x7c), + static_cast(0x04), + static_cast(0x6b), + static_cast(0xd6), + static_cast(0x00), + static_cast(0x88), + static_cast(0x47), + static_cast(0x01), + static_cast(0x35), + static_cast(0x6b), + static_cast(0x02), + static_cast(0x98), + static_cast(0x93), + static_cast(0x00), + static_cast(0x42), + static_cast(0x34), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x02), + static_cast(0x62), + static_cast(0xb6), + static_cast(0x02), + static_cast(0x54), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x10), + static_cast(0x78), + static_cast(0x01), + static_cast(0x1e), + static_cast(0x14), + static_cast(0x02), + static_cast(0xf2), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x80), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x20), + static_cast(0x81), + static_cast(0x01), + static_cast(0xd3), + static_cast(0x83), + static_cast(0x01), + static_cast(0xa0), + static_cast(0x79), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x64), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x06), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x25), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x99), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x24), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x12), + static_cast(0xff), + static_cast(0x33), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x03), + static_cast(0x29), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x48), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x08), + static_cast(0xff), + static_cast(0xec), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x46), + static_cast(0x04), + static_cast(0xff), + static_cast(0x89), + static_cast(0x02), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x02), + static_cast(0xff), + static_cast(0x63), + static_cast(0x19), + static_cast(0xff), + static_cast(0x42), + static_cast(0x28), + static_cast(0xff), + static_cast(0x13), + static_cast(0x35), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x06), + static_cast(0x37), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x41), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x68), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x85), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x92), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x18), + static_cast(0x51), + static_cast(0xff), + static_cast(0x20), + static_cast(0x60), + static_cast(0xff), + static_cast(0x44), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x78), + static_cast(0xff), + static_cast(0x34), + static_cast(0x87), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x86), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x70), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x72), + static_cast(0xff), + static_cast(0x96), + static_cast(0x79), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x80), + static_cast(0xff), + static_cast(0x05), + static_cast(0x82), + static_cast(0xff), + static_cast(0x81), + static_cast(0x17), + static_cast(0x04), + static_cast(0x57), + static_cast(0xba), + static_cast(0x07), + static_cast(0x7d), + static_cast(0x69), + static_cast(0x04), + static_cast(0x38), + static_cast(0xbb), + static_cast(0x03), + static_cast(0x5d), + static_cast(0x2b), + static_cast(0x06), + static_cast(0x12), + static_cast(0x85), + static_cast(0x04), + static_cast(0xdc), + static_cast(0xde), + static_cast(0x02), + static_cast(0xef), + static_cast(0xcf), + static_cast(0x02), + static_cast(0x3e), + static_cast(0x40), + static_cast(0x02), + static_cast(0x61), + static_cast(0x20), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x72), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x9a), + static_cast(0x02), + static_cast(0x11), + static_cast(0x0b), + static_cast(0x03), + static_cast(0x84), + static_cast(0x62), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x68), + static_cast(0x00), + static_cast(0x52), + static_cast(0x98), + static_cast(0x01), + static_cast(0x76), + static_cast(0x3f), + static_cast(0x01), + static_cast(0xa5), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xdb), + static_cast(0xe9), + static_cast(0x00), + static_cast(0xe2), + static_cast(0x34), + static_cast(0x00), + static_cast(0x2e), + static_cast(0x09), + static_cast(0xff), + static_cast(0x26), + static_cast(0x19), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x11), + static_cast(0x07), + static_cast(0x00), + static_cast(0x04), + static_cast(0x65), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x18), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x30), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x97), + static_cast(0x51), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x66), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x57), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x98), + static_cast(0x21), + static_cast(0xff), + static_cast(0xad), + static_cast(0x12), + static_cast(0xff), + static_cast(0x84), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x14), + static_cast(0xff), + static_cast(0x94), + static_cast(0x25), + static_cast(0xff), + static_cast(0x52), + static_cast(0x34), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x41), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x45), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x54), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x62), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x57), + static_cast(0xff), + static_cast(0x76), + static_cast(0x67), + static_cast(0xff), + static_cast(0x49), + static_cast(0x60), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x49), + static_cast(0xff), + static_cast(0x62), + static_cast(0x51), + static_cast(0xff), + static_cast(0x02), + static_cast(0x63), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x78), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x22), + static_cast(0x72), + static_cast(0xff), + static_cast(0x34), + static_cast(0x76), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x74), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x02), + static_cast(0xa6), + static_cast(0x89), + static_cast(0x06), + static_cast(0x47), + static_cast(0xd6), + static_cast(0x04), + static_cast(0x9c), + static_cast(0x51), + static_cast(0x04), + static_cast(0xb8), + static_cast(0x0f), + static_cast(0x07), + static_cast(0x90), + static_cast(0xc3), + static_cast(0x05), + static_cast(0x18), + static_cast(0xb1), + static_cast(0x02), + static_cast(0x66), + static_cast(0x77), + static_cast(0x02), + static_cast(0x66), + static_cast(0xd4), + static_cast(0x02), + static_cast(0xf8), + static_cast(0xf6), + static_cast(0x00), + static_cast(0x91), + static_cast(0x00), + static_cast(0x00), + static_cast(0x84), + static_cast(0x2c), + static_cast(0x02), + static_cast(0xd2), + static_cast(0x5d), + static_cast(0x02), + static_cast(0x48), + static_cast(0x6e), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x18), + static_cast(0x01), + static_cast(0x92), + static_cast(0x36), + static_cast(0x02), + static_cast(0xbe), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x67), + static_cast(0x59), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x74), + static_cast(0xce), + static_cast(0xff), + static_cast(0x20), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x87), + static_cast(0x17), + static_cast(0xff), + static_cast(0x83), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x85), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x10), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x02), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x80), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x47), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x44), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x48), + static_cast(0xff), + static_cast(0xed), + static_cast(0x33), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x15), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x08), + static_cast(0xff), + static_cast(0x33), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x78), + static_cast(0x36), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x48), + static_cast(0xff), + static_cast(0xba), + static_cast(0x48), + static_cast(0xff), + static_cast(0x00), + static_cast(0x54), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x66), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x07), + static_cast(0x54), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x55), + static_cast(0xff), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x42), + static_cast(0x74), + static_cast(0xff), + static_cast(0x29), + static_cast(0x84), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x12), + static_cast(0x71), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x60), + static_cast(0xff), + static_cast(0x42), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x23), + static_cast(0x76), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x71), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x85), + static_cast(0x87), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x8c), + static_cast(0x03), + static_cast(0xf4), + static_cast(0x3e), + static_cast(0x08), + static_cast(0x86), + static_cast(0xf6), + static_cast(0x06), + static_cast(0xe0), + static_cast(0xdd), + static_cast(0x04), + static_cast(0xf8), + static_cast(0x5b), + static_cast(0x05), + static_cast(0x30), + static_cast(0x62), + static_cast(0x04), + static_cast(0x51), + static_cast(0x20), + static_cast(0x03), + static_cast(0x58), + static_cast(0xc0), + static_cast(0x02), + static_cast(0x52), + static_cast(0x53), + static_cast(0x02), + static_cast(0xb7), + static_cast(0x2c), + static_cast(0x01), + static_cast(0x47), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x72), + static_cast(0xb6), + static_cast(0x01), + static_cast(0xd6), + static_cast(0x71), + static_cast(0x02), + static_cast(0x13), + static_cast(0xc1), + static_cast(0x01), + static_cast(0x31), + static_cast(0x01), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x63), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xec), + static_cast(0x32), + static_cast(0x00), + static_cast(0x0b), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xab), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x49), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x22), + static_cast(0xff), + static_cast(0x77), + static_cast(0x06), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x17), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x15), + static_cast(0xff), + static_cast(0xde), + static_cast(0x43), + static_cast(0xff), + static_cast(0x57), + static_cast(0x41), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x90), + static_cast(0xff), + static_cast(0x85), + static_cast(0x76), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x32), + static_cast(0xff), + static_cast(0x20), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x00), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x23), + static_cast(0xff), + static_cast(0x88), + static_cast(0x10), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x41), + static_cast(0xff), + static_cast(0x05), + static_cast(0x51), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x73), + static_cast(0x59), + static_cast(0xff), + static_cast(0x31), + static_cast(0x43), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x36), + static_cast(0xff), + static_cast(0xed), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x18), + static_cast(0x49), + static_cast(0xff), + static_cast(0x02), + static_cast(0x57), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x52), + static_cast(0xff), + static_cast(0x06), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x81), + static_cast(0xff), + static_cast(0xad), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x77), + static_cast(0xff), + static_cast(0x85), + static_cast(0x76), + static_cast(0xff), + static_cast(0x23), + static_cast(0x52), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x65), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x86), + static_cast(0xff), + static_cast(0x05), + static_cast(0x89), + static_cast(0xff), + static_cast(0x49), + static_cast(0x88), + static_cast(0xff), + static_cast(0x92), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xad), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x45), + static_cast(0x9f), + static_cast(0x03), + static_cast(0x45), + static_cast(0x4e), + static_cast(0x08), + static_cast(0x34), + static_cast(0x06), + static_cast(0x07), + static_cast(0x9e), + static_cast(0xb3), + static_cast(0x04), + static_cast(0x82), + static_cast(0xe0), + static_cast(0x04), + static_cast(0x61), + static_cast(0x67), + static_cast(0x04), + static_cast(0x23), + static_cast(0xbd), + static_cast(0x03), + static_cast(0x0f), + static_cast(0x54), + static_cast(0x03), + static_cast(0xe8), + static_cast(0xe8), + static_cast(0x02), + static_cast(0xa3), + static_cast(0xeb), + static_cast(0x01), + static_cast(0x75), + static_cast(0xed), + static_cast(0x00), + static_cast(0xa4), + static_cast(0x70), + static_cast(0x01), + static_cast(0x18), + static_cast(0x3f), + static_cast(0x02), + static_cast(0xc0), + static_cast(0x06), + static_cast(0x01), + static_cast(0x3f), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x54), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0xea), + static_cast(0xff), + static_cast(0x73), + static_cast(0x31), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x82), + static_cast(0x26), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x95), + static_cast(0xff), + static_cast(0x09), + static_cast(0x42), + static_cast(0xff), + static_cast(0x19), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x82), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x02), + static_cast(0xff), + static_cast(0x57), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0x05), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x33), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x30), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x70), + static_cast(0xff), + static_cast(0xac), + static_cast(0x98), + static_cast(0xff), + static_cast(0x44), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x59), + static_cast(0xff), + static_cast(0xea), + static_cast(0x35), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x16), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x16), + static_cast(0xff), + static_cast(0x96), + static_cast(0x08), + static_cast(0xff), + static_cast(0x00), + static_cast(0x12), + static_cast(0xff), + static_cast(0x79), + static_cast(0x29), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x33), + static_cast(0xff), + static_cast(0x18), + static_cast(0x34), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x32), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x03), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x58), + static_cast(0x47), + static_cast(0xff), + static_cast(0xce), + static_cast(0x63), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x85), + static_cast(0x73), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x72), + static_cast(0xff), + static_cast(0x80), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x36), + static_cast(0x64), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x83), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x62), + static_cast(0x91), + static_cast(0xff), + static_cast(0x92), + static_cast(0x95), + static_cast(0xff), + static_cast(0x01), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x66), + static_cast(0x06), + static_cast(0x03), + static_cast(0x51), + static_cast(0x5b), + static_cast(0x07), + static_cast(0x96), + static_cast(0xea), + static_cast(0x05), + static_cast(0x47), + static_cast(0x95), + static_cast(0x03), + static_cast(0x4a), + static_cast(0x93), + static_cast(0x04), + static_cast(0xcf), + static_cast(0x49), + static_cast(0x04), + static_cast(0x7d), + static_cast(0xfb), + static_cast(0x03), + static_cast(0xe2), + static_cast(0x82), + static_cast(0x04), + static_cast(0x92), + static_cast(0xb9), + static_cast(0x04), + static_cast(0xf4), + static_cast(0x9d), + static_cast(0x03), + static_cast(0x8f), + static_cast(0x9c), + static_cast(0x01), + static_cast(0x02), + static_cast(0x51), + static_cast(0x01), + static_cast(0x2a), + static_cast(0xbd), + static_cast(0x00), + static_cast(0xde), + static_cast(0x21), + static_cast(0x00), + static_cast(0x88), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xed), + static_cast(0x53), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x69), + static_cast(0xff), + static_cast(0xab), + static_cast(0x31), + static_cast(0x00), + static_cast(0x2e), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x48), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x82), + static_cast(0x88), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x70), + static_cast(0xff), + static_cast(0x29), + static_cast(0x42), + static_cast(0xff), + static_cast(0x00), + static_cast(0x28), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x16), + static_cast(0xff), + static_cast(0x51), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x27), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x34), + static_cast(0x78), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x69), + static_cast(0xff), + static_cast(0x92), + static_cast(0x54), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x36), + static_cast(0xff), + static_cast(0x61), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x05), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x23), + static_cast(0xff), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xae), + static_cast(0x29), + static_cast(0xff), + static_cast(0x75), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x64), + static_cast(0x23), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x44), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xea), + static_cast(0x63), + static_cast(0xff), + static_cast(0x56), + static_cast(0x35), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x64), + static_cast(0xff), + static_cast(0x10), + static_cast(0x77), + static_cast(0xff), + static_cast(0x38), + static_cast(0x33), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x41), + static_cast(0xff), + static_cast(0x95), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x76), + static_cast(0x80), + static_cast(0xff), + static_cast(0x72), + static_cast(0x52), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xda), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x80), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x93), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x59), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x31), + static_cast(0x64), + static_cast(0xff), + static_cast(0x94), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x75), + static_cast(0x03), + static_cast(0xcc), + static_cast(0xe2), + static_cast(0x07), + static_cast(0xe6), + static_cast(0x9a), + static_cast(0x05), + static_cast(0x47), + static_cast(0xe4), + static_cast(0x02), + static_cast(0xe2), + static_cast(0xb2), + static_cast(0x03), + static_cast(0x1d), + static_cast(0x06), + static_cast(0x03), + static_cast(0x47), + static_cast(0x6d), + static_cast(0x03), + static_cast(0x66), + static_cast(0x0c), + static_cast(0x05), + static_cast(0xd0), + static_cast(0x01), + static_cast(0x05), + static_cast(0x91), + static_cast(0x70), + static_cast(0x03), + static_cast(0xa8), + static_cast(0xd7), + static_cast(0x01), + static_cast(0xdb), + static_cast(0x78), + static_cast(0x01), + static_cast(0x76), + static_cast(0x4a), + static_cast(0x01), + static_cast(0x4a), + static_cast(0xa1), + static_cast(0x01), + static_cast(0xed), + static_cast(0xde), + static_cast(0x00), + static_cast(0x55), + static_cast(0x43), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x99), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x19), + static_cast(0x00), + static_cast(0x23), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x49), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x61), + static_cast(0x47), + static_cast(0xff), + static_cast(0x60), + static_cast(0x78), + static_cast(0xff), + static_cast(0x83), + static_cast(0x23), + static_cast(0xff), + static_cast(0x30), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x77), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x84), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xac), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x03), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x37), + static_cast(0xff), + static_cast(0x99), + static_cast(0x44), + static_cast(0xff), + static_cast(0x60), + static_cast(0x36), + static_cast(0xff), + static_cast(0x25), + static_cast(0x36), + static_cast(0xff), + static_cast(0xef), + static_cast(0x65), + static_cast(0xff), + static_cast(0xda), + static_cast(0x43), + static_cast(0xff), + static_cast(0x11), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x26), + static_cast(0xff), + static_cast(0xab), + static_cast(0x37), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x02), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x35), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x41), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x79), + static_cast(0xff), + static_cast(0x58), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x97), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x12), + static_cast(0x96), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x99), + static_cast(0xff), + static_cast(0x95), + static_cast(0x41), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x87), + static_cast(0xff), + static_cast(0x50), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x44), + static_cast(0xff), + static_cast(0x65), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xde), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x64), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xae), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x08), + static_cast(0x8f), + static_cast(0x03), + static_cast(0xd6), + static_cast(0xeb), + static_cast(0x07), + static_cast(0x2c), + static_cast(0xea), + static_cast(0x04), + static_cast(0xf5), + static_cast(0xf0), + static_cast(0x01), + static_cast(0xac), + static_cast(0x92), + static_cast(0x03), + static_cast(0x4f), + static_cast(0x0e), + static_cast(0x03), + static_cast(0xd4), + static_cast(0x31), + static_cast(0x02), + static_cast(0x99), + static_cast(0xaa), + static_cast(0x02), + static_cast(0x9e), + static_cast(0xa1), + static_cast(0x03), + static_cast(0x10), + static_cast(0x51), + static_cast(0x04), + static_cast(0x00), + static_cast(0x70), + static_cast(0x03), + static_cast(0x79), + static_cast(0xd5), + static_cast(0x02), + static_cast(0x32), + static_cast(0x49), + static_cast(0x02), + static_cast(0x6c), + static_cast(0xba), + static_cast(0x01), + static_cast(0x3a), + static_cast(0x09), + static_cast(0x02), + static_cast(0x6f), + static_cast(0xab), + static_cast(0x01), + static_cast(0xf8), + static_cast(0x61), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x32), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xea), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x34), + static_cast(0x30), + static_cast(0xff), + static_cast(0x81), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x62), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x58), + static_cast(0xff), + static_cast(0x81), + static_cast(0x65), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x76), + static_cast(0xff), + static_cast(0x66), + static_cast(0x73), + static_cast(0xff), + static_cast(0xef), + static_cast(0x50), + static_cast(0xff), + static_cast(0xda), + static_cast(0x87), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x44), + static_cast(0xff), + static_cast(0xec), + static_cast(0x31), + static_cast(0xff), + static_cast(0x70), + static_cast(0x87), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x36), + static_cast(0xff), + static_cast(0x10), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x08), + static_cast(0x72), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x66), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x42), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x14), + static_cast(0xff), + static_cast(0x67), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x83), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x42), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x25), + static_cast(0xff), + static_cast(0x95), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x78), + static_cast(0x99), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x67), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x58), + static_cast(0xff), + static_cast(0x23), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x12), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x95), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x37), + static_cast(0x79), + static_cast(0xff), + static_cast(0x06), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x79), + static_cast(0xff), + static_cast(0x08), + static_cast(0x98), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x58), + static_cast(0xaa), + static_cast(0x03), + static_cast(0x8a), + static_cast(0xa2), + static_cast(0x07), + static_cast(0xc8), + static_cast(0x81), + static_cast(0x04), + static_cast(0xbd), + static_cast(0xf8), + static_cast(0x01), + static_cast(0xb7), + static_cast(0x7d), + static_cast(0x03), + static_cast(0x02), + static_cast(0x59), + static_cast(0x03), + static_cast(0xcb), + static_cast(0xc6), + static_cast(0x02), + static_cast(0x71), + static_cast(0xcf), + static_cast(0x01), + static_cast(0x21), + static_cast(0xdd), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xb6), + static_cast(0x01), + static_cast(0xb3), + static_cast(0x36), + static_cast(0x03), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x03), + static_cast(0xb4), + static_cast(0x17), + static_cast(0x03), + static_cast(0x4f), + static_cast(0x2d), + static_cast(0x02), + static_cast(0xcb), + static_cast(0x1c), + static_cast(0x02), + static_cast(0x3a), + static_cast(0x9b), + static_cast(0x02), + static_cast(0xe1), + static_cast(0x5d), + static_cast(0x02), + static_cast(0xac), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x80), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x73), + static_cast(0xff), + static_cast(0x07), + static_cast(0xae), + static_cast(0xff), + static_cast(0x53), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xab), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x26), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x99), + static_cast(0xff), + static_cast(0x08), + static_cast(0x78), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x38), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x86), + static_cast(0xff), + static_cast(0xad), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x02), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x85), + static_cast(0x33), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x42), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x56), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x53), + static_cast(0xff), + static_cast(0x38), + static_cast(0x35), + static_cast(0xff), + static_cast(0x90), + static_cast(0x77), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x80), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x44), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x21), + static_cast(0xff), + static_cast(0x23), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x51), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x11), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x82), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xea), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x44), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xef), + static_cast(0x82), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x86), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x79), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x54), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x75), + static_cast(0xff), + static_cast(0x65), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xcb), + static_cast(0x03), + static_cast(0x27), + static_cast(0xec), + static_cast(0x07), + static_cast(0x59), + static_cast(0x05), + static_cast(0x04), + static_cast(0xed), + static_cast(0xd5), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x03), + static_cast(0x40), + static_cast(0x2f), + static_cast(0x03), + static_cast(0xd0), + static_cast(0xad), + static_cast(0x02), + static_cast(0xd8), + static_cast(0x01), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x76), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x71), + static_cast(0x8c), + static_cast(0x01), + static_cast(0xf1), + static_cast(0xe9), + static_cast(0x02), + static_cast(0x8a), + static_cast(0x77), + static_cast(0x02), + static_cast(0x73), + static_cast(0xae), + static_cast(0x02), + static_cast(0x44), + static_cast(0x84), + static_cast(0x03), + static_cast(0xaa), + static_cast(0x85), + static_cast(0x03), + static_cast(0x2b), + static_cast(0x40), + static_cast(0x03), + static_cast(0xd2), + static_cast(0x09), + static_cast(0x02), + static_cast(0x49), + static_cast(0xf5), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x15), + static_cast(0x00), + static_cast(0xec), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x89), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x51), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x47), + static_cast(0xff), + static_cast(0x82), + static_cast(0x46), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x59), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xea), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x39), + static_cast(0x72), + static_cast(0xff), + static_cast(0x02), + static_cast(0x48), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x75), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x59), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x61), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xae), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x61), + static_cast(0xff), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x79), + static_cast(0x30), + static_cast(0xff), + static_cast(0x68), + static_cast(0x13), + static_cast(0xff), + static_cast(0x69), + static_cast(0x33), + static_cast(0xff), + static_cast(0x29), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x47), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x33), + static_cast(0xff), + static_cast(0x76), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x54), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x61), + static_cast(0xff), + static_cast(0x98), + static_cast(0x65), + static_cast(0xff), + static_cast(0x70), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x05), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x86), + static_cast(0x74), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x42), + static_cast(0x63), + static_cast(0xff), + static_cast(0x42), + static_cast(0x93), + static_cast(0xff), + static_cast(0x31), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xe3), + static_cast(0x03), + static_cast(0x4c), + static_cast(0xb1), + static_cast(0x08), + static_cast(0x50), + static_cast(0xb4), + static_cast(0x04), + static_cast(0xe2), + static_cast(0xdc), + static_cast(0x00), + static_cast(0x03), + static_cast(0x87), + static_cast(0x03), + static_cast(0x9c), + static_cast(0x53), + static_cast(0x03), + static_cast(0x4b), + static_cast(0x11), + static_cast(0x02), + static_cast(0xa3), + static_cast(0x80), + static_cast(0x01), + static_cast(0x9e), + static_cast(0x92), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x97), + static_cast(0x46), + static_cast(0x02), + static_cast(0xe8), + static_cast(0x08), + static_cast(0x02), + static_cast(0x92), + static_cast(0x33), + static_cast(0x00), + static_cast(0xc0), + static_cast(0xeb), + static_cast(0x00), + static_cast(0x44), + static_cast(0x3f), + static_cast(0x02), + static_cast(0xdf), + static_cast(0xf2), + static_cast(0x02), + static_cast(0xd3), + static_cast(0xeb), + static_cast(0x03), + static_cast(0x1a), + static_cast(0xcd), + static_cast(0x02), + static_cast(0x09), + static_cast(0x13), + static_cast(0x02), + static_cast(0x7f), + static_cast(0x55), + static_cast(0x02), + static_cast(0x11), + static_cast(0xf0), + static_cast(0x00), + static_cast(0xac), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x53), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x89), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x81), + static_cast(0xff), + static_cast(0x38), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x22), + static_cast(0xff), + static_cast(0x17), + static_cast(0x65), + static_cast(0xff), + static_cast(0x18), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x61), + static_cast(0xff), + static_cast(0x67), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x58), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x44), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x40), + static_cast(0xff), + static_cast(0x20), + static_cast(0x43), + static_cast(0xff), + static_cast(0x98), + static_cast(0x55), + static_cast(0xff), + static_cast(0x18), + static_cast(0x39), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x26), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x63), + static_cast(0x44), + static_cast(0xff), + static_cast(0x35), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x24), + static_cast(0xff), + static_cast(0x22), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x05), + static_cast(0xff), + static_cast(0xae), + static_cast(0x65), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x86), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x92), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xde), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x25), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x51), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x74), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x76), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x23), + static_cast(0x8f), + static_cast(0x04), + static_cast(0x84), + static_cast(0x61), + static_cast(0x09), + static_cast(0x5b), + static_cast(0x40), + static_cast(0x04), + static_cast(0xf1), + static_cast(0x1e), + static_cast(0x01), + static_cast(0x82), + static_cast(0xda), + static_cast(0x04), + static_cast(0x1d), + static_cast(0x26), + static_cast(0x04), + static_cast(0x63), + static_cast(0x51), + static_cast(0x02), + static_cast(0x88), + static_cast(0x53), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x89), + static_cast(0xfd), + static_cast(0xec), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x5d), + static_cast(0x03), + static_cast(0x6d), + static_cast(0x1b), + static_cast(0x02), + static_cast(0x7c), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xb0), + static_cast(0x00), + static_cast(0x44), + static_cast(0xaf), + static_cast(0x01), + static_cast(0x72), + static_cast(0x84), + static_cast(0x02), + static_cast(0xf7), + static_cast(0x7f), + static_cast(0x01), + static_cast(0x74), + static_cast(0x8c), + static_cast(0x02), + static_cast(0x05), + static_cast(0x48), + static_cast(0x03), + static_cast(0xa8), + static_cast(0xfb), + static_cast(0x01), + static_cast(0x28), + static_cast(0x69), + static_cast(0x01), + static_cast(0xb4), + static_cast(0x80), + static_cast(0x00), + static_cast(0x90), + static_cast(0x62), + static_cast(0xff), + static_cast(0x19), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x26), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x92), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x09), + static_cast(0x93), + static_cast(0xff), + static_cast(0x23), + static_cast(0x71), + static_cast(0xff), + static_cast(0x63), + static_cast(0x50), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x71), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x64), + static_cast(0xff), + static_cast(0x69), + static_cast(0x47), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x76), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x67), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x33), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x36), + static_cast(0xff), + static_cast(0x30), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x40), + static_cast(0xff), + static_cast(0x84), + static_cast(0x21), + static_cast(0xff), + static_cast(0x89), + static_cast(0x37), + static_cast(0xff), + static_cast(0x80), + static_cast(0x55), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x04), + static_cast(0xff), + static_cast(0x69), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x55), + static_cast(0x42), + static_cast(0xff), + static_cast(0x56), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x29), + static_cast(0xff), + static_cast(0x90), + static_cast(0x51), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x86), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x79), + static_cast(0xff), + static_cast(0x98), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x86), + static_cast(0xff), + static_cast(0x36), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x76), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x21), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x55), + static_cast(0x80), + static_cast(0xff), + static_cast(0x64), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x19), + static_cast(0x97), + static_cast(0xff), + static_cast(0x46), + static_cast(0x30), + static_cast(0x05), + static_cast(0xe2), + static_cast(0x6f), + static_cast(0x0b), + static_cast(0x08), + static_cast(0x9d), + static_cast(0x05), + static_cast(0x02), + static_cast(0x59), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x34), + static_cast(0x04), + static_cast(0xce), + static_cast(0xf7), + static_cast(0x03), + static_cast(0x16), + static_cast(0x65), + static_cast(0x02), + static_cast(0x5e), + static_cast(0xa4), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xe6), + static_cast(0xfc), + static_cast(0xd0), + static_cast(0x53), + static_cast(0xff), + static_cast(0x66), + static_cast(0x58), + static_cast(0x03), + static_cast(0x6c), + static_cast(0x93), + static_cast(0x01), + static_cast(0x71), + static_cast(0x08), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x85), + static_cast(0x00), + static_cast(0x3e), + static_cast(0xc2), + static_cast(0x00), + static_cast(0x06), + static_cast(0x6e), + static_cast(0x01), + static_cast(0x65), + static_cast(0xc5), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x3b), + static_cast(0x01), + static_cast(0x58), + static_cast(0x50), + static_cast(0x02), + static_cast(0x08), + static_cast(0x4d), + static_cast(0x02), + static_cast(0xbf), + static_cast(0xf3), + static_cast(0x01), + static_cast(0x70), + static_cast(0x32), + static_cast(0x01), + static_cast(0xc9), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x17), + static_cast(0x41), + static_cast(0x00), + static_cast(0x2f), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x18), + static_cast(0xff), + static_cast(0x47), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xec), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x87), + static_cast(0x37), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x89), + static_cast(0xff), + static_cast(0x81), + static_cast(0x60), + static_cast(0xff), + static_cast(0x52), + static_cast(0x43), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x64), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x61), + static_cast(0xff), + static_cast(0x72), + static_cast(0x22), + static_cast(0xff), + static_cast(0x98), + static_cast(0x18), + static_cast(0xff), + static_cast(0x43), + static_cast(0x60), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x56), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x09), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x34), + static_cast(0x28), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x35), + static_cast(0xff), + static_cast(0x34), + static_cast(0x36), + static_cast(0xff), + static_cast(0x45), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x39), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x93), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x75), + static_cast(0x89), + static_cast(0xff), + static_cast(0x98), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x91), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x92), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x33), + static_cast(0x98), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x98), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x97), + static_cast(0xff), + static_cast(0x55), + static_cast(0xab), + static_cast(0x05), + static_cast(0x15), + static_cast(0xd7), + static_cast(0x0c), + static_cast(0x64), + static_cast(0x51), + static_cast(0x06), + static_cast(0x0b), + static_cast(0x02), + static_cast(0x00), + static_cast(0xac), + static_cast(0x02), + static_cast(0x05), + static_cast(0xf6), + static_cast(0xc8), + static_cast(0x04), + static_cast(0x1b), + static_cast(0xb4), + static_cast(0x01), + static_cast(0xa5), + static_cast(0x84), + static_cast(0xff), + static_cast(0x67), + static_cast(0xf4), + static_cast(0xfb), + static_cast(0x54), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x81), + static_cast(0x04), + static_cast(0x77), + static_cast(0xe2), + static_cast(0x00), + static_cast(0x9a), + static_cast(0xdb), + static_cast(0xfd), + static_cast(0x6f), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x26), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x8a), + static_cast(0xf1), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x7e), + static_cast(0x01), + static_cast(0x23), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x28), + static_cast(0x37), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x86), + static_cast(0x01), + static_cast(0x64), + static_cast(0xde), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x04), + static_cast(0x01), + static_cast(0x29), + static_cast(0xa5), + static_cast(0x01), + static_cast(0xef), + static_cast(0x7a), + static_cast(0x01), + static_cast(0x2e), + static_cast(0xfb), + static_cast(0x00), + static_cast(0x38), + static_cast(0xc6), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x16), + static_cast(0x00), + static_cast(0x93), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x84), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x70), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x31), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x59), + static_cast(0x93), + static_cast(0xff), + static_cast(0x27), + static_cast(0x52), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x47), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x69), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x53), + static_cast(0x65), + static_cast(0xff), + static_cast(0x86), + static_cast(0x47), + static_cast(0xff), + static_cast(0x67), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x11), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x31), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x28), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x65), + static_cast(0xff), + static_cast(0xac), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xea), + static_cast(0x45), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x69), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x80), + static_cast(0xff), + static_cast(0x97), + static_cast(0x50), + static_cast(0xff), + static_cast(0xda), + static_cast(0x63), + static_cast(0xff), + static_cast(0x68), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x11), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x99), + static_cast(0xff), + static_cast(0x32), + static_cast(0x87), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x94), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x86), + static_cast(0xff), + static_cast(0x25), + static_cast(0xe5), + static_cast(0x05), + static_cast(0x9e), + static_cast(0x33), + static_cast(0x0e), + static_cast(0x5c), + static_cast(0x84), + static_cast(0x07), + static_cast(0xa1), + static_cast(0x98), + static_cast(0xff), + static_cast(0xda), + static_cast(0x99), + static_cast(0x05), + static_cast(0x1a), + static_cast(0xeb), + static_cast(0x05), + static_cast(0xae), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x83), + static_cast(0x65), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0xf6), + static_cast(0xfa), + static_cast(0x84), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x37), + static_cast(0x56), + static_cast(0x05), + static_cast(0xbe), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x98), + static_cast(0x7e), + static_cast(0xfd), + static_cast(0x26), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x97), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xae), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x9c), + static_cast(0x01), + static_cast(0xed), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xc4), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x03), + static_cast(0x7d), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x87), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x70), + static_cast(0x01), + static_cast(0xfb), + static_cast(0x27), + static_cast(0x01), + static_cast(0x50), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x3f), + static_cast(0xc3), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x37), + static_cast(0x00), + static_cast(0x2d), + static_cast(0x45), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x58), + static_cast(0xff), + static_cast(0x97), + static_cast(0x37), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x59), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x63), + static_cast(0xff), + static_cast(0x27), + static_cast(0x52), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x78), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x88), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x46), + static_cast(0xff), + static_cast(0x65), + static_cast(0x30), + static_cast(0xff), + static_cast(0x48), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x70), + static_cast(0x31), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x73), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x64), + static_cast(0xff), + static_cast(0x60), + static_cast(0x77), + static_cast(0xff), + static_cast(0x09), + static_cast(0x52), + static_cast(0xff), + static_cast(0x51), + static_cast(0x69), + static_cast(0xff), + static_cast(0x49), + static_cast(0x79), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x41), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x51), + static_cast(0xff), + static_cast(0x70), + static_cast(0x74), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x82), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x56), + static_cast(0x99), + static_cast(0xff), + static_cast(0x26), + static_cast(0xac), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x84), + static_cast(0xff), + static_cast(0x03), + static_cast(0x96), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x06), + static_cast(0x07), + static_cast(0xe3), + static_cast(0xaf), + static_cast(0x10), + static_cast(0x07), + static_cast(0x6c), + static_cast(0x08), + static_cast(0x13), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x7e), + static_cast(0x05), + static_cast(0x7a), + static_cast(0xd6), + static_cast(0x05), + static_cast(0xbb), + static_cast(0x99), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x9d), + static_cast(0xfd), + static_cast(0x49), + static_cast(0xb3), + static_cast(0xfa), + static_cast(0xb4), + static_cast(0x46), + static_cast(0x01), + static_cast(0x56), + static_cast(0x5e), + static_cast(0x05), + static_cast(0x2f), + static_cast(0x01), + static_cast(0xff), + static_cast(0x26), + static_cast(0x4c), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0xab), + static_cast(0xff), + static_cast(0x85), + static_cast(0x58), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x68), + static_cast(0x01), + static_cast(0x12), + static_cast(0x05), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x31), + static_cast(0xf9), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x77), + static_cast(0xff), + static_cast(0x39), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x78), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x6c), + static_cast(0x00), + static_cast(0x08), + static_cast(0xb8), + static_cast(0x00), + static_cast(0xd4), + static_cast(0x0e), + static_cast(0x01), + static_cast(0x75), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x36), + static_cast(0x93), + static_cast(0x00), + static_cast(0x85), + static_cast(0x85), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x05), + static_cast(0xff), + static_cast(0x82), + static_cast(0x89), + static_cast(0xff), + static_cast(0x10), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x72), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x92), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x43), + static_cast(0xff), + static_cast(0x68), + static_cast(0x37), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x62), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x31), + static_cast(0xff), + static_cast(0x31), + static_cast(0x56), + static_cast(0xff), + static_cast(0x62), + static_cast(0x46), + static_cast(0xff), + static_cast(0x46), + static_cast(0x86), + static_cast(0xff), + static_cast(0x83), + static_cast(0x94), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x65), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x94), + static_cast(0x58), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x84), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x76), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x81), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x97), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xef), + static_cast(0x94), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x97), + static_cast(0x08), + static_cast(0x09), + static_cast(0x67), + static_cast(0x12), + static_cast(0xca), + static_cast(0x70), + static_cast(0x07), + static_cast(0x77), + static_cast(0x32), + static_cast(0xff), + static_cast(0x42), + static_cast(0xc1), + static_cast(0x07), + static_cast(0x86), + static_cast(0xf5), + static_cast(0x05), + static_cast(0x81), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x1a), + static_cast(0xfb), + static_cast(0x87), + static_cast(0xb5), + static_cast(0xfa), + static_cast(0x28), + static_cast(0xe3), + static_cast(0x03), + static_cast(0x2a), + static_cast(0x1d), + static_cast(0x05), + static_cast(0xfb), + static_cast(0x50), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0x72), + static_cast(0xfd), + static_cast(0xc0), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x01), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x8d), + static_cast(0xf0), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x46), + static_cast(0x00), + static_cast(0x7d), + static_cast(0xc0), + static_cast(0x00), + static_cast(0xf9), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0xba), + static_cast(0xff), + static_cast(0x30), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x51), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x1c), + static_cast(0xed), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xac), + static_cast(0x00), + static_cast(0x83), + static_cast(0xf1), + static_cast(0x00), + static_cast(0x0a), + static_cast(0xa9), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x52), + static_cast(0x01), + static_cast(0xc0), + static_cast(0xa5), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x11), + static_cast(0x50), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x22), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0x25), + static_cast(0xff), + static_cast(0xda), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x85), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x72), + static_cast(0x60), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xec), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x56), + static_cast(0x48), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x10), + static_cast(0xff), + static_cast(0x60), + static_cast(0x57), + static_cast(0xff), + static_cast(0x23), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x06), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x03), + static_cast(0x85), + static_cast(0xff), + static_cast(0xba), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x71), + static_cast(0xff), + static_cast(0x74), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x95), + static_cast(0x85), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x81), + static_cast(0xff), + static_cast(0x05), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x23), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x38), + static_cast(0x73), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x10), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x02), + static_cast(0x98), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x1d), + static_cast(0x0a), + static_cast(0xef), + static_cast(0x8f), + static_cast(0x14), + static_cast(0x2e), + static_cast(0x70), + static_cast(0x07), + static_cast(0x06), + static_cast(0x27), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x9b), + static_cast(0x08), + static_cast(0x2f), + static_cast(0xda), + static_cast(0x05), + static_cast(0x40), + static_cast(0xaf), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0x51), + static_cast(0xf9), + static_cast(0x3d), + static_cast(0x63), + static_cast(0xfb), + static_cast(0xb3), + static_cast(0xe6), + static_cast(0x05), + static_cast(0x59), + static_cast(0x0b), + static_cast(0x04), + static_cast(0x04), + static_cast(0xca), + static_cast(0xfb), + static_cast(0xa6), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x70), + static_cast(0xae), + static_cast(0xff), + static_cast(0x73), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x7e), + static_cast(0x01), + static_cast(0x2a), + static_cast(0x7c), + static_cast(0x00), + static_cast(0xc1), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0xbd), + static_cast(0x55), + static_cast(0x00), + static_cast(0xac), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x23), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x46), + static_cast(0x09), + static_cast(0xff), + static_cast(0x02), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x57), + static_cast(0xff), + static_cast(0x38), + static_cast(0x15), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x71), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x20), + static_cast(0x00), + static_cast(0x94), + static_cast(0x50), + static_cast(0x00), + static_cast(0xce), + static_cast(0x49), + static_cast(0x01), + static_cast(0x68), + static_cast(0x99), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x45), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x56), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x73), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x54), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x47), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x42), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x82), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x71), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x17), + static_cast(0x91), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x56), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x37), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x19), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xec), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x08), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x53), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x78), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x83), + static_cast(0xff), + static_cast(0x28), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x59), + static_cast(0x95), + static_cast(0xff), + static_cast(0x05), + static_cast(0x33), + static_cast(0x0a), + static_cast(0x10), + static_cast(0x59), + static_cast(0x16), + static_cast(0xca), + static_cast(0x94), + static_cast(0x09), + static_cast(0xe6), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x89), + static_cast(0x08), + static_cast(0x91), + static_cast(0xc0), + static_cast(0x06), + static_cast(0x64), + static_cast(0x97), + static_cast(0xfc), + static_cast(0x76), + static_cast(0xd5), + static_cast(0xf7), + static_cast(0x41), + static_cast(0x7c), + static_cast(0xfb), + static_cast(0x2c), + static_cast(0x20), + static_cast(0x07), + static_cast(0xbe), + static_cast(0xdc), + static_cast(0x03), + static_cast(0x37), + static_cast(0x54), + static_cast(0xfa), + static_cast(0xa0), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0x1e), + static_cast(0x02), + static_cast(0x00), + static_cast(0x89), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x93), + static_cast(0x01), + static_cast(0xb5), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x83), + static_cast(0xfd), + static_cast(0xca), + static_cast(0x18), + static_cast(0x00), + static_cast(0x27), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x52), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x14), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x18), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x21), + static_cast(0x00), + static_cast(0xc8), + static_cast(0x42), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x55), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x07), + static_cast(0x00), + static_cast(0x4e), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x2d), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xb3), + static_cast(0x00), + static_cast(0x33), + static_cast(0x3e), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xed), + static_cast(0xff), + static_cast(0xee), + static_cast(0x63), + static_cast(0x00), + static_cast(0x6c), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x65), + static_cast(0xad), + static_cast(0xff), + static_cast(0x69), + static_cast(0x37), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x33), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x36), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x85), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x58), + static_cast(0xff), + static_cast(0x98), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x56), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x80), + static_cast(0xff), + static_cast(0x20), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x80), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x62), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x35), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x19), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x58), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x70), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x92), + static_cast(0xff), + static_cast(0x92), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xce), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x37), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x20), + static_cast(0x97), + static_cast(0xff), + static_cast(0xec), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x85), + static_cast(0xf4), + static_cast(0x0a), + static_cast(0xd5), + static_cast(0x67), + static_cast(0x18), + static_cast(0x15), + static_cast(0x35), + static_cast(0x0b), + static_cast(0x3f), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xe4), + static_cast(0x07), + static_cast(0xa2), + static_cast(0x05), + static_cast(0x07), + static_cast(0x3b), + static_cast(0xee), + static_cast(0xfb), + static_cast(0x50), + static_cast(0x8c), + static_cast(0xf6), + static_cast(0xb6), + static_cast(0xf8), + static_cast(0xfb), + static_cast(0x53), + static_cast(0x05), + static_cast(0x08), + static_cast(0xdf), + static_cast(0x3b), + static_cast(0x03), + static_cast(0x64), + static_cast(0x5c), + static_cast(0xf9), + static_cast(0x45), + static_cast(0xac), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0x29), + static_cast(0x00), + static_cast(0x9c), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x82), + static_cast(0x01), + static_cast(0x1e), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x78), + static_cast(0x52), + static_cast(0xfd), + static_cast(0xd4), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x04), + static_cast(0x71), + static_cast(0x00), + static_cast(0x59), + static_cast(0x21), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x19), + static_cast(0xff), + static_cast(0x84), + static_cast(0x10), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x88), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0xec), + static_cast(0xff), + static_cast(0x78), + static_cast(0x23), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x55), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xae), + static_cast(0xff), + static_cast(0x07), + static_cast(0xae), + static_cast(0xff), + static_cast(0x58), + static_cast(0x8d), + static_cast(0x00), + static_cast(0x06), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x82), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x30), + static_cast(0x00), + static_cast(0x8d), + static_cast(0xac), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x98), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x86), + static_cast(0x65), + static_cast(0xff), + static_cast(0x93), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x58), + static_cast(0xff), + static_cast(0x67), + static_cast(0x08), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x50), + static_cast(0xff), + static_cast(0x86), + static_cast(0x09), + static_cast(0x00), + static_cast(0xda), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x50), + static_cast(0x28), + static_cast(0xff), + static_cast(0x08), + static_cast(0x46), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x95), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x01), + static_cast(0x78), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x99), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x48), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x04), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x57), + static_cast(0x86), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x80), + static_cast(0xff), + static_cast(0x26), + static_cast(0x43), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x11), + static_cast(0x09), + static_cast(0x74), + static_cast(0xc9), + static_cast(0x18), + static_cast(0x3a), + static_cast(0xb2), + static_cast(0x10), + static_cast(0xaf), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x66), + static_cast(0x05), + static_cast(0xfc), + static_cast(0xd6), + static_cast(0x08), + static_cast(0x97), + static_cast(0x5c), + static_cast(0xfc), + static_cast(0xdb), + static_cast(0xd7), + static_cast(0xf5), + static_cast(0x29), + static_cast(0xc0), + static_cast(0xfa), + static_cast(0xbc), + static_cast(0x47), + static_cast(0x07), + static_cast(0x8a), + static_cast(0x24), + static_cast(0x05), + static_cast(0x70), + static_cast(0x08), + static_cast(0xf9), + static_cast(0x2e), + static_cast(0x07), + static_cast(0xfc), + static_cast(0x32), + static_cast(0x68), + static_cast(0x00), + static_cast(0x9e), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xf4), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x3b), + static_cast(0x01), + static_cast(0x3b), + static_cast(0xaa), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xa3), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x07), + static_cast(0xff), + static_cast(0x29), + static_cast(0x09), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x46), + static_cast(0x59), + static_cast(0xff), + static_cast(0xad), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x61), + static_cast(0xff), + static_cast(0x39), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x74), + static_cast(0x52), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x28), + static_cast(0x00), + static_cast(0x21), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x76), + static_cast(0xff), + static_cast(0x42), + static_cast(0xab), + static_cast(0xff), + static_cast(0xab), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x1d), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x72), + static_cast(0x00), + static_cast(0x24), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x4c), + static_cast(0x81), + static_cast(0xff), + static_cast(0x73), + static_cast(0x95), + static_cast(0xff), + static_cast(0x51), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x72), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x95), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x78), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x55), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x62), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x98), + static_cast(0xff), + static_cast(0xae), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x78), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x46), + static_cast(0xac), + static_cast(0xff), + static_cast(0x20), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x95), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xee), + static_cast(0x76), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x63), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x98), + static_cast(0x0b), + static_cast(0xa7), + static_cast(0x37), + static_cast(0x1b), + static_cast(0x51), + static_cast(0x01), + static_cast(0x0f), + static_cast(0x13), + static_cast(0x32), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x0d), + static_cast(0x07), + static_cast(0x3d), + static_cast(0x01), + static_cast(0x07), + static_cast(0x1d), + static_cast(0xd1), + static_cast(0xfa), + static_cast(0xbf), + static_cast(0x1f), + static_cast(0xf5), + static_cast(0x1c), + static_cast(0x41), + static_cast(0xfc), + static_cast(0xdf), + static_cast(0xba), + static_cast(0x08), + static_cast(0x96), + static_cast(0xf9), + static_cast(0x02), + static_cast(0x98), + static_cast(0x38), + static_cast(0xf8), + static_cast(0x4b), + static_cast(0xce), + static_cast(0xfc), + static_cast(0x8c), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x61), + static_cast(0x01), + static_cast(0x55), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x97), + static_cast(0x5e), + static_cast(0xfd), + static_cast(0x3e), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0x4d), + static_cast(0x00), + static_cast(0xec), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x56), + static_cast(0xc8), + static_cast(0xfd), + static_cast(0x34), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xee), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xd9), + static_cast(0xfd), + static_cast(0x3b), + static_cast(0x58), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x75), + static_cast(0x00), + static_cast(0xf6), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x49), + static_cast(0xff), + static_cast(0x42), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x78), + static_cast(0x47), + static_cast(0xff), + static_cast(0x85), + static_cast(0x73), + static_cast(0xff), + static_cast(0xad), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x98), + static_cast(0xeb), + static_cast(0x00), + static_cast(0xd6), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x1f), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x03), + static_cast(0x59), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x78), + static_cast(0x68), + static_cast(0xff), + static_cast(0x29), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xee), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x43), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x75), + static_cast(0xff), + static_cast(0x71), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x08), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x68), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x34), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xec), + static_cast(0x76), + static_cast(0xff), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x65), + static_cast(0x61), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x5d), + static_cast(0x0a), + static_cast(0x15), + static_cast(0xd0), + static_cast(0x1b), + static_cast(0x18), + static_cast(0x7a), + static_cast(0x13), + static_cast(0xaf), + static_cast(0xde), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x86), + static_cast(0x04), + static_cast(0x73), + static_cast(0x7e), + static_cast(0x07), + static_cast(0x14), + static_cast(0x05), + static_cast(0xfc), + static_cast(0xb1), + static_cast(0xc0), + static_cast(0xf5), + static_cast(0xa0), + static_cast(0xc1), + static_cast(0xfa), + static_cast(0xa0), + static_cast(0xad), + static_cast(0x06), + static_cast(0xfa), + static_cast(0xa1), + static_cast(0x04), + static_cast(0x36), + static_cast(0xf0), + static_cast(0xf8), + static_cast(0x62), + static_cast(0x3d), + static_cast(0xfb), + static_cast(0xe4), + static_cast(0x27), + static_cast(0x00), + static_cast(0xac), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x42), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x49), + static_cast(0x01), + static_cast(0xe9), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x28), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x95), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x18), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x59), + static_cast(0xfd), + static_cast(0x45), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x34), + static_cast(0x48), + static_cast(0xff), + static_cast(0x06), + static_cast(0x82), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x95), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x09), + static_cast(0xff), + static_cast(0x41), + static_cast(0x45), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x29), + static_cast(0xff), + static_cast(0x88), + static_cast(0x81), + static_cast(0xff), + static_cast(0x37), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xee), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x40), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x27), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x05), + static_cast(0x40), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x45), + static_cast(0xff), + static_cast(0x37), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x63), + static_cast(0x28), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x18), + static_cast(0xff), + static_cast(0x55), + static_cast(0x79), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x87), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x87), + static_cast(0xff), + static_cast(0x11), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xad), + static_cast(0x99), + static_cast(0xff), + static_cast(0x47), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x51), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xad), + static_cast(0x0b), + static_cast(0x6f), + static_cast(0x24), + static_cast(0x1d), + static_cast(0x68), + static_cast(0x84), + static_cast(0x13), + static_cast(0xa5), + static_cast(0x37), + static_cast(0x01), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x04), + static_cast(0x4e), + static_cast(0xf6), + static_cast(0x05), + static_cast(0x97), + static_cast(0x9a), + static_cast(0xfd), + static_cast(0x63), + static_cast(0x38), + static_cast(0xf6), + static_cast(0x7b), + static_cast(0xaf), + static_cast(0xf9), + static_cast(0x72), + static_cast(0x7c), + static_cast(0x06), + static_cast(0xad), + static_cast(0x34), + static_cast(0x04), + static_cast(0x8e), + static_cast(0x6d), + static_cast(0xf9), + static_cast(0x53), + static_cast(0xc0), + static_cast(0xfb), + static_cast(0x24), + static_cast(0x98), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x41), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x2e), + static_cast(0x01), + static_cast(0xd1), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x97), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0x71), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x42), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x46), + static_cast(0x00), + static_cast(0x27), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x02), + static_cast(0xff), + static_cast(0x97), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x24), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x58), + static_cast(0xff), + static_cast(0x82), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x94), + static_cast(0xec), + static_cast(0xff), + static_cast(0x21), + static_cast(0xca), + static_cast(0xff), + static_cast(0x44), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x44), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x22), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x23), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x17), + static_cast(0x00), + static_cast(0xc9), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xee), + static_cast(0x24), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x45), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x73), + static_cast(0xff), + static_cast(0x34), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x81), + static_cast(0xff), + static_cast(0x14), + static_cast(0x93), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x67), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x95), + static_cast(0x77), + static_cast(0xff), + static_cast(0x31), + static_cast(0x65), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xbb), + static_cast(0x0b), + static_cast(0x70), + static_cast(0x4b), + static_cast(0x1d), + static_cast(0x2f), + static_cast(0xd0), + static_cast(0x13), + static_cast(0x97), + static_cast(0x0c), + static_cast(0x03), + static_cast(0x62), + static_cast(0xee), + static_cast(0x05), + static_cast(0x0c), + static_cast(0x3c), + static_cast(0x05), + static_cast(0xc1), + static_cast(0x27), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xc8), + static_cast(0xf6), + static_cast(0x06), + static_cast(0x3e), + static_cast(0xf8), + static_cast(0xd3), + static_cast(0xc5), + static_cast(0x05), + static_cast(0xde), + static_cast(0x23), + static_cast(0x04), + static_cast(0x1d), + static_cast(0x72), + static_cast(0xfa), + static_cast(0x34), + static_cast(0x01), + static_cast(0xfc), + static_cast(0x8d), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x10), + static_cast(0x42), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x32), + static_cast(0x00), + static_cast(0x80), + static_cast(0xf5), + static_cast(0x00), + static_cast(0x80), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xed), + static_cast(0xfd), + static_cast(0xe7), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x28), + static_cast(0x30), + static_cast(0xfd), + static_cast(0x42), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x12), + static_cast(0xff), + static_cast(0xab), + static_cast(0x57), + static_cast(0xfe), + static_cast(0xba), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0xae), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x85), + static_cast(0xff), + static_cast(0x58), + static_cast(0x71), + static_cast(0xff), + static_cast(0x26), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x36), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x62), + static_cast(0xff), + static_cast(0x40), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x58), + static_cast(0xff), + static_cast(0xee), + static_cast(0x57), + static_cast(0xff), + static_cast(0x88), + static_cast(0x09), + static_cast(0x00), + static_cast(0xde), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xec), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x94), + static_cast(0xff), + static_cast(0x51), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x29), + static_cast(0x00), + static_cast(0xfa), + static_cast(0x13), + static_cast(0x00), + static_cast(0x7d), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xbc), + static_cast(0xac), + static_cast(0xff), + static_cast(0x29), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x33), + static_cast(0x42), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x56), + static_cast(0xff), + static_cast(0x96), + static_cast(0x58), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x54), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x60), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x43), + static_cast(0x91), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x94), + static_cast(0x81), + static_cast(0xff), + static_cast(0x92), + static_cast(0x56), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x2b), + static_cast(0x0e), + static_cast(0xbf), + static_cast(0x07), + static_cast(0x1e), + static_cast(0x97), + static_cast(0xf9), + static_cast(0x0f), + static_cast(0x22), + static_cast(0x32), + static_cast(0x05), + static_cast(0x74), + static_cast(0xbe), + static_cast(0x09), + static_cast(0xf3), + static_cast(0x8a), + static_cast(0x03), + static_cast(0x08), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x6b), + static_cast(0xf6), + static_cast(0xa5), + static_cast(0x9b), + static_cast(0xf8), + static_cast(0x8e), + static_cast(0x5f), + static_cast(0x06), + static_cast(0xbc), + static_cast(0x4d), + static_cast(0x01), + static_cast(0xb7), + static_cast(0x40), + static_cast(0xfb), + static_cast(0x3d), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x15), + static_cast(0xfd), + static_cast(0xdd), + static_cast(0x0c), + static_cast(0xfe), + static_cast(0x64), + static_cast(0xd4), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xc2), + static_cast(0x30), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x95), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0x1c), + static_cast(0x74), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x52), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0x6d), + static_cast(0xfd), + static_cast(0xc4), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x01), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xde), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x93), + static_cast(0xfd), + static_cast(0xaf), + static_cast(0x25), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xed), + static_cast(0xff), + static_cast(0x52), + static_cast(0x32), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x08), + static_cast(0x02), + static_cast(0xff), + static_cast(0x62), + static_cast(0xff), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x88), + static_cast(0xff), + static_cast(0x64), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x85), + static_cast(0x74), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x47), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x51), + static_cast(0x00), + static_cast(0x83), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xab), + static_cast(0xff), + static_cast(0x73), + static_cast(0x80), + static_cast(0xff), + static_cast(0xba), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x32), + static_cast(0xff), + static_cast(0x67), + static_cast(0x33), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x54), + static_cast(0xff), + static_cast(0x39), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x81), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x91), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x59), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x7a), + static_cast(0x0e), + static_cast(0x91), + static_cast(0x0b), + static_cast(0x1e), + static_cast(0x3e), + static_cast(0x3b), + static_cast(0x0d), + static_cast(0x08), + static_cast(0xb6), + static_cast(0x05), + static_cast(0x4f), + static_cast(0x61), + static_cast(0x10), + static_cast(0x16), + static_cast(0x0f), + static_cast(0x04), + static_cast(0x0e), + static_cast(0x07), + static_cast(0xfb), + static_cast(0x62), + static_cast(0xea), + static_cast(0xf7), + static_cast(0x2c), + static_cast(0x4e), + static_cast(0xf9), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x49), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x09), + static_cast(0xfc), + static_cast(0x43), + static_cast(0xfb), + static_cast(0x00), + static_cast(0x8b), + static_cast(0xa6), + static_cast(0xfb), + static_cast(0x7c), + static_cast(0x09), + static_cast(0xfd), + static_cast(0x0f), + static_cast(0x43), + static_cast(0x01), + static_cast(0xe2), + static_cast(0x97), + static_cast(0xff), + static_cast(0xae), + static_cast(0x59), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x90), + static_cast(0xfd), + static_cast(0xfb), + static_cast(0x9a), + static_cast(0xfc), + static_cast(0xf0), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x35), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x38), + static_cast(0xfd), + static_cast(0x3b), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x9e), + static_cast(0xfd), + static_cast(0xe0), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x4f), + static_cast(0xfd), + static_cast(0x16), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x11), + static_cast(0x39), + static_cast(0xff), + static_cast(0x35), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x28), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x09), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x83), + static_cast(0xff), + static_cast(0x66), + static_cast(0xce), + static_cast(0xff), + static_cast(0x82), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x81), + static_cast(0x63), + static_cast(0xff), + static_cast(0x98), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x39), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xff), + static_cast(0x87), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x70), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x97), + static_cast(0xff), + static_cast(0x05), + static_cast(0x28), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xd9), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x90), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xca), + static_cast(0x97), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x34), + static_cast(0x31), + static_cast(0xff), + static_cast(0x83), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x92), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x95), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x92), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x00), + static_cast(0x91), + static_cast(0xff), + static_cast(0x07), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x32), + static_cast(0xca), + static_cast(0x0f), + static_cast(0x04), + static_cast(0x45), + static_cast(0x20), + static_cast(0xb0), + static_cast(0xef), + static_cast(0x0a), + static_cast(0x6a), + static_cast(0x38), + static_cast(0x03), + static_cast(0x56), + static_cast(0xdf), + static_cast(0x14), + static_cast(0xf5), + static_cast(0x28), + static_cast(0x05), + static_cast(0x87), + static_cast(0xc1), + static_cast(0xf7), + static_cast(0x0e), + static_cast(0x5e), + static_cast(0xfa), + static_cast(0x26), + static_cast(0x97), + static_cast(0xfc), + static_cast(0xf8), + static_cast(0x17), + static_cast(0x03), + static_cast(0xa4), + static_cast(0x03), + static_cast(0xfa), + static_cast(0x2c), + static_cast(0xc9), + static_cast(0xfb), + static_cast(0xd4), + static_cast(0x6a), + static_cast(0x05), + static_cast(0x1e), + static_cast(0xde), + static_cast(0xfb), + static_cast(0x30), + static_cast(0x58), + static_cast(0xfb), + static_cast(0x83), + static_cast(0x6a), + static_cast(0x01), + static_cast(0x89), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x62), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x07), + static_cast(0xfd), + static_cast(0x2c), + static_cast(0xac), + static_cast(0xfb), + static_cast(0x4b), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x92), + static_cast(0xc2), + static_cast(0xfd), + static_cast(0x0a), + static_cast(0x7e), + static_cast(0xfb), + static_cast(0x71), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0x28), + static_cast(0x90), + static_cast(0xfd), + static_cast(0x54), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x9b), + static_cast(0xfd), + static_cast(0x7d), + static_cast(0xea), + static_cast(0xfd), + static_cast(0x58), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x12), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x80), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xdb), + static_cast(0xfd), + static_cast(0x63), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x96), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x65), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xff), + static_cast(0x41), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x43), + static_cast(0xff), + static_cast(0xef), + static_cast(0x00), + static_cast(0x00), + static_cast(0x09), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x12), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x71), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x41), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x90), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x47), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x77), + static_cast(0xff), + static_cast(0x04), + static_cast(0x68), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x45), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x76), + static_cast(0xff), + static_cast(0x17), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x98), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x92), + static_cast(0xff), + static_cast(0x59), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x55), + static_cast(0xff), + static_cast(0xae), + static_cast(0xb6), + static_cast(0x11), + static_cast(0x67), + static_cast(0x13), + static_cast(0x23), + static_cast(0xce), + static_cast(0x36), + static_cast(0x08), + static_cast(0x8e), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x80), + static_cast(0x18), + static_cast(0xac), + static_cast(0x21), + static_cast(0x07), + static_cast(0x7c), + static_cast(0x66), + static_cast(0xf4), + static_cast(0x91), + static_cast(0x62), + static_cast(0xfb), + static_cast(0x13), + static_cast(0x6e), + static_cast(0x01), + static_cast(0xd3), + static_cast(0xb2), + static_cast(0x02), + static_cast(0x72), + static_cast(0xeb), + static_cast(0xf3), + static_cast(0x65), + static_cast(0xb9), + static_cast(0xf9), + static_cast(0x7b), + static_cast(0xde), + static_cast(0x09), + static_cast(0x4e), + static_cast(0xdb), + static_cast(0xfd), + static_cast(0x3e), + static_cast(0xac), + static_cast(0xf9), + static_cast(0x75), + static_cast(0xf5), + static_cast(0x00), + static_cast(0x49), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0xf6), + static_cast(0xfd), + static_cast(0xb0), + static_cast(0x75), + static_cast(0x01), + static_cast(0x41), + static_cast(0x01), + static_cast(0xfd), + static_cast(0x54), + static_cast(0x32), + static_cast(0xfb), + static_cast(0xe4), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x54), + static_cast(0xfc), + static_cast(0x7b), + static_cast(0x97), + static_cast(0xfb), + static_cast(0x18), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x32), + static_cast(0xfd), + static_cast(0x0d), + static_cast(0xea), + static_cast(0xfd), + static_cast(0xfa), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x1c), + static_cast(0x57), + static_cast(0xfd), + static_cast(0x4e), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x76), + static_cast(0x00), + static_cast(0x75), + static_cast(0x01), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x39), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x00), + static_cast(0x25), + static_cast(0xff), + static_cast(0xac), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x82), + static_cast(0x30), + static_cast(0x00), + static_cast(0x21), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x77), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x57), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x87), + static_cast(0xff), + static_cast(0x43), + static_cast(0x56), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x43), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x86), + static_cast(0xff), + static_cast(0x71), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x88), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x10), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x80), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x79), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x77), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xad), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x46), + static_cast(0x90), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xfc), + static_cast(0x13), + static_cast(0xf8), + static_cast(0x21), + static_cast(0x26), + static_cast(0xfc), + static_cast(0x6a), + static_cast(0x05), + static_cast(0x28), + static_cast(0xae), + static_cast(0xfb), + static_cast(0x0f), + static_cast(0x1e), + static_cast(0x1b), + static_cast(0x0b), + static_cast(0xae), + static_cast(0x09), + static_cast(0x52), + static_cast(0xe9), + static_cast(0xf1), + static_cast(0x40), + static_cast(0x63), + static_cast(0xfb), + static_cast(0x20), + static_cast(0xa2), + static_cast(0x06), + static_cast(0x7d), + static_cast(0xbe), + static_cast(0x03), + static_cast(0x32), + static_cast(0x39), + static_cast(0xee), + static_cast(0x08), + static_cast(0x42), + static_cast(0xf6), + static_cast(0x7b), + static_cast(0xcf), + static_cast(0x0c), + static_cast(0xb6), + static_cast(0x85), + static_cast(0x01), + static_cast(0xab), + static_cast(0x36), + static_cast(0xf9), + static_cast(0x56), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xfc), + static_cast(0x30), + static_cast(0xfd), + static_cast(0xbd), + static_cast(0x62), + static_cast(0x02), + static_cast(0x60), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0xce), + static_cast(0xe8), + static_cast(0xf9), + static_cast(0x45), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x65), + static_cast(0xa3), + static_cast(0xfc), + static_cast(0xeb), + static_cast(0x76), + static_cast(0xfa), + static_cast(0x0e), + static_cast(0x50), + static_cast(0xff), + static_cast(0x19), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0xc2), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xce), + static_cast(0xfd), + static_cast(0xa3), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x42), + static_cast(0x01), + static_cast(0x96), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x11), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x98), + static_cast(0xff), + static_cast(0x62), + static_cast(0x28), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xba), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x88), + static_cast(0x56), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x58), + static_cast(0xff), + static_cast(0xde), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x99), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x55), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x52), + static_cast(0xff), + static_cast(0x59), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x26), + static_cast(0xff), + static_cast(0x66), + static_cast(0x68), + static_cast(0xff), + static_cast(0x78), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xba), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x55), + static_cast(0xff), + static_cast(0x12), + static_cast(0x80), + static_cast(0xff), + static_cast(0x96), + static_cast(0x91), + static_cast(0xff), + static_cast(0x97), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x10), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x67), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x5d), + static_cast(0x15), + static_cast(0x2c), + static_cast(0x4c), + static_cast(0x2a), + static_cast(0xce), + static_cast(0x1f), + static_cast(0x05), + static_cast(0x32), + static_cast(0x42), + static_cast(0xf4), + static_cast(0x5c), + static_cast(0x95), + static_cast(0x1a), + static_cast(0x09), + static_cast(0x9e), + static_cast(0x0f), + static_cast(0x2b), + static_cast(0x6f), + static_cast(0xf1), + static_cast(0x3a), + static_cast(0x38), + static_cast(0xf9), + static_cast(0x1c), + static_cast(0x54), + static_cast(0x09), + static_cast(0xd3), + static_cast(0x6d), + static_cast(0x06), + static_cast(0xed), + static_cast(0x9a), + static_cast(0xeb), + static_cast(0xc9), + static_cast(0xe9), + static_cast(0xf0), + static_cast(0xb0), + static_cast(0xd6), + static_cast(0x0c), + static_cast(0x9a), + static_cast(0x2d), + static_cast(0x06), + static_cast(0x3e), + static_cast(0x60), + static_cast(0xfa), + static_cast(0x91), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0xe3), + static_cast(0x3c), + static_cast(0xfd), + static_cast(0x72), + static_cast(0x6f), + static_cast(0xfc), + static_cast(0xc7), + static_cast(0x28), + static_cast(0x03), + static_cast(0x3d), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x36), + static_cast(0xf8), + static_cast(0xdc), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xed), + static_cast(0xa0), + static_cast(0xfc), + static_cast(0xfc), + static_cast(0xae), + static_cast(0xf8), + static_cast(0xa7), + static_cast(0x57), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x9e), + static_cast(0xfd), + static_cast(0x73), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xb6), + static_cast(0xfd), + static_cast(0x43), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x65), + static_cast(0x01), + static_cast(0xd9), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x30), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x34), + static_cast(0xff), + static_cast(0xda), + static_cast(0x22), + static_cast(0xff), + static_cast(0x08), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x39), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x13), + static_cast(0xff), + static_cast(0x22), + static_cast(0xba), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x44), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x39), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x79), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x05), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x50), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x53), + static_cast(0xff), + static_cast(0xca), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x74), + static_cast(0x99), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xee), + static_cast(0xff), + static_cast(0x25), + static_cast(0x27), + static_cast(0x00), + static_cast(0x08), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x70), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x97), + static_cast(0xff), + static_cast(0xda), + static_cast(0x87), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x61), + static_cast(0x16), + static_cast(0xe9), + static_cast(0x7a), + static_cast(0x2e), + static_cast(0x8f), + static_cast(0xeb), + static_cast(0x05), + static_cast(0x7d), + static_cast(0x11), + static_cast(0xed), + static_cast(0x03), + static_cast(0x73), + static_cast(0x18), + static_cast(0xb7), + static_cast(0xf6), + static_cast(0x14), + static_cast(0xb3), + static_cast(0x92), + static_cast(0xf2), + static_cast(0xc9), + static_cast(0x47), + static_cast(0xf7), + static_cast(0x99), + static_cast(0x06), + static_cast(0x0b), + static_cast(0x63), + static_cast(0xc9), + static_cast(0x09), + static_cast(0xfa), + static_cast(0x37), + static_cast(0xea), + static_cast(0x58), + static_cast(0xb3), + static_cast(0xeb), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0x0a), + static_cast(0xf4), + static_cast(0x28), + static_cast(0x0a), + static_cast(0x72), + static_cast(0xaa), + static_cast(0xfd), + static_cast(0x6d), + static_cast(0x88), + static_cast(0xfc), + static_cast(0xed), + static_cast(0xcb), + static_cast(0xfb), + static_cast(0x09), + static_cast(0x33), + static_cast(0xfc), + static_cast(0x5c), + static_cast(0x48), + static_cast(0x03), + static_cast(0xc2), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x9d), + static_cast(0xf7), + static_cast(0xb4), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x59), + static_cast(0xaa), + static_cast(0xfc), + static_cast(0xab), + static_cast(0x3c), + static_cast(0xf8), + static_cast(0x69), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x03), + static_cast(0xff), + static_cast(0x61), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0xf7), + static_cast(0x48), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x61), + static_cast(0x01), + static_cast(0x4d), + static_cast(0x50), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x2c), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x27), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x27), + static_cast(0xff), + static_cast(0x50), + static_cast(0x34), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x98), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x22), + static_cast(0xff), + static_cast(0x08), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x24), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x88), + static_cast(0xff), + static_cast(0xde), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x34), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x38), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x45), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x16), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x02), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x62), + static_cast(0xff), + static_cast(0xad), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xae), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x24), + static_cast(0x84), + static_cast(0x1c), + static_cast(0x22), + static_cast(0x19), + static_cast(0x33), + static_cast(0x7c), + static_cast(0xc1), + static_cast(0xfd), + static_cast(0x08), + static_cast(0xa7), + static_cast(0xe9), + static_cast(0xce), + static_cast(0x6e), + static_cast(0x1a), + static_cast(0x4b), + static_cast(0xd9), + static_cast(0x13), + static_cast(0x27), + static_cast(0x59), + static_cast(0xf4), + static_cast(0xa1), + static_cast(0x8d), + static_cast(0xf7), + static_cast(0xac), + static_cast(0x85), + static_cast(0x0d), + static_cast(0x82), + static_cast(0x43), + static_cast(0x0a), + static_cast(0x1a), + static_cast(0x1e), + static_cast(0xe6), + static_cast(0xc7), + static_cast(0xee), + static_cast(0xeb), + static_cast(0x4d), + static_cast(0xdb), + static_cast(0x09), + static_cast(0xe2), + static_cast(0x49), + static_cast(0x0b), + static_cast(0xa1), + static_cast(0x26), + static_cast(0x01), + static_cast(0xd1), + static_cast(0xbe), + static_cast(0xfb), + static_cast(0x6f), + static_cast(0x05), + static_cast(0xfa), + static_cast(0xdc), + static_cast(0x2d), + static_cast(0xfc), + static_cast(0x97), + static_cast(0x4b), + static_cast(0x04), + static_cast(0x10), + static_cast(0xb8), + static_cast(0xfc), + static_cast(0xca), + static_cast(0x6f), + static_cast(0xf7), + static_cast(0x0f), + static_cast(0xca), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x71), + static_cast(0xfb), + static_cast(0x18), + static_cast(0x88), + static_cast(0xf8), + static_cast(0x0d), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x69), + static_cast(0x87), + static_cast(0xfd), + static_cast(0x73), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xae), + static_cast(0x01), + static_cast(0xc8), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x67), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x90), + static_cast(0xff), + static_cast(0x98), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x20), + static_cast(0xff), + static_cast(0x87), + static_cast(0x62), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x01), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x84), + static_cast(0xff), + static_cast(0x23), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x38), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x42), + static_cast(0xff), + static_cast(0xae), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x69), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x66), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x90), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x36), + static_cast(0xff), + static_cast(0x12), + static_cast(0x29), + static_cast(0xff), + static_cast(0x88), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x05), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x20), + static_cast(0x84), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x55), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x65), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x98), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x05), + static_cast(0x00), + static_cast(0x59), + static_cast(0xef), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xc6), + static_cast(0x1f), + static_cast(0x07), + static_cast(0x6d), + static_cast(0x38), + static_cast(0xf9), + static_cast(0xe4), + static_cast(0xfa), + static_cast(0xb2), + static_cast(0x5f), + static_cast(0xe2), + static_cast(0x0e), + static_cast(0xf8), + static_cast(0x18), + static_cast(0x5d), + static_cast(0x39), + static_cast(0x16), + static_cast(0x79), + static_cast(0xa2), + static_cast(0xf7), + static_cast(0x4d), + static_cast(0x39), + static_cast(0xf7), + static_cast(0x97), + static_cast(0x33), + static_cast(0x0c), + static_cast(0xc7), + static_cast(0x0e), + static_cast(0x0c), + static_cast(0xba), + static_cast(0xe3), + static_cast(0xe5), + static_cast(0x88), + static_cast(0x1e), + static_cast(0xea), + static_cast(0x33), + static_cast(0x63), + static_cast(0x07), + static_cast(0x1f), + static_cast(0xbb), + static_cast(0x0b), + static_cast(0xdb), + static_cast(0xd3), + static_cast(0x04), + static_cast(0x2b), + static_cast(0xef), + static_cast(0xfb), + static_cast(0x98), + static_cast(0x6b), + static_cast(0xf8), + static_cast(0x26), + static_cast(0x2d), + static_cast(0xfb), + static_cast(0x25), + static_cast(0xdd), + static_cast(0x04), + static_cast(0x24), + static_cast(0x92), + static_cast(0xfc), + static_cast(0x91), + static_cast(0x19), + static_cast(0xf6), + static_cast(0x3e), + static_cast(0x83), + static_cast(0x01), + static_cast(0xce), + static_cast(0x2d), + static_cast(0xfb), + static_cast(0xb3), + static_cast(0x77), + static_cast(0xf8), + static_cast(0x80), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x84), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x91), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xf8), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0xd8), + static_cast(0x01), + static_cast(0x9d), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x61), + static_cast(0x94), + static_cast(0xfd), + static_cast(0xfc), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xee), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x57), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x37), + static_cast(0xff), + static_cast(0x85), + static_cast(0x50), + static_cast(0xff), + static_cast(0x92), + static_cast(0x26), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x13), + static_cast(0xff), + static_cast(0x37), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x49), + static_cast(0xff), + static_cast(0x11), + static_cast(0x36), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x18), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x51), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x20), + static_cast(0x25), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x44), + static_cast(0xff), + static_cast(0x03), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x87), + static_cast(0xff), + static_cast(0xda), + static_cast(0x64), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xef), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x45), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x97), + static_cast(0x51), + static_cast(0xff), + static_cast(0x98), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x49), + static_cast(0x24), + static_cast(0xeb), + static_cast(0x71), + static_cast(0x3d), + static_cast(0x41), + static_cast(0xc3), + static_cast(0xf5), + static_cast(0x8e), + static_cast(0x50), + static_cast(0xdd), + static_cast(0x24), + static_cast(0x47), + static_cast(0x19), + static_cast(0xc8), + static_cast(0x28), + static_cast(0x16), + static_cast(0xc8), + static_cast(0x97), + static_cast(0xfa), + static_cast(0x37), + static_cast(0x1d), + static_cast(0xf8), + static_cast(0x09), + static_cast(0x58), + static_cast(0x0b), + static_cast(0x4f), + static_cast(0xac), + static_cast(0x0d), + static_cast(0x4e), + static_cast(0xd0), + static_cast(0xe5), + static_cast(0x49), + static_cast(0x4b), + static_cast(0xe9), + static_cast(0x89), + static_cast(0x92), + static_cast(0x05), + static_cast(0x9a), + static_cast(0x35), + static_cast(0x0b), + static_cast(0x74), + static_cast(0xdb), + static_cast(0x07), + static_cast(0xf9), + static_cast(0x7e), + static_cast(0xfd), + static_cast(0xe0), + static_cast(0xca), + static_cast(0xf6), + static_cast(0xf6), + static_cast(0x83), + static_cast(0xfa), + static_cast(0x64), + static_cast(0xd2), + static_cast(0x05), + static_cast(0x40), + static_cast(0x97), + static_cast(0xfb), + static_cast(0x40), + static_cast(0xfc), + static_cast(0xf5), + static_cast(0xf3), + static_cast(0x79), + static_cast(0x02), + static_cast(0x91), + static_cast(0x9f), + static_cast(0xfa), + static_cast(0x2e), + static_cast(0xc6), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x83), + static_cast(0xcc), + static_cast(0xfd), + static_cast(0x78), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x73), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x38), + static_cast(0xc7), + static_cast(0xfc), + static_cast(0xd7), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x3f), + static_cast(0x02), + static_cast(0x68), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x5c), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x75), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x79), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x64), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0x5e), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xce), + static_cast(0x14), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x54), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x13), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x30), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x71), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x16), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x45), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x68), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x54), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x64), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x52), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x7f), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x52), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xfa), + static_cast(0x26), + static_cast(0xac), + static_cast(0x15), + static_cast(0x42), + static_cast(0xf3), + static_cast(0x3b), + static_cast(0xf3), + static_cast(0xb5), + static_cast(0x02), + static_cast(0xd8), + static_cast(0xf8), + static_cast(0x62), + static_cast(0x19), + static_cast(0x21), + static_cast(0x4c), + static_cast(0x15), + static_cast(0x05), + static_cast(0xaf), + static_cast(0xfb), + static_cast(0xdb), + static_cast(0xc7), + static_cast(0xf9), + static_cast(0xe4), + static_cast(0x8d), + static_cast(0x09), + static_cast(0x8b), + static_cast(0xe5), + static_cast(0x10), + static_cast(0xe6), + static_cast(0x21), + static_cast(0xe7), + static_cast(0x83), + static_cast(0xa0), + static_cast(0xe5), + static_cast(0x76), + static_cast(0x17), + static_cast(0x04), + static_cast(0x25), + static_cast(0x84), + static_cast(0x0a), + static_cast(0x84), + static_cast(0xcc), + static_cast(0x09), + static_cast(0x67), + static_cast(0x83), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xaf), + static_cast(0xf5), + static_cast(0x80), + static_cast(0xf5), + static_cast(0xf9), + static_cast(0xa2), + static_cast(0x7f), + static_cast(0x05), + static_cast(0x42), + static_cast(0xd4), + static_cast(0xfa), + static_cast(0x5c), + static_cast(0x7c), + static_cast(0xf6), + static_cast(0x11), + static_cast(0x4a), + static_cast(0x03), + static_cast(0x7a), + static_cast(0xfd), + static_cast(0xf9), + static_cast(0xfc), + static_cast(0x33), + static_cast(0xf8), + static_cast(0x34), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x50), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0x67), + static_cast(0x56), + static_cast(0xff), + static_cast(0x01), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xfc), + static_cast(0x2d), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x57), + static_cast(0x02), + static_cast(0xb7), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x58), + static_cast(0xfd), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0xce), + static_cast(0xff), + static_cast(0x15), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x37), + static_cast(0x9f), + static_cast(0xfd), + static_cast(0x11), + static_cast(0x34), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x77), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x97), + static_cast(0xfd), + static_cast(0x32), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x97), + static_cast(0x97), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x12), + static_cast(0xff), + static_cast(0x68), + static_cast(0x28), + static_cast(0xff), + static_cast(0x57), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x57), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x25), + static_cast(0xff), + static_cast(0x87), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x26), + static_cast(0x48), + static_cast(0xff), + static_cast(0x45), + static_cast(0x42), + static_cast(0xff), + static_cast(0x51), + static_cast(0x71), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x87), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x75), + static_cast(0x25), + static_cast(0x00), + static_cast(0x7d), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x55), + static_cast(0xff), + static_cast(0xda), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x41), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x46), + static_cast(0x4d), + static_cast(0x2b), + static_cast(0x86), + static_cast(0x60), + static_cast(0x45), + static_cast(0xce), + static_cast(0x80), + static_cast(0xed), + static_cast(0x4e), + static_cast(0xc6), + static_cast(0xd6), + static_cast(0x46), + static_cast(0x92), + static_cast(0x1b), + static_cast(0x09), + static_cast(0x2e), + static_cast(0x11), + static_cast(0x70), + static_cast(0x77), + static_cast(0xfb), + static_cast(0x39), + static_cast(0x29), + static_cast(0xfb), + static_cast(0x2e), + static_cast(0x98), + static_cast(0x09), + static_cast(0x6a), + static_cast(0xaf), + static_cast(0x14), + static_cast(0x33), + static_cast(0x86), + static_cast(0xe7), + static_cast(0x42), + static_cast(0xcd), + static_cast(0xe1), + static_cast(0x14), + static_cast(0xff), + static_cast(0x02), + static_cast(0x7c), + static_cast(0xee), + static_cast(0x0a), + static_cast(0x80), + static_cast(0x30), + static_cast(0x0a), + static_cast(0x42), + static_cast(0xb4), + static_cast(0x00), + static_cast(0x98), + static_cast(0x24), + static_cast(0xf6), + static_cast(0x37), + static_cast(0xfa), + static_cast(0xf9), + static_cast(0x16), + static_cast(0x0f), + static_cast(0x04), + static_cast(0x86), + static_cast(0xe3), + static_cast(0xf9), + static_cast(0x0b), + static_cast(0x9b), + static_cast(0xf8), + static_cast(0xe0), + static_cast(0x56), + static_cast(0x03), + static_cast(0x96), + static_cast(0xd0), + static_cast(0xf8), + static_cast(0x89), + static_cast(0x73), + static_cast(0xf8), + static_cast(0xad), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x66), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x5e), + static_cast(0xfd), + static_cast(0xaa), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x46), + static_cast(0x02), + static_cast(0xaf), + static_cast(0x94), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0x99), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x50), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x64), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x90), + static_cast(0xfd), + static_cast(0x1d), + static_cast(0x89), + static_cast(0xff), + static_cast(0x63), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x9a), + static_cast(0xfd), + static_cast(0xac), + static_cast(0xab), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x65), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x16), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x24), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x89), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0x99), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x93), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x14), + static_cast(0xff), + static_cast(0x37), + static_cast(0x41), + static_cast(0xff), + static_cast(0x51), + static_cast(0x19), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x40), + static_cast(0xff), + static_cast(0x86), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x63), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x0a), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x55), + static_cast(0x41), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xda), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x99), + static_cast(0xbd), + static_cast(0x2a), + static_cast(0xc2), + static_cast(0x3c), + static_cast(0x49), + static_cast(0x79), + static_cast(0x3e), + static_cast(0xf0), + static_cast(0xcf), + static_cast(0x26), + static_cast(0xd2), + static_cast(0x8d), + static_cast(0x9e), + static_cast(0x1b), + static_cast(0x20), + static_cast(0xaa), + static_cast(0x0f), + static_cast(0xce), + static_cast(0x87), + static_cast(0xf8), + static_cast(0x81), + static_cast(0x09), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0xa8), + static_cast(0x07), + static_cast(0xc1), + static_cast(0x9b), + static_cast(0x1a), + static_cast(0x96), + static_cast(0xee), + static_cast(0xeb), + static_cast(0x66), + static_cast(0x72), + static_cast(0xda), + static_cast(0x11), + static_cast(0x33), + static_cast(0x01), + static_cast(0x4f), + static_cast(0x7a), + static_cast(0x0b), + static_cast(0x77), + static_cast(0xd4), + static_cast(0x09), + static_cast(0x60), + static_cast(0x3a), + static_cast(0x02), + static_cast(0xed), + static_cast(0x5a), + static_cast(0xf8), + static_cast(0xa2), + static_cast(0x08), + static_cast(0xf9), + static_cast(0xbd), + static_cast(0x78), + static_cast(0x01), + static_cast(0x6b), + static_cast(0xc2), + static_cast(0xfb), + static_cast(0xe6), + static_cast(0xcb), + static_cast(0xf8), + static_cast(0xd0), + static_cast(0xfd), + static_cast(0x02), + static_cast(0x3a), + static_cast(0x1c), + static_cast(0xf9), + static_cast(0x31), + static_cast(0xac), + static_cast(0xf7), + static_cast(0xe7), + static_cast(0xa6), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x05), + static_cast(0xfd), + static_cast(0x97), + static_cast(0xc4), + static_cast(0xfd), + static_cast(0x14), + static_cast(0x58), + static_cast(0x00), + static_cast(0x0b), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0xb5), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x66), + static_cast(0xec), + static_cast(0x01), + static_cast(0xea), + static_cast(0x84), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x25), + static_cast(0xfd), + static_cast(0xa8), + static_cast(0xd5), + static_cast(0x00), + static_cast(0x24), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x83), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x10), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x84), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x78), + static_cast(0xff), + static_cast(0xac), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xbd), + static_cast(0xfd), + static_cast(0xab), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x60), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x24), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x92), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x99), + static_cast(0xff), + static_cast(0x54), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xad), + static_cast(0x84), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x36), + static_cast(0xfe), + static_cast(0x01), + static_cast(0x78), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x43), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x23), + static_cast(0xff), + static_cast(0xec), + static_cast(0x08), + static_cast(0xff), + static_cast(0x19), + static_cast(0x58), + static_cast(0xff), + static_cast(0x36), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x11), + static_cast(0x82), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x32), + static_cast(0x00), + static_cast(0x97), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x72), + static_cast(0xab), + static_cast(0xff), + static_cast(0x10), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x41), + static_cast(0xc9), + static_cast(0x2e), + static_cast(0xb8), + static_cast(0xb6), + static_cast(0x4a), + static_cast(0x9c), + static_cast(0xbe), + static_cast(0xea), + static_cast(0x3b), + static_cast(0x15), + static_cast(0xd5), + static_cast(0x51), + static_cast(0x3c), + static_cast(0x1e), + static_cast(0xa3), + static_cast(0x7f), + static_cast(0x09), + static_cast(0x96), + static_cast(0x28), + static_cast(0xf7), + static_cast(0x47), + static_cast(0xde), + static_cast(0xfb), + static_cast(0xf3), + static_cast(0x30), + static_cast(0x09), + static_cast(0xb3), + static_cast(0x89), + static_cast(0x20), + static_cast(0x39), + static_cast(0x0f), + static_cast(0xeb), + static_cast(0x72), + static_cast(0x9f), + static_cast(0xd7), + static_cast(0x8a), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x12), + static_cast(0x37), + static_cast(0x0b), + static_cast(0x77), + static_cast(0x12), + static_cast(0x09), + static_cast(0xdd), + static_cast(0xe6), + static_cast(0x02), + static_cast(0xd9), + static_cast(0x19), + static_cast(0xfb), + static_cast(0x58), + static_cast(0xe2), + static_cast(0xf7), + static_cast(0x12), + static_cast(0x10), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x3c), + static_cast(0xfd), + static_cast(0x94), + static_cast(0xe3), + static_cast(0xf8), + static_cast(0xde), + static_cast(0xa0), + static_cast(0x02), + static_cast(0xa6), + static_cast(0xbb), + static_cast(0xf8), + static_cast(0xe2), + static_cast(0x32), + static_cast(0xf8), + static_cast(0x4a), + static_cast(0x59), + static_cast(0x01), + static_cast(0x9a), + static_cast(0x9b), + static_cast(0xfb), + static_cast(0x85), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0x83), + static_cast(0xd1), + static_cast(0x00), + static_cast(0xc2), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x47), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x32), + static_cast(0x01), + static_cast(0x3b), + static_cast(0x80), + static_cast(0xfd), + static_cast(0x8f), + static_cast(0x3b), + static_cast(0xfd), + static_cast(0x54), + static_cast(0xa1), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x45), + static_cast(0xfd), + static_cast(0x01), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0x94), + static_cast(0x61), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x20), + static_cast(0xfd), + static_cast(0x55), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x08), + static_cast(0x76), + static_cast(0xfd), + static_cast(0x2b), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x00), + static_cast(0x48), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x18), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xad), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x28), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x39), + static_cast(0xff), + static_cast(0x11), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x99), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xad), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x48), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xef), + static_cast(0x60), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x75), + static_cast(0xff), + static_cast(0x17), + static_cast(0x76), + static_cast(0xff), + static_cast(0x14), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x51), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x42), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x11), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xbd), + static_cast(0x30), + static_cast(0xe7), + static_cast(0xd5), + static_cast(0x4b), + static_cast(0x76), + static_cast(0x0b), + static_cast(0xe9), + static_cast(0xb0), + static_cast(0x52), + static_cast(0xd7), + static_cast(0x71), + static_cast(0x0a), + static_cast(0x1f), + static_cast(0x61), + static_cast(0x91), + static_cast(0x05), + static_cast(0x8d), + static_cast(0xca), + static_cast(0xf5), + static_cast(0xbf), + static_cast(0x2e), + static_cast(0xf9), + static_cast(0xf9), + static_cast(0xe5), + static_cast(0x09), + static_cast(0xf4), + static_cast(0x2f), + static_cast(0x26), + static_cast(0xc9), + static_cast(0x84), + static_cast(0xeb), + static_cast(0x0a), + static_cast(0x7c), + static_cast(0xd6), + static_cast(0xfb), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x68), + static_cast(0x83), + static_cast(0x09), + static_cast(0xe1), + static_cast(0xaa), + static_cast(0x08), + static_cast(0x9b), + static_cast(0x97), + static_cast(0x03), + static_cast(0x7e), + static_cast(0x06), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xc6), + static_cast(0xf6), + static_cast(0xed), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x10), + static_cast(0x91), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xf9), + static_cast(0xf7), + static_cast(0x87), + static_cast(0xf2), + static_cast(0x01), + static_cast(0xe3), + static_cast(0x5a), + static_cast(0xf9), + static_cast(0x33), + static_cast(0xcd), + static_cast(0xf8), + static_cast(0x72), + static_cast(0x80), + static_cast(0x01), + static_cast(0x4e), + static_cast(0x39), + static_cast(0xfa), + static_cast(0x0f), + static_cast(0x72), + static_cast(0xfd), + static_cast(0x5e), + static_cast(0xfc), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0x64), + static_cast(0xff), + static_cast(0x44), + static_cast(0x69), + static_cast(0x00), + static_cast(0x4d), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x80), + static_cast(0xb2), + static_cast(0xfc), + static_cast(0xa1), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x97), + static_cast(0x30), + static_cast(0xfd), + static_cast(0xb1), + static_cast(0x90), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x04), + static_cast(0x16), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0x75), + static_cast(0x00), + static_cast(0xf5), + static_cast(0xef), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x76), + static_cast(0xfd), + static_cast(0x7c), + static_cast(0x66), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x84), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x14), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x32), + static_cast(0xff), + static_cast(0x50), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x24), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x83), + static_cast(0xff), + static_cast(0x77), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x60), + static_cast(0xff), + static_cast(0x97), + static_cast(0x32), + static_cast(0xff), + static_cast(0x67), + static_cast(0x54), + static_cast(0xff), + static_cast(0x09), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x71), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x61), + static_cast(0x00), + static_cast(0xad), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x58), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xac), + static_cast(0xff), + static_cast(0x65), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xd5), + static_cast(0x31), + static_cast(0xac), + static_cast(0xb5), + static_cast(0x4d), + static_cast(0xdd), + static_cast(0x66), + static_cast(0xe9), + static_cast(0x19), + static_cast(0x79), + static_cast(0xd7), + static_cast(0x24), + static_cast(0x86), + static_cast(0x1e), + static_cast(0x06), + static_cast(0xec), + static_cast(0x03), + static_cast(0x57), + static_cast(0x78), + static_cast(0xf4), + static_cast(0x30), + static_cast(0x6b), + static_cast(0xf5), + static_cast(0xca), + static_cast(0x73), + static_cast(0x09), + static_cast(0x2d), + static_cast(0xd4), + static_cast(0x2a), + static_cast(0x70), + static_cast(0x60), + static_cast(0xed), + static_cast(0x37), + static_cast(0xba), + static_cast(0xd6), + static_cast(0x73), + static_cast(0xc2), + static_cast(0xfc), + static_cast(0xc6), + static_cast(0xfa), + static_cast(0x06), + static_cast(0x2e), + static_cast(0x49), + static_cast(0x09), + static_cast(0xc9), + static_cast(0x07), + static_cast(0x04), + static_cast(0x44), + static_cast(0x43), + static_cast(0x00), + static_cast(0xd8), + static_cast(0xbc), + static_cast(0xf6), + static_cast(0xc2), + static_cast(0x96), + static_cast(0xfd), + static_cast(0xaa), + static_cast(0x46), + static_cast(0x01), + static_cast(0x01), + static_cast(0x48), + static_cast(0xf7), + static_cast(0x5b), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x03), + static_cast(0x42), + static_cast(0xfa), + static_cast(0x6e), + static_cast(0x53), + static_cast(0xf9), + static_cast(0x34), + static_cast(0x0c), + static_cast(0x01), + static_cast(0xc3), + static_cast(0x6b), + static_cast(0xf9), + static_cast(0x64), + static_cast(0x85), + static_cast(0xfd), + static_cast(0x55), + static_cast(0xe5), + static_cast(0x00), + static_cast(0x33), + static_cast(0x49), + static_cast(0xff), + static_cast(0x21), + static_cast(0x63), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x49), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x7e), + static_cast(0xfb), + static_cast(0x2b), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0x04), + static_cast(0x07), + static_cast(0xfd), + static_cast(0x17), + static_cast(0x74), + static_cast(0xff), + static_cast(0x67), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0x07), + static_cast(0x45), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x30), + static_cast(0x73), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0x76), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x38), + static_cast(0xff), + static_cast(0x89), + static_cast(0x90), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x02), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x07), + static_cast(0xee), + static_cast(0xfd), + static_cast(0x73), + static_cast(0x23), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x75), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x73), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x27), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x56), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x75), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x60), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xda), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x73), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x24), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x80), + static_cast(0x37), + static_cast(0x31), + static_cast(0xac), + static_cast(0x36), + static_cast(0x4f), + static_cast(0x36), + static_cast(0xa1), + static_cast(0xec), + static_cast(0x51), + static_cast(0xb1), + static_cast(0xd6), + static_cast(0xbf), + static_cast(0xef), + static_cast(0x1c), + static_cast(0xdb), + static_cast(0x23), + static_cast(0x04), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x50), + static_cast(0x2e), + static_cast(0xf2), + static_cast(0xbc), + static_cast(0x18), + static_cast(0x07), + static_cast(0x71), + static_cast(0x20), + static_cast(0x2d), + static_cast(0xac), + static_cast(0xfa), + static_cast(0xf1), + static_cast(0x03), + static_cast(0x20), + static_cast(0xd8), + static_cast(0xcb), + static_cast(0x7a), + static_cast(0xf9), + static_cast(0x87), + static_cast(0xf1), + static_cast(0x03), + static_cast(0xed), + static_cast(0x3f), + static_cast(0x0a), + static_cast(0x68), + static_cast(0x71), + static_cast(0x04), + static_cast(0x50), + static_cast(0x14), + static_cast(0x01), + static_cast(0xf2), + static_cast(0x08), + static_cast(0xf8), + static_cast(0x06), + static_cast(0xbf), + static_cast(0xfc), + static_cast(0x82), + static_cast(0xb5), + static_cast(0x01), + static_cast(0x91), + static_cast(0x6d), + static_cast(0xf7), + static_cast(0xe9), + static_cast(0x4f), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x26), + static_cast(0xfb), + static_cast(0x65), + static_cast(0xa1), + static_cast(0xf9), + static_cast(0xe1), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x47), + static_cast(0xf9), + static_cast(0x64), + static_cast(0x5c), + static_cast(0xfd), + static_cast(0x45), + static_cast(0x89), + static_cast(0x00), + static_cast(0x68), + static_cast(0x85), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xda), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0x60), + static_cast(0xfb), + static_cast(0x15), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x03), + static_cast(0xfd), + static_cast(0x2d), + static_cast(0x9a), + static_cast(0xfd), + static_cast(0x33), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xde), + static_cast(0xac), + static_cast(0xfd), + static_cast(0x08), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x69), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x78), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xda), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x26), + static_cast(0xff), + static_cast(0x11), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x17), + static_cast(0xff), + static_cast(0xae), + static_cast(0x08), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xd8), + static_cast(0xfd), + static_cast(0x01), + static_cast(0x05), + static_cast(0xff), + static_cast(0x54), + static_cast(0x89), + static_cast(0xff), + static_cast(0x39), + static_cast(0x16), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x08), + static_cast(0x35), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x57), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x72), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xde), + static_cast(0x83), + static_cast(0x00), + static_cast(0xde), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x55), + static_cast(0xff), + static_cast(0x62), + static_cast(0x77), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x32), + static_cast(0xff), + static_cast(0x98), + static_cast(0x3f), + static_cast(0x30), + static_cast(0x7e), + static_cast(0xe5), + static_cast(0x4f), + static_cast(0x0c), + static_cast(0x95), + static_cast(0xf0), + static_cast(0x27), + static_cast(0xee), + static_cast(0xd6), + static_cast(0xcb), + static_cast(0xe4), + static_cast(0x1a), + static_cast(0x2f), + static_cast(0x7a), + static_cast(0x04), + static_cast(0x09), + static_cast(0xbc), + static_cast(0xf1), + static_cast(0xd8), + static_cast(0xc9), + static_cast(0xef), + static_cast(0xf5), + static_cast(0xca), + static_cast(0x03), + static_cast(0x0d), + static_cast(0x04), + static_cast(0x2d), + static_cast(0xe1), + static_cast(0x40), + static_cast(0xf8), + static_cast(0x21), + static_cast(0x86), + static_cast(0xda), + static_cast(0x35), + static_cast(0xe6), + static_cast(0xf5), + static_cast(0x4a), + static_cast(0x43), + static_cast(0x01), + static_cast(0x02), + static_cast(0xe2), + static_cast(0x0a), + static_cast(0x9a), + static_cast(0x2f), + static_cast(0x05), + static_cast(0x56), + static_cast(0xb5), + static_cast(0x00), + static_cast(0xe2), + static_cast(0xf5), + static_cast(0xf9), + static_cast(0x72), + static_cast(0x44), + static_cast(0xfd), + static_cast(0xca), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x19), + static_cast(0x29), + static_cast(0xf8), + static_cast(0xb7), + static_cast(0xa0), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x73), + static_cast(0xfb), + static_cast(0xaf), + static_cast(0xba), + static_cast(0xf9), + static_cast(0x2e), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x44), + static_cast(0x39), + static_cast(0xf9), + static_cast(0x90), + static_cast(0x16), + static_cast(0xfd), + static_cast(0x24), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x70), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x59), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x42), + static_cast(0xff), + static_cast(0x71), + static_cast(0x92), + static_cast(0xfd), + static_cast(0x4c), + static_cast(0x6e), + static_cast(0xfb), + static_cast(0x18), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x51), + static_cast(0xfd), + static_cast(0x26), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x28), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xee), + static_cast(0xfd), + static_cast(0xca), + static_cast(0xd8), + static_cast(0x00), + static_cast(0xca), + static_cast(0x2a), + static_cast(0x00), + static_cast(0xa5), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x48), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x46), + static_cast(0xff), + static_cast(0xed), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x60), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x02), + static_cast(0xae), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x24), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x79), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0xe8), + static_cast(0xfd), + static_cast(0xac), + static_cast(0x10), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x93), + static_cast(0xff), + static_cast(0x86), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x30), + static_cast(0xff), + static_cast(0x04), + static_cast(0x40), + static_cast(0xff), + static_cast(0x96), + static_cast(0x57), + static_cast(0xff), + static_cast(0x65), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x04), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x12), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x17), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x50), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x39), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xda), + static_cast(0x2e), + static_cast(0x26), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0x39), + static_cast(0x4e), + static_cast(0xf5), + static_cast(0x62), + static_cast(0x03), + static_cast(0xd8), + static_cast(0xb8), + static_cast(0x68), + static_cast(0x18), + static_cast(0xe7), + static_cast(0x76), + static_cast(0x04), + static_cast(0x1d), + static_cast(0x2c), + static_cast(0xf1), + static_cast(0xef), + static_cast(0xa0), + static_cast(0xee), + static_cast(0x27), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x29), + static_cast(0x2b), + static_cast(0x23), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x13), + static_cast(0x12), + static_cast(0xdd), + static_cast(0xce), + static_cast(0x0f), + static_cast(0xf3), + static_cast(0x44), + static_cast(0x43), + static_cast(0xff), + static_cast(0x57), + static_cast(0x65), + static_cast(0x0a), + static_cast(0x75), + static_cast(0x43), + static_cast(0x06), + static_cast(0x49), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x37), + static_cast(0xfc), + static_cast(0x94), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x9d), + static_cast(0xf9), + static_cast(0x42), + static_cast(0x98), + static_cast(0x01), + static_cast(0xe8), + static_cast(0x20), + static_cast(0xfb), + static_cast(0x5f), + static_cast(0xdc), + static_cast(0xf9), + static_cast(0x58), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x6a), + static_cast(0xf9), + static_cast(0xb9), + static_cast(0x52), + static_cast(0xfd), + static_cast(0x29), + static_cast(0x85), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0x0b), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xf1), + static_cast(0xfc), + static_cast(0xe8), + static_cast(0x91), + static_cast(0xfb), + static_cast(0x30), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xdf), + static_cast(0xfc), + static_cast(0x8a), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x53), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x19), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x58), + static_cast(0x28), + static_cast(0xff), + static_cast(0x14), + static_cast(0x03), + static_cast(0xff), + static_cast(0x09), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x36), + static_cast(0xff), + static_cast(0x38), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x27), + static_cast(0xff), + static_cast(0xce), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0xf1), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x65), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x38), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x31), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x54), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x77), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x97), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x02), + static_cast(0x59), + static_cast(0x00), + static_cast(0x31), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xca), + static_cast(0x55), + static_cast(0xff), + static_cast(0x78), + static_cast(0x79), + static_cast(0xff), + static_cast(0x33), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xd9), + static_cast(0x2c), + static_cast(0xba), + static_cast(0x9c), + static_cast(0x4f), + static_cast(0x74), + static_cast(0x09), + static_cast(0xfb), + static_cast(0xf6), + static_cast(0x66), + static_cast(0xd9), + static_cast(0xb4), + static_cast(0x87), + static_cast(0x14), + static_cast(0x49), + static_cast(0x1a), + static_cast(0x04), + static_cast(0xf3), + static_cast(0x91), + static_cast(0xf2), + static_cast(0x6e), + static_cast(0xa0), + static_cast(0xee), + static_cast(0xfd), + static_cast(0xc3), + static_cast(0xf7), + static_cast(0x38), + static_cast(0xbb), + static_cast(0x27), + static_cast(0x10), + static_cast(0xf5), + static_cast(0x07), + static_cast(0xac), + static_cast(0xcf), + static_cast(0xdf), + static_cast(0x71), + static_cast(0xa9), + static_cast(0xf1), + static_cast(0xe1), + static_cast(0xc3), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0x05), + static_cast(0x08), + static_cast(0x45), + static_cast(0x45), + static_cast(0x07), + static_cast(0xe1), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x93), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0xde), + static_cast(0x27), + static_cast(0x01), + static_cast(0x6d), + static_cast(0x04), + static_cast(0xfc), + static_cast(0xaa), + static_cast(0xad), + static_cast(0xfa), + static_cast(0xed), + static_cast(0x05), + static_cast(0x03), + static_cast(0xb8), + static_cast(0x79), + static_cast(0xfa), + static_cast(0xa9), + static_cast(0x97), + static_cast(0xf9), + static_cast(0x2f), + static_cast(0xcc), + static_cast(0xfd), + static_cast(0x53), + static_cast(0xfa), + static_cast(0xf9), + static_cast(0x20), + static_cast(0x17), + static_cast(0xfd), + static_cast(0x4c), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x45), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x79), + static_cast(0x9c), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0x59), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x2f), + static_cast(0xfd), + static_cast(0x83), + static_cast(0xfb), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xef), + static_cast(0x3b), + static_cast(0xfc), + static_cast(0x64), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x26), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x79), + static_cast(0x45), + static_cast(0xfd), + static_cast(0x71), + static_cast(0x10), + static_cast(0x01), + static_cast(0xdc), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x26), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x92), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0x64), + static_cast(0xff), + static_cast(0x97), + static_cast(0x33), + static_cast(0xff), + static_cast(0xed), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x79), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x05), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xb7), + static_cast(0xfd), + static_cast(0x5d), + static_cast(0x10), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x49), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x34), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x67), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x89), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x59), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x98), + static_cast(0xff), + static_cast(0x94), + static_cast(0x94), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x53), + static_cast(0x00), + static_cast(0x4b), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x40), + static_cast(0xff), + static_cast(0x78), + static_cast(0x88), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x29), + static_cast(0x25), + static_cast(0x2a), + static_cast(0x3f), + static_cast(0xc0), + static_cast(0x4d), + static_cast(0xc4), + static_cast(0x25), + static_cast(0x01), + static_cast(0x57), + static_cast(0x12), + static_cast(0xdd), + static_cast(0xc0), + static_cast(0xc5), + static_cast(0x10), + static_cast(0x6e), + static_cast(0xaf), + static_cast(0x02), + static_cast(0xd3), + static_cast(0x41), + static_cast(0xf4), + static_cast(0x83), + static_cast(0x32), + static_cast(0xee), + static_cast(0x25), + static_cast(0x2c), + static_cast(0xf0), + static_cast(0xc6), + static_cast(0x71), + static_cast(0x24), + static_cast(0x54), + static_cast(0xb2), + static_cast(0x0f), + static_cast(0x51), + static_cast(0x99), + static_cast(0xe2), + static_cast(0x95), + static_cast(0xec), + static_cast(0xf0), + static_cast(0xd2), + static_cast(0x0c), + static_cast(0xfd), + static_cast(0xa2), + static_cast(0xc4), + static_cast(0x03), + static_cast(0x3c), + static_cast(0x99), + static_cast(0x07), + static_cast(0x62), + static_cast(0x48), + static_cast(0x01), + static_cast(0xad), + static_cast(0xb4), + static_cast(0xfd), + static_cast(0x55), + static_cast(0x64), + static_cast(0x03), + static_cast(0x77), + static_cast(0x4d), + static_cast(0xfc), + static_cast(0x51), + static_cast(0x56), + static_cast(0xf9), + static_cast(0x3c), + static_cast(0x07), + static_cast(0x05), + static_cast(0x6d), + static_cast(0x84), + static_cast(0xfa), + static_cast(0x3f), + static_cast(0x2f), + static_cast(0xf8), + static_cast(0xf6), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x31), + static_cast(0xf9), + static_cast(0x7a), + static_cast(0xaf), + static_cast(0xfb), + static_cast(0xc8), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0xb7), + static_cast(0xfd), + static_cast(0xe0), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0x49), + static_cast(0x21), + static_cast(0x01), + static_cast(0x30), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x2e), + static_cast(0xfb), + static_cast(0x48), + static_cast(0x47), + static_cast(0x00), + static_cast(0xd9), + static_cast(0xb5), + static_cast(0xfc), + static_cast(0xa4), + static_cast(0x77), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x1d), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x82), + static_cast(0xfd), + static_cast(0x03), + static_cast(0x2d), + static_cast(0x01), + static_cast(0x6f), + static_cast(0x98), + static_cast(0x00), + static_cast(0x32), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x63), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x41), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x65), + static_cast(0xff), + static_cast(0x81), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x95), + static_cast(0xfd), + static_cast(0xb7), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x60), + static_cast(0x43), + static_cast(0xff), + static_cast(0x83), + static_cast(0x77), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x83), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x30), + static_cast(0xff), + static_cast(0x56), + static_cast(0x79), + static_cast(0xff), + static_cast(0x75), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x77), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x41), + static_cast(0x00), + static_cast(0xdd), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x33), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x81), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x2a), + static_cast(0x27), + static_cast(0xdd), + static_cast(0x7a), + static_cast(0x4a), + static_cast(0x88), + static_cast(0xc3), + static_cast(0x06), + static_cast(0x55), + static_cast(0x1c), + static_cast(0xe3), + static_cast(0xc3), + static_cast(0xd8), + static_cast(0x0d), + static_cast(0x71), + static_cast(0xa4), + static_cast(0x00), + static_cast(0x20), + static_cast(0x13), + static_cast(0xf6), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xef), + static_cast(0x2d), + static_cast(0xe9), + static_cast(0xc7), + static_cast(0x42), + static_cast(0x21), + static_cast(0x0d), + static_cast(0xa9), + static_cast(0x16), + static_cast(0x85), + static_cast(0xfc), + static_cast(0xe5), + static_cast(0x2f), + static_cast(0xd0), + static_cast(0xef), + static_cast(0x64), + static_cast(0xc4), + static_cast(0xfd), + static_cast(0x7e), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xa9), + static_cast(0x05), + static_cast(0x5e), + static_cast(0xca), + static_cast(0x05), + static_cast(0x5a), + static_cast(0xe5), + static_cast(0xfc), + static_cast(0xb8), + static_cast(0xce), + static_cast(0x03), + static_cast(0x7d), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x15), + static_cast(0xf7), + static_cast(0x05), + static_cast(0x48), + static_cast(0x05), + static_cast(0x73), + static_cast(0xb3), + static_cast(0xfc), + static_cast(0x8c), + static_cast(0x62), + static_cast(0xf6), + static_cast(0xe0), + static_cast(0xba), + static_cast(0xfd), + static_cast(0x4e), + static_cast(0xfa), + static_cast(0xf8), + static_cast(0x07), + static_cast(0x0d), + static_cast(0xfa), + static_cast(0x74), + static_cast(0x85), + static_cast(0xfd), + static_cast(0xe3), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xa7), + static_cast(0xfd), + static_cast(0xf3), + static_cast(0x39), + static_cast(0x01), + static_cast(0x06), + static_cast(0x22), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xa0), + static_cast(0xfa), + static_cast(0xca), + static_cast(0x5c), + static_cast(0x00), + static_cast(0xf0), + static_cast(0x0b), + static_cast(0xfd), + static_cast(0xa7), + static_cast(0x84), + static_cast(0xfd), + static_cast(0x3c), + static_cast(0xd9), + static_cast(0x00), + static_cast(0x25), + static_cast(0xd4), + static_cast(0xfd), + static_cast(0xa6), + static_cast(0x6d), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x93), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x11), + static_cast(0xff), + static_cast(0x39), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x38), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x68), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x0b), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x39), + static_cast(0xd4), + static_cast(0xfd), + static_cast(0x8b), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x38), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x67), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x69), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x02), + static_cast(0x00), + static_cast(0x62), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x97), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xac), + static_cast(0xff), + static_cast(0xac), + static_cast(0x69), + static_cast(0x24), + static_cast(0x2f), + static_cast(0xc1), + static_cast(0x47), + static_cast(0x9a), + static_cast(0x93), + static_cast(0x0c), + static_cast(0xd9), + static_cast(0x05), + static_cast(0xe8), + static_cast(0x51), + static_cast(0xfa), + static_cast(0x08), + static_cast(0x2f), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xf5), + static_cast(0xf9), + static_cast(0x78), + static_cast(0x52), + static_cast(0xee), + static_cast(0xb1), + static_cast(0xa6), + static_cast(0xe2), + static_cast(0xa2), + static_cast(0xe0), + static_cast(0x1a), + static_cast(0xc2), + static_cast(0x43), + static_cast(0x1c), + static_cast(0x11), + static_cast(0xef), + static_cast(0xea), + static_cast(0x48), + static_cast(0x49), + static_cast(0xee), + static_cast(0x7b), + static_cast(0x35), + static_cast(0x00), + static_cast(0x5d), + static_cast(0xbf), + static_cast(0xfc), + static_cast(0x4e), + static_cast(0x51), + static_cast(0x00), + static_cast(0xe3), + static_cast(0x39), + static_cast(0x0a), + static_cast(0x60), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x61), + static_cast(0xca), + static_cast(0x01), + static_cast(0xc9), + static_cast(0x8b), + static_cast(0x03), + static_cast(0x9d), + static_cast(0x02), + static_cast(0xf7), + static_cast(0xe1), + static_cast(0xc3), + static_cast(0x02), + static_cast(0x76), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xee), + static_cast(0x3c), + static_cast(0xf6), + static_cast(0x97), + static_cast(0x15), + static_cast(0xfc), + static_cast(0x4d), + static_cast(0x30), + static_cast(0xf9), + static_cast(0x88), + static_cast(0x73), + static_cast(0xf9), + static_cast(0xa5), + static_cast(0xbf), + static_cast(0xfc), + static_cast(0x86), + static_cast(0x36), + static_cast(0xff), + static_cast(0x50), + static_cast(0x29), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xaa), + static_cast(0x00), + static_cast(0x16), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x49), + static_cast(0xa2), + static_cast(0xfa), + static_cast(0xa6), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x77), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0x3d), + static_cast(0xfd), + static_cast(0x2c), + static_cast(0x9a), + static_cast(0x00), + static_cast(0x30), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x38), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x83), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x52), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x83), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x37), + static_cast(0x39), + static_cast(0xff), + static_cast(0x27), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x33), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x57), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x78), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x40), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x99), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x64), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x10), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x56), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xba), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x37), + static_cast(0x7e), + static_cast(0x21), + static_cast(0x67), + static_cast(0xce), + static_cast(0x45), + static_cast(0x13), + static_cast(0x86), + static_cast(0x10), + static_cast(0xf3), + static_cast(0xb3), + static_cast(0xe9), + static_cast(0x4e), + static_cast(0x08), + static_cast(0x0a), + static_cast(0xbd), + static_cast(0x12), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xd1), + static_cast(0xf5), + static_cast(0xbf), + static_cast(0x0a), + static_cast(0xf1), + static_cast(0x18), + static_cast(0x2f), + static_cast(0xe2), + static_cast(0x0c), + static_cast(0x06), + static_cast(0x11), + static_cast(0xf1), + static_cast(0xaf), + static_cast(0x1f), + static_cast(0xe8), + static_cast(0x99), + static_cast(0xf2), + static_cast(0xb4), + static_cast(0x8a), + static_cast(0xeb), + static_cast(0x6b), + static_cast(0x78), + static_cast(0x01), + static_cast(0x1b), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0xc2), + static_cast(0xf9), + static_cast(0x7d), + static_cast(0xd3), + static_cast(0x0b), + static_cast(0xe7), + static_cast(0x90), + static_cast(0x03), + static_cast(0x41), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x02), + static_cast(0x05), + static_cast(0xd2), + static_cast(0x47), + static_cast(0xf9), + static_cast(0xa9), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x91), + static_cast(0x25), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x2d), + static_cast(0xf8), + static_cast(0x98), + static_cast(0x01), + static_cast(0xfa), + static_cast(0xe9), + static_cast(0xd1), + static_cast(0xf9), + static_cast(0xe2), + static_cast(0x73), + static_cast(0xfa), + static_cast(0xd8), + static_cast(0xbb), + static_cast(0xfa), + static_cast(0x7e), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x62), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x46), + static_cast(0xff), + static_cast(0x37), + static_cast(0x76), + static_cast(0x00), + static_cast(0x12), + static_cast(0x0e), + static_cast(0xfb), + static_cast(0xc3), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x79), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x19), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x40), + static_cast(0xea), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x36), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x82), + static_cast(0xff), + static_cast(0x47), + static_cast(0x71), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x20), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x07), + static_cast(0x67), + static_cast(0xff), + static_cast(0x10), + static_cast(0x81), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xef), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x18), + static_cast(0x03), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x80), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x13), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x20), + static_cast(0x82), + static_cast(0xfc), + static_cast(0x44), + static_cast(0x08), + static_cast(0x31), + static_cast(0x11), + static_cast(0x2b), + static_cast(0x14), + static_cast(0xe9), + static_cast(0xb1), + static_cast(0x30), + static_cast(0x0d), + static_cast(0xc9), + static_cast(0xe3), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x62), + static_cast(0xef), + static_cast(0x66), + static_cast(0x94), + static_cast(0xf2), + static_cast(0xb2), + static_cast(0x3d), + static_cast(0xe6), + static_cast(0x5d), + static_cast(0x8a), + static_cast(0x08), + static_cast(0x81), + static_cast(0xc7), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xfa), + static_cast(0xbf), + static_cast(0xc1), + static_cast(0xea), + static_cast(0x17), + static_cast(0x23), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x50), + static_cast(0x02), + static_cast(0xfc), + static_cast(0x86), + static_cast(0xf5), + static_cast(0x5b), + static_cast(0xd1), + static_cast(0x09), + static_cast(0xd5), + static_cast(0xc1), + static_cast(0x07), + static_cast(0x3e), + static_cast(0x6f), + static_cast(0xfc), + static_cast(0x31), + static_cast(0xe4), + static_cast(0x04), + static_cast(0xc9), + static_cast(0x15), + static_cast(0xfb), + static_cast(0x1b), + static_cast(0x18), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xae), + static_cast(0x66), + static_cast(0xf9), + static_cast(0xda), + static_cast(0x56), + static_cast(0xfb), + static_cast(0x70), + static_cast(0x49), + static_cast(0xf9), + static_cast(0x6f), + static_cast(0x0f), + static_cast(0xfc), + static_cast(0xa5), + static_cast(0xd1), + static_cast(0xf9), + static_cast(0xf2), + static_cast(0x4c), + static_cast(0xfd), + static_cast(0x3d), + static_cast(0xa0), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xc4), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xbe), + static_cast(0xfb), + static_cast(0xb7), + static_cast(0x64), + static_cast(0xfd), + static_cast(0x89), + static_cast(0x35), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x5b), + static_cast(0xfd), + static_cast(0x6c), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x95), + static_cast(0x60), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x52), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x19), + static_cast(0x00), + static_cast(0x31), + static_cast(0xef), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x82), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x79), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xac), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x78), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0x21), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x92), + static_cast(0x98), + static_cast(0xff), + static_cast(0x36), + static_cast(0x80), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x47), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x27), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x76), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x16), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x77), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x81), + static_cast(0xff), + static_cast(0x84), + static_cast(0x93), + static_cast(0x21), + static_cast(0x80), + static_cast(0x64), + static_cast(0x44), + static_cast(0x70), + static_cast(0xc2), + static_cast(0x0c), + static_cast(0x6d), + static_cast(0x11), + static_cast(0xea), + static_cast(0x2b), + static_cast(0xae), + static_cast(0x11), + static_cast(0x53), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x32), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x5f), + static_cast(0x8e), + static_cast(0xf3), + static_cast(0x3a), + static_cast(0xc3), + static_cast(0xe9), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x03), + static_cast(0x7d), + static_cast(0x89), + static_cast(0x19), + static_cast(0x16), + static_cast(0x37), + static_cast(0x01), + static_cast(0x20), + static_cast(0xe9), + static_cast(0xeb), + static_cast(0x6c), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0xe0), + static_cast(0x05), + static_cast(0xea), + static_cast(0x3b), + static_cast(0xf3), + static_cast(0x10), + static_cast(0x1e), + static_cast(0x08), + static_cast(0xed), + static_cast(0x39), + static_cast(0x09), + static_cast(0x11), + static_cast(0xf7), + static_cast(0xf9), + static_cast(0xdd), + static_cast(0xcc), + static_cast(0x05), + static_cast(0x87), + static_cast(0xf0), + static_cast(0xfc), + static_cast(0x52), + static_cast(0xc1), + static_cast(0xfb), + static_cast(0xf8), + static_cast(0x29), + static_cast(0x01), + static_cast(0xe2), + static_cast(0x15), + static_cast(0xfc), + static_cast(0x7b), + static_cast(0x79), + static_cast(0xfb), + static_cast(0xe3), + static_cast(0x49), + static_cast(0xfa), + static_cast(0x17), + static_cast(0xe2), + static_cast(0xfc), + static_cast(0x35), + static_cast(0xc8), + static_cast(0xf8), + static_cast(0x2a), + static_cast(0x84), + static_cast(0xfb), + static_cast(0x59), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x8c), + static_cast(0xeb), + static_cast(0xfd), + static_cast(0xad), + static_cast(0x25), + static_cast(0x01), + static_cast(0x3c), + static_cast(0x67), + static_cast(0xfc), + static_cast(0xa7), + static_cast(0xa5), + static_cast(0xfb), + static_cast(0xa8), + static_cast(0x50), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x57), + static_cast(0x00), + static_cast(0xae), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x70), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x8e), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x06), + static_cast(0x08), + static_cast(0xff), + static_cast(0x18), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x20), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x85), + static_cast(0xff), + static_cast(0x92), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x80), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x37), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x80), + static_cast(0xff), + static_cast(0xff), + static_cast(0x83), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x72), + static_cast(0xff), + static_cast(0xff), + static_cast(0x71), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x85), + static_cast(0x06), + static_cast(0x00), + static_cast(0x6d), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x46), + static_cast(0x86), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x4b), + static_cast(0x24), + static_cast(0x9e), + static_cast(0xe8), + static_cast(0x42), + static_cast(0x6d), + static_cast(0x80), + static_cast(0x05), + static_cast(0x11), + static_cast(0x54), + static_cast(0xed), + static_cast(0xad), + static_cast(0x07), + static_cast(0x16), + static_cast(0x48), + static_cast(0x62), + static_cast(0xfb), + static_cast(0x26), + static_cast(0x66), + static_cast(0xeb), + static_cast(0x88), + static_cast(0x69), + static_cast(0xf5), + static_cast(0xe0), + static_cast(0x0c), + static_cast(0xeb), + static_cast(0x90), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x0b), + static_cast(0xbe), + static_cast(0x16), + static_cast(0xf7), + static_cast(0x79), + static_cast(0x06), + static_cast(0xd7), + static_cast(0x18), + static_cast(0xec), + static_cast(0x0e), + static_cast(0x50), + static_cast(0xfd), + static_cast(0xd8), + static_cast(0x20), + static_cast(0x09), + static_cast(0xe5), + static_cast(0x46), + static_cast(0xf3), + static_cast(0xdd), + static_cast(0x77), + static_cast(0x04), + static_cast(0x54), + static_cast(0x1a), + static_cast(0x09), + static_cast(0xa1), + static_cast(0xbf), + static_cast(0xfa), + static_cast(0x59), + static_cast(0x7d), + static_cast(0x02), + static_cast(0xc6), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0xec), + static_cast(0xfd), + static_cast(0xee), + static_cast(0x85), + static_cast(0x00), + static_cast(0x08), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x60), + static_cast(0x57), + static_cast(0xfb), + static_cast(0xc5), + static_cast(0xcd), + static_cast(0xf9), + static_cast(0xab), + static_cast(0x43), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xc0), + static_cast(0xf8), + static_cast(0x57), + static_cast(0x1b), + static_cast(0xfa), + static_cast(0x88), + static_cast(0x26), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xee), + static_cast(0x00), + static_cast(0xd3), + static_cast(0x40), + static_cast(0xfc), + static_cast(0x5b), + static_cast(0x24), + static_cast(0xfc), + static_cast(0x5d), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x75), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x63), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x25), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x97), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x2e), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x10), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x68), + static_cast(0xff), + static_cast(0x97), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x16), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x63), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x09), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x05), + static_cast(0xff), + static_cast(0x50), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x23), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x93), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x95), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x71), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x62), + static_cast(0x90), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x43), + static_cast(0xff), + static_cast(0x56), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xac), + static_cast(0x22), + static_cast(0x99), + static_cast(0x18), + static_cast(0x43), + static_cast(0x1e), + static_cast(0x0a), + static_cast(0x05), + static_cast(0x79), + static_cast(0xb0), + static_cast(0xe8), + static_cast(0x96), + static_cast(0xae), + static_cast(0x1a), + static_cast(0x35), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x7d), + static_cast(0xe4), + static_cast(0xb6), + static_cast(0x3b), + static_cast(0xf7), + static_cast(0x8f), + static_cast(0x32), + static_cast(0xf1), + static_cast(0x9f), + static_cast(0x11), + static_cast(0xfc), + static_cast(0x19), + static_cast(0xd9), + static_cast(0x0f), + static_cast(0x75), + static_cast(0xb0), + static_cast(0x0b), + static_cast(0x66), + static_cast(0x19), + static_cast(0xf2), + static_cast(0xb7), + static_cast(0x9e), + static_cast(0xf6), + static_cast(0x73), + static_cast(0x5e), + static_cast(0x0b), + static_cast(0x6d), + static_cast(0x69), + static_cast(0xf7), + static_cast(0x50), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0x24), + static_cast(0xdf), + static_cast(0x09), + static_cast(0x66), + static_cast(0xef), + static_cast(0xfa), + static_cast(0x9d), + static_cast(0x54), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x45), + static_cast(0x01), + static_cast(0xc3), + static_cast(0x36), + static_cast(0x01), + static_cast(0x87), + static_cast(0xae), + static_cast(0x00), + static_cast(0x49), + static_cast(0x22), + static_cast(0xff), + static_cast(0x96), + static_cast(0xa4), + static_cast(0xfd), + static_cast(0x90), + static_cast(0xe6), + static_cast(0xf8), + static_cast(0x30), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x01), + static_cast(0xfb), + static_cast(0xdf), + static_cast(0x66), + static_cast(0xf8), + static_cast(0x84), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0xb9), + static_cast(0x40), + static_cast(0xfd), + static_cast(0xca), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x96), + static_cast(0x68), + static_cast(0xfd), + static_cast(0xfc), + static_cast(0x43), + static_cast(0xfd), + static_cast(0xa5), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xda), + static_cast(0xfd), + static_cast(0xbc), + static_cast(0x50), + static_cast(0x00), + static_cast(0x85), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x27), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x66), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x98), + static_cast(0x55), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x07), + static_cast(0x00), + static_cast(0xac), + static_cast(0x32), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x1c), + static_cast(0x04), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x15), + static_cast(0x21), + static_cast(0x00), + static_cast(0x47), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x41), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x72), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x23), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x28), + static_cast(0xff), + static_cast(0x32), + static_cast(0x11), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x65), + static_cast(0xff), + static_cast(0x78), + static_cast(0xac), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x94), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xda), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x88), + static_cast(0x84), + static_cast(0xff), + static_cast(0x41), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x69), + static_cast(0xff), + static_cast(0x41), + static_cast(0xa4), + static_cast(0x21), + static_cast(0x33), + static_cast(0xad), + static_cast(0x42), + static_cast(0xb4), + static_cast(0xcb), + static_cast(0x02), + static_cast(0x76), + static_cast(0xc0), + static_cast(0xe4), + static_cast(0xa3), + static_cast(0x87), + static_cast(0x20), + static_cast(0xa3), + static_cast(0x29), + static_cast(0x03), + static_cast(0xd4), + static_cast(0x0f), + static_cast(0xdd), + static_cast(0x8a), + static_cast(0x41), + static_cast(0xf9), + static_cast(0x29), + static_cast(0x3a), + static_cast(0xf8), + static_cast(0x3b), + static_cast(0xf7), + static_cast(0xf8), + static_cast(0xdc), + static_cast(0x8f), + static_cast(0x08), + static_cast(0x3d), + static_cast(0x3c), + static_cast(0x0e), + static_cast(0xb4), + static_cast(0xdf), + static_cast(0xf8), + static_cast(0x9d), + static_cast(0x9c), + static_cast(0xf1), + static_cast(0x1e), + static_cast(0xfc), + static_cast(0x0a), + static_cast(0x24), + static_cast(0xd7), + static_cast(0xfb), + static_cast(0xa1), + static_cast(0x7a), + static_cast(0xf9), + static_cast(0x09), + static_cast(0xcd), + static_cast(0x09), + static_cast(0xef), + static_cast(0x4a), + static_cast(0xfc), + static_cast(0xad), + static_cast(0x79), + static_cast(0xfd), + static_cast(0xb5), + static_cast(0xa0), + static_cast(0x02), + static_cast(0x5a), + static_cast(0x20), + static_cast(0x02), + static_cast(0x7a), + static_cast(0xe1), + static_cast(0x01), + static_cast(0x2c), + static_cast(0x12), + static_cast(0x00), + static_cast(0x74), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0x60), + static_cast(0x4c), + static_cast(0xf9), + static_cast(0x57), + static_cast(0x17), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xb2), + static_cast(0xfb), + static_cast(0xe5), + static_cast(0xae), + static_cast(0xf8), + static_cast(0x6d), + static_cast(0x7b), + static_cast(0xfc), + static_cast(0x0d), + static_cast(0x66), + static_cast(0xfb), + static_cast(0x80), + static_cast(0x5c), + static_cast(0xfd), + static_cast(0xe4), + static_cast(0x50), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x47), + static_cast(0xff), + static_cast(0x09), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xeb), + static_cast(0xfc), + static_cast(0x15), + static_cast(0x50), + static_cast(0xff), + static_cast(0x35), + static_cast(0x89), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x80), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x72), + static_cast(0x71), + static_cast(0xff), + static_cast(0x96), + static_cast(0xc8), + static_cast(0x00), + static_cast(0x03), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x54), + static_cast(0x89), + static_cast(0xff), + static_cast(0xae), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x68), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x19), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x30), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x44), + static_cast(0x98), + static_cast(0xff), + static_cast(0x41), + static_cast(0x86), + static_cast(0xff), + static_cast(0x51), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x63), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x6c), + static_cast(0x22), + static_cast(0x3f), + static_cast(0x13), + static_cast(0x41), + static_cast(0xea), + static_cast(0x89), + static_cast(0xfc), + static_cast(0xce), + static_cast(0xd8), + static_cast(0xe4), + static_cast(0x6b), + static_cast(0x85), + static_cast(0x27), + static_cast(0x88), + static_cast(0xae), + static_cast(0x01), + static_cast(0xc3), + static_cast(0xdd), + static_cast(0xd8), + static_cast(0xa1), + static_cast(0xb0), + static_cast(0xfc), + static_cast(0x94), + static_cast(0x5f), + static_cast(0xfc), + static_cast(0x31), + static_cast(0x03), + static_cast(0xf8), + static_cast(0xf4), + static_cast(0xae), + static_cast(0x02), + static_cast(0x65), + static_cast(0xcd), + static_cast(0x0d), + static_cast(0x24), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x5a), + static_cast(0xf0), + static_cast(0xd9), + static_cast(0x6e), + static_cast(0x09), + static_cast(0xa9), + static_cast(0xdf), + static_cast(0xfc), + static_cast(0xbd), + static_cast(0x9b), + static_cast(0xf7), + static_cast(0x4f), + static_cast(0x42), + static_cast(0x0b), + static_cast(0xf7), + static_cast(0x7a), + static_cast(0xfd), + static_cast(0x23), + static_cast(0x93), + static_cast(0xfb), + static_cast(0x69), + static_cast(0xf5), + static_cast(0x03), + static_cast(0x11), + static_cast(0x05), + static_cast(0x02), + static_cast(0x26), + static_cast(0xb1), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x17), + static_cast(0x03), + static_cast(0x28), + static_cast(0x69), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xec), + static_cast(0xf7), + static_cast(0xec), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x30), + static_cast(0x67), + static_cast(0xfb), + static_cast(0xcc), + static_cast(0x41), + static_cast(0xf8), + static_cast(0xf1), + static_cast(0x60), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x2c), + static_cast(0xfa), + static_cast(0x56), + static_cast(0x87), + static_cast(0xfa), + static_cast(0x7e), + static_cast(0x54), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x98), + static_cast(0x47), + static_cast(0xff), + static_cast(0x20), + static_cast(0x92), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x55), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xa7), + static_cast(0x01), + static_cast(0x7f), + static_cast(0x29), + static_cast(0x00), + static_cast(0xa5), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x30), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x92), + static_cast(0x8f), + static_cast(0x00), + static_cast(0xc2), + static_cast(0x51), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x92), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x90), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x93), + static_cast(0xff), + static_cast(0x35), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xca), + static_cast(0x22), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x15), + static_cast(0xff), + static_cast(0x60), + static_cast(0x18), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x19), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x56), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x63), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x48), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x67), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x54), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x41), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x71), + static_cast(0xff), + static_cast(0x75), + static_cast(0xa1), + static_cast(0x23), + static_cast(0xdd), + static_cast(0xf1), + static_cast(0x3d), + static_cast(0x47), + static_cast(0x22), + static_cast(0xf5), + static_cast(0xeb), + static_cast(0x09), + static_cast(0xe9), + static_cast(0x36), + static_cast(0x88), + static_cast(0x2d), + static_cast(0xa7), + static_cast(0x62), + static_cast(0xfc), + static_cast(0xca), + static_cast(0x82), + static_cast(0xd8), + static_cast(0x4b), + static_cast(0x09), + static_cast(0x01), + static_cast(0x84), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x5c), + static_cast(0xf6), + static_cast(0x29), + static_cast(0xc5), + static_cast(0xfd), + static_cast(0xe0), + static_cast(0xf3), + static_cast(0x0f), + static_cast(0x95), + static_cast(0x2d), + static_cast(0x01), + static_cast(0x3b), + static_cast(0xab), + static_cast(0xed), + static_cast(0xed), + static_cast(0x9c), + static_cast(0x09), + static_cast(0x6e), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x40), + static_cast(0xf6), + static_cast(0x03), + static_cast(0x63), + static_cast(0x0a), + static_cast(0xa3), + static_cast(0xdf), + static_cast(0x00), + static_cast(0x5b), + static_cast(0xac), + static_cast(0xfb), + static_cast(0xd1), + static_cast(0x76), + static_cast(0x01), + static_cast(0x58), + static_cast(0xce), + static_cast(0x02), + static_cast(0x5f), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x6c), + static_cast(0xf8), + static_cast(0x02), + static_cast(0xdf), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x86), + static_cast(0x2e), + static_cast(0xf8), + static_cast(0xd8), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0xae), + static_cast(0xfc), + static_cast(0xf2), + static_cast(0x4e), + static_cast(0xf8), + static_cast(0xdd), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x31), + static_cast(0x20), + static_cast(0xfc), + static_cast(0x7e), + static_cast(0xeb), + static_cast(0xf8), + static_cast(0x78), + static_cast(0x45), + static_cast(0xfc), + static_cast(0xb3), + static_cast(0x02), + static_cast(0x01), + static_cast(0x6d), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x62), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x37), + static_cast(0x01), + static_cast(0x47), + static_cast(0xea), + static_cast(0x00), + static_cast(0xf9), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x26), + static_cast(0x60), + static_cast(0xff), + static_cast(0x74), + static_cast(0x59), + static_cast(0xff), + static_cast(0x26), + static_cast(0x43), + static_cast(0x00), + static_cast(0xc6), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x24), + static_cast(0xff), + static_cast(0x70), + static_cast(0x54), + static_cast(0xff), + static_cast(0x26), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x93), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x70), + static_cast(0x89), + static_cast(0xff), + static_cast(0x01), + static_cast(0x24), + static_cast(0xff), + static_cast(0x31), + static_cast(0x13), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x21), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x58), + static_cast(0x41), + static_cast(0xff), + static_cast(0x48), + static_cast(0x69), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x65), + static_cast(0xff), + static_cast(0x48), + static_cast(0x93), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x10), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x12), + static_cast(0xad), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x72), + static_cast(0xff), + static_cast(0x59), + static_cast(0xc3), + static_cast(0x21), + static_cast(0x56), + static_cast(0x5e), + static_cast(0x39), + static_cast(0xc6), + static_cast(0xef), + static_cast(0xf3), + static_cast(0x29), + static_cast(0x38), + static_cast(0xed), + static_cast(0x33), + static_cast(0x32), + static_cast(0x2e), + static_cast(0xe1), + static_cast(0xf9), + static_cast(0xf9), + static_cast(0x34), + static_cast(0x4b), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x15), + static_cast(0x04), + static_cast(0x39), + static_cast(0xef), + static_cast(0xfc), + static_cast(0xc2), + static_cast(0xf2), + static_cast(0xf4), + static_cast(0x30), + static_cast(0xba), + static_cast(0xfc), + static_cast(0xd1), + static_cast(0x09), + static_cast(0x10), + static_cast(0x8b), + static_cast(0x32), + static_cast(0x02), + static_cast(0xb2), + static_cast(0x24), + static_cast(0xec), + static_cast(0xc6), + static_cast(0xf3), + static_cast(0x09), + static_cast(0xb3), + static_cast(0xbb), + static_cast(0x01), + static_cast(0x5a), + static_cast(0x56), + static_cast(0xf4), + static_cast(0x81), + static_cast(0x92), + static_cast(0x08), + static_cast(0x3f), + static_cast(0x50), + static_cast(0x04), + static_cast(0xa7), + static_cast(0x47), + static_cast(0xfc), + static_cast(0xa8), + static_cast(0x53), + static_cast(0xff), + static_cast(0x02), + static_cast(0xbf), + static_cast(0x02), + static_cast(0xd5), + static_cast(0x00), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x7b), + static_cast(0x02), + static_cast(0xb5), + static_cast(0x92), + static_cast(0x01), + static_cast(0x89), + static_cast(0xc9), + static_cast(0xf8), + static_cast(0xbd), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xc8), + static_cast(0xfd), + static_cast(0x26), + static_cast(0x68), + static_cast(0xf8), + static_cast(0xa8), + static_cast(0x5d), + static_cast(0xfd), + static_cast(0xc0), + static_cast(0x63), + static_cast(0xfd), + static_cast(0xe7), + static_cast(0xa1), + static_cast(0xf9), + static_cast(0x65), + static_cast(0x00), + static_cast(0xfb), + static_cast(0xf0), + static_cast(0x92), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x96), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x61), + static_cast(0x42), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xa7), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x83), + static_cast(0x00), + static_cast(0x87), + static_cast(0x5b), + static_cast(0x00), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x82), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x50), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x88), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x71), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x55), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x50), + static_cast(0x29), + static_cast(0xff), + static_cast(0x08), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x31), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x34), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x47), + static_cast(0xff), + static_cast(0x55), + static_cast(0x49), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x57), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x99), + static_cast(0xff), + static_cast(0x94), + static_cast(0x82), + static_cast(0xff), + static_cast(0x86), + static_cast(0x63), + static_cast(0x1e), + static_cast(0x60), + static_cast(0x2d), + static_cast(0x34), + static_cast(0x9e), + static_cast(0x33), + static_cast(0xf6), + static_cast(0x79), + static_cast(0xe7), + static_cast(0xf0), + static_cast(0x6e), + static_cast(0x99), + static_cast(0x2b), + static_cast(0xaf), + static_cast(0xd4), + static_cast(0xfa), + static_cast(0xe1), + static_cast(0x18), + static_cast(0xdf), + static_cast(0xf4), + static_cast(0xb7), + static_cast(0x03), + static_cast(0x03), + static_cast(0xb0), + static_cast(0xfc), + static_cast(0x26), + static_cast(0xfb), + static_cast(0xf5), + static_cast(0x84), + static_cast(0x9b), + static_cast(0xfa), + static_cast(0x2b), + static_cast(0x11), + static_cast(0x0e), + static_cast(0x2f), + static_cast(0xed), + static_cast(0x04), + static_cast(0xf2), + static_cast(0x7b), + static_cast(0xec), + static_cast(0xec), + static_cast(0xc4), + static_cast(0x07), + static_cast(0xe4), + static_cast(0x76), + static_cast(0x04), + static_cast(0x28), + static_cast(0x6b), + static_cast(0xf5), + static_cast(0xc7), + static_cast(0xee), + static_cast(0x05), + static_cast(0x66), + static_cast(0xc9), + static_cast(0x04), + static_cast(0xaf), + static_cast(0xc1), + static_cast(0xfd), + static_cast(0xd9), + static_cast(0x81), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xfb), + static_cast(0x01), + static_cast(0xd0), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xef), + static_cast(0xcf), + static_cast(0x02), + static_cast(0x1b), + static_cast(0xd4), + static_cast(0x01), + static_cast(0x4f), + static_cast(0x57), + static_cast(0xf8), + static_cast(0x34), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x1f), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x23), + static_cast(0xf8), + static_cast(0x75), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0x64), + static_cast(0xdb), + static_cast(0xfd), + static_cast(0xd1), + static_cast(0x54), + static_cast(0xfa), + static_cast(0xa5), + static_cast(0x7b), + static_cast(0xfb), + static_cast(0x55), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x85), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x91), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x71), + static_cast(0x00), + static_cast(0x72), + static_cast(0x17), + static_cast(0x00), + static_cast(0x9d), + static_cast(0x21), + static_cast(0x00), + static_cast(0x30), + static_cast(0x54), + static_cast(0x00), + static_cast(0x61), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x55), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x17), + static_cast(0xed), + static_cast(0xff), + static_cast(0xab), + static_cast(0x96), + static_cast(0xff), + static_cast(0x31), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x50), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x38), + static_cast(0xff), + static_cast(0xef), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xab), + static_cast(0x97), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x51), + static_cast(0x69), + static_cast(0xff), + static_cast(0x81), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x9e), + static_cast(0x1a), + static_cast(0x85), + static_cast(0x0f), + static_cast(0x2f), + static_cast(0x60), + static_cast(0x9e), + static_cast(0xf9), + static_cast(0x17), + static_cast(0x74), + static_cast(0xf3), + static_cast(0xa8), + static_cast(0x2b), + static_cast(0x28), + static_cast(0xb8), + static_cast(0x80), + static_cast(0xfd), + static_cast(0xd6), + static_cast(0x5a), + static_cast(0xe1), + static_cast(0x0d), + static_cast(0xcc), + static_cast(0x02), + static_cast(0x01), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x21), + static_cast(0xf6), + static_cast(0x2e), + static_cast(0x68), + static_cast(0xf8), + static_cast(0xcb), + static_cast(0x91), + static_cast(0x0c), + static_cast(0x2b), + static_cast(0x40), + static_cast(0x07), + static_cast(0x36), + static_cast(0x92), + static_cast(0xed), + static_cast(0x88), + static_cast(0x1b), + static_cast(0x05), + static_cast(0xd2), + static_cast(0xd5), + static_cast(0x06), + static_cast(0x0f), + static_cast(0xf4), + static_cast(0xf6), + static_cast(0x84), + static_cast(0x06), + static_cast(0x03), + static_cast(0xb9), + static_cast(0x27), + static_cast(0x05), + static_cast(0xa3), + static_cast(0x07), + static_cast(0xff), + static_cast(0x22), + static_cast(0x10), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x2a), + static_cast(0x02), + static_cast(0x85), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x56), + static_cast(0x01), + static_cast(0x34), + static_cast(0x1e), + static_cast(0x02), + static_cast(0x2b), + static_cast(0x55), + static_cast(0xf9), + static_cast(0x08), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x47), + static_cast(0x15), + static_cast(0x00), + static_cast(0x51), + static_cast(0xcc), + static_cast(0xf9), + static_cast(0x49), + static_cast(0x31), + static_cast(0xfd), + static_cast(0xc2), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x04), + static_cast(0xfb), + static_cast(0x12), + static_cast(0x96), + static_cast(0xfb), + static_cast(0x5e), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x06), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x92), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x37), + static_cast(0xff), + static_cast(0x02), + static_cast(0xb6), + static_cast(0x00), + static_cast(0x64), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x70), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x34), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x63), + static_cast(0x66), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x93), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x53), + static_cast(0x90), + static_cast(0xff), + static_cast(0x14), + static_cast(0x34), + static_cast(0x00), + static_cast(0xc6), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x56), + static_cast(0x94), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x08), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xac), + static_cast(0x23), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x39), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x42), + static_cast(0xff), + static_cast(0x50), + static_cast(0x80), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xff), + static_cast(0x87), + static_cast(0xda), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x38), + static_cast(0x08), + static_cast(0x17), + static_cast(0xcf), + static_cast(0x25), + static_cast(0x25), + static_cast(0xb0), + static_cast(0x97), + static_cast(0xf9), + static_cast(0xe8), + static_cast(0x00), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x3a), + static_cast(0x26), + static_cast(0xee), + static_cast(0x01), + static_cast(0xf8), + static_cast(0xd8), + static_cast(0xe6), + static_cast(0xe5), + static_cast(0xb5), + static_cast(0x82), + static_cast(0x05), + static_cast(0xf8), + static_cast(0x33), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x0e), + static_cast(0xf8), + static_cast(0x49), + static_cast(0x66), + static_cast(0xfd), + static_cast(0x09), + static_cast(0xf9), + static_cast(0x05), + static_cast(0x34), + static_cast(0x96), + static_cast(0xfd), + static_cast(0xe9), + static_cast(0x7e), + static_cast(0xf9), + static_cast(0x6c), + static_cast(0x32), + static_cast(0x0a), + static_cast(0x75), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x9e), + static_cast(0xf8), + static_cast(0xe2), + static_cast(0x36), + static_cast(0x02), + static_cast(0xbf), + static_cast(0xbb), + static_cast(0x01), + static_cast(0x20), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x3d), + static_cast(0xfd), + static_cast(0x44), + static_cast(0x92), + static_cast(0x00), + static_cast(0x11), + static_cast(0x32), + static_cast(0x00), + static_cast(0x54), + static_cast(0x41), + static_cast(0xff), + static_cast(0x25), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x1d), + static_cast(0x03), + static_cast(0x5d), + static_cast(0x20), + static_cast(0x01), + static_cast(0x20), + static_cast(0x22), + static_cast(0x00), + static_cast(0x9c), + static_cast(0xcb), + static_cast(0x00), + static_cast(0x83), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xa6), + static_cast(0xfd), + static_cast(0x18), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x36), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x3c), + static_cast(0xfc), + static_cast(0x17), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0xe7), + static_cast(0x34), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x75), + static_cast(0xfd), + static_cast(0x82), + static_cast(0xec), + static_cast(0xff), + static_cast(0x16), + static_cast(0x70), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xc2), + static_cast(0xfd), + static_cast(0x1e), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x70), + static_cast(0xff), + static_cast(0x78), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xda), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x24), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x64), + static_cast(0xff), + static_cast(0x65), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x11), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x57), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x73), + static_cast(0x82), + static_cast(0xff), + static_cast(0x01), + static_cast(0x51), + static_cast(0xff), + static_cast(0x07), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x85), + static_cast(0x35), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x39), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x51), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x71), + static_cast(0xff), + static_cast(0x99), + static_cast(0x79), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x85), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xf3), + static_cast(0x14), + static_cast(0xe1), + static_cast(0x3e), + static_cast(0x20), + static_cast(0xdb), + static_cast(0xda), + static_cast(0xfa), + static_cast(0xd3), + static_cast(0x74), + static_cast(0x02), + static_cast(0x83), + static_cast(0xb8), + static_cast(0x20), + static_cast(0xb2), + static_cast(0x65), + static_cast(0xf8), + static_cast(0x79), + static_cast(0x24), + static_cast(0xec), + static_cast(0xf7), + static_cast(0x03), + static_cast(0x04), + static_cast(0x87), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x2d), + static_cast(0xf9), + static_cast(0x41), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0xa5), + static_cast(0xd3), + static_cast(0x05), + static_cast(0x44), + static_cast(0x75), + static_cast(0xfd), + static_cast(0x14), + static_cast(0xef), + static_cast(0xfa), + static_cast(0x8c), + static_cast(0x6e), + static_cast(0x08), + static_cast(0x14), + static_cast(0x87), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x38), + static_cast(0xfa), + static_cast(0x1c), + static_cast(0xe1), + static_cast(0x00), + static_cast(0xee), + static_cast(0x37), + static_cast(0x01), + static_cast(0xab), + static_cast(0x15), + static_cast(0xff), + static_cast(0x42), + static_cast(0x9a), + static_cast(0xfd), + static_cast(0x8c), + static_cast(0x24), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x28), + static_cast(0x54), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x17), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x63), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x73), + static_cast(0x02), + static_cast(0x47), + static_cast(0x4b), + static_cast(0x01), + static_cast(0x7a), + static_cast(0x04), + static_cast(0x00), + static_cast(0x12), + static_cast(0xee), + static_cast(0xff), + static_cast(0x78), + static_cast(0x64), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x10), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x45), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x7f), + static_cast(0xfd), + static_cast(0x73), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0xc3), + static_cast(0x44), + static_cast(0xff), + static_cast(0x04), + static_cast(0x41), + static_cast(0xff), + static_cast(0xee), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x34), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x93), + static_cast(0xff), + static_cast(0x11), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x55), + static_cast(0x36), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x31), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xae), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xda), + static_cast(0x33), + static_cast(0xff), + static_cast(0x78), + static_cast(0x39), + static_cast(0xff), + static_cast(0x14), + static_cast(0x39), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x53), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x20), + static_cast(0xff), + static_cast(0x07), + static_cast(0x29), + static_cast(0xff), + static_cast(0x76), + static_cast(0x54), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x76), + static_cast(0xff), + static_cast(0x37), + static_cast(0x73), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x74), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x65), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x88), + static_cast(0xff), + static_cast(0x82), + static_cast(0x89), + static_cast(0x12), + static_cast(0xa4), + static_cast(0x89), + static_cast(0x1c), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x54), + static_cast(0x8b), + static_cast(0x03), + static_cast(0x54), + static_cast(0x44), + static_cast(0x1c), + static_cast(0xb8), + static_cast(0xc0), + static_cast(0xfa), + static_cast(0xc6), + static_cast(0xea), + static_cast(0xef), + static_cast(0x91), + static_cast(0x7a), + static_cast(0x02), + static_cast(0x1e), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x3b), + static_cast(0xfa), + static_cast(0x73), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x72), + static_cast(0x05), + static_cast(0x18), + static_cast(0x30), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0xab), + static_cast(0xfb), + static_cast(0x1e), + static_cast(0x8a), + static_cast(0x06), + static_cast(0xe3), + static_cast(0x4c), + static_cast(0x00), + static_cast(0xe2), + static_cast(0x5e), + static_cast(0xfb), + static_cast(0x75), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x11), + static_cast(0x44), + static_cast(0x01), + static_cast(0x86), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x03), + static_cast(0xe0), + static_cast(0xfd), + static_cast(0xad), + static_cast(0x32), + static_cast(0x00), + static_cast(0x17), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x71), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x60), + static_cast(0x03), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x19), + static_cast(0x02), + static_cast(0x13), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x16), + static_cast(0x75), + static_cast(0x00), + static_cast(0x91), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x17), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x39), + static_cast(0xff), + static_cast(0xff), + static_cast(0x07), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x35), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x12), + static_cast(0xff), + static_cast(0x41), + static_cast(0x35), + static_cast(0xff), + static_cast(0x04), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x83), + static_cast(0xfe), + static_cast(0xed), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x25), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x81), + static_cast(0xff), + static_cast(0xad), + static_cast(0x10), + static_cast(0xff), + static_cast(0x84), + static_cast(0x21), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x66), + static_cast(0xff), + static_cast(0x60), + static_cast(0x43), + static_cast(0xff), + static_cast(0x65), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x09), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x45), + static_cast(0xff), + static_cast(0x47), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x61), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x61), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x10), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x67), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x38), + static_cast(0x10), + static_cast(0x12), + static_cast(0x89), + static_cast(0x19), + static_cast(0xbb), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x86), + static_cast(0x03), + static_cast(0x3e), + static_cast(0xfc), + static_cast(0x18), + static_cast(0x0f), + static_cast(0xe9), + static_cast(0xfc), + static_cast(0x73), + static_cast(0x7e), + static_cast(0xf2), + static_cast(0xd7), + static_cast(0xe1), + static_cast(0x01), + static_cast(0x34), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x1e), + static_cast(0xfb), + static_cast(0x3a), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x88), + static_cast(0xfc), + static_cast(0x04), + static_cast(0x39), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x74), + static_cast(0xd1), + static_cast(0xfb), + static_cast(0xf9), + static_cast(0x57), + static_cast(0x05), + static_cast(0xb1), + static_cast(0xdb), + static_cast(0x00), + static_cast(0x2e), + static_cast(0xc3), + static_cast(0xfb), + static_cast(0x5e), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x76), + static_cast(0x52), + static_cast(0x01), + static_cast(0x74), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x39), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x40), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x03), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x68), + static_cast(0xed), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x67), + static_cast(0x01), + static_cast(0x63), + static_cast(0x26), + static_cast(0x00), + static_cast(0xd9), + static_cast(0x66), + static_cast(0x00), + static_cast(0x86), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x63), + static_cast(0x26), + static_cast(0xff), + static_cast(0x01), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x19), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xee), + static_cast(0x13), + static_cast(0xff), + static_cast(0x20), + static_cast(0x70), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x92), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x57), + static_cast(0x56), + static_cast(0xff), + static_cast(0xee), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x05), + static_cast(0xff), + static_cast(0xec), + static_cast(0x79), + static_cast(0xff), + static_cast(0x96), + static_cast(0x45), + static_cast(0xff), + static_cast(0xba), + static_cast(0x08), + static_cast(0xff), + static_cast(0x82), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x38), + static_cast(0x02), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x48), + static_cast(0x71), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x87), + static_cast(0xff), + static_cast(0x48), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x60), + static_cast(0x76), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x83), + static_cast(0xff), + static_cast(0xff), + static_cast(0x85), + static_cast(0xff), + static_cast(0x10), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xea), + static_cast(0x78), + static_cast(0xff), + static_cast(0x27), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x51), + static_cast(0x0e), + static_cast(0xb8), + static_cast(0xdd), + static_cast(0x16), + static_cast(0xb0), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x8a), + static_cast(0x03), + static_cast(0x1b), + static_cast(0x3f), + static_cast(0x16), + static_cast(0xb3), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0xfb), + static_cast(0xf4), + static_cast(0x19), + static_cast(0x7f), + static_cast(0x01), + static_cast(0x22), + static_cast(0x52), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x36), + static_cast(0xfc), + static_cast(0x72), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x7a), + static_cast(0x04), + static_cast(0xed), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xee), + static_cast(0xfb), + static_cast(0x9b), + static_cast(0x6f), + static_cast(0x04), + static_cast(0x8a), + static_cast(0xf4), + static_cast(0x00), + static_cast(0x73), + static_cast(0x45), + static_cast(0xfc), + static_cast(0x49), + static_cast(0x49), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x63), + static_cast(0x01), + static_cast(0xeb), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x70), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x9f), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x8d), + static_cast(0x00), + static_cast(0x1c), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x4d), + static_cast(0x09), + static_cast(0x00), + static_cast(0xcf), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x73), + static_cast(0x01), + static_cast(0x01), + static_cast(0x82), + static_cast(0x81), + static_cast(0x00), + static_cast(0x21), + static_cast(0x7e), + static_cast(0x00), + static_cast(0xbf), + static_cast(0xdc), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x92), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x09), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x39), + static_cast(0xff), + static_cast(0x63), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x98), + static_cast(0xff), + static_cast(0x23), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x77), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x00), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0x42), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x53), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xba), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x17), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x07), + static_cast(0xff), + static_cast(0x36), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x20), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x73), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x63), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x52), + static_cast(0x86), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x69), + static_cast(0x90), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x95), + static_cast(0x4d), + static_cast(0x0d), + static_cast(0xf9), + static_cast(0x32), + static_cast(0x14), + static_cast(0x85), + static_cast(0xae), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x7c), + static_cast(0x04), + static_cast(0x5c), + static_cast(0x4d), + static_cast(0x13), + static_cast(0x70), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xf3), + static_cast(0xf7), + static_cast(0x94), + static_cast(0x20), + static_cast(0x01), + static_cast(0xdf), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x76), + static_cast(0xe5), + static_cast(0xfc), + static_cast(0xf5), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x57), + static_cast(0x04), + static_cast(0x56), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x84), + static_cast(0xfc), + static_cast(0xa2), + static_cast(0xf6), + static_cast(0x03), + static_cast(0x91), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x28), + static_cast(0xd2), + static_cast(0xfc), + static_cast(0xf7), + static_cast(0x67), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xaf), + static_cast(0x01), + static_cast(0x26), + static_cast(0x15), + static_cast(0x00), + static_cast(0xbe), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x28), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x15), + static_cast(0x12), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x78), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x14), + static_cast(0x00), + static_cast(0x57), + static_cast(0xda), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x3a), + static_cast(0x01), + static_cast(0x60), + static_cast(0x9f), + static_cast(0x00), + static_cast(0xfa), + static_cast(0xab), + static_cast(0x00), + static_cast(0x1b), + static_cast(0xd5), + static_cast(0x00), + static_cast(0x3f), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x55), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x47), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x87), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x93), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x81), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x76), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x22), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x41), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x07), + static_cast(0xff), + static_cast(0x39), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x43), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x16), + static_cast(0xff), + static_cast(0x61), + static_cast(0x51), + static_cast(0xff), + static_cast(0xae), + static_cast(0x41), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x55), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xad), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xce), + static_cast(0x93), + static_cast(0xff), + static_cast(0x10), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x85), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x89), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x18), + static_cast(0xf4), + static_cast(0x0b), + static_cast(0x65), + static_cast(0x82), + static_cast(0x11), + static_cast(0x0c), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x23), + static_cast(0x05), + static_cast(0x92), + static_cast(0x45), + static_cast(0x11), + static_cast(0x03), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x11), + static_cast(0xde), + static_cast(0xf9), + static_cast(0x3e), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x48), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x84), + static_cast(0xfd), + static_cast(0x1d), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x70), + static_cast(0xad), + static_cast(0x03), + static_cast(0xbc), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x40), + static_cast(0xfd), + static_cast(0x33), + static_cast(0x5b), + static_cast(0x03), + static_cast(0xaa), + static_cast(0x72), + static_cast(0x00), + static_cast(0x87), + static_cast(0x85), + static_cast(0xfd), + static_cast(0x39), + static_cast(0x02), + static_cast(0x00), + static_cast(0xe9), + static_cast(0x94), + static_cast(0x01), + static_cast(0xdb), + static_cast(0x00), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x80), + static_cast(0xff), + static_cast(0x41), + static_cast(0x72), + static_cast(0x00), + static_cast(0x57), + static_cast(0x58), + static_cast(0x00), + static_cast(0x8d), + static_cast(0xd6), + static_cast(0x00), + static_cast(0x8a), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x98), + static_cast(0x10), + static_cast(0x00), + static_cast(0xba), + static_cast(0x54), + static_cast(0x01), + static_cast(0x1c), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x44), + static_cast(0xb2), + static_cast(0x00), + static_cast(0xec), + static_cast(0xd3), + static_cast(0x00), + static_cast(0x6d), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x52), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x58), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x30), + static_cast(0x50), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x12), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x08), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x58), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x70), + static_cast(0xfe), + static_cast(0x86), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x77), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x18), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x27), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x28), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x14), + static_cast(0xff), + static_cast(0x76), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x14), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x45), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x62), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x79), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x91), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x73), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x74), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x76), + static_cast(0x95), + static_cast(0x09), + static_cast(0xd5), + static_cast(0xb4), + static_cast(0x0f), + static_cast(0xdb), + static_cast(0x98), + static_cast(0x01), + static_cast(0x84), + static_cast(0xd7), + static_cast(0x03), + static_cast(0x5b), + static_cast(0x8c), + static_cast(0x0f), + static_cast(0xfc), + static_cast(0x21), + static_cast(0x02), + static_cast(0x1a), + static_cast(0x06), + static_cast(0xfb), + static_cast(0x8a), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x89), + static_cast(0xa7), + static_cast(0x00), + static_cast(0x31), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x01), + static_cast(0x03), + static_cast(0x75), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x4b), + static_cast(0xfd), + static_cast(0xa9), + static_cast(0xac), + static_cast(0x02), + static_cast(0xe1), + static_cast(0xce), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x41), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xed), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x5b), + static_cast(0x01), + static_cast(0xc8), + static_cast(0xa5), + static_cast(0x00), + static_cast(0xb0), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x54), + static_cast(0x9e), + static_cast(0x00), + static_cast(0x17), + static_cast(0xb8), + static_cast(0x00), + static_cast(0xcc), + static_cast(0xa2), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x45), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x39), + static_cast(0x01), + static_cast(0x89), + static_cast(0xd4), + static_cast(0x00), + static_cast(0x84), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x05), + static_cast(0xdb), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x42), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x33), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x10), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x79), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x95), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xab), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x62), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x36), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0x12), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x29), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x02), + static_cast(0xff), + static_cast(0x65), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x49), + static_cast(0x47), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x81), + static_cast(0xff), + static_cast(0x36), + static_cast(0x84), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xac), + static_cast(0xff), + static_cast(0x19), + static_cast(0x99), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x72), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x90), + static_cast(0xff), + static_cast(0x55), + static_cast(0x89), + static_cast(0xff), + static_cast(0xee), + static_cast(0x57), + static_cast(0x07), + static_cast(0x96), + static_cast(0x04), + static_cast(0x0e), + static_cast(0xc1), + static_cast(0x52), + static_cast(0x03), + static_cast(0xfa), + static_cast(0x80), + static_cast(0x02), + static_cast(0xfa), + static_cast(0xe0), + static_cast(0x0d), + static_cast(0xab), + static_cast(0x6e), + static_cast(0x04), + static_cast(0xaf), + static_cast(0x01), + static_cast(0xfc), + static_cast(0xd4), + static_cast(0xb0), + static_cast(0x00), + static_cast(0xab), + static_cast(0xe9), + static_cast(0x00), + static_cast(0x80), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0x79), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x49), + static_cast(0x02), + static_cast(0xd9), + static_cast(0x64), + static_cast(0x00), + static_cast(0x86), + static_cast(0x78), + static_cast(0xfd), + static_cast(0x11), + static_cast(0xd0), + static_cast(0x01), + static_cast(0x53), + static_cast(0x31), + static_cast(0x01), + static_cast(0xcd), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x01), + static_cast(0x26), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x84), + static_cast(0x01), + static_cast(0xa2), + static_cast(0x57), + static_cast(0x01), + static_cast(0xa5), + static_cast(0x04), + static_cast(0x00), + static_cast(0x64), + static_cast(0xbd), + static_cast(0x00), + static_cast(0x29), + static_cast(0xdd), + static_cast(0x00), + static_cast(0x73), + static_cast(0x99), + static_cast(0x00), + static_cast(0xd3), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x1c), + static_cast(0x61), + static_cast(0x00), + static_cast(0x92), + static_cast(0x29), + static_cast(0x01), + static_cast(0x04), + static_cast(0xea), + static_cast(0x00), + static_cast(0x56), + static_cast(0xbd), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xaa), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x93), + static_cast(0xff), + static_cast(0x78), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x78), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x87), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x89), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x90), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x09), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x21), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x12), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x19), + static_cast(0x20), + static_cast(0xff), + static_cast(0x54), + static_cast(0x18), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x23), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x66), + static_cast(0xff), + static_cast(0x99), + static_cast(0x83), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x80), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x97), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x79), + static_cast(0xad), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x92), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x58), + static_cast(0x87), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x80), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xa4), + static_cast(0x06), + static_cast(0xbe), + static_cast(0x61), + static_cast(0x0c), + static_cast(0x80), + static_cast(0x37), + static_cast(0x03), + static_cast(0x88), + static_cast(0x20), + static_cast(0x03), + static_cast(0x37), + static_cast(0x79), + static_cast(0x0c), + static_cast(0xb5), + static_cast(0x22), + static_cast(0x04), + static_cast(0x8d), + static_cast(0x53), + static_cast(0xfd), + static_cast(0x74), + static_cast(0x1c), + static_cast(0x01), + static_cast(0xd6), + static_cast(0xf8), + static_cast(0x00), + static_cast(0xba), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x8d), + static_cast(0x02), + static_cast(0xde), + static_cast(0x32), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x67), + static_cast(0xfd), + static_cast(0x3a), + static_cast(0x8c), + static_cast(0x01), + static_cast(0xf1), + static_cast(0xd7), + static_cast(0x01), + static_cast(0xe9), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x29), + static_cast(0x04), + static_cast(0x02), + static_cast(0xdd), + static_cast(0x47), + static_cast(0x01), + static_cast(0x49), + static_cast(0x33), + static_cast(0x00), + static_cast(0x6a), + static_cast(0x20), + static_cast(0x01), + static_cast(0x34), + static_cast(0xde), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xb3), + static_cast(0x00), + static_cast(0x5e), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x77), + static_cast(0x00), + static_cast(0xc4), + static_cast(0xf1), + static_cast(0x00), + static_cast(0x25), + static_cast(0x50), + static_cast(0x00), + static_cast(0x33), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xde), + static_cast(0x08), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x86), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x97), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x10), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xee), + static_cast(0x54), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x16), + static_cast(0xff), + static_cast(0x74), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x22), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x11), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x26), + static_cast(0xff), + static_cast(0x25), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x38), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x51), + static_cast(0xff), + static_cast(0x34), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x15), + static_cast(0x75), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x89), + static_cast(0xff), + static_cast(0x88), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x91), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x43), + static_cast(0x76), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x65), + static_cast(0xff), + static_cast(0x09), + static_cast(0x76), + static_cast(0xff), + static_cast(0x24), + static_cast(0x78), + static_cast(0xff), + static_cast(0x51), + static_cast(0xee), + static_cast(0x06), + static_cast(0x50), + static_cast(0xb7), + static_cast(0x0b), + static_cast(0x89), + static_cast(0xba), + static_cast(0x02), + static_cast(0x98), + static_cast(0x8c), + static_cast(0x03), + static_cast(0x76), + static_cast(0xc2), + static_cast(0x0a), + static_cast(0x50), + static_cast(0x2c), + static_cast(0x03), + static_cast(0x32), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x87), + static_cast(0x01), + static_cast(0xfc), + static_cast(0x0e), + static_cast(0x01), + static_cast(0xe8), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0x32), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x80), + static_cast(0x02), + static_cast(0xad), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x41), + static_cast(0x39), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x36), + static_cast(0x02), + static_cast(0x3f), + static_cast(0xa0), + static_cast(0x02), + static_cast(0x26), + static_cast(0x37), + static_cast(0x00), + static_cast(0xdf), + static_cast(0x9e), + static_cast(0x00), + static_cast(0xba), + static_cast(0x66), + static_cast(0x02), + static_cast(0xdf), + static_cast(0x86), + static_cast(0x01), + static_cast(0x27), + static_cast(0xc3), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x0a), + static_cast(0x01), + static_cast(0x4c), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x7b), + static_cast(0xe7), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x00), + static_cast(0xc6), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xff), + static_cast(0x94), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x50), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x70), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0x59), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x29), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x11), + static_cast(0xff), + static_cast(0x33), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x30), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x04), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x15), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x39), + static_cast(0xff), + static_cast(0x80), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x56), + static_cast(0x48), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x65), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x74), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x61), + static_cast(0xff), + static_cast(0x11), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x54), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x72), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x64), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xca), + static_cast(0x81), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x11), + static_cast(0x06), + static_cast(0x4c), + static_cast(0x28), + static_cast(0x0a), + static_cast(0x22), + static_cast(0xb2), + static_cast(0x02), + static_cast(0x11), + static_cast(0x3c), + static_cast(0x04), + static_cast(0xa2), + static_cast(0x52), + static_cast(0x0a), + static_cast(0x3e), + static_cast(0x07), + static_cast(0x03), + static_cast(0x7e), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x28), + static_cast(0xe5), + static_cast(0x01), + static_cast(0x17), + static_cast(0x97), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xca), + static_cast(0x02), + static_cast(0xda), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x59), + static_cast(0x18), + static_cast(0xff), + static_cast(0x53), + static_cast(0x82), + static_cast(0x02), + static_cast(0xc8), + static_cast(0x9f), + static_cast(0x02), + static_cast(0x1e), + static_cast(0xe4), + static_cast(0x00), + static_cast(0xb8), + static_cast(0xaa), + static_cast(0x01), + static_cast(0x24), + static_cast(0xa2), + static_cast(0x02), + static_cast(0x43), + static_cast(0x60), + static_cast(0x01), + static_cast(0x32), + static_cast(0x93), + static_cast(0x00), + static_cast(0x6e), + static_cast(0xbd), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x5c), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x89), + static_cast(0x41), + static_cast(0xff), + static_cast(0x84), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xca), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x11), + static_cast(0xff), + static_cast(0x95), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x45), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x19), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xea), + static_cast(0x45), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x30), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x11), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x10), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x33), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xea), + static_cast(0x53), + static_cast(0xff), + static_cast(0xad), + static_cast(0x35), + static_cast(0xff), + static_cast(0x13), + static_cast(0x33), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x45), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x47), + static_cast(0xff), + static_cast(0x54), + static_cast(0x62), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x54), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x66), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x45), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x73), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x77), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x84), + static_cast(0xff), + static_cast(0x84), + static_cast(0x73), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xc7), + static_cast(0x05), + static_cast(0xe5), + static_cast(0xae), + static_cast(0x09), + static_cast(0x8f), + static_cast(0xf1), + static_cast(0x02), + static_cast(0x93), + static_cast(0x40), + static_cast(0x04), + static_cast(0x20), + static_cast(0x65), + static_cast(0x09), + static_cast(0xca), + static_cast(0xdb), + static_cast(0x02), + static_cast(0x85), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x78), + static_cast(0x01), + static_cast(0xa7), + static_cast(0x10), + static_cast(0x01), + static_cast(0xed), + static_cast(0x52), + static_cast(0xff), + static_cast(0x53), + static_cast(0x11), + static_cast(0x00), + static_cast(0x7f), + static_cast(0xd4), + static_cast(0x02), + static_cast(0x7d), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x3f), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xda), + static_cast(0x55), + static_cast(0x03), + static_cast(0xbe), + static_cast(0x89), + static_cast(0x03), + static_cast(0x3d), + static_cast(0x89), + static_cast(0x01), + static_cast(0x78), + static_cast(0x83), + static_cast(0x01), + static_cast(0x73), + static_cast(0x22), + static_cast(0x02), + static_cast(0x7b), + static_cast(0xf6), + static_cast(0x00), + static_cast(0x3c), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xab), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x64), + static_cast(0xff), + static_cast(0x75), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x60), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x22), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xda), + static_cast(0xac), + static_cast(0xff), + static_cast(0x97), + static_cast(0x30), + static_cast(0xff), + static_cast(0x73), + static_cast(0x28), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x45), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x71), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x32), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x41), + static_cast(0xff), + static_cast(0xde), + static_cast(0x12), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x61), + static_cast(0x43), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x59), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x58), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x47), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x89), + static_cast(0x37), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x04), + static_cast(0x57), + static_cast(0xff), + static_cast(0x24), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x77), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x10), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x83), + static_cast(0xff), + static_cast(0x46), + static_cast(0x91), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x87), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x88), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x03), + static_cast(0x05), + static_cast(0xd5), + static_cast(0x97), + static_cast(0x08), + static_cast(0x56), + static_cast(0x76), + static_cast(0x03), + static_cast(0x77), + static_cast(0xa9), + static_cast(0x04), + static_cast(0xd3), + static_cast(0x09), + static_cast(0x08), + static_cast(0x38), + static_cast(0xb8), + static_cast(0x02), + static_cast(0x7a), + static_cast(0xc1), + static_cast(0x00), + static_cast(0xa2), + static_cast(0xef), + static_cast(0x01), + static_cast(0xc9), + static_cast(0x6a), + static_cast(0x01), + static_cast(0x5e), + static_cast(0x28), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x21), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xee), + static_cast(0x02), + static_cast(0x2d), + static_cast(0x39), + static_cast(0x02), + static_cast(0xc9), + static_cast(0x40), + static_cast(0x01), + static_cast(0xdd), + static_cast(0x8a), + static_cast(0x03), + static_cast(0xa3), + static_cast(0x2d), + static_cast(0x03), + static_cast(0xbf), + static_cast(0x54), + static_cast(0x01), + static_cast(0x53), + static_cast(0x05), + static_cast(0x01), + static_cast(0xd9), + static_cast(0xe1), + static_cast(0x00), + static_cast(0x26), + static_cast(0x79), + static_cast(0xff), + static_cast(0x11), + static_cast(0x03), + static_cast(0xff), + static_cast(0x57), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x86), + static_cast(0x63), + static_cast(0xff), + static_cast(0x55), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x64), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x92), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xba), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x49), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x21), + static_cast(0xff), + static_cast(0x64), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x24), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x61), + static_cast(0xff), + static_cast(0x39), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x40), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x42), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x21), + static_cast(0xff), + static_cast(0xec), + static_cast(0x37), + static_cast(0xff), + static_cast(0xef), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x46), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x07), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x29), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x27), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x44), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x49), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x60), + static_cast(0x35), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x25), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x46), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x56), + static_cast(0xff), + static_cast(0x56), + static_cast(0x58), + static_cast(0xff), + static_cast(0x49), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x77), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x83), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x94), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x88), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xde), + static_cast(0x04), + static_cast(0x6f), + static_cast(0xcb), + static_cast(0x07), + static_cast(0xdc), + static_cast(0x1c), + static_cast(0x03), + static_cast(0x9c), + static_cast(0xae), + static_cast(0x04), + static_cast(0xe3), + static_cast(0xec), + static_cast(0x07), + static_cast(0xc0), + static_cast(0xee), + static_cast(0x03), + static_cast(0x5e), + static_cast(0xaa), + static_cast(0x01), + static_cast(0xc3), + static_cast(0xbb), + static_cast(0x01), + static_cast(0x48), + static_cast(0xe1), + static_cast(0x01), + static_cast(0xd9), + static_cast(0x51), + static_cast(0x01), + static_cast(0xe8), + static_cast(0x53), + static_cast(0x01), + static_cast(0xed), + static_cast(0x42), + static_cast(0x03), + static_cast(0x3f), + static_cast(0xc0), + static_cast(0x02), + static_cast(0xe0), + static_cast(0x0e), + static_cast(0x02), + static_cast(0x01), + static_cast(0xda), + static_cast(0x02), + static_cast(0x99), + static_cast(0xfb), + static_cast(0x01), + static_cast(0xf3), + static_cast(0x24), + static_cast(0x00), + static_cast(0x96), + static_cast(0x94), + static_cast(0xff), + static_cast(0xea), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x07), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x92), + static_cast(0x50), + static_cast(0xff), + static_cast(0xde), + static_cast(0x11), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x81), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x17), + static_cast(0xff), + static_cast(0xea), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x29), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x30), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x56), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x26), + static_cast(0xff), + static_cast(0x62), + static_cast(0x48), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x56), + static_cast(0xff), + static_cast(0x84), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x29), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x26), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x13), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x23), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x73), + static_cast(0x40), + static_cast(0xff), + static_cast(0x21), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x64), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x25), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x41), + static_cast(0xff), + static_cast(0x21), + static_cast(0x45), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x51), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x56), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x72), + static_cast(0xff), + static_cast(0x61), + static_cast(0x81), + static_cast(0xff), + static_cast(0x39), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x96), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x19), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x89), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x77), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x99), + static_cast(0x04), + static_cast(0x2d), + static_cast(0x0b), + static_cast(0x08), + static_cast(0x9d), + static_cast(0xc8), + static_cast(0x04), + static_cast(0xae), + static_cast(0x06), + static_cast(0x05), + static_cast(0xad), + static_cast(0xee), + static_cast(0x06), + static_cast(0xfb), + static_cast(0x2d), + static_cast(0x04), + static_cast(0x7d), + static_cast(0x3d), + static_cast(0x02), + static_cast(0x9f), + static_cast(0xe6), + static_cast(0x02), + static_cast(0x67), + static_cast(0x2c), + static_cast(0x03), + static_cast(0x14), + static_cast(0x9e), + static_cast(0x01), + static_cast(0x7e), + static_cast(0xde), + static_cast(0x01), + static_cast(0x3f), + static_cast(0x62), + static_cast(0x03), + static_cast(0x94), + static_cast(0xa8), + static_cast(0x01), + static_cast(0x0c), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x20), + static_cast(0xa4), + static_cast(0x01), + static_cast(0x11), + static_cast(0xd0), + static_cast(0x00), + static_cast(0x59), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x02), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x82), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x06), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x45), + static_cast(0xff), + static_cast(0xab), + static_cast(0x82), + static_cast(0xff), + static_cast(0x49), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x11), + static_cast(0xff), + static_cast(0xec), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x21), + static_cast(0x23), + static_cast(0xff), + static_cast(0x73), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x15), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x20), + static_cast(0x57), + static_cast(0xff), + static_cast(0x49), + static_cast(0x23), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x48), + static_cast(0xff), + static_cast(0xce), + static_cast(0x29), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x41), + static_cast(0xff), + static_cast(0x24), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x26), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x07), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x27), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xef), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x38), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x66), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x55), + static_cast(0x80), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x89), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xea), + static_cast(0x75), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x78), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xca), + static_cast(0x03), + static_cast(0x36), + static_cast(0xf1), + static_cast(0x07), + static_cast(0x74), + static_cast(0xd2), + static_cast(0x05), + static_cast(0x9e), + static_cast(0x10), + static_cast(0x05), + static_cast(0x55), + static_cast(0xc8), + static_cast(0x07), + static_cast(0x64), + static_cast(0xd6), + static_cast(0x06), + static_cast(0xc7), + static_cast(0xbd), + static_cast(0x03), + static_cast(0x1a), + static_cast(0x71), + static_cast(0x02), + static_cast(0x42), + static_cast(0xcd), + static_cast(0x02), + static_cast(0xe5), + static_cast(0xf0), + static_cast(0x01), + static_cast(0x8d), + static_cast(0xe7), + static_cast(0x00), + static_cast(0x48), + static_cast(0x68), + static_cast(0x01), + static_cast(0x10), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x86), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x6c), + static_cast(0x08), + static_cast(0x01), + static_cast(0x3e), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x86), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x51), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x42), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x27), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x61), + static_cast(0xff), + static_cast(0x66), + static_cast(0x77), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x46), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x33), + static_cast(0xff), + static_cast(0x07), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x00), + static_cast(0xff), + static_cast(0x02), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x18), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x44), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x10), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x22), + static_cast(0x39), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x37), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x26), + static_cast(0xff), + static_cast(0x48), + static_cast(0x16), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x70), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x37), + static_cast(0x28), + static_cast(0xff), + static_cast(0x06), + static_cast(0x28), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x94), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x38), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x54), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x46), + static_cast(0xff), + static_cast(0x65), + static_cast(0x59), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x71), + static_cast(0xff), + static_cast(0x43), + static_cast(0x69), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xff), + static_cast(0x74), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x17), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x80), + static_cast(0xff), + static_cast(0x31), + static_cast(0x80), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xe7), + static_cast(0x03), + static_cast(0x34), + static_cast(0x24), + static_cast(0x09), + static_cast(0xde), + static_cast(0xad), + static_cast(0x07), + static_cast(0x6a), + static_cast(0x4b), + static_cast(0x06), + static_cast(0x9c), + static_cast(0x1f), + static_cast(0x08), + static_cast(0xa6), + static_cast(0x19), + static_cast(0x06), + static_cast(0x9c), + static_cast(0xb6), + static_cast(0x03), + static_cast(0xb9), + static_cast(0x73), + static_cast(0x03), + static_cast(0x1f), + static_cast(0x56), + static_cast(0x02), + static_cast(0x4e), + static_cast(0x20), + static_cast(0x00), + static_cast(0x98), + static_cast(0x22), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xd9), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x39), + static_cast(0x01), + static_cast(0x09), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x16), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x15), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x42), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x82), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x88), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xab), + static_cast(0x55), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x41), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x67), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x60), + static_cast(0xff), + static_cast(0x40), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x17), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x31), + static_cast(0xff), + static_cast(0x50), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x06), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x44), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x23), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x74), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xae), + static_cast(0x20), + static_cast(0xff), + static_cast(0x44), + static_cast(0x14), + static_cast(0xff), + static_cast(0x86), + static_cast(0x21), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x31), + static_cast(0xff), + static_cast(0x72), + static_cast(0x02), + static_cast(0xff), + static_cast(0x79), + static_cast(0x03), + static_cast(0xff), + static_cast(0x69), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x29), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x45), + static_cast(0xff), + static_cast(0xed), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xea), + static_cast(0x51), + static_cast(0xff), + static_cast(0x77), + static_cast(0x47), + static_cast(0xff), + static_cast(0x70), + static_cast(0x50), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x75), + static_cast(0xff), + static_cast(0xef), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x98), + static_cast(0x83), + static_cast(0xff), + static_cast(0x90), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x75), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x93), + static_cast(0xff), + static_cast(0x07), + static_cast(0x88), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x90), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xd0), + static_cast(0x04), + static_cast(0x1a), + static_cast(0x7d), + static_cast(0x0b), + static_cast(0xf4), + static_cast(0xe2), + static_cast(0x09), + static_cast(0x2b), + static_cast(0x21), + static_cast(0x06), + static_cast(0x05), + static_cast(0x12), + static_cast(0x06), + static_cast(0xf1), + static_cast(0xd3), + static_cast(0x04), + static_cast(0x40), + static_cast(0x40), + static_cast(0x03), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x02), + static_cast(0xde), + static_cast(0xaf), + static_cast(0x01), + static_cast(0xf1), + static_cast(0x82), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x52), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x24), + static_cast(0x80), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x81), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x05), + static_cast(0xff), + static_cast(0x37), + static_cast(0x58), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x26), + static_cast(0xff), + static_cast(0x36), + static_cast(0x21), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x57), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x50), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x20), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x24), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x38), + static_cast(0x22), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x27), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x47), + static_cast(0xff), + static_cast(0xef), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x33), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x45), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x33), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x50), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x37), + static_cast(0xff), + static_cast(0x35), + static_cast(0x12), + static_cast(0xff), + static_cast(0x07), + static_cast(0x21), + static_cast(0xff), + static_cast(0xde), + static_cast(0x06), + static_cast(0xff), + static_cast(0xed), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x54), + static_cast(0x18), + static_cast(0xff), + static_cast(0x15), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x39), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x45), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x35), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x32), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x43), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x55), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xad), + static_cast(0x75), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x86), + static_cast(0xff), + static_cast(0x92), + static_cast(0x96), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xac), + static_cast(0xff), + static_cast(0x45), + static_cast(0x83), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x66), + static_cast(0xff), + static_cast(0x13), + static_cast(0x99), + static_cast(0x05), + static_cast(0xbf), + static_cast(0x06), + static_cast(0x0c), + static_cast(0x05), + static_cast(0x1a), + static_cast(0x09), + static_cast(0x32), + static_cast(0x32), + static_cast(0x05), + static_cast(0xcd), + static_cast(0xdd), + static_cast(0x04), + static_cast(0x89), + static_cast(0xd0), + static_cast(0x03), + static_cast(0xd7), + static_cast(0x93), + static_cast(0x03), + static_cast(0x49), + static_cast(0x77), + static_cast(0x03), + static_cast(0xd0), + static_cast(0xd1), + static_cast(0x01), + static_cast(0x5d), + static_cast(0xbd), + static_cast(0x00), + static_cast(0x28), + static_cast(0x92), + static_cast(0x01), + static_cast(0x8f), + static_cast(0xf8), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x28), + static_cast(0xff), + static_cast(0xab), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x25), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xa4), + static_cast(0x35), + static_cast(0x00), + static_cast(0x46), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x87), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xce), + static_cast(0xff), + static_cast(0x72), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x73), + static_cast(0x37), + static_cast(0xff), + static_cast(0x19), + static_cast(0x57), + static_cast(0xff), + static_cast(0x41), + static_cast(0x01), + static_cast(0xff), + static_cast(0x01), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x14), + static_cast(0x35), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x16), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x72), + static_cast(0x38), + static_cast(0xff), + static_cast(0x41), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x24), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x71), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x29), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x55), + static_cast(0xff), + static_cast(0x80), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x57), + static_cast(0x35), + static_cast(0xff), + static_cast(0xac), + static_cast(0x66), + static_cast(0xff), + static_cast(0x39), + static_cast(0x23), + static_cast(0xff), + static_cast(0x37), + static_cast(0x13), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x03), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x08), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x35), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x10), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x08), + static_cast(0x43), + static_cast(0xff), + static_cast(0x47), + static_cast(0x47), + static_cast(0xff), + static_cast(0x88), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x30), + static_cast(0xff), + static_cast(0x25), + static_cast(0x37), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x34), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x57), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x15), + static_cast(0x72), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x44), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x59), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x43), + static_cast(0x39), + static_cast(0x05), + static_cast(0xa4), + static_cast(0xce), + static_cast(0x0a), + static_cast(0xc8), + static_cast(0xe2), + static_cast(0x07), + static_cast(0xfa), + static_cast(0x4c), + static_cast(0x04), + static_cast(0x46), + static_cast(0x47), + static_cast(0x04), + static_cast(0x12), + static_cast(0x9c), + static_cast(0x03), + static_cast(0x6d), + static_cast(0xd1), + static_cast(0x02), + static_cast(0x04), + static_cast(0x22), + static_cast(0x03), + static_cast(0x5e), + static_cast(0x63), + static_cast(0x03), + static_cast(0x37), + static_cast(0x07), + static_cast(0x02), + static_cast(0x30), + static_cast(0xb9), + static_cast(0x01), + static_cast(0x9d), + static_cast(0x63), + static_cast(0x02), + static_cast(0x62), + static_cast(0x92), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x45), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x05), + static_cast(0x14), + static_cast(0xff), + static_cast(0x63), + static_cast(0x97), + static_cast(0xff), + static_cast(0x54), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x00), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x42), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x32), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x58), + static_cast(0xff), + static_cast(0x00), + static_cast(0x61), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x67), + static_cast(0xff), + static_cast(0x79), + static_cast(0x65), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x44), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x31), + static_cast(0x36), + static_cast(0xff), + static_cast(0x77), + static_cast(0x39), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x41), + static_cast(0xff), + static_cast(0x80), + static_cast(0x24), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x39), + static_cast(0xff), + static_cast(0x08), + static_cast(0x35), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xad), + static_cast(0x46), + static_cast(0xff), + static_cast(0x19), + static_cast(0x22), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x29), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x41), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x31), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x36), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x30), + static_cast(0xff), + static_cast(0x47), + static_cast(0x54), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x73), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x29), + static_cast(0x60), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x62), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x81), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x97), + static_cast(0xff), + static_cast(0x27), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x93), + static_cast(0xff), + static_cast(0x16), + static_cast(0xab), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x94), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xa3), + static_cast(0x04), + static_cast(0xe8), + static_cast(0x27), + static_cast(0x09), + static_cast(0xe0), + static_cast(0x4b), + static_cast(0x06), + static_cast(0xac), + static_cast(0x26), + static_cast(0x04), + static_cast(0x17), + static_cast(0x3f), + static_cast(0x04), + static_cast(0x56), + static_cast(0xc8), + static_cast(0x02), + static_cast(0xb5), + static_cast(0x87), + static_cast(0x02), + static_cast(0x47), + static_cast(0x7e), + static_cast(0x02), + static_cast(0x57), + static_cast(0x8a), + static_cast(0x01), + static_cast(0x7f), + static_cast(0xe7), + static_cast(0x01), + static_cast(0x24), + static_cast(0xb1), + static_cast(0x03), + static_cast(0x58), + static_cast(0x8c), + static_cast(0x03), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x02), + static_cast(0x80), + static_cast(0xa6), + static_cast(0x01), + static_cast(0x86), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x39), + static_cast(0x16), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x39), + static_cast(0x00), + static_cast(0x14), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x44), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x70), + static_cast(0xff), + static_cast(0x17), + static_cast(0x20), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x17), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x69), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x81), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x87), + static_cast(0xff), + static_cast(0x70), + static_cast(0x73), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x38), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x28), + static_cast(0xff), + static_cast(0xed), + static_cast(0x46), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x27), + static_cast(0xff), + static_cast(0x72), + static_cast(0x10), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x41), + static_cast(0x53), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x32), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x51), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x61), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x09), + static_cast(0xff), + static_cast(0x01), + static_cast(0x39), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x39), + static_cast(0x43), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x43), + static_cast(0xff), + static_cast(0xef), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x43), + static_cast(0x40), + static_cast(0xff), + static_cast(0x80), + static_cast(0x53), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x53), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x40), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x54), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x80), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x22), + static_cast(0x79), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x98), + static_cast(0xff), + static_cast(0xad), + static_cast(0x97), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x81), + static_cast(0xff), + static_cast(0xda), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x67), + static_cast(0xdc), + static_cast(0x03), + static_cast(0x95), + static_cast(0x06), + static_cast(0x07), + static_cast(0x5f), + static_cast(0xfd), + static_cast(0x03), + static_cast(0xe0), + static_cast(0x54), + static_cast(0x03), + static_cast(0x78), + static_cast(0xe8), + static_cast(0x04), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0x03), + static_cast(0x8f), + static_cast(0xdf), + static_cast(0x02), + static_cast(0x1a), + static_cast(0x96), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xfb), + static_cast(0x01), + static_cast(0x0b), + static_cast(0x2f), + static_cast(0x03), + static_cast(0x6a), + static_cast(0xdc), + static_cast(0x02), + static_cast(0xe2), + static_cast(0x74), + static_cast(0x03), + static_cast(0xea), + static_cast(0xd1), + static_cast(0x03), + static_cast(0x9f), + static_cast(0xf8), + static_cast(0x02), + static_cast(0x1e), + static_cast(0xb7), + static_cast(0x02), + static_cast(0x18), + static_cast(0x6f), + static_cast(0x01), + static_cast(0x7a), + static_cast(0x95), + static_cast(0xff), + static_cast(0x97), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x88), + static_cast(0xff), + static_cast(0x64), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x23), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x13), + static_cast(0x50), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x55), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x23), + static_cast(0x59), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x71), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x30), + static_cast(0xff), + static_cast(0x87), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x38), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x21), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x08), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x48), + static_cast(0xff), + static_cast(0x31), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x67), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x22), + static_cast(0xff), + static_cast(0x68), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x99), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x16), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x58), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x64), + static_cast(0xff), + static_cast(0x76), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x11), + static_cast(0xff), + static_cast(0x58), + static_cast(0x32), + static_cast(0xff), + static_cast(0x06), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x10), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x94), + static_cast(0xff), + static_cast(0x41), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xda), + static_cast(0xac), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xd4), + static_cast(0x03), + static_cast(0xde), + static_cast(0x05), + static_cast(0x08), + static_cast(0xad), + static_cast(0x48), + static_cast(0x04), + static_cast(0xc2), + static_cast(0x6c), + static_cast(0x01), + static_cast(0x4b), + static_cast(0xb9), + static_cast(0x03), + static_cast(0xb8), + static_cast(0xb9), + static_cast(0x03), + static_cast(0x58), + static_cast(0xa0), + static_cast(0x02), + static_cast(0x0c), + static_cast(0xd0), + static_cast(0x00), + static_cast(0x72), + static_cast(0x82), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x4f), + static_cast(0x01), + static_cast(0x2f), + static_cast(0x77), + static_cast(0x02), + static_cast(0x06), + static_cast(0xc2), + static_cast(0x01), + static_cast(0x2b), + static_cast(0xb8), + static_cast(0x01), + static_cast(0xd5), + static_cast(0xee), + static_cast(0x02), + static_cast(0x69), + static_cast(0xce), + static_cast(0x03), + static_cast(0x73), + static_cast(0x25), + static_cast(0x04), + static_cast(0x17), + static_cast(0x4b), + static_cast(0x03), + static_cast(0x20), + static_cast(0x6a), + static_cast(0x01), + static_cast(0x9d), + static_cast(0xee), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x8d), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x98), + static_cast(0x34), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x47), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x65), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xac), + static_cast(0xff), + static_cast(0x92), + static_cast(0x53), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x39), + static_cast(0xff), + static_cast(0x79), + static_cast(0x26), + static_cast(0xff), + static_cast(0xee), + static_cast(0x61), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x21), + static_cast(0x18), + static_cast(0xff), + static_cast(0xac), + static_cast(0x36), + static_cast(0xff), + static_cast(0x24), + static_cast(0x70), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x91), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xab), + static_cast(0x41), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x49), + static_cast(0x34), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x52), + static_cast(0xff), + static_cast(0x61), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x74), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x24), + static_cast(0xff), + static_cast(0x18), + static_cast(0x49), + static_cast(0xff), + static_cast(0x27), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x18), + static_cast(0x28), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x33), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x88), + static_cast(0x11), + static_cast(0xff), + static_cast(0xff), + static_cast(0x17), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x78), + static_cast(0xff), + static_cast(0x52), + static_cast(0x92), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x58), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x97), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x93), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x75), + static_cast(0xff), + static_cast(0x38), + static_cast(0x82), + static_cast(0xff), + static_cast(0x38), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x67), + static_cast(0x9e), + static_cast(0x04), + static_cast(0x6a), + static_cast(0xb7), + static_cast(0x08), + static_cast(0xa8), + static_cast(0x5b), + static_cast(0x04), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x01), + static_cast(0x31), + static_cast(0xf0), + static_cast(0x03), + static_cast(0xce), + static_cast(0x8a), + static_cast(0x03), + static_cast(0x0c), + static_cast(0x51), + static_cast(0x02), + static_cast(0xee), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x50), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x35), + static_cast(0x02), + static_cast(0x79), + static_cast(0xcf), + static_cast(0x02), + static_cast(0xcb), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x21), + static_cast(0x35), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x9a), + static_cast(0x01), + static_cast(0xee), + static_cast(0xbb), + static_cast(0x01), + static_cast(0x5c), + static_cast(0xe0), + static_cast(0x02), + static_cast(0xd0), + static_cast(0x54), + static_cast(0x03), + static_cast(0x09), + static_cast(0x38), + static_cast(0x02), + static_cast(0xd3), + static_cast(0x72), + static_cast(0x02), + static_cast(0x23), + static_cast(0x32), + static_cast(0x02), + static_cast(0xc7), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x43), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x17), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x36), + static_cast(0xff), + static_cast(0x16), + static_cast(0x78), + static_cast(0xff), + static_cast(0x88), + static_cast(0x97), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x55), + static_cast(0xff), + static_cast(0x32), + static_cast(0xce), + static_cast(0xff), + static_cast(0x36), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x10), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x32), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x11), + static_cast(0x59), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x49), + static_cast(0xff), + static_cast(0x17), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x94), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x12), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x17), + static_cast(0x27), + static_cast(0xff), + static_cast(0x69), + static_cast(0x30), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x42), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x86), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x07), + static_cast(0x45), + static_cast(0xff), + static_cast(0x67), + static_cast(0x65), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x24), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xae), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x16), + static_cast(0x09), + static_cast(0xff), + static_cast(0x76), + static_cast(0x17), + static_cast(0xff), + static_cast(0x38), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x32), + static_cast(0x67), + static_cast(0xff), + static_cast(0x20), + static_cast(0x77), + static_cast(0xff), + static_cast(0x02), + static_cast(0x76), + static_cast(0xff), + static_cast(0xae), + static_cast(0x83), + static_cast(0xff), + static_cast(0x02), + static_cast(0x99), + static_cast(0xff), + static_cast(0x60), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x85), + static_cast(0x75), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x84), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x71), + static_cast(0x05), + static_cast(0xc2), + static_cast(0xda), + static_cast(0x09), + static_cast(0xd0), + static_cast(0x53), + static_cast(0x04), + static_cast(0x3b), + static_cast(0xf9), + static_cast(0x01), + static_cast(0x30), + static_cast(0xea), + static_cast(0x04), + static_cast(0x1f), + static_cast(0x1b), + static_cast(0x04), + static_cast(0x0d), + static_cast(0xc6), + static_cast(0x01), + static_cast(0x98), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x66), + static_cast(0xd1), + static_cast(0x02), + static_cast(0x03), + static_cast(0xca), + static_cast(0x02), + static_cast(0xb0), + static_cast(0x96), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x06), + static_cast(0x00), + static_cast(0x80), + static_cast(0x0f), + static_cast(0x01), + static_cast(0x11), + static_cast(0xcb), + static_cast(0x00), + static_cast(0x73), + static_cast(0x9b), + static_cast(0x01), + static_cast(0xa1), + static_cast(0x2a), + static_cast(0x01), + static_cast(0xd9), + static_cast(0xc8), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x7c), + static_cast(0x02), + static_cast(0x7e), + static_cast(0xa8), + static_cast(0x02), + static_cast(0x91), + static_cast(0x96), + static_cast(0x01), + static_cast(0xa2), + static_cast(0x65), + static_cast(0x01), + static_cast(0xc3), + static_cast(0xa2), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x95), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x78), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x93), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x81), + static_cast(0xff), + static_cast(0x24), + static_cast(0x40), + static_cast(0xff), + static_cast(0xba), + static_cast(0x18), + static_cast(0xff), + static_cast(0xab), + static_cast(0x59), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x66), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x90), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x67), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x36), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x10), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x17), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x49), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x35), + static_cast(0x63), + static_cast(0xff), + static_cast(0x61), + static_cast(0x77), + static_cast(0xff), + static_cast(0x64), + static_cast(0x62), + static_cast(0xff), + static_cast(0xec), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x53), + static_cast(0x14), + static_cast(0xff), + static_cast(0x09), + static_cast(0x14), + static_cast(0xff), + static_cast(0x30), + static_cast(0x13), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x38), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x64), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x74), + static_cast(0xff), + static_cast(0x14), + static_cast(0x87), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x69), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xdd), + static_cast(0x05), + static_cast(0x9b), + static_cast(0x68), + static_cast(0x0b), + static_cast(0xfc), + static_cast(0x62), + static_cast(0x05), + static_cast(0xd5), + static_cast(0x9f), + static_cast(0x01), + static_cast(0xb8), + static_cast(0xe1), + static_cast(0x04), + static_cast(0xe2), + static_cast(0x64), + static_cast(0x04), + static_cast(0xd4), + static_cast(0x93), + static_cast(0x01), + static_cast(0x17), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0x61), + static_cast(0x03), + static_cast(0x41), + static_cast(0x5b), + static_cast(0x02), + static_cast(0xe4), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x00), + static_cast(0x00), + static_cast(0xee), + static_cast(0x0e), + static_cast(0x01), + static_cast(0xe3), + static_cast(0x79), + static_cast(0x00), + static_cast(0xaa), + static_cast(0x6f), + static_cast(0x01), + static_cast(0x38), + static_cast(0xa7), + static_cast(0x00), + static_cast(0x51), + static_cast(0x57), + static_cast(0xff), + static_cast(0x82), + static_cast(0xdc), + static_cast(0x00), + static_cast(0xa4), + static_cast(0x9e), + static_cast(0x01), + static_cast(0x0b), + static_cast(0x47), + static_cast(0x01), + static_cast(0x45), + static_cast(0x8f), + static_cast(0x01), + static_cast(0x00), + static_cast(0x55), + static_cast(0x01), + static_cast(0xa5), + static_cast(0xed), + static_cast(0x00), + static_cast(0x29), + static_cast(0x9e), + static_cast(0x00), + static_cast(0xfa), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x80), + static_cast(0xff), + static_cast(0x34), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x44), + static_cast(0x88), + static_cast(0xff), + static_cast(0x09), + static_cast(0x37), + static_cast(0xff), + static_cast(0xec), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x25), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x14), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x74), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x74), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x93), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xed), + static_cast(0x57), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x60), + static_cast(0x22), + static_cast(0xff), + static_cast(0x32), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x37), + static_cast(0x07), + static_cast(0xff), + static_cast(0x75), + static_cast(0x32), + static_cast(0xff), + static_cast(0x10), + static_cast(0x68), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x58), + static_cast(0xff), + static_cast(0x03), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x55), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x80), + static_cast(0x43), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x43), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x31), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x58), + static_cast(0xff), + static_cast(0x30), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x31), + static_cast(0x62), + static_cast(0xff), + static_cast(0x47), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x02), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x28), + static_cast(0x49), + static_cast(0xff), + static_cast(0x31), + static_cast(0x64), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x10), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xae), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xb0), + static_cast(0x06), + static_cast(0xed), + static_cast(0xc4), + static_cast(0x0c), + static_cast(0x7c), + static_cast(0xb9), + static_cast(0x05), + static_cast(0x4f), + static_cast(0xa6), + static_cast(0x01), + static_cast(0x00), + static_cast(0x95), + static_cast(0x05), + static_cast(0x6d), + static_cast(0xc1), + static_cast(0x04), + static_cast(0xb9), + static_cast(0xbc), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x01), + static_cast(0x02), + static_cast(0xff), + static_cast(0x80), + static_cast(0x3b), + static_cast(0x04), + static_cast(0xdc), + static_cast(0xb4), + static_cast(0x01), + static_cast(0xea), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xff), + static_cast(0x72), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x39), + static_cast(0x65), + static_cast(0x01), + static_cast(0x2c), + static_cast(0x98), + static_cast(0x00), + static_cast(0x45), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x09), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x39), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x67), + static_cast(0x00), + static_cast(0x28), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x6f), + static_cast(0xeb), + static_cast(0x00), + static_cast(0xb4), + static_cast(0x34), + static_cast(0x01), + static_cast(0x5d), + static_cast(0xf4), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x90), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x57), + static_cast(0x10), + static_cast(0x00), + static_cast(0x75), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x53), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xce), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x63), + static_cast(0x21), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x40), + static_cast(0xff), + static_cast(0x58), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x40), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x44), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x44), + static_cast(0x21), + static_cast(0xff), + static_cast(0x62), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x20), + static_cast(0xff), + static_cast(0x59), + static_cast(0x47), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x19), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x29), + static_cast(0x47), + static_cast(0xff), + static_cast(0xae), + static_cast(0x61), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x09), + static_cast(0x65), + static_cast(0xff), + static_cast(0x08), + static_cast(0x68), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x12), + static_cast(0x78), + static_cast(0xff), + static_cast(0x92), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x56), + static_cast(0xff), + static_cast(0x03), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x60), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x76), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x99), + static_cast(0xff), + static_cast(0x65), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xa8), + static_cast(0x07), + static_cast(0x1d), + static_cast(0xd0), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x62), + static_cast(0x06), + static_cast(0xdf), + static_cast(0xf2), + static_cast(0x00), + static_cast(0x48), + static_cast(0xa6), + static_cast(0x05), + static_cast(0x22), + static_cast(0xfa), + static_cast(0x04), + static_cast(0x43), + static_cast(0x15), + static_cast(0x00), + static_cast(0x9e), + static_cast(0x7f), + static_cast(0xfc), + static_cast(0x51), + static_cast(0x88), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x58), + static_cast(0x04), + static_cast(0xfd), + static_cast(0xd4), + static_cast(0x00), + static_cast(0x6e), + static_cast(0xc7), + static_cast(0xfd), + static_cast(0x0f), + static_cast(0x21), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x9a), + static_cast(0x00), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xff), + static_cast(0x52), + static_cast(0x35), + static_cast(0x01), + static_cast(0xa3), + static_cast(0x70), + static_cast(0x00), + static_cast(0xec), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x70), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x64), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x31), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x18), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x42), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x3c), + static_cast(0xeb), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x9a), + static_cast(0x01), + static_cast(0xf0), + static_cast(0x0c), + static_cast(0x01), + static_cast(0x5b), + static_cast(0x20), + static_cast(0x00), + static_cast(0x23), + static_cast(0xce), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x60), + static_cast(0xff), + static_cast(0x40), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x27), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x41), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x73), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x69), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x28), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x68), + static_cast(0xff), + static_cast(0x54), + static_cast(0x26), + static_cast(0xff), + static_cast(0x48), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x21), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x32), + static_cast(0xff), + static_cast(0x79), + static_cast(0x38), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x13), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x04), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x56), + static_cast(0xff), + static_cast(0x55), + static_cast(0x67), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x87), + static_cast(0xff), + static_cast(0x06), + static_cast(0x77), + static_cast(0xff), + static_cast(0x35), + static_cast(0x67), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x66), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x61), + static_cast(0xff), + static_cast(0xde), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x96), + static_cast(0xab), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x02), + static_cast(0x08), + static_cast(0x2c), + static_cast(0x72), + static_cast(0x10), + static_cast(0x5d), + static_cast(0x98), + static_cast(0x07), + static_cast(0x45), + static_cast(0x9e), + static_cast(0x00), + static_cast(0x2a), + static_cast(0xf2), + static_cast(0x05), + static_cast(0x7d), + static_cast(0x72), + static_cast(0x05), + static_cast(0x0f), + static_cast(0x43), + static_cast(0xff), + static_cast(0xce), + static_cast(0x9b), + static_cast(0xfb), + static_cast(0x49), + static_cast(0x28), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x14), + static_cast(0x05), + static_cast(0x97), + static_cast(0xea), + static_cast(0xff), + static_cast(0x83), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0x5b), + static_cast(0x67), + static_cast(0x00), + static_cast(0x81), + static_cast(0x5f), + static_cast(0x00), + static_cast(0xf1), + static_cast(0xad), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x45), + static_cast(0x01), + static_cast(0xf0), + static_cast(0x92), + static_cast(0x00), + static_cast(0x1e), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x37), + static_cast(0x65), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x46), + static_cast(0xff), + static_cast(0x74), + static_cast(0x87), + static_cast(0xff), + static_cast(0xda), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xad), + static_cast(0x31), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x72), + static_cast(0x67), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x7f), + static_cast(0x01), + static_cast(0x7b), + static_cast(0x61), + static_cast(0x01), + static_cast(0xa6), + static_cast(0x23), + static_cast(0x01), + static_cast(0x5b), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x90), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xae), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x57), + static_cast(0x81), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x25), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x85), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x04), + static_cast(0xff), + static_cast(0x21), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x14), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x37), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x05), + static_cast(0xff), + static_cast(0xef), + static_cast(0x09), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x41), + static_cast(0xff), + static_cast(0x66), + static_cast(0x57), + static_cast(0xff), + static_cast(0x52), + static_cast(0x53), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x93), + static_cast(0xff), + static_cast(0x81), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x75), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x77), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xff), + static_cast(0xad), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xab), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x6d), + static_cast(0x09), + static_cast(0x0d), + static_cast(0x4e), + static_cast(0x12), + static_cast(0xb6), + static_cast(0x70), + static_cast(0x07), + static_cast(0x98), + static_cast(0x71), + static_cast(0x00), + static_cast(0x38), + static_cast(0xd5), + static_cast(0x06), + static_cast(0x22), + static_cast(0x64), + static_cast(0x05), + static_cast(0x29), + static_cast(0x9e), + static_cast(0xfd), + static_cast(0x6d), + static_cast(0xe3), + static_cast(0xfa), + static_cast(0xf0), + static_cast(0xd9), + static_cast(0x01), + static_cast(0xbe), + static_cast(0x47), + static_cast(0x05), + static_cast(0xab), + static_cast(0x48), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x08), + static_cast(0xfd), + static_cast(0xe0), + static_cast(0xac), + static_cast(0x00), + static_cast(0x95), + static_cast(0x34), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x82), + static_cast(0xff), + static_cast(0x47), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x05), + static_cast(0x78), + static_cast(0x00), + static_cast(0x70), + static_cast(0x90), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x03), + static_cast(0x51), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x54), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x89), + static_cast(0x22), + static_cast(0xff), + static_cast(0x54), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xb7), + static_cast(0x00), + static_cast(0xa7), + static_cast(0xd1), + static_cast(0x00), + static_cast(0xd3), + static_cast(0xbd), + static_cast(0x00), + static_cast(0x41), + static_cast(0xca), + static_cast(0x00), + static_cast(0x32), + static_cast(0xa6), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x0f), + static_cast(0x00), + static_cast(0xad), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x37), + static_cast(0x95), + static_cast(0xff), + static_cast(0x19), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x94), + static_cast(0xff), + static_cast(0x73), + static_cast(0x38), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x32), + static_cast(0x12), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x22), + static_cast(0xff), + static_cast(0x03), + static_cast(0x13), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x14), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x18), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x15), + static_cast(0xff), + static_cast(0x05), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x47), + static_cast(0xff), + static_cast(0x87), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x64), + static_cast(0xff), + static_cast(0x37), + static_cast(0x88), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x68), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xde), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x21), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x39), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x97), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x81), + static_cast(0xff), + static_cast(0x74), + static_cast(0x97), + static_cast(0xff), + static_cast(0x88), + static_cast(0x92), + static_cast(0xff), + static_cast(0x50), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x66), + static_cast(0x54), + static_cast(0x0a), + static_cast(0x7e), + static_cast(0xbc), + static_cast(0x13), + static_cast(0xab), + static_cast(0xf7), + static_cast(0x07), + static_cast(0xb3), + static_cast(0xc2), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x67), + static_cast(0x07), + static_cast(0xaa), + static_cast(0x7b), + static_cast(0x05), + static_cast(0xf1), + static_cast(0x5e), + static_cast(0xfc), + static_cast(0x7c), + static_cast(0xde), + static_cast(0xf9), + static_cast(0xeb), + static_cast(0x61), + static_cast(0x03), + static_cast(0x94), + static_cast(0x02), + static_cast(0x06), + static_cast(0x26), + static_cast(0xb1), + static_cast(0xfc), + static_cast(0x3e), + static_cast(0x9b), + static_cast(0xfc), + static_cast(0x0d), + static_cast(0x21), + static_cast(0x01), + static_cast(0x3a), + static_cast(0x28), + static_cast(0x00), + static_cast(0x7f), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x38), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x92), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x86), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x6d), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xed), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x82), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x41), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x76), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x44), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x30), + static_cast(0x00), + static_cast(0x28), + static_cast(0x4b), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x49), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x36), + static_cast(0x38), + static_cast(0x00), + static_cast(0x08), + static_cast(0x58), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x21), + static_cast(0x00), + static_cast(0x00), + static_cast(0xce), + static_cast(0xff), + static_cast(0x76), + static_cast(0x1d), + static_cast(0x00), + static_cast(0xcd), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x13), + static_cast(0xff), + static_cast(0x53), + static_cast(0x17), + static_cast(0xff), + static_cast(0x10), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x08), + static_cast(0xff), + static_cast(0xac), + static_cast(0x35), + static_cast(0xff), + static_cast(0x70), + static_cast(0x30), + static_cast(0xff), + static_cast(0x72), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x99), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x88), + static_cast(0xff), + static_cast(0x68), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x66), + static_cast(0xff), + static_cast(0x47), + static_cast(0x92), + static_cast(0xff), + static_cast(0x93), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x98), + static_cast(0xff), + static_cast(0x61), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x49), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x46), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x92), + static_cast(0x85), + static_cast(0xff), + static_cast(0x26), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xba), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x82), + static_cast(0x0a), + static_cast(0xb1), + static_cast(0x56), + static_cast(0x15), + static_cast(0xf0), + static_cast(0x84), + static_cast(0x09), + static_cast(0x57), + static_cast(0x8f), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x7c), + static_cast(0x07), + static_cast(0xa6), + static_cast(0x07), + static_cast(0x06), + static_cast(0x25), + static_cast(0xd7), + static_cast(0xfb), + static_cast(0x4b), + static_cast(0xbc), + static_cast(0xf8), + static_cast(0x75), + static_cast(0xf4), + static_cast(0x03), + static_cast(0x4b), + static_cast(0x10), + static_cast(0x07), + static_cast(0x52), + static_cast(0x92), + static_cast(0xfb), + static_cast(0xba), + static_cast(0x0b), + static_cast(0xfc), + static_cast(0x68), + static_cast(0xa7), + static_cast(0x01), + static_cast(0x81), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x39), + static_cast(0xff), + static_cast(0x97), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x68), + static_cast(0x00), + static_cast(0x64), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x36), + static_cast(0xff), + static_cast(0x69), + static_cast(0x19), + static_cast(0x00), + static_cast(0x41), + static_cast(0x66), + static_cast(0xff), + static_cast(0xed), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x99), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x13), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x35), + static_cast(0xff), + static_cast(0x94), + static_cast(0x03), + static_cast(0x00), + static_cast(0x3f), + static_cast(0x19), + static_cast(0x00), + static_cast(0x92), + static_cast(0x20), + static_cast(0x00), + static_cast(0x22), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x94), + static_cast(0xff), + static_cast(0x21), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xba), + static_cast(0x02), + static_cast(0x00), + static_cast(0x38), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x47), + static_cast(0x00), + static_cast(0x32), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x71), + static_cast(0x33), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x00), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x45), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x79), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x20), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x03), + static_cast(0xff), + static_cast(0x48), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x29), + static_cast(0xff), + static_cast(0x93), + static_cast(0x61), + static_cast(0xff), + static_cast(0x35), + static_cast(0x85), + static_cast(0xff), + static_cast(0x20), + static_cast(0x86), + static_cast(0xff), + static_cast(0x85), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x97), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x69), + static_cast(0x87), + static_cast(0xff), + static_cast(0x29), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xce), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x01), + static_cast(0x92), + static_cast(0xff), + static_cast(0x32), + static_cast(0x89), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xac), + static_cast(0xff), + static_cast(0x53), + static_cast(0xca), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xc7), + static_cast(0x0a), + static_cast(0xd2), + static_cast(0x88), + static_cast(0x17), + static_cast(0x52), + static_cast(0xf0), + static_cast(0x0a), + static_cast(0x7a), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x07), + static_cast(0x08), + static_cast(0xc5), + static_cast(0x6e), + static_cast(0x06), + static_cast(0x63), + static_cast(0xeb), + static_cast(0xfa), + static_cast(0x26), + static_cast(0xde), + static_cast(0xf8), + static_cast(0x52), + static_cast(0xc9), + static_cast(0x03), + static_cast(0x82), + static_cast(0x3d), + static_cast(0x07), + static_cast(0xcb), + static_cast(0x56), + static_cast(0xfb), + static_cast(0x6c), + static_cast(0x6e), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x06), + static_cast(0x02), + static_cast(0xb2), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x35), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x97), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xea), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x08), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x65), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x62), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x76), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x39), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x34), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x06), + static_cast(0x00), + static_cast(0x03), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x76), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x20), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x87), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x46), + static_cast(0xad), + static_cast(0xff), + static_cast(0x62), + static_cast(0xda), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x93), + static_cast(0x00), + static_cast(0x15), + static_cast(0xa3), + static_cast(0x00), + static_cast(0x27), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x81), + static_cast(0x98), + static_cast(0xff), + static_cast(0x86), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x28), + static_cast(0xff), + static_cast(0x93), + static_cast(0x16), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x41), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x26), + static_cast(0xff), + static_cast(0x59), + static_cast(0x33), + static_cast(0xff), + static_cast(0x37), + static_cast(0x55), + static_cast(0xff), + static_cast(0x03), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x77), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xad), + static_cast(0x76), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x57), + static_cast(0xff), + static_cast(0x82), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x83), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xac), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x29), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x56), + static_cast(0x11), + static_cast(0x0b), + static_cast(0x8f), + static_cast(0x1a), + static_cast(0x19), + static_cast(0xef), + static_cast(0x42), + static_cast(0x0c), + static_cast(0x8e), + static_cast(0x10), + static_cast(0xff), + static_cast(0xba), + static_cast(0x80), + static_cast(0x08), + static_cast(0x3f), + static_cast(0xb8), + static_cast(0x06), + static_cast(0x38), + static_cast(0x1d), + static_cast(0xfa), + static_cast(0xf6), + static_cast(0x9d), + static_cast(0xf8), + static_cast(0x27), + static_cast(0x9f), + static_cast(0x03), + static_cast(0x87), + static_cast(0xb0), + static_cast(0x07), + static_cast(0x48), + static_cast(0x3e), + static_cast(0xfb), + static_cast(0x76), + static_cast(0x78), + static_cast(0xfa), + static_cast(0x4f), + static_cast(0x49), + static_cast(0x02), + static_cast(0x5d), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x0f), + static_cast(0x00), + static_cast(0xd0), + static_cast(0xaa), + static_cast(0x00), + static_cast(0xf8), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x26), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x37), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x46), + static_cast(0x01), + static_cast(0xff), + static_cast(0x95), + static_cast(0x30), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x77), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x55), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x04), + static_cast(0xff), + static_cast(0x32), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x92), + static_cast(0xff), + static_cast(0xff), + static_cast(0x84), + static_cast(0xff), + static_cast(0x94), + static_cast(0x70), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x16), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x60), + static_cast(0x53), + static_cast(0xff), + static_cast(0x16), + static_cast(0x57), + static_cast(0xff), + static_cast(0x13), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x23), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x34), + static_cast(0x00), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x07), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x80), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x36), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x45), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x22), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x77), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x61), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x39), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x62), + static_cast(0xff), + static_cast(0xee), + static_cast(0x80), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x94), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x91), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x98), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xab), + static_cast(0x8d), + static_cast(0x0a), + static_cast(0x90), + static_cast(0xbd), + static_cast(0x19), + static_cast(0xe7), + static_cast(0x6a), + static_cast(0x0e), + static_cast(0xd7), + static_cast(0x87), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xd7), + static_cast(0x08), + static_cast(0x04), + static_cast(0x72), + static_cast(0x07), + static_cast(0x1a), + static_cast(0x74), + static_cast(0xf9), + static_cast(0xd6), + static_cast(0x36), + static_cast(0xf8), + static_cast(0x58), + static_cast(0xff), + static_cast(0x02), + static_cast(0x61), + static_cast(0x12), + static_cast(0x08), + static_cast(0x3e), + static_cast(0x13), + static_cast(0xfc), + static_cast(0x6b), + static_cast(0x28), + static_cast(0xf9), + static_cast(0x96), + static_cast(0xea), + static_cast(0x01), + static_cast(0xa7), + static_cast(0xc6), + static_cast(0x00), + static_cast(0x75), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x85), + static_cast(0x67), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x56), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x24), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x3c), + static_cast(0x51), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0x05), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x51), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x72), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x96), + static_cast(0xff), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x48), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x37), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x48), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x38), + static_cast(0xff), + static_cast(0xda), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x67), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x62), + static_cast(0x44), + static_cast(0xff), + static_cast(0x51), + static_cast(0x96), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x42), + static_cast(0x18), + static_cast(0x00), + static_cast(0xc7), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x63), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x34), + static_cast(0x00), + static_cast(0xbe), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x02), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xed), + static_cast(0x52), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x95), + static_cast(0x66), + static_cast(0xff), + static_cast(0xea), + static_cast(0x76), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x78), + static_cast(0xff), + static_cast(0x98), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x93), + static_cast(0xff), + static_cast(0x94), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xae), + static_cast(0x0b), + static_cast(0x18), + static_cast(0xd5), + static_cast(0x1a), + static_cast(0x3a), + static_cast(0x2b), + static_cast(0x0e), + static_cast(0x6f), + static_cast(0xac), + static_cast(0x00), + static_cast(0x44), + static_cast(0x8b), + static_cast(0x09), + static_cast(0x55), + static_cast(0x64), + static_cast(0x06), + static_cast(0xb1), + static_cast(0xb3), + static_cast(0xf9), + static_cast(0x3d), + static_cast(0x60), + static_cast(0xf8), + static_cast(0x7b), + static_cast(0x79), + static_cast(0x02), + static_cast(0x48), + static_cast(0xcf), + static_cast(0x07), + static_cast(0xa6), + static_cast(0xe5), + static_cast(0xfb), + static_cast(0x42), + static_cast(0x01), + static_cast(0xf9), + static_cast(0xc1), + static_cast(0xd2), + static_cast(0x01), + static_cast(0x8a), + static_cast(0x2e), + static_cast(0x01), + static_cast(0xb8), + static_cast(0x28), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x38), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x84), + static_cast(0x00), + static_cast(0x72), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x74), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x66), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x09), + static_cast(0xff), + static_cast(0x02), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0xca), + static_cast(0x06), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x11), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x43), + static_cast(0xff), + static_cast(0x63), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x00), + static_cast(0x00), + static_cast(0x2f), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x44), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x46), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x00), + static_cast(0x98), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x45), + static_cast(0xff), + static_cast(0x56), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x55), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xef), + static_cast(0x07), + static_cast(0x00), + static_cast(0xe3), + static_cast(0x80), + static_cast(0xff), + static_cast(0xec), + static_cast(0x94), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x71), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x76), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x83), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x80), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x79), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x06), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x88), + static_cast(0xff), + static_cast(0x49), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x01), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x60), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x82), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x49), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x97), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x3d), + static_cast(0x0d), + static_cast(0x6d), + static_cast(0x84), + static_cast(0x1b), + static_cast(0x19), + static_cast(0x4e), + static_cast(0x0d), + static_cast(0x49), + static_cast(0x9a), + static_cast(0x02), + static_cast(0x35), + static_cast(0xb8), + static_cast(0x09), + static_cast(0x7d), + static_cast(0xef), + static_cast(0x04), + static_cast(0x4b), + static_cast(0x3c), + static_cast(0xfb), + static_cast(0x1e), + static_cast(0x6a), + static_cast(0xf8), + static_cast(0x2d), + static_cast(0x5b), + static_cast(0x01), + static_cast(0xab), + static_cast(0x48), + static_cast(0x07), + static_cast(0xc0), + static_cast(0xc9), + static_cast(0xfb), + static_cast(0xbd), + static_cast(0xa4), + static_cast(0xf9), + static_cast(0xf4), + static_cast(0x5f), + static_cast(0x01), + static_cast(0xc8), + static_cast(0x06), + static_cast(0x01), + static_cast(0xbf), + static_cast(0x53), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x76), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x33), + static_cast(0x00), + static_cast(0xde), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x13), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x34), + static_cast(0xff), + static_cast(0x47), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0xa6), + static_cast(0xde), + static_cast(0xfd), + static_cast(0x02), + static_cast(0x90), + static_cast(0xfe), + static_cast(0xab), + static_cast(0xd2), + static_cast(0xfd), + static_cast(0x4d), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x39), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x33), + static_cast(0xff), + static_cast(0x10), + static_cast(0x21), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xef), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x41), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x23), + static_cast(0x41), + static_cast(0xff), + static_cast(0x86), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x64), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x15), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xac), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x11), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x06), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x10), + static_cast(0x00), + static_cast(0x76), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x11), + static_cast(0x88), + static_cast(0xff), + static_cast(0x49), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x63), + static_cast(0x47), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x62), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x63), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x85), + static_cast(0xff), + static_cast(0x52), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x83), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x93), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x92), + static_cast(0xff), + static_cast(0x06), + static_cast(0x82), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x8d), + static_cast(0x0d), + static_cast(0x8c), + static_cast(0x6e), + static_cast(0x1b), + static_cast(0x96), + static_cast(0x0e), + static_cast(0x0d), + static_cast(0x4b), + static_cast(0x96), + static_cast(0x04), + static_cast(0x5d), + static_cast(0x13), + static_cast(0x0b), + static_cast(0x2e), + static_cast(0x29), + static_cast(0x04), + static_cast(0x0b), + static_cast(0xcf), + static_cast(0xfb), + static_cast(0xac), + static_cast(0x79), + static_cast(0xf8), + static_cast(0x68), + static_cast(0x50), + static_cast(0x00), + static_cast(0x58), + static_cast(0xa4), + static_cast(0x06), + static_cast(0x6b), + static_cast(0xc5), + static_cast(0xfb), + static_cast(0x7e), + static_cast(0x83), + static_cast(0xfa), + static_cast(0x4b), + static_cast(0x82), + static_cast(0x00), + static_cast(0x26), + static_cast(0x10), + static_cast(0x00), + static_cast(0x98), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xef), + static_cast(0x7c), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x79), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x9b), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0x13), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x35), + static_cast(0xfd), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xb6), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0xda), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x16), + static_cast(0xff), + static_cast(0xda), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x41), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x11), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0xd1), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x81), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x33), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x09), + static_cast(0x66), + static_cast(0xff), + static_cast(0x03), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x03), + static_cast(0x30), + static_cast(0xff), + static_cast(0xba), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x86), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x35), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x45), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x86), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x8d), + static_cast(0x26), + static_cast(0x00), + static_cast(0x57), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x76), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x82), + static_cast(0xff), + static_cast(0x79), + static_cast(0x48), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x71), + static_cast(0xff), + static_cast(0x68), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x69), + static_cast(0x99), + static_cast(0xff), + static_cast(0x67), + static_cast(0x80), + static_cast(0xff), + static_cast(0x27), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x35), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x83), + static_cast(0x97), + static_cast(0xff), + static_cast(0x61), + static_cast(0x88), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x1d), + static_cast(0x0d), + static_cast(0xdf), + static_cast(0xee), + static_cast(0x1a), + static_cast(0x80), + static_cast(0x53), + static_cast(0x0c), + static_cast(0x6b), + static_cast(0x12), + static_cast(0x06), + static_cast(0x6b), + static_cast(0x79), + static_cast(0x0f), + static_cast(0x30), + static_cast(0xa3), + static_cast(0x04), + static_cast(0x91), + static_cast(0xad), + static_cast(0xf9), + static_cast(0xd2), + static_cast(0xee), + static_cast(0xf8), + static_cast(0xda), + static_cast(0x90), + static_cast(0x01), + static_cast(0xb2), + static_cast(0xe0), + static_cast(0x05), + static_cast(0xc9), + static_cast(0xe8), + static_cast(0xf9), + static_cast(0xe4), + static_cast(0x29), + static_cast(0xfc), + static_cast(0x54), + static_cast(0x3b), + static_cast(0x01), + static_cast(0x64), + static_cast(0xba), + static_cast(0xfd), + static_cast(0x1c), + static_cast(0x43), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x83), + static_cast(0x00), + static_cast(0x25), + static_cast(0xc2), + static_cast(0x00), + static_cast(0x86), + static_cast(0x90), + static_cast(0xfd), + static_cast(0x07), + static_cast(0xba), + static_cast(0xfd), + static_cast(0x0b), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xb5), + static_cast(0xfc), + static_cast(0xb4), + static_cast(0x76), + static_cast(0xfc), + static_cast(0x41), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x86), + static_cast(0xfd), + static_cast(0x6d), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x58), + static_cast(0xff), + static_cast(0x93), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x37), + static_cast(0x74), + static_cast(0xff), + static_cast(0x07), + static_cast(0x52), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0x87), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0xbc), + static_cast(0x29), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x79), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x77), + static_cast(0x50), + static_cast(0xff), + static_cast(0xac), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x34), + static_cast(0xff), + static_cast(0x81), + static_cast(0x47), + static_cast(0xff), + static_cast(0x03), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x59), + static_cast(0x28), + static_cast(0xff), + static_cast(0x10), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xea), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x29), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x12), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x64), + static_cast(0xda), + static_cast(0xff), + static_cast(0xba), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x55), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x72), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x78), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x86), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xab), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x62), + static_cast(0xff), + static_cast(0x96), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x71), + static_cast(0xff), + static_cast(0x97), + static_cast(0x99), + static_cast(0xff), + static_cast(0x33), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x75), + static_cast(0x0d), + static_cast(0xc4), + static_cast(0xeb), + static_cast(0x1b), + static_cast(0xdb), + static_cast(0x95), + static_cast(0x0a), + static_cast(0x5b), + static_cast(0xc4), + static_cast(0x04), + static_cast(0x2f), + static_cast(0x9f), + static_cast(0x14), + static_cast(0x46), + static_cast(0xf6), + static_cast(0x05), + static_cast(0xa3), + static_cast(0xf9), + static_cast(0xf5), + static_cast(0x5e), + static_cast(0x8f), + static_cast(0xfa), + static_cast(0x5a), + static_cast(0xb0), + static_cast(0x03), + static_cast(0xe6), + static_cast(0x87), + static_cast(0x03), + static_cast(0x6a), + static_cast(0x59), + static_cast(0xf7), + static_cast(0xb9), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x3c), + static_cast(0x03), + static_cast(0x92), + static_cast(0x33), + static_cast(0xfb), + static_cast(0x22), + static_cast(0x80), + static_cast(0xff), + static_cast(0x01), + static_cast(0xe7), + static_cast(0x00), + static_cast(0xe3), + static_cast(0xac), + static_cast(0xfd), + static_cast(0xdb), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xa5), + static_cast(0x01), + static_cast(0xc6), + static_cast(0xd4), + static_cast(0xfd), + static_cast(0xf4), + static_cast(0xe8), + static_cast(0xfc), + static_cast(0x2e), + static_cast(0x38), + static_cast(0x00), + static_cast(0x57), + static_cast(0xc6), + static_cast(0xfc), + static_cast(0xb6), + static_cast(0xf9), + static_cast(0xfb), + static_cast(0xa9), + static_cast(0xc8), + static_cast(0xfd), + static_cast(0x50), + static_cast(0xe4), + static_cast(0xfc), + static_cast(0xa8), + static_cast(0x27), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x81), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xfa), + static_cast(0xfd), + static_cast(0x34), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x38), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xce), + static_cast(0xfd), + static_cast(0x06), + static_cast(0x18), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x53), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x80), + static_cast(0xff), + static_cast(0x46), + static_cast(0x62), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x74), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x98), + static_cast(0xff), + static_cast(0xac), + static_cast(0x73), + static_cast(0xff), + static_cast(0x60), + static_cast(0x39), + static_cast(0xff), + static_cast(0xef), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x56), + static_cast(0x34), + static_cast(0xff), + static_cast(0x83), + static_cast(0x79), + static_cast(0xff), + static_cast(0x53), + static_cast(0x29), + static_cast(0xff), + static_cast(0x62), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x40), + static_cast(0x32), + static_cast(0x00), + static_cast(0x80), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x10), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x20), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x47), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x68), + static_cast(0x97), + static_cast(0xff), + static_cast(0xee), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x30), + static_cast(0x95), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x67), + static_cast(0xff), + static_cast(0x00), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x69), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x28), + static_cast(0xdf), + static_cast(0x10), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x7b), + static_cast(0x80), + static_cast(0x05), + static_cast(0x59), + static_cast(0x29), + static_cast(0x04), + static_cast(0x28), + static_cast(0xfa), + static_cast(0x18), + static_cast(0x95), + static_cast(0x7a), + static_cast(0x05), + static_cast(0x76), + static_cast(0x50), + static_cast(0xf3), + static_cast(0x88), + static_cast(0x1d), + static_cast(0xfc), + static_cast(0xd1), + static_cast(0xa6), + static_cast(0x07), + static_cast(0xd2), + static_cast(0x95), + static_cast(0xff), + static_cast(0x42), + static_cast(0x82), + static_cast(0xf3), + static_cast(0x2a), + static_cast(0x67), + static_cast(0x02), + static_cast(0x9a), + static_cast(0x74), + static_cast(0x04), + static_cast(0x1b), + static_cast(0x24), + static_cast(0xf9), + static_cast(0x3a), + static_cast(0x89), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xb6), + static_cast(0x01), + static_cast(0x12), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x59), + static_cast(0x02), + static_cast(0x09), + static_cast(0xef), + static_cast(0xfd), + static_cast(0x96), + static_cast(0x92), + static_cast(0xfc), + static_cast(0x21), + static_cast(0x89), + static_cast(0x00), + static_cast(0x04), + static_cast(0x97), + static_cast(0xfc), + static_cast(0xfc), + static_cast(0xce), + static_cast(0xfb), + static_cast(0x3b), + static_cast(0x0b), + static_cast(0xfd), + static_cast(0x56), + static_cast(0xd7), + static_cast(0xfc), + static_cast(0x62), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x59), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x7a), + static_cast(0xfd), + static_cast(0x2c), + static_cast(0x68), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x02), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0x0a), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x80), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x45), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x62), + static_cast(0x37), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x17), + static_cast(0xff), + static_cast(0x96), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xef), + static_cast(0x61), + static_cast(0xff), + static_cast(0x16), + static_cast(0x89), + static_cast(0xff), + static_cast(0x78), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0xab), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xef), + static_cast(0xff), + static_cast(0x76), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x49), + static_cast(0xac), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x07), + static_cast(0x83), + static_cast(0xff), + static_cast(0x01), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x86), + static_cast(0xff), + static_cast(0x29), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x83), + static_cast(0xff), + static_cast(0x95), + static_cast(0x63), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x99), + static_cast(0xff), + static_cast(0x97), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x92), + static_cast(0xff), + static_cast(0xad), + static_cast(0x1c), + static_cast(0x13), + static_cast(0xfc), + static_cast(0x8b), + static_cast(0x20), + static_cast(0x0c), + static_cast(0x96), + static_cast(0x02), + static_cast(0xdc), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x42), + static_cast(0xf5), + static_cast(0x1b), + static_cast(0xc9), + static_cast(0x0e), + static_cast(0x08), + static_cast(0x4b), + static_cast(0x1e), + static_cast(0xf1), + static_cast(0x6b), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0x8e), + static_cast(0x4a), + static_cast(0x0b), + static_cast(0x50), + static_cast(0xc7), + static_cast(0xfc), + static_cast(0x0c), + static_cast(0x90), + static_cast(0xef), + static_cast(0xb1), + static_cast(0xde), + static_cast(0x04), + static_cast(0x0f), + static_cast(0x41), + static_cast(0x07), + static_cast(0x5c), + static_cast(0x1c), + static_cast(0xf8), + static_cast(0x37), + static_cast(0x4c), + static_cast(0xfc), + static_cast(0xe8), + static_cast(0x03), + static_cast(0x02), + static_cast(0xa0), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x43), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x5a), + static_cast(0x02), + static_cast(0x0f), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x12), + static_cast(0xfc), + static_cast(0xc3), + static_cast(0x8d), + static_cast(0x00), + static_cast(0xb0), + static_cast(0xe6), + static_cast(0xfc), + static_cast(0xdb), + static_cast(0xa4), + static_cast(0xfb), + static_cast(0x36), + static_cast(0x0a), + static_cast(0xfd), + static_cast(0x87), + static_cast(0x2a), + static_cast(0xfc), + static_cast(0xef), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x06), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x22), + static_cast(0xfd), + static_cast(0xf6), + static_cast(0x25), + static_cast(0xff), + static_cast(0x41), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0x63), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x22), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x53), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x62), + static_cast(0x53), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x31), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x46), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x53), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x98), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0x84), + static_cast(0xff), + static_cast(0x99), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xae), + static_cast(0x86), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x09), + static_cast(0x66), + static_cast(0xff), + static_cast(0x32), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x40), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xca), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xef), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x62), + static_cast(0x92), + static_cast(0xff), + static_cast(0x17), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x40), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x88), + static_cast(0xff), + static_cast(0x13), + static_cast(0x4e), + static_cast(0x14), + static_cast(0x2b), + static_cast(0x77), + static_cast(0x23), + static_cast(0x91), + static_cast(0xa5), + static_cast(0x01), + static_cast(0xef), + static_cast(0xe7), + static_cast(0xfb), + static_cast(0xd3), + static_cast(0xf3), + static_cast(0x1c), + static_cast(0xab), + static_cast(0x71), + static_cast(0x0c), + static_cast(0x1d), + static_cast(0x03), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xfc), + static_cast(0xcb), + static_cast(0x87), + static_cast(0x0e), + static_cast(0xeb), + static_cast(0xbb), + static_cast(0xfb), + static_cast(0x36), + static_cast(0xda), + static_cast(0xea), + static_cast(0xfb), + static_cast(0x1a), + static_cast(0x05), + static_cast(0x29), + static_cast(0x17), + static_cast(0x0b), + static_cast(0x3b), + static_cast(0x79), + static_cast(0xf8), + static_cast(0x38), + static_cast(0x80), + static_cast(0xf9), + static_cast(0x40), + static_cast(0xe8), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x3b), + static_cast(0x01), + static_cast(0x01), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x06), + static_cast(0xa7), + static_cast(0x01), + static_cast(0x4e), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x70), + static_cast(0xd3), + static_cast(0xfb), + static_cast(0x96), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xa2), + static_cast(0xfd), + static_cast(0x84), + static_cast(0x97), + static_cast(0xfb), + static_cast(0x19), + static_cast(0x8f), + static_cast(0xfc), + static_cast(0x47), + static_cast(0xbf), + static_cast(0xfb), + static_cast(0x77), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x59), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x26), + static_cast(0xfd), + static_cast(0x5b), + static_cast(0x24), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x40), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x1e), + static_cast(0x00), + static_cast(0xc7), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x14), + static_cast(0x53), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x77), + static_cast(0x52), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x78), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x80), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x24), + static_cast(0x20), + static_cast(0xff), + static_cast(0x53), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x53), + static_cast(0xff), + static_cast(0x94), + static_cast(0x84), + static_cast(0xff), + static_cast(0x47), + static_cast(0x43), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x62), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x29), + static_cast(0x05), + static_cast(0x00), + static_cast(0x67), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x68), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xde), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x67), + static_cast(0xc6), + static_cast(0x15), + static_cast(0x99), + static_cast(0x85), + static_cast(0x26), + static_cast(0x84), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x62), + static_cast(0x44), + static_cast(0xf7), + static_cast(0x6b), + static_cast(0x98), + static_cast(0x1c), + static_cast(0xe0), + static_cast(0xc9), + static_cast(0x0f), + static_cast(0x9a), + static_cast(0x73), + static_cast(0xf0), + static_cast(0xbf), + static_cast(0x0f), + static_cast(0xfc), + static_cast(0x7b), + static_cast(0x6c), + static_cast(0x11), + static_cast(0x92), + static_cast(0x5f), + static_cast(0xfb), + static_cast(0x66), + static_cast(0x3b), + static_cast(0xe6), + static_cast(0x49), + static_cast(0x5c), + static_cast(0x04), + static_cast(0x22), + static_cast(0x34), + static_cast(0x0e), + static_cast(0x3a), + static_cast(0x62), + static_cast(0xfa), + static_cast(0x27), + static_cast(0x7e), + static_cast(0xf7), + static_cast(0x76), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x52), + static_cast(0x02), + static_cast(0xd9), + static_cast(0x58), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x43), + static_cast(0x01), + static_cast(0x5a), + static_cast(0x5d), + static_cast(0x00), + static_cast(0xac), + static_cast(0x1f), + static_cast(0xfc), + static_cast(0xc7), + static_cast(0x30), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xef), + static_cast(0xfd), + static_cast(0xc4), + static_cast(0xc7), + static_cast(0xfb), + static_cast(0x43), + static_cast(0xd0), + static_cast(0xfb), + static_cast(0xe0), + static_cast(0xc2), + static_cast(0xfb), + static_cast(0xa8), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0xf8), + static_cast(0xe9), + static_cast(0xfd), + static_cast(0x0a), + static_cast(0x6e), + static_cast(0xfd), + static_cast(0x4d), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x17), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x24), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x76), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x36), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x78), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x70), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x86), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x52), + static_cast(0x50), + static_cast(0xff), + static_cast(0x52), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x91), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x31), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x13), + static_cast(0xff), + static_cast(0x13), + static_cast(0x35), + static_cast(0xff), + static_cast(0x39), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x54), + static_cast(0xff), + static_cast(0x16), + static_cast(0x92), + static_cast(0xff), + static_cast(0x89), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xac), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x81), + static_cast(0x98), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xef), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xa1), + static_cast(0x18), + static_cast(0xa2), + static_cast(0x66), + static_cast(0x29), + static_cast(0x77), + static_cast(0xda), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0xa3), + static_cast(0xf4), + static_cast(0xe5), + static_cast(0x95), + static_cast(0x1c), + static_cast(0x43), + static_cast(0xd3), + static_cast(0x0f), + static_cast(0x3b), + static_cast(0x77), + static_cast(0xf1), + static_cast(0x50), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0xc2), + static_cast(0x21), + static_cast(0x14), + static_cast(0xeb), + static_cast(0xb4), + static_cast(0xf9), + static_cast(0x50), + static_cast(0x97), + static_cast(0xe2), + static_cast(0x6e), + static_cast(0x5a), + static_cast(0x04), + static_cast(0xd1), + static_cast(0x35), + static_cast(0x0f), + static_cast(0x21), + static_cast(0xdd), + static_cast(0xfc), + static_cast(0xa4), + static_cast(0xe5), + static_cast(0xf6), + static_cast(0x7a), + static_cast(0xa4), + static_cast(0xfb), + static_cast(0x3d), + static_cast(0x82), + static_cast(0x02), + static_cast(0x3e), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x77), + static_cast(0xf8), + static_cast(0x01), + static_cast(0xb6), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x54), + static_cast(0x8c), + static_cast(0xfc), + static_cast(0xf6), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xcf), + static_cast(0x43), + static_cast(0xfc), + static_cast(0x64), + static_cast(0x85), + static_cast(0xfb), + static_cast(0x9b), + static_cast(0x3f), + static_cast(0xfb), + static_cast(0x1a), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0x3f), + static_cast(0xb7), + static_cast(0xfd), + static_cast(0x3c), + static_cast(0x2d), + static_cast(0xfd), + static_cast(0xd4), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x17), + static_cast(0x40), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x87), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x87), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x17), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x23), + static_cast(0x11), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0x97), + static_cast(0xff), + static_cast(0x64), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x37), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x44), + static_cast(0xff), + static_cast(0x53), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x87), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x93), + static_cast(0xff), + static_cast(0x91), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x11), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x62), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x78), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x74), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xac), + static_cast(0xff), + static_cast(0x81), + static_cast(0x98), + static_cast(0xff), + static_cast(0x88), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x77), + static_cast(0x13), + static_cast(0x00), + static_cast(0x86), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x43), + static_cast(0x93), + static_cast(0x1b), + static_cast(0xdc), + static_cast(0x6c), + static_cast(0x2c), + static_cast(0x7d), + static_cast(0xa8), + static_cast(0xfa), + static_cast(0x8c), + static_cast(0x57), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0x1c), + static_cast(0x5f), + static_cast(0x3c), + static_cast(0x0e), + static_cast(0xb6), + static_cast(0x30), + static_cast(0xf2), + static_cast(0x41), + static_cast(0xad), + static_cast(0x00), + static_cast(0x79), + static_cast(0x90), + static_cast(0x16), + static_cast(0x17), + static_cast(0xec), + static_cast(0xf7), + static_cast(0x6a), + static_cast(0x9c), + static_cast(0xdf), + static_cast(0x7d), + static_cast(0x08), + static_cast(0x04), + static_cast(0xd3), + static_cast(0x0d), + static_cast(0x0f), + static_cast(0x3a), + static_cast(0x43), + static_cast(0xff), + static_cast(0x36), + static_cast(0x5a), + static_cast(0xf7), + static_cast(0x68), + static_cast(0x01), + static_cast(0xf9), + static_cast(0x8a), + static_cast(0xcb), + static_cast(0x01), + static_cast(0xd3), + static_cast(0xdb), + static_cast(0x00), + static_cast(0x41), + static_cast(0x5a), + static_cast(0x03), + static_cast(0x98), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xbb), + static_cast(0xfc), + static_cast(0xb4), + static_cast(0x09), + static_cast(0xff), + static_cast(0x14), + static_cast(0x98), + static_cast(0xfb), + static_cast(0xb5), + static_cast(0x17), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0x1a), + static_cast(0xfb), + static_cast(0x77), + static_cast(0xb5), + static_cast(0xfa), + static_cast(0x20), + static_cast(0x45), + static_cast(0xfe), + static_cast(0x60), + static_cast(0xc5), + static_cast(0xfc), + static_cast(0xef), + static_cast(0x27), + static_cast(0xfd), + static_cast(0x6c), + static_cast(0x80), + static_cast(0xff), + static_cast(0x20), + static_cast(0x09), + static_cast(0x00), + static_cast(0xe4), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x17), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x72), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x94), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x72), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x64), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x80), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x16), + static_cast(0x89), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x72), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x45), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x61), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x46), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x17), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x60), + static_cast(0xff), + static_cast(0x73), + static_cast(0x55), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x99), + static_cast(0xff), + static_cast(0x39), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x96), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x93), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x84), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x51), + static_cast(0x14), + static_cast(0x00), + static_cast(0xbb), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x44), + static_cast(0x1d), + static_cast(0x62), + static_cast(0x05), + static_cast(0x30), + static_cast(0xbe), + static_cast(0x5f), + static_cast(0xf9), + static_cast(0xbf), + static_cast(0xd3), + static_cast(0xee), + static_cast(0xb6), + static_cast(0x01), + static_cast(0x1d), + static_cast(0x37), + static_cast(0xc1), + static_cast(0x0c), + static_cast(0x1f), + static_cast(0x1d), + static_cast(0xf2), + static_cast(0xb2), + static_cast(0xdd), + static_cast(0x03), + static_cast(0xbd), + static_cast(0xc8), + static_cast(0x18), + static_cast(0xa7), + static_cast(0x3c), + static_cast(0xf8), + static_cast(0x1d), + static_cast(0x96), + static_cast(0xdc), + static_cast(0x0f), + static_cast(0x6e), + static_cast(0x02), + static_cast(0x49), + static_cast(0x51), + static_cast(0x0f), + static_cast(0x8e), + static_cast(0xce), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xf1), + static_cast(0xf8), + static_cast(0x67), + static_cast(0x0c), + static_cast(0xf7), + static_cast(0xef), + static_cast(0x64), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xe8), + static_cast(0x00), + static_cast(0x57), + static_cast(0xe7), + static_cast(0x04), + static_cast(0xf5), + static_cast(0xf1), + static_cast(0x00), + static_cast(0xac), + static_cast(0x1f), + static_cast(0xfc), + static_cast(0x41), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xb1), + static_cast(0xfa), + static_cast(0x73), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0x81), + static_cast(0x4f), + static_cast(0xfb), + static_cast(0xf4), + static_cast(0x70), + static_cast(0xfa), + static_cast(0x8e), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x18), + static_cast(0xfc), + static_cast(0xd9), + static_cast(0x9a), + static_cast(0xfd), + static_cast(0xd1), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x56), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x34), + static_cast(0xfd), + static_cast(0x56), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x68), + static_cast(0x20), + static_cast(0xff), + static_cast(0x23), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x01), + static_cast(0xee), + static_cast(0xfd), + static_cast(0xe4), + static_cast(0x89), + static_cast(0xfe), + static_cast(0xac), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x12), + static_cast(0xff), + static_cast(0x48), + static_cast(0x07), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x74), + static_cast(0xff), + static_cast(0x59), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x03), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0x74), + static_cast(0xac), + static_cast(0xff), + static_cast(0x93), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x08), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xba), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0x47), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x45), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x95), + static_cast(0xff), + static_cast(0x36), + static_cast(0x39), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x35), + static_cast(0xff), + static_cast(0x78), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x85), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x94), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x08), + static_cast(0x00), + static_cast(0xa8), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xde), + static_cast(0xdd), + static_cast(0x21), + static_cast(0xb0), + static_cast(0xc9), + static_cast(0x33), + static_cast(0x11), + static_cast(0xca), + static_cast(0xf3), + static_cast(0x01), + static_cast(0x1d), + static_cast(0xec), + static_cast(0x97), + static_cast(0x52), + static_cast(0x1e), + static_cast(0xf6), + static_cast(0xde), + static_cast(0x0a), + static_cast(0x17), + static_cast(0x94), + static_cast(0xf2), + static_cast(0x0f), + static_cast(0x46), + static_cast(0x06), + static_cast(0x05), + static_cast(0xb7), + static_cast(0x19), + static_cast(0x50), + static_cast(0xbf), + static_cast(0xf6), + static_cast(0x28), + static_cast(0x0c), + static_cast(0xdc), + static_cast(0x2a), + static_cast(0xc8), + static_cast(0x02), + static_cast(0x6c), + static_cast(0x40), + static_cast(0x0e), + static_cast(0x34), + static_cast(0x18), + static_cast(0x01), + static_cast(0x5d), + static_cast(0x43), + static_cast(0xf9), + static_cast(0x88), + static_cast(0x4b), + static_cast(0xf7), + static_cast(0xb8), + static_cast(0x37), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x20), + static_cast(0x00), + static_cast(0x87), + static_cast(0x14), + static_cast(0x07), + static_cast(0x2c), + static_cast(0x10), + static_cast(0x01), + static_cast(0x3b), + static_cast(0x1d), + static_cast(0xfb), + static_cast(0x4d), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xcb), + static_cast(0xfa), + static_cast(0x7a), + static_cast(0x14), + static_cast(0xfd), + static_cast(0x70), + static_cast(0x2a), + static_cast(0xfb), + static_cast(0x72), + static_cast(0xbc), + static_cast(0xfa), + static_cast(0xd8), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0x37), + static_cast(0x7b), + static_cast(0xfc), + static_cast(0x02), + static_cast(0xd6), + static_cast(0xfd), + static_cast(0x89), + static_cast(0xba), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xcf), + static_cast(0x00), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0xa9), + static_cast(0xfc), + static_cast(0x80), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x91), + static_cast(0xff), + static_cast(0xca), + static_cast(0x09), + static_cast(0xff), + static_cast(0x18), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x66), + static_cast(0xfd), + static_cast(0x51), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x54), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x82), + static_cast(0x18), + static_cast(0x00), + static_cast(0x35), + static_cast(0x21), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x02), + static_cast(0xff), + static_cast(0x81), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x06), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xee), + static_cast(0x98), + static_cast(0xff), + static_cast(0x23), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x04), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x02), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x92), + static_cast(0x32), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x67), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x32), + static_cast(0x97), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x65), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x50), + static_cast(0x55), + static_cast(0x23), + static_cast(0x2d), + static_cast(0xb8), + static_cast(0x38), + static_cast(0xa0), + static_cast(0x1d), + static_cast(0xf3), + static_cast(0xb8), + static_cast(0xb8), + static_cast(0xe5), + static_cast(0x06), + static_cast(0xdd), + static_cast(0x1e), + static_cast(0xd7), + static_cast(0xc1), + static_cast(0x0b), + static_cast(0x2a), + static_cast(0xf2), + static_cast(0xf1), + static_cast(0x98), + static_cast(0xf0), + static_cast(0x06), + static_cast(0xf0), + static_cast(0xc9), + static_cast(0x19), + static_cast(0xd0), + static_cast(0x0a), + static_cast(0xfa), + static_cast(0x79), + static_cast(0xb6), + static_cast(0xda), + static_cast(0x1b), + static_cast(0x07), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x7d), + static_cast(0x0f), + static_cast(0x37), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x03), + static_cast(0xd0), + static_cast(0xf9), + static_cast(0xb7), + static_cast(0x0b), + static_cast(0xf8), + static_cast(0x31), + static_cast(0x55), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x1e), + static_cast(0x08), + static_cast(0x8b), + static_cast(0xe3), + static_cast(0x02), + static_cast(0xf9), + static_cast(0x1c), + static_cast(0xf9), + static_cast(0x02), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x05), + static_cast(0x9d), + static_cast(0xfb), + static_cast(0xf7), + static_cast(0xd4), + static_cast(0xfb), + static_cast(0x1a), + static_cast(0xd0), + static_cast(0xfb), + static_cast(0xfa), + static_cast(0xb3), + static_cast(0xfa), + static_cast(0xb8), + static_cast(0xad), + static_cast(0xfd), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x51), + static_cast(0xdb), + static_cast(0xfd), + static_cast(0x21), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x71), + static_cast(0xe0), + static_cast(0x00), + static_cast(0xff), + static_cast(0x88), + static_cast(0xfd), + static_cast(0x06), + static_cast(0x61), + static_cast(0xfc), + static_cast(0x89), + static_cast(0x03), + static_cast(0x00), + static_cast(0x11), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x49), + static_cast(0xfd), + static_cast(0x5b), + static_cast(0x24), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0x91), + static_cast(0xff), + static_cast(0x11), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x02), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x56), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x22), + static_cast(0xff), + static_cast(0x73), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x79), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x18), + static_cast(0xff), + static_cast(0x98), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xae), + static_cast(0xff), + static_cast(0x97), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x27), + static_cast(0xff), + static_cast(0x53), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x62), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x71), + static_cast(0x91), + static_cast(0xff), + static_cast(0x00), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x39), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x99), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x32), + static_cast(0x85), + static_cast(0x28), + static_cast(0xf7), + static_cast(0x7a), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xec), + static_cast(0xcd), + static_cast(0x67), + static_cast(0xe5), + static_cast(0x56), + static_cast(0x89), + static_cast(0x20), + static_cast(0x35), + static_cast(0x8c), + static_cast(0x08), + static_cast(0x46), + static_cast(0xed), + static_cast(0xf1), + static_cast(0x2b), + static_cast(0x07), + static_cast(0x08), + static_cast(0x32), + static_cast(0xe0), + static_cast(0x1a), + static_cast(0xa5), + static_cast(0x1c), + static_cast(0xfa), + static_cast(0xa7), + static_cast(0x42), + static_cast(0xda), + static_cast(0x74), + static_cast(0x18), + static_cast(0x00), + static_cast(0x12), + static_cast(0x41), + static_cast(0x0f), + static_cast(0x26), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x50), + static_cast(0x1f), + static_cast(0xf9), + static_cast(0xce), + static_cast(0x1c), + static_cast(0xfa), + static_cast(0xab), + static_cast(0xa4), + static_cast(0xfd), + static_cast(0x9e), + static_cast(0xa2), + static_cast(0xfc), + static_cast(0x4c), + static_cast(0xa3), + static_cast(0x09), + static_cast(0x5f), + static_cast(0x14), + static_cast(0x03), + static_cast(0x23), + static_cast(0x78), + static_cast(0xf8), + static_cast(0x22), + static_cast(0x01), + static_cast(0x00), + static_cast(0x0c), + static_cast(0xf4), + static_cast(0xfb), + static_cast(0xb7), + static_cast(0x1e), + static_cast(0xfb), + static_cast(0x50), + static_cast(0x38), + static_cast(0xfc), + static_cast(0xb5), + static_cast(0x31), + static_cast(0xfb), + static_cast(0x02), + static_cast(0x20), + static_cast(0xfd), + static_cast(0x33), + static_cast(0x88), + static_cast(0xfd), + static_cast(0xf0), + static_cast(0x07), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x87), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x09), + static_cast(0xfd), + static_cast(0x02), + static_cast(0x8c), + static_cast(0xfc), + static_cast(0xa7), + static_cast(0xad), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x69), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xeb), + static_cast(0xfd), + static_cast(0x4e), + static_cast(0x08), + static_cast(0xff), + static_cast(0x72), + static_cast(0x30), + static_cast(0xfd), + static_cast(0xba), + static_cast(0xb4), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x62), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x94), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x92), + static_cast(0xad), + static_cast(0xff), + static_cast(0x02), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xe4), + static_cast(0x58), + static_cast(0xff), + static_cast(0x08), + static_cast(0x05), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x44), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x78), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x67), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x56), + static_cast(0xff), + static_cast(0x20), + static_cast(0x29), + static_cast(0xff), + static_cast(0xea), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x60), + static_cast(0x82), + static_cast(0xff), + static_cast(0xba), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x45), + static_cast(0x2a), + static_cast(0x8e), + static_cast(0xb0), + static_cast(0x3e), + static_cast(0x26), + static_cast(0x8f), + static_cast(0xeb), + static_cast(0xa4), + static_cast(0xbe), + static_cast(0xe2), + static_cast(0x2b), + static_cast(0xd2), + static_cast(0x20), + static_cast(0xb4), + static_cast(0x70), + static_cast(0x07), + static_cast(0x9d), + static_cast(0xb6), + static_cast(0xf0), + static_cast(0x2f), + static_cast(0x10), + static_cast(0x07), + static_cast(0x55), + static_cast(0xcb), + static_cast(0x1b), + static_cast(0x04), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x02), + static_cast(0xd9), + static_cast(0x76), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0x73), + static_cast(0xe9), + static_cast(0x0f), + static_cast(0x4c), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x99), + static_cast(0x40), + static_cast(0xf9), + static_cast(0x48), + static_cast(0x3f), + static_cast(0xfb), + static_cast(0x4d), + static_cast(0x3a), + static_cast(0xfd), + static_cast(0xb0), + static_cast(0x9e), + static_cast(0xfa), + static_cast(0xe8), + static_cast(0x50), + static_cast(0x09), + static_cast(0xa6), + static_cast(0x88), + static_cast(0x04), + static_cast(0xac), + static_cast(0x30), + static_cast(0xf8), + static_cast(0xf9), + static_cast(0x16), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x78), + static_cast(0xfc), + static_cast(0x79), + static_cast(0xd7), + static_cast(0xfa), + static_cast(0x2f), + static_cast(0x91), + static_cast(0xfc), + static_cast(0xc2), + static_cast(0x41), + static_cast(0xfb), + static_cast(0x28), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0xa1), + static_cast(0xbe), + static_cast(0xfd), + static_cast(0xaf), + static_cast(0x40), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x37), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x64), + static_cast(0x00), + static_cast(0x13), + static_cast(0xfc), + static_cast(0xfc), + static_cast(0x94), + static_cast(0xaa), + static_cast(0xfc), + static_cast(0x9a), + static_cast(0xb8), + static_cast(0x00), + static_cast(0x9c), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x8c), + static_cast(0xfd), + static_cast(0xe4), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x67), + static_cast(0x1c), + static_cast(0xfd), + static_cast(0x72), + static_cast(0x6d), + static_cast(0xfd), + static_cast(0x77), + static_cast(0x40), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x39), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xba), + static_cast(0x30), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x43), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x40), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x88), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x94), + static_cast(0x60), + static_cast(0xff), + static_cast(0x25), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0x37), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x51), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x47), + static_cast(0xff), + static_cast(0x50), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xab), + static_cast(0x70), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x71), + static_cast(0x89), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xbd), + static_cast(0x2b), + static_cast(0x96), + static_cast(0x17), + static_cast(0x41), + static_cast(0x27), + static_cast(0x43), + static_cast(0xeb), + static_cast(0xad), + static_cast(0x78), + static_cast(0xe1), + static_cast(0x24), + static_cast(0x7d), + static_cast(0x20), + static_cast(0x24), + static_cast(0x41), + static_cast(0x06), + static_cast(0x07), + static_cast(0x35), + static_cast(0xef), + static_cast(0xf3), + static_cast(0xe9), + static_cast(0x04), + static_cast(0x4a), + static_cast(0x35), + static_cast(0x1d), + static_cast(0xdf), + static_cast(0x32), + static_cast(0x02), + static_cast(0x24), + static_cast(0x07), + static_cast(0xd8), + static_cast(0xd6), + static_cast(0xbe), + static_cast(0xfb), + static_cast(0x5b), + static_cast(0x82), + static_cast(0x0f), + static_cast(0x6c), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x3f), + static_cast(0xfa), + static_cast(0x62), + static_cast(0x88), + static_cast(0xfb), + static_cast(0x11), + static_cast(0xf4), + static_cast(0xfc), + static_cast(0x48), + static_cast(0x3d), + static_cast(0xf9), + static_cast(0x41), + static_cast(0x1d), + static_cast(0x08), + static_cast(0xb9), + static_cast(0x9f), + static_cast(0x05), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xb3), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xcd), + static_cast(0xfc), + static_cast(0xb3), + static_cast(0xc6), + static_cast(0xfb), + static_cast(0x1f), + static_cast(0x32), + static_cast(0xfc), + static_cast(0xc7), + static_cast(0x12), + static_cast(0xfb), + static_cast(0xce), + static_cast(0x2d), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x8c), + static_cast(0xfd), + static_cast(0x2a), + static_cast(0x89), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x61), + static_cast(0xfd), + static_cast(0xb3), + static_cast(0x7f), + static_cast(0xfc), + static_cast(0x15), + static_cast(0x03), + static_cast(0x00), + static_cast(0x05), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0x8f), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x43), + static_cast(0xfd), + static_cast(0x81), + static_cast(0x9e), + static_cast(0xfd), + static_cast(0x21), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x57), + static_cast(0xff), + static_cast(0x23), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xc8), + static_cast(0x55), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x99), + static_cast(0xff), + static_cast(0x97), + static_cast(0x85), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x09), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x41), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x91), + static_cast(0x58), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x80), + static_cast(0x72), + static_cast(0xff), + static_cast(0x41), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x50), + static_cast(0x1f), + static_cast(0x2b), + static_cast(0x02), + static_cast(0x60), + static_cast(0x43), + static_cast(0x91), + static_cast(0x61), + static_cast(0xee), + static_cast(0x74), + static_cast(0x97), + static_cast(0xdf), + static_cast(0x56), + static_cast(0x48), + static_cast(0x1f), + static_cast(0x55), + static_cast(0x88), + static_cast(0x06), + static_cast(0x61), + static_cast(0x03), + static_cast(0xed), + static_cast(0xb7), + static_cast(0x81), + static_cast(0x01), + static_cast(0xd4), + static_cast(0x1e), + static_cast(0x1e), + static_cast(0x91), + static_cast(0xbd), + static_cast(0x07), + static_cast(0x4a), + static_cast(0x05), + static_cast(0xd8), + static_cast(0x6a), + static_cast(0x1a), + static_cast(0xf9), + static_cast(0x29), + static_cast(0x7a), + static_cast(0x0e), + static_cast(0x2b), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x6a), + static_cast(0xfc), + static_cast(0xa3), + static_cast(0xf6), + static_cast(0xfa), + static_cast(0x6f), + static_cast(0x68), + static_cast(0xfc), + static_cast(0x14), + static_cast(0xbf), + static_cast(0xf8), + static_cast(0x9d), + static_cast(0x0f), + static_cast(0x06), + static_cast(0xe2), + static_cast(0x88), + static_cast(0x06), + static_cast(0x41), + static_cast(0x99), + static_cast(0xfa), + static_cast(0xfb), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xda), + static_cast(0xc3), + static_cast(0xfc), + static_cast(0xc8), + static_cast(0x93), + static_cast(0xfd), + static_cast(0x42), + static_cast(0xd1), + static_cast(0xfb), + static_cast(0x9e), + static_cast(0x60), + static_cast(0xfa), + static_cast(0x20), + static_cast(0x48), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x03), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x60), + static_cast(0xff), + static_cast(0x77), + static_cast(0xb6), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0xce), + static_cast(0xfb), + static_cast(0xe6), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0xbf), + static_cast(0xfd), + static_cast(0xa0), + static_cast(0x07), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x74), + static_cast(0xfd), + static_cast(0xa8), + static_cast(0xa4), + static_cast(0xfd), + static_cast(0xb3), + static_cast(0x55), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x69), + static_cast(0x69), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x96), + static_cast(0xff), + static_cast(0x47), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x60), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x33), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x58), + static_cast(0xff), + static_cast(0x54), + static_cast(0xda), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x49), + static_cast(0xff), + static_cast(0x72), + static_cast(0x58), + static_cast(0xff), + static_cast(0x36), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x67), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x82), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x34), + static_cast(0x50), + static_cast(0x2a), + static_cast(0x1a), + static_cast(0x71), + static_cast(0x44), + static_cast(0x42), + static_cast(0xe8), + static_cast(0xf1), + static_cast(0xa2), + static_cast(0xef), + static_cast(0xdf), + static_cast(0xfd), + static_cast(0xd4), + static_cast(0x1d), + static_cast(0xd1), + static_cast(0x0c), + static_cast(0x06), + static_cast(0x08), + static_cast(0x8b), + static_cast(0xea), + static_cast(0xd1), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0xc4), + static_cast(0xef), + static_cast(0x1e), + static_cast(0xf1), + static_cast(0x53), + static_cast(0x0c), + static_cast(0xa5), + static_cast(0x3d), + static_cast(0xd9), + static_cast(0x29), + static_cast(0x03), + static_cast(0xf7), + static_cast(0x34), + static_cast(0x41), + static_cast(0x0c), + static_cast(0x23), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x36), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x2b), + static_cast(0xfa), + static_cast(0x91), + static_cast(0x0c), + static_cast(0xfb), + static_cast(0x8b), + static_cast(0x26), + static_cast(0xf9), + static_cast(0xf7), + static_cast(0x9d), + static_cast(0x04), + static_cast(0x81), + static_cast(0xe5), + static_cast(0x05), + static_cast(0xed), + static_cast(0xc1), + static_cast(0xfc), + static_cast(0xd0), + static_cast(0x14), + static_cast(0x00), + static_cast(0x59), + static_cast(0xca), + static_cast(0xfb), + static_cast(0x5d), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x3b), + static_cast(0xfc), + static_cast(0x91), + static_cast(0x39), + static_cast(0xf9), + static_cast(0xc0), + static_cast(0x88), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x7e), + static_cast(0xfc), + static_cast(0x59), + static_cast(0x28), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x23), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x8f), + static_cast(0xfd), + static_cast(0x0d), + static_cast(0x5b), + static_cast(0xfc), + static_cast(0xf2), + static_cast(0x72), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xde), + static_cast(0xfd), + static_cast(0xf3), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xde), + static_cast(0x08), + static_cast(0xfd), + static_cast(0xd7), + static_cast(0xf6), + static_cast(0xfd), + static_cast(0xca), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x50), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x91), + static_cast(0x00), + static_cast(0x12), + static_cast(0x68), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x68), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x93), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x13), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x62), + static_cast(0xff), + static_cast(0x47), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x36), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x76), + static_cast(0x62), + static_cast(0xff), + static_cast(0x61), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x51), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x49), + static_cast(0xad), + static_cast(0xff), + static_cast(0x58), + static_cast(0x30), + static_cast(0x29), + static_cast(0xf6), + static_cast(0xac), + static_cast(0x44), + static_cast(0xf6), + static_cast(0xd8), + static_cast(0xf5), + static_cast(0x5e), + static_cast(0x4b), + static_cast(0xe1), + static_cast(0xe0), + static_cast(0x21), + static_cast(0x1c), + static_cast(0x9f), + static_cast(0x7b), + static_cast(0x05), + static_cast(0x17), + static_cast(0x7f), + static_cast(0xe8), + static_cast(0x87), + static_cast(0x5d), + static_cast(0xfa), + static_cast(0x86), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x61), + static_cast(0x39), + static_cast(0x10), + static_cast(0x79), + static_cast(0x42), + static_cast(0xdc), + static_cast(0xa4), + static_cast(0xfb), + static_cast(0xf4), + static_cast(0xe5), + static_cast(0x7f), + static_cast(0x09), + static_cast(0xc5), + static_cast(0x60), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xdb), + static_cast(0x01), + static_cast(0x41), + static_cast(0x7a), + static_cast(0xf9), + static_cast(0x8d), + static_cast(0x65), + static_cast(0xf9), + static_cast(0xa0), + static_cast(0x4d), + static_cast(0xfa), + static_cast(0x65), + static_cast(0x63), + static_cast(0x03), + static_cast(0xbf), + static_cast(0x0a), + static_cast(0x04), + static_cast(0x5c), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0xcd), + static_cast(0x01), + static_cast(0x2a), + static_cast(0xa0), + static_cast(0xfa), + static_cast(0xa5), + static_cast(0xc0), + static_cast(0x00), + static_cast(0xfd), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0x43), + static_cast(0x1a), + static_cast(0xf8), + static_cast(0x36), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xf2), + static_cast(0xfc), + static_cast(0x2e), + static_cast(0x1b), + static_cast(0xfd), + static_cast(0x8c), + static_cast(0x27), + static_cast(0xfd), + static_cast(0xf5), + static_cast(0x39), + static_cast(0xfd), + static_cast(0xb9), + static_cast(0x22), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x9d), + static_cast(0xfc), + static_cast(0x6b), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x76), + static_cast(0xb8), + static_cast(0xfd), + static_cast(0x8d), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x96), + static_cast(0xde), + static_cast(0xfc), + static_cast(0x1f), + static_cast(0xb8), + static_cast(0xfd), + static_cast(0x9e), + static_cast(0xcc), + static_cast(0xfd), + static_cast(0x0f), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x66), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xa7), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xda), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0xba), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x15), + static_cast(0xff), + static_cast(0x60), + static_cast(0x44), + static_cast(0xff), + static_cast(0x76), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x03), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x26), + static_cast(0x48), + static_cast(0xff), + static_cast(0xba), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x49), + static_cast(0x35), + static_cast(0xff), + static_cast(0x83), + static_cast(0x70), + static_cast(0xff), + static_cast(0x70), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x67), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x4b), + static_cast(0x27), + static_cast(0x38), + static_cast(0xeb), + static_cast(0x43), + static_cast(0xb1), + static_cast(0x95), + static_cast(0xfa), + static_cast(0xe3), + static_cast(0x2b), + static_cast(0xe4), + static_cast(0xa5), + static_cast(0xcc), + static_cast(0x1a), + static_cast(0xb4), + static_cast(0x34), + static_cast(0x04), + static_cast(0xa0), + static_cast(0x68), + static_cast(0xe6), + static_cast(0xb8), + static_cast(0x0a), + static_cast(0xf7), + static_cast(0x62), + static_cast(0x9e), + static_cast(0x1b), + static_cast(0xe5), + static_cast(0x5c), + static_cast(0x14), + static_cast(0x3b), + static_cast(0x72), + static_cast(0xe0), + static_cast(0x2f), + static_cast(0x1c), + static_cast(0xf2), + static_cast(0x28), + static_cast(0x2d), + static_cast(0x07), + static_cast(0x68), + static_cast(0xca), + static_cast(0xff), + static_cast(0x49), + static_cast(0xda), + static_cast(0x03), + static_cast(0xd0), + static_cast(0x91), + static_cast(0xf9), + static_cast(0x6f), + static_cast(0xef), + static_cast(0xf7), + static_cast(0xa7), + static_cast(0x67), + static_cast(0xfb), + static_cast(0x84), + static_cast(0x62), + static_cast(0x02), + static_cast(0xfa), + static_cast(0xfc), + static_cast(0x01), + static_cast(0x3f), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x04), + static_cast(0x41), + static_cast(0x04), + static_cast(0x82), + static_cast(0x57), + static_cast(0xfa), + static_cast(0xd1), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x64), + static_cast(0x80), + static_cast(0x00), + static_cast(0x44), + static_cast(0xf1), + static_cast(0xf7), + static_cast(0x05), + static_cast(0x25), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x8e), + static_cast(0xfd), + static_cast(0xe9), + static_cast(0x18), + static_cast(0xfb), + static_cast(0xaa), + static_cast(0x2f), + static_cast(0xfc), + static_cast(0xf1), + static_cast(0x6f), + static_cast(0xfd), + static_cast(0xdb), + static_cast(0x89), + static_cast(0xfd), + static_cast(0x93), + static_cast(0x57), + static_cast(0xfd), + static_cast(0xbf), + static_cast(0x04), + static_cast(0x00), + static_cast(0x03), + static_cast(0x3d), + static_cast(0xfd), + static_cast(0x45), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0xda), + static_cast(0x00), + static_cast(0x28), + static_cast(0xa4), + static_cast(0xfc), + static_cast(0xc2), + static_cast(0xca), + static_cast(0xfc), + static_cast(0x90), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x60), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xbe), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x30), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x46), + static_cast(0x22), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x83), + static_cast(0xff), + static_cast(0x43), + static_cast(0x76), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x45), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x75), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x42), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x58), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x47), + static_cast(0xff), + static_cast(0x15), + static_cast(0x38), + static_cast(0xff), + static_cast(0x26), + static_cast(0x37), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x61), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x52), + static_cast(0x26), + static_cast(0xe8), + static_cast(0xd6), + static_cast(0x42), + static_cast(0x75), + static_cast(0xb6), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0xd1), + static_cast(0xe7), + static_cast(0xe4), + static_cast(0x21), + static_cast(0x19), + static_cast(0xd7), + static_cast(0xd3), + static_cast(0x02), + static_cast(0x79), + static_cast(0xfc), + static_cast(0xe6), + static_cast(0x41), + static_cast(0x39), + static_cast(0xf3), + static_cast(0x98), + static_cast(0xf9), + static_cast(0x16), + static_cast(0xb5), + static_cast(0xfa), + static_cast(0x17), + static_cast(0xf0), + static_cast(0x24), + static_cast(0xe5), + static_cast(0x2f), + static_cast(0x1b), + static_cast(0xf0), + static_cast(0xdb), + static_cast(0xc1), + static_cast(0x05), + static_cast(0xf7), + static_cast(0x88), + static_cast(0xff), + static_cast(0x60), + static_cast(0x2b), + static_cast(0x04), + static_cast(0x48), + static_cast(0x2d), + static_cast(0xfb), + static_cast(0xc4), + static_cast(0x5e), + static_cast(0xf7), + static_cast(0xb8), + static_cast(0xc4), + static_cast(0xfb), + static_cast(0x8b), + static_cast(0x29), + static_cast(0x02), + static_cast(0xac), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x83), + static_cast(0x49), + static_cast(0x00), + static_cast(0x31), + static_cast(0xcb), + static_cast(0x06), + static_cast(0x17), + static_cast(0x1f), + static_cast(0xfb), + static_cast(0x5a), + static_cast(0x63), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xca), + static_cast(0x01), + static_cast(0xfd), + static_cast(0x74), + static_cast(0xf9), + static_cast(0x79), + static_cast(0x79), + static_cast(0xfd), + static_cast(0x50), + static_cast(0xb0), + static_cast(0xfc), + static_cast(0x90), + static_cast(0x73), + static_cast(0xfb), + static_cast(0x77), + static_cast(0x0f), + static_cast(0xfb), + static_cast(0x7c), + static_cast(0xbb), + static_cast(0xfc), + static_cast(0x34), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x1c), + static_cast(0x01), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xbf), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xe7), + static_cast(0x00), + static_cast(0x4f), + static_cast(0xf4), + static_cast(0xfc), + static_cast(0xca), + static_cast(0xb9), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0x4f), + static_cast(0x70), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x04), + static_cast(0xff), + static_cast(0xea), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x58), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x35), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x53), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x51), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x76), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x49), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x44), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x84), + static_cast(0xff), + static_cast(0x69), + static_cast(0x55), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x71), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xca), + static_cast(0x97), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xae), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xf4), + static_cast(0x25), + static_cast(0xf6), + static_cast(0xf4), + static_cast(0x41), + static_cast(0x04), + static_cast(0x59), + static_cast(0xff), + static_cast(0x17), + static_cast(0x2f), + static_cast(0xeb), + static_cast(0xd1), + static_cast(0x0b), + static_cast(0x18), + static_cast(0x64), + static_cast(0xa4), + static_cast(0x00), + static_cast(0x23), + static_cast(0x9d), + static_cast(0xe8), + static_cast(0xb3), + static_cast(0xc9), + static_cast(0xf0), + static_cast(0x79), + static_cast(0x52), + static_cast(0x10), + static_cast(0xe9), + static_cast(0x2f), + static_cast(0x1a), + static_cast(0x56), + static_cast(0xaa), + static_cast(0xea), + static_cast(0x12), + static_cast(0x73), + static_cast(0xee), + static_cast(0x9f), + static_cast(0xbf), + static_cast(0x04), + static_cast(0x51), + static_cast(0x50), + static_cast(0xff), + static_cast(0x69), + static_cast(0x2e), + static_cast(0x03), + static_cast(0x6b), + static_cast(0x22), + static_cast(0xfd), + static_cast(0x50), + static_cast(0x33), + static_cast(0xf8), + static_cast(0xae), + static_cast(0x7a), + static_cast(0xfb), + static_cast(0xdc), + static_cast(0xb6), + static_cast(0x01), + static_cast(0xa6), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x23), + static_cast(0x08), + static_cast(0x37), + static_cast(0xab), + static_cast(0xfc), + static_cast(0x4a), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x35), + static_cast(0xeb), + static_cast(0x01), + static_cast(0x6f), + static_cast(0x0f), + static_cast(0xfa), + static_cast(0x95), + static_cast(0x45), + static_cast(0xfc), + static_cast(0xa2), + static_cast(0x72), + static_cast(0xfc), + static_cast(0xb7), + static_cast(0x05), + static_cast(0xfc), + static_cast(0xe1), + static_cast(0x68), + static_cast(0xfa), + static_cast(0x86), + static_cast(0x1e), + static_cast(0xfc), + static_cast(0x16), + static_cast(0xd4), + static_cast(0xfd), + static_cast(0x7b), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xcc), + static_cast(0x01), + static_cast(0x19), + static_cast(0xc7), + static_cast(0xfc), + static_cast(0x4d), + static_cast(0x7d), + static_cast(0xfd), + static_cast(0x45), + static_cast(0x83), + static_cast(0x00), + static_cast(0xf9), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0xb2), + static_cast(0xb6), + static_cast(0xfc), + static_cast(0xed), + static_cast(0x69), + static_cast(0xfc), + static_cast(0x27), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x58), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x09), + static_cast(0x5f), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x28), + static_cast(0xff), + static_cast(0x03), + static_cast(0x33), + static_cast(0x00), + static_cast(0x00), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x25), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x36), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x36), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x11), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xac), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x96), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x70), + static_cast(0x75), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x71), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x42), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xcc), + static_cast(0x24), + static_cast(0x63), + static_cast(0x28), + static_cast(0x41), + static_cast(0xf0), + static_cast(0xb5), + static_cast(0x01), + static_cast(0x13), + static_cast(0x8c), + static_cast(0xed), + static_cast(0xdf), + static_cast(0xdd), + static_cast(0x17), + static_cast(0xe6), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x4e), + static_cast(0xe9), + static_cast(0xb5), + static_cast(0x30), + static_cast(0xf0), + static_cast(0x26), + static_cast(0xbb), + static_cast(0x08), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0xa5), + static_cast(0x8b), + static_cast(0xf1), + static_cast(0x16), + static_cast(0x64), + static_cast(0xec), + static_cast(0x0c), + static_cast(0x91), + static_cast(0x03), + static_cast(0xef), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x36), + static_cast(0x99), + static_cast(0x01), + static_cast(0x21), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0xac), + static_cast(0xfa), + static_cast(0x16), + static_cast(0xa6), + static_cast(0xfa), + static_cast(0xed), + static_cast(0xd7), + static_cast(0x00), + static_cast(0x33), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xa5), + static_cast(0xfd), + static_cast(0xe2), + static_cast(0x6a), + static_cast(0x08), + static_cast(0x88), + static_cast(0x74), + static_cast(0xff), + static_cast(0x37), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0x56), + static_cast(0x3e), + static_cast(0x01), + static_cast(0xc4), + static_cast(0xd0), + static_cast(0xfa), + static_cast(0x83), + static_cast(0x43), + static_cast(0xfc), + static_cast(0x4a), + static_cast(0x63), + static_cast(0xfc), + static_cast(0x05), + static_cast(0x04), + static_cast(0xfd), + static_cast(0x0b), + static_cast(0x95), + static_cast(0xfa), + static_cast(0xb8), + static_cast(0x40), + static_cast(0xfb), + static_cast(0x9d), + static_cast(0x70), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x5f), + static_cast(0x01), + static_cast(0xf8), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0xc1), + static_cast(0xf3), + static_cast(0xfc), + static_cast(0xb0), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x71), + static_cast(0x15), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x3a), + static_cast(0xfd), + static_cast(0x31), + static_cast(0x3d), + static_cast(0xfc), + static_cast(0xee), + static_cast(0x77), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xae), + static_cast(0x68), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x40), + static_cast(0xff), + static_cast(0x55), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x73), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x20), + static_cast(0xff), + static_cast(0x29), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x73), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x67), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x99), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x49), + static_cast(0x88), + static_cast(0xff), + static_cast(0x10), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x77), + static_cast(0x90), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x23), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x15), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x22), + static_cast(0xff), + static_cast(0x93), + static_cast(0x40), + static_cast(0x0e), + static_cast(0xd4), + static_cast(0x04), + static_cast(0x46), + static_cast(0xc7), + static_cast(0xee), + static_cast(0xe7), + static_cast(0x7a), + static_cast(0x18), + static_cast(0xed), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x7b), + static_cast(0xe8), + static_cast(0xe5), + static_cast(0x94), + static_cast(0xf1), + static_cast(0x7b), + static_cast(0xa9), + static_cast(0x01), + static_cast(0xf0), + static_cast(0xdd), + static_cast(0x18), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0xfa), + static_cast(0x97), + static_cast(0xfa), + static_cast(0xea), + static_cast(0x84), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x99), + static_cast(0xf6), + static_cast(0x02), + static_cast(0xd5), + static_cast(0x78), + static_cast(0x00), + static_cast(0x56), + static_cast(0x11), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x70), + static_cast(0xfe), + static_cast(0x45), + static_cast(0xce), + static_cast(0xfa), + static_cast(0x8f), + static_cast(0x10), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x50), + static_cast(0x00), + static_cast(0x00), + static_cast(0x0a), + static_cast(0xfb), + static_cast(0xc0), + static_cast(0xa4), + static_cast(0x06), + static_cast(0xb4), + static_cast(0xd3), + static_cast(0x02), + static_cast(0x79), + static_cast(0xc2), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x5c), + static_cast(0xb1), + static_cast(0xfc), + static_cast(0x95), + static_cast(0xd5), + static_cast(0xfc), + static_cast(0x82), + static_cast(0xc8), + static_cast(0xfc), + static_cast(0x63), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xe9), + static_cast(0xfb), + static_cast(0x6b), + static_cast(0xd9), + static_cast(0xfa), + static_cast(0x96), + static_cast(0x26), + static_cast(0xfd), + static_cast(0x34), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x4f), + static_cast(0x72), + static_cast(0x01), + static_cast(0x93), + static_cast(0x64), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x4b), + static_cast(0xfc), + static_cast(0x66), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x0d), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x78), + static_cast(0xfc), + static_cast(0x59), + static_cast(0x18), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x89), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x76), + static_cast(0xff), + static_cast(0x20), + static_cast(0x69), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x45), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x27), + static_cast(0xff), + static_cast(0xde), + static_cast(0x28), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x34), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x78), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x17), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x49), + static_cast(0xff), + static_cast(0x33), + static_cast(0x53), + static_cast(0xff), + static_cast(0x52), + static_cast(0x95), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x93), + static_cast(0xff), + static_cast(0xab), + static_cast(0x53), + static_cast(0x1f), + static_cast(0x81), + static_cast(0x19), + static_cast(0x3f), + static_cast(0x72), + static_cast(0xf6), + static_cast(0x0a), + static_cast(0x1e), + static_cast(0x3e), + static_cast(0xef), + static_cast(0xd4), + static_cast(0x92), + static_cast(0x16), + static_cast(0x3c), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xce), + static_cast(0x9e), + static_cast(0xe8), + static_cast(0x94), + static_cast(0x0f), + static_cast(0xf2), + static_cast(0xfa), + static_cast(0x74), + static_cast(0xfa), + static_cast(0xd5), + static_cast(0x9c), + static_cast(0x15), + static_cast(0x01), + static_cast(0x09), + static_cast(0x03), + static_cast(0x66), + static_cast(0x09), + static_cast(0xea), + static_cast(0x63), + static_cast(0x2b), + static_cast(0xfd), + static_cast(0x7b), + static_cast(0x07), + static_cast(0x06), + static_cast(0xc0), + static_cast(0x07), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xde), + static_cast(0xfc), + static_cast(0x79), + static_cast(0xe5), + static_cast(0x01), + static_cast(0x9e), + static_cast(0x2a), + static_cast(0xfc), + static_cast(0x60), + static_cast(0xf9), + static_cast(0xfb), + static_cast(0x06), + static_cast(0x0c), + static_cast(0x02), + static_cast(0xf4), + static_cast(0xeb), + static_cast(0xf9), + static_cast(0xd8), + static_cast(0x95), + static_cast(0x01), + static_cast(0xdd), + static_cast(0x0d), + static_cast(0x05), + static_cast(0x1d), + static_cast(0x31), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x19), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x30), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x4d), + static_cast(0xfd), + static_cast(0x1d), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x09), + static_cast(0xfd), + static_cast(0x43), + static_cast(0xf6), + static_cast(0xf9), + static_cast(0x0f), + static_cast(0x77), + static_cast(0xfc), + static_cast(0x72), + static_cast(0x98), + static_cast(0xfb), + static_cast(0x3c), + static_cast(0x06), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x88), + static_cast(0x00), + static_cast(0x43), + static_cast(0xea), + static_cast(0xfc), + static_cast(0x1c), + static_cast(0x5a), + static_cast(0xfd), + static_cast(0x21), + static_cast(0xc5), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0x32), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x25), + static_cast(0xfd), + static_cast(0x93), + static_cast(0xa6), + static_cast(0xfd), + static_cast(0x06), + static_cast(0x62), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x16), + static_cast(0xa1), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x51), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x84), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x36), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x61), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x45), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x68), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x94), + static_cast(0xff), + static_cast(0x16), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x33), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x75), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x86), + static_cast(0xff), + static_cast(0xba), + static_cast(0x77), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x97), + static_cast(0x1e), + static_cast(0xe4), + static_cast(0x33), + static_cast(0x3d), + static_cast(0x38), + static_cast(0xf2), + static_cast(0x0b), + static_cast(0x2d), + static_cast(0x39), + static_cast(0xf2), + static_cast(0x1e), + static_cast(0xeb), + static_cast(0x14), + static_cast(0x8b), + static_cast(0x87), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xeb), + static_cast(0x2e), + static_cast(0x3f), + static_cast(0xf1), + static_cast(0xed), + static_cast(0x46), + static_cast(0xf5), + static_cast(0xa0), + static_cast(0xa2), + static_cast(0x13), + static_cast(0x8c), + static_cast(0xb9), + static_cast(0x06), + static_cast(0xcd), + static_cast(0x4a), + static_cast(0xeb), + static_cast(0x6b), + static_cast(0x84), + static_cast(0xfb), + static_cast(0xcb), + static_cast(0x48), + static_cast(0x07), + static_cast(0xcb), + static_cast(0x26), + static_cast(0x00), + static_cast(0x1b), + static_cast(0xda), + static_cast(0xfc), + static_cast(0x45), + static_cast(0xfb), + static_cast(0x03), + static_cast(0x6f), + static_cast(0x36), + static_cast(0xfb), + static_cast(0xe9), + static_cast(0x2b), + static_cast(0xfb), + static_cast(0x0f), + static_cast(0x8f), + static_cast(0x03), + static_cast(0x08), + static_cast(0xdd), + static_cast(0xf7), + static_cast(0xdb), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x96), + static_cast(0xe8), + static_cast(0x04), + static_cast(0xfb), + static_cast(0x97), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xf0), + static_cast(0x10), + static_cast(0xff), + static_cast(0x06), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x29), + static_cast(0xe9), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0x37), + static_cast(0xff), + static_cast(0x34), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xcf), + static_cast(0xf9), + static_cast(0x1a), + static_cast(0xf2), + static_cast(0xfb), + static_cast(0x37), + static_cast(0xf8), + static_cast(0xf9), + static_cast(0xde), + static_cast(0x93), + static_cast(0xfd), + static_cast(0xbf), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x37), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x56), + static_cast(0xfd), + static_cast(0x72), + static_cast(0xe6), + static_cast(0xfc), + static_cast(0xce), + static_cast(0x22), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0xbe), + static_cast(0xfd), + static_cast(0xdb), + static_cast(0x31), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x69), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x31), + static_cast(0x00), + static_cast(0xdc), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xec), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x99), + static_cast(0xff), + static_cast(0xed), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x22), + static_cast(0xff), + static_cast(0x21), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x21), + static_cast(0xff), + static_cast(0x30), + static_cast(0x08), + static_cast(0xff), + static_cast(0x19), + static_cast(0x99), + static_cast(0xff), + static_cast(0x33), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x09), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x09), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x52), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x03), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xc9), + static_cast(0x1b), + static_cast(0x23), + static_cast(0x70), + static_cast(0x3b), + static_cast(0x9f), + static_cast(0xc5), + static_cast(0x0f), + static_cast(0x1d), + static_cast(0x07), + static_cast(0xf3), + static_cast(0x5a), + static_cast(0xbe), + static_cast(0x13), + static_cast(0xdb), + static_cast(0x87), + static_cast(0xff), + static_cast(0x34), + static_cast(0x70), + static_cast(0xec), + static_cast(0x01), + static_cast(0x12), + static_cast(0xf3), + static_cast(0x86), + static_cast(0xb8), + static_cast(0xef), + static_cast(0x44), + static_cast(0x02), + static_cast(0x0f), + static_cast(0x4c), + static_cast(0x20), + static_cast(0x0d), + static_cast(0x2d), + static_cast(0x3a), + static_cast(0xed), + static_cast(0xb2), + static_cast(0x35), + static_cast(0xf8), + static_cast(0xf0), + static_cast(0x32), + static_cast(0x09), + static_cast(0x87), + static_cast(0xc0), + static_cast(0x02), + static_cast(0xd9), + static_cast(0xb5), + static_cast(0xfa), + static_cast(0xb5), + static_cast(0x25), + static_cast(0x04), + static_cast(0x9d), + static_cast(0x01), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0xf8), + static_cast(0xa1), + static_cast(0xcd), + static_cast(0x04), + static_cast(0xad), + static_cast(0x68), + static_cast(0xf8), + static_cast(0xd7), + static_cast(0x17), + static_cast(0xfb), + static_cast(0xbc), + static_cast(0x60), + static_cast(0x04), + static_cast(0x58), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x73), + static_cast(0x03), + static_cast(0x97), + static_cast(0xc0), + static_cast(0x01), + static_cast(0xe1), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x70), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x9b), + static_cast(0x00), + static_cast(0xb3), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xf6), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xfb), + static_cast(0xc2), + static_cast(0x8f), + static_cast(0xf9), + static_cast(0x4e), + static_cast(0xd1), + static_cast(0xfa), + static_cast(0x5e), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x61), + static_cast(0xff), + static_cast(0x85), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x92), + static_cast(0xee), + static_cast(0xfc), + static_cast(0x8e), + static_cast(0x9c), + static_cast(0xfd), + static_cast(0xfb), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x77), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x14), + static_cast(0xea), + static_cast(0xfd), + static_cast(0x82), + static_cast(0xac), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x71), + static_cast(0x00), + static_cast(0x79), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x55), + static_cast(0xff), + static_cast(0x96), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xac), + static_cast(0xff), + static_cast(0x48), + static_cast(0x26), + static_cast(0x00), + static_cast(0x76), + static_cast(0x04), + static_cast(0x00), + static_cast(0x24), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x74), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x20), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x68), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x63), + static_cast(0x83), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x49), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x85), + static_cast(0x25), + static_cast(0xff), + static_cast(0x16), + static_cast(0x73), + static_cast(0xff), + static_cast(0x82), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x10), + static_cast(0xf3), + static_cast(0x1e), + static_cast(0x24), + static_cast(0x69), + static_cast(0x3a), + static_cast(0x39), + static_cast(0xab), + static_cast(0x08), + static_cast(0x20), + static_cast(0xc7), + static_cast(0xf6), + static_cast(0x77), + static_cast(0x68), + static_cast(0x16), + static_cast(0x68), + static_cast(0x47), + static_cast(0xfa), + static_cast(0x73), + static_cast(0xc6), + static_cast(0xee), + static_cast(0x5b), + static_cast(0x77), + static_cast(0xf3), + static_cast(0x72), + static_cast(0xe8), + static_cast(0xed), + static_cast(0x0b), + static_cast(0x3e), + static_cast(0x0e), + static_cast(0xc5), + static_cast(0x52), + static_cast(0x0c), + static_cast(0x06), + static_cast(0x6d), + static_cast(0xf0), + static_cast(0x37), + static_cast(0xd6), + static_cast(0xf7), + static_cast(0xa7), + static_cast(0x32), + static_cast(0x0a), + static_cast(0xdd), + static_cast(0x3b), + static_cast(0x04), + static_cast(0xa3), + static_cast(0xf6), + static_cast(0xf7), + static_cast(0x19), + static_cast(0x01), + static_cast(0x04), + static_cast(0xf0), + static_cast(0x2b), + static_cast(0xfd), + static_cast(0xb3), + static_cast(0xa5), + static_cast(0xf8), + static_cast(0x26), + static_cast(0x67), + static_cast(0x04), + static_cast(0xe3), + static_cast(0x25), + static_cast(0xf9), + static_cast(0x51), + static_cast(0x53), + static_cast(0xfb), + static_cast(0xbf), + static_cast(0x10), + static_cast(0x03), + static_cast(0x9f), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x93), + static_cast(0x02), + static_cast(0x33), + static_cast(0x28), + static_cast(0x04), + static_cast(0x07), + static_cast(0x59), + static_cast(0x00), + static_cast(0xd3), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0xd5), + static_cast(0x02), + static_cast(0xf8), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xfd), + static_cast(0xf8), + static_cast(0xf7), + static_cast(0x8d), + static_cast(0xfc), + static_cast(0xbd), + static_cast(0x57), + static_cast(0xf9), + static_cast(0xaa), + static_cast(0x96), + static_cast(0xf9), + static_cast(0x0b), + static_cast(0xe8), + static_cast(0xfd), + static_cast(0x57), + static_cast(0x66), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x42), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xd1), + static_cast(0xfd), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xd6), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x60), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x6a), + static_cast(0xfd), + static_cast(0xb7), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xca), + static_cast(0x92), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x86), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xa1), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x80), + static_cast(0x52), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x49), + static_cast(0xff), + static_cast(0x62), + static_cast(0x98), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xea), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xee), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x65), + static_cast(0xff), + static_cast(0x85), + static_cast(0x74), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x79), + static_cast(0x17), + static_cast(0x1f), + static_cast(0x6f), + static_cast(0x47), + static_cast(0x3a), + static_cast(0x0a), + static_cast(0x25), + static_cast(0x05), + static_cast(0x2c), + static_cast(0xec), + static_cast(0xf4), + static_cast(0x07), + static_cast(0x33), + static_cast(0x1c), + static_cast(0xf2), + static_cast(0x61), + static_cast(0xfa), + static_cast(0xd0), + static_cast(0xa5), + static_cast(0xe9), + static_cast(0xc5), + static_cast(0xdd), + static_cast(0xf6), + static_cast(0xf4), + static_cast(0x58), + static_cast(0xef), + static_cast(0xbf), + static_cast(0xa4), + static_cast(0x09), + static_cast(0x8e), + static_cast(0x21), + static_cast(0x0d), + static_cast(0xc6), + static_cast(0x5a), + static_cast(0xf4), + static_cast(0xd0), + static_cast(0x3b), + static_cast(0xf7), + static_cast(0x5b), + static_cast(0x1e), + static_cast(0x09), + static_cast(0x17), + static_cast(0x50), + static_cast(0x06), + static_cast(0x00), + static_cast(0x8b), + static_cast(0xf5), + static_cast(0xc2), + static_cast(0xc9), + static_cast(0x01), + static_cast(0xcd), + static_cast(0x84), + static_cast(0x00), + static_cast(0x20), + static_cast(0xa8), + static_cast(0xf7), + static_cast(0x6a), + static_cast(0xcc), + static_cast(0x02), + static_cast(0x74), + static_cast(0x33), + static_cast(0xfc), + static_cast(0xc0), + static_cast(0x66), + static_cast(0xfc), + static_cast(0xa1), + static_cast(0x38), + static_cast(0x02), + static_cast(0xc9), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x6d), + static_cast(0x00), + static_cast(0xad), + static_cast(0xb1), + static_cast(0x04), + static_cast(0x4a), + static_cast(0xb4), + static_cast(0x04), + static_cast(0x54), + static_cast(0x0f), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0x79), + static_cast(0x01), + static_cast(0x6d), + static_cast(0x19), + static_cast(0x02), + static_cast(0x42), + static_cast(0x85), + static_cast(0xf7), + static_cast(0x91), + static_cast(0x72), + static_cast(0xfb), + static_cast(0xe5), + static_cast(0x62), + static_cast(0xfc), + static_cast(0xc0), + static_cast(0x99), + static_cast(0xf8), + static_cast(0xf1), + static_cast(0x67), + static_cast(0xfb), + static_cast(0xa9), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0xba), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x32), + static_cast(0x84), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xc0), + static_cast(0xfc), + static_cast(0x13), + static_cast(0x24), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x37), + static_cast(0x01), + static_cast(0x52), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xba), + static_cast(0xfd), + static_cast(0x48), + static_cast(0xac), + static_cast(0xff), + static_cast(0x42), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x98), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x52), + static_cast(0x00), + static_cast(0xf9), + static_cast(0xc3), + static_cast(0x00), + static_cast(0xca), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x16), + static_cast(0xff), + static_cast(0x18), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x81), + static_cast(0xff), + static_cast(0x33), + static_cast(0x65), + static_cast(0xff), + static_cast(0x40), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x08), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x34), + static_cast(0xff), + static_cast(0x72), + static_cast(0x55), + static_cast(0xff), + static_cast(0x78), + static_cast(0xab), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x19), + static_cast(0x1f), + static_cast(0xf4), + static_cast(0x92), + static_cast(0x3a), + static_cast(0xd3), + static_cast(0x88), + static_cast(0x00), + static_cast(0x08), + static_cast(0x29), + static_cast(0xf1), + static_cast(0xe8), + static_cast(0x31), + static_cast(0x25), + static_cast(0xb7), + static_cast(0xed), + static_cast(0xfa), + static_cast(0xec), + static_cast(0xa2), + static_cast(0xdf), + static_cast(0x4f), + static_cast(0x79), + static_cast(0xfc), + static_cast(0x58), + static_cast(0xe5), + static_cast(0xf4), + static_cast(0xe8), + static_cast(0x44), + static_cast(0x03), + static_cast(0x45), + static_cast(0xa0), + static_cast(0x0b), + static_cast(0x23), + static_cast(0xd9), + static_cast(0xf9), + static_cast(0x20), + static_cast(0x20), + static_cast(0xf7), + static_cast(0x0c), + static_cast(0x3e), + static_cast(0x04), + static_cast(0x88), + static_cast(0xf0), + static_cast(0x09), + static_cast(0xc4), + static_cast(0x4e), + static_cast(0xf5), + static_cast(0x97), + static_cast(0x6b), + static_cast(0xfc), + static_cast(0xa9), + static_cast(0xee), + static_cast(0x04), + static_cast(0x0e), + static_cast(0xd2), + static_cast(0xf8), + static_cast(0xd6), + static_cast(0x06), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x83), + static_cast(0x01), + static_cast(0x08), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0xb0), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x0b), + static_cast(0x03), + static_cast(0x03), + static_cast(0x70), + static_cast(0x05), + static_cast(0xd4), + static_cast(0xde), + static_cast(0x00), + static_cast(0x76), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x8c), + static_cast(0x01), + static_cast(0xfc), + static_cast(0xcd), + static_cast(0xf9), + static_cast(0x72), + static_cast(0x5e), + static_cast(0xfa), + static_cast(0x55), + static_cast(0xa0), + static_cast(0xfc), + static_cast(0x79), + static_cast(0x3a), + static_cast(0xfa), + static_cast(0x70), + static_cast(0x0f), + static_cast(0xfa), + static_cast(0xa2), + static_cast(0x8c), + static_cast(0xfc), + static_cast(0xad), + static_cast(0x07), + static_cast(0xff), + static_cast(0x15), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x47), + static_cast(0x01), + static_cast(0x4f), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x69), + static_cast(0xfc), + static_cast(0xaf), + static_cast(0x60), + static_cast(0xff), + static_cast(0xff), + static_cast(0x92), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x56), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x63), + static_cast(0x15), + static_cast(0x00), + static_cast(0xea), + static_cast(0x69), + static_cast(0x00), + static_cast(0x08), + static_cast(0x20), + static_cast(0x00), + static_cast(0x84), + static_cast(0x46), + static_cast(0x00), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x03), + static_cast(0x96), + static_cast(0xff), + static_cast(0x77), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x34), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x45), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x69), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x58), + static_cast(0xff), + static_cast(0x37), + static_cast(0x01), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x02), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x52), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xdf), + static_cast(0x21), + static_cast(0xe9), + static_cast(0x1d), + static_cast(0x39), + static_cast(0x00), + static_cast(0x55), + static_cast(0xf7), + static_cast(0x57), + static_cast(0x33), + static_cast(0xf4), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0x2b), + static_cast(0x0a), + static_cast(0x03), + static_cast(0xf4), + static_cast(0x9d), + static_cast(0x41), + static_cast(0xde), + static_cast(0xcf), + static_cast(0x0d), + static_cast(0x02), + static_cast(0x60), + static_cast(0xf2), + static_cast(0xf6), + static_cast(0xd6), + static_cast(0x24), + static_cast(0x01), + static_cast(0x99), + static_cast(0x37), + static_cast(0x08), + static_cast(0x4f), + static_cast(0x1b), + static_cast(0xfd), + static_cast(0xe4), + static_cast(0x04), + static_cast(0xf8), + static_cast(0x8e), + static_cast(0x95), + static_cast(0x01), + static_cast(0x30), + static_cast(0xef), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x9b), + static_cast(0xf4), + static_cast(0xcb), + static_cast(0x23), + static_cast(0xfb), + static_cast(0x80), + static_cast(0x63), + static_cast(0x06), + static_cast(0xca), + static_cast(0x3e), + static_cast(0xfb), + static_cast(0xa3), + static_cast(0x54), + static_cast(0xff), + static_cast(0x73), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0x1f), + static_cast(0x95), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x84), + static_cast(0x01), + static_cast(0x09), + static_cast(0xa8), + static_cast(0xfc), + static_cast(0x14), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x77), + static_cast(0x01), + static_cast(0xab), + static_cast(0xe8), + static_cast(0x05), + static_cast(0x87), + static_cast(0xeb), + static_cast(0x01), + static_cast(0x17), + static_cast(0xec), + static_cast(0x00), + static_cast(0x14), + static_cast(0x09), + static_cast(0x01), + static_cast(0x40), + static_cast(0xf4), + static_cast(0xfa), + static_cast(0xf0), + static_cast(0x2d), + static_cast(0xfb), + static_cast(0x9f), + static_cast(0xd6), + static_cast(0xfa), + static_cast(0x65), + static_cast(0xbc), + static_cast(0xfb), + static_cast(0x08), + static_cast(0x9b), + static_cast(0xfb), + static_cast(0xad), + static_cast(0xe0), + static_cast(0xfa), + static_cast(0x54), + static_cast(0x39), + static_cast(0xfd), + static_cast(0xc0), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x97), + static_cast(0x02), + static_cast(0xe7), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x8f), + static_cast(0xfc), + static_cast(0x97), + static_cast(0x06), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x78), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x9a), + static_cast(0x35), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x89), + static_cast(0xff), + static_cast(0x22), + static_cast(0x5b), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x00), + static_cast(0xdf), + static_cast(0x65), + static_cast(0x00), + static_cast(0x71), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x24), + static_cast(0x00), + static_cast(0x7d), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x80), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x32), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x01), + static_cast(0x48), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x54), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x64), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xf4), + static_cast(0x22), + static_cast(0xc9), + static_cast(0xcc), + static_cast(0x36), + static_cast(0x25), + static_cast(0x5a), + static_cast(0xf1), + static_cast(0xd4), + static_cast(0xbb), + static_cast(0xf6), + static_cast(0x67), + static_cast(0x45), + static_cast(0x30), + static_cast(0x04), + static_cast(0xf4), + static_cast(0xef), + static_cast(0x14), + static_cast(0xd3), + static_cast(0xdc), + static_cast(0x51), + static_cast(0x8f), + static_cast(0x06), + static_cast(0x8f), + static_cast(0x69), + static_cast(0xfb), + static_cast(0x9f), + static_cast(0x12), + static_cast(0xfd), + static_cast(0xb0), + static_cast(0x77), + static_cast(0x02), + static_cast(0x6b), + static_cast(0xad), + static_cast(0x02), + static_cast(0x67), + static_cast(0xdf), + static_cast(0xf9), + static_cast(0x79), + static_cast(0x57), + static_cast(0xfc), + static_cast(0x81), + static_cast(0xd2), + static_cast(0x0b), + static_cast(0x7e), + static_cast(0x49), + static_cast(0xf7), + static_cast(0x9e), + static_cast(0xeb), + static_cast(0xf9), + static_cast(0x73), + static_cast(0xa2), + static_cast(0x05), + static_cast(0xb6), + static_cast(0x96), + static_cast(0xfd), + static_cast(0xe1), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x84), + static_cast(0x81), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x43), + static_cast(0x00), + static_cast(0x1e), + static_cast(0xf4), + static_cast(0x00), + static_cast(0x40), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x60), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x30), + static_cast(0xff), + static_cast(0x67), + static_cast(0xa4), + static_cast(0x06), + static_cast(0xa2), + static_cast(0xcd), + static_cast(0x01), + static_cast(0xeb), + static_cast(0x51), + static_cast(0x00), + static_cast(0x72), + static_cast(0x30), + static_cast(0x03), + static_cast(0x89), + static_cast(0xa8), + static_cast(0xfb), + static_cast(0x79), + static_cast(0x34), + static_cast(0xfa), + static_cast(0xef), + static_cast(0x0c), + static_cast(0xfc), + static_cast(0x9c), + static_cast(0x19), + static_cast(0xfc), + static_cast(0xf4), + static_cast(0x78), + static_cast(0xfb), + static_cast(0xef), + static_cast(0xb0), + static_cast(0xfb), + static_cast(0x4c), + static_cast(0x47), + static_cast(0xfc), + static_cast(0x88), + static_cast(0xce), + static_cast(0xfd), + static_cast(0x7f), + static_cast(0x28), + static_cast(0x02), + static_cast(0x3f), + static_cast(0xe5), + static_cast(0x00), + static_cast(0x9d), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0x16), + static_cast(0xe9), + static_cast(0xfd), + static_cast(0x96), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xab), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x10), + static_cast(0xff), + static_cast(0x63), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x0a), + static_cast(0xb3), + static_cast(0x00), + static_cast(0xc4), + static_cast(0xa0), + static_cast(0x00), + static_cast(0xeb), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x43), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x78), + static_cast(0x30), + static_cast(0x00), + static_cast(0x8b), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x11), + static_cast(0x74), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x26), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x44), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x13), + static_cast(0x27), + static_cast(0xff), + static_cast(0x54), + static_cast(0x60), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x30), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x52), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x67), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x6c), + static_cast(0x1f), + static_cast(0x2c), + static_cast(0x9b), + static_cast(0x33), + static_cast(0x1a), + static_cast(0x5e), + static_cast(0xf3), + static_cast(0x73), + static_cast(0x0b), + static_cast(0xf6), + static_cast(0xa8), + static_cast(0x4d), + static_cast(0x31), + static_cast(0x60), + static_cast(0xd0), + static_cast(0xf2), + static_cast(0x6b), + static_cast(0x62), + static_cast(0xda), + static_cast(0x15), + static_cast(0x59), + static_cast(0x09), + static_cast(0x6b), + static_cast(0x17), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0xd4), + static_cast(0xf8), + static_cast(0xed), + static_cast(0xc7), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x0c), + static_cast(0x05), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xa3), + static_cast(0x9c), + static_cast(0xf8), + static_cast(0xcf), + static_cast(0xd8), + static_cast(0x0c), + static_cast(0x56), + static_cast(0x23), + static_cast(0xfb), + static_cast(0x98), + static_cast(0x6b), + static_cast(0xf7), + static_cast(0xd6), + static_cast(0xd9), + static_cast(0x05), + static_cast(0x0f), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x46), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0xce), + static_cast(0xff), + static_cast(0x08), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x91), + static_cast(0x44), + static_cast(0xff), + static_cast(0x61), + static_cast(0x40), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x15), + static_cast(0xfe), + static_cast(0x69), + static_cast(0x30), + static_cast(0x05), + static_cast(0x28), + static_cast(0x12), + static_cast(0x02), + static_cast(0x4d), + static_cast(0x77), + static_cast(0x00), + static_cast(0x85), + static_cast(0x56), + static_cast(0x03), + static_cast(0xed), + static_cast(0xda), + static_cast(0xfc), + static_cast(0xbe), + static_cast(0xba), + static_cast(0xfa), + static_cast(0x7b), + static_cast(0xb8), + static_cast(0xfc), + static_cast(0x5e), + static_cast(0x04), + static_cast(0xfd), + static_cast(0x3f), + static_cast(0x9b), + static_cast(0xfa), + static_cast(0x0b), + static_cast(0xf1), + static_cast(0xfb), + static_cast(0xf6), + static_cast(0x95), + static_cast(0xfd), + static_cast(0xf8), + static_cast(0x31), + static_cast(0xfc), + static_cast(0x0b), + static_cast(0x85), + static_cast(0x00), + static_cast(0x67), + static_cast(0x72), + static_cast(0x01), + static_cast(0x79), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x78), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x55), + static_cast(0xff), + static_cast(0x44), + static_cast(0x90), + static_cast(0xff), + static_cast(0x93), + static_cast(0xdf), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xa0), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x84), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x55), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x65), + static_cast(0x40), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x06), + static_cast(0xff), + static_cast(0x12), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x24), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x41), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x51), + static_cast(0xff), + static_cast(0x54), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x94), + static_cast(0x1c), + static_cast(0x36), + static_cast(0x63), + static_cast(0x2e), + static_cast(0xa3), + static_cast(0xca), + static_cast(0xf4), + static_cast(0xdf), + static_cast(0xcb), + static_cast(0xf9), + static_cast(0xde), + static_cast(0x2b), + static_cast(0x2f), + static_cast(0x49), + static_cast(0xe6), + static_cast(0xf3), + static_cast(0xbc), + static_cast(0x4f), + static_cast(0xdd), + static_cast(0x12), + static_cast(0x81), + static_cast(0x08), + static_cast(0x61), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xa4), + static_cast(0xf8), + static_cast(0x80), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x0b), + static_cast(0x05), + static_cast(0x6c), + static_cast(0x1f), + static_cast(0xfc), + static_cast(0x4a), + static_cast(0x61), + static_cast(0xf8), + static_cast(0xc4), + static_cast(0x42), + static_cast(0x0c), + static_cast(0xa7), + static_cast(0x09), + static_cast(0xfd), + static_cast(0x1d), + static_cast(0xe6), + static_cast(0xf7), + static_cast(0x73), + static_cast(0xe2), + static_cast(0x04), + static_cast(0x49), + static_cast(0x65), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x9c), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x99), + static_cast(0xff), + static_cast(0x39), + static_cast(0x07), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xcb), + static_cast(0x03), + static_cast(0x9e), + static_cast(0x4e), + static_cast(0x01), + static_cast(0xec), + static_cast(0x25), + static_cast(0x01), + static_cast(0xe2), + static_cast(0x67), + static_cast(0x02), + static_cast(0xf6), + static_cast(0x13), + static_cast(0xfd), + static_cast(0xea), + static_cast(0xa8), + static_cast(0xfc), + static_cast(0x93), + static_cast(0x67), + static_cast(0xfd), + static_cast(0x52), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x87), + static_cast(0x27), + static_cast(0xfb), + static_cast(0x3c), + static_cast(0xe7), + static_cast(0xfb), + static_cast(0x35), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0x67), + static_cast(0xef), + static_cast(0xfc), + static_cast(0x3d), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x01), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x63), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x58), + static_cast(0xff), + static_cast(0x50), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0x73), + static_cast(0xff), + static_cast(0x17), + static_cast(0x83), + static_cast(0xff), + static_cast(0x81), + static_cast(0xca), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x6a), + static_cast(0x00), + static_cast(0x67), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x02), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x90), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x82), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x92), + static_cast(0xff), + static_cast(0x68), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x07), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x12), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x30), + static_cast(0xff), + static_cast(0x20), + static_cast(0x44), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x71), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x1c), + static_cast(0x19), + static_cast(0x59), + static_cast(0xc8), + static_cast(0x29), + static_cast(0x3c), + static_cast(0x1e), + static_cast(0xf8), + static_cast(0xc5), + static_cast(0x6d), + static_cast(0xfb), + static_cast(0x58), + static_cast(0x0c), + static_cast(0x2b), + static_cast(0xf4), + static_cast(0x8f), + static_cast(0xf7), + static_cast(0x33), + static_cast(0x47), + static_cast(0xe0), + static_cast(0xca), + static_cast(0xa1), + static_cast(0x06), + static_cast(0x28), + static_cast(0x06), + static_cast(0x00), + static_cast(0x68), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xa2), + static_cast(0x4f), + static_cast(0xfd), + static_cast(0xd2), + static_cast(0x85), + static_cast(0x05), + static_cast(0x9a), + static_cast(0x9c), + static_cast(0xfd), + static_cast(0x59), + static_cast(0x4a), + static_cast(0xf8), + static_cast(0xcd), + static_cast(0x13), + static_cast(0x0b), + static_cast(0x45), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xba), + static_cast(0xf7), + static_cast(0x29), + static_cast(0x3b), + static_cast(0x03), + static_cast(0xf0), + static_cast(0x26), + static_cast(0x01), + static_cast(0xbb), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0x89), + static_cast(0x00), + static_cast(0x73), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x36), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x50), + static_cast(0x78), + static_cast(0xff), + static_cast(0x70), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x33), + static_cast(0x94), + static_cast(0x03), + static_cast(0xb0), + static_cast(0xdb), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xa8), + static_cast(0xf3), + static_cast(0x01), + static_cast(0xc1), + static_cast(0xa3), + static_cast(0xfd), + static_cast(0xc7), + static_cast(0x03), + static_cast(0xfd), + static_cast(0x27), + static_cast(0x98), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x74), + static_cast(0xfd), + static_cast(0xd1), + static_cast(0x43), + static_cast(0xfb), + static_cast(0x25), + static_cast(0xda), + static_cast(0xfc), + static_cast(0x99), + static_cast(0xc1), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0x4b), + static_cast(0xfd), + static_cast(0xa6), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x52), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x41), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x20), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x07), + static_cast(0x47), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xca), + static_cast(0x17), + static_cast(0x00), + static_cast(0x9d), + static_cast(0xee), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xba), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x72), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x67), + static_cast(0xff), + static_cast(0x36), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x78), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x42), + static_cast(0x10), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x52), + static_cast(0xff), + static_cast(0xee), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x48), + static_cast(0xff), + static_cast(0xae), + static_cast(0x72), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x20), + static_cast(0xd1), + static_cast(0x18), + static_cast(0x1a), + static_cast(0xbe), + static_cast(0x26), + static_cast(0x78), + static_cast(0x09), + static_cast(0xfb), + static_cast(0x78), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x3d), + static_cast(0x1e), + static_cast(0xe6), + static_cast(0xe4), + static_cast(0xf3), + static_cast(0xcf), + static_cast(0xcf), + static_cast(0xeb), + static_cast(0x37), + static_cast(0xbe), + static_cast(0x04), + static_cast(0x96), + static_cast(0x70), + static_cast(0xfc), + static_cast(0x36), + static_cast(0xe9), + static_cast(0xfd), + static_cast(0xfa), + static_cast(0xdf), + static_cast(0x00), + static_cast(0xd4), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x4e), + static_cast(0xfd), + static_cast(0x5b), + static_cast(0xdc), + static_cast(0x01), + static_cast(0x9e), + static_cast(0x80), + static_cast(0x05), + static_cast(0x4c), + static_cast(0x03), + static_cast(0xfc), + static_cast(0xd9), + static_cast(0xb0), + static_cast(0xfc), + static_cast(0x3e), + static_cast(0x87), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x1d), + static_cast(0x00), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x1d), + static_cast(0xfc), + static_cast(0x63), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x26), + static_cast(0x01), + static_cast(0xc4), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x82), + static_cast(0x00), + static_cast(0x73), + static_cast(0x20), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x75), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x86), + static_cast(0x00), + static_cast(0xdb), + static_cast(0xc5), + static_cast(0x01), + static_cast(0xbb), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x7b), + static_cast(0x47), + static_cast(0xff), + static_cast(0x87), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x87), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x91), + static_cast(0xff), + static_cast(0xce), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x39), + static_cast(0xff), + static_cast(0x71), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0x41), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x4b), + static_cast(0xfd), + static_cast(0x8f), + static_cast(0xf6), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xce), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x66), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x54), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x33), + static_cast(0xff), + static_cast(0x39), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x34), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x17), + static_cast(0xff), + static_cast(0x36), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x57), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x81), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x10), + static_cast(0x00), + static_cast(0xa2), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xae), + static_cast(0x64), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x63), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x53), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x58), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x83), + static_cast(0xff), + static_cast(0x54), + static_cast(0xeb), + static_cast(0x13), + static_cast(0x81), + static_cast(0xd4), + static_cast(0x21), + static_cast(0x7f), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x18), + static_cast(0xea), + static_cast(0x00), + static_cast(0x2d), + static_cast(0x73), + static_cast(0x1b), + static_cast(0xf3), + static_cast(0x32), + static_cast(0xf7), + static_cast(0x5b), + static_cast(0x76), + static_cast(0xed), + static_cast(0x7d), + static_cast(0x36), + static_cast(0x04), + static_cast(0x79), + static_cast(0x57), + static_cast(0xfc), + static_cast(0xca), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0x3c), + static_cast(0xb0), + static_cast(0x01), + static_cast(0xe2), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x98), + static_cast(0xfd), + static_cast(0x0a), + static_cast(0xa3), + static_cast(0x01), + static_cast(0x20), + static_cast(0xad), + static_cast(0x05), + static_cast(0x3d), + static_cast(0xd3), + static_cast(0xfc), + static_cast(0x09), + static_cast(0x34), + static_cast(0xfc), + static_cast(0xad), + static_cast(0x86), + static_cast(0x00), + static_cast(0x7f), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x40), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xcb), + static_cast(0xfc), + static_cast(0x15), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xf4), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x80), + static_cast(0xff), + static_cast(0x59), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x27), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x98), + static_cast(0x00), + static_cast(0x39), + static_cast(0xec), + static_cast(0x00), + static_cast(0x6f), + static_cast(0x81), + static_cast(0x01), + static_cast(0xc7), + static_cast(0x73), + static_cast(0x00), + static_cast(0x65), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x68), + static_cast(0x00), + static_cast(0x76), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x46), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x73), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x19), + static_cast(0x77), + static_cast(0xff), + static_cast(0x51), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x78), + static_cast(0x39), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x61), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x75), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x40), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x09), + static_cast(0xff), + static_cast(0xed), + static_cast(0x50), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x32), + static_cast(0xff), + static_cast(0x94), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x50), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x44), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x92), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x09), + static_cast(0x52), + static_cast(0xff), + static_cast(0x00), + static_cast(0x78), + static_cast(0xff), + static_cast(0x17), + static_cast(0x59), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x61), + static_cast(0xff), + static_cast(0x45), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x06), + static_cast(0x79), + static_cast(0xff), + static_cast(0x59), + static_cast(0xf8), + static_cast(0x0e), + static_cast(0x3d), + static_cast(0x45), + static_cast(0x1d), + static_cast(0xe5), + static_cast(0x13), + static_cast(0x05), + static_cast(0x12), + static_cast(0x24), + static_cast(0x01), + static_cast(0xd3), + static_cast(0x2f), + static_cast(0x17), + static_cast(0xd0), + static_cast(0x57), + static_cast(0xfc), + static_cast(0x92), + static_cast(0xb8), + static_cast(0xef), + static_cast(0x44), + static_cast(0x2b), + static_cast(0x02), + static_cast(0x36), + static_cast(0x34), + static_cast(0xfc), + static_cast(0x86), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0xc8), + static_cast(0x02), + static_cast(0xd8), + static_cast(0xbf), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0xb8), + static_cast(0xfd), + static_cast(0x53), + static_cast(0x84), + static_cast(0x01), + static_cast(0x48), + static_cast(0x67), + static_cast(0x05), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x13), + static_cast(0xfc), + static_cast(0x88), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x49), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x79), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x21), + static_cast(0xfd), + static_cast(0x6f), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x0a), + static_cast(0x01), + static_cast(0x8a), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x98), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x83), + static_cast(0x00), + static_cast(0x64), + static_cast(0xe0), + static_cast(0x00), + static_cast(0x52), + static_cast(0x25), + static_cast(0x01), + static_cast(0x64), + static_cast(0xf6), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x36), + static_cast(0x00), + static_cast(0xff), + static_cast(0xac), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x70), + static_cast(0x00), + static_cast(0x0c), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x71), + static_cast(0xff), + static_cast(0x34), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xde), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x02), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x03), + static_cast(0x85), + static_cast(0xff), + static_cast(0x58), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x30), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x69), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x41), + static_cast(0xff), + static_cast(0x06), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x17), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x27), + static_cast(0xff), + static_cast(0x66), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x97), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x69), + static_cast(0xff), + static_cast(0x15), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x72), + static_cast(0xff), + static_cast(0x83), + static_cast(0x50), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x70), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x96), + static_cast(0xff), + static_cast(0x54), + static_cast(0x14), + static_cast(0x0d), + static_cast(0x89), + static_cast(0x9e), + static_cast(0x19), + static_cast(0x47), + static_cast(0x05), + static_cast(0x06), + static_cast(0xb3), + static_cast(0xd3), + static_cast(0x02), + static_cast(0x3f), + static_cast(0x8c), + static_cast(0x13), + static_cast(0x54), + static_cast(0xa7), + static_cast(0xfd), + static_cast(0xbe), + static_cast(0x98), + static_cast(0xf3), + static_cast(0x56), + static_cast(0x7e), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x37), + static_cast(0xfc), + static_cast(0x24), + static_cast(0x60), + static_cast(0xff), + static_cast(0x04), + static_cast(0x95), + static_cast(0x02), + static_cast(0x1e), + static_cast(0x10), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0xaf), + static_cast(0x91), + static_cast(0x01), + static_cast(0xad), + static_cast(0x77), + static_cast(0x04), + static_cast(0xba), + static_cast(0x91), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0xdc), + static_cast(0xfc), + static_cast(0xc3), + static_cast(0x90), + static_cast(0xff), + static_cast(0x03), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x90), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x7e), + static_cast(0xfd), + static_cast(0x0f), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xcb), + static_cast(0x00), + static_cast(0x9d), + static_cast(0x76), + static_cast(0xff), + static_cast(0x95), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xd9), + static_cast(0x85), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x5f), + static_cast(0x01), + static_cast(0x89), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x44), + static_cast(0x05), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x1f), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x4e), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x60), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x95), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x6c), + static_cast(0x80), + static_cast(0x00), + static_cast(0xf0), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x82), + static_cast(0x65), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x46), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x10), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x40), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x14), + static_cast(0xff), + static_cast(0xee), + static_cast(0x04), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x67), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x19), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x14), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x56), + static_cast(0x78), + static_cast(0xff), + static_cast(0x18), + static_cast(0x76), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xde), + static_cast(0x75), + static_cast(0xff), + static_cast(0x99), + static_cast(0x57), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x60), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x37), + static_cast(0x5a), + static_cast(0x0b), + static_cast(0x16), + static_cast(0x51), + static_cast(0x17), + static_cast(0xb0), + static_cast(0xe5), + static_cast(0x06), + static_cast(0xf7), + static_cast(0x1a), + static_cast(0x02), + static_cast(0x9e), + static_cast(0x31), + static_cast(0x11), + static_cast(0xd8), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xe6), + static_cast(0xf4), + static_cast(0x30), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xcc), + static_cast(0xfd), + static_cast(0x4c), + static_cast(0x46), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xe5), + static_cast(0x01), + static_cast(0x78), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xba), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x64), + static_cast(0x03), + static_cast(0x8b), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x31), + static_cast(0x44), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x09), + static_cast(0x00), + static_cast(0x9c), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xfd), + static_cast(0x56), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x81), + static_cast(0xd0), + static_cast(0x00), + static_cast(0x59), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x22), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x2a), + static_cast(0xc3), + static_cast(0x00), + static_cast(0x42), + static_cast(0x96), + static_cast(0x01), + static_cast(0x30), + static_cast(0x67), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x15), + static_cast(0x00), + static_cast(0x11), + static_cast(0x2d), + static_cast(0x01), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x50), + static_cast(0x08), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xce), + static_cast(0xe9), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x80), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x44), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x45), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x49), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x52), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x66), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x79), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x13), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x29), + static_cast(0xff), + static_cast(0x81), + static_cast(0x70), + static_cast(0xff), + static_cast(0x22), + static_cast(0x75), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x58), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x79), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x64), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x65), + static_cast(0xff), + static_cast(0x65), + static_cast(0x80), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x92), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x2d), + static_cast(0x0a), + static_cast(0xa7), + static_cast(0xc8), + static_cast(0x15), + static_cast(0xd4), + static_cast(0x2f), + static_cast(0x07), + static_cast(0x33), + static_cast(0xeb), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x39), + static_cast(0x0f), + static_cast(0xb6), + static_cast(0x60), + static_cast(0x01), + static_cast(0xad), + static_cast(0x29), + static_cast(0xf6), + static_cast(0x28), + static_cast(0x8c), + static_cast(0x00), + static_cast(0xd9), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0xb3), + static_cast(0x01), + static_cast(0x70), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x78), + static_cast(0xff), + static_cast(0xae), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x26), + static_cast(0xd8), + static_cast(0x02), + static_cast(0xcb), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x25), + static_cast(0x36), + static_cast(0xfd), + static_cast(0x65), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x61), + static_cast(0x00), + static_cast(0x47), + static_cast(0x18), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x41), + static_cast(0xfe), + static_cast(0x99), + static_cast(0xba), + static_cast(0xff), + static_cast(0x98), + static_cast(0x04), + static_cast(0x01), + static_cast(0xcc), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x49), + static_cast(0x00), + static_cast(0x34), + static_cast(0x88), + static_cast(0x01), + static_cast(0x05), + static_cast(0x38), + static_cast(0x01), + static_cast(0xb6), + static_cast(0x18), + static_cast(0x00), + static_cast(0xad), + static_cast(0xb8), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x7d), + static_cast(0x01), + static_cast(0x68), + static_cast(0xe2), + static_cast(0x00), + static_cast(0x13), + static_cast(0x75), + static_cast(0x00), + static_cast(0x88), + static_cast(0x91), + static_cast(0x00), + static_cast(0xcc), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xbf), + static_cast(0xae), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x35), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x34), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x77), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x87), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x58), + static_cast(0x70), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x65), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x57), + static_cast(0xfe), + static_cast(0xda), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xad), + static_cast(0x20), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x39), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x11), + static_cast(0xff), + static_cast(0x09), + static_cast(0x28), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x52), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x77), + static_cast(0xff), + static_cast(0x52), + static_cast(0x40), + static_cast(0xff), + static_cast(0x75), + static_cast(0x48), + static_cast(0xff), + static_cast(0x98), + static_cast(0x72), + static_cast(0xff), + static_cast(0x39), + static_cast(0x72), + static_cast(0xff), + static_cast(0x73), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x73), + static_cast(0xdf), + static_cast(0x0a), + static_cast(0xe2), + static_cast(0x0c), + static_cast(0x14), + static_cast(0x4f), + static_cast(0x56), + static_cast(0x04), + static_cast(0xf4), + static_cast(0x75), + static_cast(0x02), + static_cast(0x64), + static_cast(0x2c), + static_cast(0x0e), + static_cast(0x67), + static_cast(0x25), + static_cast(0xff), + static_cast(0x04), + static_cast(0x05), + static_cast(0xf9), + static_cast(0x7d), + static_cast(0x35), + static_cast(0x01), + static_cast(0x26), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x62), + static_cast(0xff), + static_cast(0x02), + static_cast(0x76), + static_cast(0x01), + static_cast(0x8e), + static_cast(0xae), + static_cast(0x00), + static_cast(0x73), + static_cast(0x31), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xab), + static_cast(0xff), + static_cast(0x47), + static_cast(0xae), + static_cast(0x02), + static_cast(0x5b), + static_cast(0x07), + static_cast(0x00), + static_cast(0xbf), + static_cast(0xe8), + static_cast(0xfd), + static_cast(0x32), + static_cast(0x34), + static_cast(0xff), + static_cast(0x36), + static_cast(0x63), + static_cast(0x00), + static_cast(0xae), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xec), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x69), + static_cast(0xaf), + static_cast(0x00), + static_cast(0xec), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x66), + static_cast(0x01), + static_cast(0x23), + static_cast(0x3c), + static_cast(0x01), + static_cast(0xd0), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x01), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x02), + static_cast(0xac), + static_cast(0x01), + static_cast(0x7d), + static_cast(0x70), + static_cast(0x01), + static_cast(0x56), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x54), + static_cast(0x38), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x64), + static_cast(0x00), + static_cast(0x1d), + static_cast(0xec), + static_cast(0xff), + static_cast(0x48), + static_cast(0x28), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x54), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x90), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x30), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xac), + static_cast(0xff), + static_cast(0x42), + static_cast(0x12), + static_cast(0xff), + static_cast(0x64), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x25), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x36), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x48), + static_cast(0xff), + static_cast(0x03), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x61), + static_cast(0x21), + static_cast(0xff), + static_cast(0x76), + static_cast(0x17), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x47), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x51), + static_cast(0xff), + static_cast(0x68), + static_cast(0x39), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x74), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xed), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x14), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x29), + static_cast(0xf5), + static_cast(0x09), + static_cast(0xbb), + static_cast(0xe6), + static_cast(0x11), + static_cast(0x75), + static_cast(0xd5), + static_cast(0x03), + static_cast(0xdb), + static_cast(0x23), + static_cast(0x03), + static_cast(0x76), + static_cast(0x27), + static_cast(0x0d), + static_cast(0x97), + static_cast(0x42), + static_cast(0xff), + static_cast(0x72), + static_cast(0x76), + static_cast(0xfa), + static_cast(0x7d), + static_cast(0x60), + static_cast(0x01), + static_cast(0x57), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xf1), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x4e), + static_cast(0x01), + static_cast(0x00), + static_cast(0x87), + static_cast(0x00), + static_cast(0x51), + static_cast(0x23), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xef), + static_cast(0xff), + static_cast(0x22), + static_cast(0x9b), + static_cast(0x02), + static_cast(0xd3), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x48), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x57), + static_cast(0x11), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x4c), + static_cast(0xcb), + static_cast(0x00), + static_cast(0x40), + static_cast(0xb7), + static_cast(0x00), + static_cast(0x32), + static_cast(0xa3), + static_cast(0x01), + static_cast(0x4a), + static_cast(0xd7), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x1d), + static_cast(0x01), + static_cast(0x95), + static_cast(0x9d), + static_cast(0x01), + static_cast(0xd5), + static_cast(0x6c), + static_cast(0x01), + static_cast(0x12), + static_cast(0x10), + static_cast(0x01), + static_cast(0x7f), + static_cast(0x1d), + static_cast(0x00), + static_cast(0xb0), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x13), + static_cast(0x00), + static_cast(0x7b), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x37), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x26), + static_cast(0xff), + static_cast(0x16), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x79), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x03), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x85), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x35), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x18), + static_cast(0xff), + static_cast(0x94), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x50), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x51), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x52), + static_cast(0xff), + static_cast(0x85), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x81), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x04), + static_cast(0xac), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x81), + static_cast(0x07), + static_cast(0xc4), + static_cast(0x62), + static_cast(0x10), + static_cast(0x39), + static_cast(0x34), + static_cast(0x06), + static_cast(0x11), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x3b), + static_cast(0x37), + static_cast(0x0b), + static_cast(0x78), + static_cast(0x4f), + static_cast(0x02), + static_cast(0xca), + static_cast(0xd4), + static_cast(0xfa), + static_cast(0x46), + static_cast(0xaa), + static_cast(0x01), + static_cast(0x71), + static_cast(0xad), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x23), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x96), + static_cast(0x01), + static_cast(0x3b), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x49), + static_cast(0xad), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x59), + static_cast(0xf9), + static_cast(0x01), + static_cast(0x02), + static_cast(0x86), + static_cast(0x00), + static_cast(0x12), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x39), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x44), + static_cast(0x00), + static_cast(0x85), + static_cast(0x90), + static_cast(0x00), + static_cast(0xaa), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xb3), + static_cast(0x00), + static_cast(0x58), + static_cast(0x5c), + static_cast(0x01), + static_cast(0x1e), + static_cast(0x94), + static_cast(0x01), + static_cast(0xcd), + static_cast(0xc3), + static_cast(0x01), + static_cast(0xeb), + static_cast(0xdc), + static_cast(0x00), + static_cast(0x7b), + static_cast(0x48), + static_cast(0x01), + static_cast(0x4f), + static_cast(0x0a), + static_cast(0x01), + static_cast(0x7d), + static_cast(0x8c), + static_cast(0x00), + static_cast(0xa5), + static_cast(0xca), + static_cast(0x00), + static_cast(0x2e), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x69), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x45), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x02), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x74), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xef), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x13), + static_cast(0xff), + static_cast(0x91), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x27), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x35), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x36), + static_cast(0xff), + static_cast(0x88), + static_cast(0x31), + static_cast(0xff), + static_cast(0x07), + static_cast(0x40), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x56), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x60), + static_cast(0xff), + static_cast(0x96), + static_cast(0x69), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x83), + static_cast(0xff), + static_cast(0x86), + static_cast(0xae), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xab), + static_cast(0xff), + static_cast(0x23), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x63), + static_cast(0x08), + static_cast(0x36), + static_cast(0x67), + static_cast(0x0e), + static_cast(0xae), + static_cast(0x6a), + static_cast(0x03), + static_cast(0x38), + static_cast(0xb1), + static_cast(0x03), + static_cast(0xe9), + static_cast(0xa0), + static_cast(0x0a), + static_cast(0xd7), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x40), + static_cast(0xfd), + static_cast(0x52), + static_cast(0x6a), + static_cast(0x01), + static_cast(0xdd), + static_cast(0x79), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x4a), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x56), + static_cast(0x01), + static_cast(0x48), + static_cast(0x9e), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x51), + static_cast(0xff), + static_cast(0xba), + static_cast(0x34), + static_cast(0x00), + static_cast(0x55), + static_cast(0xce), + static_cast(0x01), + static_cast(0x22), + static_cast(0x08), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x58), + static_cast(0xff), + static_cast(0x01), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xdb), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x11), + static_cast(0x01), + static_cast(0x30), + static_cast(0xa4), + static_cast(0x00), + static_cast(0xef), + static_cast(0x92), + static_cast(0x01), + static_cast(0x8c), + static_cast(0x0d), + static_cast(0x02), + static_cast(0x3f), + static_cast(0xd3), + static_cast(0x01), + static_cast(0x0d), + static_cast(0xf6), + static_cast(0x00), + static_cast(0xda), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x06), + static_cast(0x59), + static_cast(0x00), + static_cast(0xea), + static_cast(0x93), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x73), + static_cast(0x00), + static_cast(0x15), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x06), + static_cast(0x72), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x75), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x60), + static_cast(0xff), + static_cast(0x08), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xff), + static_cast(0x40), + static_cast(0x12), + static_cast(0xff), + static_cast(0xec), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x19), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x11), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x30), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0x04), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x33), + static_cast(0xff), + static_cast(0xad), + static_cast(0x32), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x33), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x44), + static_cast(0xff), + static_cast(0xad), + static_cast(0x35), + static_cast(0xff), + static_cast(0xab), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x53), + static_cast(0x63), + static_cast(0xff), + static_cast(0x68), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x80), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x78), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x23), + static_cast(0x88), + static_cast(0xff), + static_cast(0x86), + static_cast(0x7b), + static_cast(0x07), + static_cast(0x08), + static_cast(0x85), + static_cast(0x0c), + static_cast(0x25), + static_cast(0x86), + static_cast(0x03), + static_cast(0x73), + static_cast(0x7e), + static_cast(0x04), + static_cast(0x99), + static_cast(0x62), + static_cast(0x09), + static_cast(0x4d), + static_cast(0x50), + static_cast(0x00), + static_cast(0xbc), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x9f), + static_cast(0x01), + static_cast(0x8f), + static_cast(0x61), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x6a), + static_cast(0x00), + static_cast(0x39), + static_cast(0x7d), + static_cast(0x01), + static_cast(0x29), + static_cast(0x76), + static_cast(0x00), + static_cast(0x9e), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x65), + static_cast(0x78), + static_cast(0x00), + static_cast(0x54), + static_cast(0xf6), + static_cast(0x01), + static_cast(0xf1), + static_cast(0x77), + static_cast(0x00), + static_cast(0xae), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x01), + static_cast(0x5f), + static_cast(0x00), + static_cast(0xd6), + static_cast(0xcf), + static_cast(0x01), + static_cast(0xe1), + static_cast(0x23), + static_cast(0x02), + static_cast(0xec), + static_cast(0x35), + static_cast(0x01), + static_cast(0x81), + static_cast(0xd1), + static_cast(0x01), + static_cast(0xde), + static_cast(0xb3), + static_cast(0x01), + static_cast(0xfc), + static_cast(0x64), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x66), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x98), + static_cast(0x39), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x23), + static_cast(0x00), + static_cast(0x35), + static_cast(0x85), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x07), + static_cast(0x00), + static_cast(0x50), + static_cast(0x56), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x54), + static_cast(0xff), + static_cast(0x11), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x03), + static_cast(0x07), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xac), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x69), + static_cast(0xff), + static_cast(0x74), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x11), + static_cast(0xff), + static_cast(0x99), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x15), + static_cast(0x38), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x37), + static_cast(0xff), + static_cast(0x72), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x41), + static_cast(0xff), + static_cast(0x90), + static_cast(0x46), + static_cast(0xff), + static_cast(0x78), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x09), + static_cast(0x67), + static_cast(0xff), + static_cast(0x69), + static_cast(0x76), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x73), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x76), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x74), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x97), + static_cast(0x06), + static_cast(0x78), + static_cast(0xc9), + static_cast(0x0b), + static_cast(0xbf), + static_cast(0xf2), + static_cast(0x03), + static_cast(0x64), + static_cast(0x81), + static_cast(0x03), + static_cast(0x4f), + static_cast(0x5c), + static_cast(0x08), + static_cast(0xe9), + static_cast(0xbc), + static_cast(0x01), + static_cast(0x2f), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x27), + static_cast(0x48), + static_cast(0x01), + static_cast(0x5d), + static_cast(0x63), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x4c), + static_cast(0x79), + static_cast(0x01), + static_cast(0x25), + static_cast(0xe4), + static_cast(0x00), + static_cast(0x82), + static_cast(0xef), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x9e), + static_cast(0x00), + static_cast(0xbe), + static_cast(0xfd), + static_cast(0x01), + static_cast(0x75), + static_cast(0x27), + static_cast(0x01), + static_cast(0x96), + static_cast(0x1b), + static_cast(0x01), + static_cast(0x3b), + static_cast(0xbf), + static_cast(0x01), + static_cast(0x69), + static_cast(0x71), + static_cast(0x02), + static_cast(0xb8), + static_cast(0x11), + static_cast(0x02), + static_cast(0x28), + static_cast(0xa7), + static_cast(0x00), + static_cast(0x07), + static_cast(0xad), + static_cast(0x00), + static_cast(0x05), + static_cast(0x92), + static_cast(0x00), + static_cast(0xd2), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x21), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x93), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x01), + static_cast(0x00), + static_cast(0x15), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x71), + static_cast(0x25), + static_cast(0x00), + static_cast(0xce), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x91), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xae), + static_cast(0x31), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0x46), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x69), + static_cast(0x20), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x18), + static_cast(0xff), + static_cast(0x29), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x19), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x01), + static_cast(0x21), + static_cast(0xff), + static_cast(0x49), + static_cast(0x35), + static_cast(0xff), + static_cast(0x38), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x10), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x13), + static_cast(0xff), + static_cast(0xac), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x13), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x42), + static_cast(0xff), + static_cast(0x14), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x45), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x53), + static_cast(0xff), + static_cast(0x97), + static_cast(0x63), + static_cast(0xff), + static_cast(0x43), + static_cast(0x66), + static_cast(0xff), + static_cast(0x16), + static_cast(0x55), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x61), + static_cast(0x70), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x76), + static_cast(0xff), + static_cast(0x28), + static_cast(0x86), + static_cast(0xff), + static_cast(0x71), + static_cast(0xe2), + static_cast(0x03), + static_cast(0x05), + static_cast(0x5f), + static_cast(0x09), + static_cast(0x60), + static_cast(0x07), + static_cast(0x06), + static_cast(0xe2), + static_cast(0xc8), + static_cast(0x03), + static_cast(0xba), + static_cast(0xd3), + static_cast(0x07), + static_cast(0xfc), + static_cast(0x4a), + static_cast(0x03), + static_cast(0x95), + static_cast(0x91), + static_cast(0xff), + static_cast(0x24), + static_cast(0xad), + static_cast(0x01), + static_cast(0xc2), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x98), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x21), + static_cast(0x02), + static_cast(0xfa), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x50), + static_cast(0x6d), + static_cast(0x00), + static_cast(0xe4), + static_cast(0x78), + static_cast(0x01), + static_cast(0x54), + static_cast(0x25), + static_cast(0x03), + static_cast(0x91), + static_cast(0x59), + static_cast(0x02), + static_cast(0x52), + static_cast(0x4c), + static_cast(0x01), + static_cast(0x72), + static_cast(0xdb), + static_cast(0x01), + static_cast(0xcb), + static_cast(0xb2), + static_cast(0x01), + static_cast(0xb9), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x0f), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x45), + static_cast(0x00), + static_cast(0x81), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x23), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xec), + static_cast(0xf1), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x67), + static_cast(0xff), + static_cast(0x76), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xee), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x84), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x80), + static_cast(0x42), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x60), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x27), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x36), + static_cast(0xff), + static_cast(0x55), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xce), + static_cast(0x57), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x76), + static_cast(0x20), + static_cast(0xff), + static_cast(0xba), + static_cast(0x41), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x57), + static_cast(0x12), + static_cast(0xff), + static_cast(0xad), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x05), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x16), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x49), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x45), + static_cast(0xff), + static_cast(0x21), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x27), + static_cast(0x48), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x43), + static_cast(0xff), + static_cast(0x82), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x58), + static_cast(0xff), + static_cast(0x02), + static_cast(0x44), + static_cast(0xff), + static_cast(0x47), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x78), + static_cast(0x63), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x81), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x83), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x87), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xf8), + static_cast(0x04), + static_cast(0x7c), + static_cast(0xb9), + static_cast(0x09), + static_cast(0xbf), + static_cast(0x14), + static_cast(0x05), + static_cast(0x3f), + static_cast(0xb6), + static_cast(0x03), + static_cast(0x37), + static_cast(0x5e), + static_cast(0x06), + static_cast(0x91), + static_cast(0xc2), + static_cast(0x02), + static_cast(0xe8), + static_cast(0x15), + static_cast(0x01), + static_cast(0xb6), + static_cast(0x37), + static_cast(0x01), + static_cast(0x96), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x10), + static_cast(0x77), + static_cast(0x01), + static_cast(0x58), + static_cast(0xd2), + static_cast(0x02), + static_cast(0x9f), + static_cast(0x36), + static_cast(0x02), + static_cast(0x0e), + static_cast(0xb2), + static_cast(0x01), + static_cast(0x42), + static_cast(0x94), + static_cast(0x02), + static_cast(0x7c), + static_cast(0x05), + static_cast(0x03), + static_cast(0xf5), + static_cast(0xc2), + static_cast(0x01), + static_cast(0xbf), + static_cast(0x75), + static_cast(0x00), + static_cast(0x65), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x72), + static_cast(0xaa), + static_cast(0x00), + static_cast(0x2a), + static_cast(0xf7), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x66), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x59), + static_cast(0x81), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x59), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x73), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x70), + static_cast(0xff), + static_cast(0x50), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x13), + static_cast(0x81), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x80), + static_cast(0xff), + static_cast(0xea), + static_cast(0x34), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x22), + static_cast(0xff), + static_cast(0x16), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x18), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x27), + static_cast(0xff), + static_cast(0x49), + static_cast(0x37), + static_cast(0xff), + static_cast(0x19), + static_cast(0x67), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x40), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x34), + static_cast(0x14), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x18), + static_cast(0xff), + static_cast(0xab), + static_cast(0x30), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x39), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x52), + static_cast(0xff), + static_cast(0x55), + static_cast(0x42), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x32), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xec), + static_cast(0x47), + static_cast(0xff), + static_cast(0x49), + static_cast(0x55), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xda), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x71), + static_cast(0xff), + static_cast(0x23), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x13), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xd9), + static_cast(0x03), + static_cast(0xe2), + static_cast(0x2e), + static_cast(0x08), + static_cast(0x94), + static_cast(0x87), + static_cast(0x05), + static_cast(0x37), + static_cast(0x9f), + static_cast(0x04), + static_cast(0x53), + static_cast(0x99), + static_cast(0x06), + static_cast(0x20), + static_cast(0x37), + static_cast(0x03), + static_cast(0xd4), + static_cast(0x21), + static_cast(0x01), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x01), + static_cast(0x18), + static_cast(0xa5), + static_cast(0x01), + static_cast(0x8a), + static_cast(0x1b), + static_cast(0x03), + static_cast(0xf1), + static_cast(0xdc), + static_cast(0x03), + static_cast(0x4e), + static_cast(0xc4), + static_cast(0x02), + static_cast(0xf0), + static_cast(0x01), + static_cast(0x02), + static_cast(0xb0), + static_cast(0x89), + static_cast(0x01), + static_cast(0x8c), + static_cast(0xef), + static_cast(0x00), + static_cast(0x26), + static_cast(0x48), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x05), + static_cast(0x00), + static_cast(0xac), + static_cast(0x85), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x19), + static_cast(0x01), + static_cast(0x1d), + static_cast(0x9b), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x80), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x55), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x23), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x72), + static_cast(0xff), + static_cast(0xea), + static_cast(0x62), + static_cast(0xff), + static_cast(0x45), + static_cast(0x43), + static_cast(0xff), + static_cast(0xca), + static_cast(0x69), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x04), + static_cast(0xff), + static_cast(0x70), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x36), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x92), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x34), + static_cast(0xff), + static_cast(0x74), + static_cast(0x43), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x49), + static_cast(0xff), + static_cast(0x28), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xba), + static_cast(0x58), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x28), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x08), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x19), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x87), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x10), + static_cast(0x33), + static_cast(0xff), + static_cast(0x84), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x32), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x64), + static_cast(0x38), + static_cast(0xff), + static_cast(0x23), + static_cast(0x38), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x43), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x54), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x72), + static_cast(0xff), + static_cast(0x41), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x80), + static_cast(0x73), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x70), + static_cast(0x72), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x99), + static_cast(0xff), + static_cast(0x70), + static_cast(0x29), + static_cast(0x04), + static_cast(0x8d), + static_cast(0x6b), + static_cast(0x09), + static_cast(0xdc), + static_cast(0xd2), + static_cast(0x06), + static_cast(0x66), + static_cast(0xdd), + static_cast(0x03), + static_cast(0xd4), + static_cast(0xbb), + static_cast(0x04), + static_cast(0x03), + static_cast(0x7e), + static_cast(0x03), + static_cast(0x5c), + static_cast(0xdf), + static_cast(0x03), + static_cast(0x7d), + static_cast(0xf7), + static_cast(0x04), + static_cast(0x9e), + static_cast(0x53), + static_cast(0x03), + static_cast(0x5c), + static_cast(0x8e), + static_cast(0x02), + static_cast(0x50), + static_cast(0x59), + static_cast(0x02), + static_cast(0x05), + static_cast(0x08), + static_cast(0x01), + static_cast(0x2c), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x03), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x94), + static_cast(0x00), + static_cast(0xa5), + static_cast(0xf6), + static_cast(0x00), + static_cast(0xaa), + static_cast(0xcc), + static_cast(0x00), + static_cast(0xaf), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x38), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xad), + static_cast(0x44), + static_cast(0x00), + static_cast(0x49), + static_cast(0x98), + static_cast(0xff), + static_cast(0xde), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x23), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x77), + static_cast(0xff), + static_cast(0x73), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x47), + static_cast(0xff), + static_cast(0x70), + static_cast(0x61), + static_cast(0xff), + static_cast(0x99), + static_cast(0x99), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x03), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x00), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x08), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x17), + static_cast(0xff), + static_cast(0x40), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x61), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x62), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x56), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x44), + static_cast(0xff), + static_cast(0x40), + static_cast(0x43), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x76), + static_cast(0x26), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x04), + static_cast(0x51), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x18), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x28), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x41), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x09), + static_cast(0x28), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x58), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x80), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x28), + static_cast(0x51), + static_cast(0xff), + static_cast(0x79), + static_cast(0x96), + static_cast(0xff), + static_cast(0x46), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x36), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x04), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x82), + static_cast(0xb5), + static_cast(0x04), + static_cast(0x94), + static_cast(0xa0), + static_cast(0x09), + static_cast(0x1f), + static_cast(0xe4), + static_cast(0x06), + static_cast(0xfa), + static_cast(0x0c), + static_cast(0x06), + static_cast(0xdd), + static_cast(0x75), + static_cast(0x07), + static_cast(0xb4), + static_cast(0x0f), + static_cast(0x05), + static_cast(0xaa), + static_cast(0xd6), + static_cast(0x04), + static_cast(0x46), + static_cast(0x7a), + static_cast(0x04), + static_cast(0x4e), + static_cast(0x4e), + static_cast(0x01), + static_cast(0xba), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x52), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x91), + static_cast(0x19), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x68), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x56), + static_cast(0x00), + static_cast(0x92), + static_cast(0x88), + static_cast(0x00), + static_cast(0x8d), + static_cast(0x67), + static_cast(0x00), + static_cast(0x9a), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xed), + static_cast(0xff), + static_cast(0x20), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x15), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xac), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xed), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x85), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x62), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x53), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x60), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x65), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x28), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x52), + static_cast(0xff), + static_cast(0x06), + static_cast(0x50), + static_cast(0xff), + static_cast(0x96), + static_cast(0x62), + static_cast(0xff), + static_cast(0x73), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x24), + static_cast(0x38), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x32), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x36), + static_cast(0xff), + static_cast(0xde), + static_cast(0x13), + static_cast(0xff), + static_cast(0x68), + static_cast(0x20), + static_cast(0xff), + static_cast(0xea), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x17), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x29), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x33), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x81), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x65), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x35), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x90), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x51), + static_cast(0x54), + static_cast(0x05), + static_cast(0xc7), + static_cast(0xc5), + static_cast(0x0b), + static_cast(0xdb), + static_cast(0x67), + static_cast(0x0a), + static_cast(0xea), + static_cast(0x11), + static_cast(0x09), + static_cast(0xc1), + static_cast(0xc0), + static_cast(0x07), + static_cast(0x24), + static_cast(0x56), + static_cast(0x03), + static_cast(0x0c), + static_cast(0x38), + static_cast(0x02), + static_cast(0x2b), + static_cast(0x36), + static_cast(0x01), + static_cast(0xa1), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x20), + static_cast(0x00), + static_cast(0x92), + static_cast(0x66), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x64), + static_cast(0xae), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x71), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x44), + static_cast(0x61), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x41), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x43), + static_cast(0x44), + static_cast(0xff), + static_cast(0xec), + static_cast(0x55), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x91), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x52), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x62), + static_cast(0xff), + static_cast(0x33), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x56), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x47), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x30), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x38), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x20), + static_cast(0x25), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x28), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x11), + static_cast(0xff), + static_cast(0x77), + static_cast(0x10), + static_cast(0xff), + static_cast(0x81), + static_cast(0x20), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x34), + static_cast(0xff), + static_cast(0x42), + static_cast(0x39), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x34), + static_cast(0xff), + static_cast(0x78), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x49), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x27), + static_cast(0x22), + static_cast(0xff), + static_cast(0x02), + static_cast(0x91), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x77), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x48), + static_cast(0xff), + static_cast(0x87), + static_cast(0xba), + static_cast(0xff), + static_cast(0x14), + static_cast(0x67), + static_cast(0xff), + static_cast(0x93), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x16), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x82), + static_cast(0x05), + static_cast(0xb1), + static_cast(0xea), + static_cast(0x0e), + static_cast(0xf3), + static_cast(0x03), + static_cast(0x0f), + static_cast(0xa9), + static_cast(0x65), + static_cast(0x08), + static_cast(0x85), + static_cast(0x0b), + static_cast(0x03), + static_cast(0xad), + static_cast(0x10), + static_cast(0x00), + static_cast(0xb3), + static_cast(0xaf), + static_cast(0x01), + static_cast(0x97), + static_cast(0xe6), + static_cast(0x02), + static_cast(0x97), + static_cast(0x7f), + static_cast(0x01), + static_cast(0xad), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x86), + static_cast(0xfe), + static_cast(0xef), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x43), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x04), + static_cast(0x00), + static_cast(0xf2), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x86), + static_cast(0x85), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x39), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x64), + static_cast(0xff), + static_cast(0x50), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x03), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x30), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x28), + static_cast(0xff), + static_cast(0x06), + static_cast(0x17), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x16), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x44), + static_cast(0xff), + static_cast(0xca), + static_cast(0x90), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x77), + static_cast(0xff), + static_cast(0x72), + static_cast(0x83), + static_cast(0xff), + static_cast(0x84), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x43), + static_cast(0x14), + static_cast(0xff), + static_cast(0x73), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x36), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x30), + static_cast(0xff), + static_cast(0x28), + static_cast(0x31), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x39), + static_cast(0xff), + static_cast(0x49), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x74), + static_cast(0x66), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x16), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x25), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x29), + static_cast(0xff), + static_cast(0x38), + static_cast(0x18), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x20), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x03), + static_cast(0xff), + static_cast(0x90), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x50), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x38), + static_cast(0xff), + static_cast(0x88), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x61), + static_cast(0x76), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x35), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x71), + static_cast(0xff), + static_cast(0x91), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x47), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x29), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x74), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x76), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xab), + static_cast(0xff), + static_cast(0xea), + static_cast(0xca), + static_cast(0x05), + static_cast(0xd0), + static_cast(0x68), + static_cast(0x0f), + static_cast(0x09), + static_cast(0x25), + static_cast(0x0d), + static_cast(0x80), + static_cast(0x77), + static_cast(0x04), + static_cast(0x2b), + static_cast(0x4c), + static_cast(0x02), + static_cast(0xf4), + static_cast(0x58), + static_cast(0x02), + static_cast(0x3e), + static_cast(0x20), + static_cast(0x04), + static_cast(0x87), + static_cast(0x80), + static_cast(0x04), + static_cast(0x05), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x04), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x20), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x79), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x42), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x83), + static_cast(0x4f), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x98), + static_cast(0x96), + static_cast(0xff), + static_cast(0x49), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x68), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x63), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x21), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x06), + static_cast(0xff), + static_cast(0x62), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x18), + static_cast(0xff), + static_cast(0x69), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x64), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x58), + static_cast(0xff), + static_cast(0x32), + static_cast(0x72), + static_cast(0xff), + static_cast(0xac), + static_cast(0x29), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x20), + static_cast(0xff), + static_cast(0x35), + static_cast(0x17), + static_cast(0xff), + static_cast(0x65), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x05), + static_cast(0xff), + static_cast(0x69), + static_cast(0x40), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x38), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x18), + static_cast(0x47), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x18), + static_cast(0xff), + static_cast(0x54), + static_cast(0x31), + static_cast(0xff), + static_cast(0x44), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x10), + static_cast(0xff), + static_cast(0x46), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x17), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x13), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x25), + static_cast(0xff), + static_cast(0x62), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x35), + static_cast(0xff), + static_cast(0xee), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x63), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x71), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x57), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x06), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x78), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x61), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x55), + static_cast(0xff), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xe4), + static_cast(0x03), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x7a), + static_cast(0xc3), + static_cast(0x06), + static_cast(0x1e), + static_cast(0x13), + static_cast(0x04), + static_cast(0x87), + static_cast(0xbe), + static_cast(0x05), + static_cast(0x59), + static_cast(0xcf), + static_cast(0x05), + static_cast(0xf2), + static_cast(0xb7), + static_cast(0x05), + static_cast(0x8b), + static_cast(0xf4), + static_cast(0x04), + static_cast(0x4a), + static_cast(0x2b), + static_cast(0x02), + static_cast(0x9f), + static_cast(0x44), + static_cast(0x01), + static_cast(0x4e), + static_cast(0xc9), + static_cast(0x01), + static_cast(0xb5), + static_cast(0x1d), + static_cast(0x01), + static_cast(0xcf), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x20), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x46), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x35), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xae), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x20), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x30), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x40), + static_cast(0x29), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x37), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x65), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x42), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x97), + static_cast(0xff), + static_cast(0x63), + static_cast(0x57), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x01), + static_cast(0xff), + static_cast(0x08), + static_cast(0x42), + static_cast(0xff), + static_cast(0x40), + static_cast(0x53), + static_cast(0xff), + static_cast(0x70), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x31), + static_cast(0xff), + static_cast(0x80), + static_cast(0x56), + static_cast(0xff), + static_cast(0x14), + static_cast(0x28), + static_cast(0xff), + static_cast(0x80), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x39), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x22), + static_cast(0xff), + static_cast(0xef), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x22), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x27), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x10), + static_cast(0xff), + static_cast(0x64), + static_cast(0x13), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x10), + static_cast(0xff), + static_cast(0x32), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x54), + static_cast(0x55), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x54), + static_cast(0xff), + static_cast(0x36), + static_cast(0x59), + static_cast(0xff), + static_cast(0x85), + static_cast(0x66), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x69), + static_cast(0xff), + static_cast(0x78), + static_cast(0x45), + static_cast(0xff), + static_cast(0x71), + static_cast(0x35), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x59), + static_cast(0xff), + static_cast(0x98), + static_cast(0x42), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x69), + static_cast(0xff), + static_cast(0x09), + static_cast(0x75), + static_cast(0xff), + static_cast(0x68), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x8d), + static_cast(0x03), + static_cast(0xf4), + static_cast(0xc7), + static_cast(0x06), + static_cast(0xb1), + static_cast(0xf7), + static_cast(0x03), + static_cast(0x66), + static_cast(0x7b), + static_cast(0x02), + static_cast(0xb5), + static_cast(0x85), + static_cast(0x04), + static_cast(0x83), + static_cast(0x4c), + static_cast(0x05), + static_cast(0x88), + static_cast(0xef), + static_cast(0x04), + static_cast(0x1a), + static_cast(0xaa), + static_cast(0x03), + static_cast(0x53), + static_cast(0x20), + static_cast(0x03), + static_cast(0x55), + static_cast(0xfe), + static_cast(0x03), + static_cast(0xb6), + static_cast(0xe4), + static_cast(0x03), + static_cast(0xaf), + static_cast(0xcc), + static_cast(0x02), + static_cast(0xdf), + static_cast(0xab), + static_cast(0x01), + static_cast(0x1a), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x12), + static_cast(0xaa), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x19), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x73), + static_cast(0xff), + static_cast(0x89), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x25), + static_cast(0xff), + static_cast(0x28), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x27), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x98), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x39), + static_cast(0xff), + static_cast(0x98), + static_cast(0x13), + static_cast(0xff), + static_cast(0x37), + static_cast(0x53), + static_cast(0xff), + static_cast(0x03), + static_cast(0x36), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0x50), + static_cast(0xff), + static_cast(0x38), + static_cast(0x60), + static_cast(0xff), + static_cast(0x13), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x69), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x26), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x41), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x69), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x84), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x43), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x68), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x00), + static_cast(0x13), + static_cast(0xff), + static_cast(0x17), + static_cast(0x35), + static_cast(0xff), + static_cast(0x79), + static_cast(0x17), + static_cast(0xff), + static_cast(0x35), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x32), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x18), + static_cast(0x32), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x33), + static_cast(0xff), + static_cast(0x85), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x40), + static_cast(0x89), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x71), + static_cast(0xff), + static_cast(0xad), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x62), + static_cast(0xff), + static_cast(0x36), + static_cast(0x42), + static_cast(0xff), + static_cast(0x64), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x65), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xf7), + static_cast(0x03), + static_cast(0x75), + static_cast(0x65), + static_cast(0x07), + static_cast(0xb0), + static_cast(0x51), + static_cast(0x04), + static_cast(0x3a), + static_cast(0xb8), + static_cast(0x02), + static_cast(0xba), + static_cast(0x43), + static_cast(0x04), + static_cast(0x59), + static_cast(0xec), + static_cast(0x03), + static_cast(0x73), + static_cast(0xad), + static_cast(0x02), + static_cast(0x72), + static_cast(0x8d), + static_cast(0x01), + static_cast(0xa4), + static_cast(0xb4), + static_cast(0x01), + static_cast(0xe0), + static_cast(0x58), + static_cast(0x03), + static_cast(0x49), + static_cast(0x1b), + static_cast(0x04), + static_cast(0xb7), + static_cast(0x4d), + static_cast(0x03), + static_cast(0x31), + static_cast(0x8e), + static_cast(0x02), + static_cast(0x54), + static_cast(0x6a), + static_cast(0x02), + static_cast(0x2c), + static_cast(0x20), + static_cast(0x02), + static_cast(0xc9), + static_cast(0x5d), + static_cast(0x01), + static_cast(0x4f), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x92), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x76), + static_cast(0xff), + static_cast(0x59), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x29), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x04), + static_cast(0xff), + static_cast(0x97), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xba), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x78), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x30), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x42), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0x27), + static_cast(0xff), + static_cast(0x31), + static_cast(0x36), + static_cast(0xff), + static_cast(0x52), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x81), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x79), + static_cast(0xff), + static_cast(0xec), + static_cast(0x52), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x31), + static_cast(0x33), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x30), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xad), + static_cast(0x45), + static_cast(0xff), + static_cast(0x22), + static_cast(0x30), + static_cast(0xff), + static_cast(0xad), + static_cast(0x19), + static_cast(0xff), + static_cast(0x46), + static_cast(0x17), + static_cast(0xff), + static_cast(0x85), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x12), + static_cast(0x32), + static_cast(0xff), + static_cast(0xad), + static_cast(0x57), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x31), + static_cast(0xff), + static_cast(0x43), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x54), + static_cast(0xff), + static_cast(0x95), + static_cast(0x54), + static_cast(0xff), + static_cast(0x50), + static_cast(0x49), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x43), + static_cast(0xff), + static_cast(0x58), + static_cast(0x41), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x42), + static_cast(0xff), + static_cast(0x03), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x94), + static_cast(0xff), + static_cast(0x45), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x79), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x73), + static_cast(0x2e), + static_cast(0x04), + static_cast(0x73), + static_cast(0x39), + static_cast(0x08), + static_cast(0xdf), + static_cast(0x46), + static_cast(0x04), + static_cast(0x0d), + static_cast(0xea), + static_cast(0x01), + static_cast(0x37), + static_cast(0x64), + static_cast(0x04), + static_cast(0x3f), + static_cast(0x19), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x02), + static_cast(0x51), + static_cast(0x67), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x68), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x9a), + static_cast(0x02), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x02), + static_cast(0xa0), + static_cast(0xe3), + static_cast(0x01), + static_cast(0xc1), + static_cast(0x42), + static_cast(0x02), + static_cast(0x3a), + static_cast(0x67), + static_cast(0x03), + static_cast(0x56), + static_cast(0x3f), + static_cast(0x03), + static_cast(0x8f), + static_cast(0x93), + static_cast(0x02), + static_cast(0x31), + static_cast(0x92), + static_cast(0x01), + static_cast(0x0f), + static_cast(0x84), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x59), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x81), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x91), + static_cast(0xff), + static_cast(0x32), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x11), + static_cast(0x63), + static_cast(0xff), + static_cast(0x31), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x49), + static_cast(0x81), + static_cast(0xff), + static_cast(0x94), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x30), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x29), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x78), + static_cast(0xff), + static_cast(0xba), + static_cast(0x96), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x41), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x75), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x68), + static_cast(0xff), + static_cast(0x07), + static_cast(0x33), + static_cast(0xff), + static_cast(0x92), + static_cast(0x46), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x38), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xad), + static_cast(0x28), + static_cast(0xff), + static_cast(0x42), + static_cast(0x32), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x03), + static_cast(0x41), + static_cast(0xff), + static_cast(0x08), + static_cast(0x70), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x43), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x22), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x12), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x43), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x58), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x25), + static_cast(0x56), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x86), + static_cast(0xff), + static_cast(0x51), + static_cast(0x87), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x89), + static_cast(0xff), + static_cast(0x55), + static_cast(0x38), + static_cast(0x04), + static_cast(0x8d), + static_cast(0x53), + static_cast(0x09), + static_cast(0x63), + static_cast(0x91), + static_cast(0x05), + static_cast(0xbb), + static_cast(0xba), + static_cast(0x01), + static_cast(0xeb), + static_cast(0x25), + static_cast(0x04), + static_cast(0x6d), + static_cast(0xe3), + static_cast(0x03), + static_cast(0x5c), + static_cast(0x54), + static_cast(0x01), + static_cast(0x31), + static_cast(0x28), + static_cast(0x00), + static_cast(0xf5), + static_cast(0xf5), + static_cast(0x00), + static_cast(0x46), + static_cast(0x96), + static_cast(0x02), + static_cast(0x4b), + static_cast(0xb5), + static_cast(0x01), + static_cast(0xd3), + static_cast(0x78), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x26), + static_cast(0x01), + static_cast(0x55), + static_cast(0xea), + static_cast(0x01), + static_cast(0x6c), + static_cast(0x3f), + static_cast(0x02), + static_cast(0xd9), + static_cast(0xde), + static_cast(0x02), + static_cast(0x37), + static_cast(0x96), + static_cast(0x02), + static_cast(0x5c), + static_cast(0x7c), + static_cast(0x01), + static_cast(0xb7), + static_cast(0x38), + static_cast(0x01), + static_cast(0x19), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x36), + static_cast(0x00), + static_cast(0x51), + static_cast(0x13), + static_cast(0x00), + static_cast(0x51), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x81), + static_cast(0xff), + static_cast(0x67), + static_cast(0x25), + static_cast(0xff), + static_cast(0x29), + static_cast(0x38), + static_cast(0xff), + static_cast(0x81), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x39), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x42), + static_cast(0x49), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x66), + static_cast(0xff), + static_cast(0x47), + static_cast(0x37), + static_cast(0xff), + static_cast(0xab), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x21), + static_cast(0xff), + static_cast(0x65), + static_cast(0x49), + static_cast(0xff), + static_cast(0xea), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x75), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x83), + static_cast(0x75), + static_cast(0xff), + static_cast(0xec), + static_cast(0x52), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x64), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x51), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x53), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x61), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x16), + static_cast(0xff), + static_cast(0xba), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x48), + static_cast(0x45), + static_cast(0xff), + static_cast(0x91), + static_cast(0x49), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x57), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x53), + static_cast(0xff), + static_cast(0x46), + static_cast(0x38), + static_cast(0xff), + static_cast(0x26), + static_cast(0x25), + static_cast(0xff), + static_cast(0x64), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x17), + static_cast(0x46), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x36), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x53), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x91), + static_cast(0xff), + static_cast(0x35), + static_cast(0x81), + static_cast(0xff), + static_cast(0x25), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x36), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x65), + static_cast(0x7a), + static_cast(0x04), + static_cast(0x5a), + static_cast(0xf0), + static_cast(0x09), + static_cast(0x60), + static_cast(0x15), + static_cast(0x06), + static_cast(0x15), + static_cast(0x13), + static_cast(0x02), + static_cast(0x30), + static_cast(0xc5), + static_cast(0x04), + static_cast(0xa2), + static_cast(0x69), + static_cast(0x04), + static_cast(0xc1), + static_cast(0x87), + static_cast(0x00), + static_cast(0x0a), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x14), + static_cast(0x01), + static_cast(0xc3), + static_cast(0x2c), + static_cast(0x03), + static_cast(0xbe), + static_cast(0x58), + static_cast(0x01), + static_cast(0xe7), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xaf), + static_cast(0xd6), + static_cast(0x00), + static_cast(0x14), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x61), + static_cast(0xf8), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x6b), + static_cast(0x01), + static_cast(0x19), + static_cast(0x62), + static_cast(0x01), + static_cast(0xa0), + static_cast(0x4e), + static_cast(0x01), + static_cast(0x48), + static_cast(0x02), + static_cast(0x02), + static_cast(0xd2), + static_cast(0xc8), + static_cast(0x01), + static_cast(0x95), + static_cast(0xef), + static_cast(0x00), + static_cast(0x46), + static_cast(0xa7), + static_cast(0x00), + static_cast(0x1c), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x24), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x55), + static_cast(0xff), + static_cast(0x25), + static_cast(0x61), + static_cast(0xff), + static_cast(0x17), + static_cast(0x73), + static_cast(0xff), + static_cast(0x60), + static_cast(0x72), + static_cast(0xff), + static_cast(0x44), + static_cast(0x66), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x68), + static_cast(0xff), + static_cast(0xab), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x15), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x32), + static_cast(0xff), + static_cast(0xac), + static_cast(0x31), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x67), + static_cast(0xff), + static_cast(0x80), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xab), + static_cast(0x51), + static_cast(0xff), + static_cast(0x11), + static_cast(0x52), + static_cast(0xff), + static_cast(0x09), + static_cast(0x75), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x09), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x99), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x13), + static_cast(0xff), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x35), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x34), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x48), + static_cast(0xff), + static_cast(0x78), + static_cast(0x82), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x69), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x54), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x10), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x38), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x79), + static_cast(0x65), + static_cast(0xff), + static_cast(0x32), + static_cast(0x83), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x62), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x74), + static_cast(0x05), + static_cast(0xb8), + static_cast(0x29), + static_cast(0x0b), + static_cast(0x53), + static_cast(0x56), + static_cast(0x06), + static_cast(0x15), + static_cast(0x37), + static_cast(0x02), + static_cast(0x8c), + static_cast(0xca), + static_cast(0x04), + static_cast(0x42), + static_cast(0x42), + static_cast(0x04), + static_cast(0xb7), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xb8), + static_cast(0x01), + static_cast(0xaf), + static_cast(0x31), + static_cast(0x03), + static_cast(0xbd), + static_cast(0x25), + static_cast(0x00), + static_cast(0xf7), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x42), + static_cast(0x28), + static_cast(0x01), + static_cast(0xde), + static_cast(0x09), + static_cast(0x01), + static_cast(0x1d), + static_cast(0x7d), + static_cast(0x00), + static_cast(0xad), + static_cast(0x9f), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x96), + static_cast(0x00), + static_cast(0x5d), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x41), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x65), + static_cast(0x01), + static_cast(0xb1), + static_cast(0x97), + static_cast(0x01), + static_cast(0x7a), + static_cast(0x4d), + static_cast(0x01), + static_cast(0x1c), + static_cast(0xdf), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x97), + static_cast(0x00), + static_cast(0x62), + static_cast(0x44), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x68), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x89), + static_cast(0xff), + static_cast(0x58), + static_cast(0x32), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x14), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x47), + static_cast(0xff), + static_cast(0x81), + static_cast(0x64), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x42), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x27), + static_cast(0xff), + static_cast(0x62), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x84), + static_cast(0x50), + static_cast(0xff), + static_cast(0x23), + static_cast(0x60), + static_cast(0xff), + static_cast(0x30), + static_cast(0x45), + static_cast(0xff), + static_cast(0x27), + static_cast(0x38), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x54), + static_cast(0xff), + static_cast(0x82), + static_cast(0x62), + static_cast(0xff), + static_cast(0x47), + static_cast(0x41), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x18), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x06), + static_cast(0x43), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x41), + static_cast(0x40), + static_cast(0xff), + static_cast(0x21), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x50), + static_cast(0x00), + static_cast(0xff), + static_cast(0x27), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x51), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x48), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x50), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x81), + static_cast(0xff), + static_cast(0x79), + static_cast(0x73), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x74), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xa1), + static_cast(0x05), + static_cast(0xa0), + static_cast(0x41), + static_cast(0x0c), + static_cast(0x71), + static_cast(0x7c), + static_cast(0x07), + static_cast(0x03), + static_cast(0x2c), + static_cast(0x02), + static_cast(0x51), + static_cast(0xaf), + static_cast(0x04), + static_cast(0xb9), + static_cast(0xaf), + static_cast(0x04), + static_cast(0x28), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x6d), + static_cast(0xfd), + static_cast(0xed), + static_cast(0xe1), + static_cast(0x01), + static_cast(0xbb), + static_cast(0x86), + static_cast(0x03), + static_cast(0x25), + static_cast(0x81), + static_cast(0xff), + static_cast(0x31), + static_cast(0x56), + static_cast(0xff), + static_cast(0x97), + static_cast(0x50), + static_cast(0x01), + static_cast(0xd4), + static_cast(0x14), + static_cast(0x01), + static_cast(0x01), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x60), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x21), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x90), + static_cast(0xff), + static_cast(0x05), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x25), + static_cast(0x00), + static_cast(0x37), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x4f), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x11), + static_cast(0x20), + static_cast(0x01), + static_cast(0xab), + static_cast(0x62), + static_cast(0x01), + static_cast(0x57), + static_cast(0x09), + static_cast(0x01), + static_cast(0x74), + static_cast(0x4c), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x47), + static_cast(0x00), + static_cast(0x00), + static_cast(0x33), + static_cast(0x00), + static_cast(0xf4), + static_cast(0xba), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x79), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x72), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x59), + static_cast(0xff), + static_cast(0x98), + static_cast(0x43), + static_cast(0xff), + static_cast(0x98), + static_cast(0x29), + static_cast(0xff), + static_cast(0x47), + static_cast(0x74), + static_cast(0xff), + static_cast(0x13), + static_cast(0x66), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x45), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x44), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x56), + static_cast(0xff), + static_cast(0x33), + static_cast(0x51), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x32), + static_cast(0xff), + static_cast(0x53), + static_cast(0x18), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x02), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x14), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x69), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x38), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x45), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x29), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x09), + static_cast(0x77), + static_cast(0xff), + static_cast(0x96), + static_cast(0x75), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x71), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x74), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x30), + static_cast(0x77), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x69), + static_cast(0xff), + static_cast(0x15), + static_cast(0x57), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xee), + static_cast(0x05), + static_cast(0xd7), + static_cast(0xd3), + static_cast(0x0d), + static_cast(0x50), + static_cast(0xc0), + static_cast(0x08), + static_cast(0xb7), + static_cast(0x98), + static_cast(0x01), + static_cast(0xd1), + static_cast(0x4a), + static_cast(0x04), + static_cast(0x5f), + static_cast(0xea), + static_cast(0x04), + static_cast(0xbe), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x29), + static_cast(0xfd), + static_cast(0x50), + static_cast(0xe6), + static_cast(0x01), + static_cast(0x52), + static_cast(0x88), + static_cast(0x03), + static_cast(0x3c), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xac), + static_cast(0x01), + static_cast(0x0f), + static_cast(0x2e), + static_cast(0x01), + static_cast(0xf6), + static_cast(0x22), + static_cast(0x00), + static_cast(0x28), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x54), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x29), + static_cast(0x4f), + static_cast(0x01), + static_cast(0x0b), + static_cast(0x05), + static_cast(0x01), + static_cast(0xf0), + static_cast(0xcd), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x8e), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x47), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x17), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x92), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x40), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x28), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x62), + static_cast(0xff), + static_cast(0x79), + static_cast(0x52), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x57), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x21), + static_cast(0xff), + static_cast(0x88), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x18), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x89), + static_cast(0x03), + static_cast(0xff), + static_cast(0x37), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x65), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x34), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x39), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x76), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x70), + static_cast(0x16), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x66), + static_cast(0xff), + static_cast(0xba), + static_cast(0x97), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x97), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x81), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x87), + static_cast(0xff), + static_cast(0x90), + static_cast(0x77), + static_cast(0xff), + static_cast(0x20), + static_cast(0x50), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x92), + static_cast(0x65), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x5b), + static_cast(0x05), + static_cast(0x5f), + static_cast(0x8a), + static_cast(0x0e), + static_cast(0x39), + static_cast(0x13), + static_cast(0x0b), + static_cast(0x12), + static_cast(0xb7), + static_cast(0x01), + static_cast(0x15), + static_cast(0xae), + static_cast(0x03), + static_cast(0x58), + static_cast(0x70), + static_cast(0x05), + static_cast(0x09), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x85), + static_cast(0xbc), + static_cast(0xfc), + static_cast(0x74), + static_cast(0xb2), + static_cast(0x01), + static_cast(0x80), + static_cast(0x3d), + static_cast(0x04), + static_cast(0xe8), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0xa8), + static_cast(0xfd), + static_cast(0x5a), + static_cast(0xde), + static_cast(0x01), + static_cast(0xce), + static_cast(0x63), + static_cast(0x01), + static_cast(0x94), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x59), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x86), + static_cast(0x79), + static_cast(0xff), + static_cast(0x30), + static_cast(0x38), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x20), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x90), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x72), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x24), + static_cast(0x00), + static_cast(0x38), + static_cast(0x46), + static_cast(0x00), + static_cast(0xe4), + static_cast(0xc7), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x15), + static_cast(0x01), + static_cast(0xac), + static_cast(0xc7), + static_cast(0x00), + static_cast(0x17), + static_cast(0x7f), + static_cast(0x00), + static_cast(0x71), + static_cast(0x39), + static_cast(0x00), + static_cast(0x4a), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x59), + static_cast(0xff), + static_cast(0xce), + static_cast(0x52), + static_cast(0xff), + static_cast(0x74), + static_cast(0x52), + static_cast(0xff), + static_cast(0xae), + static_cast(0x47), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x59), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x62), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x58), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x75), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x42), + static_cast(0x09), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x31), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x47), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x46), + static_cast(0xff), + static_cast(0x64), + static_cast(0x35), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x39), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x88), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x32), + static_cast(0x77), + static_cast(0xff), + static_cast(0x58), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x85), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x86), + static_cast(0x92), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x71), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x62), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x39), + static_cast(0x74), + static_cast(0x06), + static_cast(0xfa), + static_cast(0x62), + static_cast(0x10), + static_cast(0xd1), + static_cast(0x2a), + static_cast(0x0b), + static_cast(0xfb), + static_cast(0x58), + static_cast(0x01), + static_cast(0xe5), + static_cast(0x67), + static_cast(0x04), + static_cast(0x97), + static_cast(0x48), + static_cast(0x05), + static_cast(0x3e), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xb5), + static_cast(0xfc), + static_cast(0x79), + static_cast(0x18), + static_cast(0x03), + static_cast(0x31), + static_cast(0x25), + static_cast(0x04), + static_cast(0x23), + static_cast(0xb1), + static_cast(0xfc), + static_cast(0xe8), + static_cast(0x8c), + static_cast(0xfd), + static_cast(0x3e), + static_cast(0x37), + static_cast(0x02), + static_cast(0x5c), + static_cast(0x62), + static_cast(0x01), + static_cast(0x1a), + static_cast(0x28), + static_cast(0x00), + static_cast(0x1e), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x64), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x54), + static_cast(0x28), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x91), + static_cast(0xac), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x90), + static_cast(0xff), + static_cast(0x50), + static_cast(0x04), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x52), + static_cast(0xff), + static_cast(0x93), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x34), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x41), + static_cast(0x00), + static_cast(0x38), + static_cast(0xb6), + static_cast(0x00), + static_cast(0xd9), + static_cast(0xe3), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x96), + static_cast(0x00), + static_cast(0xaa), + static_cast(0x15), + static_cast(0x00), + static_cast(0x26), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x79), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x48), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x64), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x36), + static_cast(0xff), + static_cast(0x75), + static_cast(0x41), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x86), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x47), + static_cast(0x06), + static_cast(0xff), + static_cast(0x64), + static_cast(0x54), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x45), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x16), + static_cast(0xff), + static_cast(0x73), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x40), + static_cast(0xff), + static_cast(0x75), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x62), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x27), + static_cast(0x84), + static_cast(0xff), + static_cast(0x06), + static_cast(0x95), + static_cast(0xff), + static_cast(0x51), + static_cast(0x84), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xb3), + static_cast(0x06), + static_cast(0xc2), + static_cast(0xb1), + static_cast(0x11), + static_cast(0x73), + static_cast(0x59), + static_cast(0x0c), + static_cast(0xb3), + static_cast(0x1f), + static_cast(0x01), + static_cast(0x65), + static_cast(0xca), + static_cast(0x04), + static_cast(0x78), + static_cast(0x7b), + static_cast(0x05), + static_cast(0x5b), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0x33), + static_cast(0x93), + static_cast(0xfc), + static_cast(0x8a), + static_cast(0xeb), + static_cast(0x03), + static_cast(0x0e), + static_cast(0x71), + static_cast(0x04), + static_cast(0x3e), + static_cast(0xe1), + static_cast(0xfb), + static_cast(0x71), + static_cast(0xb6), + static_cast(0xfc), + static_cast(0x8e), + static_cast(0x45), + static_cast(0x02), + static_cast(0x33), + static_cast(0x7d), + static_cast(0x01), + static_cast(0x20), + static_cast(0x3e), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x92), + static_cast(0xff), + static_cast(0x14), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x86), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x36), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x37), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x27), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x18), + static_cast(0x00), + static_cast(0xf1), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x89), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x49), + static_cast(0x00), + static_cast(0x31), + static_cast(0x72), + static_cast(0x00), + static_cast(0x1c), + static_cast(0x55), + static_cast(0x00), + static_cast(0xd3), + static_cast(0x29), + static_cast(0x00), + static_cast(0x5c), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x41), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x23), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x36), + static_cast(0x47), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x36), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x87), + static_cast(0x19), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x02), + static_cast(0xff), + static_cast(0x76), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x36), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x48), + static_cast(0x42), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x03), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x28), + static_cast(0xff), + static_cast(0x88), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x38), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x49), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x89), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x88), + static_cast(0xff), + static_cast(0xca), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x97), + static_cast(0x80), + static_cast(0xff), + static_cast(0x01), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x65), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x51), + static_cast(0x83), + static_cast(0xff), + static_cast(0x39), + static_cast(0x0a), + static_cast(0x09), + static_cast(0x85), + static_cast(0x2c), + static_cast(0x14), + static_cast(0x8e), + static_cast(0xa0), + static_cast(0x0a), + static_cast(0x72), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x68), + static_cast(0x06), + static_cast(0x7d), + static_cast(0x3e), + static_cast(0x04), + static_cast(0xa3), + static_cast(0x9e), + static_cast(0xfb), + static_cast(0x45), + static_cast(0x56), + static_cast(0xfd), + static_cast(0x56), + static_cast(0xd0), + static_cast(0x05), + static_cast(0xda), + static_cast(0x28), + static_cast(0x03), + static_cast(0x06), + static_cast(0x5d), + static_cast(0xfa), + static_cast(0xfb), + static_cast(0x9f), + static_cast(0xfd), + static_cast(0x33), + static_cast(0x0f), + static_cast(0x02), + static_cast(0x14), + static_cast(0x3b), + static_cast(0x01), + static_cast(0x2b), + static_cast(0x1e), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x82), + static_cast(0x18), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x81), + static_cast(0xff), + static_cast(0x54), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x41), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x81), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x35), + static_cast(0xff), + static_cast(0x49), + static_cast(0x14), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x45), + static_cast(0xff), + static_cast(0xce), + static_cast(0x73), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x61), + static_cast(0xff), + static_cast(0x52), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x95), + static_cast(0x21), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x43), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x55), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x43), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x47), + static_cast(0x53), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x28), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x14), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x45), + static_cast(0xff), + static_cast(0x86), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x84), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x00), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x17), + static_cast(0x40), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x72), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x96), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x26), + static_cast(0x78), + static_cast(0xff), + static_cast(0x98), + static_cast(0x98), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x85), + static_cast(0xff), + static_cast(0x75), + static_cast(0x78), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x89), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x23), + static_cast(0x84), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x86), + static_cast(0xff), + static_cast(0xac), + static_cast(0x91), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x44), + static_cast(0xf7), + static_cast(0x09), + static_cast(0x79), + static_cast(0xcb), + static_cast(0x15), + static_cast(0xfa), + static_cast(0x0f), + static_cast(0x0b), + static_cast(0xf1), + static_cast(0xa6), + static_cast(0x00), + static_cast(0xba), + static_cast(0xd8), + static_cast(0x06), + static_cast(0x33), + static_cast(0x16), + static_cast(0x04), + static_cast(0x42), + static_cast(0xb7), + static_cast(0xfa), + static_cast(0x62), + static_cast(0x35), + static_cast(0xfd), + static_cast(0x43), + static_cast(0x01), + static_cast(0x07), + static_cast(0x0b), + static_cast(0x3d), + static_cast(0x03), + static_cast(0x7a), + static_cast(0x43), + static_cast(0xf9), + static_cast(0x32), + static_cast(0x9e), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0x37), + static_cast(0x02), + static_cast(0x16), + static_cast(0xf3), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x26), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x20), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x01), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x27), + static_cast(0xff), + static_cast(0x71), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x18), + static_cast(0x85), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0x25), + static_cast(0x90), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x48), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x03), + static_cast(0x00), + static_cast(0x37), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x34), + static_cast(0x23), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x74), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x63), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x84), + static_cast(0x23), + static_cast(0x00), + static_cast(0xfa), + static_cast(0xaa), + static_cast(0x00), + static_cast(0x87), + static_cast(0x9d), + static_cast(0x00), + static_cast(0xf5), + static_cast(0xde), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xea), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x50), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x67), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x34), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x23), + static_cast(0xff), + static_cast(0x86), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x13), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x07), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x39), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x89), + static_cast(0xff), + static_cast(0x76), + static_cast(0x55), + static_cast(0xff), + static_cast(0x96), + static_cast(0x23), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x58), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x42), + static_cast(0xff), + static_cast(0x39), + static_cast(0x61), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x06), + static_cast(0x86), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x57), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x71), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x72), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x71), + static_cast(0x0b), + static_cast(0x83), + static_cast(0x4c), + static_cast(0x17), + static_cast(0x6a), + static_cast(0x93), + static_cast(0x0a), + static_cast(0x3d), + static_cast(0x10), + static_cast(0x01), + static_cast(0x33), + static_cast(0xe3), + static_cast(0x07), + static_cast(0xfa), + static_cast(0x2b), + static_cast(0x03), + static_cast(0xa7), + static_cast(0x13), + static_cast(0xf9), + static_cast(0x34), + static_cast(0xc1), + static_cast(0xfd), + static_cast(0x1e), + static_cast(0x87), + static_cast(0x08), + static_cast(0xdd), + static_cast(0x60), + static_cast(0x02), + static_cast(0xc5), + static_cast(0x63), + static_cast(0xf8), + static_cast(0xde), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0x12), + static_cast(0x0d), + static_cast(0x02), + static_cast(0xe5), + static_cast(0xd9), + static_cast(0x00), + static_cast(0xad), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x19), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x36), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x06), + static_cast(0xff), + static_cast(0x61), + static_cast(0xec), + static_cast(0xfd), + static_cast(0xb9), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x35), + static_cast(0x00), + static_cast(0xb6), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x94), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x58), + static_cast(0xff), + static_cast(0x25), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x96), + static_cast(0xff), + static_cast(0x39), + static_cast(0x57), + static_cast(0xff), + static_cast(0x76), + static_cast(0x26), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x27), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x87), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x64), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x55), + static_cast(0xa1), + static_cast(0x00), + static_cast(0x94), + static_cast(0x1e), + static_cast(0x00), + static_cast(0xfd), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x09), + static_cast(0x12), + static_cast(0xff), + static_cast(0x77), + static_cast(0x08), + static_cast(0xff), + static_cast(0x03), + static_cast(0x31), + static_cast(0xff), + static_cast(0x97), + static_cast(0x08), + static_cast(0xff), + static_cast(0x83), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x71), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x89), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x65), + static_cast(0xff), + static_cast(0x22), + static_cast(0x54), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x32), + static_cast(0xff), + static_cast(0x29), + static_cast(0x22), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x28), + static_cast(0xff), + static_cast(0x03), + static_cast(0x72), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x99), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x72), + static_cast(0xff), + static_cast(0x57), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x94), + static_cast(0xff), + static_cast(0x04), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x93), + static_cast(0x8d), + static_cast(0x0b), + static_cast(0x92), + static_cast(0xa9), + static_cast(0x18), + static_cast(0x35), + static_cast(0x17), + static_cast(0x0c), + static_cast(0x25), + static_cast(0xd2), + static_cast(0x00), + static_cast(0xa2), + static_cast(0xee), + static_cast(0x07), + static_cast(0xaa), + static_cast(0xcb), + static_cast(0x03), + static_cast(0x3c), + static_cast(0x76), + static_cast(0xf8), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x09), + static_cast(0x88), + static_cast(0x07), + static_cast(0x03), + static_cast(0x70), + static_cast(0x05), + static_cast(0xf8), + static_cast(0x8e), + static_cast(0x68), + static_cast(0xfd), + static_cast(0x25), + static_cast(0x09), + static_cast(0x02), + static_cast(0x8c), + static_cast(0xb4), + static_cast(0x00), + static_cast(0x79), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x22), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x04), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x0b), + static_cast(0x41), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0x28), + static_cast(0x00), + static_cast(0xcf), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x18), + static_cast(0xc5), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x71), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0xce), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x92), + static_cast(0xff), + static_cast(0x91), + static_cast(0x52), + static_cast(0xff), + static_cast(0x58), + static_cast(0x22), + static_cast(0xff), + static_cast(0x88), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x67), + static_cast(0x40), + static_cast(0xff), + static_cast(0x04), + static_cast(0x08), + static_cast(0xff), + static_cast(0x20), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x42), + static_cast(0x00), + static_cast(0x7f), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xac), + static_cast(0xff), + static_cast(0x52), + static_cast(0xca), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xec), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x58), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x09), + static_cast(0x27), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x36), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x22), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x72), + static_cast(0x78), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x49), + static_cast(0xff), + static_cast(0x32), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x67), + static_cast(0x30), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x55), + static_cast(0xff), + static_cast(0x30), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x10), + static_cast(0x97), + static_cast(0xff), + static_cast(0x81), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x78), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x69), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x73), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x88), + static_cast(0xff), + static_cast(0x33), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xae), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x27), + static_cast(0x02), + static_cast(0x0b), + static_cast(0x87), + static_cast(0xd6), + static_cast(0x19), + static_cast(0xb9), + static_cast(0xde), + static_cast(0x0e), + static_cast(0xd1), + static_cast(0x45), + static_cast(0x00), + static_cast(0xbb), + static_cast(0xb1), + static_cast(0x06), + static_cast(0xee), + static_cast(0x70), + static_cast(0x05), + static_cast(0xf9), + static_cast(0x17), + static_cast(0xf9), + static_cast(0x17), + static_cast(0x30), + static_cast(0xfb), + static_cast(0xdb), + static_cast(0x42), + static_cast(0x08), + static_cast(0x51), + static_cast(0x5d), + static_cast(0x04), + static_cast(0x82), + static_cast(0x66), + static_cast(0xf8), + static_cast(0xf6), + static_cast(0xa6), + static_cast(0xfc), + static_cast(0x58), + static_cast(0x94), + static_cast(0x01), + static_cast(0x11), + static_cast(0xb4), + static_cast(0x00), + static_cast(0x11), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xab), + static_cast(0x08), + static_cast(0xff), + static_cast(0x40), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x57), + static_cast(0x50), + static_cast(0xff), + static_cast(0x71), + static_cast(0xe8), + static_cast(0xfd), + static_cast(0x22), + static_cast(0x0d), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x16), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x25), + static_cast(0x03), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x22), + static_cast(0x05), + static_cast(0xff), + static_cast(0xed), + static_cast(0x03), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x48), + static_cast(0xff), + static_cast(0x77), + static_cast(0x17), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x50), + static_cast(0xff), + static_cast(0x18), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x76), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x42), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x59), + static_cast(0xff), + static_cast(0x19), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x50), + static_cast(0xff), + static_cast(0x49), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x28), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x28), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x71), + static_cast(0x96), + static_cast(0xff), + static_cast(0x44), + static_cast(0x66), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x03), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x75), + static_cast(0xff), + static_cast(0x38), + static_cast(0x45), + static_cast(0xff), + static_cast(0x00), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x60), + static_cast(0xff), + static_cast(0x13), + static_cast(0x64), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x68), + static_cast(0xff), + static_cast(0x62), + static_cast(0xac), + static_cast(0xff), + static_cast(0x19), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x98), + static_cast(0x97), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x04), + static_cast(0x94), + static_cast(0xff), + static_cast(0x82), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x93), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x09), + static_cast(0x9a), + static_cast(0x0d), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xff), + static_cast(0x11), + static_cast(0x2d), + static_cast(0x03), + static_cast(0x01), + static_cast(0x9b), + static_cast(0x3b), + static_cast(0x05), + static_cast(0x3b), + static_cast(0x9c), + static_cast(0x06), + static_cast(0xb8), + static_cast(0xb7), + static_cast(0xfa), + static_cast(0xa6), + static_cast(0x4b), + static_cast(0xf9), + static_cast(0x3b), + static_cast(0x5e), + static_cast(0x06), + static_cast(0x0f), + static_cast(0x49), + static_cast(0x06), + static_cast(0x03), + static_cast(0x29), + static_cast(0xf9), + static_cast(0xdb), + static_cast(0xab), + static_cast(0xfb), + static_cast(0x22), + static_cast(0x4d), + static_cast(0x01), + static_cast(0x21), + static_cast(0x47), + static_cast(0x00), + static_cast(0x34), + static_cast(0x20), + static_cast(0x00), + static_cast(0x88), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x24), + static_cast(0x00), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x26), + static_cast(0xdf), + static_cast(0xfd), + static_cast(0x01), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0xc1), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x39), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x82), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x33), + static_cast(0xff), + static_cast(0xea), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x65), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x58), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x28), + static_cast(0xff), + static_cast(0x32), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x03), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x90), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x69), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x97), + static_cast(0xff), + static_cast(0xca), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x67), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x30), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x89), + static_cast(0x81), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x03), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x67), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x45), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x75), + static_cast(0xff), + static_cast(0x33), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x80), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x04), + static_cast(0x97), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xe7), + static_cast(0x0b), + static_cast(0xe5), + static_cast(0x8a), + static_cast(0x1b), + static_cast(0x9b), + static_cast(0x48), + static_cast(0x10), + static_cast(0x4d), + static_cast(0xd1), + static_cast(0x01), + static_cast(0xc4), + static_cast(0xf5), + static_cast(0x06), + static_cast(0x17), + static_cast(0x7d), + static_cast(0x05), + static_cast(0x6f), + static_cast(0x32), + static_cast(0xfa), + static_cast(0xe0), + static_cast(0x7e), + static_cast(0xf9), + static_cast(0x76), + static_cast(0xc5), + static_cast(0x06), + static_cast(0x4e), + static_cast(0x4d), + static_cast(0x05), + static_cast(0x78), + static_cast(0xe9), + static_cast(0xf8), + static_cast(0x6a), + static_cast(0x08), + static_cast(0xfd), + static_cast(0xf1), + static_cast(0x70), + static_cast(0x00), + static_cast(0xaa), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x63), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x33), + static_cast(0x00), + static_cast(0xbe), + static_cast(0x08), + static_cast(0x00), + static_cast(0xb4), + static_cast(0x49), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x74), + static_cast(0xfd), + static_cast(0xc7), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xaa), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0xae), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x68), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x00), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x70), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x59), + static_cast(0xff), + static_cast(0x52), + static_cast(0x14), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x29), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x10), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x32), + static_cast(0x92), + static_cast(0xff), + static_cast(0x57), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x16), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x54), + static_cast(0x96), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xad), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x25), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x40), + static_cast(0xff), + static_cast(0x15), + static_cast(0x83), + static_cast(0xff), + static_cast(0x61), + static_cast(0x89), + static_cast(0xff), + static_cast(0x92), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x86), + static_cast(0xba), + static_cast(0xff), + static_cast(0x77), + static_cast(0x90), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x83), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x74), + static_cast(0x70), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x88), + static_cast(0x98), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x1c), + static_cast(0x0c), + static_cast(0x4a), + static_cast(0x42), + static_cast(0x1c), + static_cast(0x2f), + static_cast(0x12), + static_cast(0x10), + static_cast(0xa4), + static_cast(0x51), + static_cast(0x02), + static_cast(0xd8), + static_cast(0x64), + static_cast(0x09), + static_cast(0xc5), + static_cast(0x55), + static_cast(0x05), + static_cast(0xcc), + static_cast(0x57), + static_cast(0xf9), + static_cast(0xe4), + static_cast(0xab), + static_cast(0xf9), + static_cast(0x91), + static_cast(0xec), + static_cast(0x05), + static_cast(0xfc), + static_cast(0x18), + static_cast(0x05), + static_cast(0xba), + static_cast(0x07), + static_cast(0xf9), + static_cast(0x48), + static_cast(0xd4), + static_cast(0xfd), + static_cast(0x6f), + static_cast(0x32), + static_cast(0x00), + static_cast(0xb8), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xef), + static_cast(0x00), + static_cast(0xa3), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0x1d), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x12), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x5a), + static_cast(0xfd), + static_cast(0x88), + static_cast(0xe0), + static_cast(0xfd), + static_cast(0xc6), + static_cast(0x0c), + static_cast(0x01), + static_cast(0x3e), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x90), + static_cast(0xec), + static_cast(0xfd), + static_cast(0x0d), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x13), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x07), + static_cast(0xfe), + static_cast(0x56), + static_cast(0xe8), + static_cast(0xfd), + static_cast(0x6a), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0x78), + static_cast(0xff), + static_cast(0x00), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x56), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x77), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x02), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x19), + static_cast(0x5b), + static_cast(0x00), + static_cast(0xc6), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x69), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xae), + static_cast(0x66), + static_cast(0xff), + static_cast(0x77), + static_cast(0x74), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x50), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x46), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x04), + static_cast(0x62), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xab), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xab), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x06), + static_cast(0x0e), + static_cast(0x99), + static_cast(0xfb), + static_cast(0x1c), + static_cast(0x07), + static_cast(0x42), + static_cast(0x0d), + static_cast(0xbe), + static_cast(0x89), + static_cast(0x03), + static_cast(0xae), + static_cast(0xbb), + static_cast(0x0c), + static_cast(0xd9), + static_cast(0x25), + static_cast(0x05), + static_cast(0xc3), + static_cast(0x92), + static_cast(0xf7), + static_cast(0xe5), + static_cast(0x58), + static_cast(0xf9), + static_cast(0x6f), + static_cast(0xef), + static_cast(0x07), + static_cast(0x68), + static_cast(0x04), + static_cast(0x03), + static_cast(0x88), + static_cast(0x7e), + static_cast(0xf7), + static_cast(0x74), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x42), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x29), + static_cast(0x91), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0xb1), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x48), + static_cast(0x25), + static_cast(0x00), + static_cast(0xbd), + static_cast(0xc7), + static_cast(0xfc), + static_cast(0x44), + static_cast(0x1b), + static_cast(0xfd), + static_cast(0x68), + static_cast(0xd4), + static_cast(0x01), + static_cast(0xcb), + static_cast(0x79), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x01), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x95), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xed), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x92), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0x90), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0x88), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x77), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x42), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x67), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x66), + static_cast(0x35), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x17), + static_cast(0xff), + static_cast(0xea), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x35), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x61), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x81), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x01), + static_cast(0xec), + static_cast(0xff), + static_cast(0x21), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x06), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x38), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x57), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xed), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x65), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x67), + static_cast(0xff), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xe8), + static_cast(0x0e), + static_cast(0x7a), + static_cast(0x70), + static_cast(0x1d), + static_cast(0xc6), + static_cast(0xa9), + static_cast(0x0a), + static_cast(0xba), + static_cast(0x16), + static_cast(0x04), + static_cast(0xaa), + static_cast(0x35), + static_cast(0x12), + static_cast(0x23), + static_cast(0xfd), + static_cast(0x04), + static_cast(0xdd), + static_cast(0x14), + static_cast(0xf4), + static_cast(0x93), + static_cast(0x1c), + static_cast(0xfb), + static_cast(0x2a), + static_cast(0xe4), + static_cast(0x09), + static_cast(0x4a), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x98), + static_cast(0xf5), + static_cast(0x89), + static_cast(0x20), + static_cast(0x04), + static_cast(0x18), + static_cast(0xf1), + static_cast(0x00), + static_cast(0xee), + static_cast(0xe6), + static_cast(0xfb), + static_cast(0x0c), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x43), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x05), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x58), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x82), + static_cast(0xa8), + static_cast(0xfd), + static_cast(0xe0), + static_cast(0xb1), + static_cast(0xfb), + static_cast(0xca), + static_cast(0xdf), + static_cast(0x01), + static_cast(0x8c), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0x93), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x85), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x07), + static_cast(0xff), + static_cast(0x50), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0x09), + static_cast(0xca), + static_cast(0xfd), + static_cast(0xf3), + static_cast(0xa3), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x03), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x69), + static_cast(0xff), + static_cast(0x36), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x79), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x87), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xce), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x79), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x32), + static_cast(0x93), + static_cast(0xff), + static_cast(0x36), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x91), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x58), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x19), + static_cast(0x69), + static_cast(0xff), + static_cast(0x64), + static_cast(0x72), + static_cast(0xff), + static_cast(0x37), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x35), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x03), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x89), + static_cast(0xe7), + static_cast(0x0f), + static_cast(0xab), + static_cast(0x13), + static_cast(0x1f), + static_cast(0x69), + static_cast(0xb9), + static_cast(0x08), + static_cast(0x67), + static_cast(0x0f), + static_cast(0x02), + static_cast(0xaa), + static_cast(0x2b), + static_cast(0x16), + static_cast(0xb4), + static_cast(0xcf), + static_cast(0x06), + static_cast(0xb3), + static_cast(0x9b), + static_cast(0xf1), + static_cast(0xca), + static_cast(0x5d), + static_cast(0xfc), + static_cast(0xce), + static_cast(0x91), + static_cast(0x0b), + static_cast(0xd7), + static_cast(0xd8), + static_cast(0xfc), + static_cast(0xca), + static_cast(0x3b), + static_cast(0xf3), + static_cast(0x47), + static_cast(0x01), + static_cast(0x07), + static_cast(0x85), + static_cast(0xc3), + static_cast(0x02), + static_cast(0x20), + static_cast(0x37), + static_cast(0xfa), + static_cast(0x79), + static_cast(0x81), + static_cast(0xff), + static_cast(0x31), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x77), + static_cast(0x00), + static_cast(0xb0), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x91), + static_cast(0x00), + static_cast(0x97), + static_cast(0x53), + static_cast(0xff), + static_cast(0x64), + static_cast(0xbb), + static_cast(0xfa), + static_cast(0xc7), + static_cast(0x0a), + static_cast(0x01), + static_cast(0x14), + static_cast(0x22), + static_cast(0x00), + static_cast(0x24), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0x55), + static_cast(0x51), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x95), + static_cast(0xfe), + static_cast(0x15), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x69), + static_cast(0x28), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x99), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x45), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xe6), + static_cast(0xfd), + static_cast(0x3c), + static_cast(0x6a), + static_cast(0xfd), + static_cast(0xc7), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x36), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x99), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x04), + static_cast(0xff), + static_cast(0x36), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x47), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x96), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x11), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xac), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x77), + static_cast(0xff), + static_cast(0x42), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x76), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x84), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x75), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xee), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x71), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x66), + static_cast(0xff), + static_cast(0x98), + static_cast(0x71), + static_cast(0xff), + static_cast(0x91), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xd4), + static_cast(0x10), + static_cast(0xd3), + static_cast(0xd9), + static_cast(0x21), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x07), + static_cast(0xb2), + static_cast(0x58), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0xcd), + static_cast(0x17), + static_cast(0x26), + static_cast(0x30), + static_cast(0x0b), + static_cast(0x47), + static_cast(0xad), + static_cast(0xf0), + static_cast(0xa7), + static_cast(0xd9), + static_cast(0xfb), + static_cast(0x33), + static_cast(0xda), + static_cast(0x0c), + static_cast(0x20), + static_cast(0x31), + static_cast(0xfb), + static_cast(0x2b), + static_cast(0x64), + static_cast(0xf0), + static_cast(0x7c), + static_cast(0xa1), + static_cast(0x08), + static_cast(0x0b), + static_cast(0x70), + static_cast(0x05), + static_cast(0xd4), + static_cast(0xe7), + static_cast(0xf8), + static_cast(0x16), + static_cast(0x55), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x15), + static_cast(0x01), + static_cast(0x58), + static_cast(0x31), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x39), + static_cast(0xff), + static_cast(0x23), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x8d), + static_cast(0x14), + static_cast(0xfb), + static_cast(0xb2), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x08), + static_cast(0xec), + static_cast(0x00), + static_cast(0x06), + static_cast(0x72), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0x17), + static_cast(0x03), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x81), + static_cast(0x98), + static_cast(0xfd), + static_cast(0x45), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xa2), + static_cast(0xfd), + static_cast(0xbe), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x94), + static_cast(0xfd), + static_cast(0x9b), + static_cast(0xa2), + static_cast(0xfd), + static_cast(0x41), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x01), + static_cast(0xff), + static_cast(0x48), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x05), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x09), + static_cast(0xff), + static_cast(0x25), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x42), + static_cast(0xff), + static_cast(0x44), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x91), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x13), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xac), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x37), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xae), + static_cast(0xff), + static_cast(0x96), + static_cast(0x61), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x49), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x10), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x22), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x86), + static_cast(0xff), + static_cast(0x73), + static_cast(0x91), + static_cast(0xff), + static_cast(0xab), + static_cast(0x97), + static_cast(0xff), + static_cast(0xec), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xc7), + static_cast(0x13), + static_cast(0x8c), + static_cast(0xe4), + static_cast(0x24), + static_cast(0xed), + static_cast(0x69), + static_cast(0x04), + static_cast(0x25), + static_cast(0x12), + static_cast(0xfa), + static_cast(0x30), + static_cast(0xa3), + static_cast(0x19), + static_cast(0x83), + static_cast(0x92), + static_cast(0x0c), + static_cast(0xc9), + static_cast(0xa7), + static_cast(0xf0), + static_cast(0x21), + static_cast(0x5d), + static_cast(0xfd), + static_cast(0x10), + static_cast(0x9c), + static_cast(0x0d), + static_cast(0x7e), + static_cast(0xa0), + static_cast(0xf7), + static_cast(0x4e), + static_cast(0xee), + static_cast(0xee), + static_cast(0xd3), + static_cast(0x95), + static_cast(0x0a), + static_cast(0xf0), + static_cast(0x74), + static_cast(0x06), + static_cast(0x19), + static_cast(0x22), + static_cast(0xf9), + static_cast(0xaa), + static_cast(0xa4), + static_cast(0xfc), + static_cast(0xa3), + static_cast(0x42), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x26), + static_cast(0x02), + static_cast(0xed), + static_cast(0x50), + static_cast(0xfd), + static_cast(0x57), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x29), + static_cast(0x01), + static_cast(0x28), + static_cast(0x33), + static_cast(0xfc), + static_cast(0x37), + static_cast(0x73), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x43), + static_cast(0x00), + static_cast(0xde), + static_cast(0x91), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xa3), + static_cast(0xfd), + static_cast(0x71), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x38), + static_cast(0x00), + static_cast(0x2b), + static_cast(0xde), + static_cast(0xfc), + static_cast(0x2f), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x26), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x4d), + static_cast(0xfd), + static_cast(0xa2), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x7a), + static_cast(0xfd), + static_cast(0x5d), + static_cast(0x8a), + static_cast(0xfd), + static_cast(0xaa), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x26), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x13), + static_cast(0xff), + static_cast(0x04), + static_cast(0xd0), + static_cast(0xfd), + static_cast(0x40), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x94), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x73), + static_cast(0x64), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x59), + static_cast(0xff), + static_cast(0x35), + static_cast(0x40), + static_cast(0xff), + static_cast(0x01), + static_cast(0xec), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xec), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x19), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x77), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x16), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x04), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xba), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x80), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x93), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x39), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x25), + static_cast(0xae), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xca), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x28), + static_cast(0x16), + static_cast(0x59), + static_cast(0xb9), + static_cast(0x27), + static_cast(0x36), + static_cast(0x7a), + static_cast(0x02), + static_cast(0x3a), + static_cast(0x95), + static_cast(0xf6), + static_cast(0x79), + static_cast(0xfd), + static_cast(0x18), + static_cast(0x4d), + static_cast(0xe6), + static_cast(0x0e), + static_cast(0x49), + static_cast(0x68), + static_cast(0xf2), + static_cast(0xbd), + static_cast(0xc1), + static_cast(0xfd), + static_cast(0x05), + static_cast(0x7e), + static_cast(0x0e), + static_cast(0x43), + static_cast(0x39), + static_cast(0xf5), + static_cast(0x1f), + static_cast(0xde), + static_cast(0xec), + static_cast(0x5c), + static_cast(0xab), + static_cast(0x0b), + static_cast(0x29), + static_cast(0x97), + static_cast(0x07), + static_cast(0x0c), + static_cast(0x24), + static_cast(0xfa), + static_cast(0xc5), + static_cast(0x0b), + static_cast(0xfb), + static_cast(0xe9), + static_cast(0xaa), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0x5c), + static_cast(0x03), + static_cast(0x90), + static_cast(0xd2), + static_cast(0xfc), + static_cast(0x13), + static_cast(0xac), + static_cast(0xfd), + static_cast(0xa9), + static_cast(0xa6), + static_cast(0x00), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xfd), + static_cast(0x47), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x49), + static_cast(0xb7), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x01), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x99), + static_cast(0xff), + static_cast(0x69), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x60), + static_cast(0x3d), + static_cast(0xfc), + static_cast(0x15), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0xd4), + static_cast(0xfc), + static_cast(0xd9), + static_cast(0x09), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0xab), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0x28), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0xdf), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x82), + static_cast(0xff), + static_cast(0x65), + static_cast(0xaa), + static_cast(0xfd), + static_cast(0x4e), + static_cast(0x18), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x22), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x39), + static_cast(0xff), + static_cast(0x71), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xad), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x28), + static_cast(0x00), + static_cast(0x7f), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x70), + static_cast(0x24), + static_cast(0xff), + static_cast(0x43), + static_cast(0x59), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x87), + static_cast(0xff), + static_cast(0x72), + static_cast(0x30), + static_cast(0xff), + static_cast(0xee), + static_cast(0x75), + static_cast(0xff), + static_cast(0x31), + static_cast(0x56), + static_cast(0xff), + static_cast(0x12), + static_cast(0x45), + static_cast(0xff), + static_cast(0x80), + static_cast(0x65), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x63), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x91), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xee), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x82), + static_cast(0x16), + static_cast(0xe7), + static_cast(0xbc), + static_cast(0x2a), + static_cast(0x87), + static_cast(0x34), + static_cast(0x04), + static_cast(0x6a), + static_cast(0xcb), + static_cast(0xf1), + static_cast(0x08), + static_cast(0xb3), + static_cast(0x15), + static_cast(0x81), + static_cast(0x45), + static_cast(0x12), + static_cast(0x78), + static_cast(0x7c), + static_cast(0xf5), + static_cast(0x6d), + static_cast(0x4a), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0x32), + static_cast(0x0f), + static_cast(0x8c), + static_cast(0x5a), + static_cast(0xf5), + static_cast(0x5a), + static_cast(0x6c), + static_cast(0xe9), + static_cast(0x48), + static_cast(0x0d), + static_cast(0x0b), + static_cast(0x90), + static_cast(0x9e), + static_cast(0x09), + static_cast(0x7b), + static_cast(0x40), + static_cast(0xfb), + static_cast(0xd0), + static_cast(0x58), + static_cast(0xfa), + static_cast(0x34), + static_cast(0x10), + static_cast(0xfc), + static_cast(0x62), + static_cast(0x49), + static_cast(0x04), + static_cast(0x77), + static_cast(0x46), + static_cast(0xfd), + static_cast(0x28), + static_cast(0x90), + static_cast(0xfc), + static_cast(0x74), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x17), + static_cast(0x7b), + static_cast(0xfd), + static_cast(0x57), + static_cast(0x2e), + static_cast(0x01), + static_cast(0xe4), + static_cast(0x44), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x37), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x05), + static_cast(0x01), + static_cast(0x3b), + static_cast(0x1c), + static_cast(0xfc), + static_cast(0xa6), + static_cast(0x09), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0x32), + static_cast(0x20), + static_cast(0xfc), + static_cast(0xe5), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x5d), + static_cast(0xd4), + static_cast(0xfd), + static_cast(0x14), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xee), + static_cast(0x51), + static_cast(0xfd), + static_cast(0x94), + static_cast(0xde), + static_cast(0xfd), + static_cast(0xce), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x03), + static_cast(0x00), + static_cast(0x54), + static_cast(0x54), + static_cast(0xff), + static_cast(0x16), + static_cast(0x65), + static_cast(0xff), + static_cast(0x27), + static_cast(0x62), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x43), + static_cast(0x00), + static_cast(0x6a), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x06), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x82), + static_cast(0xff), + static_cast(0x07), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x71), + static_cast(0x67), + static_cast(0xff), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xed), + static_cast(0x15), + static_cast(0xff), + static_cast(0x08), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x45), + static_cast(0x41), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x85), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x09), + static_cast(0xa1), + static_cast(0x1a), + static_cast(0x38), + static_cast(0x93), + static_cast(0x2d), + static_cast(0x4b), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x6c), + static_cast(0xf0), + static_cast(0x27), + static_cast(0x12), + static_cast(0x16), + static_cast(0x3d), + static_cast(0xd0), + static_cast(0x0f), + static_cast(0xaf), + static_cast(0xe8), + static_cast(0xf6), + static_cast(0x58), + static_cast(0xc4), + static_cast(0x01), + static_cast(0x72), + static_cast(0x60), + static_cast(0x0f), + static_cast(0xbd), + static_cast(0x6e), + static_cast(0xf0), + static_cast(0x94), + static_cast(0xef), + static_cast(0xe9), + static_cast(0x8c), + static_cast(0x79), + static_cast(0x0c), + static_cast(0x3f), + static_cast(0x3e), + static_cast(0x08), + static_cast(0x7e), + static_cast(0xdc), + static_cast(0xfc), + static_cast(0xa1), + static_cast(0x59), + static_cast(0xf9), + static_cast(0xaa), + static_cast(0xc3), + static_cast(0xfb), + static_cast(0x5e), + static_cast(0xae), + static_cast(0x04), + static_cast(0x88), + static_cast(0xa5), + static_cast(0xfc), + static_cast(0x06), + static_cast(0x0e), + static_cast(0xfd), + static_cast(0xa2), + static_cast(0x39), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x3f), + static_cast(0x0e), + static_cast(0xfd), + static_cast(0x85), + static_cast(0x76), + static_cast(0x01), + static_cast(0x99), + static_cast(0x03), + static_cast(0x00), + static_cast(0x70), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x03), + static_cast(0x7c), + static_cast(0xfc), + static_cast(0x5c), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x84), + static_cast(0xfc), + static_cast(0xd3), + static_cast(0x05), + static_cast(0xfc), + static_cast(0xf1), + static_cast(0x6f), + static_cast(0xfd), + static_cast(0xfa), + static_cast(0xb8), + static_cast(0xfd), + static_cast(0x56), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x12), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x34), + static_cast(0xff), + static_cast(0x76), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x85), + static_cast(0xa7), + static_cast(0xfc), + static_cast(0xc1), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x19), + static_cast(0x73), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x61), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x24), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x44), + static_cast(0xad), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x19), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x52), + static_cast(0xff), + static_cast(0x42), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x86), + static_cast(0xff), + static_cast(0x12), + static_cast(0x33), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x10), + static_cast(0xff), + static_cast(0x58), + static_cast(0x22), + static_cast(0xff), + static_cast(0x31), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x91), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x07), + static_cast(0x43), + static_cast(0x1b), + static_cast(0x3e), + static_cast(0x26), + static_cast(0x31), + static_cast(0x70), + static_cast(0x6c), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x30), + static_cast(0xec), + static_cast(0xd2), + static_cast(0xc1), + static_cast(0x14), + static_cast(0x26), + static_cast(0x5c), + static_cast(0x0f), + static_cast(0x28), + static_cast(0xd6), + static_cast(0xf7), + static_cast(0x9b), + static_cast(0x2e), + static_cast(0x05), + static_cast(0x2c), + static_cast(0x17), + static_cast(0x10), + static_cast(0x54), + static_cast(0x8e), + static_cast(0xef), + static_cast(0x62), + static_cast(0xa1), + static_cast(0xe7), + static_cast(0x3c), + static_cast(0x1d), + static_cast(0x0c), + static_cast(0x42), + static_cast(0x3b), + static_cast(0x09), + static_cast(0x18), + static_cast(0xfa), + static_cast(0xfc), + static_cast(0x11), + static_cast(0x28), + static_cast(0xfa), + static_cast(0x46), + static_cast(0x87), + static_cast(0xfa), + static_cast(0x16), + static_cast(0x59), + static_cast(0x04), + static_cast(0x63), + static_cast(0x3c), + static_cast(0xfd), + static_cast(0xbc), + static_cast(0xdd), + static_cast(0xfc), + static_cast(0xf2), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x2d), + static_cast(0x66), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0xf1), + static_cast(0x00), + static_cast(0x77), + static_cast(0x96), + static_cast(0xfd), + static_cast(0xd9), + static_cast(0x77), + static_cast(0x01), + static_cast(0x43), + static_cast(0xe5), + static_cast(0x00), + static_cast(0xd1), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x77), + static_cast(0xff), + static_cast(0x44), + static_cast(0xea), + static_cast(0xfc), + static_cast(0x45), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xed), + static_cast(0xfb), + static_cast(0xfa), + static_cast(0xec), + static_cast(0xfb), + static_cast(0x6e), + static_cast(0xea), + static_cast(0xfc), + static_cast(0xa7), + static_cast(0x8d), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x73), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x52), + static_cast(0x87), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x91), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0xf2), + static_cast(0xfb), + static_cast(0x4e), + static_cast(0x15), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x12), + static_cast(0xff), + static_cast(0x60), + static_cast(0x94), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x48), + static_cast(0xff), + static_cast(0x58), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x54), + static_cast(0x85), + static_cast(0xff), + static_cast(0x21), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x08), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x55), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x96), + static_cast(0x00), + static_cast(0xfb), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x00), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x43), + static_cast(0xff), + static_cast(0x98), + static_cast(0x52), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x90), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x40), + static_cast(0xff), + static_cast(0x45), + static_cast(0x20), + static_cast(0xff), + static_cast(0x61), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x39), + static_cast(0x10), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x96), + static_cast(0xff), + static_cast(0x81), + static_cast(0x93), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xac), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x88), + static_cast(0x7a), + static_cast(0x1f), + static_cast(0x53), + static_cast(0xc4), + static_cast(0x33), + static_cast(0xb8), + static_cast(0xa3), + static_cast(0xfb), + static_cast(0x81), + static_cast(0x8a), + static_cast(0xeb), + static_cast(0x01), + static_cast(0xa1), + static_cast(0x15), + static_cast(0x3f), + static_cast(0x85), + static_cast(0x0b), + static_cast(0xdf), + static_cast(0x81), + static_cast(0xf7), + static_cast(0x75), + static_cast(0x3b), + static_cast(0x0a), + static_cast(0x9f), + static_cast(0x4d), + static_cast(0x11), + static_cast(0xaf), + static_cast(0xdd), + static_cast(0xea), + static_cast(0xa2), + static_cast(0x16), + static_cast(0xe8), + static_cast(0xbc), + static_cast(0xa1), + static_cast(0x0d), + static_cast(0x07), + static_cast(0xd0), + static_cast(0x07), + static_cast(0x89), + static_cast(0x31), + static_cast(0xfd), + static_cast(0xd6), + static_cast(0xf4), + static_cast(0xf9), + static_cast(0xb1), + static_cast(0x34), + static_cast(0xfb), + static_cast(0xc1), + static_cast(0x0e), + static_cast(0x03), + static_cast(0x03), + static_cast(0xb7), + static_cast(0xfc), + static_cast(0xc8), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x80), + static_cast(0xfc), + static_cast(0xd5), + static_cast(0xfa), + static_cast(0xfc), + static_cast(0x0b), + static_cast(0x76), + static_cast(0x00), + static_cast(0x0f), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xbd), + static_cast(0x02), + static_cast(0x81), + static_cast(0x49), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x69), + static_cast(0xff), + static_cast(0x93), + static_cast(0x58), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0xb8), + static_cast(0xfb), + static_cast(0x3d), + static_cast(0xdc), + static_cast(0xfb), + static_cast(0x41), + static_cast(0x22), + static_cast(0xfc), + static_cast(0x40), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0xb3), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x34), + static_cast(0x52), + static_cast(0x00), + static_cast(0x84), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x36), + static_cast(0xfc), + static_cast(0x00), + static_cast(0x49), + static_cast(0xfb), + static_cast(0xce), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x43), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x53), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x95), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x44), + static_cast(0x22), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x38), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x93), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x34), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x59), + static_cast(0x45), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x05), + static_cast(0xff), + static_cast(0x14), + static_cast(0x74), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x86), + static_cast(0xff), + static_cast(0x27), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x70), + static_cast(0x4d), + static_cast(0x20), + static_cast(0x20), + static_cast(0x33), + static_cast(0x37), + static_cast(0x65), + static_cast(0x53), + static_cast(0xfc), + static_cast(0x30), + static_cast(0x09), + static_cast(0xe8), + static_cast(0x3f), + static_cast(0xfc), + static_cast(0x14), + static_cast(0x1d), + static_cast(0x8c), + static_cast(0x0a), + static_cast(0x23), + static_cast(0xf9), + static_cast(0xf5), + static_cast(0x41), + static_cast(0xa2), + static_cast(0x0c), + static_cast(0x6e), + static_cast(0x3a), + static_cast(0x14), + static_cast(0x6c), + static_cast(0x75), + static_cast(0xea), + static_cast(0x82), + static_cast(0x44), + static_cast(0xe5), + static_cast(0x8d), + static_cast(0xde), + static_cast(0x0d), + static_cast(0x74), + static_cast(0x6e), + static_cast(0x08), + static_cast(0x7c), + static_cast(0x38), + static_cast(0xfc), + static_cast(0xb0), + static_cast(0x1a), + static_cast(0xfb), + static_cast(0x6a), + static_cast(0x28), + static_cast(0xfb), + static_cast(0xb6), + static_cast(0x9d), + static_cast(0x01), + static_cast(0x8d), + static_cast(0x74), + static_cast(0xfc), + static_cast(0xb6), + static_cast(0x03), + static_cast(0xff), + static_cast(0x81), + static_cast(0x65), + static_cast(0xfc), + static_cast(0xdf), + static_cast(0xbb), + static_cast(0xfb), + static_cast(0xc6), + static_cast(0x42), + static_cast(0x00), + static_cast(0x7f), + static_cast(0x18), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x90), + static_cast(0x04), + static_cast(0xd3), + static_cast(0x24), + static_cast(0x00), + static_cast(0x70), + static_cast(0x37), + static_cast(0xfe), + static_cast(0x69), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x9d), + static_cast(0x66), + static_cast(0xfd), + static_cast(0xd3), + static_cast(0x3f), + static_cast(0xfd), + static_cast(0xfc), + static_cast(0x6b), + static_cast(0xfc), + static_cast(0x19), + static_cast(0x60), + static_cast(0xfb), + static_cast(0x88), + static_cast(0x9a), + static_cast(0xfb), + static_cast(0xcd), + static_cast(0x11), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x03), + static_cast(0x00), + static_cast(0xb6), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x25), + static_cast(0x42), + static_cast(0x00), + static_cast(0x54), + static_cast(0x82), + static_cast(0xfb), + static_cast(0xe9), + static_cast(0x90), + static_cast(0xfa), + static_cast(0x86), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x84), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0x3f), + static_cast(0x46), + static_cast(0xff), + static_cast(0x71), + static_cast(0xda), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xec), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x66), + static_cast(0x02), + static_cast(0xff), + static_cast(0xab), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xc8), + static_cast(0x00), + static_cast(0xde), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x40), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x82), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x38), + static_cast(0xff), + static_cast(0x03), + static_cast(0x54), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x97), + static_cast(0xff), + static_cast(0x81), + static_cast(0x64), + static_cast(0xff), + static_cast(0x19), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x05), + static_cast(0xff), + static_cast(0x53), + static_cast(0x51), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x76), + static_cast(0xff), + static_cast(0x72), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x88), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x60), + static_cast(0x6f), + static_cast(0x21), + static_cast(0xb2), + static_cast(0x21), + static_cast(0x3a), + static_cast(0x44), + static_cast(0xd3), + static_cast(0xfc), + static_cast(0xed), + static_cast(0x5c), + static_cast(0xe5), + static_cast(0xed), + static_cast(0x2a), + static_cast(0x14), + static_cast(0x02), + static_cast(0xc6), + static_cast(0x09), + static_cast(0x35), + static_cast(0xcd), + static_cast(0xf3), + static_cast(0x26), + static_cast(0x86), + static_cast(0x0d), + static_cast(0x01), + static_cast(0xb6), + static_cast(0x17), + static_cast(0xbc), + static_cast(0x91), + static_cast(0xea), + static_cast(0x96), + static_cast(0xc6), + static_cast(0xe2), + static_cast(0xa1), + static_cast(0x12), + static_cast(0x0e), + static_cast(0xd4), + static_cast(0x65), + static_cast(0x08), + static_cast(0x80), + static_cast(0x7e), + static_cast(0xfb), + static_cast(0x09), + static_cast(0x1a), + static_cast(0xfc), + static_cast(0x2b), + static_cast(0x39), + static_cast(0xfb), + static_cast(0x48), + static_cast(0x47), + static_cast(0x00), + static_cast(0xe6), + static_cast(0xbc), + static_cast(0xfb), + static_cast(0x8a), + static_cast(0x02), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x49), + static_cast(0xfc), + static_cast(0xc6), + static_cast(0xf5), + static_cast(0xfa), + static_cast(0xa8), + static_cast(0x04), + static_cast(0x00), + static_cast(0x58), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xb4), + static_cast(0x06), + static_cast(0x61), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x41), + static_cast(0x69), + static_cast(0xfc), + static_cast(0xfa), + static_cast(0x66), + static_cast(0x02), + static_cast(0x44), + static_cast(0xd6), + static_cast(0xfd), + static_cast(0xc1), + static_cast(0x48), + static_cast(0xfc), + static_cast(0x72), + static_cast(0x37), + static_cast(0xfd), + static_cast(0x8c), + static_cast(0x48), + static_cast(0xfb), + static_cast(0xad), + static_cast(0x9b), + static_cast(0xfa), + static_cast(0xa9), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x99), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x81), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x34), + static_cast(0x08), + static_cast(0x01), + static_cast(0xc5), + static_cast(0x1e), + static_cast(0xfb), + static_cast(0x69), + static_cast(0xcd), + static_cast(0xf9), + static_cast(0xf7), + static_cast(0x72), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x95), + static_cast(0xfd), + static_cast(0x44), + static_cast(0x72), + static_cast(0xff), + static_cast(0x50), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x62), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x27), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x39), + static_cast(0xd1), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x00), + static_cast(0x00), + static_cast(0xc6), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x42), + static_cast(0xff), + static_cast(0x70), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x90), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x56), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x30), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xab), + static_cast(0xff), + static_cast(0x28), + static_cast(0x18), + static_cast(0x24), + static_cast(0x4e), + static_cast(0x21), + static_cast(0x3c), + static_cast(0x7c), + static_cast(0xf1), + static_cast(0xfa), + static_cast(0x9a), + static_cast(0x04), + static_cast(0xe5), + static_cast(0x8f), + static_cast(0xd8), + static_cast(0x13), + static_cast(0xe0), + static_cast(0x0d), + static_cast(0x08), + static_cast(0x1d), + static_cast(0xae), + static_cast(0xf1), + static_cast(0xa1), + static_cast(0xd3), + static_cast(0x0d), + static_cast(0x62), + static_cast(0x07), + static_cast(0x1b), + static_cast(0x87), + static_cast(0x8b), + static_cast(0xe9), + static_cast(0x68), + static_cast(0x83), + static_cast(0xe2), + static_cast(0xab), + static_cast(0xae), + static_cast(0x0e), + static_cast(0xd0), + static_cast(0x48), + static_cast(0x06), + static_cast(0xb4), + static_cast(0x19), + static_cast(0xfc), + static_cast(0x19), + static_cast(0x9f), + static_cast(0xfc), + static_cast(0x0d), + static_cast(0x34), + static_cast(0xfb), + static_cast(0xaf), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xfd), + static_cast(0xfa), + static_cast(0x27), + static_cast(0x06), + static_cast(0x01), + static_cast(0x8f), + static_cast(0x9b), + static_cast(0xfb), + static_cast(0x80), + static_cast(0x72), + static_cast(0xfb), + static_cast(0xeb), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0xf0), + static_cast(0xb4), + static_cast(0x08), + static_cast(0x60), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x94), + static_cast(0x63), + static_cast(0xfb), + static_cast(0xa6), + static_cast(0x0a), + static_cast(0x03), + static_cast(0x7c), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0xa1), + static_cast(0xfb), + static_cast(0x3c), + static_cast(0x63), + static_cast(0xfd), + static_cast(0xf5), + static_cast(0xb2), + static_cast(0xfb), + static_cast(0x7a), + static_cast(0x54), + static_cast(0xf9), + static_cast(0xea), + static_cast(0xe4), + static_cast(0xfd), + static_cast(0x22), + static_cast(0x41), + static_cast(0xff), + static_cast(0xef), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x04), + static_cast(0x02), + static_cast(0xc1), + static_cast(0x06), + static_cast(0xfb), + static_cast(0xb5), + static_cast(0x42), + static_cast(0xf9), + static_cast(0x9e), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x19), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x5e), + static_cast(0xfd), + static_cast(0xce), + static_cast(0x55), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x84), + static_cast(0xff), + static_cast(0xab), + static_cast(0x57), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0x30), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x50), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x54), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x21), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x37), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x86), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x25), + static_cast(0x21), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x60), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xf7), + static_cast(0x25), + static_cast(0xad), + static_cast(0xe0), + static_cast(0x3d), + static_cast(0x6f), + static_cast(0xe9), + static_cast(0xf9), + static_cast(0xd7), + static_cast(0xf7), + static_cast(0xe4), + static_cast(0x39), + static_cast(0xb8), + static_cast(0x13), + static_cast(0x89), + static_cast(0x0a), + static_cast(0x06), + static_cast(0x8d), + static_cast(0xa4), + static_cast(0xef), + static_cast(0xc3), + static_cast(0x62), + static_cast(0x0d), + static_cast(0xd2), + static_cast(0xfc), + static_cast(0x1c), + static_cast(0x9c), + static_cast(0x34), + static_cast(0xea), + static_cast(0xeb), + static_cast(0xd8), + static_cast(0xe2), + static_cast(0xfa), + static_cast(0x6d), + static_cast(0x0e), + static_cast(0xa2), + static_cast(0xfc), + static_cast(0x03), + static_cast(0x97), + static_cast(0xba), + static_cast(0xfc), + static_cast(0xdc), + static_cast(0xcf), + static_cast(0xfd), + static_cast(0x84), + static_cast(0x2b), + static_cast(0xfa), + static_cast(0x93), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x0a), + static_cast(0xfb), + static_cast(0x08), + static_cast(0x30), + static_cast(0x01), + static_cast(0x2c), + static_cast(0x54), + static_cast(0xfb), + static_cast(0xfb), + static_cast(0x19), + static_cast(0xfc), + static_cast(0x5e), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x96), + static_cast(0xfc), + static_cast(0xb5), + static_cast(0x92), + static_cast(0x09), + static_cast(0x0d), + static_cast(0xda), + static_cast(0x01), + static_cast(0x64), + static_cast(0x37), + static_cast(0xfb), + static_cast(0x4e), + static_cast(0xe0), + static_cast(0x02), + static_cast(0x0c), + static_cast(0x50), + static_cast(0x00), + static_cast(0xee), + static_cast(0xb3), + static_cast(0xfb), + static_cast(0x02), + static_cast(0xa1), + static_cast(0xfc), + static_cast(0xc2), + static_cast(0x2f), + static_cast(0xfc), + static_cast(0xad), + static_cast(0x36), + static_cast(0xf8), + static_cast(0xbc), + static_cast(0x17), + static_cast(0xfd), + static_cast(0x57), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x33), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x29), + static_cast(0x03), + static_cast(0x2e), + static_cast(0xe0), + static_cast(0xfb), + static_cast(0x30), + static_cast(0x9b), + static_cast(0xf8), + static_cast(0xc1), + static_cast(0x11), + static_cast(0x00), + static_cast(0x46), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x38), + static_cast(0x0c), + static_cast(0xfd), + static_cast(0x28), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x19), + static_cast(0x13), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xf4), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x70), + static_cast(0xac), + static_cast(0xfd), + static_cast(0x42), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x23), + static_cast(0x16), + static_cast(0x01), + static_cast(0x57), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x53), + static_cast(0x37), + static_cast(0xff), + static_cast(0x69), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x45), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x26), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x84), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x91), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x25), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x20), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x75), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x67), + static_cast(0x27), + static_cast(0x70), + static_cast(0x99), + static_cast(0x3f), + static_cast(0x85), + static_cast(0x4f), + static_cast(0xf9), + static_cast(0xb3), + static_cast(0x7f), + static_cast(0xe5), + static_cast(0x89), + static_cast(0x2f), + static_cast(0x14), + static_cast(0x54), + static_cast(0x29), + static_cast(0x03), + static_cast(0x33), + static_cast(0x14), + static_cast(0xee), + static_cast(0xc8), + static_cast(0xf9), + static_cast(0x0c), + static_cast(0x32), + static_cast(0x12), + static_cast(0x1d), + static_cast(0x57), + static_cast(0x6f), + static_cast(0xec), + static_cast(0xfa), + static_cast(0xf0), + static_cast(0xe3), + static_cast(0xa1), + static_cast(0x19), + static_cast(0x0d), + static_cast(0x07), + static_cast(0x09), + static_cast(0x02), + static_cast(0x4f), + static_cast(0x6c), + static_cast(0xfd), + static_cast(0xac), + static_cast(0x72), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xc7), + static_cast(0xf8), + static_cast(0x3f), + static_cast(0x5b), + static_cast(0xfd), + static_cast(0xdf), + static_cast(0xec), + static_cast(0xfb), + static_cast(0xef), + static_cast(0x37), + static_cast(0x01), + static_cast(0x0a), + static_cast(0x17), + static_cast(0xfb), + static_cast(0xb0), + static_cast(0xcd), + static_cast(0xfc), + static_cast(0x99), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x3a), + static_cast(0xfb), + static_cast(0x5e), + static_cast(0x49), + static_cast(0x09), + static_cast(0xce), + static_cast(0x5c), + static_cast(0x03), + static_cast(0x2a), + static_cast(0x76), + static_cast(0xfc), + static_cast(0x30), + static_cast(0x41), + static_cast(0x02), + static_cast(0x57), + static_cast(0x1c), + static_cast(0x01), + static_cast(0x22), + static_cast(0xfb), + static_cast(0xfc), + static_cast(0x30), + static_cast(0x13), + static_cast(0xfb), + static_cast(0x8b), + static_cast(0xfc), + static_cast(0xfb), + static_cast(0xd2), + static_cast(0x42), + static_cast(0xf8), + static_cast(0x7d), + static_cast(0xfa), + static_cast(0xfb), + static_cast(0x48), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x50), + static_cast(0x04), + static_cast(0xc0), + static_cast(0x6d), + static_cast(0xfd), + static_cast(0x6d), + static_cast(0x8a), + static_cast(0xf8), + static_cast(0x21), + static_cast(0x93), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x68), + static_cast(0x7e), + static_cast(0xfd), + static_cast(0x0c), + static_cast(0x63), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xad), + static_cast(0xff), + static_cast(0x98), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x82), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x11), + static_cast(0x68), + static_cast(0xfd), + static_cast(0xa3), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xca), + static_cast(0x5d), + static_cast(0x01), + static_cast(0xc3), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x45), + static_cast(0xff), + static_cast(0x63), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x16), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x46), + static_cast(0xff), + static_cast(0x35), + static_cast(0x62), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x64), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x24), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x38), + static_cast(0xff), + static_cast(0xae), + static_cast(0x99), + static_cast(0xff), + static_cast(0xea), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x34), + static_cast(0xc4), + static_cast(0x26), + static_cast(0x16), + static_cast(0x96), + static_cast(0x40), + static_cast(0x41), + static_cast(0xb2), + static_cast(0xfc), + static_cast(0xa4), + static_cast(0x7e), + static_cast(0xe5), + static_cast(0x24), + static_cast(0x26), + static_cast(0x12), + static_cast(0x3d), + static_cast(0x3e), + static_cast(0x03), + static_cast(0xcd), + static_cast(0x1d), + static_cast(0xec), + static_cast(0x64), + static_cast(0xa3), + static_cast(0x09), + static_cast(0x6e), + static_cast(0xf5), + static_cast(0x1d), + static_cast(0xf9), + static_cast(0x14), + static_cast(0xf0), + static_cast(0xb0), + static_cast(0xc0), + static_cast(0xe4), + static_cast(0xf4), + static_cast(0xb5), + static_cast(0x0a), + static_cast(0xd2), + static_cast(0x71), + static_cast(0x00), + static_cast(0x27), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x75), + static_cast(0x00), + static_cast(0xb8), + static_cast(0xc6), + static_cast(0xf7), + static_cast(0x08), + static_cast(0xb4), + static_cast(0xfc), + static_cast(0x0a), + static_cast(0x8a), + static_cast(0xfc), + static_cast(0xed), + static_cast(0xbf), + static_cast(0x01), + static_cast(0xc2), + static_cast(0xa2), + static_cast(0xfa), + static_cast(0x38), + static_cast(0xe5), + static_cast(0xfc), + static_cast(0x0b), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x86), + static_cast(0xf9), + static_cast(0x9f), + static_cast(0x41), + static_cast(0x07), + static_cast(0x02), + static_cast(0xa3), + static_cast(0x05), + static_cast(0xbe), + static_cast(0x00), + static_cast(0xff), + static_cast(0x83), + static_cast(0xe7), + static_cast(0x00), + static_cast(0x3f), + static_cast(0x29), + static_cast(0x01), + static_cast(0x38), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x28), + static_cast(0xf9), + static_cast(0x9b), + static_cast(0xd5), + static_cast(0xfb), + static_cast(0x8e), + static_cast(0x0f), + static_cast(0xf9), + static_cast(0x37), + static_cast(0x2e), + static_cast(0xfa), + static_cast(0x08), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x95), + static_cast(0xfd), + static_cast(0x74), + static_cast(0x3a), + static_cast(0x04), + static_cast(0xdf), + static_cast(0x63), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x1a), + static_cast(0xf9), + static_cast(0x10), + static_cast(0x7a), + static_cast(0xfd), + static_cast(0x6d), + static_cast(0xac), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x00), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x8e), + static_cast(0xfd), + static_cast(0xc3), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x61), + static_cast(0xff), + static_cast(0xba), + static_cast(0x34), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x58), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x97), + static_cast(0x01), + static_cast(0x39), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x59), + static_cast(0xff), + static_cast(0x82), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x37), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x65), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x38), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x74), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x29), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x79), + static_cast(0xd9), + static_cast(0x24), + static_cast(0xb8), + static_cast(0x8a), + static_cast(0x40), + static_cast(0x84), + static_cast(0xb8), + static_cast(0x02), + static_cast(0x8a), + static_cast(0x5d), + static_cast(0xe6), + static_cast(0xeb), + static_cast(0xec), + static_cast(0x0d), + static_cast(0x30), + static_cast(0xf8), + static_cast(0x04), + static_cast(0xa3), + static_cast(0x1f), + static_cast(0xeb), + static_cast(0xa2), + static_cast(0x7f), + static_cast(0x03), + static_cast(0x96), + static_cast(0xc9), + static_cast(0x1e), + static_cast(0x9c), + static_cast(0x7a), + static_cast(0xf5), + static_cast(0x6f), + static_cast(0xe7), + static_cast(0xe4), + static_cast(0x7e), + static_cast(0x1a), + static_cast(0x08), + static_cast(0x89), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xef), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x73), + static_cast(0xad), + static_cast(0x01), + static_cast(0xe3), + static_cast(0xb4), + static_cast(0xf7), + static_cast(0x18), + static_cast(0xb8), + static_cast(0xfb), + static_cast(0x79), + static_cast(0x85), + static_cast(0xfd), + static_cast(0x63), + static_cast(0x0a), + static_cast(0x02), + static_cast(0x8e), + static_cast(0x3b), + static_cast(0xfa), + static_cast(0x70), + static_cast(0x1b), + static_cast(0xfd), + static_cast(0xf3), + static_cast(0xd3), + static_cast(0x00), + static_cast(0x19), + static_cast(0xbd), + static_cast(0xf8), + static_cast(0x65), + static_cast(0x8c), + static_cast(0x04), + static_cast(0x8c), + static_cast(0xd3), + static_cast(0x06), + static_cast(0xfa), + static_cast(0x82), + static_cast(0x02), + static_cast(0x58), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x92), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x91), + static_cast(0x01), + static_cast(0xf9), + static_cast(0x45), + static_cast(0xdc), + static_cast(0xfa), + static_cast(0xa8), + static_cast(0xe0), + static_cast(0xf9), + static_cast(0x8f), + static_cast(0x89), + static_cast(0xf9), + static_cast(0x64), + static_cast(0xd2), + static_cast(0xfd), + static_cast(0xe5), + static_cast(0x0c), + static_cast(0xfd), + static_cast(0xca), + static_cast(0x75), + static_cast(0x03), + static_cast(0x43), + static_cast(0x7e), + static_cast(0x02), + static_cast(0x43), + static_cast(0xda), + static_cast(0xfa), + static_cast(0xd6), + static_cast(0xd0), + static_cast(0xfb), + static_cast(0x30), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x28), + static_cast(0x39), + static_cast(0x00), + static_cast(0xce), + static_cast(0x5a), + static_cast(0xfd), + static_cast(0xb7), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x51), + static_cast(0x00), + static_cast(0xae), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x33), + static_cast(0x01), + static_cast(0x68), + static_cast(0x54), + static_cast(0x00), + static_cast(0xad), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x68), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x56), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x51), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x09), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x10), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x60), + static_cast(0xff), + static_cast(0x68), + static_cast(0x86), + static_cast(0xff), + static_cast(0x53), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xf1), + static_cast(0x22), + static_cast(0xb6), + static_cast(0x63), + static_cast(0x40), + static_cast(0x2f), + static_cast(0x84), + static_cast(0x07), + static_cast(0x63), + static_cast(0x56), + static_cast(0xe8), + static_cast(0xb8), + static_cast(0x89), + static_cast(0x0b), + static_cast(0x5f), + static_cast(0x35), + static_cast(0x04), + static_cast(0x05), + static_cast(0x94), + static_cast(0xeb), + static_cast(0xf6), + static_cast(0x83), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x2b), + static_cast(0x1c), + static_cast(0x47), + static_cast(0x8e), + static_cast(0xfc), + static_cast(0x98), + static_cast(0x2b), + static_cast(0xe5), + static_cast(0x14), + static_cast(0xfd), + static_cast(0x04), + static_cast(0x98), + static_cast(0x71), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x7b), + static_cast(0xfc), + static_cast(0x6a), + static_cast(0x75), + static_cast(0x03), + static_cast(0x5c), + static_cast(0xb6), + static_cast(0xf8), + static_cast(0xdc), + static_cast(0x69), + static_cast(0xfa), + static_cast(0x26), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x06), + static_cast(0x02), + static_cast(0x36), + static_cast(0x58), + static_cast(0xfa), + static_cast(0x05), + static_cast(0xf8), + static_cast(0xfc), + static_cast(0xad), + static_cast(0xdc), + static_cast(0x01), + static_cast(0x91), + static_cast(0xb0), + static_cast(0xf8), + static_cast(0x02), + static_cast(0x6e), + static_cast(0x02), + static_cast(0x57), + static_cast(0x7d), + static_cast(0x06), + static_cast(0xd5), + static_cast(0x0f), + static_cast(0x04), + static_cast(0x33), + static_cast(0x21), + static_cast(0x01), + static_cast(0x9a), + static_cast(0xbc), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0x74), + static_cast(0x01), + static_cast(0xc1), + static_cast(0x74), + static_cast(0xfa), + static_cast(0x2e), + static_cast(0x9e), + static_cast(0xf9), + static_cast(0x0a), + static_cast(0xda), + static_cast(0xfa), + static_cast(0xf9), + static_cast(0x91), + static_cast(0xf9), + static_cast(0x93), + static_cast(0xb3), + static_cast(0xfd), + static_cast(0x2d), + static_cast(0xb5), + static_cast(0xfc), + static_cast(0x40), + static_cast(0x60), + static_cast(0x01), + static_cast(0x75), + static_cast(0x68), + static_cast(0x03), + static_cast(0x07), + static_cast(0xc7), + static_cast(0xfd), + static_cast(0x0c), + static_cast(0xce), + static_cast(0xfb), + static_cast(0x0b), + static_cast(0xce), + static_cast(0xfc), + static_cast(0x17), + static_cast(0x47), + static_cast(0x00), + static_cast(0xd3), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x60), + static_cast(0xfd), + static_cast(0x1d), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x52), + static_cast(0x00), + static_cast(0x5c), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x17), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x87), + static_cast(0x00), + static_cast(0x79), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x30), + static_cast(0x09), + static_cast(0x00), + static_cast(0xa4), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0x61), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0xba), + static_cast(0xff), + static_cast(0x12), + static_cast(0x65), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x53), + static_cast(0xff), + static_cast(0x75), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x60), + static_cast(0xff), + static_cast(0x31), + static_cast(0x98), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xea), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xda), + static_cast(0x20), + static_cast(0x3f), + static_cast(0xbb), + static_cast(0x40), + static_cast(0x6e), + static_cast(0xd5), + static_cast(0x0a), + static_cast(0x10), + static_cast(0xbc), + static_cast(0xe9), + static_cast(0xcc), + static_cast(0x0d), + static_cast(0x0d), + static_cast(0x38), + static_cast(0x05), + static_cast(0x01), + static_cast(0xe8), + static_cast(0x86), + static_cast(0xea), + static_cast(0x72), + static_cast(0xdf), + static_cast(0xfd), + static_cast(0x14), + static_cast(0xf0), + static_cast(0x15), + static_cast(0x8b), + static_cast(0x7a), + static_cast(0x02), + static_cast(0x4a), + static_cast(0x3b), + static_cast(0xe8), + static_cast(0x9c), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x05), + static_cast(0xaa), + static_cast(0x01), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0xfa), + static_cast(0xb0), + static_cast(0xed), + static_cast(0x04), + static_cast(0xa6), + static_cast(0x06), + static_cast(0xfa), + static_cast(0x59), + static_cast(0xd8), + static_cast(0xf9), + static_cast(0x05), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x2d), + static_cast(0x01), + static_cast(0xf5), + static_cast(0x56), + static_cast(0xfc), + static_cast(0x17), + static_cast(0x88), + static_cast(0xfb), + static_cast(0x18), + static_cast(0x0c), + static_cast(0x03), + static_cast(0x90), + static_cast(0x60), + static_cast(0xfa), + static_cast(0x4c), + static_cast(0x63), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x29), + static_cast(0x05), + static_cast(0x74), + static_cast(0x0c), + static_cast(0x03), + static_cast(0x8b), + static_cast(0x17), + static_cast(0x04), + static_cast(0xc1), + static_cast(0xc1), + static_cast(0xfd), + static_cast(0x13), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x13), + static_cast(0x99), + static_cast(0xfd), + static_cast(0x99), + static_cast(0xde), + static_cast(0xf8), + static_cast(0x15), + static_cast(0x05), + static_cast(0xfb), + static_cast(0x21), + static_cast(0x3b), + static_cast(0xfb), + static_cast(0x7a), + static_cast(0x25), + static_cast(0xfd), + static_cast(0x79), + static_cast(0x6f), + static_cast(0xfb), + static_cast(0x99), + static_cast(0x93), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x3e), + static_cast(0x04), + static_cast(0x2d), + static_cast(0x86), + static_cast(0xff), + static_cast(0x87), + static_cast(0x48), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0xfb), + static_cast(0xfc), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x6a), + static_cast(0x00), + static_cast(0xaa), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0xe2), + static_cast(0xe0), + static_cast(0xfd), + static_cast(0x2e), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x44), + static_cast(0x98), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x87), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x11), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x34), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x02), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x73), + static_cast(0xff), + static_cast(0x80), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x40), + static_cast(0xff), + static_cast(0x52), + static_cast(0xae), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x00), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xde), + static_cast(0x21), + static_cast(0x5c), + static_cast(0xe2), + static_cast(0x40), + static_cast(0xe0), + static_cast(0x86), + static_cast(0x08), + static_cast(0x23), + static_cast(0xc2), + static_cast(0xec), + static_cast(0x5c), + static_cast(0x4a), + static_cast(0x11), + static_cast(0x18), + static_cast(0x42), + static_cast(0xfb), + static_cast(0xd5), + static_cast(0x89), + static_cast(0xe8), + static_cast(0x2a), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x4b), + static_cast(0x52), + static_cast(0x10), + static_cast(0xd5), + static_cast(0x2c), + static_cast(0x03), + static_cast(0x15), + static_cast(0xab), + static_cast(0xed), + static_cast(0x15), + static_cast(0x4f), + static_cast(0xfd), + static_cast(0x0c), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x10), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0x3b), + static_cast(0xfc), + static_cast(0x04), + static_cast(0x41), + static_cast(0x47), + static_cast(0xfa), + static_cast(0xd1), + static_cast(0x0b), + static_cast(0xfb), + static_cast(0x5e), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x96), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xbe), + static_cast(0xfa), + static_cast(0xc8), + static_cast(0x40), + static_cast(0x03), + static_cast(0x90), + static_cast(0x6c), + static_cast(0xfc), + static_cast(0x05), + static_cast(0x45), + static_cast(0xfc), + static_cast(0xbf), + static_cast(0x9d), + static_cast(0x02), + static_cast(0x66), + static_cast(0xf0), + static_cast(0x02), + static_cast(0x4b), + static_cast(0x63), + static_cast(0x05), + static_cast(0x8b), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x69), + static_cast(0xff), + static_cast(0xab), + static_cast(0x46), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x99), + static_cast(0xfa), + static_cast(0xdb), + static_cast(0x68), + static_cast(0xfb), + static_cast(0x57), + static_cast(0x21), + static_cast(0xfb), + static_cast(0x78), + static_cast(0xed), + static_cast(0xfc), + static_cast(0xe2), + static_cast(0x3c), + static_cast(0xfb), + static_cast(0x64), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xdd), + static_cast(0x02), + static_cast(0x46), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xad), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x16), + static_cast(0xfb), + static_cast(0x17), + static_cast(0x25), + static_cast(0xfd), + static_cast(0x3b), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x84), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xe2), + static_cast(0xfd), + static_cast(0xde), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0xb5), + static_cast(0x72), + static_cast(0xff), + static_cast(0x88), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x03), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x26), + static_cast(0x20), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x56), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x12), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x11), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xce), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x56), + static_cast(0xff), + static_cast(0x72), + static_cast(0x11), + static_cast(0xff), + static_cast(0x32), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x96), + static_cast(0x95), + static_cast(0x22), + static_cast(0x64), + static_cast(0x54), + static_cast(0x40), + static_cast(0xaa), + static_cast(0x02), + static_cast(0x07), + static_cast(0x77), + static_cast(0xf6), + static_cast(0xef), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xbd), + static_cast(0xe1), + static_cast(0xf6), + static_cast(0x7b), + static_cast(0x07), + static_cast(0xe7), + static_cast(0x39), + static_cast(0x8e), + static_cast(0x01), + static_cast(0x26), + static_cast(0x75), + static_cast(0x0b), + static_cast(0xdc), + static_cast(0x84), + static_cast(0x03), + static_cast(0x1d), + static_cast(0xc7), + static_cast(0xf2), + static_cast(0xa7), + static_cast(0x6f), + static_cast(0xfa), + static_cast(0x54), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x79), + static_cast(0x58), + static_cast(0x04), + static_cast(0x28), + static_cast(0xd0), + static_cast(0xf9), + static_cast(0x76), + static_cast(0xf6), + static_cast(0xfc), + static_cast(0xc4), + static_cast(0xe1), + static_cast(0xfc), + static_cast(0x28), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x96), + static_cast(0xd9), + static_cast(0x01), + static_cast(0xbd), + static_cast(0x28), + static_cast(0xfa), + static_cast(0x6e), + static_cast(0xf5), + static_cast(0x00), + static_cast(0x63), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xd4), + static_cast(0xfa), + static_cast(0xcf), + static_cast(0x70), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xcc), + static_cast(0x02), + static_cast(0x57), + static_cast(0x44), + static_cast(0x06), + static_cast(0xc9), + static_cast(0x81), + static_cast(0x01), + static_cast(0x14), + static_cast(0x31), + static_cast(0x00), + static_cast(0x61), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x98), + static_cast(0xf1), + static_cast(0xfb), + static_cast(0x2e), + static_cast(0x59), + static_cast(0xfb), + static_cast(0x16), + static_cast(0xdd), + static_cast(0xfa), + static_cast(0xe2), + static_cast(0xac), + static_cast(0xfd), + static_cast(0x37), + static_cast(0x49), + static_cast(0xfb), + static_cast(0xa6), + static_cast(0xbd), + static_cast(0xfc), + static_cast(0x85), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x5d), + static_cast(0xad), + static_cast(0x00), + static_cast(0x28), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x56), + static_cast(0x76), + static_cast(0xfb), + static_cast(0xe0), + static_cast(0x2f), + static_cast(0xfc), + static_cast(0xa4), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xac), + static_cast(0x73), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x62), + static_cast(0xfd), + static_cast(0xba), + static_cast(0x10), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x08), + static_cast(0xff), + static_cast(0x58), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x92), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x01), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x13), + static_cast(0x99), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x49), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xca), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x94), + static_cast(0x91), + static_cast(0xff), + static_cast(0x20), + static_cast(0x39), + static_cast(0xff), + static_cast(0x63), + static_cast(0x35), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x85), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x46), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xc8), + static_cast(0x1f), + static_cast(0x22), + static_cast(0x31), + static_cast(0x3f), + static_cast(0x87), + static_cast(0x92), + static_cast(0x0b), + static_cast(0x89), + static_cast(0xc0), + static_cast(0xf0), + static_cast(0xb1), + static_cast(0xce), + static_cast(0x13), + static_cast(0x0e), + static_cast(0x29), + static_cast(0xf8), + static_cast(0xb2), + static_cast(0x04), + static_cast(0xe5), + static_cast(0x5a), + static_cast(0x88), + static_cast(0xff), + static_cast(0x43), + static_cast(0x72), + static_cast(0x07), + static_cast(0x07), + static_cast(0x11), + static_cast(0x05), + static_cast(0xb1), + static_cast(0x48), + static_cast(0xf7), + static_cast(0xa7), + static_cast(0x7d), + static_cast(0xf7), + static_cast(0xee), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x97), + static_cast(0x01), + static_cast(0x05), + static_cast(0x65), + static_cast(0x04), + static_cast(0x1e), + static_cast(0xd1), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x53), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0xac), + static_cast(0x1e), + static_cast(0x03), + static_cast(0xdf), + static_cast(0xf3), + static_cast(0xfa), + static_cast(0x4c), + static_cast(0x98), + static_cast(0xfd), + static_cast(0x48), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x47), + static_cast(0x36), + static_cast(0xfc), + static_cast(0xc4), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0x3f), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x57), + static_cast(0x55), + static_cast(0x06), + static_cast(0x8a), + static_cast(0xb7), + static_cast(0x04), + static_cast(0x8a), + static_cast(0x4a), + static_cast(0x02), + static_cast(0x6e), + static_cast(0xd8), + static_cast(0xfd), + static_cast(0xaa), + static_cast(0xc2), + static_cast(0xfb), + static_cast(0x98), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x30), + static_cast(0xfa), + static_cast(0x8a), + static_cast(0x7b), + static_cast(0xfc), + static_cast(0xa3), + static_cast(0xb3), + static_cast(0xfc), + static_cast(0x48), + static_cast(0xc1), + static_cast(0xfb), + static_cast(0x79), + static_cast(0x20), + static_cast(0xff), + static_cast(0x15), + static_cast(0x35), + static_cast(0xff), + static_cast(0x01), + static_cast(0x15), + static_cast(0x01), + static_cast(0x58), + static_cast(0x98), + static_cast(0xfd), + static_cast(0x3d), + static_cast(0xd9), + static_cast(0xfb), + static_cast(0x70), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x07), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x29), + static_cast(0x00), + static_cast(0x7c), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0x3a), + static_cast(0xdb), + static_cast(0xfd), + static_cast(0x32), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x37), + static_cast(0x47), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x74), + static_cast(0xff), + static_cast(0x75), + static_cast(0x56), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x13), + static_cast(0xff), + static_cast(0x74), + static_cast(0x60), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x37), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x73), + static_cast(0xff), + static_cast(0xae), + static_cast(0x17), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x71), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x63), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x10), + static_cast(0x1d), + static_cast(0x98), + static_cast(0x9b), + static_cast(0x3d), + static_cast(0x5f), + static_cast(0xc5), + static_cast(0x0f), + static_cast(0x2e), + static_cast(0xcc), + static_cast(0xf1), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x12), + static_cast(0xd8), + static_cast(0x1f), + static_cast(0xfa), + static_cast(0xe3), + static_cast(0x52), + static_cast(0xe4), + static_cast(0x7e), + static_cast(0xd0), + static_cast(0xfc), + static_cast(0xf7), + static_cast(0x53), + static_cast(0x03), + static_cast(0x71), + static_cast(0x84), + static_cast(0x06), + static_cast(0x90), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x7b), + static_cast(0x03), + static_cast(0xf5), + static_cast(0xb1), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xb4), + static_cast(0x03), + static_cast(0xdd), + static_cast(0xb6), + static_cast(0x03), + static_cast(0x76), + static_cast(0x7f), + static_cast(0xfa), + static_cast(0x78), + static_cast(0x09), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x69), + static_cast(0x21), + static_cast(0xfc), + static_cast(0xa3), + static_cast(0xf3), + static_cast(0x02), + static_cast(0xfa), + static_cast(0x95), + static_cast(0xfb), + static_cast(0xf9), + static_cast(0xa5), + static_cast(0xfb), + static_cast(0xa1), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0x7a), + static_cast(0x49), + static_cast(0x06), + static_cast(0xe4), + static_cast(0x8a), + static_cast(0x05), + static_cast(0xd1), + static_cast(0xf9), + static_cast(0x02), + static_cast(0xd5), + static_cast(0x78), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xf8), + static_cast(0xfa), + static_cast(0xe6), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x7e), + static_cast(0xfb), + static_cast(0x4e), + static_cast(0x41), + static_cast(0xfb), + static_cast(0xd6), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x5e), + static_cast(0xfb), + static_cast(0x09), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0x64), + static_cast(0xfd), + static_cast(0xdf), + static_cast(0x1d), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x96), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x9d), + static_cast(0xfc), + static_cast(0xfb), + static_cast(0x9a), + static_cast(0xfd), + static_cast(0x42), + static_cast(0x92), + static_cast(0xfd), + static_cast(0xe3), + static_cast(0x71), + static_cast(0x00), + static_cast(0xea), + static_cast(0x75), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xc8), + static_cast(0xfc), + static_cast(0xf9), + static_cast(0x85), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x59), + static_cast(0x00), + static_cast(0x06), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x19), + static_cast(0x69), + static_cast(0xff), + static_cast(0x09), + static_cast(0xed), + static_cast(0xff), + static_cast(0x30), + static_cast(0x33), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x09), + static_cast(0x18), + static_cast(0x00), + static_cast(0xa0), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x13), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x39), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x16), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x60), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x0d), + static_cast(0x1f), + static_cast(0x55), + static_cast(0xf7), + static_cast(0x3b), + static_cast(0x34), + static_cast(0x80), + static_cast(0x0b), + static_cast(0x84), + static_cast(0x62), + static_cast(0xf6), + static_cast(0xa7), + static_cast(0xb1), + static_cast(0x13), + static_cast(0x54), + static_cast(0xf9), + static_cast(0xf5), + static_cast(0x02), + static_cast(0xaf), + static_cast(0xe7), + static_cast(0x3e), + static_cast(0xa0), + static_cast(0xfa), + static_cast(0x67), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x08), + static_cast(0x33), + static_cast(0x45), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x49), + static_cast(0xf4), + static_cast(0x1c), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0x7c), + static_cast(0x96), + static_cast(0x06), + static_cast(0x25), + static_cast(0x6e), + static_cast(0x03), + static_cast(0x2a), + static_cast(0x64), + static_cast(0xf9), + static_cast(0x6b), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x38), + static_cast(0x40), + static_cast(0xfd), + static_cast(0x40), + static_cast(0x5e), + static_cast(0xfc), + static_cast(0x55), + static_cast(0xb4), + static_cast(0x01), + static_cast(0x78), + static_cast(0x9a), + static_cast(0xfa), + static_cast(0x79), + static_cast(0x79), + static_cast(0xfd), + static_cast(0x59), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x25), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x13), + static_cast(0x01), + static_cast(0xae), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x28), + static_cast(0x03), + static_cast(0x4b), + static_cast(0x02), + static_cast(0x04), + static_cast(0x82), + static_cast(0xd9), + static_cast(0x04), + static_cast(0xbb), + static_cast(0xb8), + static_cast(0x02), + static_cast(0x39), + static_cast(0x7a), + static_cast(0xfa), + static_cast(0x65), + static_cast(0xc4), + static_cast(0xfd), + static_cast(0x79), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0x80), + static_cast(0xe5), + static_cast(0xfb), + static_cast(0xd9), + static_cast(0xaf), + static_cast(0xfc), + static_cast(0x63), + static_cast(0x2a), + static_cast(0xfc), + static_cast(0xee), + static_cast(0xef), + static_cast(0xfd), + static_cast(0xf9), + static_cast(0x12), + static_cast(0xfc), + static_cast(0x46), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x20), + static_cast(0xd9), + static_cast(0x00), + static_cast(0x86), + static_cast(0x89), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x24), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xbf), + static_cast(0xfc), + static_cast(0xd4), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x84), + static_cast(0xe4), + static_cast(0xfd), + static_cast(0x5a), + static_cast(0xac), + static_cast(0xfd), + static_cast(0xdc), + static_cast(0x91), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x27), + static_cast(0x00), + static_cast(0xc4), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x11), + static_cast(0x69), + static_cast(0xff), + static_cast(0x87), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x93), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x30), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xca), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x10), + static_cast(0x70), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x87), + static_cast(0x39), + static_cast(0xff), + static_cast(0x57), + static_cast(0x63), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x76), + static_cast(0x1c), + static_cast(0xda), + static_cast(0x4f), + static_cast(0x39), + static_cast(0x59), + static_cast(0x94), + static_cast(0x0e), + static_cast(0xbf), + static_cast(0xc7), + static_cast(0xf8), + static_cast(0xdb), + static_cast(0x6a), + static_cast(0x11), + static_cast(0x5f), + static_cast(0x21), + static_cast(0xf7), + static_cast(0x1b), + static_cast(0x42), + static_cast(0xeb), + static_cast(0x8d), + static_cast(0x7b), + static_cast(0xf6), + static_cast(0xb3), + static_cast(0x1f), + static_cast(0xf9), + static_cast(0x35), + static_cast(0x28), + static_cast(0x0d), + static_cast(0x33), + static_cast(0xf2), + static_cast(0x01), + static_cast(0x3e), + static_cast(0x83), + static_cast(0xf1), + static_cast(0x07), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xa1), + static_cast(0x08), + static_cast(0xd2), + static_cast(0x6f), + static_cast(0x02), + static_cast(0x1e), + static_cast(0x7f), + static_cast(0xf9), + static_cast(0x88), + static_cast(0x14), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x68), + static_cast(0xfb), + static_cast(0xc4), + static_cast(0xc0), + static_cast(0xfc), + static_cast(0xc9), + static_cast(0x85), + static_cast(0x02), + static_cast(0xc0), + static_cast(0x8d), + static_cast(0xf8), + static_cast(0xab), + static_cast(0x54), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x62), + static_cast(0x01), + static_cast(0x2a), + static_cast(0x33), + static_cast(0xfd), + static_cast(0x84), + static_cast(0x27), + static_cast(0x02), + static_cast(0xd7), + static_cast(0xd9), + static_cast(0x00), + static_cast(0x40), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xa0), + static_cast(0xf4), + static_cast(0x01), + static_cast(0x64), + static_cast(0xe4), + static_cast(0x04), + static_cast(0xc2), + static_cast(0x25), + static_cast(0x03), + static_cast(0x60), + static_cast(0x4c), + static_cast(0xfd), + static_cast(0x66), + static_cast(0xeb), + static_cast(0xfd), + static_cast(0x8d), + static_cast(0x41), + static_cast(0xfd), + static_cast(0x8b), + static_cast(0x99), + static_cast(0xfd), + static_cast(0xd5), + static_cast(0xd3), + static_cast(0xfc), + static_cast(0x87), + static_cast(0x61), + static_cast(0xfb), + static_cast(0x4b), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xa6), + static_cast(0xfc), + static_cast(0x10), + static_cast(0x6b), + static_cast(0xfc), + static_cast(0xb8), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x68), + static_cast(0x31), + static_cast(0x00), + static_cast(0x4b), + static_cast(0x59), + static_cast(0xfd), + static_cast(0x76), + static_cast(0x22), + static_cast(0xfd), + static_cast(0xe2), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x58), + static_cast(0xff), + static_cast(0x57), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0x9f), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x21), + static_cast(0x00), + static_cast(0x0a), + static_cast(0x58), + static_cast(0x00), + static_cast(0x07), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x45), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x47), + static_cast(0x00), + static_cast(0x52), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x02), + static_cast(0x24), + static_cast(0x00), + static_cast(0x77), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x62), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x85), + static_cast(0x21), + static_cast(0xff), + static_cast(0xed), + static_cast(0x90), + static_cast(0xff), + static_cast(0x81), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xfd), + static_cast(0x1c), + static_cast(0x4d), + static_cast(0x27), + static_cast(0x37), + static_cast(0x90), + static_cast(0x85), + static_cast(0x0c), + static_cast(0x3c), + static_cast(0x39), + static_cast(0xfc), + static_cast(0xf9), + static_cast(0xa6), + static_cast(0x0f), + static_cast(0xac), + static_cast(0x77), + static_cast(0xf4), + static_cast(0xdd), + static_cast(0x61), + static_cast(0xf1), + static_cast(0xd9), + static_cast(0x03), + static_cast(0xf5), + static_cast(0x77), + static_cast(0xc3), + static_cast(0xf2), + static_cast(0x2b), + static_cast(0x42), + static_cast(0x10), + static_cast(0x5e), + static_cast(0xe8), + static_cast(0x05), + static_cast(0x72), + static_cast(0x1f), + static_cast(0xf0), + static_cast(0x3b), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x70), + static_cast(0x0a), + static_cast(0xbd), + static_cast(0x17), + static_cast(0x01), + static_cast(0xe0), + static_cast(0x92), + static_cast(0xf8), + static_cast(0xcf), + static_cast(0x16), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x78), + static_cast(0xfa), + static_cast(0xd9), + static_cast(0x36), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xf1), + static_cast(0x01), + static_cast(0xe5), + static_cast(0x4d), + static_cast(0xf7), + static_cast(0xfa), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x20), + static_cast(0x03), + static_cast(0x31), + static_cast(0x41), + static_cast(0xfc), + static_cast(0x17), + static_cast(0x8e), + static_cast(0x01), + static_cast(0x06), + static_cast(0x55), + static_cast(0x03), + static_cast(0xe1), + static_cast(0x35), + static_cast(0x00), + static_cast(0x9c), + static_cast(0x31), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x2a), + static_cast(0x03), + static_cast(0xfb), + static_cast(0x6e), + static_cast(0x02), + static_cast(0x67), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xee), + static_cast(0xed), + static_cast(0xff), + static_cast(0x25), + static_cast(0x15), + static_cast(0xfc), + static_cast(0xeb), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x9e), + static_cast(0xfa), + static_cast(0xf5), + static_cast(0x61), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x46), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xd6), + static_cast(0xfb), + static_cast(0x06), + static_cast(0x0b), + static_cast(0xfc), + static_cast(0x30), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x5e), + static_cast(0x01), + static_cast(0xd0), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x84), + static_cast(0xfd), + static_cast(0xdd), + static_cast(0x77), + static_cast(0xfd), + static_cast(0x45), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x02), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xbe), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x56), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x83), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x96), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x55), + static_cast(0x01), + static_cast(0xff), + static_cast(0x46), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x65), + static_cast(0x44), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x46), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x15), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x63), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x08), + static_cast(0x46), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x78), + static_cast(0xff), + static_cast(0x55), + static_cast(0x09), + static_cast(0x00), + static_cast(0x01), + static_cast(0x43), + static_cast(0x1f), + static_cast(0x0f), + static_cast(0x66), + static_cast(0x37), + static_cast(0xc6), + static_cast(0x54), + static_cast(0x06), + static_cast(0xd1), + static_cast(0x82), + static_cast(0xfb), + static_cast(0x2c), + static_cast(0x18), + static_cast(0x13), + static_cast(0x65), + static_cast(0xe7), + static_cast(0xf1), + static_cast(0xdb), + static_cast(0x5e), + static_cast(0xf1), + static_cast(0x4e), + static_cast(0x84), + static_cast(0xf7), + static_cast(0xb2), + static_cast(0x35), + static_cast(0xf2), + static_cast(0x21), + static_cast(0x9e), + static_cast(0x0f), + static_cast(0x9b), + static_cast(0x73), + static_cast(0x06), + static_cast(0xd9), + static_cast(0xf6), + static_cast(0xf1), + static_cast(0x3d), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x7d), + static_cast(0x09), + static_cast(0xf7), + static_cast(0xc7), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x38), + static_cast(0xf7), + static_cast(0x60), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x95), + static_cast(0xfb), + static_cast(0xcc), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x2c), + static_cast(0x02), + static_cast(0xb1), + static_cast(0xba), + static_cast(0xf7), + static_cast(0xc0), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x9c), + static_cast(0x03), + static_cast(0xdc), + static_cast(0x72), + static_cast(0xfd), + static_cast(0x87), + static_cast(0xe3), + static_cast(0x01), + static_cast(0x22), + static_cast(0xd3), + static_cast(0x02), + static_cast(0x75), + static_cast(0x30), + static_cast(0x00), + static_cast(0xbd), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x98), + static_cast(0x01), + static_cast(0x9d), + static_cast(0xc7), + static_cast(0x01), + static_cast(0xd6), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x54), + static_cast(0x01), + static_cast(0x17), + static_cast(0x27), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x64), + static_cast(0xfd), + static_cast(0x85), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0xc9), + static_cast(0xfc), + static_cast(0x0c), + static_cast(0xec), + static_cast(0xfc), + static_cast(0xa8), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0xad), + static_cast(0xfc), + static_cast(0x79), + static_cast(0x7b), + static_cast(0xfa), + static_cast(0xe0), + static_cast(0x46), + static_cast(0xfd), + static_cast(0xa5), + static_cast(0xb8), + static_cast(0x00), + static_cast(0xad), + static_cast(0x58), + static_cast(0x00), + static_cast(0xc8), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x31), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0x74), + static_cast(0xac), + static_cast(0xfd), + static_cast(0x98), + static_cast(0x74), + static_cast(0xff), + static_cast(0x67), + static_cast(0x26), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x60), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xa5), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x29), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x24), + static_cast(0x00), + static_cast(0xf0), + static_cast(0x72), + static_cast(0x00), + static_cast(0x10), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x82), + static_cast(0x38), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x81), + static_cast(0xff), + static_cast(0x19), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x95), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x0f), + static_cast(0x1f), + static_cast(0x23), + static_cast(0x76), + static_cast(0x37), + static_cast(0xcd), + static_cast(0x10), + static_cast(0x02), + static_cast(0x7e), + static_cast(0x5c), + static_cast(0xf8), + static_cast(0x8c), + static_cast(0x09), + static_cast(0x1a), + static_cast(0xef), + static_cast(0xd2), + static_cast(0xf0), + static_cast(0x79), + static_cast(0x67), + static_cast(0xeb), + static_cast(0xb4), + static_cast(0xeb), + static_cast(0xfd), + static_cast(0x9b), + static_cast(0xb9), + static_cast(0xf3), + static_cast(0x61), + static_cast(0x46), + static_cast(0x0b), + static_cast(0xea), + static_cast(0x02), + static_cast(0x08), + static_cast(0xb4), + static_cast(0x5d), + static_cast(0xf3), + static_cast(0x9d), + static_cast(0x82), + static_cast(0xfc), + static_cast(0x31), + static_cast(0x8a), + static_cast(0x08), + static_cast(0x8e), + static_cast(0xd2), + static_cast(0x02), + static_cast(0xbd), + static_cast(0x67), + static_cast(0xf5), + static_cast(0x86), + static_cast(0x69), + static_cast(0xfd), + static_cast(0x72), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x56), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x35), + static_cast(0x02), + static_cast(0x13), + static_cast(0x89), + static_cast(0xf8), + static_cast(0x52), + static_cast(0x61), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xd6), + static_cast(0x03), + static_cast(0x68), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x94), + static_cast(0x01), + static_cast(0x33), + static_cast(0x6c), + static_cast(0x01), + static_cast(0x7e), + static_cast(0xaa), + static_cast(0x00), + static_cast(0xda), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x76), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x64), + static_cast(0x01), + static_cast(0x10), + static_cast(0x00), + static_cast(0x00), + static_cast(0x85), + static_cast(0x07), + static_cast(0x01), + static_cast(0x3f), + static_cast(0x89), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xec), + static_cast(0xfd), + static_cast(0x4d), + static_cast(0xc9), + static_cast(0xfd), + static_cast(0x04), + static_cast(0x16), + static_cast(0xff), + static_cast(0x58), + static_cast(0x3f), + static_cast(0xfd), + static_cast(0x80), + static_cast(0x3f), + static_cast(0xfc), + static_cast(0x52), + static_cast(0x68), + static_cast(0xfd), + static_cast(0xfb), + static_cast(0x49), + static_cast(0xfb), + static_cast(0xfa), + static_cast(0x63), + static_cast(0xfb), + static_cast(0x10), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x24), + static_cast(0x71), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x8d), + static_cast(0xfd), + static_cast(0x8f), + static_cast(0x91), + static_cast(0xfd), + static_cast(0x76), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x59), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x9c), + static_cast(0x25), + static_cast(0xff), + static_cast(0x42), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xed), + static_cast(0xff), + static_cast(0x31), + static_cast(0xba), + static_cast(0xff), + static_cast(0x30), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x68), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x60), + static_cast(0x5c), + static_cast(0x00), + static_cast(0xc2), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x93), + static_cast(0x14), + static_cast(0xff), + static_cast(0x26), + static_cast(0x22), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x74), + static_cast(0x89), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x08), + static_cast(0xa3), + static_cast(0x1e), + static_cast(0x92), + static_cast(0x03), + static_cast(0x35), + static_cast(0x96), + static_cast(0x85), + static_cast(0xfd), + static_cast(0xc2), + static_cast(0xd5), + static_cast(0xf8), + static_cast(0xa2), + static_cast(0xb4), + static_cast(0x20), + static_cast(0x87), + static_cast(0xf6), + static_cast(0xef), + static_cast(0x34), + static_cast(0xe2), + static_cast(0xe5), + static_cast(0xf9), + static_cast(0x4d), + static_cast(0x02), + static_cast(0x64), + static_cast(0xe5), + static_cast(0xf8), + static_cast(0xb4), + static_cast(0x92), + static_cast(0x07), + static_cast(0xbb), + static_cast(0x9b), + static_cast(0x04), + static_cast(0xca), + static_cast(0xbb), + static_cast(0xf5), + static_cast(0xa1), + static_cast(0x35), + static_cast(0xfd), + static_cast(0x68), + static_cast(0x60), + static_cast(0x06), + static_cast(0x84), + static_cast(0xf9), + static_cast(0x03), + static_cast(0x43), + static_cast(0x82), + static_cast(0xf5), + static_cast(0xee), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0x71), + static_cast(0xce), + static_cast(0x00), + static_cast(0x41), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x42), + static_cast(0x01), + static_cast(0xdb), + static_cast(0x34), + static_cast(0xfa), + static_cast(0x6e), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x57), + static_cast(0xab), + static_cast(0x02), + static_cast(0xce), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x6e), + static_cast(0x02), + static_cast(0xfa), + static_cast(0x52), + static_cast(0x01), + static_cast(0xba), + static_cast(0x33), + static_cast(0x00), + static_cast(0xed), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x56), + static_cast(0x25), + static_cast(0x00), + static_cast(0x9a), + static_cast(0x43), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x50), + static_cast(0x02), + static_cast(0x26), + static_cast(0x84), + static_cast(0x00), + static_cast(0x29), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xe4), + static_cast(0xfd), + static_cast(0x3f), + static_cast(0xb5), + static_cast(0xfc), + static_cast(0xaa), + static_cast(0x45), + static_cast(0xfc), + static_cast(0xe3), + static_cast(0x20), + static_cast(0xfc), + static_cast(0x17), + static_cast(0x59), + static_cast(0xfb), + static_cast(0x43), + static_cast(0xc8), + static_cast(0xfd), + static_cast(0x25), + static_cast(0x87), + static_cast(0x00), + static_cast(0xeb), + static_cast(0xf2), + static_cast(0x00), + static_cast(0x20), + static_cast(0x49), + static_cast(0x00), + static_cast(0xff), + static_cast(0x39), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x7e), + static_cast(0xfd), + static_cast(0x70), + static_cast(0x09), + static_cast(0xff), + static_cast(0x86), + static_cast(0x41), + static_cast(0x00), + static_cast(0xda), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x21), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x99), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xad), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x84), + static_cast(0x17), + static_cast(0x00), + static_cast(0xd9), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x06), + static_cast(0x35), + static_cast(0x00), + static_cast(0x64), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x61), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x16), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x40), + static_cast(0xff), + static_cast(0x06), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xcf), + static_cast(0x1e), + static_cast(0x4e), + static_cast(0xe1), + static_cast(0x31), + static_cast(0x2a), + static_cast(0x18), + static_cast(0xf9), + static_cast(0x22), + static_cast(0x8f), + static_cast(0xfb), + static_cast(0x42), + static_cast(0x6a), + static_cast(0x24), + static_cast(0x4d), + static_cast(0x58), + static_cast(0xed), + static_cast(0x24), + static_cast(0x1f), + static_cast(0xe4), + static_cast(0x80), + static_cast(0x91), + static_cast(0x06), + static_cast(0x3e), + static_cast(0x7c), + static_cast(0xfb), + static_cast(0xc2), + static_cast(0xb7), + static_cast(0x02), + static_cast(0x12), + static_cast(0x6c), + static_cast(0x03), + static_cast(0xd4), + static_cast(0xf7), + static_cast(0xf8), + static_cast(0x39), + static_cast(0xaf), + static_cast(0xfb), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x04), + static_cast(0xb7), + static_cast(0x53), + static_cast(0x05), + static_cast(0xf0), + static_cast(0x90), + static_cast(0xf6), + static_cast(0x43), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x31), + static_cast(0xa4), + static_cast(0x01), + static_cast(0x79), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0x81), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x39), + static_cast(0xc2), + static_cast(0xfb), + static_cast(0x35), + static_cast(0xde), + static_cast(0x00), + static_cast(0x05), + static_cast(0xd4), + static_cast(0x00), + static_cast(0x70), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xc5), + static_cast(0x02), + static_cast(0xc5), + static_cast(0x6f), + static_cast(0x01), + static_cast(0x74), + static_cast(0xed), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x04), + static_cast(0xff), + static_cast(0x26), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x15), + static_cast(0xff), + static_cast(0x95), + static_cast(0xe4), + static_cast(0x01), + static_cast(0xc0), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xf6), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x00), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x80), + static_cast(0xfd), + static_cast(0x9e), + static_cast(0x66), + static_cast(0xfd), + static_cast(0x7c), + static_cast(0xad), + static_cast(0xfc), + static_cast(0xf5), + static_cast(0x39), + static_cast(0xfb), + static_cast(0x03), + static_cast(0x07), + static_cast(0xfc), + static_cast(0xe2), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x97), + static_cast(0xa1), + static_cast(0x00), + static_cast(0x59), + static_cast(0xaf), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x41), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x06), + static_cast(0xff), + static_cast(0x90), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x80), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x49), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x89), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x99), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x35), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x51), + static_cast(0x00), + static_cast(0x72), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x85), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x14), + static_cast(0xff), + static_cast(0x26), + static_cast(0x10), + static_cast(0xff), + static_cast(0x11), + static_cast(0x44), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x78), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xa8), + static_cast(0x1c), + static_cast(0x3c), + static_cast(0x20), + static_cast(0x2f), + static_cast(0x77), + static_cast(0xe2), + static_cast(0xf9), + static_cast(0xe6), + static_cast(0xeb), + static_cast(0xfa), + static_cast(0x5c), + static_cast(0xca), + static_cast(0x22), + static_cast(0x6a), + static_cast(0x3c), + static_cast(0xf0), + static_cast(0xdc), + static_cast(0xfa), + static_cast(0xe6), + static_cast(0x56), + static_cast(0x27), + static_cast(0x07), + static_cast(0x4a), + static_cast(0xd0), + static_cast(0xf9), + static_cast(0x55), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x67), + static_cast(0x16), + static_cast(0x04), + static_cast(0x28), + static_cast(0x40), + static_cast(0xfa), + static_cast(0xf2), + static_cast(0xa8), + static_cast(0xfb), + static_cast(0x89), + static_cast(0x85), + static_cast(0x03), + static_cast(0x81), + static_cast(0x10), + static_cast(0x06), + static_cast(0xaf), + static_cast(0x87), + static_cast(0xf8), + static_cast(0xa4), + static_cast(0xa6), + static_cast(0xfc), + static_cast(0xa0), + static_cast(0x17), + static_cast(0x02), + static_cast(0x9f), + static_cast(0x35), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x77), + static_cast(0x61), + static_cast(0xfc), + static_cast(0x87), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x17), + static_cast(0x01), + static_cast(0xd1), + static_cast(0x22), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xb8), + static_cast(0x01), + static_cast(0xb2), + static_cast(0xf6), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x52), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x70), + static_cast(0x00), + static_cast(0x56), + static_cast(0x86), + static_cast(0x01), + static_cast(0x83), + static_cast(0x37), + static_cast(0xff), + static_cast(0x84), + static_cast(0x43), + static_cast(0x00), + static_cast(0x75), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x0e), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x07), + static_cast(0x00), + static_cast(0x40), + static_cast(0x86), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x39), + static_cast(0xfd), + static_cast(0x3f), + static_cast(0x81), + static_cast(0xfd), + static_cast(0x45), + static_cast(0xa4), + static_cast(0xfb), + static_cast(0xbe), + static_cast(0xf5), + static_cast(0xfb), + static_cast(0x3b), + static_cast(0x21), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xac), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x43), + static_cast(0x67), + static_cast(0xff), + static_cast(0x28), + static_cast(0x29), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x58), + static_cast(0xff), + static_cast(0x28), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x44), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x66), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x06), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x63), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xab), + static_cast(0xff), + static_cast(0x97), + static_cast(0x50), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xaa), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x82), + static_cast(0xff), + static_cast(0x00), + static_cast(0x44), + static_cast(0xff), + static_cast(0x75), + static_cast(0x13), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x89), + static_cast(0xff), + static_cast(0x47), + static_cast(0x36), + static_cast(0x1a), + static_cast(0xab), + static_cast(0xbe), + static_cast(0x2b), + static_cast(0x2d), + static_cast(0x6c), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x1a), + static_cast(0xfb), + static_cast(0x01), + static_cast(0x87), + static_cast(0x20), + static_cast(0x34), + static_cast(0xf9), + static_cast(0xf3), + static_cast(0xa1), + static_cast(0xb9), + static_cast(0xe8), + static_cast(0xae), + static_cast(0x84), + static_cast(0x05), + static_cast(0x41), + static_cast(0x34), + static_cast(0xfb), + static_cast(0x89), + static_cast(0x12), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x29), + static_cast(0x02), + static_cast(0x5a), + static_cast(0x72), + static_cast(0xfc), + static_cast(0x28), + static_cast(0xda), + static_cast(0xfc), + static_cast(0x34), + static_cast(0x10), + static_cast(0x02), + static_cast(0xf0), + static_cast(0xef), + static_cast(0x05), + static_cast(0x9f), + static_cast(0xa4), + static_cast(0xfa), + static_cast(0xf3), + static_cast(0xac), + static_cast(0xfc), + static_cast(0x13), + static_cast(0x2f), + static_cast(0x01), + static_cast(0x64), + static_cast(0x13), + static_cast(0xff), + static_cast(0x04), + static_cast(0xac), + static_cast(0xff), + static_cast(0x37), + static_cast(0xb2), + static_cast(0xfb), + static_cast(0x7b), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xc2), + static_cast(0x01), + static_cast(0xee), + static_cast(0x97), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xba), + static_cast(0x00), + static_cast(0xa4), + static_cast(0x49), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xbd), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x10), + static_cast(0x01), + static_cast(0x1b), + static_cast(0x79), + static_cast(0x01), + static_cast(0x09), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x52), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x41), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xe8), + static_cast(0xfd), + static_cast(0x05), + static_cast(0xae), + static_cast(0xfd), + static_cast(0x84), + static_cast(0x9c), + static_cast(0xfc), + static_cast(0x16), + static_cast(0xa5), + static_cast(0xfc), + static_cast(0x46), + static_cast(0x27), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x63), + static_cast(0xff), + static_cast(0x00), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x38), + static_cast(0xff), + static_cast(0x97), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x71), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x88), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x63), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x34), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xde), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xac), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x88), + static_cast(0x30), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x41), + static_cast(0x63), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x33), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x78), + static_cast(0xa3), + static_cast(0x17), + static_cast(0xad), + static_cast(0xf4), + static_cast(0x24), + static_cast(0x26), + static_cast(0x2f), + static_cast(0x02), + static_cast(0x2f), + static_cast(0x49), + static_cast(0x02), + static_cast(0x4e), + static_cast(0x38), + static_cast(0x0d), + static_cast(0x69), + static_cast(0xc1), + static_cast(0xf3), + static_cast(0x23), + static_cast(0x20), + static_cast(0xfa), + static_cast(0x9b), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x61), + static_cast(0xf9), + static_cast(0xd5), + static_cast(0x0e), + static_cast(0x06), + static_cast(0xb4), + static_cast(0x56), + static_cast(0x00), + static_cast(0x89), + static_cast(0x04), + static_cast(0xfa), + static_cast(0x03), + static_cast(0x94), + static_cast(0xff), + static_cast(0x52), + static_cast(0x1a), + static_cast(0x06), + static_cast(0x0a), + static_cast(0xf9), + static_cast(0x00), + static_cast(0x48), + static_cast(0xed), + static_cast(0xfa), + static_cast(0xf0), + static_cast(0x12), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x44), + static_cast(0xfd), + static_cast(0xdd), + static_cast(0x9a), + static_cast(0x00), + static_cast(0xef), + static_cast(0x52), + static_cast(0xff), + static_cast(0x43), + static_cast(0x20), + static_cast(0xfb), + static_cast(0x9d), + static_cast(0x43), + static_cast(0x01), + static_cast(0xb0), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xd4), + static_cast(0x00), + static_cast(0x30), + static_cast(0x10), + static_cast(0x01), + static_cast(0x8c), + static_cast(0x45), + static_cast(0x01), + static_cast(0xd5), + static_cast(0x60), + static_cast(0x02), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x01), + static_cast(0x4d), + static_cast(0x30), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x38), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x42), + static_cast(0x47), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x75), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x23), + static_cast(0x01), + static_cast(0x38), + static_cast(0x68), + static_cast(0x01), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x13), + static_cast(0x00), + static_cast(0x6c), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x08), + static_cast(0x40), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x55), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xc2), + static_cast(0xfd), + static_cast(0x92), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x28), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x65), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x51), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x02), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x86), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xac), + static_cast(0xff), + static_cast(0x98), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x14), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x25), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x44), + static_cast(0xff), + static_cast(0x80), + static_cast(0x86), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x95), + static_cast(0xff), + static_cast(0x60), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x10), + static_cast(0x11), + static_cast(0xfa), + static_cast(0x00), + static_cast(0x22), + static_cast(0x11), + static_cast(0x9d), + static_cast(0x08), + static_cast(0xcc), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xaf), + static_cast(0x0d), + static_cast(0x23), + static_cast(0x39), + static_cast(0xfa), + static_cast(0x55), + static_cast(0x02), + static_cast(0xf6), + static_cast(0x6e), + static_cast(0x48), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x8f), + static_cast(0xfa), + static_cast(0x20), + static_cast(0x5b), + static_cast(0x02), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x01), + static_cast(0x26), + static_cast(0x19), + static_cast(0xfb), + static_cast(0x35), + static_cast(0x18), + static_cast(0xff), + static_cast(0x76), + static_cast(0x7b), + static_cast(0x04), + static_cast(0xaa), + static_cast(0x80), + static_cast(0x02), + static_cast(0x74), + static_cast(0xc2), + static_cast(0xfb), + static_cast(0x37), + static_cast(0x37), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x22), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x45), + static_cast(0xfb), + static_cast(0x8e), + static_cast(0x7f), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x79), + static_cast(0x00), + static_cast(0x05), + static_cast(0x91), + static_cast(0xfd), + static_cast(0xe8), + static_cast(0x05), + static_cast(0x01), + static_cast(0xa6), + static_cast(0x5d), + static_cast(0x01), + static_cast(0x59), + static_cast(0xf9), + static_cast(0x00), + static_cast(0x18), + static_cast(0xc4), + static_cast(0x01), + static_cast(0xd3), + static_cast(0x72), + static_cast(0x01), + static_cast(0x47), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0xac), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x09), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x91), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x32), + static_cast(0x01), + static_cast(0xa8), + static_cast(0x28), + static_cast(0x01), + static_cast(0xad), + static_cast(0x36), + static_cast(0x01), + static_cast(0xdd), + static_cast(0x72), + static_cast(0x00), + static_cast(0xbe), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x6c), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x58), + static_cast(0xff), + static_cast(0x53), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x30), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x12), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x32), + static_cast(0xff), + static_cast(0x01), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x82), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x46), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x85), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x19), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x54), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x78), + static_cast(0xff), + static_cast(0x43), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x51), + static_cast(0xcd), + static_cast(0x0e), + static_cast(0xc7), + static_cast(0x99), + static_cast(0x1e), + static_cast(0xe8), + static_cast(0x62), + static_cast(0x09), + static_cast(0x9f), + static_cast(0x64), + static_cast(0xff), + static_cast(0x46), + static_cast(0x39), + static_cast(0x0d), + static_cast(0xa2), + static_cast(0xe4), + static_cast(0xfb), + static_cast(0xb0), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x1a), + static_cast(0xee), + static_cast(0x00), + static_cast(0x9c), + static_cast(0xd7), + static_cast(0xfb), + static_cast(0x4c), + static_cast(0xb4), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x08), + static_cast(0x02), + static_cast(0x8c), + static_cast(0x35), + static_cast(0xfc), + static_cast(0xb2), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x81), + static_cast(0xf2), + static_cast(0x03), + static_cast(0x31), + static_cast(0x11), + static_cast(0x02), + static_cast(0x4d), + static_cast(0xf0), + static_cast(0xfc), + static_cast(0xdc), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x95), + static_cast(0xff), + static_cast(0xae), + static_cast(0x5e), + static_cast(0xfc), + static_cast(0xee), + static_cast(0x41), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x05), + static_cast(0x00), + static_cast(0xae), + static_cast(0x14), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x14), + static_cast(0x01), + static_cast(0xaa), + static_cast(0x44), + static_cast(0x01), + static_cast(0x83), + static_cast(0x22), + static_cast(0x01), + static_cast(0x9b), + static_cast(0x76), + static_cast(0x01), + static_cast(0x8f), + static_cast(0x88), + static_cast(0x00), + static_cast(0x8d), + static_cast(0x47), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x02), + static_cast(0x00), + static_cast(0x48), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x37), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0xda), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x5b), + static_cast(0x01), + static_cast(0x01), + static_cast(0x72), + static_cast(0x01), + static_cast(0x0b), + static_cast(0x66), + static_cast(0x01), + static_cast(0xb2), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x72), + static_cast(0x10), + static_cast(0x00), + static_cast(0x92), + static_cast(0x70), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x06), + static_cast(0xff), + static_cast(0x88), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x29), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x39), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xff), + static_cast(0x18), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xae), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x39), + static_cast(0xff), + static_cast(0xee), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x35), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x5b), + static_cast(0x0d), + static_cast(0x3e), + static_cast(0xe5), + static_cast(0x1a), + static_cast(0x84), + static_cast(0x0b), + static_cast(0x09), + static_cast(0x00), + static_cast(0x21), + static_cast(0x02), + static_cast(0x31), + static_cast(0xc2), + static_cast(0x0b), + static_cast(0xba), + static_cast(0x83), + static_cast(0xfb), + static_cast(0xfb), + static_cast(0xa7), + static_cast(0xf8), + static_cast(0xbf), + static_cast(0xb9), + static_cast(0x00), + static_cast(0xbe), + static_cast(0xcc), + static_cast(0xfb), + static_cast(0x92), + static_cast(0x17), + static_cast(0x01), + static_cast(0x75), + static_cast(0x8c), + static_cast(0x01), + static_cast(0x96), + static_cast(0xbd), + static_cast(0xfc), + static_cast(0x92), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x90), + static_cast(0x03), + static_cast(0xe5), + static_cast(0xbb), + static_cast(0x01), + static_cast(0x56), + static_cast(0x79), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x47), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x25), + static_cast(0xfd), + static_cast(0xaf), + static_cast(0x15), + static_cast(0x00), + static_cast(0xcb), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x35), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xc8), + static_cast(0x00), + static_cast(0x59), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x0f), + static_cast(0x41), + static_cast(0x01), + static_cast(0xde), + static_cast(0xf4), + static_cast(0x00), + static_cast(0x43), + static_cast(0x28), + static_cast(0x00), + static_cast(0x99), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x36), + static_cast(0xa0), + static_cast(0x00), + static_cast(0xcf), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x32), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x63), + static_cast(0x01), + static_cast(0x73), + static_cast(0xaf), + static_cast(0x01), + static_cast(0xc1), + static_cast(0xee), + static_cast(0x00), + static_cast(0x65), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x5e), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x15), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x00), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x37), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x13), + static_cast(0xff), + static_cast(0x45), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x33), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x30), + static_cast(0xff), + static_cast(0x93), + static_cast(0x01), + static_cast(0xff), + static_cast(0x85), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x04), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x47), + static_cast(0xff), + static_cast(0x69), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x38), + static_cast(0x0a), + static_cast(0xf1), + static_cast(0xec), + static_cast(0x16), + static_cast(0xc6), + static_cast(0x75), + static_cast(0x0b), + static_cast(0xbf), + static_cast(0xa6), + static_cast(0x03), + static_cast(0xf6), + static_cast(0x76), + static_cast(0x09), + static_cast(0xdf), + static_cast(0x84), + static_cast(0xfd), + static_cast(0xcb), + static_cast(0xb4), + static_cast(0xfa), + static_cast(0x63), + static_cast(0x27), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0xfb), + static_cast(0xa9), + static_cast(0x32), + static_cast(0x01), + static_cast(0x83), + static_cast(0x26), + static_cast(0x02), + static_cast(0xc8), + static_cast(0xe6), + static_cast(0xfc), + static_cast(0x48), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x3d), + static_cast(0x03), + static_cast(0x92), + static_cast(0xe3), + static_cast(0x01), + static_cast(0xe1), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x88), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x18), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xc9), + static_cast(0xfd), + static_cast(0xc3), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x71), + static_cast(0x01), + static_cast(0x00), + static_cast(0x99), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x25), + static_cast(0xf4), + static_cast(0x00), + static_cast(0x66), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x78), + static_cast(0xb4), + static_cast(0x00), + static_cast(0x4c), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x29), + static_cast(0xef), + static_cast(0x00), + static_cast(0x73), + static_cast(0xef), + static_cast(0x00), + static_cast(0x20), + static_cast(0x4e), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x4b), + static_cast(0x01), + static_cast(0xbd), + static_cast(0x31), + static_cast(0x01), + static_cast(0x81), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x88), + static_cast(0x11), + static_cast(0x00), + static_cast(0x67), + static_cast(0xea), + static_cast(0xff), + static_cast(0x35), + static_cast(0x84), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x65), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x03), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x41), + static_cast(0xff), + static_cast(0x46), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0x36), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x02), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x49), + static_cast(0xff), + static_cast(0x24), + static_cast(0x27), + static_cast(0xff), + static_cast(0x86), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x00), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x31), + static_cast(0x24), + static_cast(0xff), + static_cast(0x24), + static_cast(0x77), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xf5), + static_cast(0x09), + static_cast(0xb1), + static_cast(0x67), + static_cast(0x13), + static_cast(0xf7), + static_cast(0x19), + static_cast(0x0a), + static_cast(0x04), + static_cast(0xee), + static_cast(0x06), + static_cast(0x14), + static_cast(0xfa), + static_cast(0x06), + static_cast(0x5c), + static_cast(0x2f), + static_cast(0xfd), + static_cast(0x97), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x17), + static_cast(0xfc), + static_cast(0x6f), + static_cast(0xc5), + static_cast(0x02), + static_cast(0x3c), + static_cast(0x3d), + static_cast(0x01), + static_cast(0x47), + static_cast(0x37), + static_cast(0xfd), + static_cast(0xa5), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x01), + static_cast(0x39), + static_cast(0x03), + static_cast(0x99), + static_cast(0x75), + static_cast(0x01), + static_cast(0x81), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x02), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x56), + static_cast(0x25), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xeb), + static_cast(0xfd), + static_cast(0x36), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x47), + static_cast(0x91), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x3b), + static_cast(0x01), + static_cast(0xce), + static_cast(0xc8), + static_cast(0x00), + static_cast(0x50), + static_cast(0xa9), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x9e), + static_cast(0x01), + static_cast(0x76), + static_cast(0xad), + static_cast(0x01), + static_cast(0xa7), + static_cast(0x1f), + static_cast(0x01), + static_cast(0x17), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x15), + static_cast(0xff), + static_cast(0x96), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x76), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x62), + static_cast(0x78), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x72), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x22), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x41), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x33), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x93), + static_cast(0xff), + static_cast(0x78), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x63), + static_cast(0xff), + static_cast(0x09), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x72), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x06), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x42), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x26), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x38), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x06), + static_cast(0xa8), + static_cast(0x08), + static_cast(0x49), + static_cast(0x37), + static_cast(0x11), + static_cast(0xaf), + static_cast(0x31), + static_cast(0x0a), + static_cast(0x94), + static_cast(0xfc), + static_cast(0x06), + static_cast(0x6d), + static_cast(0xcf), + static_cast(0x05), + static_cast(0x1d), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x11), + static_cast(0x43), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xbb), + static_cast(0xfc), + static_cast(0x9a), + static_cast(0x4f), + static_cast(0x02), + static_cast(0x28), + static_cast(0x29), + static_cast(0x01), + static_cast(0x93), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x0b), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x41), + static_cast(0x8f), + static_cast(0x02), + static_cast(0x35), + static_cast(0x55), + static_cast(0x01), + static_cast(0x6a), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x61), + static_cast(0x35), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x16), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x74), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x12), + static_cast(0x00), + static_cast(0x8a), + static_cast(0xc7), + static_cast(0xfd), + static_cast(0x0f), + static_cast(0x94), + static_cast(0xff), + static_cast(0x38), + static_cast(0x11), + static_cast(0x00), + static_cast(0xcb), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x94), + static_cast(0x42), + static_cast(0x01), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x00), + static_cast(0x7f), + static_cast(0x66), + static_cast(0x01), + static_cast(0x89), + static_cast(0x68), + static_cast(0x02), + static_cast(0x66), + static_cast(0xc1), + static_cast(0x01), + static_cast(0xa3), + static_cast(0x74), + static_cast(0x00), + static_cast(0x34), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x41), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x0a), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x74), + static_cast(0x00), + static_cast(0x98), + static_cast(0x33), + static_cast(0x00), + static_cast(0x42), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xb3), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x48), + static_cast(0xff), + static_cast(0x90), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x64), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x60), + static_cast(0xff), + static_cast(0x72), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0x76), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x86), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x40), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x22), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x20), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x42), + static_cast(0xff), + static_cast(0x67), + static_cast(0x44), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x54), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x4d), + static_cast(0x07), + static_cast(0xf6), + static_cast(0x70), + static_cast(0x0f), + static_cast(0xeb), + static_cast(0x2f), + static_cast(0x0a), + static_cast(0xdb), + static_cast(0xcf), + static_cast(0x06), + static_cast(0x99), + static_cast(0x76), + static_cast(0x05), + static_cast(0x50), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x47), + static_cast(0x00), + static_cast(0x59), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x83), + static_cast(0x9e), + static_cast(0xfc), + static_cast(0xaf), + static_cast(0xcc), + static_cast(0x01), + static_cast(0xe7), + static_cast(0xc4), + static_cast(0x01), + static_cast(0x6f), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x15), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xda), + static_cast(0xbe), + static_cast(0x01), + static_cast(0x0e), + static_cast(0xb8), + static_cast(0x01), + static_cast(0x4b), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x27), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x15), + static_cast(0x00), + static_cast(0x02), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0x8b), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x43), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x02), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x9c), + static_cast(0x01), + static_cast(0x1c), + static_cast(0xa6), + static_cast(0x01), + static_cast(0x92), + static_cast(0x10), + static_cast(0x01), + static_cast(0x77), + static_cast(0xe8), + static_cast(0x01), + static_cast(0x7b), + static_cast(0x54), + static_cast(0x02), + static_cast(0x59), + static_cast(0x10), + static_cast(0x01), + static_cast(0x94), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x40), + static_cast(0x34), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x49), + static_cast(0x00), + static_cast(0x53), + static_cast(0x9a), + static_cast(0x00), + static_cast(0xd4), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x95), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x03), + static_cast(0x30), + static_cast(0x00), + static_cast(0xec), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x81), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x67), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x26), + static_cast(0xff), + static_cast(0x20), + static_cast(0x12), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x67), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x64), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xac), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x38), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x31), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x11), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x33), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x35), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x18), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x30), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x49), + static_cast(0xff), + static_cast(0x90), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x59), + static_cast(0xff), + static_cast(0xed), + static_cast(0xfd), + static_cast(0x06), + static_cast(0xa3), + static_cast(0xeb), + static_cast(0x0d), + static_cast(0xb8), + static_cast(0xec), + static_cast(0x08), + static_cast(0x67), + static_cast(0xf0), + static_cast(0x06), + static_cast(0x91), + static_cast(0x6b), + static_cast(0x05), + static_cast(0x4d), + static_cast(0x25), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x74), + static_cast(0x00), + static_cast(0x24), + static_cast(0x21), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x87), + static_cast(0xfd), + static_cast(0x35), + static_cast(0x1e), + static_cast(0x02), + static_cast(0x79), + static_cast(0x56), + static_cast(0x01), + static_cast(0x00), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x99), + static_cast(0xdc), + static_cast(0x01), + static_cast(0xf4), + static_cast(0xcf), + static_cast(0x01), + static_cast(0xc4), + static_cast(0x54), + static_cast(0x00), + static_cast(0xe2), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x16), + static_cast(0x01), + static_cast(0xc4), + static_cast(0xee), + static_cast(0xff), + static_cast(0xea), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x4f), + static_cast(0xde), + static_cast(0x00), + static_cast(0xd8), + static_cast(0xfd), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x02), + static_cast(0x77), + static_cast(0x1c), + static_cast(0x01), + static_cast(0x35), + static_cast(0xc2), + static_cast(0x00), + static_cast(0x14), + static_cast(0xf5), + static_cast(0x01), + static_cast(0xea), + static_cast(0x81), + static_cast(0x01), + static_cast(0x75), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x91), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xef), + static_cast(0xff), + static_cast(0x35), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x39), + static_cast(0x04), + static_cast(0x00), + static_cast(0x9d), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x70), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x18), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x94), + static_cast(0xfe), + static_cast(0xca), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x24), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x01), + static_cast(0xff), + static_cast(0x36), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x37), + static_cast(0xff), + static_cast(0x46), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x33), + static_cast(0xff), + static_cast(0x46), + static_cast(0x30), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x48), + static_cast(0xff), + static_cast(0x16), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x62), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x54), + static_cast(0x07), + static_cast(0xc2), + static_cast(0x70), + static_cast(0x0d), + static_cast(0x5c), + static_cast(0xbc), + static_cast(0x07), + static_cast(0x47), + static_cast(0x10), + static_cast(0x06), + static_cast(0x30), + static_cast(0xaa), + static_cast(0x04), + static_cast(0xe4), + static_cast(0x94), + static_cast(0xff), + static_cast(0x67), + static_cast(0xf6), + static_cast(0x00), + static_cast(0x42), + static_cast(0x47), + static_cast(0xff), + static_cast(0x78), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x17), + static_cast(0xf7), + static_cast(0x01), + static_cast(0xc1), + static_cast(0x0c), + static_cast(0x01), + static_cast(0x55), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x44), + static_cast(0x00), + static_cast(0x82), + static_cast(0x00), + static_cast(0x02), + static_cast(0x4f), + static_cast(0x0f), + static_cast(0x01), + static_cast(0x7a), + static_cast(0x12), + static_cast(0x00), + static_cast(0xd8), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xea), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xd9), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x84), + static_cast(0x91), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x81), + static_cast(0x01), + static_cast(0x1e), + static_cast(0x6c), + static_cast(0x01), + static_cast(0xb2), + static_cast(0x34), + static_cast(0x01), + static_cast(0x0a), + static_cast(0x31), + static_cast(0x01), + static_cast(0x66), + static_cast(0x61), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xd9), + static_cast(0x00), + static_cast(0x46), + static_cast(0x5a), + static_cast(0x01), + static_cast(0x84), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x73), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x46), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x74), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x77), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xec), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x90), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x78), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x06), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x99), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x16), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x05), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x37), + static_cast(0xff), + static_cast(0xec), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x50), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x91), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x22), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x37), + static_cast(0xff), + static_cast(0x24), + static_cast(0x36), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x47), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x43), + static_cast(0x27), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xea), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xba), + static_cast(0x19), + static_cast(0x06), + static_cast(0x34), + static_cast(0x46), + static_cast(0x0c), + static_cast(0x0f), + static_cast(0xa6), + static_cast(0x07), + static_cast(0xe4), + static_cast(0xb6), + static_cast(0x05), + static_cast(0xfc), + static_cast(0x2c), + static_cast(0x05), + static_cast(0x5b), + static_cast(0x01), + static_cast(0x00), + static_cast(0x72), + static_cast(0xb6), + static_cast(0x00), + static_cast(0x5a), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x74), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x66), + static_cast(0x0d), + static_cast(0x02), + static_cast(0xe3), + static_cast(0x54), + static_cast(0x01), + static_cast(0x21), + static_cast(0x38), + static_cast(0xff), + static_cast(0x56), + static_cast(0x18), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xd6), + static_cast(0x01), + static_cast(0x96), + static_cast(0x53), + static_cast(0x01), + static_cast(0xe9), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x9e), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x73), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x58), + static_cast(0x8c), + static_cast(0x01), + static_cast(0xdd), + static_cast(0x51), + static_cast(0x01), + static_cast(0xed), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x38), + static_cast(0x01), + static_cast(0xcf), + static_cast(0x18), + static_cast(0x01), + static_cast(0x99), + static_cast(0x99), + static_cast(0x00), + static_cast(0x37), + static_cast(0x38), + static_cast(0x00), + static_cast(0x91), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xed), + static_cast(0xe7), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x0d), + static_cast(0x01), + static_cast(0x12), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x20), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x00), + static_cast(0x73), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x70), + static_cast(0xff), + static_cast(0x33), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x62), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x79), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x03), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x07), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x26), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x18), + static_cast(0xff), + static_cast(0x25), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x60), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x65), + static_cast(0x08), + static_cast(0xff), + static_cast(0x75), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xee), + static_cast(0x04), + static_cast(0xff), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x97), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x33), + static_cast(0xff), + static_cast(0x37), + static_cast(0x48), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x50), + static_cast(0xff), + static_cast(0x54), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x93), + static_cast(0x44), + static_cast(0xff), + static_cast(0x62), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x66), + static_cast(0xff), + static_cast(0x72), + static_cast(0xf5), + static_cast(0x05), + static_cast(0xd8), + static_cast(0x76), + static_cast(0x0b), + static_cast(0x02), + static_cast(0x0c), + static_cast(0x07), + static_cast(0xbf), + static_cast(0x97), + static_cast(0x05), + static_cast(0x55), + static_cast(0xd8), + static_cast(0x04), + static_cast(0x93), + static_cast(0x28), + static_cast(0x00), + static_cast(0x64), + static_cast(0xb7), + static_cast(0x00), + static_cast(0xc1), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x86), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x2e), + static_cast(0x02), + static_cast(0x27), + static_cast(0xe3), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x08), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x26), + static_cast(0x02), + static_cast(0x6a), + static_cast(0xef), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x28), + static_cast(0x01), + static_cast(0x40), + static_cast(0xd9), + static_cast(0x01), + static_cast(0xbd), + static_cast(0xc6), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x9a), + static_cast(0x01), + static_cast(0x67), + static_cast(0x13), + static_cast(0x01), + static_cast(0xd2), + static_cast(0xca), + static_cast(0xff), + static_cast(0x15), + static_cast(0x94), + static_cast(0x00), + static_cast(0xed), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x70), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x62), + static_cast(0xe0), + static_cast(0x00), + static_cast(0xdc), + static_cast(0xa9), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x59), + static_cast(0x00), + static_cast(0x22), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x42), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x37), + static_cast(0x77), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x63), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x88), + static_cast(0x43), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x13), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x42), + static_cast(0xff), + static_cast(0x22), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x75), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x35), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x04), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x15), + static_cast(0xff), + static_cast(0x22), + static_cast(0x37), + static_cast(0xff), + static_cast(0x78), + static_cast(0x45), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x55), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x46), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x58), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x56), + static_cast(0x77), + static_cast(0xff), + static_cast(0xec), + static_cast(0x5a), + static_cast(0x06), + static_cast(0xb6), + static_cast(0x12), + static_cast(0x0b), + static_cast(0x85), + static_cast(0x87), + static_cast(0x06), + static_cast(0x26), + static_cast(0x45), + static_cast(0x05), + static_cast(0x2d), + static_cast(0xa1), + static_cast(0x03), + static_cast(0x28), + static_cast(0x36), + static_cast(0x00), + static_cast(0x66), + static_cast(0xa6), + static_cast(0x01), + static_cast(0x35), + static_cast(0x69), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x86), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xc7), + static_cast(0x01), + static_cast(0x89), + static_cast(0x5e), + static_cast(0x01), + static_cast(0x04), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xf3), + static_cast(0x00), + static_cast(0xa1), + static_cast(0xc8), + static_cast(0x02), + static_cast(0xd3), + static_cast(0x67), + static_cast(0x02), + static_cast(0x98), + static_cast(0x5a), + static_cast(0x02), + static_cast(0xa4), + static_cast(0xad), + static_cast(0x01), + static_cast(0xf7), + static_cast(0x21), + static_cast(0x00), + static_cast(0x40), + static_cast(0xa2), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x31), + static_cast(0x00), + static_cast(0x4b), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x54), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x67), + static_cast(0x00), + static_cast(0x74), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x33), + static_cast(0x15), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x7e), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x71), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xed), + static_cast(0x71), + static_cast(0xff), + static_cast(0xed), + static_cast(0x64), + static_cast(0xff), + static_cast(0x75), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x75), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x52), + static_cast(0xff), + static_cast(0x13), + static_cast(0x16), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x21), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x10), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x16), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x11), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x02), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x16), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x71), + static_cast(0x70), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x28), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xba), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0x18), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x15), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x35), + static_cast(0xff), + static_cast(0x29), + static_cast(0x48), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x49), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x77), + static_cast(0xff), + static_cast(0x56), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x58), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xf2), + static_cast(0x05), + static_cast(0xe4), + static_cast(0x18), + static_cast(0x0a), + static_cast(0x28), + static_cast(0x39), + static_cast(0x06), + static_cast(0x79), + static_cast(0xda), + static_cast(0x05), + static_cast(0xe1), + static_cast(0x0e), + static_cast(0x04), + static_cast(0xad), + static_cast(0x27), + static_cast(0x00), + static_cast(0x40), + static_cast(0x02), + static_cast(0x01), + static_cast(0x87), + static_cast(0x9a), + static_cast(0x00), + static_cast(0x13), + static_cast(0x08), + static_cast(0x01), + static_cast(0x33), + static_cast(0x21), + static_cast(0x02), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x55), + static_cast(0x37), + static_cast(0x01), + static_cast(0x4d), + static_cast(0xf1), + static_cast(0x02), + static_cast(0xc0), + static_cast(0x89), + static_cast(0x03), + static_cast(0x8c), + static_cast(0x04), + static_cast(0x02), + static_cast(0x52), + static_cast(0x7e), + static_cast(0x01), + static_cast(0x3a), + static_cast(0x9e), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x93), + static_cast(0x18), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x05), + static_cast(0x00), + static_cast(0x7e), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x43), + static_cast(0x72), + static_cast(0x00), + static_cast(0x9d), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x35), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x13), + static_cast(0x41), + static_cast(0x00), + static_cast(0x62), + static_cast(0xce), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x12), + static_cast(0x67), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x47), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x42), + static_cast(0xff), + static_cast(0x49), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x05), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x14), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x20), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x21), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x26), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x14), + static_cast(0xff), + static_cast(0x37), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x77), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x29), + static_cast(0xff), + static_cast(0x71), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x59), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x15), + static_cast(0x28), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x29), + static_cast(0xff), + static_cast(0x70), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x26), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x01), + static_cast(0xff), + static_cast(0x90), + static_cast(0x18), + static_cast(0xff), + static_cast(0x82), + static_cast(0x45), + static_cast(0xff), + static_cast(0x30), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x82), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x49), + static_cast(0x65), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x59), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x55), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x32), + static_cast(0xa1), + static_cast(0x05), + static_cast(0x40), + static_cast(0x43), + static_cast(0x0a), + static_cast(0x3e), + static_cast(0xe1), + static_cast(0x06), + static_cast(0xcf), + static_cast(0x68), + static_cast(0x05), + static_cast(0xe5), + static_cast(0xe0), + static_cast(0x02), + static_cast(0xcc), + static_cast(0x08), + static_cast(0x00), + static_cast(0x44), + static_cast(0x32), + static_cast(0x02), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x01), + static_cast(0x17), + static_cast(0x75), + static_cast(0x01), + static_cast(0x56), + static_cast(0x72), + static_cast(0x03), + static_cast(0x23), + static_cast(0x02), + static_cast(0x03), + static_cast(0xbb), + static_cast(0x17), + static_cast(0x02), + static_cast(0x25), + static_cast(0x34), + static_cast(0x02), + static_cast(0x2a), + static_cast(0x70), + static_cast(0x02), + static_cast(0x3b), + static_cast(0xb0), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x04), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x06), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x1c), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x93), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x17), + static_cast(0x00), + static_cast(0xf8), + static_cast(0x28), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x75), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x51), + static_cast(0x51), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x50), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x76), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x41), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x45), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x58), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x42), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x62), + static_cast(0x31), + static_cast(0xff), + static_cast(0x56), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x66), + static_cast(0x18), + static_cast(0xff), + static_cast(0x93), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x14), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x02), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x03), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x46), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x32), + static_cast(0x52), + static_cast(0xff), + static_cast(0xde), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x64), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x79), + static_cast(0xff), + static_cast(0xec), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x38), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x60), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x38), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xc7), + static_cast(0x05), + static_cast(0xe5), + static_cast(0x32), + static_cast(0x0a), + static_cast(0xe9), + static_cast(0xcf), + static_cast(0x06), + static_cast(0x94), + static_cast(0x72), + static_cast(0x05), + static_cast(0x50), + static_cast(0xb1), + static_cast(0x02), + static_cast(0x76), + static_cast(0x16), + static_cast(0x00), + static_cast(0x33), + static_cast(0x19), + static_cast(0x03), + static_cast(0x04), + static_cast(0x3e), + static_cast(0x04), + static_cast(0xf4), + static_cast(0x1a), + static_cast(0x04), + static_cast(0xe3), + static_cast(0x20), + static_cast(0x03), + static_cast(0x15), + static_cast(0xc3), + static_cast(0x01), + static_cast(0x8b), + static_cast(0x43), + static_cast(0x01), + static_cast(0x37), + static_cast(0x86), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x11), + static_cast(0x01), + static_cast(0x78), + static_cast(0x36), + static_cast(0x00), + static_cast(0xbf), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x2e), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x37), + static_cast(0x80), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xca), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x53), + static_cast(0xef), + static_cast(0xff), + static_cast(0x45), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x96), + static_cast(0xff), + static_cast(0x66), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x49), + static_cast(0x85), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x33), + static_cast(0x75), + static_cast(0xff), + static_cast(0xae), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x74), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xac), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x00), + static_cast(0xff), + static_cast(0x10), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x30), + static_cast(0xff), + static_cast(0x05), + static_cast(0x73), + static_cast(0xff), + static_cast(0x63), + static_cast(0x62), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x26), + static_cast(0xff), + static_cast(0x82), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x26), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x30), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xee), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x33), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x31), + static_cast(0xff), + static_cast(0x20), + static_cast(0x21), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x21), + static_cast(0xff), + static_cast(0x65), + static_cast(0x05), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x21), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x18), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x08), + static_cast(0x65), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x62), + static_cast(0xff), + static_cast(0x08), + static_cast(0x69), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x55), + static_cast(0xff), + static_cast(0x23), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x47), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x43), + static_cast(0xff), + static_cast(0x24), + static_cast(0x44), + static_cast(0xff), + static_cast(0x57), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x9b), + static_cast(0x05), + static_cast(0x59), + static_cast(0xe4), + static_cast(0x09), + static_cast(0x4c), + static_cast(0xb8), + static_cast(0x06), + static_cast(0xb2), + static_cast(0xbb), + static_cast(0x05), + static_cast(0x51), + static_cast(0x40), + static_cast(0x04), + static_cast(0x77), + static_cast(0x97), + static_cast(0x02), + static_cast(0x46), + static_cast(0x44), + static_cast(0x04), + static_cast(0x7d), + static_cast(0x55), + static_cast(0x04), + static_cast(0x92), + static_cast(0x45), + static_cast(0x04), + static_cast(0xe5), + static_cast(0x21), + static_cast(0x02), + static_cast(0x20), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x67), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xaa), + static_cast(0x00), + static_cast(0x19), + static_cast(0x4f), + static_cast(0x01), + static_cast(0xfd), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x95), + static_cast(0x39), + static_cast(0xff), + static_cast(0xea), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x00), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x60), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x91), + static_cast(0xff), + static_cast(0xef), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x27), + static_cast(0xff), + static_cast(0x60), + static_cast(0x65), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x33), + static_cast(0xff), + static_cast(0x24), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x07), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x81), + static_cast(0x47), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x25), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x85), + static_cast(0x30), + static_cast(0xff), + static_cast(0x37), + static_cast(0x17), + static_cast(0xff), + static_cast(0x39), + static_cast(0x30), + static_cast(0xff), + static_cast(0x67), + static_cast(0x45), + static_cast(0xff), + static_cast(0x79), + static_cast(0x36), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x22), + static_cast(0xff), + static_cast(0x86), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x28), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x12), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x18), + static_cast(0xff), + static_cast(0x83), + static_cast(0x13), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x08), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x31), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x59), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x55), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x58), + static_cast(0xff), + static_cast(0x41), + static_cast(0x51), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x30), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x40), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x56), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x47), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xc3), + static_cast(0x04), + static_cast(0x90), + static_cast(0x5f), + static_cast(0x0a), + static_cast(0x39), + static_cast(0x77), + static_cast(0x09), + static_cast(0x05), + static_cast(0x92), + static_cast(0x07), + static_cast(0x17), + static_cast(0x3e), + static_cast(0x05), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x02), + static_cast(0xf0), + static_cast(0xeb), + static_cast(0x03), + static_cast(0xdc), + static_cast(0xd3), + static_cast(0x03), + static_cast(0x82), + static_cast(0x02), + static_cast(0x02), + static_cast(0x09), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x9c), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x31), + static_cast(0x00), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xb8), + static_cast(0x00), + static_cast(0x4b), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x9d), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x39), + static_cast(0x99), + static_cast(0xff), + static_cast(0x37), + static_cast(0x13), + static_cast(0x00), + static_cast(0x47), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x03), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x91), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x18), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x97), + static_cast(0xff), + static_cast(0x30), + static_cast(0x73), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x22), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x06), + static_cast(0x06), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x27), + static_cast(0xff), + static_cast(0x53), + static_cast(0x36), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x25), + static_cast(0xff), + static_cast(0xef), + static_cast(0x48), + static_cast(0xff), + static_cast(0x59), + static_cast(0x56), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x37), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x36), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x34), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x11), + static_cast(0xff), + static_cast(0x44), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x37), + static_cast(0x36), + static_cast(0xff), + static_cast(0x81), + static_cast(0x49), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x52), + static_cast(0xff), + static_cast(0x91), + static_cast(0x34), + static_cast(0xff), + static_cast(0x64), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x15), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x47), + static_cast(0xff), + static_cast(0x65), + static_cast(0x52), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x86), + static_cast(0xd5), + static_cast(0x04), + static_cast(0x66), + static_cast(0xc6), + static_cast(0x0d), + static_cast(0x58), + static_cast(0xb8), + static_cast(0x0d), + static_cast(0x5c), + static_cast(0x5c), + static_cast(0x06), + static_cast(0x51), + static_cast(0x91), + static_cast(0x02), + static_cast(0x3b), + static_cast(0x40), + static_cast(0x02), + static_cast(0x2b), + static_cast(0x56), + static_cast(0x03), + static_cast(0x39), + static_cast(0x03), + static_cast(0x02), + static_cast(0x15), + static_cast(0xad), + static_cast(0x00), + static_cast(0x95), + static_cast(0xa6), + static_cast(0x01), + static_cast(0x9e), + static_cast(0x13), + static_cast(0x00), + static_cast(0xd4), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x58), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x4a), + static_cast(0xe1), + static_cast(0x00), + static_cast(0xba), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x34), + static_cast(0x44), + static_cast(0xff), + static_cast(0x94), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x50), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x63), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xad), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x33), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xed), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x56), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x66), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x73), + static_cast(0xff), + static_cast(0x93), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x65), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x30), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x35), + static_cast(0xff), + static_cast(0x69), + static_cast(0x23), + static_cast(0xff), + static_cast(0x49), + static_cast(0x26), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x38), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x19), + static_cast(0xff), + static_cast(0x51), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x12), + static_cast(0xff), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x20), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x63), + static_cast(0x51), + static_cast(0xff), + static_cast(0x07), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x02), + static_cast(0x43), + static_cast(0xff), + static_cast(0x66), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x32), + static_cast(0x21), + static_cast(0xff), + static_cast(0x71), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x37), + static_cast(0xff), + static_cast(0x94), + static_cast(0x58), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x40), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x41), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x55), + static_cast(0xff), + static_cast(0x24), + static_cast(0x45), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x46), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x51), + static_cast(0xff), + static_cast(0x43), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xef), + static_cast(0x61), + static_cast(0xff), + static_cast(0x45), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x43), + static_cast(0xff), + static_cast(0x25), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x0a), + static_cast(0x06), + static_cast(0x6f), + static_cast(0x12), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x96), + static_cast(0x0c), + static_cast(0x3b), + static_cast(0xbf), + static_cast(0x05), + static_cast(0xbc), + static_cast(0x35), + static_cast(0x03), + static_cast(0x12), + static_cast(0x66), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x4c), + static_cast(0x01), + static_cast(0x83), + static_cast(0xa2), + static_cast(0x03), + static_cast(0xeb), + static_cast(0x61), + static_cast(0x02), + static_cast(0x88), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x76), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x09), + static_cast(0xa3), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x33), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x96), + static_cast(0x00), + static_cast(0x94), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x58), + static_cast(0x82), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x50), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x97), + static_cast(0x70), + static_cast(0xff), + static_cast(0x83), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xed), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x28), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x62), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xee), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x80), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x68), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x69), + static_cast(0x66), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x56), + static_cast(0xff), + static_cast(0x74), + static_cast(0x55), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x31), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x28), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x57), + static_cast(0xff), + static_cast(0x78), + static_cast(0x53), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x13), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x06), + static_cast(0xff), + static_cast(0x28), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x22), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x51), + static_cast(0xff), + static_cast(0x28), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x37), + static_cast(0xff), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x28), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x36), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x32), + static_cast(0xff), + static_cast(0x40), + static_cast(0x43), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x49), + static_cast(0xff), + static_cast(0x11), + static_cast(0x49), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x60), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x41), + static_cast(0x59), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x54), + static_cast(0x40), + static_cast(0xff), + static_cast(0x19), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xed), + static_cast(0x04), + static_cast(0x46), + static_cast(0x49), + static_cast(0x0c), + static_cast(0xf5), + static_cast(0xa2), + static_cast(0x0b), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x06), + static_cast(0xd0), + static_cast(0x3d), + static_cast(0x03), + static_cast(0x73), + static_cast(0x95), + static_cast(0x00), + static_cast(0x78), + static_cast(0x53), + static_cast(0x02), + static_cast(0xb0), + static_cast(0xb3), + static_cast(0x03), + static_cast(0x4f), + static_cast(0x3c), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x98), + static_cast(0x00), + static_cast(0x54), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xd0), + static_cast(0x00), + static_cast(0x20), + static_cast(0x00), + static_cast(0x01), + static_cast(0xa7), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x2f), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x36), + static_cast(0xea), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x46), + static_cast(0x35), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x23), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x42), + static_cast(0x38), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x92), + static_cast(0xff), + static_cast(0x51), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x04), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x17), + static_cast(0x06), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x18), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x46), + static_cast(0xff), + static_cast(0x27), + static_cast(0x35), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x46), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x67), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x18), + static_cast(0x53), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xec), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x86), + static_cast(0x05), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x17), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x08), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x59), + static_cast(0xff), + static_cast(0x53), + static_cast(0x10), + static_cast(0xff), + static_cast(0x82), + static_cast(0x27), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x46), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x20), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x41), + static_cast(0xff), + static_cast(0x05), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x91), + static_cast(0x60), + static_cast(0xff), + static_cast(0x65), + static_cast(0x55), + static_cast(0xff), + static_cast(0x64), + static_cast(0x30), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x64), + static_cast(0xff), + static_cast(0x48), + static_cast(0x87), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x53), + static_cast(0xff), + static_cast(0xde), + static_cast(0x27), + static_cast(0xff), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x41), + static_cast(0x57), + static_cast(0xff), + static_cast(0x18), + static_cast(0x25), + static_cast(0xff), + static_cast(0x45), + static_cast(0xad), + static_cast(0x04), + static_cast(0x89), + static_cast(0xc6), + static_cast(0x0b), + static_cast(0x6c), + static_cast(0x3c), + static_cast(0x0a), + static_cast(0xb2), + static_cast(0x96), + static_cast(0x04), + static_cast(0xd5), + static_cast(0xcc), + static_cast(0x02), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x02), + static_cast(0x4a), + static_cast(0xba), + static_cast(0x02), + static_cast(0x4b), + static_cast(0xcb), + static_cast(0x02), + static_cast(0x05), + static_cast(0x57), + static_cast(0x02), + static_cast(0xc1), + static_cast(0xf2), + static_cast(0x01), + static_cast(0xc1), + static_cast(0xb8), + static_cast(0x00), + static_cast(0x4b), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x71), + static_cast(0x8b), + static_cast(0x01), + static_cast(0xfb), + static_cast(0xc0), + static_cast(0x01), + static_cast(0x83), + static_cast(0xa9), + static_cast(0x00), + static_cast(0xde), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x29), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xc4), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x90), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x52), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x98), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x61), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xab), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x30), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x28), + static_cast(0x91), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x76), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x16), + static_cast(0xff), + static_cast(0x03), + static_cast(0x32), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x35), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x73), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x93), + static_cast(0xff), + static_cast(0x31), + static_cast(0x73), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x69), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x45), + static_cast(0xff), + static_cast(0x78), + static_cast(0x32), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x19), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x46), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x06), + static_cast(0x39), + static_cast(0xff), + static_cast(0x82), + static_cast(0x23), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x47), + static_cast(0xff), + static_cast(0x97), + static_cast(0x59), + static_cast(0xff), + static_cast(0xba), + static_cast(0x44), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x59), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x51), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x32), + static_cast(0xff), + static_cast(0x00), + static_cast(0x37), + static_cast(0xff), + static_cast(0x46), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x62), + static_cast(0xff), + static_cast(0x33), + static_cast(0x66), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x74), + static_cast(0xff), + static_cast(0x73), + static_cast(0x58), + static_cast(0xff), + static_cast(0xce), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x59), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x38), + static_cast(0x04), + static_cast(0x84), + static_cast(0xfc), + static_cast(0x0a), + static_cast(0x10), + static_cast(0x5d), + static_cast(0x09), + static_cast(0x2a), + static_cast(0x79), + static_cast(0x03), + static_cast(0x34), + static_cast(0xe3), + static_cast(0x02), + static_cast(0x3b), + static_cast(0x4d), + static_cast(0x03), + static_cast(0xe5), + static_cast(0xd3), + static_cast(0x01), + static_cast(0x62), + static_cast(0x5d), + static_cast(0x01), + static_cast(0x03), + static_cast(0xa8), + static_cast(0x02), + static_cast(0x70), + static_cast(0x99), + static_cast(0x02), + static_cast(0x12), + static_cast(0x17), + static_cast(0x01), + static_cast(0x57), + static_cast(0x68), + static_cast(0x01), + static_cast(0xdf), + static_cast(0xdc), + static_cast(0x01), + static_cast(0x3a), + static_cast(0x6b), + static_cast(0x01), + static_cast(0xc3), + static_cast(0x7b), + static_cast(0x01), + static_cast(0x46), + static_cast(0x73), + static_cast(0x01), + static_cast(0xdd), + static_cast(0x8a), + static_cast(0x00), + static_cast(0xae), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x38), + static_cast(0xed), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x99), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x22), + static_cast(0xff), + static_cast(0x23), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x44), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x14), + static_cast(0x59), + static_cast(0xff), + static_cast(0x07), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x71), + static_cast(0x55), + static_cast(0x00), + static_cast(0x15), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x23), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x47), + static_cast(0x15), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x21), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x50), + static_cast(0xff), + static_cast(0x16), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x71), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x84), + static_cast(0xff), + static_cast(0x29), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x52), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xee), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x70), + static_cast(0x36), + static_cast(0xff), + static_cast(0xca), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x46), + static_cast(0x33), + static_cast(0xff), + static_cast(0x65), + static_cast(0x51), + static_cast(0xff), + static_cast(0x58), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x36), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x51), + static_cast(0x58), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x40), + static_cast(0xff), + static_cast(0x41), + static_cast(0x51), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x31), + static_cast(0xff), + static_cast(0x89), + static_cast(0x60), + static_cast(0xff), + static_cast(0x48), + static_cast(0x73), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x71), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x55), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x48), + static_cast(0xff), + static_cast(0x16), + static_cast(0x48), + static_cast(0xff), + static_cast(0x27), + static_cast(0x63), + static_cast(0xff), + static_cast(0x23), + static_cast(0x43), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xcf), + static_cast(0x03), + static_cast(0x24), + static_cast(0x0e), + static_cast(0x0a), + static_cast(0x3c), + static_cast(0xc3), + static_cast(0x08), + static_cast(0xdc), + static_cast(0xa6), + static_cast(0x03), + static_cast(0x18), + static_cast(0x64), + static_cast(0x03), + static_cast(0xf6), + static_cast(0x63), + static_cast(0x03), + static_cast(0x49), + static_cast(0x0d), + static_cast(0x01), + static_cast(0xdb), + static_cast(0x88), + static_cast(0x00), + static_cast(0x29), + static_cast(0x8a), + static_cast(0x02), + static_cast(0xb6), + static_cast(0x6f), + static_cast(0x02), + static_cast(0x92), + static_cast(0x8f), + static_cast(0x00), + static_cast(0xdf), + static_cast(0x22), + static_cast(0x01), + static_cast(0x3d), + static_cast(0x3c), + static_cast(0x02), + static_cast(0xfa), + static_cast(0x3f), + static_cast(0x02), + static_cast(0x39), + static_cast(0xbf), + static_cast(0x01), + static_cast(0xa3), + static_cast(0x24), + static_cast(0x01), + static_cast(0x07), + static_cast(0x1f), + static_cast(0x01), + static_cast(0xa1), + static_cast(0xf3), + static_cast(0x00), + static_cast(0x2e), + static_cast(0x57), + static_cast(0x00), + static_cast(0x38), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x03), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x59), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x12), + static_cast(0x00), + static_cast(0x6a), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xad), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0x08), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x66), + static_cast(0xff), + static_cast(0x90), + static_cast(0x64), + static_cast(0xff), + static_cast(0x52), + static_cast(0x51), + static_cast(0xff), + static_cast(0xef), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x80), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x97), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x98), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x61), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x29), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x14), + static_cast(0xff), + static_cast(0x73), + static_cast(0x28), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x47), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x38), + static_cast(0xff), + static_cast(0x25), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x57), + static_cast(0x53), + static_cast(0xff), + static_cast(0x32), + static_cast(0x40), + static_cast(0xff), + static_cast(0x65), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x46), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x77), + static_cast(0xff), + static_cast(0x15), + static_cast(0x62), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x43), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x47), + static_cast(0xff), + static_cast(0x96), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x33), + static_cast(0xf5), + static_cast(0x03), + static_cast(0x92), + static_cast(0x2c), + static_cast(0x0a), + static_cast(0x86), + static_cast(0xa1), + static_cast(0x08), + static_cast(0xe2), + static_cast(0x8b), + static_cast(0x03), + static_cast(0x8c), + static_cast(0x62), + static_cast(0x03), + static_cast(0xf1), + static_cast(0x5a), + static_cast(0x03), + static_cast(0x18), + static_cast(0xba), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x21), + static_cast(0x00), + static_cast(0x18), + static_cast(0xab), + static_cast(0x02), + static_cast(0xc9), + static_cast(0x78), + static_cast(0x02), + static_cast(0xfa), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x2f), + static_cast(0xec), + static_cast(0x01), + static_cast(0x5e), + static_cast(0x35), + static_cast(0x02), + static_cast(0xfc), + static_cast(0x9f), + static_cast(0x01), + static_cast(0x70), + static_cast(0xb2), + static_cast(0x01), + static_cast(0x46), + static_cast(0x9e), + static_cast(0x01), + static_cast(0xd6), + static_cast(0x86), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x96), + static_cast(0x00), + static_cast(0x4e), + static_cast(0x07), + static_cast(0x01), + static_cast(0xeb), + static_cast(0x55), + static_cast(0x00), + static_cast(0x6c), + static_cast(0x78), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xad), + static_cast(0xff), + static_cast(0x43), + static_cast(0x14), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x61), + static_cast(0xff), + static_cast(0x02), + static_cast(0x56), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x12), + static_cast(0x00), + static_cast(0x14), + static_cast(0x17), + static_cast(0x00), + static_cast(0x62), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x45), + static_cast(0x96), + static_cast(0xff), + static_cast(0x94), + static_cast(0xac), + static_cast(0xff), + static_cast(0x50), + static_cast(0x62), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x19), + static_cast(0xff), + static_cast(0x60), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x35), + static_cast(0x02), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x60), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x30), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x50), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x97), + static_cast(0xff), + static_cast(0x56), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x42), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x66), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x32), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x19), + static_cast(0xff), + static_cast(0x97), + static_cast(0x63), + static_cast(0xff), + static_cast(0x49), + static_cast(0x51), + static_cast(0xff), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x63), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x44), + static_cast(0x37), + static_cast(0xff), + static_cast(0x34), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x97), + static_cast(0xff), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x66), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x55), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x34), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x50), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x53), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xf4), + static_cast(0x03), + static_cast(0xda), + static_cast(0x1f), + static_cast(0x0a), + static_cast(0xec), + static_cast(0x97), + static_cast(0x08), + static_cast(0xc9), + static_cast(0xfc), + static_cast(0x03), + static_cast(0x3a), + static_cast(0x29), + static_cast(0x04), + static_cast(0x6e), + static_cast(0x42), + static_cast(0x03), + static_cast(0x27), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x56), + static_cast(0x03), + static_cast(0x70), + static_cast(0x91), + static_cast(0x02), + static_cast(0x5e), + static_cast(0x25), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x43), + static_cast(0x9d), + static_cast(0x01), + static_cast(0x23), + static_cast(0x97), + static_cast(0x01), + static_cast(0xa0), + static_cast(0x00), + static_cast(0x01), + static_cast(0x47), + static_cast(0x3f), + static_cast(0x01), + static_cast(0x86), + static_cast(0x9f), + static_cast(0x01), + static_cast(0x8a), + static_cast(0xd1), + static_cast(0x00), + static_cast(0x89), + static_cast(0x8c), + static_cast(0x00), + static_cast(0xa3), + static_cast(0xcf), + static_cast(0x00), + static_cast(0xbe), + static_cast(0xbd), + static_cast(0x00), + static_cast(0xab), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x07), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x3f), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x96), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x53), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x45), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x79), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xad), + static_cast(0xff), + static_cast(0x59), + static_cast(0x54), + static_cast(0xff), + static_cast(0x49), + static_cast(0x49), + static_cast(0xff), + static_cast(0x92), + static_cast(0x79), + static_cast(0xff), + static_cast(0x63), + static_cast(0x50), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x26), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x49), + static_cast(0xff), + static_cast(0x99), + static_cast(0x18), + static_cast(0xff), + static_cast(0x14), + static_cast(0x21), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x32), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x51), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x71), + static_cast(0xff), + static_cast(0x96), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x79), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x94), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x35), + static_cast(0x47), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x43), + static_cast(0xff), + static_cast(0x79), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x25), + static_cast(0xff), + static_cast(0x02), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x89), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x22), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x00), + static_cast(0x43), + static_cast(0xff), + static_cast(0x39), + static_cast(0x58), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x33), + static_cast(0xff), + static_cast(0xda), + static_cast(0x59), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x95), + static_cast(0xeb), + static_cast(0x03), + static_cast(0x15), + static_cast(0x9c), + static_cast(0x0a), + static_cast(0x44), + static_cast(0x64), + static_cast(0x09), + static_cast(0x44), + static_cast(0xee), + static_cast(0x03), + static_cast(0xb6), + static_cast(0xdf), + static_cast(0x03), + static_cast(0x66), + static_cast(0x75), + static_cast(0x03), + static_cast(0x14), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x65), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x21), + static_cast(0x03), + static_cast(0xb0), + static_cast(0xbb), + static_cast(0x02), + static_cast(0x9f), + static_cast(0x10), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x4b), + static_cast(0x01), + static_cast(0x7e), + static_cast(0x55), + static_cast(0x01), + static_cast(0x64), + static_cast(0xd9), + static_cast(0x00), + static_cast(0x20), + static_cast(0xbd), + static_cast(0x00), + static_cast(0x0e), + static_cast(0xec), + static_cast(0x00), + static_cast(0x55), + static_cast(0x6b), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x13), + static_cast(0x00), + static_cast(0x54), + static_cast(0x9a), + static_cast(0x00), + static_cast(0x54), + static_cast(0x0d), + static_cast(0x01), + static_cast(0x4a), + static_cast(0x7f), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x97), + static_cast(0x00), + static_cast(0x33), + static_cast(0xb1), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x39), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x57), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x18), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x71), + static_cast(0x49), + static_cast(0xff), + static_cast(0x57), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x37), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x88), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x27), + static_cast(0xff), + static_cast(0x10), + static_cast(0x08), + static_cast(0xff), + static_cast(0x45), + static_cast(0x16), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x35), + static_cast(0xff), + static_cast(0x64), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x66), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x90), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x46), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x41), + static_cast(0xff), + static_cast(0x43), + static_cast(0x49), + static_cast(0xff), + static_cast(0x32), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x35), + static_cast(0xff), + static_cast(0x64), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x07), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x34), + static_cast(0xff), + static_cast(0x27), + static_cast(0x53), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x95), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x57), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x48), + static_cast(0xff), + static_cast(0xee), + static_cast(0x58), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x33), + static_cast(0xff), + static_cast(0x77), + static_cast(0x42), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x65), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x9c), + static_cast(0x04), + static_cast(0xdf), + static_cast(0x90), + static_cast(0x0b), + static_cast(0x15), + static_cast(0x5a), + static_cast(0x09), + static_cast(0x3a), + static_cast(0xf2), + static_cast(0x03), + static_cast(0x38), + static_cast(0x59), + static_cast(0x04), + static_cast(0x6a), + static_cast(0x20), + static_cast(0x03), + static_cast(0x20), + static_cast(0x06), + static_cast(0xff), + static_cast(0x75), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x69), + static_cast(0xaf), + static_cast(0x03), + static_cast(0x01), + static_cast(0x64), + static_cast(0x02), + static_cast(0x35), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x76), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x53), + static_cast(0x01), + static_cast(0x23), + static_cast(0x39), + static_cast(0x01), + static_cast(0x17), + static_cast(0x61), + static_cast(0x00), + static_cast(0x06), + static_cast(0x93), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x2f), + static_cast(0x01), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x00), + static_cast(0x36), + static_cast(0x26), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x87), + static_cast(0x00), + static_cast(0x93), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x8c), + static_cast(0x00), + static_cast(0xea), + static_cast(0xd6), + static_cast(0x00), + static_cast(0xb2), + static_cast(0xcd), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xe2), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x9f), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x6f), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xff), + static_cast(0xec), + static_cast(0x29), + static_cast(0xff), + static_cast(0x91), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x20), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x53), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x38), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x10), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x51), + static_cast(0x88), + static_cast(0xff), + static_cast(0x54), + static_cast(0x49), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x64), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x97), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x87), + static_cast(0x51), + static_cast(0xff), + static_cast(0xce), + static_cast(0x43), + static_cast(0xff), + static_cast(0x52), + static_cast(0x27), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xca), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x45), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x13), + static_cast(0xff), + static_cast(0x27), + static_cast(0x09), + static_cast(0xff), + static_cast(0x23), + static_cast(0x28), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x16), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x63), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x55), + static_cast(0xff), + static_cast(0x32), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x59), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x44), + static_cast(0x45), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x66), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x69), + static_cast(0xff), + static_cast(0x91), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x57), + static_cast(0x05), + static_cast(0x96), + static_cast(0xd0), + static_cast(0x0c), + static_cast(0x55), + static_cast(0x99), + static_cast(0x09), + static_cast(0xc8), + static_cast(0x95), + static_cast(0x03), + static_cast(0xcc), + static_cast(0x5c), + static_cast(0x04), + static_cast(0x6b), + static_cast(0x0d), + static_cast(0x03), + static_cast(0x03), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xed), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x15), + static_cast(0xb9), + static_cast(0x03), + static_cast(0x41), + static_cast(0x03), + static_cast(0x02), + static_cast(0x3b), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x99), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x48), + static_cast(0x01), + static_cast(0x16), + static_cast(0xee), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x32), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x62), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x19), + static_cast(0x01), + static_cast(0x17), + static_cast(0x37), + static_cast(0x00), + static_cast(0xe8), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x07), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x30), + static_cast(0x16), + static_cast(0x00), + static_cast(0xf5), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x15), + static_cast(0x00), + static_cast(0xcd), + static_cast(0xe2), + static_cast(0x00), + static_cast(0x69), + static_cast(0x1b), + static_cast(0x01), + static_cast(0x85), + static_cast(0xeb), + static_cast(0x00), + static_cast(0x18), + static_cast(0x07), + static_cast(0x01), + static_cast(0x1b), + static_cast(0xea), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x57), + static_cast(0x00), + static_cast(0xba), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x26), + static_cast(0xff), + static_cast(0x06), + static_cast(0x01), + static_cast(0xff), + static_cast(0x11), + static_cast(0x07), + static_cast(0xff), + static_cast(0xce), + static_cast(0x27), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x85), + static_cast(0xff), + static_cast(0x45), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x56), + static_cast(0xff), + static_cast(0x25), + static_cast(0x29), + static_cast(0xff), + static_cast(0x23), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xef), + static_cast(0x90), + static_cast(0xff), + static_cast(0x23), + static_cast(0x89), + static_cast(0xff), + static_cast(0x41), + static_cast(0x50), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x24), + static_cast(0xff), + static_cast(0x65), + static_cast(0x48), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x64), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x66), + static_cast(0xff), + static_cast(0x76), + static_cast(0x36), + static_cast(0xff), + static_cast(0x69), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x41), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x18), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x64), + static_cast(0x32), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x20), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x58), + static_cast(0xff), + static_cast(0x34), + static_cast(0x68), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x82), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x20), + static_cast(0xb5), + static_cast(0x05), + static_cast(0x0a), + static_cast(0xc2), + static_cast(0x0d), + static_cast(0x64), + static_cast(0x53), + static_cast(0x0a), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x03), + static_cast(0x56), + static_cast(0x2f), + static_cast(0x04), + static_cast(0x5b), + static_cast(0x2f), + static_cast(0x03), + static_cast(0x52), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x80), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x0a), + static_cast(0x04), + static_cast(0x8a), + static_cast(0xea), + static_cast(0x01), + static_cast(0x6c), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0x69), + static_cast(0x90), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x69), + static_cast(0x01), + static_cast(0x97), + static_cast(0xd8), + static_cast(0x00), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xec), + static_cast(0x00), + static_cast(0x67), + static_cast(0x91), + static_cast(0x00), + static_cast(0x87), + static_cast(0x26), + static_cast(0xff), + static_cast(0x83), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x73), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x97), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x97), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x59), + static_cast(0x00), + static_cast(0x56), + static_cast(0xde), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x23), + static_cast(0x01), + static_cast(0x7b), + static_cast(0x0d), + static_cast(0x01), + static_cast(0x84), + static_cast(0xff), + static_cast(0x00), + static_cast(0x6f), + static_cast(0xc5), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x04), + static_cast(0x00), + static_cast(0xca), + static_cast(0x84), + static_cast(0xff), + static_cast(0x60), + static_cast(0x68), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x32), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x88), + static_cast(0x52), + static_cast(0xff), + static_cast(0x09), + static_cast(0x87), + static_cast(0xff), + static_cast(0x13), + static_cast(0x77), + static_cast(0xff), + static_cast(0x23), + static_cast(0x52), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x26), + static_cast(0xff), + static_cast(0x70), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x26), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x55), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x74), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x27), + static_cast(0x22), + static_cast(0xff), + static_cast(0x06), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x16), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x31), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x04), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x38), + static_cast(0xff), + static_cast(0x53), + static_cast(0x49), + static_cast(0xff), + static_cast(0x59), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x46), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x87), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x16), + static_cast(0x20), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x36), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x78), + static_cast(0xff), + static_cast(0x86), + static_cast(0x95), + static_cast(0xff), + static_cast(0x90), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x4e), + static_cast(0x06), + static_cast(0xf2), + static_cast(0x28), + static_cast(0x0f), + static_cast(0x3b), + static_cast(0xfb), + static_cast(0x0a), + static_cast(0x3c), + static_cast(0xf2), + static_cast(0x02), + static_cast(0x5d), + static_cast(0xf4), + static_cast(0x03), + static_cast(0x35), + static_cast(0x80), + static_cast(0x03), + static_cast(0x6c), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x2f), + static_cast(0x04), + static_cast(0xa8), + static_cast(0xd8), + static_cast(0x01), + static_cast(0x9b), + static_cast(0x7a), + static_cast(0xfd), + static_cast(0xae), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xda), + static_cast(0x5d), + static_cast(0x01), + static_cast(0xe0), + static_cast(0x97), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x88), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x62), + static_cast(0x9f), + static_cast(0x00), + static_cast(0xcb), + static_cast(0xa4), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x59), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x40), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x12), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x97), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x86), + static_cast(0x00), + static_cast(0x87), + static_cast(0xf9), + static_cast(0x00), + static_cast(0xf0), + static_cast(0xd1), + static_cast(0x00), + static_cast(0x82), + static_cast(0xda), + static_cast(0x00), + static_cast(0x86), + static_cast(0xf2), + static_cast(0x00), + static_cast(0x4b), + static_cast(0x38), + static_cast(0x00), + static_cast(0xcc), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x80), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x47), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x95), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x38), + static_cast(0x33), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x32), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x46), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x21), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xab), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x13), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x23), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x26), + static_cast(0xff), + static_cast(0x46), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x64), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x38), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x90), + static_cast(0x58), + static_cast(0xff), + static_cast(0x98), + static_cast(0x23), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x42), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x49), + static_cast(0xff), + static_cast(0x48), + static_cast(0x78), + static_cast(0xff), + static_cast(0x92), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x86), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x63), + static_cast(0x07), + static_cast(0x05), + static_cast(0xd4), + static_cast(0x10), + static_cast(0xac), + static_cast(0x17), + static_cast(0x0b), + static_cast(0x09), + static_cast(0x50), + static_cast(0x02), + static_cast(0xab), + static_cast(0x02), + static_cast(0x04), + static_cast(0xc6), + static_cast(0x73), + static_cast(0x03), + static_cast(0x62), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x99), + static_cast(0x04), + static_cast(0x8c), + static_cast(0x2f), + static_cast(0x01), + static_cast(0x16), + static_cast(0x13), + static_cast(0xfd), + static_cast(0x3a), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x78), + static_cast(0x01), + static_cast(0x53), + static_cast(0x58), + static_cast(0x00), + static_cast(0x77), + static_cast(0x80), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x72), + static_cast(0x9e), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x8b), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x37), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x51), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x17), + static_cast(0x00), + static_cast(0x90), + static_cast(0x95), + static_cast(0x00), + static_cast(0x45), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x12), + static_cast(0x68), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x9f), + static_cast(0x00), + static_cast(0xca), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x82), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x68), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x61), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x81), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x53), + static_cast(0x36), + static_cast(0xff), + static_cast(0x69), + static_cast(0x35), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xea), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xca), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x74), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x59), + static_cast(0x42), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x66), + static_cast(0xff), + static_cast(0x02), + static_cast(0x38), + static_cast(0xff), + static_cast(0x11), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x54), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x68), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x53), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x47), + static_cast(0xff), + static_cast(0x16), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x83), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xa7), + static_cast(0x07), + static_cast(0xe2), + static_cast(0x5b), + static_cast(0x12), + static_cast(0x9a), + static_cast(0x3d), + static_cast(0x0c), + static_cast(0x71), + static_cast(0xa6), + static_cast(0x01), + static_cast(0x8e), + static_cast(0xd4), + static_cast(0x03), + static_cast(0xa7), + static_cast(0xc3), + static_cast(0x03), + static_cast(0xb0), + static_cast(0xc1), + static_cast(0xfd), + static_cast(0xa6), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x78), + static_cast(0xe4), + static_cast(0x04), + static_cast(0x94), + static_cast(0x0f), + static_cast(0x01), + static_cast(0xb0), + static_cast(0xa7), + static_cast(0xfc), + static_cast(0xbc), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x68), + static_cast(0x9c), + static_cast(0x01), + static_cast(0x1b), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x42), + static_cast(0xff), + static_cast(0x42), + static_cast(0x77), + static_cast(0xff), + static_cast(0x61), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x6f), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x27), + static_cast(0xff), + static_cast(0x26), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xda), + static_cast(0x51), + static_cast(0xff), + static_cast(0xef), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x6c), + static_cast(0x78), + static_cast(0x00), + static_cast(0x46), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x23), + static_cast(0x00), + static_cast(0xd3), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xb6), + static_cast(0x50), + static_cast(0xff), + static_cast(0x53), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xff), + static_cast(0x44), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x05), + static_cast(0x00), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x33), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x54), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x38), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xad), + static_cast(0xff), + static_cast(0x67), + static_cast(0x62), + static_cast(0xff), + static_cast(0x46), + static_cast(0x22), + static_cast(0xff), + static_cast(0x53), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x11), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x35), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x60), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x33), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xed), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x92), + static_cast(0xff), + static_cast(0x20), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x38), + static_cast(0x74), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x53), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x59), + static_cast(0xff), + static_cast(0x28), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x27), + static_cast(0x72), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x92), + static_cast(0xff), + static_cast(0x80), + static_cast(0x92), + static_cast(0x07), + static_cast(0x66), + static_cast(0x99), + static_cast(0x13), + static_cast(0xd0), + static_cast(0xf9), + static_cast(0x0d), + static_cast(0x8d), + static_cast(0x39), + static_cast(0x01), + static_cast(0x04), + static_cast(0x67), + static_cast(0x03), + static_cast(0x93), + static_cast(0x40), + static_cast(0x04), + static_cast(0x52), + static_cast(0x57), + static_cast(0xfd), + static_cast(0x21), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x73), + static_cast(0x72), + static_cast(0x05), + static_cast(0x2b), + static_cast(0x2c), + static_cast(0x01), + static_cast(0xc7), + static_cast(0xf5), + static_cast(0xfb), + static_cast(0x32), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xe9), + static_cast(0x01), + static_cast(0xde), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x51), + static_cast(0x15), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x06), + static_cast(0xff), + static_cast(0x31), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x60), + static_cast(0x00), + static_cast(0xef), + static_cast(0x81), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x36), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x06), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x85), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x62), + static_cast(0xff), + static_cast(0x34), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x88), + static_cast(0x37), + static_cast(0x00), + static_cast(0xd4), + static_cast(0x72), + static_cast(0x00), + static_cast(0x23), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x29), + static_cast(0xff), + static_cast(0x85), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x39), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x1d), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x10), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x56), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xda), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x75), + static_cast(0xff), + static_cast(0x43), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x39), + static_cast(0xff), + static_cast(0x02), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x33), + static_cast(0x14), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x18), + static_cast(0x78), + static_cast(0xff), + static_cast(0x53), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x08), + static_cast(0xff), + static_cast(0x21), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xef), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x26), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x45), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x99), + static_cast(0xff), + static_cast(0x55), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x73), + static_cast(0xff), + static_cast(0x44), + static_cast(0x51), + static_cast(0xff), + static_cast(0x80), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x73), + static_cast(0x46), + static_cast(0xff), + static_cast(0x38), + static_cast(0x83), + static_cast(0xff), + static_cast(0x11), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x36), + static_cast(0xab), + static_cast(0x07), + static_cast(0x07), + static_cast(0xe4), + static_cast(0x14), + static_cast(0x7e), + static_cast(0xad), + static_cast(0x0f), + static_cast(0xea), + static_cast(0xd5), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xc9), + static_cast(0x02), + static_cast(0x15), + static_cast(0xc4), + static_cast(0x04), + static_cast(0xd3), + static_cast(0xdd), + static_cast(0xfc), + static_cast(0xba), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0x1a), + static_cast(0x06), + static_cast(0x72), + static_cast(0x4d), + static_cast(0x01), + static_cast(0x5b), + static_cast(0x41), + static_cast(0xfb), + static_cast(0x5d), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x38), + static_cast(0x18), + static_cast(0x02), + static_cast(0x79), + static_cast(0x13), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x18), + static_cast(0xff), + static_cast(0x12), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x54), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x23), + static_cast(0xff), + static_cast(0x62), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x85), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x11), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x8e), + static_cast(0x00), + static_cast(0xf0), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x12), + static_cast(0xff), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x24), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x01), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xae), + static_cast(0x13), + static_cast(0x00), + static_cast(0x78), + static_cast(0xf1), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x94), + static_cast(0xff), + static_cast(0x22), + static_cast(0x71), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xad), + static_cast(0xff), + static_cast(0x48), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x60), + static_cast(0xff), + static_cast(0x46), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x27), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x52), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x33), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x97), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x78), + static_cast(0xff), + static_cast(0x20), + static_cast(0xac), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xae), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x23), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x54), + static_cast(0xff), + static_cast(0x82), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x3b), + static_cast(0x07), + static_cast(0xfb), + static_cast(0x93), + static_cast(0x15), + static_cast(0x81), + static_cast(0x39), + static_cast(0x12), + static_cast(0x50), + static_cast(0x1b), + static_cast(0x01), + static_cast(0xb1), + static_cast(0x7c), + static_cast(0x01), + static_cast(0x82), + static_cast(0x8d), + static_cast(0x05), + static_cast(0xa2), + static_cast(0x0f), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0x82), + static_cast(0xfd), + static_cast(0xea), + static_cast(0x73), + static_cast(0x06), + static_cast(0x96), + static_cast(0x1f), + static_cast(0x02), + static_cast(0x63), + static_cast(0xa8), + static_cast(0xfa), + static_cast(0xfc), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xae), + static_cast(0x87), + static_cast(0x02), + static_cast(0x7f), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x00), + static_cast(0xff), + static_cast(0x88), + static_cast(0x91), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x74), + static_cast(0xff), + static_cast(0x72), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x96), + static_cast(0xff), + static_cast(0x85), + static_cast(0x12), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x23), + static_cast(0xff), + static_cast(0x82), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xde), + static_cast(0x39), + static_cast(0x00), + static_cast(0x28), + static_cast(0x47), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x35), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x04), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x17), + static_cast(0x00), + static_cast(0x20), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x11), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x17), + static_cast(0x00), + static_cast(0x99), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x41), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x55), + static_cast(0x97), + static_cast(0xff), + static_cast(0x96), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x39), + static_cast(0x77), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xba), + static_cast(0xff), + static_cast(0x91), + static_cast(0xff), + static_cast(0xff), + static_cast(0xba), + static_cast(0x97), + static_cast(0xff), + static_cast(0x92), + static_cast(0x81), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x90), + static_cast(0xff), + static_cast(0x13), + static_cast(0x34), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x91), + static_cast(0xff), + static_cast(0x13), + static_cast(0x82), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x14), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x00), + static_cast(0x38), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x58), + static_cast(0xff), + static_cast(0x89), + static_cast(0x83), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xba), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x51), + static_cast(0xff), + static_cast(0x15), + static_cast(0x01), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x22), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x86), + static_cast(0xff), + static_cast(0x06), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x93), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xd0), + static_cast(0x09), + static_cast(0x1e), + static_cast(0xbf), + static_cast(0x18), + static_cast(0x60), + static_cast(0x3e), + static_cast(0x10), + static_cast(0x55), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x16), + static_cast(0x03), + static_cast(0x6c), + static_cast(0x92), + static_cast(0x04), + static_cast(0x2f), + static_cast(0x56), + static_cast(0xfb), + static_cast(0xf6), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x3b), + static_cast(0x07), + static_cast(0x45), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x57), + static_cast(0xc0), + static_cast(0xfa), + static_cast(0x38), + static_cast(0xdf), + static_cast(0x00), + static_cast(0x00), + static_cast(0xde), + static_cast(0x01), + static_cast(0xf9), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x98), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x34), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x69), + static_cast(0xff), + static_cast(0xda), + static_cast(0x21), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x47), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x24), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x6c), + static_cast(0x48), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x65), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x36), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x10), + static_cast(0x80), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x76), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x01), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x26), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x09), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x54), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x39), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x60), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x36), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xde), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x95), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x46), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x84), + static_cast(0xff), + static_cast(0xec), + static_cast(0x81), + static_cast(0xff), + static_cast(0x32), + static_cast(0x34), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x19), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x61), + static_cast(0xff), + static_cast(0x47), + static_cast(0x86), + static_cast(0xff), + static_cast(0xde), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xca), + static_cast(0xff), + static_cast(0xee), + static_cast(0x89), + static_cast(0xff), + static_cast(0xca), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x40), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x74), + static_cast(0x49), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x23), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x34), + static_cast(0xab), + static_cast(0x0b), + static_cast(0x09), + static_cast(0xec), + static_cast(0x1a), + static_cast(0xbd), + static_cast(0x1f), + static_cast(0x0f), + static_cast(0xfc), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x42), + static_cast(0x04), + static_cast(0x07), + static_cast(0x82), + static_cast(0x03), + static_cast(0x1b), + static_cast(0x7c), + static_cast(0xfa), + static_cast(0xf8), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x30), + static_cast(0x07), + static_cast(0xc9), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x10), + static_cast(0xfb), + static_cast(0xcc), + static_cast(0x9b), + static_cast(0x01), + static_cast(0x09), + static_cast(0x8c), + static_cast(0x01), + static_cast(0xd6), + static_cast(0x94), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x62), + static_cast(0x70), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x14), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x53), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x0c), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x51), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x9d), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x1a), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x65), + static_cast(0x09), + static_cast(0xff), + static_cast(0x05), + static_cast(0x40), + static_cast(0xff), + static_cast(0x96), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x25), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x97), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x02), + static_cast(0x00), + static_cast(0x0a), + static_cast(0x50), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x74), + static_cast(0x05), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x53), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x32), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x69), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x55), + static_cast(0xff), + static_cast(0x64), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x62), + static_cast(0x91), + static_cast(0xff), + static_cast(0x68), + static_cast(0x57), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x32), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x30), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x54), + static_cast(0xff), + static_cast(0x26), + static_cast(0x98), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x50), + static_cast(0xac), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x24), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x66), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xa8), + static_cast(0x0c), + static_cast(0x67), + static_cast(0x5a), + static_cast(0x1c), + static_cast(0xab), + static_cast(0x1c), + static_cast(0x0f), + static_cast(0x61), + static_cast(0x34), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xe3), + static_cast(0x04), + static_cast(0x10), + static_cast(0xf7), + static_cast(0x02), + static_cast(0xd2), + static_cast(0x33), + static_cast(0xfa), + static_cast(0x2b), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xf2), + static_cast(0x06), + static_cast(0x7e), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x21), + static_cast(0xfb), + static_cast(0x33), + static_cast(0xd7), + static_cast(0x01), + static_cast(0xa5), + static_cast(0x6b), + static_cast(0x01), + static_cast(0x95), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x34), + static_cast(0x00), + static_cast(0xc8), + static_cast(0x05), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x61), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x14), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x45), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x19), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xd0), + static_cast(0x00), + static_cast(0x47), + static_cast(0x27), + static_cast(0x00), + static_cast(0x34), + static_cast(0xba), + static_cast(0xff), + static_cast(0x88), + static_cast(0x43), + static_cast(0x00), + static_cast(0xe4), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0x61), + static_cast(0xff), + static_cast(0x64), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x68), + static_cast(0xff), + static_cast(0x86), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x68), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x85), + static_cast(0x05), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x56), + static_cast(0xff), + static_cast(0x15), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x56), + static_cast(0x81), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x46), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x96), + static_cast(0xff), + static_cast(0x20), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xde), + static_cast(0xff), + static_cast(0x27), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x35), + static_cast(0x51), + static_cast(0xff), + static_cast(0x32), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xce), + static_cast(0x64), + static_cast(0xff), + static_cast(0x49), + static_cast(0xab), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xac), + static_cast(0xff), + static_cast(0x26), + static_cast(0x08), + static_cast(0x0d), + static_cast(0xf6), + static_cast(0x46), + static_cast(0x1d), + static_cast(0x81), + static_cast(0xbc), + static_cast(0x0f), + static_cast(0x53), + static_cast(0xce), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x60), + static_cast(0x05), + static_cast(0x1b), + static_cast(0xe4), + static_cast(0x02), + static_cast(0x6d), + static_cast(0x2c), + static_cast(0xfa), + static_cast(0x59), + static_cast(0x08), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x99), + static_cast(0x06), + static_cast(0x0e), + static_cast(0x17), + static_cast(0xff), + static_cast(0x16), + static_cast(0xda), + static_cast(0xfa), + static_cast(0x24), + static_cast(0x07), + static_cast(0x02), + static_cast(0xf7), + static_cast(0x4b), + static_cast(0x01), + static_cast(0x68), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x8b), + static_cast(0xfd), + static_cast(0x6c), + static_cast(0x49), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x83), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xab), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x24), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x21), + static_cast(0xd0), + static_cast(0x00), + static_cast(0x1e), + static_cast(0xbd), + static_cast(0x00), + static_cast(0x21), + static_cast(0x37), + static_cast(0xff), + static_cast(0x95), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x86), + static_cast(0x38), + static_cast(0xff), + static_cast(0xee), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x69), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x32), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x55), + static_cast(0xff), + static_cast(0xed), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x37), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x41), + static_cast(0x46), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x27), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x74), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x53), + static_cast(0xff), + static_cast(0x24), + static_cast(0x40), + static_cast(0xff), + static_cast(0x35), + static_cast(0x25), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x01), + static_cast(0x00), + static_cast(0x28), + static_cast(0x64), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x35), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x45), + static_cast(0xff), + static_cast(0x21), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x17), + static_cast(0x94), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x52), + static_cast(0xff), + static_cast(0x93), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x99), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x08), + static_cast(0x0d), + static_cast(0x89), + static_cast(0xf2), + static_cast(0x1d), + static_cast(0x7d), + static_cast(0x79), + static_cast(0x10), + static_cast(0x2a), + static_cast(0x47), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x6c), + static_cast(0x06), + static_cast(0xe9), + static_cast(0x60), + static_cast(0x03), + static_cast(0x54), + static_cast(0xb0), + static_cast(0xf9), + static_cast(0x5f), + static_cast(0xe0), + static_cast(0xfd), + static_cast(0x9d), + static_cast(0x70), + static_cast(0x06), + static_cast(0x1c), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x1e), + static_cast(0xfa), + static_cast(0x9d), + static_cast(0x56), + static_cast(0x02), + static_cast(0xff), + static_cast(0x75), + static_cast(0x01), + static_cast(0x66), + static_cast(0x50), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x75), + static_cast(0x39), + static_cast(0xfd), + static_cast(0xd8), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x87), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x70), + static_cast(0xc3), + static_cast(0xfd), + static_cast(0x31), + static_cast(0x64), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x71), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x26), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x53), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x53), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x43), + static_cast(0x01), + static_cast(0xbb), + static_cast(0x38), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x18), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x05), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x24), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xe8), + static_cast(0xfd), + static_cast(0x6f), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0x17), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x21), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x46), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x38), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x07), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x86), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x34), + static_cast(0xff), + static_cast(0x47), + static_cast(0x16), + static_cast(0xff), + static_cast(0x73), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x26), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x79), + static_cast(0xad), + static_cast(0x00), + static_cast(0x57), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x43), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x82), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x44), + static_cast(0x36), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x58), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x82), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x28), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x51), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x92), + static_cast(0x87), + static_cast(0xff), + static_cast(0x23), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x06), + static_cast(0xd6), + static_cast(0x0e), + static_cast(0xa1), + static_cast(0x45), + static_cast(0x1f), + static_cast(0xbf), + static_cast(0x11), + static_cast(0x0e), + static_cast(0x9a), + static_cast(0x88), + static_cast(0x00), + static_cast(0x62), + static_cast(0x9d), + static_cast(0x09), + static_cast(0x98), + static_cast(0xf5), + static_cast(0x02), + static_cast(0x0d), + static_cast(0xe4), + static_cast(0xf7), + static_cast(0x22), + static_cast(0x18), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x02), + static_cast(0x07), + static_cast(0x81), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xd9), + static_cast(0xf9), + static_cast(0x27), + static_cast(0x3e), + static_cast(0x03), + static_cast(0x1a), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x10), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x9a), + static_cast(0xfd), + static_cast(0xe4), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0x53), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0x95), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x95), + static_cast(0xd0), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x62), + static_cast(0x00), + static_cast(0xca), + static_cast(0xe7), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x99), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x13), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x20), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0x9f), + static_cast(0xe2), + static_cast(0xfd), + static_cast(0x53), + static_cast(0x89), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x51), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xce), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x29), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x96), + static_cast(0xff), + static_cast(0x42), + static_cast(0x45), + static_cast(0x00), + static_cast(0x47), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x90), + static_cast(0x11), + static_cast(0x00), + static_cast(0x77), + static_cast(0x93), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x30), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x41), + static_cast(0xff), + static_cast(0x86), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xca), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xea), + static_cast(0xff), + static_cast(0x01), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x88), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x74), + static_cast(0xff), + static_cast(0xab), + static_cast(0x81), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x99), + static_cast(0xff), + static_cast(0x42), + static_cast(0xad), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xc2), + static_cast(0x0f), + static_cast(0x6a), + static_cast(0x18), + static_cast(0x20), + static_cast(0x11), + static_cast(0x48), + static_cast(0x0c), + static_cast(0x44), + static_cast(0xe8), + static_cast(0x00), + static_cast(0x61), + static_cast(0xc7), + static_cast(0x0d), + static_cast(0xa2), + static_cast(0xda), + static_cast(0x02), + static_cast(0x06), + static_cast(0x1c), + static_cast(0xf5), + static_cast(0x53), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x34), + static_cast(0x08), + static_cast(0xd0), + static_cast(0x09), + static_cast(0xfd), + static_cast(0xe9), + static_cast(0xec), + static_cast(0xf8), + static_cast(0x9a), + static_cast(0x60), + static_cast(0x04), + static_cast(0x02), + static_cast(0x88), + static_cast(0x01), + static_cast(0x84), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xd9), + static_cast(0xfd), + static_cast(0x27), + static_cast(0x19), + static_cast(0x00), + static_cast(0x03), + static_cast(0x27), + static_cast(0xfd), + static_cast(0x26), + static_cast(0x29), + static_cast(0xfe), + static_cast(0x34), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0x38), + static_cast(0xa6), + static_cast(0xfd), + static_cast(0x47), + static_cast(0xd0), + static_cast(0x00), + static_cast(0xf0), + static_cast(0x60), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x54), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xd5), + static_cast(0x00), + static_cast(0x66), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x58), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x13), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x06), + static_cast(0xbf), + static_cast(0xfd), + static_cast(0x17), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x32), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x27), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x28), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x55), + static_cast(0xff), + static_cast(0x82), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x24), + static_cast(0x00), + static_cast(0x78), + static_cast(0x36), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x05), + static_cast(0x00), + static_cast(0x39), + static_cast(0x95), + static_cast(0xff), + static_cast(0xef), + static_cast(0x40), + static_cast(0xff), + static_cast(0x14), + static_cast(0x43), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x95), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xce), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xae), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x82), + static_cast(0xff), + static_cast(0x58), + static_cast(0x74), + static_cast(0xff), + static_cast(0x47), + static_cast(0x74), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x69), + static_cast(0xff), + static_cast(0x42), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xae), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x92), + static_cast(0x0f), + static_cast(0x9c), + static_cast(0x23), + static_cast(0x20), + static_cast(0x4f), + static_cast(0xc8), + static_cast(0x0b), + static_cast(0xdd), + static_cast(0x7a), + static_cast(0x01), + static_cast(0x31), + static_cast(0xa6), + static_cast(0x11), + static_cast(0x72), + static_cast(0x5e), + static_cast(0x03), + static_cast(0x2f), + static_cast(0x09), + static_cast(0xf2), + static_cast(0x9f), + static_cast(0x33), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x43), + static_cast(0x0a), + static_cast(0x7e), + static_cast(0xc8), + static_cast(0xfa), + static_cast(0x38), + static_cast(0xe0), + static_cast(0xf6), + static_cast(0x18), + static_cast(0x0e), + static_cast(0x06), + static_cast(0x9c), + static_cast(0xa1), + static_cast(0x02), + static_cast(0x26), + static_cast(0xbe), + static_cast(0xfd), + static_cast(0xdc), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x89), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0x5d), + static_cast(0xd5), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x0a), + static_cast(0xfd), + static_cast(0x95), + static_cast(0xb4), + static_cast(0xfd), + static_cast(0xc2), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x20), + static_cast(0xad), + static_cast(0xfc), + static_cast(0x02), + static_cast(0x37), + static_cast(0x00), + static_cast(0x07), + static_cast(0x47), + static_cast(0x00), + static_cast(0x87), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x3e), + static_cast(0x01), + static_cast(0x01), + static_cast(0x2b), + static_cast(0xe3), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x52), + static_cast(0xff), + static_cast(0x34), + static_cast(0x0a), + static_cast(0x01), + static_cast(0x5b), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xab), + static_cast(0xa2), + static_cast(0xfd), + static_cast(0x58), + static_cast(0xef), + static_cast(0xfd), + static_cast(0x01), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x33), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xa2), + static_cast(0xfd), + static_cast(0xc4), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x46), + static_cast(0xff), + static_cast(0x61), + static_cast(0xae), + static_cast(0xfd), + static_cast(0xc1), + static_cast(0x08), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x33), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x50), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x15), + static_cast(0x52), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x8c), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x08), + static_cast(0x66), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x83), + static_cast(0xff), + static_cast(0x02), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xec), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x45), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x67), + static_cast(0x84), + static_cast(0xff), + static_cast(0x55), + static_cast(0x66), + static_cast(0xff), + static_cast(0xca), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x88), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xba), + static_cast(0x93), + static_cast(0xff), + static_cast(0x93), + static_cast(0x98), + static_cast(0xff), + static_cast(0x60), + static_cast(0x57), + static_cast(0x10), + static_cast(0x8b), + static_cast(0x0f), + static_cast(0x22), + static_cast(0x68), + static_cast(0x44), + static_cast(0x0b), + static_cast(0x84), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x22), + static_cast(0x13), + static_cast(0xad), + static_cast(0xab), + static_cast(0x06), + static_cast(0x68), + static_cast(0xe7), + static_cast(0xf0), + static_cast(0xb3), + static_cast(0x15), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x59), + static_cast(0x0b), + static_cast(0x15), + static_cast(0xb1), + static_cast(0xf9), + static_cast(0x1b), + static_cast(0x42), + static_cast(0xf5), + static_cast(0xca), + static_cast(0x2a), + static_cast(0x07), + static_cast(0x4c), + static_cast(0x48), + static_cast(0x03), + static_cast(0xe8), + static_cast(0xcd), + static_cast(0xfc), + static_cast(0xc1), + static_cast(0x24), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x28), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x4f), + static_cast(0x01), + static_cast(0x1a), + static_cast(0x88), + static_cast(0xfc), + static_cast(0x7b), + static_cast(0x46), + static_cast(0xfd), + static_cast(0xb9), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x3a), + static_cast(0xfc), + static_cast(0x1d), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xd9), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x95), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x03), + static_cast(0x76), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x6b), + static_cast(0x01), + static_cast(0x9e), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x06), + static_cast(0x0e), + static_cast(0x01), + static_cast(0x0e), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x37), + static_cast(0xff), + static_cast(0x36), + static_cast(0x99), + static_cast(0xfd), + static_cast(0x78), + static_cast(0xa4), + static_cast(0xfd), + static_cast(0x78), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x76), + static_cast(0xfd), + static_cast(0x72), + static_cast(0x09), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x19), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x88), + static_cast(0xfd), + static_cast(0xca), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0x16), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x02), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x04), + static_cast(0xff), + static_cast(0x58), + static_cast(0x25), + static_cast(0xff), + static_cast(0x38), + static_cast(0xed), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xa0), + static_cast(0x00), + static_cast(0xd8), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x05), + static_cast(0x52), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x50), + static_cast(0xff), + static_cast(0x06), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x28), + static_cast(0x52), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x10), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x74), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x53), + static_cast(0x82), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x83), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x90), + static_cast(0xf2), + static_cast(0x11), + static_cast(0xf9), + static_cast(0xcb), + static_cast(0x24), + static_cast(0xfb), + static_cast(0x46), + static_cast(0x0a), + static_cast(0x7e), + static_cast(0xe3), + static_cast(0xfa), + static_cast(0xe7), + static_cast(0x3b), + static_cast(0x13), + static_cast(0x3d), + static_cast(0x2b), + static_cast(0x0a), + static_cast(0xcd), + static_cast(0x94), + static_cast(0xf1), + static_cast(0x88), + static_cast(0x91), + static_cast(0xfd), + static_cast(0xf9), + static_cast(0x84), + static_cast(0x0b), + static_cast(0x81), + static_cast(0x07), + static_cast(0xf9), + static_cast(0x37), + static_cast(0x3e), + static_cast(0xf4), + static_cast(0x4b), + static_cast(0xfd), + static_cast(0x07), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x03), + static_cast(0xba), + static_cast(0x2c), + static_cast(0xfc), + static_cast(0x49), + static_cast(0x62), + static_cast(0xfd), + static_cast(0x86), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0xed), + static_cast(0x01), + static_cast(0xd6), + static_cast(0xe0), + static_cast(0xfb), + static_cast(0xf5), + static_cast(0xe6), + static_cast(0xfc), + static_cast(0xe3), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x72), + static_cast(0xfc), + static_cast(0x35), + static_cast(0x23), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x75), + static_cast(0xff), + static_cast(0x21), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x83), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x8c), + static_cast(0x01), + static_cast(0xa6), + static_cast(0xce), + static_cast(0xff), + static_cast(0x02), + static_cast(0xc3), + static_cast(0x00), + static_cast(0x1e), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x99), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x7d), + static_cast(0xfd), + static_cast(0xc2), + static_cast(0x79), + static_cast(0xfd), + static_cast(0x0f), + static_cast(0x29), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xa7), + static_cast(0xfd), + static_cast(0xd7), + static_cast(0x55), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0x5d), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x80), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x14), + static_cast(0xff), + static_cast(0x06), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x28), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xef), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x49), + static_cast(0xb1), + static_cast(0x00), + static_cast(0x56), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xac), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x10), + static_cast(0x76), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x71), + static_cast(0xff), + static_cast(0x68), + static_cast(0x66), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xce), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x65), + static_cast(0xff), + static_cast(0x78), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x25), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x41), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x78), + static_cast(0xff), + static_cast(0x05), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x78), + static_cast(0x83), + static_cast(0xff), + static_cast(0xee), + static_cast(0x66), + static_cast(0x14), + static_cast(0xe4), + static_cast(0xa6), + static_cast(0x27), + static_cast(0x1f), + static_cast(0xfb), + static_cast(0x07), + static_cast(0x0c), + static_cast(0xac), + static_cast(0xf7), + static_cast(0xf4), + static_cast(0x43), + static_cast(0x13), + static_cast(0x6c), + static_cast(0xe1), + static_cast(0x0b), + static_cast(0xe0), + static_cast(0x48), + static_cast(0xf3), + static_cast(0x3f), + static_cast(0x7e), + static_cast(0xfd), + static_cast(0x62), + static_cast(0x82), + static_cast(0x0a), + static_cast(0xf0), + static_cast(0x11), + static_cast(0xf8), + static_cast(0x49), + static_cast(0x43), + static_cast(0xf4), + static_cast(0xc5), + static_cast(0x81), + static_cast(0x08), + static_cast(0xad), + static_cast(0xe3), + static_cast(0x03), + static_cast(0x8a), + static_cast(0xc9), + static_cast(0xfb), + static_cast(0xf1), + static_cast(0x5d), + static_cast(0xfc), + static_cast(0x32), + static_cast(0x51), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x4b), + static_cast(0x02), + static_cast(0x50), + static_cast(0x27), + static_cast(0xfb), + static_cast(0x28), + static_cast(0xcb), + static_cast(0xfc), + static_cast(0x8a), + static_cast(0x17), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xe0), + static_cast(0xfc), + static_cast(0xc4), + static_cast(0xa1), + static_cast(0xfd), + static_cast(0xda), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x01), + static_cast(0xa3), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x73), + static_cast(0x2b), + static_cast(0x01), + static_cast(0xf4), + static_cast(0xb3), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xa6), + static_cast(0x00), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x42), + static_cast(0xff), + static_cast(0xca), + static_cast(0x67), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x2c), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x84), + static_cast(0xfd), + static_cast(0xf4), + static_cast(0x07), + static_cast(0xfe), + static_cast(0x24), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xac), + static_cast(0xfd), + static_cast(0xc1), + static_cast(0xf9), + static_cast(0xfc), + static_cast(0x57), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0x35), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0xac), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x08), + static_cast(0xff), + static_cast(0xce), + static_cast(0x66), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x70), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x76), + static_cast(0xff), + static_cast(0x85), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x87), + static_cast(0xae), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xea), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x40), + static_cast(0xff), + static_cast(0x49), + static_cast(0x22), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xed), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x61), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x49), + static_cast(0xff), + static_cast(0x47), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xca), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x01), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x65), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x92), + static_cast(0xff), + static_cast(0x27), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x86), + static_cast(0x28), + static_cast(0x15), + static_cast(0x02), + static_cast(0x8b), + static_cast(0x2a), + static_cast(0x81), + static_cast(0xe2), + static_cast(0x08), + static_cast(0xdc), + static_cast(0x93), + static_cast(0xf3), + static_cast(0x34), + static_cast(0x18), + static_cast(0x11), + static_cast(0x06), + static_cast(0xb8), + static_cast(0x0e), + static_cast(0x1f), + static_cast(0x19), + static_cast(0xf6), + static_cast(0x39), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0x02), + static_cast(0x2e), + static_cast(0x09), + static_cast(0xc0), + static_cast(0x72), + static_cast(0xf8), + static_cast(0x25), + static_cast(0x9e), + static_cast(0xf3), + static_cast(0x0a), + static_cast(0x1e), + static_cast(0x08), + static_cast(0x95), + static_cast(0xc1), + static_cast(0x04), + static_cast(0xaa), + static_cast(0x9b), + static_cast(0xfb), + static_cast(0x10), + static_cast(0x86), + static_cast(0xfb), + static_cast(0x9f), + static_cast(0x44), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xe8), + static_cast(0x02), + static_cast(0xd6), + static_cast(0xee), + static_cast(0xfa), + static_cast(0xde), + static_cast(0x6c), + static_cast(0xfc), + static_cast(0x0c), + static_cast(0x11), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x36), + static_cast(0xfd), + static_cast(0xc1), + static_cast(0xc6), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0x1f), + static_cast(0xfd), + static_cast(0x65), + static_cast(0xd2), + static_cast(0x00), + static_cast(0x73), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x4f), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xba), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x39), + static_cast(0x01), + static_cast(0xbf), + static_cast(0x36), + static_cast(0x01), + static_cast(0x2b), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x90), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x19), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0xc7), + static_cast(0xfc), + static_cast(0xde), + static_cast(0x96), + static_cast(0xfd), + static_cast(0x64), + static_cast(0xc4), + static_cast(0xfd), + static_cast(0xa7), + static_cast(0x87), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x92), + static_cast(0xfd), + static_cast(0xbd), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0xcb), + static_cast(0x67), + static_cast(0xfd), + static_cast(0x6b), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0x77), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x49), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x77), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0x3a), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x96), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x97), + static_cast(0x00), + static_cast(0x66), + static_cast(0x10), + static_cast(0x00), + static_cast(0xec), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x43), + static_cast(0x03), + static_cast(0xff), + static_cast(0x68), + static_cast(0x84), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x27), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xda), + static_cast(0x53), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x23), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x25), + static_cast(0xff), + static_cast(0x13), + static_cast(0x30), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x42), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x84), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x18), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xd8), + static_cast(0x17), + static_cast(0x1d), + static_cast(0x5c), + static_cast(0x2d), + static_cast(0xb1), + static_cast(0x04), + static_cast(0x07), + static_cast(0xbe), + static_cast(0x13), + static_cast(0xf1), + static_cast(0xc8), + static_cast(0xb0), + static_cast(0x0f), + static_cast(0x48), + static_cast(0x09), + static_cast(0x0f), + static_cast(0xd8), + static_cast(0x70), + static_cast(0xf8), + static_cast(0x1c), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x74), + static_cast(0x15), + static_cast(0x08), + static_cast(0x6f), + static_cast(0x85), + static_cast(0xf6), + static_cast(0xa4), + static_cast(0xa7), + static_cast(0xf4), + static_cast(0x4b), + static_cast(0x88), + static_cast(0x08), + static_cast(0xf8), + static_cast(0xd5), + static_cast(0x03), + static_cast(0x9a), + static_cast(0x24), + static_cast(0xfc), + static_cast(0xcd), + static_cast(0x8e), + static_cast(0xfa), + static_cast(0x74), + static_cast(0x70), + static_cast(0xff), + static_cast(0x16), + static_cast(0x0d), + static_cast(0x03), + static_cast(0x49), + static_cast(0x69), + static_cast(0xfa), + static_cast(0xb8), + static_cast(0xce), + static_cast(0xfc), + static_cast(0x97), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xb7), + static_cast(0xfd), + static_cast(0xf6), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x5d), + static_cast(0x71), + static_cast(0xfc), + static_cast(0xdc), + static_cast(0x50), + static_cast(0x00), + static_cast(0xe3), + static_cast(0xd9), + static_cast(0x00), + static_cast(0xb9), + static_cast(0xf2), + static_cast(0x00), + static_cast(0x72), + static_cast(0x4e), + static_cast(0x00), + static_cast(0xda), + static_cast(0x62), + static_cast(0x01), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x01), + static_cast(0x92), + static_cast(0x37), + static_cast(0xff), + static_cast(0xed), + static_cast(0xde), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0x22), + static_cast(0xb8), + static_cast(0xfc), + static_cast(0x7a), + static_cast(0x77), + static_cast(0xfd), + static_cast(0x65), + static_cast(0x5c), + static_cast(0xfd), + static_cast(0x3e), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x4b), + static_cast(0xfd), + static_cast(0xf8), + static_cast(0xb2), + static_cast(0xfc), + static_cast(0x5d), + static_cast(0x47), + static_cast(0xfd), + static_cast(0xe5), + static_cast(0x57), + static_cast(0xfe), + static_cast(0xad), + static_cast(0x19), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x43), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xa8), + static_cast(0xfd), + static_cast(0x3a), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x38), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x05), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xce), + static_cast(0xff), + static_cast(0x94), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x98), + static_cast(0x88), + static_cast(0xff), + static_cast(0x23), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x69), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x82), + static_cast(0xff), + static_cast(0x69), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x45), + static_cast(0xee), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x49), + static_cast(0xff), + static_cast(0x23), + static_cast(0x04), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x09), + static_cast(0xff), + static_cast(0x02), + static_cast(0x56), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x68), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x51), + static_cast(0x69), + static_cast(0xff), + static_cast(0x65), + static_cast(0x8c), + static_cast(0x18), + static_cast(0x03), + static_cast(0x1b), + static_cast(0x30), + static_cast(0xda), + static_cast(0x66), + static_cast(0x08), + static_cast(0x02), + static_cast(0xba), + static_cast(0xed), + static_cast(0xe6), + static_cast(0xca), + static_cast(0x0c), + static_cast(0x2f), + static_cast(0x0f), + static_cast(0x10), + static_cast(0xc1), + static_cast(0x7a), + static_cast(0xfa), + static_cast(0xbf), + static_cast(0x19), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x9b), + static_cast(0x07), + static_cast(0x09), + static_cast(0x36), + static_cast(0xf5), + static_cast(0xfc), + static_cast(0xd6), + static_cast(0xf4), + static_cast(0xf7), + static_cast(0xd9), + static_cast(0x08), + static_cast(0xb3), + static_cast(0x04), + static_cast(0x03), + static_cast(0x64), + static_cast(0x81), + static_cast(0xfc), + static_cast(0x8b), + static_cast(0x7e), + static_cast(0xfa), + static_cast(0xa5), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x24), + static_cast(0x03), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xfa), + static_cast(0x3c), + static_cast(0xc1), + static_cast(0xfc), + static_cast(0xd5), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0x73), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0x3e), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x12), + static_cast(0xfc), + static_cast(0x7e), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x71), + static_cast(0x00), + static_cast(0x5a), + static_cast(0xc0), + static_cast(0x01), + static_cast(0x21), + static_cast(0x80), + static_cast(0x00), + static_cast(0x63), + static_cast(0x1c), + static_cast(0x01), + static_cast(0x66), + static_cast(0xf8), + static_cast(0x02), + static_cast(0x11), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xff), + static_cast(0xae), + static_cast(0xfd), + static_cast(0x72), + static_cast(0xb2), + static_cast(0xfc), + static_cast(0xe3), + static_cast(0x51), + static_cast(0xfd), + static_cast(0x06), + static_cast(0xd1), + static_cast(0xfc), + static_cast(0x19), + static_cast(0x14), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xdf), + static_cast(0xfc), + static_cast(0x40), + static_cast(0xb1), + static_cast(0xfc), + static_cast(0x8f), + static_cast(0x86), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x42), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x84), + static_cast(0xff), + static_cast(0x71), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0xc9), + static_cast(0x71), + static_cast(0xfd), + static_cast(0x25), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x95), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x97), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x44), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x34), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x93), + static_cast(0xff), + static_cast(0x91), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x77), + static_cast(0xed), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x11), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x08), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xda), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x35), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x74), + static_cast(0xff), + static_cast(0x30), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x97), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x66), + static_cast(0x37), + static_cast(0x18), + static_cast(0x9b), + static_cast(0xf3), + static_cast(0x32), + static_cast(0x71), + static_cast(0x6b), + static_cast(0x0b), + static_cast(0x3f), + static_cast(0x1f), + static_cast(0xea), + static_cast(0x4e), + static_cast(0xdf), + static_cast(0x09), + static_cast(0x54), + static_cast(0x9a), + static_cast(0x10), + static_cast(0xc5), + static_cast(0x86), + static_cast(0xfb), + static_cast(0xbe), + static_cast(0xd9), + static_cast(0x00), + static_cast(0xf6), + static_cast(0xbc), + static_cast(0x07), + static_cast(0x11), + static_cast(0x5e), + static_cast(0xf4), + static_cast(0xaf), + static_cast(0x29), + static_cast(0xf4), + static_cast(0x42), + static_cast(0x85), + static_cast(0x09), + static_cast(0x01), + static_cast(0x76), + static_cast(0x02), + static_cast(0xff), + static_cast(0x08), + static_cast(0xfc), + static_cast(0x2a), + static_cast(0xba), + static_cast(0xfb), + static_cast(0x44), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0x17), + static_cast(0xd3), + static_cast(0x02), + static_cast(0xe8), + static_cast(0x1a), + static_cast(0xfb), + static_cast(0x96), + static_cast(0x82), + static_cast(0xfc), + static_cast(0x09), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x70), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xc5), + static_cast(0xfb), + static_cast(0xeb), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x07), + static_cast(0x00), + static_cast(0x83), + static_cast(0xa6), + static_cast(0x01), + static_cast(0x61), + static_cast(0x68), + static_cast(0x01), + static_cast(0xf7), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x10), + static_cast(0x04), + static_cast(0x98), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xac), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x37), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0x7c), + static_cast(0xfc), + static_cast(0x4e), + static_cast(0x3a), + static_cast(0xfd), + static_cast(0xc8), + static_cast(0x65), + static_cast(0xfc), + static_cast(0x81), + static_cast(0xa2), + static_cast(0xfd), + static_cast(0x31), + static_cast(0x6a), + static_cast(0xfc), + static_cast(0x52), + static_cast(0x86), + static_cast(0xfc), + static_cast(0xbb), + static_cast(0x23), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x56), + static_cast(0xad), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x52), + static_cast(0xff), + static_cast(0x70), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0xf3), + static_cast(0x86), + static_cast(0xfd), + static_cast(0xca), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x90), + static_cast(0xff), + static_cast(0x74), + static_cast(0x57), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x16), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x43), + static_cast(0x53), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x71), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x45), + static_cast(0x12), + static_cast(0x00), + static_cast(0x26), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x25), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x38), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x30), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x70), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x77), + static_cast(0xff), + static_cast(0x31), + static_cast(0xa7), + static_cast(0x1c), + static_cast(0x92), + static_cast(0x3d), + static_cast(0x36), + static_cast(0x70), + static_cast(0x85), + static_cast(0x05), + static_cast(0x04), + static_cast(0xf2), + static_cast(0xe8), + static_cast(0x48), + static_cast(0x9d), + static_cast(0x0c), + static_cast(0x9a), + static_cast(0x3e), + static_cast(0x0c), + static_cast(0x0d), + static_cast(0x21), + static_cast(0xfb), + static_cast(0x6e), + static_cast(0x48), + static_cast(0x05), + static_cast(0x7d), + static_cast(0x88), + static_cast(0x06), + static_cast(0x82), + static_cast(0x5a), + static_cast(0xf1), + static_cast(0x8d), + static_cast(0x75), + static_cast(0xf6), + static_cast(0x0f), + static_cast(0xbc), + static_cast(0x0a), + static_cast(0xcc), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xee), + static_cast(0x15), + static_cast(0xfc), + static_cast(0x7f), + static_cast(0x6d), + static_cast(0xfc), + static_cast(0xc2), + static_cast(0x40), + static_cast(0xfc), + static_cast(0xf1), + static_cast(0xb7), + static_cast(0x01), + static_cast(0x55), + static_cast(0xfc), + static_cast(0xfa), + static_cast(0xf7), + static_cast(0x37), + static_cast(0xfd), + static_cast(0x7b), + static_cast(0x77), + static_cast(0xfd), + static_cast(0xab), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0x57), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x97), + static_cast(0xac), + static_cast(0xfb), + static_cast(0xaf), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x56), + static_cast(0xa7), + static_cast(0x01), + static_cast(0x61), + static_cast(0x64), + static_cast(0x01), + static_cast(0x0e), + static_cast(0x6f), + static_cast(0x01), + static_cast(0x04), + static_cast(0x06), + static_cast(0x05), + static_cast(0x55), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x16), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x72), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x7d), + static_cast(0xfc), + static_cast(0x63), + static_cast(0x9b), + static_cast(0xfc), + static_cast(0x6f), + static_cast(0x89), + static_cast(0xfc), + static_cast(0x7c), + static_cast(0x1e), + static_cast(0xfd), + static_cast(0x1e), + static_cast(0xb5), + static_cast(0xfb), + static_cast(0xd0), + static_cast(0x99), + static_cast(0xfc), + static_cast(0x81), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x35), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xde), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x8a), + static_cast(0xfd), + static_cast(0x76), + static_cast(0x29), + static_cast(0xfe), + static_cast(0x45), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x09), + static_cast(0xff), + static_cast(0x05), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x0e), + static_cast(0x01), + static_cast(0x49), + static_cast(0x64), + static_cast(0x00), + static_cast(0x71), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x61), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x14), + static_cast(0x00), + static_cast(0x94), + static_cast(0x21), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x05), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x44), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x82), + static_cast(0xff), + static_cast(0x53), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x67), + static_cast(0x76), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x3a), + static_cast(0x1f), + static_cast(0x32), + static_cast(0x52), + static_cast(0x39), + static_cast(0xe6), + static_cast(0x9f), + static_cast(0x02), + static_cast(0x9f), + static_cast(0x8e), + static_cast(0xe7), + static_cast(0xf9), + static_cast(0x32), + static_cast(0x0e), + static_cast(0xb8), + static_cast(0x4d), + static_cast(0x08), + static_cast(0xfe), + static_cast(0xca), + static_cast(0xfa), + static_cast(0x86), + static_cast(0xc2), + static_cast(0x08), + static_cast(0x5f), + static_cast(0x74), + static_cast(0x05), + static_cast(0xab), + static_cast(0x99), + static_cast(0xf0), + static_cast(0x60), + static_cast(0x3e), + static_cast(0xf7), + static_cast(0x63), + static_cast(0x1a), + static_cast(0x0b), + static_cast(0x97), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xb9), + static_cast(0xfb), + static_cast(0xb5), + static_cast(0xca), + static_cast(0xfd), + static_cast(0x20), + static_cast(0xa9), + static_cast(0xfa), + static_cast(0x46), + static_cast(0x00), + static_cast(0x01), + static_cast(0x2f), + static_cast(0x87), + static_cast(0xfb), + static_cast(0xfc), + static_cast(0xf2), + static_cast(0xfc), + static_cast(0x08), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0xed), + static_cast(0xc2), + static_cast(0xfd), + static_cast(0xda), + static_cast(0x68), + static_cast(0x00), + static_cast(0xe2), + static_cast(0x2a), + static_cast(0xfc), + static_cast(0x7c), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x23), + static_cast(0xff), + static_cast(0x28), + static_cast(0x82), + static_cast(0x01), + static_cast(0x7d), + static_cast(0x47), + static_cast(0x01), + static_cast(0x96), + static_cast(0xd1), + static_cast(0x01), + static_cast(0x83), + static_cast(0x6d), + static_cast(0x06), + static_cast(0x56), + static_cast(0xad), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x8c), + static_cast(0xfd), + static_cast(0x85), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x60), + static_cast(0xfc), + static_cast(0xb7), + static_cast(0xf9), + static_cast(0xfb), + static_cast(0x45), + static_cast(0xd8), + static_cast(0xfc), + static_cast(0x64), + static_cast(0xed), + static_cast(0xfc), + static_cast(0x08), + static_cast(0x0a), + static_cast(0xfb), + static_cast(0x0e), + static_cast(0x73), + static_cast(0xfc), + static_cast(0x94), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x18), + static_cast(0x00), + static_cast(0x19), + static_cast(0x26), + static_cast(0x00), + static_cast(0x03), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x8e), + static_cast(0xfd), + static_cast(0x35), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x27), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x25), + static_cast(0x01), + static_cast(0x56), + static_cast(0x87), + static_cast(0x00), + static_cast(0x9d), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0x56), + static_cast(0xfe), + static_cast(0x29), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xad), + static_cast(0x07), + static_cast(0x00), + static_cast(0x72), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xd8), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x48), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x61), + static_cast(0xff), + static_cast(0xee), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xce), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x86), + static_cast(0xff), + static_cast(0x78), + static_cast(0x3a), + static_cast(0x22), + static_cast(0xb6), + static_cast(0xc2), + static_cast(0x3b), + static_cast(0x03), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x91), + static_cast(0xe7), + static_cast(0xf8), + static_cast(0xb4), + static_cast(0x0f), + static_cast(0xf7), + static_cast(0xed), + static_cast(0x03), + static_cast(0xce), + static_cast(0x92), + static_cast(0xfa), + static_cast(0x8f), + static_cast(0x7e), + static_cast(0x0b), + static_cast(0xe8), + static_cast(0x85), + static_cast(0x04), + static_cast(0x05), + static_cast(0x8c), + static_cast(0xf0), + static_cast(0x3f), + static_cast(0x61), + static_cast(0xf8), + static_cast(0x56), + static_cast(0xb0), + static_cast(0x0a), + static_cast(0x57), + static_cast(0x41), + static_cast(0xfd), + static_cast(0x3f), + static_cast(0x27), + static_cast(0xfc), + static_cast(0x20), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x5c), + static_cast(0xf9), + static_cast(0x7a), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x05), + static_cast(0xfc), + static_cast(0x21), + static_cast(0x11), + static_cast(0xfd), + static_cast(0x8d), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xe4), + static_cast(0xfd), + static_cast(0xb5), + static_cast(0x84), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0x9a), + static_cast(0x47), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0xca), + static_cast(0x01), + static_cast(0x87), + static_cast(0xf0), + static_cast(0x00), + static_cast(0x10), + static_cast(0xec), + static_cast(0x01), + static_cast(0x1d), + static_cast(0xcf), + static_cast(0x07), + static_cast(0x83), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xce), + static_cast(0xa6), + static_cast(0xfc), + static_cast(0xa0), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0x72), + static_cast(0xfc), + static_cast(0x7f), + static_cast(0xa1), + static_cast(0xfb), + static_cast(0x67), + static_cast(0x33), + static_cast(0xfd), + static_cast(0x8e), + static_cast(0x1d), + static_cast(0xfd), + static_cast(0x5b), + static_cast(0x7d), + static_cast(0xfa), + static_cast(0x56), + static_cast(0x58), + static_cast(0xfc), + static_cast(0x45), + static_cast(0x02), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x82), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x74), + static_cast(0xce), + static_cast(0xfd), + static_cast(0x0c), + static_cast(0x54), + static_cast(0xfd), + static_cast(0xc4), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x45), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x10), + static_cast(0x27), + static_cast(0x01), + static_cast(0xd8), + static_cast(0x9a), + static_cast(0x00), + static_cast(0x8f), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x21), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x18), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x72), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0x74), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xca), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xde), + static_cast(0x95), + static_cast(0xff), + static_cast(0x19), + static_cast(0x3e), + static_cast(0x23), + static_cast(0xaa), + static_cast(0xcc), + static_cast(0x3d), + static_cast(0xd6), + static_cast(0x30), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xfc), + static_cast(0xe6), + static_cast(0x14), + static_cast(0xab), + static_cast(0x0f), + static_cast(0x06), + static_cast(0xf3), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x6b), + static_cast(0xf9), + static_cast(0xb2), + static_cast(0xed), + static_cast(0x0c), + static_cast(0x3a), + static_cast(0x6c), + static_cast(0x04), + static_cast(0xfb), + static_cast(0x6f), + static_cast(0xf1), + static_cast(0x81), + static_cast(0x75), + static_cast(0xf8), + static_cast(0xf7), + static_cast(0x97), + static_cast(0x09), + static_cast(0x2f), + static_cast(0xcb), + static_cast(0xfc), + static_cast(0xfa), + static_cast(0x35), + static_cast(0xfc), + static_cast(0xdb), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x05), + static_cast(0xf8), + static_cast(0x39), + static_cast(0xca), + static_cast(0xff), + static_cast(0x56), + static_cast(0xf8), + static_cast(0xfc), + static_cast(0xe6), + static_cast(0x05), + static_cast(0xfd), + static_cast(0x51), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0xd4), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x12), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xd1), + static_cast(0x01), + static_cast(0xfc), + static_cast(0x4b), + static_cast(0x01), + static_cast(0x39), + static_cast(0xaa), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x4f), + static_cast(0x08), + static_cast(0xa4), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x66), + static_cast(0xd9), + static_cast(0xfb), + static_cast(0xb3), + static_cast(0x54), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xb1), + static_cast(0xfc), + static_cast(0x8d), + static_cast(0xf3), + static_cast(0xfb), + static_cast(0x09), + static_cast(0x05), + static_cast(0xfd), + static_cast(0x69), + static_cast(0x99), + static_cast(0xfd), + static_cast(0x3d), + static_cast(0x8d), + static_cast(0xfa), + static_cast(0x5a), + static_cast(0xb7), + static_cast(0xfb), + static_cast(0xec), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x33), + static_cast(0x00), + static_cast(0x08), + static_cast(0xdb), + static_cast(0x01), + static_cast(0x0b), + static_cast(0x46), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x6f), + static_cast(0xfc), + static_cast(0x05), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x38), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x35), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xe8), + static_cast(0x00), + static_cast(0xcf), + static_cast(0xb0), + static_cast(0x00), + static_cast(0x37), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x49), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x56), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x91), + static_cast(0xca), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xae), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x31), + static_cast(0x05), + static_cast(0x00), + static_cast(0xcd), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x96), + static_cast(0xff), + static_cast(0x57), + static_cast(0x87), + static_cast(0x21), + static_cast(0x8b), + static_cast(0x67), + static_cast(0x3f), + static_cast(0x8d), + static_cast(0xe4), + static_cast(0x03), + static_cast(0xc8), + static_cast(0x7e), + static_cast(0xe5), + static_cast(0x69), + static_cast(0xfd), + static_cast(0x0d), + static_cast(0xb0), + static_cast(0x41), + static_cast(0x00), + static_cast(0xf5), + static_cast(0xca), + static_cast(0xf6), + static_cast(0x7a), + static_cast(0x36), + static_cast(0x0d), + static_cast(0xe1), + static_cast(0x73), + static_cast(0x05), + static_cast(0xd9), + static_cast(0x19), + static_cast(0xf3), + static_cast(0xe3), + static_cast(0xba), + static_cast(0xf7), + static_cast(0xf7), + static_cast(0x11), + static_cast(0x08), + static_cast(0xe9), + static_cast(0x39), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x91), + static_cast(0xfb), + static_cast(0x40), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xfa), + static_cast(0xf6), + static_cast(0xf6), + static_cast(0x20), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x98), + static_cast(0xfc), + static_cast(0x18), + static_cast(0xc3), + static_cast(0xfd), + static_cast(0x28), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0xc4), + static_cast(0x6c), + static_cast(0x01), + static_cast(0xf2), + static_cast(0xe2), + static_cast(0xfc), + static_cast(0xd9), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x06), + static_cast(0x01), + static_cast(0x4a), + static_cast(0x85), + static_cast(0x02), + static_cast(0x1a), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x14), + static_cast(0x07), + static_cast(0x40), + static_cast(0x76), + static_cast(0x03), + static_cast(0xd5), + static_cast(0xaf), + static_cast(0xfb), + static_cast(0x88), + static_cast(0x75), + static_cast(0xfd), + static_cast(0x88), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x7a), + static_cast(0xbc), + static_cast(0xfc), + static_cast(0xd8), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0x8e), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x29), + static_cast(0xfb), + static_cast(0x6d), + static_cast(0x65), + static_cast(0xfa), + static_cast(0xa9), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x89), + static_cast(0xff), + static_cast(0x04), + static_cast(0x7c), + static_cast(0x02), + static_cast(0xec), + static_cast(0xae), + static_cast(0xff), + static_cast(0x92), + static_cast(0xab), + static_cast(0xfb), + static_cast(0xf8), + static_cast(0x83), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x81), + static_cast(0xff), + static_cast(0x15), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0xec), + static_cast(0xfd), + static_cast(0xc3), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x85), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x87), + static_cast(0x00), + static_cast(0x62), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x72), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xae), + static_cast(0xff), + static_cast(0xac), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x33), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0x70), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x07), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x46), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x38), + static_cast(0x59), + static_cast(0x20), + static_cast(0xd5), + static_cast(0x0b), + static_cast(0x40), + static_cast(0x00), + static_cast(0xdf), + static_cast(0x07), + static_cast(0x4f), + static_cast(0x02), + static_cast(0xe6), + static_cast(0x72), + static_cast(0xf5), + static_cast(0x0b), + static_cast(0xbd), + static_cast(0x07), + static_cast(0xff), + static_cast(0x99), + static_cast(0xec), + static_cast(0xf4), + static_cast(0x5c), + static_cast(0x72), + static_cast(0x0c), + static_cast(0x1c), + static_cast(0x53), + static_cast(0x06), + static_cast(0x63), + static_cast(0xe8), + static_cast(0xf4), + static_cast(0x75), + static_cast(0x6e), + static_cast(0xf7), + static_cast(0x9a), + static_cast(0xa3), + static_cast(0x06), + static_cast(0xc5), + static_cast(0x14), + static_cast(0xfd), + static_cast(0x8d), + static_cast(0x5e), + static_cast(0xfb), + static_cast(0x1d), + static_cast(0x4b), + static_cast(0x01), + static_cast(0x18), + static_cast(0x80), + static_cast(0xf6), + static_cast(0xd8), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0x96), + static_cast(0x97), + static_cast(0xff), + static_cast(0x79), + static_cast(0x5d), + static_cast(0xfc), + static_cast(0xe5), + static_cast(0x53), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x0c), + static_cast(0x02), + static_cast(0x70), + static_cast(0x96), + static_cast(0xfc), + static_cast(0xa2), + static_cast(0xad), + static_cast(0xff), + static_cast(0xee), + static_cast(0x86), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x71), + static_cast(0xff), + static_cast(0x96), + static_cast(0x3e), + static_cast(0x03), + static_cast(0x72), + static_cast(0x4c), + static_cast(0xfd), + static_cast(0x4e), + static_cast(0x4c), + static_cast(0x04), + static_cast(0xb6), + static_cast(0x42), + static_cast(0x05), + static_cast(0xbe), + static_cast(0x3f), + static_cast(0xfd), + static_cast(0xc0), + static_cast(0x1b), + static_cast(0xfd), + static_cast(0xd4), + static_cast(0x99), + static_cast(0xfc), + static_cast(0x7a), + static_cast(0xc4), + static_cast(0xfd), + static_cast(0x70), + static_cast(0x92), + static_cast(0xfd), + static_cast(0xf3), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x99), + static_cast(0xfb), + static_cast(0xd6), + static_cast(0xec), + static_cast(0xf9), + static_cast(0xb2), + static_cast(0xd8), + static_cast(0xfd), + static_cast(0x59), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0xe5), + static_cast(0x01), + static_cast(0x59), + static_cast(0xe5), + static_cast(0x01), + static_cast(0xa2), + static_cast(0x3a), + static_cast(0xfc), + static_cast(0xd8), + static_cast(0x5e), + static_cast(0xfd), + static_cast(0x3f), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x42), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x21), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x23), + static_cast(0x00), + static_cast(0x82), + static_cast(0x23), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x40), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x72), + static_cast(0xff), + static_cast(0x55), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x62), + static_cast(0x31), + static_cast(0x00), + static_cast(0x64), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x83), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x77), + static_cast(0xff), + static_cast(0x67), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x17), + static_cast(0x00), + static_cast(0x08), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x0f), + static_cast(0x21), + static_cast(0xcb), + static_cast(0xe5), + static_cast(0x3f), + static_cast(0xa7), + static_cast(0x7a), + static_cast(0x08), + static_cast(0x81), + static_cast(0x1d), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x0a), + static_cast(0x1f), + static_cast(0x02), + static_cast(0xfc), + static_cast(0xbf), + static_cast(0x93), + static_cast(0xf4), + static_cast(0x62), + static_cast(0xd3), + static_cast(0x0a), + static_cast(0x30), + static_cast(0xdf), + static_cast(0x06), + static_cast(0xb7), + static_cast(0x4f), + static_cast(0xf6), + static_cast(0x9b), + static_cast(0x5f), + static_cast(0xf7), + static_cast(0xd8), + static_cast(0x26), + static_cast(0x06), + static_cast(0x25), + static_cast(0x8a), + static_cast(0xfb), + static_cast(0x77), + static_cast(0x3f), + static_cast(0xfc), + static_cast(0x64), + static_cast(0x81), + static_cast(0x02), + static_cast(0x7a), + static_cast(0xf6), + static_cast(0xf5), + static_cast(0x1c), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x15), + static_cast(0x92), + static_cast(0xfc), + static_cast(0x71), + static_cast(0xac), + static_cast(0xfc), + static_cast(0xa4), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x8c), + static_cast(0x02), + static_cast(0x40), + static_cast(0x2b), + static_cast(0xfc), + static_cast(0x64), + static_cast(0x48), + static_cast(0x01), + static_cast(0xa5), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x96), + static_cast(0x8c), + static_cast(0xfd), + static_cast(0xca), + static_cast(0xf4), + static_cast(0x03), + static_cast(0x15), + static_cast(0xe5), + static_cast(0xfc), + static_cast(0xe3), + static_cast(0x37), + static_cast(0x01), + static_cast(0xb6), + static_cast(0xbc), + static_cast(0x05), + static_cast(0xfa), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0xa8), + static_cast(0x44), + static_cast(0xfc), + static_cast(0x46), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xa3), + static_cast(0xfd), + static_cast(0xf6), + static_cast(0x37), + static_cast(0xfd), + static_cast(0xee), + static_cast(0xb2), + static_cast(0xfc), + static_cast(0xf9), + static_cast(0x15), + static_cast(0xfa), + static_cast(0xa0), + static_cast(0xcf), + static_cast(0xfc), + static_cast(0xa2), + static_cast(0x19), + static_cast(0xfd), + static_cast(0x36), + static_cast(0x24), + static_cast(0x01), + static_cast(0x25), + static_cast(0xcd), + static_cast(0x03), + static_cast(0xaa), + static_cast(0x9b), + static_cast(0xfd), + static_cast(0xb5), + static_cast(0x57), + static_cast(0xfc), + static_cast(0x12), + static_cast(0x47), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xad), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x04), + static_cast(0x65), + static_cast(0x00), + static_cast(0x8d), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x4f), + static_cast(0xfd), + static_cast(0xb7), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xef), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x6a), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x81), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x99), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x62), + static_cast(0x26), + static_cast(0x00), + static_cast(0xbd), + static_cast(0xfc), + static_cast(0x20), + static_cast(0x0c), + static_cast(0x3a), + static_cast(0x3f), + static_cast(0x81), + static_cast(0x2e), + static_cast(0x0a), + static_cast(0xf6), + static_cast(0x2d), + static_cast(0xec), + static_cast(0x2a), + static_cast(0xd9), + static_cast(0x08), + static_cast(0x92), + static_cast(0xc6), + static_cast(0xf9), + static_cast(0xad), + static_cast(0x68), + static_cast(0xf3), + static_cast(0xa4), + static_cast(0xb4), + static_cast(0x08), + static_cast(0x25), + static_cast(0xcd), + static_cast(0x07), + static_cast(0x40), + static_cast(0x27), + static_cast(0xf7), + static_cast(0x24), + static_cast(0x37), + static_cast(0xf7), + static_cast(0xca), + static_cast(0xdf), + static_cast(0x05), + static_cast(0x82), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x1e), + static_cast(0x6d), + static_cast(0xfd), + static_cast(0x18), + static_cast(0xf1), + static_cast(0x03), + static_cast(0x1a), + static_cast(0x4d), + static_cast(0xf5), + static_cast(0xd7), + static_cast(0x4c), + static_cast(0xfd), + static_cast(0xa1), + static_cast(0x81), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xb9), + static_cast(0xfc), + static_cast(0x65), + static_cast(0x8b), + static_cast(0xfc), + static_cast(0xda), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x71), + static_cast(0x03), + static_cast(0xf8), + static_cast(0x56), + static_cast(0xfc), + static_cast(0x99), + static_cast(0x07), + static_cast(0x01), + static_cast(0xd5), + static_cast(0x1e), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x43), + static_cast(0xfc), + static_cast(0x6e), + static_cast(0x8d), + static_cast(0x03), + static_cast(0x2e), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0xbe), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x7b), + static_cast(0x04), + static_cast(0xc9), + static_cast(0x71), + static_cast(0x02), + static_cast(0x2d), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0x3b), + static_cast(0xfc), + static_cast(0x46), + static_cast(0x23), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xab), + static_cast(0xfd), + static_cast(0x7e), + static_cast(0x59), + static_cast(0xfd), + static_cast(0xe4), + static_cast(0x77), + static_cast(0xfd), + static_cast(0x11), + static_cast(0xc9), + static_cast(0xf9), + static_cast(0x8b), + static_cast(0xe6), + static_cast(0xfb), + static_cast(0x30), + static_cast(0xc1), + static_cast(0xfc), + static_cast(0x55), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x85), + static_cast(0x36), + static_cast(0x04), + static_cast(0x67), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xad), + static_cast(0x3f), + static_cast(0xfc), + static_cast(0xf0), + static_cast(0xd1), + static_cast(0xfc), + static_cast(0x81), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x00), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x24), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x44), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x22), + static_cast(0xf4), + static_cast(0xfc), + static_cast(0xaf), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x12), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x78), + static_cast(0x00), + static_cast(0x04), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x17), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x72), + static_cast(0xff), + static_cast(0x69), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x04), + static_cast(0x00), + static_cast(0x47), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x98), + static_cast(0x1f), + static_cast(0x2c), + static_cast(0x76), + static_cast(0x3e), + static_cast(0x43), + static_cast(0x7c), + static_cast(0x0d), + static_cast(0x90), + static_cast(0xb7), + static_cast(0xee), + static_cast(0x8d), + static_cast(0x1b), + static_cast(0x08), + static_cast(0x42), + static_cast(0x4b), + static_cast(0xf8), + static_cast(0x46), + static_cast(0x32), + static_cast(0xf1), + static_cast(0x28), + static_cast(0x39), + static_cast(0x07), + static_cast(0x47), + static_cast(0x12), + static_cast(0x08), + static_cast(0xb0), + static_cast(0x48), + static_cast(0xf8), + static_cast(0xec), + static_cast(0x51), + static_cast(0xf7), + static_cast(0xa0), + static_cast(0x5d), + static_cast(0x05), + static_cast(0x7e), + static_cast(0xfa), + static_cast(0xf9), + static_cast(0x5d), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x05), + static_cast(0x0d), + static_cast(0x0d), + static_cast(0xf5), + static_cast(0xa6), + static_cast(0x45), + static_cast(0xfc), + static_cast(0x19), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x29), + static_cast(0x86), + static_cast(0xfc), + static_cast(0xa4), + static_cast(0x33), + static_cast(0xfd), + static_cast(0xc8), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0x9b), + static_cast(0x03), + static_cast(0xa0), + static_cast(0x5a), + static_cast(0xfc), + static_cast(0x3a), + static_cast(0x12), + static_cast(0x00), + static_cast(0xea), + static_cast(0x3c), + static_cast(0x01), + static_cast(0x44), + static_cast(0x2d), + static_cast(0xfb), + static_cast(0x77), + static_cast(0xc0), + static_cast(0x02), + static_cast(0x8c), + static_cast(0x20), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x18), + static_cast(0xfd), + static_cast(0x5e), + static_cast(0x18), + static_cast(0x02), + static_cast(0x94), + static_cast(0xbe), + static_cast(0x04), + static_cast(0x4f), + static_cast(0x15), + static_cast(0x01), + static_cast(0x0c), + static_cast(0xc6), + static_cast(0xfb), + static_cast(0x47), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x50), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0xfb), + static_cast(0xfc), + static_cast(0xcc), + static_cast(0x4b), + static_cast(0xfd), + static_cast(0x88), + static_cast(0x9d), + static_cast(0xfa), + static_cast(0xbe), + static_cast(0xb5), + static_cast(0xfb), + static_cast(0x42), + static_cast(0x70), + static_cast(0xfc), + static_cast(0x97), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x24), + static_cast(0x03), + static_cast(0x4c), + static_cast(0x53), + static_cast(0x02), + static_cast(0x7a), + static_cast(0xb1), + static_cast(0xfd), + static_cast(0x4c), + static_cast(0xb5), + static_cast(0xfb), + static_cast(0x8f), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0xd2), + static_cast(0x68), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x57), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x60), + static_cast(0xff), + static_cast(0x31), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x79), + static_cast(0xfd), + static_cast(0x3b), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x13), + static_cast(0x00), + static_cast(0xae), + static_cast(0x92), + static_cast(0x00), + static_cast(0x78), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xb6), + static_cast(0x32), + static_cast(0xff), + static_cast(0x71), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x87), + static_cast(0x1f), + static_cast(0x6e), + static_cast(0x73), + static_cast(0x3d), + static_cast(0xed), + static_cast(0x3d), + static_cast(0x0e), + static_cast(0xa9), + static_cast(0xfc), + static_cast(0xf1), + static_cast(0x5b), + static_cast(0x3f), + static_cast(0x08), + static_cast(0x10), + static_cast(0xfb), + static_cast(0xf5), + static_cast(0xd3), + static_cast(0x6a), + static_cast(0xef), + static_cast(0xd0), + static_cast(0x09), + static_cast(0x06), + static_cast(0xcc), + static_cast(0xa6), + static_cast(0x07), + static_cast(0xf8), + static_cast(0x92), + static_cast(0xf8), + static_cast(0xc8), + static_cast(0x97), + static_cast(0xf8), + static_cast(0x40), + static_cast(0xe4), + static_cast(0x04), + static_cast(0x90), + static_cast(0xa8), + static_cast(0xf9), + static_cast(0x49), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x2c), + static_cast(0x06), + static_cast(0x76), + static_cast(0xdb), + static_cast(0xf4), + static_cast(0x43), + static_cast(0x0f), + static_cast(0xfc), + static_cast(0x0f), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x61), + static_cast(0xfd), + static_cast(0x24), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x16), + static_cast(0xe4), + static_cast(0xfc), + static_cast(0xcd), + static_cast(0xc5), + static_cast(0x02), + static_cast(0xf5), + static_cast(0x52), + static_cast(0xfd), + static_cast(0x1f), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x44), + static_cast(0x01), + static_cast(0xfc), + static_cast(0x7b), + static_cast(0xfc), + static_cast(0xc1), + static_cast(0x71), + static_cast(0x01), + static_cast(0x84), + static_cast(0x00), + static_cast(0x01), + static_cast(0xf4), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x71), + static_cast(0x19), + static_cast(0x03), + static_cast(0xe6), + static_cast(0x4e), + static_cast(0x03), + static_cast(0xcd), + static_cast(0x5d), + static_cast(0xfd), + static_cast(0x72), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x1a), + static_cast(0xfd), + static_cast(0x39), + static_cast(0xe4), + static_cast(0xfd), + static_cast(0x9d), + static_cast(0xf7), + static_cast(0xfa), + static_cast(0x81), + static_cast(0xd5), + static_cast(0xfb), + static_cast(0x54), + static_cast(0x7b), + static_cast(0xfc), + static_cast(0xe1), + static_cast(0x5f), + static_cast(0xfd), + static_cast(0x66), + static_cast(0x27), + static_cast(0x01), + static_cast(0xc7), + static_cast(0xd4), + static_cast(0x02), + static_cast(0xef), + static_cast(0x67), + static_cast(0x00), + static_cast(0xa9), + static_cast(0xb5), + static_cast(0xfb), + static_cast(0x1d), + static_cast(0x86), + static_cast(0xfc), + static_cast(0x40), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xef), + static_cast(0xff), + static_cast(0xac), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x00), + static_cast(0xff), + static_cast(0x18), + static_cast(0x31), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x55), + static_cast(0xfe), + static_cast(0x43), + static_cast(0xac), + static_cast(0xff), + static_cast(0x85), + static_cast(0xab), + static_cast(0x00), + static_cast(0xae), + static_cast(0x45), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xba), + static_cast(0xff), + static_cast(0x97), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x49), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x66), + static_cast(0xce), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xce), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x04), + static_cast(0x20), + static_cast(0xc8), + static_cast(0x0b), + static_cast(0x3c), + static_cast(0x3d), + static_cast(0xe2), + static_cast(0x0d), + static_cast(0x42), + static_cast(0x81), + static_cast(0xf5), + static_cast(0x5a), + static_cast(0x4f), + static_cast(0x08), + static_cast(0x90), + static_cast(0xe4), + static_cast(0xf3), + static_cast(0xc6), + static_cast(0x10), + static_cast(0xee), + static_cast(0xa6), + static_cast(0x26), + static_cast(0x04), + static_cast(0x01), + static_cast(0x12), + static_cast(0x07), + static_cast(0xb0), + static_cast(0x21), + static_cast(0xf9), + static_cast(0x32), + static_cast(0x2d), + static_cast(0xfa), + static_cast(0xd0), + static_cast(0x5d), + static_cast(0x04), + static_cast(0xd2), + static_cast(0xa3), + static_cast(0xf9), + static_cast(0x93), + static_cast(0xce), + static_cast(0x01), + static_cast(0x80), + static_cast(0xe3), + static_cast(0x05), + static_cast(0x15), + static_cast(0x81), + static_cast(0xf4), + static_cast(0x70), + static_cast(0xdd), + static_cast(0xfb), + static_cast(0xd2), + static_cast(0x15), + static_cast(0x00), + static_cast(0x49), + static_cast(0xc3), + static_cast(0xfd), + static_cast(0x2b), + static_cast(0x81), + static_cast(0xfd), + static_cast(0xac), + static_cast(0xb4), + static_cast(0xfc), + static_cast(0xf7), + static_cast(0x7a), + static_cast(0x01), + static_cast(0xc4), + static_cast(0x6d), + static_cast(0xfd), + static_cast(0xbd), + static_cast(0x15), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x18), + static_cast(0x01), + static_cast(0xf8), + static_cast(0x6f), + static_cast(0xfd), + static_cast(0x49), + static_cast(0xe0), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x26), + static_cast(0x02), + static_cast(0x75), + static_cast(0x39), + static_cast(0x01), + static_cast(0xbf), + static_cast(0x20), + static_cast(0xfd), + static_cast(0x4d), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xd9), + static_cast(0x8a), + static_cast(0x05), + static_cast(0xcd), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x16), + static_cast(0xc5), + static_cast(0xfd), + static_cast(0x11), + static_cast(0x49), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x12), + static_cast(0xfb), + static_cast(0x5b), + static_cast(0x1d), + static_cast(0xfc), + static_cast(0xb1), + static_cast(0xeb), + static_cast(0xfc), + static_cast(0x6a), + static_cast(0xf0), + static_cast(0xfc), + static_cast(0x78), + static_cast(0x41), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xac), + static_cast(0x01), + static_cast(0x36), + static_cast(0x77), + static_cast(0x02), + static_cast(0x7c), + static_cast(0x5e), + static_cast(0xfd), + static_cast(0x75), + static_cast(0xcd), + static_cast(0xfb), + static_cast(0x87), + static_cast(0x81), + static_cast(0xfd), + static_cast(0x61), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x31), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xdb), + static_cast(0xfd), + static_cast(0x00), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x51), + static_cast(0xff), + static_cast(0x00), + static_cast(0xaa), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x93), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x33), + static_cast(0x00), + static_cast(0xac), + static_cast(0x31), + static_cast(0xff), + static_cast(0x32), + static_cast(0x79), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x58), + static_cast(0x89), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x82), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x58), + static_cast(0xbe), + static_cast(0x20), + static_cast(0x72), + static_cast(0x66), + static_cast(0x3a), + static_cast(0xbf), + static_cast(0xb8), + static_cast(0x0c), + static_cast(0x49), + static_cast(0x1c), + static_cast(0xf9), + static_cast(0x24), + static_cast(0xcd), + static_cast(0x08), + static_cast(0xe4), + static_cast(0xb5), + static_cast(0xf1), + static_cast(0xf0), + static_cast(0x25), + static_cast(0xed), + static_cast(0xd7), + static_cast(0x1a), + static_cast(0x02), + static_cast(0xab), + static_cast(0xe4), + static_cast(0x05), + static_cast(0x58), + static_cast(0x0f), + static_cast(0xfb), + static_cast(0x19), + static_cast(0xfd), + static_cast(0xfb), + static_cast(0xb9), + static_cast(0x83), + static_cast(0x02), + static_cast(0x2d), + static_cast(0xf9), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x04), + static_cast(0x11), + static_cast(0x50), + static_cast(0x03), + static_cast(0x9e), + static_cast(0xb4), + static_cast(0xf5), + static_cast(0xf0), + static_cast(0x97), + static_cast(0xfd), + static_cast(0x53), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0xbf), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0x57), + static_cast(0x38), + static_cast(0xfb), + static_cast(0x7a), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x00), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x54), + static_cast(0xff), + static_cast(0x58), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x03), + static_cast(0x72), + static_cast(0xff), + static_cast(0x90), + static_cast(0x6b), + static_cast(0x02), + static_cast(0x02), + static_cast(0x81), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x15), + static_cast(0x02), + static_cast(0xad), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x14), + static_cast(0xfd), + static_cast(0x44), + static_cast(0x7f), + static_cast(0x03), + static_cast(0x7b), + static_cast(0x95), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x53), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x09), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0x67), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xec), + static_cast(0xfb), + static_cast(0xad), + static_cast(0x60), + static_cast(0xfc), + static_cast(0x4c), + static_cast(0xe2), + static_cast(0xfc), + static_cast(0x92), + static_cast(0x18), + static_cast(0xfd), + static_cast(0x81), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x82), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xa5), + static_cast(0x02), + static_cast(0x0d), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x96), + static_cast(0x56), + static_cast(0xfc), + static_cast(0xc9), + static_cast(0x3e), + static_cast(0xfc), + static_cast(0x55), + static_cast(0xe2), + static_cast(0xfd), + static_cast(0x32), + static_cast(0xab), + static_cast(0x00), + static_cast(0x34), + static_cast(0x33), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xba), + static_cast(0xfd), + static_cast(0xfb), + static_cast(0x26), + static_cast(0xfe), + static_cast(0x67), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x69), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x77), + static_cast(0xff), + static_cast(0x39), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xe0), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x76), + static_cast(0x00), + static_cast(0x39), + static_cast(0x51), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x79), + static_cast(0xff), + static_cast(0x15), + static_cast(0x98), + static_cast(0xff), + static_cast(0x14), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x99), + static_cast(0x81), + static_cast(0x1f), + static_cast(0xaf), + static_cast(0x14), + static_cast(0x39), + static_cast(0xf8), + static_cast(0x9b), + static_cast(0x0d), + static_cast(0xeb), + static_cast(0xf7), + static_cast(0xfa), + static_cast(0x9f), + static_cast(0xb2), + static_cast(0x09), + static_cast(0xe0), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x4c), + static_cast(0x44), + static_cast(0xeb), + static_cast(0xc5), + static_cast(0x87), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x9d), + static_cast(0x05), + static_cast(0xa3), + static_cast(0xc7), + static_cast(0xfd), + static_cast(0x07), + static_cast(0x8a), + static_cast(0xfc), + static_cast(0xa6), + static_cast(0xb1), + static_cast(0x01), + static_cast(0x15), + static_cast(0xe5), + static_cast(0xfb), + static_cast(0xbd), + static_cast(0x9f), + static_cast(0x04), + static_cast(0xdb), + static_cast(0x8d), + static_cast(0x03), + static_cast(0xed), + static_cast(0x66), + static_cast(0xf6), + static_cast(0x3a), + static_cast(0x54), + static_cast(0xfd), + static_cast(0x22), + static_cast(0xb8), + static_cast(0xfd), + static_cast(0xa5), + static_cast(0x3f), + static_cast(0xfd), + static_cast(0xd7), + static_cast(0xf2), + static_cast(0xfc), + static_cast(0x19), + static_cast(0xe6), + static_cast(0xfa), + static_cast(0xde), + static_cast(0xe1), + static_cast(0x00), + static_cast(0xcf), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x39), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x73), + static_cast(0x01), + static_cast(0x6c), + static_cast(0xda), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x90), + static_cast(0x01), + static_cast(0x36), + static_cast(0xee), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xf1), + static_cast(0x02), + static_cast(0x7d), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x12), + static_cast(0xfb), + static_cast(0x48), + static_cast(0x25), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x77), + static_cast(0x01), + static_cast(0x76), + static_cast(0xe5), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x44), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xcc), + static_cast(0xfc), + static_cast(0x8c), + static_cast(0x8a), + static_cast(0xfc), + static_cast(0x65), + static_cast(0xd7), + static_cast(0xfc), + static_cast(0x9d), + static_cast(0x4e), + static_cast(0xfd), + static_cast(0x52), + static_cast(0x57), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xa7), + static_cast(0xfd), + static_cast(0x85), + static_cast(0x12), + static_cast(0x01), + static_cast(0x28), + static_cast(0x41), + static_cast(0x01), + static_cast(0xc2), + static_cast(0x30), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x1f), + static_cast(0xfc), + static_cast(0x83), + static_cast(0x76), + static_cast(0xfc), + static_cast(0x39), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x19), + static_cast(0xcc), + static_cast(0xfd), + static_cast(0x92), + static_cast(0x55), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x07), + static_cast(0x00), + static_cast(0x44), + static_cast(0x76), + static_cast(0x00), + static_cast(0x7e), + static_cast(0xb3), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x7f), + static_cast(0x75), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x50), + static_cast(0xff), + static_cast(0x87), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xec), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xad), + static_cast(0x1d), + static_cast(0x4c), + static_cast(0xa8), + static_cast(0x37), + static_cast(0xf9), + static_cast(0xa7), + static_cast(0x0e), + static_cast(0x64), + static_cast(0x68), + static_cast(0xfc), + static_cast(0xc8), + static_cast(0xfb), + static_cast(0x0a), + static_cast(0x70), + static_cast(0x2e), + static_cast(0xf0), + static_cast(0xcd), + static_cast(0x2e), + static_cast(0xea), + static_cast(0x0a), + static_cast(0xba), + static_cast(0xfd), + static_cast(0xfa), + static_cast(0xf6), + static_cast(0x03), + static_cast(0xcf), + static_cast(0xd1), + static_cast(0x01), + static_cast(0x64), + static_cast(0x8d), + static_cast(0xfd), + static_cast(0x4e), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x07), + static_cast(0x43), + static_cast(0x06), + static_cast(0xbe), + static_cast(0x12), + static_cast(0x02), + static_cast(0x61), + static_cast(0x0e), + static_cast(0xf7), + static_cast(0x52), + static_cast(0x20), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x86), + static_cast(0xfb), + static_cast(0x9a), + static_cast(0x61), + static_cast(0xfc), + static_cast(0x1c), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x8a), + static_cast(0xfa), + static_cast(0xc4), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x26), + static_cast(0x69), + static_cast(0x00), + static_cast(0x2e), + static_cast(0xa5), + static_cast(0x00), + static_cast(0xd9), + static_cast(0xc8), + static_cast(0x00), + static_cast(0xed), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x42), + static_cast(0x39), + static_cast(0x02), + static_cast(0xcc), + static_cast(0x7d), + static_cast(0x02), + static_cast(0xb3), + static_cast(0xf8), + static_cast(0x01), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xc5), + static_cast(0xfc), + static_cast(0x58), + static_cast(0xbd), + static_cast(0xfd), + static_cast(0x0c), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x1d), + static_cast(0x02), + static_cast(0xfb), + static_cast(0xc7), + static_cast(0x01), + static_cast(0xee), + static_cast(0x85), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x9a), + static_cast(0xec), + static_cast(0xfc), + static_cast(0x91), + static_cast(0x05), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0x33), + static_cast(0xfd), + static_cast(0x37), + static_cast(0xfc), + static_cast(0xfc), + static_cast(0x25), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xd2), + static_cast(0xfc), + static_cast(0x6e), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x54), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x15), + static_cast(0xba), + static_cast(0xfd), + static_cast(0xed), + static_cast(0xc0), + static_cast(0xfb), + static_cast(0x09), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x6c), + static_cast(0xfd), + static_cast(0x62), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x78), + static_cast(0x00), + static_cast(0xf5), + static_cast(0xec), + static_cast(0x00), + static_cast(0x39), + static_cast(0x7e), + static_cast(0x00), + static_cast(0xe4), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x10), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x02), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x96), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x45), + static_cast(0xcb), + static_cast(0x1c), + static_cast(0x5e), + static_cast(0xb2), + static_cast(0x35), + static_cast(0x4b), + static_cast(0xd7), + static_cast(0x0d), + static_cast(0xb7), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x05), + static_cast(0x0c), + static_cast(0xee), + static_cast(0x96), + static_cast(0xee), + static_cast(0xf8), + static_cast(0x74), + static_cast(0xea), + static_cast(0x22), + static_cast(0xcb), + static_cast(0xfc), + static_cast(0x28), + static_cast(0x4e), + static_cast(0x02), + static_cast(0x85), + static_cast(0xb0), + static_cast(0x04), + static_cast(0x0b), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x69), + static_cast(0x19), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x60), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x37), + static_cast(0x07), + static_cast(0xfc), + static_cast(0xe2), + static_cast(0x01), + static_cast(0x3a), + static_cast(0xd0), + static_cast(0xf6), + static_cast(0x47), + static_cast(0x80), + static_cast(0xfd), + static_cast(0x20), + static_cast(0x2f), + static_cast(0xfa), + static_cast(0xb6), + static_cast(0x95), + static_cast(0xfd), + static_cast(0x10), + static_cast(0x12), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xeb), + static_cast(0xf8), + static_cast(0x5b), + static_cast(0x97), + static_cast(0x01), + static_cast(0x16), + static_cast(0x9f), + static_cast(0x01), + static_cast(0xf0), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x19), + static_cast(0x01), + static_cast(0x15), + static_cast(0x84), + static_cast(0x00), + static_cast(0x56), + static_cast(0x7c), + static_cast(0x01), + static_cast(0xd5), + static_cast(0x7e), + static_cast(0x02), + static_cast(0x1d), + static_cast(0x75), + static_cast(0x02), + static_cast(0x86), + static_cast(0x36), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0x89), + static_cast(0xce), + static_cast(0xfd), + static_cast(0x33), + static_cast(0xdf), + static_cast(0xfb), + static_cast(0xdc), + static_cast(0x49), + static_cast(0x01), + static_cast(0x1d), + static_cast(0x3b), + static_cast(0x03), + static_cast(0x30), + static_cast(0xca), + static_cast(0x00), + static_cast(0x7e), + static_cast(0xc2), + static_cast(0x01), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x83), + static_cast(0xaf), + static_cast(0xfc), + static_cast(0xe2), + static_cast(0x35), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0xd8), + static_cast(0xfc), + static_cast(0xf1), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x29), + static_cast(0xf7), + static_cast(0xfc), + static_cast(0x45), + static_cast(0x4c), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x46), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x9a), + static_cast(0xfc), + static_cast(0x47), + static_cast(0x39), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x33), + static_cast(0xff), + static_cast(0xed), + static_cast(0x93), + static_cast(0xff), + static_cast(0x96), + static_cast(0x36), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x5e), + static_cast(0xfd), + static_cast(0xe3), + static_cast(0x28), + static_cast(0xff), + static_cast(0x02), + static_cast(0x86), + static_cast(0x00), + static_cast(0xb0), + static_cast(0xf1), + static_cast(0x00), + static_cast(0x58), + static_cast(0x79), + static_cast(0x00), + static_cast(0xd8), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x50), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x09), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x23), + static_cast(0x11), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x83), + static_cast(0x1b), + static_cast(0x02), + static_cast(0x8c), + static_cast(0x32), + static_cast(0x7a), + static_cast(0xcf), + static_cast(0x0d), + static_cast(0x8e), + static_cast(0xf3), + static_cast(0x01), + static_cast(0x43), + static_cast(0x9b), + static_cast(0x0a), + static_cast(0xb9), + static_cast(0x59), + static_cast(0xed), + static_cast(0x8a), + static_cast(0xe3), + static_cast(0xee), + static_cast(0x2c), + static_cast(0x01), + static_cast(0xfa), + static_cast(0xad), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x4a), + static_cast(0x13), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x60), + static_cast(0x00), + static_cast(0x96), + static_cast(0xac), + static_cast(0xf7), + static_cast(0x50), + static_cast(0x08), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x8b), + static_cast(0x09), + static_cast(0x7f), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x20), + static_cast(0xde), + static_cast(0xf6), + static_cast(0x9d), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0x15), + static_cast(0x78), + static_cast(0xf9), + static_cast(0x18), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x82), + static_cast(0xff), + static_cast(0x13), + static_cast(0xce), + static_cast(0xf9), + static_cast(0x5f), + static_cast(0xf3), + static_cast(0x01), + static_cast(0x7c), + static_cast(0xa9), + static_cast(0x00), + static_cast(0x55), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x1a), + static_cast(0x02), + static_cast(0x64), + static_cast(0xed), + static_cast(0x00), + static_cast(0x0c), + static_cast(0xca), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xd1), + static_cast(0x02), + static_cast(0x2a), + static_cast(0xfc), + static_cast(0x03), + static_cast(0xa4), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x87), + static_cast(0xfd), + static_cast(0xed), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x64), + static_cast(0xfb), + static_cast(0xc2), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x1f), + static_cast(0x03), + static_cast(0x20), + static_cast(0x61), + static_cast(0x02), + static_cast(0x65), + static_cast(0xff), + static_cast(0x02), + static_cast(0xe7), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xe8), + static_cast(0xfb), + static_cast(0xcb), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x89), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0xe5), + static_cast(0xa2), + static_cast(0xfd), + static_cast(0x0f), + static_cast(0x2a), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0x50), + static_cast(0xfd), + static_cast(0x7e), + static_cast(0x5d), + static_cast(0xfd), + static_cast(0x47), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xed), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x50), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x40), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x42), + static_cast(0xff), + static_cast(0x27), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x85), + static_cast(0x64), + static_cast(0x00), + static_cast(0x94), + static_cast(0xab), + static_cast(0x00), + static_cast(0xab), + static_cast(0x30), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x19), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x90), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x29), + static_cast(0xff), + static_cast(0x94), + static_cast(0x81), + static_cast(0xff), + static_cast(0x49), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x4e), + static_cast(0x1b), + static_cast(0x56), + static_cast(0xca), + static_cast(0x31), + static_cast(0x25), + static_cast(0xb8), + static_cast(0x0c), + static_cast(0x77), + static_cast(0x50), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x8f), + static_cast(0x08), + static_cast(0x28), + static_cast(0x4e), + static_cast(0xef), + static_cast(0xa7), + static_cast(0x3d), + static_cast(0xf3), + static_cast(0xc9), + static_cast(0x66), + static_cast(0xf8), + static_cast(0x79), + static_cast(0xeb), + static_cast(0xfb), + static_cast(0xd9), + static_cast(0xbc), + static_cast(0x0d), + static_cast(0x86), + static_cast(0x7e), + static_cast(0x00), + static_cast(0xdf), + static_cast(0x8c), + static_cast(0xf6), + static_cast(0xe5), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x64), + static_cast(0xbb), + static_cast(0x08), + static_cast(0xf3), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xe2), + static_cast(0xf7), + static_cast(0x52), + static_cast(0xac), + static_cast(0xfd), + static_cast(0x07), + static_cast(0x99), + static_cast(0xf8), + static_cast(0x57), + static_cast(0x13), + static_cast(0x00), + static_cast(0x85), + static_cast(0x04), + static_cast(0x01), + static_cast(0x9d), + static_cast(0xef), + static_cast(0xf8), + static_cast(0xae), + static_cast(0xd3), + static_cast(0x01), + static_cast(0x54), + static_cast(0x97), + static_cast(0x00), + static_cast(0x63), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x70), + static_cast(0x02), + static_cast(0xcc), + static_cast(0x14), + static_cast(0x00), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x4d), + static_cast(0x03), + static_cast(0xae), + static_cast(0x01), + static_cast(0x04), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xb3), + static_cast(0xfb), + static_cast(0x6d), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x64), + static_cast(0x02), + static_cast(0x6d), + static_cast(0x70), + static_cast(0x02), + static_cast(0xf7), + static_cast(0x72), + static_cast(0x03), + static_cast(0xba), + static_cast(0x32), + static_cast(0x00), + static_cast(0x9a), + static_cast(0x74), + static_cast(0xfc), + static_cast(0x4e), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x49), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x4b), + static_cast(0xfd), + static_cast(0xad), + static_cast(0xfa), + static_cast(0xfb), + static_cast(0x1f), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0x59), + static_cast(0x81), + static_cast(0xfd), + static_cast(0xfa), + static_cast(0x9a), + static_cast(0xfd), + static_cast(0x53), + static_cast(0x52), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x12), + static_cast(0x01), + static_cast(0x0b), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xee), + static_cast(0x67), + static_cast(0xfd), + static_cast(0x01), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0xad), + static_cast(0x70), + static_cast(0xff), + static_cast(0x44), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x54), + static_cast(0x45), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x43), + static_cast(0xff), + static_cast(0x94), + static_cast(0x86), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x04), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x52), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xa8), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x72), + static_cast(0x8f), + static_cast(0x1d), + static_cast(0xfc), + static_cast(0xdb), + static_cast(0x31), + static_cast(0xbd), + static_cast(0x91), + static_cast(0x06), + static_cast(0x65), + static_cast(0x01), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x07), + static_cast(0x0a), + static_cast(0xda), + static_cast(0xa0), + static_cast(0xee), + static_cast(0x53), + static_cast(0x24), + static_cast(0xf6), + static_cast(0x52), + static_cast(0x99), + static_cast(0xfb), + static_cast(0xbc), + static_cast(0x5e), + static_cast(0xf9), + static_cast(0x09), + static_cast(0x85), + static_cast(0x0c), + static_cast(0xd1), + static_cast(0x45), + static_cast(0x02), + static_cast(0x0c), + static_cast(0xdd), + static_cast(0xf5), + static_cast(0x55), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xa0), + static_cast(0x08), + static_cast(0xa6), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x04), + static_cast(0xf8), + static_cast(0x56), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x84), + static_cast(0xfa), + static_cast(0x0d), + static_cast(0x57), + static_cast(0x00), + static_cast(0x8c), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xec), + static_cast(0xf9), + static_cast(0x0d), + static_cast(0x12), + static_cast(0x02), + static_cast(0xf9), + static_cast(0xcc), + static_cast(0x00), + static_cast(0xa5), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0x8d), + static_cast(0x05), + static_cast(0x01), + static_cast(0x9e), + static_cast(0x16), + static_cast(0x01), + static_cast(0xb1), + static_cast(0x04), + static_cast(0x01), + static_cast(0xdf), + static_cast(0xaa), + static_cast(0x02), + static_cast(0x21), + static_cast(0xee), + static_cast(0x02), + static_cast(0xd0), + static_cast(0x19), + static_cast(0xff), + static_cast(0x71), + static_cast(0xc3), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0xc2), + static_cast(0xfd), + static_cast(0x4a), + static_cast(0x58), + static_cast(0xfc), + static_cast(0xb2), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x57), + static_cast(0x01), + static_cast(0xb8), + static_cast(0x12), + static_cast(0x02), + static_cast(0xbe), + static_cast(0xb0), + static_cast(0x03), + static_cast(0xfc), + static_cast(0x80), + static_cast(0x00), + static_cast(0xc2), + static_cast(0xc3), + static_cast(0xfd), + static_cast(0x98), + static_cast(0x29), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x68), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xd1), + static_cast(0xfb), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xfc), + static_cast(0x29), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xb7), + static_cast(0xfd), + static_cast(0x74), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x13), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x2f), + static_cast(0x01), + static_cast(0x45), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x16), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x63), + static_cast(0xfd), + static_cast(0x75), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x92), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x59), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x38), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x84), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x15), + static_cast(0x48), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0xce), + static_cast(0xff), + static_cast(0x81), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xe2), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x95), + static_cast(0x1e), + static_cast(0xf6), + static_cast(0xd9), + static_cast(0x2f), + static_cast(0x9d), + static_cast(0x0f), + static_cast(0x01), + static_cast(0x92), + static_cast(0x86), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x6f), + static_cast(0x0d), + static_cast(0x68), + static_cast(0x2b), + static_cast(0xee), + static_cast(0x0d), + static_cast(0x2a), + static_cast(0xf6), + static_cast(0xbc), + static_cast(0x82), + static_cast(0xfd), + static_cast(0x8a), + static_cast(0x12), + static_cast(0xfb), + static_cast(0xc0), + static_cast(0x83), + static_cast(0x0a), + static_cast(0xe3), + static_cast(0x86), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xb2), + static_cast(0xf7), + static_cast(0x39), + static_cast(0xc6), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x51), + static_cast(0x07), + static_cast(0x19), + static_cast(0x07), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x45), + static_cast(0xf8), + static_cast(0x87), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xa3), + static_cast(0xfb), + static_cast(0x0f), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x80), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x4e), + static_cast(0xfa), + static_cast(0x5f), + static_cast(0xfa), + static_cast(0x02), + static_cast(0x7d), + static_cast(0x44), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x01), + static_cast(0xfd), + static_cast(0x56), + static_cast(0x23), + static_cast(0x01), + static_cast(0x75), + static_cast(0x65), + static_cast(0x01), + static_cast(0x65), + static_cast(0x74), + static_cast(0x01), + static_cast(0xc0), + static_cast(0x99), + static_cast(0x02), + static_cast(0xf0), + static_cast(0x67), + static_cast(0x02), + static_cast(0x9e), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0xd6), + static_cast(0xef), + static_cast(0xfd), + static_cast(0xe8), + static_cast(0xbf), + static_cast(0xfc), + static_cast(0x6b), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x26), + static_cast(0x01), + static_cast(0x35), + static_cast(0x45), + static_cast(0x03), + static_cast(0x97), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x79), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x86), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x19), + static_cast(0xfd), + static_cast(0xa0), + static_cast(0xf8), + static_cast(0xfc), + static_cast(0x18), + static_cast(0xc5), + static_cast(0xfd), + static_cast(0x7f), + static_cast(0x39), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x49), + static_cast(0xe8), + static_cast(0x00), + static_cast(0x02), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0xe9), + static_cast(0xef), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x67), + static_cast(0xff), + static_cast(0x83), + static_cast(0xba), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x63), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x32), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x45), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x07), + static_cast(0x00), + static_cast(0x38), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xbe), + static_cast(0x1b), + static_cast(0x59), + static_cast(0xa4), + static_cast(0x2d), + static_cast(0x15), + static_cast(0xb4), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x3b), + static_cast(0xfd), + static_cast(0xdb), + static_cast(0xd0), + static_cast(0x11), + static_cast(0x32), + static_cast(0x64), + static_cast(0xef), + static_cast(0x6b), + static_cast(0x39), + static_cast(0xf3), + static_cast(0x30), + static_cast(0x2f), + static_cast(0x02), + static_cast(0xf9), + static_cast(0xc8), + static_cast(0xfa), + static_cast(0x55), + static_cast(0xf9), + static_cast(0x05), + static_cast(0xc6), + static_cast(0xc8), + static_cast(0x00), + static_cast(0x6c), + static_cast(0x27), + static_cast(0xf9), + static_cast(0x12), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x92), + static_cast(0x6f), + static_cast(0x06), + static_cast(0xa2), + static_cast(0x90), + static_cast(0xff), + static_cast(0x57), + static_cast(0xd9), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xab), + static_cast(0xbe), + static_cast(0xfc), + static_cast(0xd5), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xca), + static_cast(0x07), + static_cast(0xfb), + static_cast(0x32), + static_cast(0x28), + static_cast(0x02), + static_cast(0xaa), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0x04), + static_cast(0x33), + static_cast(0x01), + static_cast(0xa8), + static_cast(0xba), + static_cast(0x00), + static_cast(0xca), + static_cast(0x7a), + static_cast(0x01), + static_cast(0xac), + static_cast(0x25), + static_cast(0x03), + static_cast(0x36), + static_cast(0x46), + static_cast(0x02), + static_cast(0x31), + static_cast(0x19), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x29), + static_cast(0xfd), + static_cast(0x75), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x5a), + static_cast(0x01), + static_cast(0xc5), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x52), + static_cast(0x7f), + static_cast(0x01), + static_cast(0xa0), + static_cast(0x27), + static_cast(0x01), + static_cast(0x1a), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x61), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x01), + static_cast(0xff), + static_cast(0x01), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0xd4), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0x3b), + static_cast(0x19), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x98), + static_cast(0xfd), + static_cast(0x33), + static_cast(0x0c), + static_cast(0xfe), + static_cast(0x49), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x32), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x19), + static_cast(0x00), + static_cast(0x94), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x63), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x03), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0x20), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x92), + static_cast(0xff), + static_cast(0xca), + static_cast(0x76), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x24), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x75), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x98), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xea), + static_cast(0x3b), + static_cast(0x19), + static_cast(0x1f), + static_cast(0xb4), + static_cast(0x29), + static_cast(0xc5), + static_cast(0x79), + static_cast(0x01), + static_cast(0x03), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xca), + static_cast(0xe0), + static_cast(0x10), + static_cast(0xc0), + static_cast(0x18), + static_cast(0xf1), + static_cast(0xab), + static_cast(0x2e), + static_cast(0xf6), + static_cast(0xad), + static_cast(0xd1), + static_cast(0x01), + static_cast(0xd7), + static_cast(0x89), + static_cast(0xf8), + static_cast(0xe7), + static_cast(0xd6), + static_cast(0x05), + static_cast(0xd4), + static_cast(0x93), + static_cast(0x01), + static_cast(0xd6), + static_cast(0xc0), + static_cast(0xf8), + static_cast(0x3b), + static_cast(0xac), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x3a), + static_cast(0x06), + static_cast(0xba), + static_cast(0xac), + static_cast(0x00), + static_cast(0x28), + static_cast(0xc6), + static_cast(0xf9), + static_cast(0x61), + static_cast(0x90), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x5c), + static_cast(0xfd), + static_cast(0x64), + static_cast(0x33), + static_cast(0xff), + static_cast(0x81), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x21), + static_cast(0xfb), + static_cast(0x62), + static_cast(0x0f), + static_cast(0x01), + static_cast(0x5c), + static_cast(0x25), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0x29), + static_cast(0xdd), + static_cast(0x00), + static_cast(0x82), + static_cast(0x87), + static_cast(0x00), + static_cast(0x79), + static_cast(0xa0), + static_cast(0x01), + static_cast(0x6a), + static_cast(0x01), + static_cast(0x03), + static_cast(0xe8), + static_cast(0xf7), + static_cast(0x01), + static_cast(0x5a), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0xf1), + static_cast(0x24), + static_cast(0xff), + static_cast(0x58), + static_cast(0x20), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x2f), + static_cast(0x01), + static_cast(0x62), + static_cast(0x38), + static_cast(0x01), + static_cast(0x1d), + static_cast(0xc1), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x24), + static_cast(0xa4), + static_cast(0x00), + static_cast(0x4d), + static_cast(0x03), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x71), + static_cast(0xfd), + static_cast(0x29), + static_cast(0x41), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xce), + static_cast(0xae), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x76), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x72), + static_cast(0xff), + static_cast(0x20), + static_cast(0x86), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x38), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0x51), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0xee), + static_cast(0x50), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xed), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x61), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x99), + static_cast(0xff), + static_cast(0x16), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x2a), + static_cast(0x17), + static_cast(0xf9), + static_cast(0x39), + static_cast(0x25), + static_cast(0x16), + static_cast(0x91), + static_cast(0x04), + static_cast(0x39), + static_cast(0x87), + static_cast(0x02), + static_cast(0xc2), + static_cast(0xaf), + static_cast(0x08), + static_cast(0x43), + static_cast(0xab), + static_cast(0xf0), + static_cast(0xca), + static_cast(0xb2), + static_cast(0xfb), + static_cast(0xd1), + static_cast(0xf9), + static_cast(0x02), + static_cast(0x5a), + static_cast(0xad), + static_cast(0xfc), + static_cast(0x28), + static_cast(0x9c), + static_cast(0x01), + static_cast(0xd7), + static_cast(0xc0), + static_cast(0xfc), + static_cast(0x44), + static_cast(0x4d), + static_cast(0xfc), + static_cast(0x0f), + static_cast(0xbe), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x73), + static_cast(0x05), + static_cast(0xfc), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x22), + static_cast(0xfb), + static_cast(0x9b), + static_cast(0xfc), + static_cast(0x01), + static_cast(0x3a), + static_cast(0xcf), + static_cast(0xfb), + static_cast(0xb6), + static_cast(0x53), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x84), + static_cast(0xfb), + static_cast(0x9b), + static_cast(0x31), + static_cast(0x01), + static_cast(0x7c), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0xeb), + static_cast(0x60), + static_cast(0x00), + static_cast(0x20), + static_cast(0x49), + static_cast(0x01), + static_cast(0x88), + static_cast(0x45), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x8f), + static_cast(0xa2), + static_cast(0x02), + static_cast(0xce), + static_cast(0xea), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x94), + static_cast(0x23), + static_cast(0x00), + static_cast(0x4a), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x73), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x20), + static_cast(0x00), + static_cast(0x54), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xf7), + static_cast(0x00), + static_cast(0x15), + static_cast(0x4d), + static_cast(0x01), + static_cast(0x57), + static_cast(0xd0), + static_cast(0x00), + static_cast(0x47), + static_cast(0x78), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x06), + static_cast(0x01), + static_cast(0x0d), + static_cast(0x38), + static_cast(0x00), + static_cast(0x57), + static_cast(0x22), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x86), + static_cast(0xfd), + static_cast(0xd2), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0x93), + static_cast(0xaf), + static_cast(0xfd), + static_cast(0x8b), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x40), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x77), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x51), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x29), + static_cast(0xff), + static_cast(0x52), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x69), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x69), + static_cast(0xff), + static_cast(0x92), + static_cast(0x6b), + static_cast(0x13), + static_cast(0x20), + static_cast(0xbe), + static_cast(0x20), + static_cast(0x2d), + static_cast(0x6a), + static_cast(0x07), + static_cast(0x0d), + static_cast(0x94), + static_cast(0x03), + static_cast(0x21), + static_cast(0x8d), + static_cast(0x06), + static_cast(0xdc), + static_cast(0xe1), + static_cast(0xf4), + static_cast(0x2d), + static_cast(0xe2), + static_cast(0xfd), + static_cast(0xf9), + static_cast(0xbb), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x46), + static_cast(0xfc), + static_cast(0xf4), + static_cast(0x58), + static_cast(0x02), + static_cast(0xbb), + static_cast(0xa3), + static_cast(0xfd), + static_cast(0xae), + static_cast(0x24), + static_cast(0xfc), + static_cast(0x21), + static_cast(0x15), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x71), + static_cast(0x05), + static_cast(0x04), + static_cast(0x83), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xa7), + static_cast(0xfb), + static_cast(0x13), + static_cast(0x72), + static_cast(0x01), + static_cast(0x04), + static_cast(0xac), + static_cast(0xfc), + static_cast(0xf9), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x67), + static_cast(0x38), + static_cast(0x00), + static_cast(0x65), + static_cast(0x2d), + static_cast(0xfc), + static_cast(0x59), + static_cast(0xea), + static_cast(0x00), + static_cast(0x09), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x88), + static_cast(0x1b), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x15), + static_cast(0xf4), + static_cast(0x00), + static_cast(0x04), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x08), + static_cast(0x76), + static_cast(0x00), + static_cast(0x38), + static_cast(0x79), + static_cast(0x02), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xc0), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x63), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xeb), + static_cast(0xfd), + static_cast(0xf7), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x82), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xef), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x36), + static_cast(0x7b), + static_cast(0x01), + static_cast(0x65), + static_cast(0x53), + static_cast(0x01), + static_cast(0xf9), + static_cast(0x51), + static_cast(0x00), + static_cast(0x4d), + static_cast(0x66), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xad), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x72), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x55), + static_cast(0x53), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x67), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x53), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x43), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x30), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xee), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x42), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x53), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x38), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xcc), + static_cast(0x0c), + static_cast(0xe3), + static_cast(0x43), + static_cast(0x1c), + static_cast(0x63), + static_cast(0xfc), + static_cast(0x0d), + static_cast(0x07), + static_cast(0xa4), + static_cast(0x02), + static_cast(0xa0), + static_cast(0x5f), + static_cast(0x05), + static_cast(0x2f), + static_cast(0x1f), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x7a), + static_cast(0xfb), + static_cast(0x55), + static_cast(0xba), + static_cast(0x01), + static_cast(0x76), + static_cast(0x86), + static_cast(0xff), + static_cast(0x35), + static_cast(0xd1), + static_cast(0xfb), + static_cast(0x71), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x68), + static_cast(0x06), + static_cast(0x04), + static_cast(0x81), + static_cast(0x2b), + static_cast(0x01), + static_cast(0xfc), + static_cast(0x39), + static_cast(0xfc), + static_cast(0x81), + static_cast(0xa6), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x31), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x00), + static_cast(0x11), + static_cast(0xec), + static_cast(0xfc), + static_cast(0xe9), + static_cast(0x32), + static_cast(0x00), + static_cast(0xa8), + static_cast(0xea), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xe6), + static_cast(0xfd), + static_cast(0x43), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x22), + static_cast(0xc4), + static_cast(0x00), + static_cast(0xa2), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x46), + static_cast(0x00), + static_cast(0x7d), + static_cast(0xf1), + static_cast(0x01), + static_cast(0x46), + static_cast(0x61), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x47), + static_cast(0xfe), + static_cast(0x28), + static_cast(0x30), + static_cast(0x00), + static_cast(0xb5), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x88), + static_cast(0xff), + static_cast(0xca), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x30), + static_cast(0x01), + static_cast(0x43), + static_cast(0x22), + static_cast(0x01), + static_cast(0xcf), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x63), + static_cast(0x06), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x42), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x61), + static_cast(0x32), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x37), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x60), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x17), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x34), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x56), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x03), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x53), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0x04), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x80), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x01), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xee), + static_cast(0x29), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x7a), + static_cast(0x0c), + static_cast(0xc5), + static_cast(0x03), + static_cast(0x19), + static_cast(0x1b), + static_cast(0xcc), + static_cast(0x0b), + static_cast(0x9b), + static_cast(0x3d), + static_cast(0x04), + static_cast(0xb0), + static_cast(0xd0), + static_cast(0x04), + static_cast(0x4b), + static_cast(0x15), + static_cast(0xfb), + static_cast(0x32), + static_cast(0x0d), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xac), + static_cast(0x51), + static_cast(0xfd), + static_cast(0x81), + static_cast(0x4e), + static_cast(0x01), + static_cast(0xe3), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x33), + static_cast(0xe3), + static_cast(0xfc), + static_cast(0xaf), + static_cast(0x41), + static_cast(0x00), + static_cast(0x17), + static_cast(0xe4), + static_cast(0x03), + static_cast(0xe8), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x82), + static_cast(0x66), + static_cast(0xfd), + static_cast(0x56), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x78), + static_cast(0xe8), + static_cast(0xfd), + static_cast(0xa1), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x72), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x39), + static_cast(0x00), + static_cast(0x47), + static_cast(0x38), + static_cast(0x00), + static_cast(0x71), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xe8), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x86), + static_cast(0x01), + static_cast(0xb4), + static_cast(0xb1), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x69), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x84), + static_cast(0x5d), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x36), + static_cast(0xff), + static_cast(0x48), + static_cast(0x02), + static_cast(0x00), + static_cast(0x1c), + static_cast(0xd1), + static_cast(0x00), + static_cast(0x55), + static_cast(0x65), + static_cast(0x00), + static_cast(0x90), + static_cast(0x24), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x27), + static_cast(0x00), + static_cast(0xe4), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x82), + static_cast(0x77), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x35), + static_cast(0xff), + static_cast(0x97), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x61), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x48), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x75), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x17), + static_cast(0x51), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x06), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x50), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x67), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x25), + static_cast(0xff), + static_cast(0x66), + static_cast(0x04), + static_cast(0x0c), + static_cast(0x1b), + static_cast(0x49), + static_cast(0x16), + static_cast(0x9b), + static_cast(0xd5), + static_cast(0x09), + static_cast(0x38), + static_cast(0x2e), + static_cast(0x05), + static_cast(0x79), + static_cast(0x05), + static_cast(0x05), + static_cast(0x97), + static_cast(0x66), + static_cast(0xfb), + static_cast(0x96), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x55), + static_cast(0x00), + static_cast(0x8a), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x60), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x13), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x63), + static_cast(0x00), + static_cast(0x44), + static_cast(0x39), + static_cast(0x03), + static_cast(0xc1), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x08), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xff), + static_cast(0x00), + static_cast(0x48), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x02), + static_cast(0xff), + static_cast(0x65), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xea), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x70), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x70), + static_cast(0x00), + static_cast(0x07), + static_cast(0x30), + static_cast(0x01), + static_cast(0x3a), + static_cast(0xa8), + static_cast(0x01), + static_cast(0xf8), + static_cast(0x4f), + static_cast(0x01), + static_cast(0xee), + static_cast(0x52), + static_cast(0x00), + static_cast(0xd9), + static_cast(0xab), + static_cast(0xff), + static_cast(0x44), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x59), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x06), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x19), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x44), + static_cast(0x15), + static_cast(0x00), + static_cast(0xef), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x99), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x10), + static_cast(0x54), + static_cast(0xff), + static_cast(0x61), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x17), + static_cast(0xff), + static_cast(0x08), + static_cast(0x36), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x57), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x20), + static_cast(0xff), + static_cast(0x91), + static_cast(0x06), + static_cast(0xff), + static_cast(0xda), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x38), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x69), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x12), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x15), + static_cast(0xa8), + static_cast(0x0a), + static_cast(0xdc), + static_cast(0xa3), + static_cast(0x13), + static_cast(0xf0), + static_cast(0x52), + static_cast(0x09), + static_cast(0x4a), + static_cast(0xdc), + static_cast(0x05), + static_cast(0x8e), + static_cast(0x12), + static_cast(0x05), + static_cast(0xb6), + static_cast(0x2c), + static_cast(0xfc), + static_cast(0x57), + static_cast(0x73), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x9e), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x97), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x27), + static_cast(0x00), + static_cast(0x99), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xc5), + static_cast(0x02), + static_cast(0x4c), + static_cast(0x32), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0xd8), + static_cast(0x00), + static_cast(0x85), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x53), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x78), + static_cast(0x00), + static_cast(0x14), + static_cast(0x13), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x50), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x82), + static_cast(0xff), + static_cast(0x19), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x95), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x64), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x43), + static_cast(0x01), + static_cast(0xde), + static_cast(0x52), + static_cast(0x01), + static_cast(0xfa), + static_cast(0xfa), + static_cast(0x01), + static_cast(0xcc), + static_cast(0x5c), + static_cast(0x01), + static_cast(0x5b), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x77), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x62), + static_cast(0xff), + static_cast(0x53), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x36), + static_cast(0x00), + static_cast(0xd4), + static_cast(0x40), + static_cast(0x00), + static_cast(0xb0), + static_cast(0xee), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x34), + static_cast(0x00), + static_cast(0x79), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x26), + static_cast(0x82), + static_cast(0xff), + static_cast(0xba), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x35), + static_cast(0x43), + static_cast(0xff), + static_cast(0x84), + static_cast(0x27), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x20), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x77), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x04), + static_cast(0xff), + static_cast(0xae), + static_cast(0x63), + static_cast(0xff), + static_cast(0x05), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x06), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x60), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x70), + static_cast(0xce), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x24), + static_cast(0xff), + static_cast(0x11), + static_cast(0x40), + static_cast(0x08), + static_cast(0xd0), + static_cast(0x2d), + static_cast(0x11), + static_cast(0xe5), + static_cast(0xfa), + static_cast(0x09), + static_cast(0x13), + static_cast(0xe5), + static_cast(0x05), + static_cast(0xfc), + static_cast(0xaf), + static_cast(0x05), + static_cast(0xf1), + static_cast(0x5b), + static_cast(0xfd), + static_cast(0x87), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0x86), + static_cast(0x0b), + static_cast(0x01), + static_cast(0xd9), + static_cast(0x61), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x50), + static_cast(0x00), + static_cast(0x7a), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x10), + static_cast(0xff), + static_cast(0x28), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x37), + static_cast(0x02), + static_cast(0x81), + static_cast(0x08), + static_cast(0x01), + static_cast(0x29), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0xea), + static_cast(0xe3), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x33), + static_cast(0xff), + static_cast(0x17), + static_cast(0x59), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xdb), + static_cast(0x00), + static_cast(0x48), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x52), + static_cast(0x58), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x32), + static_cast(0x00), + static_cast(0x16), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x27), + static_cast(0x00), + static_cast(0xd4), + static_cast(0xb1), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x5d), + static_cast(0x01), + static_cast(0xe3), + static_cast(0x5a), + static_cast(0x01), + static_cast(0x13), + static_cast(0xf3), + static_cast(0x01), + static_cast(0xf2), + static_cast(0xab), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x62), + static_cast(0xff), + static_cast(0x71), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x38), + static_cast(0x20), + static_cast(0x00), + static_cast(0x9d), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xba), + static_cast(0x25), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x17), + static_cast(0x00), + static_cast(0xb2), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x48), + static_cast(0x00), + static_cast(0xa1), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x29), + static_cast(0x40), + static_cast(0xff), + static_cast(0x65), + static_cast(0x22), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x44), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x67), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x98), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x49), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x43), + static_cast(0xff), + static_cast(0x90), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x38), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x61), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x19), + static_cast(0xff), + static_cast(0x29), + static_cast(0xd4), + static_cast(0x06), + static_cast(0x8f), + static_cast(0x62), + static_cast(0x0f), + static_cast(0xc6), + static_cast(0x26), + static_cast(0x0a), + static_cast(0xbe), + static_cast(0x7a), + static_cast(0x05), + static_cast(0xf4), + static_cast(0x6d), + static_cast(0x05), + static_cast(0xb9), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x23), + static_cast(0xfe), + static_cast(0x78), + static_cast(0x1d), + static_cast(0x01), + static_cast(0x01), + static_cast(0xda), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x37), + static_cast(0x01), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x71), + static_cast(0xff), + static_cast(0x42), + static_cast(0x76), + static_cast(0xff), + static_cast(0x04), + static_cast(0xb0), + static_cast(0x01), + static_cast(0x6a), + static_cast(0xd0), + static_cast(0x01), + static_cast(0xed), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x77), + static_cast(0x7f), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xec), + static_cast(0xf3), + static_cast(0x00), + static_cast(0x78), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xab), + static_cast(0x3e), + static_cast(0x00), + static_cast(0xc9), + static_cast(0xf4), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x18), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xd8), + static_cast(0x00), + static_cast(0x66), + static_cast(0x6f), + static_cast(0x01), + static_cast(0xec), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x19), + static_cast(0x01), + static_cast(0xb8), + static_cast(0x7a), + static_cast(0x00), + static_cast(0xc1), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x63), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x83), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x17), + static_cast(0xed), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x18), + static_cast(0x00), + static_cast(0x21), + static_cast(0x14), + static_cast(0x00), + static_cast(0x72), + static_cast(0x62), + static_cast(0xff), + static_cast(0x30), + static_cast(0x40), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x38), + static_cast(0xff), + static_cast(0x02), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x84), + static_cast(0x73), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x57), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x25), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xab), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x34), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x08), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x21), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x20), + static_cast(0x73), + static_cast(0x0d), + static_cast(0xca), + static_cast(0xaf), + static_cast(0x08), + static_cast(0xaf), + static_cast(0xe0), + static_cast(0x06), + static_cast(0x95), + static_cast(0xd4), + static_cast(0x04), + static_cast(0x9a), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x31), + static_cast(0x01), + static_cast(0x9d), + static_cast(0xce), + static_cast(0x01), + static_cast(0x63), + static_cast(0x28), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x01), + static_cast(0xff), + static_cast(0x51), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x14), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x86), + static_cast(0x44), + static_cast(0x02), + static_cast(0xcf), + static_cast(0x58), + static_cast(0x01), + static_cast(0x1b), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x92), + static_cast(0x00), + static_cast(0xa1), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x11), + static_cast(0x01), + static_cast(0x8f), + static_cast(0x6e), + static_cast(0x01), + static_cast(0x06), + static_cast(0x6f), + static_cast(0x00), + static_cast(0xad), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x96), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x39), + static_cast(0x00), + static_cast(0x5f), + static_cast(0xef), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x70), + static_cast(0x00), + static_cast(0xa2), + static_cast(0xa1), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xac), + static_cast(0x00), + static_cast(0x39), + static_cast(0xe7), + static_cast(0x00), + static_cast(0x19), + static_cast(0x43), + static_cast(0x00), + static_cast(0x87), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x22), + static_cast(0x00), + static_cast(0x0f), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x73), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xac), + static_cast(0x66), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x00), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x40), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x45), + static_cast(0x00), + static_cast(0xaf), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x26), + static_cast(0xff), + static_cast(0x34), + static_cast(0x29), + static_cast(0xff), + static_cast(0x20), + static_cast(0x25), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x78), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x52), + static_cast(0xff), + static_cast(0x01), + static_cast(0x35), + static_cast(0xff), + static_cast(0x46), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x64), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x80), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x56), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x11), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x39), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x1f), + static_cast(0x07), + static_cast(0xb8), + static_cast(0x79), + static_cast(0x0c), + static_cast(0xda), + static_cast(0x28), + static_cast(0x08), + static_cast(0x94), + static_cast(0x91), + static_cast(0x06), + static_cast(0x6c), + static_cast(0x90), + static_cast(0x03), + static_cast(0xe8), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x89), + static_cast(0x01), + static_cast(0x8e), + static_cast(0xce), + static_cast(0x01), + static_cast(0x4c), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x93), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xef), + static_cast(0xff), + static_cast(0x66), + static_cast(0x7a), + static_cast(0x02), + static_cast(0xf0), + static_cast(0x1e), + static_cast(0x01), + static_cast(0x19), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x86), + static_cast(0x85), + static_cast(0x01), + static_cast(0xc4), + static_cast(0x54), + static_cast(0x01), + static_cast(0x9a), + static_cast(0x79), + static_cast(0x01), + static_cast(0x78), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x26), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x85), + static_cast(0x71), + static_cast(0x00), + static_cast(0x40), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x70), + static_cast(0xff), + static_cast(0x31), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x07), + static_cast(0x80), + static_cast(0x00), + static_cast(0xce), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x77), + static_cast(0x00), + static_cast(0x35), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x95), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x90), + static_cast(0x21), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x11), + static_cast(0x00), + static_cast(0x66), + static_cast(0x70), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x40), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x58), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x13), + static_cast(0xac), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x02), + static_cast(0x00), + static_cast(0xb2), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x67), + static_cast(0x33), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x14), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x53), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x54), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x47), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x64), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x06), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x36), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x07), + static_cast(0xff), + static_cast(0x94), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x37), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x20), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x10), + static_cast(0xff), + static_cast(0x09), + static_cast(0x07), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x24), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x75), + static_cast(0x06), + static_cast(0x21), + static_cast(0x73), + static_cast(0x0b), + static_cast(0x58), + static_cast(0x1d), + static_cast(0x08), + static_cast(0x9d), + static_cast(0xa0), + static_cast(0x06), + static_cast(0x38), + static_cast(0x28), + static_cast(0x03), + static_cast(0xe8), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x02), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x36), + static_cast(0x02), + static_cast(0xd1), + static_cast(0xf1), + static_cast(0x01), + static_cast(0x1a), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x10), + static_cast(0x00), + static_cast(0xd0), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x38), + static_cast(0xce), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x23), + static_cast(0x03), + static_cast(0x4e), + static_cast(0xa5), + static_cast(0x02), + static_cast(0x14), + static_cast(0x18), + static_cast(0x01), + static_cast(0xf0), + static_cast(0x83), + static_cast(0x01), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x14), + static_cast(0x01), + static_cast(0x5c), + static_cast(0xa9), + static_cast(0x00), + static_cast(0x43), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xad), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x99), + static_cast(0x06), + static_cast(0x00), + static_cast(0x9a), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x38), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x41), + static_cast(0x5f), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x6c), + static_cast(0x00), + static_cast(0x90), + static_cast(0x84), + static_cast(0x00), + static_cast(0x5c), + static_cast(0x28), + static_cast(0x00), + static_cast(0x35), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x40), + static_cast(0xff), + static_cast(0x53), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xde), + static_cast(0x52), + static_cast(0xff), + static_cast(0x38), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x71), + static_cast(0xff), + static_cast(0x96), + static_cast(0x33), + static_cast(0xff), + static_cast(0x09), + static_cast(0x61), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x55), + static_cast(0xff), + static_cast(0xca), + static_cast(0x19), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x29), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x20), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x08), + static_cast(0xff), + static_cast(0x26), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x10), + static_cast(0xff), + static_cast(0x48), + static_cast(0x15), + static_cast(0xff), + static_cast(0x11), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x81), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x12), + static_cast(0xff), + static_cast(0x10), + static_cast(0x01), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x15), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x38), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x51), + static_cast(0xff), + static_cast(0x99), + static_cast(0x2b), + static_cast(0x06), + static_cast(0xc1), + static_cast(0x29), + static_cast(0x0b), + static_cast(0x1d), + static_cast(0x0f), + static_cast(0x08), + static_cast(0x87), + static_cast(0x0e), + static_cast(0x06), + static_cast(0x61), + static_cast(0x81), + static_cast(0x02), + static_cast(0x4c), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0xbd), + static_cast(0x00), + static_cast(0x8b), + static_cast(0xad), + static_cast(0x02), + static_cast(0xbc), + static_cast(0x19), + static_cast(0x02), + static_cast(0xc2), + static_cast(0x89), + static_cast(0xff), + static_cast(0x09), + static_cast(0x38), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x99), + static_cast(0x01), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x01), + static_cast(0x86), + static_cast(0x3a), + static_cast(0x03), + static_cast(0x42), + static_cast(0xfa), + static_cast(0x01), + static_cast(0x13), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x72), + static_cast(0x57), + static_cast(0x01), + static_cast(0x4c), + static_cast(0x52), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x98), + static_cast(0xff), + static_cast(0x26), + static_cast(0x58), + static_cast(0xff), + static_cast(0x41), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x34), + static_cast(0xce), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x55), + static_cast(0x4d), + static_cast(0x00), + static_cast(0xd4), + static_cast(0x90), + static_cast(0x00), + static_cast(0xee), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x18), + static_cast(0x00), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x4e), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x15), + static_cast(0x59), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x58), + static_cast(0x32), + static_cast(0xff), + static_cast(0x35), + static_cast(0x06), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x61), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x25), + static_cast(0x80), + static_cast(0xff), + static_cast(0x65), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x15), + static_cast(0xff), + static_cast(0x89), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x95), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x28), + static_cast(0xff), + static_cast(0x31), + static_cast(0x35), + static_cast(0xff), + static_cast(0xae), + static_cast(0x20), + static_cast(0xff), + static_cast(0x82), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x15), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x29), + static_cast(0x07), + static_cast(0xff), + static_cast(0xda), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x17), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x14), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x29), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x36), + static_cast(0xff), + static_cast(0x56), + static_cast(0x28), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x41), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x14), + static_cast(0x06), + static_cast(0x4d), + static_cast(0xb4), + static_cast(0x0b), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xf9), + static_cast(0xea), + static_cast(0x04), + static_cast(0xf2), + static_cast(0x3c), + static_cast(0x02), + static_cast(0xdd), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xba), + static_cast(0x70), + static_cast(0x01), + static_cast(0x1a), + static_cast(0x93), + static_cast(0x02), + static_cast(0xd5), + static_cast(0xc1), + static_cast(0x02), + static_cast(0xc0), + static_cast(0x85), + static_cast(0x01), + static_cast(0xf9), + static_cast(0x46), + static_cast(0x01), + static_cast(0x1e), + static_cast(0xf9), + static_cast(0x01), + static_cast(0x6b), + static_cast(0xe2), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x0e), + static_cast(0x02), + static_cast(0x85), + static_cast(0xcd), + static_cast(0x01), + static_cast(0x93), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x04), + static_cast(0x00), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xde), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x37), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x31), + static_cast(0xff), + static_cast(0x85), + static_cast(0x01), + static_cast(0x00), + static_cast(0x52), + static_cast(0x55), + static_cast(0x00), + static_cast(0xab), + static_cast(0x73), + static_cast(0xff), + static_cast(0x28), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xba), + static_cast(0x23), + static_cast(0x00), + static_cast(0x88), + static_cast(0x44), + static_cast(0x00), + static_cast(0x00), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x11), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x50), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x19), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x72), + static_cast(0xff), + static_cast(0xce), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x23), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x16), + static_cast(0xff), + static_cast(0xca), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x87), + static_cast(0x63), + static_cast(0xff), + static_cast(0x16), + static_cast(0x18), + static_cast(0xff), + static_cast(0x81), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x45), + static_cast(0xff), + static_cast(0xed), + static_cast(0x37), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x13), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x44), + static_cast(0xff), + static_cast(0x27), + static_cast(0x09), + static_cast(0xff), + static_cast(0x18), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x99), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x39), + static_cast(0x07), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x66), + static_cast(0x46), + static_cast(0xff), + static_cast(0x15), + static_cast(0x26), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x78), + static_cast(0xa3), + static_cast(0x04), + static_cast(0x7e), + static_cast(0x23), + static_cast(0x0c), + static_cast(0x5f), + static_cast(0xb3), + static_cast(0x09), + static_cast(0xa2), + static_cast(0x79), + static_cast(0x03), + static_cast(0x2e), + static_cast(0x45), + static_cast(0x02), + static_cast(0xdc), + static_cast(0x50), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x72), + static_cast(0x02), + static_cast(0x63), + static_cast(0xa9), + static_cast(0x05), + static_cast(0x6d), + static_cast(0x3d), + static_cast(0x03), + static_cast(0xb0), + static_cast(0x25), + static_cast(0x01), + static_cast(0xf2), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x58), + static_cast(0x01), + static_cast(0x24), + static_cast(0xdd), + static_cast(0x00), + static_cast(0x51), + static_cast(0x47), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x0c), + static_cast(0x01), + static_cast(0x7f), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x07), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x49), + static_cast(0xff), + static_cast(0x05), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x92), + static_cast(0xff), + static_cast(0x74), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x47), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xec), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x77), + static_cast(0xee), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x90), + static_cast(0x78), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x38), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x87), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x54), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x67), + static_cast(0xff), + static_cast(0xef), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xba), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x33), + static_cast(0x12), + static_cast(0xff), + static_cast(0x09), + static_cast(0x04), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x97), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x19), + static_cast(0xff), + static_cast(0x00), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x87), + static_cast(0x36), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x13), + static_cast(0xff), + static_cast(0x09), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xef), + static_cast(0x28), + static_cast(0xff), + static_cast(0xef), + static_cast(0x45), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x43), + static_cast(0x20), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x02), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x11), + static_cast(0x29), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x98), + static_cast(0x26), + static_cast(0xff), + static_cast(0x26), + static_cast(0x20), + static_cast(0xff), + static_cast(0xce), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x09), + static_cast(0x20), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x10), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x7b), + static_cast(0x05), + static_cast(0xad), + static_cast(0xdd), + static_cast(0x0c), + static_cast(0x4e), + static_cast(0xbc), + static_cast(0x08), + static_cast(0x71), + static_cast(0x76), + static_cast(0x02), + static_cast(0x7f), + static_cast(0x28), + static_cast(0x03), + static_cast(0xe5), + static_cast(0x8b), + static_cast(0x03), + static_cast(0x93), + static_cast(0x72), + static_cast(0x04), + static_cast(0x0e), + static_cast(0x48), + static_cast(0x04), + static_cast(0x0e), + static_cast(0x20), + static_cast(0x02), + static_cast(0x97), + static_cast(0xca), + static_cast(0x00), + static_cast(0x82), + static_cast(0x07), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x81), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x75), + static_cast(0x36), + static_cast(0x00), + static_cast(0x94), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x52), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x05), + static_cast(0x00), + static_cast(0xe8), + static_cast(0xad), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x93), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x62), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x4d), + static_cast(0x77), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x57), + static_cast(0xff), + static_cast(0x84), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xda), + static_cast(0x61), + static_cast(0xff), + static_cast(0x76), + static_cast(0x31), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x82), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x1e), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x76), + static_cast(0xff), + static_cast(0x82), + static_cast(0x68), + static_cast(0xff), + static_cast(0xec), + static_cast(0x57), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x69), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x37), + static_cast(0xff), + static_cast(0x86), + static_cast(0x55), + static_cast(0xff), + static_cast(0x87), + static_cast(0x32), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x24), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x25), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x27), + static_cast(0x03), + static_cast(0xff), + static_cast(0x05), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x12), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xce), + static_cast(0x31), + static_cast(0xff), + static_cast(0x72), + static_cast(0x39), + static_cast(0xff), + static_cast(0x81), + static_cast(0x25), + static_cast(0xff), + static_cast(0x39), + static_cast(0x02), + static_cast(0xff), + static_cast(0x39), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x16), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x94), + static_cast(0x32), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x42), + static_cast(0xff), + static_cast(0x58), + static_cast(0x36), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x25), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x20), + static_cast(0xff), + static_cast(0x76), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x13), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xce), + static_cast(0x28), + static_cast(0xff), + static_cast(0x28), + static_cast(0x23), + static_cast(0xff), + static_cast(0x09), + static_cast(0x16), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x25), + static_cast(0xff), + static_cast(0x94), + static_cast(0xc2), + static_cast(0x05), + static_cast(0x0a), + static_cast(0x3b), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x09), + static_cast(0x2f), + static_cast(0x99), + static_cast(0x05), + static_cast(0xad), + static_cast(0xd2), + static_cast(0x03), + static_cast(0x2e), + static_cast(0x4d), + static_cast(0x02), + static_cast(0x61), + static_cast(0x8a), + static_cast(0x04), + static_cast(0x8f), + static_cast(0x1a), + static_cast(0x04), + static_cast(0xd6), + static_cast(0x4f), + static_cast(0x01), + static_cast(0x41), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x47), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x76), + static_cast(0x92), + static_cast(0x00), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x07), + static_cast(0x00), + static_cast(0x26), + static_cast(0x32), + static_cast(0x00), + static_cast(0xa3), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x13), + static_cast(0x33), + static_cast(0x00), + static_cast(0x17), + static_cast(0x23), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x5a), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x55), + static_cast(0x95), + static_cast(0xff), + static_cast(0x86), + static_cast(0x96), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x97), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x59), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x40), + static_cast(0xff), + static_cast(0x66), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x83), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x12), + static_cast(0x00), + static_cast(0xea), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x86), + static_cast(0xff), + static_cast(0x56), + static_cast(0x36), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x18), + static_cast(0xff), + static_cast(0x79), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x67), + static_cast(0xff), + static_cast(0xad), + static_cast(0x00), + static_cast(0xff), + static_cast(0x10), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x58), + static_cast(0x31), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x41), + static_cast(0xff), + static_cast(0x42), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x69), + static_cast(0x03), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x09), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x51), + static_cast(0x62), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x43), + static_cast(0x19), + static_cast(0xff), + static_cast(0x13), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x79), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x19), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x52), + static_cast(0x47), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x48), + static_cast(0xff), + static_cast(0x06), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x27), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x21), + static_cast(0xff), + static_cast(0xed), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x35), + static_cast(0xff), + static_cast(0x69), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x69), + static_cast(0x23), + static_cast(0xff), + static_cast(0xba), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x12), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xf2), + static_cast(0x06), + static_cast(0xb3), + static_cast(0x62), + static_cast(0x0f), + static_cast(0x46), + static_cast(0x1b), + static_cast(0x0a), + static_cast(0xe7), + static_cast(0x8f), + static_cast(0x02), + static_cast(0x57), + static_cast(0x95), + static_cast(0x02), + static_cast(0x4e), + static_cast(0x56), + static_cast(0x03), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x03), + static_cast(0xb5), + static_cast(0x0d), + static_cast(0x03), + static_cast(0x02), + static_cast(0x0f), + static_cast(0x01), + static_cast(0x88), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xba), + static_cast(0x99), + static_cast(0x00), + static_cast(0x24), + static_cast(0x07), + static_cast(0x00), + static_cast(0x1c), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xcc), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x1b), + static_cast(0x01), + static_cast(0x0c), + static_cast(0x02), + static_cast(0x01), + static_cast(0xaf), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x23), + static_cast(0x01), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x00), + static_cast(0x00), + static_cast(0x62), + static_cast(0x30), + static_cast(0xff), + static_cast(0x34), + static_cast(0x22), + static_cast(0xff), + static_cast(0x25), + static_cast(0x17), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xba), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x72), + static_cast(0x00), + static_cast(0xae), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x6b), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x33), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x94), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x20), + static_cast(0x12), + static_cast(0xff), + static_cast(0x96), + static_cast(0x43), + static_cast(0xff), + static_cast(0x79), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x95), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x36), + static_cast(0x22), + static_cast(0xff), + static_cast(0x68), + static_cast(0x38), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x48), + static_cast(0xff), + static_cast(0x43), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x33), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x59), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x55), + static_cast(0xff), + static_cast(0x97), + static_cast(0x31), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x22), + static_cast(0xff), + static_cast(0x88), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x40), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x63), + static_cast(0xff), + static_cast(0x88), + static_cast(0x57), + static_cast(0xff), + static_cast(0x98), + static_cast(0x48), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x60), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x48), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x34), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x32), + static_cast(0xff), + static_cast(0x48), + static_cast(0x37), + static_cast(0xff), + static_cast(0x23), + static_cast(0x23), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x13), + static_cast(0x07), + static_cast(0x07), + static_cast(0x76), + static_cast(0x10), + static_cast(0x19), + static_cast(0x7d), + static_cast(0x0a), + static_cast(0x9d), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xc4), + static_cast(0xad), + static_cast(0x01), + static_cast(0x54), + static_cast(0x77), + static_cast(0x03), + static_cast(0x54), + static_cast(0x61), + static_cast(0x03), + static_cast(0x13), + static_cast(0x06), + static_cast(0x03), + static_cast(0xd8), + static_cast(0xbf), + static_cast(0x01), + static_cast(0xb5), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x26), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xb1), + static_cast(0x00), + static_cast(0x79), + static_cast(0xa2), + static_cast(0x00), + static_cast(0xb8), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x22), + static_cast(0x66), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x6a), + static_cast(0x00), + static_cast(0x6c), + static_cast(0x36), + static_cast(0x01), + static_cast(0x1d), + static_cast(0xd8), + static_cast(0x00), + static_cast(0xcb), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xac), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x52), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x03), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x10), + static_cast(0xff), + static_cast(0x52), + static_cast(0x92), + static_cast(0xff), + static_cast(0x24), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xae), + static_cast(0x64), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x58), + static_cast(0x00), + static_cast(0xa6), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x64), + static_cast(0xff), + static_cast(0x70), + static_cast(0x06), + static_cast(0xff), + static_cast(0x99), + static_cast(0x12), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x31), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x30), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x01), + static_cast(0x40), + static_cast(0xff), + static_cast(0x03), + static_cast(0x39), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x34), + static_cast(0xff), + static_cast(0x70), + static_cast(0x67), + static_cast(0xff), + static_cast(0x98), + static_cast(0x77), + static_cast(0xff), + static_cast(0xac), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x79), + static_cast(0x39), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x39), + static_cast(0xff), + static_cast(0x24), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x07), + static_cast(0x48), + static_cast(0xff), + static_cast(0xae), + static_cast(0x49), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x15), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xad), + static_cast(0x56), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x59), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x63), + static_cast(0xff), + static_cast(0xae), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xff), + static_cast(0x45), + static_cast(0xff), + static_cast(0x34), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x76), + static_cast(0x35), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x66), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x64), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x42), + static_cast(0xff), + static_cast(0x09), + static_cast(0x54), + static_cast(0x05), + static_cast(0xa1), + static_cast(0xcd), + static_cast(0x0d), + static_cast(0xbb), + static_cast(0x1e), + static_cast(0x0c), + static_cast(0x5e), + static_cast(0xcb), + static_cast(0x03), + static_cast(0x84), + static_cast(0x72), + static_cast(0x00), + static_cast(0xe9), + static_cast(0x46), + static_cast(0x01), + static_cast(0xe0), + static_cast(0xc7), + static_cast(0x02), + static_cast(0x78), + static_cast(0xa5), + static_cast(0x03), + static_cast(0xf0), + static_cast(0xe3), + static_cast(0x02), + static_cast(0x47), + static_cast(0x35), + static_cast(0x00), + static_cast(0x02), + static_cast(0x46), + static_cast(0xff), + static_cast(0x99), + static_cast(0x03), + static_cast(0x01), + static_cast(0x42), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x49), + static_cast(0x32), + static_cast(0x00), + static_cast(0x5d), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x15), + static_cast(0x8a), + static_cast(0x01), + static_cast(0xc1), + static_cast(0x07), + static_cast(0x01), + static_cast(0x48), + static_cast(0x46), + static_cast(0x00), + static_cast(0x35), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xec), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x21), + static_cast(0x00), + static_cast(0x43), + static_cast(0x99), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x28), + static_cast(0xff), + static_cast(0x02), + static_cast(0x34), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x57), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x55), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x80), + static_cast(0xff), + static_cast(0x13), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x71), + static_cast(0x34), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x14), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x20), + static_cast(0xff), + static_cast(0x28), + static_cast(0x36), + static_cast(0xff), + static_cast(0x33), + static_cast(0x46), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x88), + static_cast(0x50), + static_cast(0xff), + static_cast(0x09), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x41), + static_cast(0x73), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x21), + static_cast(0x82), + static_cast(0xff), + static_cast(0x37), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xee), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x49), + static_cast(0xff), + static_cast(0x11), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x49), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xde), + static_cast(0x68), + static_cast(0xff), + static_cast(0x89), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x64), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x61), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x42), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x36), + static_cast(0xff), + static_cast(0x46), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x81), + static_cast(0x41), + static_cast(0xff), + static_cast(0x00), + static_cast(0x54), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x95), + static_cast(0x03), + static_cast(0x55), + static_cast(0x15), + static_cast(0x0b), + static_cast(0x63), + static_cast(0x7d), + static_cast(0x0c), + static_cast(0xfc), + static_cast(0x66), + static_cast(0x06), + static_cast(0xcc), + static_cast(0x8a), + static_cast(0x01), + static_cast(0x23), + static_cast(0x68), + static_cast(0x00), + static_cast(0x1d), + static_cast(0xa6), + static_cast(0x01), + static_cast(0x2b), + static_cast(0xe5), + static_cast(0x02), + static_cast(0x7b), + static_cast(0xf2), + static_cast(0x02), + static_cast(0x41), + static_cast(0x31), + static_cast(0x01), + static_cast(0x7d), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x93), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xb0), + static_cast(0x01), + static_cast(0xde), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x66), + static_cast(0x16), + static_cast(0x00), + static_cast(0x5c), + static_cast(0x84), + static_cast(0x00), + static_cast(0x72), + static_cast(0x43), + static_cast(0x01), + static_cast(0xd2), + static_cast(0xfa), + static_cast(0x00), + static_cast(0x19), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x95), + static_cast(0x81), + static_cast(0x00), + static_cast(0x0c), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x7d), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x70), + static_cast(0xff), + static_cast(0x55), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x61), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x96), + static_cast(0x88), + static_cast(0xff), + static_cast(0x71), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x3c), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x50), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x83), + static_cast(0xff), + static_cast(0x55), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x29), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x24), + static_cast(0x43), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x16), + static_cast(0xff), + static_cast(0x88), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x64), + static_cast(0xff), + static_cast(0x07), + static_cast(0x75), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x05), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x67), + static_cast(0x79), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x73), + static_cast(0x65), + static_cast(0xff), + static_cast(0x87), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x71), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x87), + static_cast(0x37), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x41), + static_cast(0xff), + static_cast(0x75), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x74), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x47), + static_cast(0xff), + static_cast(0x15), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x41), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x58), + static_cast(0x42), + static_cast(0xff), + static_cast(0x91), + static_cast(0x53), + static_cast(0xff), + static_cast(0x49), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x23), + static_cast(0xcd), + static_cast(0x03), + static_cast(0x74), + static_cast(0x26), + static_cast(0x0b), + static_cast(0x62), + static_cast(0xc9), + static_cast(0x0b), + static_cast(0x81), + static_cast(0xef), + static_cast(0x05), + static_cast(0xb6), + static_cast(0x14), + static_cast(0x02), + static_cast(0xbf), + static_cast(0xa7), + static_cast(0x00), + static_cast(0x73), + static_cast(0x24), + static_cast(0x01), + static_cast(0x82), + static_cast(0xc2), + static_cast(0x02), + static_cast(0xeb), + static_cast(0x04), + static_cast(0x03), + static_cast(0x0c), + static_cast(0xbe), + static_cast(0x00), + static_cast(0xab), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x54), + static_cast(0x00), + static_cast(0xac), + static_cast(0xcf), + static_cast(0x01), + static_cast(0xd0), + static_cast(0x0d), + static_cast(0x01), + static_cast(0x1d), + static_cast(0x20), + static_cast(0x00), + static_cast(0xce), + static_cast(0x84), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x58), + static_cast(0x01), + static_cast(0xbd), + static_cast(0x01), + static_cast(0x01), + static_cast(0x37), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x06), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x11), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x82), + static_cast(0x00), + static_cast(0x3a), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xae), + static_cast(0xff), + static_cast(0x91), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x72), + static_cast(0x16), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x56), + static_cast(0xff), + static_cast(0x98), + static_cast(0x38), + static_cast(0xff), + static_cast(0x05), + static_cast(0x64), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x39), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x55), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x07), + static_cast(0xff), + static_cast(0x86), + static_cast(0x36), + static_cast(0xff), + static_cast(0x98), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x60), + static_cast(0x44), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x82), + static_cast(0xff), + static_cast(0x70), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x30), + static_cast(0x93), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x68), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x64), + static_cast(0x46), + static_cast(0xff), + static_cast(0x74), + static_cast(0x20), + static_cast(0xff), + static_cast(0xef), + static_cast(0x35), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x43), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x32), + static_cast(0xff), + static_cast(0x40), + static_cast(0x31), + static_cast(0xff), + static_cast(0x28), + static_cast(0x51), + static_cast(0xff), + static_cast(0x49), + static_cast(0x43), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x82), + static_cast(0xff), + static_cast(0x56), + static_cast(0x54), + static_cast(0xff), + static_cast(0x54), + static_cast(0x52), + static_cast(0xff), + static_cast(0x41), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x37), + static_cast(0x44), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x35), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x1a), + static_cast(0x04), + static_cast(0xa3), + static_cast(0x79), + static_cast(0x0b), + static_cast(0xe9), + static_cast(0x60), + static_cast(0x0b), + static_cast(0xc1), + static_cast(0x9a), + static_cast(0x05), + static_cast(0x7f), + static_cast(0x7b), + static_cast(0x02), + static_cast(0xb3), + static_cast(0xd0), + static_cast(0x00), + static_cast(0x69), + static_cast(0xce), + static_cast(0x00), + static_cast(0x47), + static_cast(0x95), + static_cast(0x02), + static_cast(0x87), + static_cast(0x1b), + static_cast(0x03), + static_cast(0x17), + static_cast(0xc2), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x58), + static_cast(0x01), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x00), + static_cast(0x8b), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x78), + static_cast(0x77), + static_cast(0x00), + static_cast(0xb4), + static_cast(0x3b), + static_cast(0x01), + static_cast(0xbd), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x93), + static_cast(0xd4), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x03), + static_cast(0x01), + static_cast(0x01), + static_cast(0x52), + static_cast(0x00), + static_cast(0x0a), + static_cast(0x27), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x54), + static_cast(0x00), + static_cast(0x08), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x42), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xee), + static_cast(0xff), + static_cast(0x80), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xea), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xba), + static_cast(0x08), + static_cast(0x00), + static_cast(0x64), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xd9), + static_cast(0x08), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x71), + static_cast(0xff), + static_cast(0x99), + static_cast(0x23), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x16), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x46), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x85), + static_cast(0xff), + static_cast(0x17), + static_cast(0x95), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x47), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x82), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xed), + static_cast(0x64), + static_cast(0xff), + static_cast(0x89), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xad), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xab), + static_cast(0xff), + static_cast(0x65), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xec), + static_cast(0x44), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x41), + static_cast(0xff), + static_cast(0xed), + static_cast(0x39), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x24), + static_cast(0xff), + static_cast(0x33), + static_cast(0x44), + static_cast(0xff), + static_cast(0x91), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x04), + static_cast(0x74), + static_cast(0xff), + static_cast(0x32), + static_cast(0x67), + static_cast(0xff), + static_cast(0x87), + static_cast(0x63), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x56), + static_cast(0xff), + static_cast(0x01), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x90), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x93), + static_cast(0x04), + static_cast(0x95), + static_cast(0x4a), + static_cast(0x0c), + static_cast(0x30), + static_cast(0x51), + static_cast(0x0b), + static_cast(0xd0), + static_cast(0x16), + static_cast(0x05), + static_cast(0xf2), + static_cast(0x8f), + static_cast(0x02), + static_cast(0x0b), + static_cast(0xe1), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xb6), + static_cast(0x00), + static_cast(0x4b), + static_cast(0xb8), + static_cast(0x02), + static_cast(0xa7), + static_cast(0x25), + static_cast(0x03), + static_cast(0xc8), + static_cast(0x87), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x03), + static_cast(0x53), + static_cast(0x01), + static_cast(0x13), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x79), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xca), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x97), + static_cast(0x98), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x87), + static_cast(0x00), + static_cast(0xd9), + static_cast(0x26), + static_cast(0x01), + static_cast(0xc0), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x23), + static_cast(0x00), + static_cast(0x23), + static_cast(0x13), + static_cast(0x00), + static_cast(0x28), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x23), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x89), + static_cast(0x93), + static_cast(0x00), + static_cast(0x50), + static_cast(0x17), + static_cast(0x00), + static_cast(0x88), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x58), + static_cast(0xa8), + static_cast(0x00), + static_cast(0xde), + static_cast(0x51), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x06), + static_cast(0x00), + static_cast(0xb8), + static_cast(0xae), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x18), + static_cast(0xff), + static_cast(0x22), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x41), + static_cast(0x47), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x75), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x75), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x96), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xef), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x36), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x55), + static_cast(0xff), + static_cast(0x69), + static_cast(0x80), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x03), + static_cast(0x86), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x72), + static_cast(0xff), + static_cast(0x24), + static_cast(0x55), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x31), + static_cast(0xff), + static_cast(0x69), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x53), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xca), + static_cast(0x25), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x47), + static_cast(0x12), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x64), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x45), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x29), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x52), + static_cast(0xff), + static_cast(0x93), + static_cast(0x57), + static_cast(0xff), + static_cast(0x49), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x17), + static_cast(0x7e), + static_cast(0x04), + static_cast(0xdd), + static_cast(0xce), + static_cast(0x0c), + static_cast(0xc4), + static_cast(0x28), + static_cast(0x0c), + static_cast(0x99), + static_cast(0xd8), + static_cast(0x04), + static_cast(0xe6), + static_cast(0x68), + static_cast(0x02), + static_cast(0xf2), + static_cast(0x57), + static_cast(0x01), + static_cast(0xe1), + static_cast(0x73), + static_cast(0x00), + static_cast(0x95), + static_cast(0x6c), + static_cast(0x02), + static_cast(0xee), + static_cast(0x5d), + static_cast(0x03), + static_cast(0x6c), + static_cast(0xa9), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x48), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x36), + static_cast(0x01), + static_cast(0x31), + static_cast(0xcb), + static_cast(0x00), + static_cast(0x79), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x31), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x56), + static_cast(0x00), + static_cast(0x38), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x1d), + static_cast(0xad), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x29), + static_cast(0x01), + static_cast(0xc4), + static_cast(0x35), + static_cast(0x00), + static_cast(0x06), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x12), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x37), + static_cast(0xea), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x63), + static_cast(0x00), + static_cast(0xee), + static_cast(0x40), + static_cast(0x00), + static_cast(0x5a), + static_cast(0xe8), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x35), + static_cast(0x42), + static_cast(0x00), + static_cast(0x93), + static_cast(0x19), + static_cast(0x00), + static_cast(0xaa), + static_cast(0x65), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x04), + static_cast(0xff), + static_cast(0x98), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x23), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x20), + static_cast(0xff), + static_cast(0x53), + static_cast(0x77), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xed), + static_cast(0x79), + static_cast(0xff), + static_cast(0x63), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x77), + static_cast(0xff), + static_cast(0x82), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x92), + static_cast(0xff), + static_cast(0x04), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x52), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x31), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x96), + static_cast(0x44), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x27), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x33), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x41), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x15), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x30), + static_cast(0x36), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x76), + static_cast(0xff), + static_cast(0xda), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x63), + static_cast(0xff), + static_cast(0xda), + static_cast(0x16), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x77), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x50), + static_cast(0xff), + static_cast(0x63), + static_cast(0x68), + static_cast(0x05), + static_cast(0x54), + static_cast(0x47), + static_cast(0x0e), + static_cast(0x0d), + static_cast(0x2a), + static_cast(0x0c), + static_cast(0xd2), + static_cast(0x18), + static_cast(0x04), + static_cast(0x10), + static_cast(0x64), + static_cast(0x02), + static_cast(0x17), + static_cast(0x6a), + static_cast(0x01), + static_cast(0x1d), + static_cast(0x31), + static_cast(0x00), + static_cast(0x19), + static_cast(0x76), + static_cast(0x02), + static_cast(0x85), + static_cast(0x8a), + static_cast(0x03), + static_cast(0x34), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x02), + static_cast(0x00), + static_cast(0xad), + static_cast(0x42), + static_cast(0x01), + static_cast(0x3e), + static_cast(0xa0), + static_cast(0x00), + static_cast(0x52), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x96), + static_cast(0x37), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x07), + static_cast(0x00), + static_cast(0x9a), + static_cast(0x01), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x19), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xed), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x3a), + static_cast(0x38), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x61), + static_cast(0xff), + static_cast(0x14), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xca), + static_cast(0xac), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x34), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x6b), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xd0), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x45), + static_cast(0x7d), + static_cast(0x00), + static_cast(0xea), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x6a), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x60), + static_cast(0x11), + static_cast(0xff), + static_cast(0x88), + static_cast(0x31), + static_cast(0xff), + static_cast(0x94), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x46), + static_cast(0x59), + static_cast(0xff), + static_cast(0x40), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x97), + static_cast(0xff), + static_cast(0x21), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x66), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x46), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x06), + static_cast(0xff), + static_cast(0x59), + static_cast(0x02), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x35), + static_cast(0xff), + static_cast(0x41), + static_cast(0x34), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x11), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xef), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x56), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x82), + static_cast(0xff), + static_cast(0x42), + static_cast(0x90), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x07), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x44), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x7a), + static_cast(0x05), + static_cast(0x5e), + static_cast(0x4b), + static_cast(0x0f), + static_cast(0x14), + static_cast(0x62), + static_cast(0x0d), + static_cast(0x7a), + static_cast(0xb7), + static_cast(0x03), + static_cast(0x16), + static_cast(0x13), + static_cast(0x02), + static_cast(0x7d), + static_cast(0xf2), + static_cast(0x01), + static_cast(0x68), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x51), + static_cast(0x17), + static_cast(0x02), + static_cast(0xd9), + static_cast(0xd2), + static_cast(0x03), + static_cast(0xff), + static_cast(0x61), + static_cast(0x00), + static_cast(0xc0), + static_cast(0xae), + static_cast(0xfd), + static_cast(0x4a), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x18), + static_cast(0x5d), + static_cast(0x01), + static_cast(0x7b), + static_cast(0x88), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x69), + static_cast(0x37), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x20), + static_cast(0x92), + static_cast(0x00), + static_cast(0xb4), + static_cast(0x18), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xad), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x25), + static_cast(0x00), + static_cast(0x84), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x5c), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x44), + static_cast(0x0d), + static_cast(0x01), + static_cast(0x76), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x7a), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x31), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x51), + static_cast(0x65), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x82), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x07), + static_cast(0x21), + static_cast(0xff), + static_cast(0x57), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x77), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x59), + static_cast(0x02), + static_cast(0x00), + static_cast(0xa3), + static_cast(0xde), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x87), + static_cast(0xff), + static_cast(0x53), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x13), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x45), + static_cast(0x13), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x04), + static_cast(0xff), + static_cast(0x18), + static_cast(0x03), + static_cast(0xff), + static_cast(0x95), + static_cast(0x25), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x67), + static_cast(0xff), + static_cast(0x12), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x12), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x04), + static_cast(0xff), + static_cast(0x10), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x69), + static_cast(0xff), + static_cast(0x34), + static_cast(0x64), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xc5), + static_cast(0x06), + static_cast(0xb9), + static_cast(0x5d), + static_cast(0x11), + static_cast(0x7a), + static_cast(0x66), + static_cast(0x0d), + static_cast(0x1f), + static_cast(0xa2), + static_cast(0x02), + static_cast(0x9d), + static_cast(0xf8), + static_cast(0x01), + static_cast(0xd6), + static_cast(0x11), + static_cast(0x02), + static_cast(0x28), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x26), + static_cast(0x3c), + static_cast(0x02), + static_cast(0x45), + static_cast(0x04), + static_cast(0x04), + static_cast(0x27), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x70), + static_cast(0xfd), + static_cast(0x55), + static_cast(0x47), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x51), + static_cast(0x01), + static_cast(0x6d), + static_cast(0x44), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x83), + static_cast(0xff), + static_cast(0x03), + static_cast(0x83), + static_cast(0xff), + static_cast(0x49), + static_cast(0xde), + static_cast(0xff), + static_cast(0x47), + static_cast(0x76), + static_cast(0xff), + static_cast(0x04), + static_cast(0x02), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x4f), + static_cast(0xae), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x52), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x42), + static_cast(0x29), + static_cast(0x00), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x45), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x9e), + static_cast(0x00), + static_cast(0x38), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x87), + static_cast(0x11), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x09), + static_cast(0x00), + static_cast(0x7a), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xba), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x99), + static_cast(0xad), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x73), + static_cast(0xff), + static_cast(0x61), + static_cast(0x20), + static_cast(0xff), + static_cast(0x85), + static_cast(0x20), + static_cast(0xff), + static_cast(0x03), + static_cast(0x32), + static_cast(0xff), + static_cast(0x64), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x91), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x82), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xde), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x04), + static_cast(0x00), + static_cast(0x2f), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x08), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x14), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x36), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x56), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x99), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x52), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x33), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x05), + static_cast(0xff), + static_cast(0x03), + static_cast(0x42), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x54), + static_cast(0xff), + static_cast(0x32), + static_cast(0x88), + static_cast(0x08), + static_cast(0x9a), + static_cast(0xad), + static_cast(0x13), + static_cast(0x0c), + static_cast(0xec), + static_cast(0x0c), + static_cast(0xdf), + static_cast(0x77), + static_cast(0x01), + static_cast(0x5e), + static_cast(0x16), + static_cast(0x02), + static_cast(0xf4), + static_cast(0xef), + static_cast(0x01), + static_cast(0xeb), + static_cast(0x54), + static_cast(0xff), + static_cast(0x94), + static_cast(0xbc), + static_cast(0x02), + static_cast(0x91), + static_cast(0x17), + static_cast(0x04), + static_cast(0xdd), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x57), + static_cast(0xfd), + static_cast(0xa5), + static_cast(0xdf), + static_cast(0x00), + static_cast(0x53), + static_cast(0x51), + static_cast(0x01), + static_cast(0x1f), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x84), + static_cast(0x28), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x28), + static_cast(0xff), + static_cast(0x12), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x28), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x7c), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x91), + static_cast(0x74), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x38), + static_cast(0x00), + static_cast(0xee), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x34), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x41), + static_cast(0x00), + static_cast(0x54), + static_cast(0x15), + static_cast(0x00), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x34), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x99), + static_cast(0x94), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x95), + static_cast(0xff), + static_cast(0x03), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x58), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x25), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x06), + static_cast(0xab), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xba), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x78), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x61), + static_cast(0x06), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x85), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x24), + static_cast(0xff), + static_cast(0x67), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x24), + static_cast(0xff), + static_cast(0x38), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x48), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x66), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x43), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x72), + static_cast(0x49), + static_cast(0xff), + static_cast(0x55), + static_cast(0x40), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x59), + static_cast(0xff), + static_cast(0xac), + static_cast(0x80), + static_cast(0xff), + static_cast(0x95), + static_cast(0x34), + static_cast(0x09), + static_cast(0xb1), + static_cast(0x8b), + static_cast(0x15), + static_cast(0x27), + static_cast(0xdb), + static_cast(0x0d), + static_cast(0x03), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x4b), + static_cast(0xbb), + static_cast(0x01), + static_cast(0x74), + static_cast(0xf4), + static_cast(0x01), + static_cast(0x34), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x76), + static_cast(0xe7), + static_cast(0x02), + static_cast(0x1f), + static_cast(0x61), + static_cast(0x04), + static_cast(0xab), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0xa9), + static_cast(0xd8), + static_cast(0xfc), + static_cast(0x73), + static_cast(0x5a), + static_cast(0x01), + static_cast(0x59), + static_cast(0x7b), + static_cast(0x01), + static_cast(0xef), + static_cast(0x79), + static_cast(0xff), + static_cast(0x51), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x01), + static_cast(0x00), + static_cast(0x9d), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x49), + static_cast(0x00), + static_cast(0xe8), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x67), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xff), + static_cast(0x94), + static_cast(0x04), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x25), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x13), + static_cast(0x00), + static_cast(0x4e), + static_cast(0x62), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x18), + static_cast(0x00), + static_cast(0x16), + static_cast(0x91), + static_cast(0xff), + static_cast(0x44), + static_cast(0x72), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x72), + static_cast(0xff), + static_cast(0x57), + static_cast(0x91), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x03), + static_cast(0x78), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x39), + static_cast(0xff), + static_cast(0x04), + static_cast(0x19), + static_cast(0xff), + static_cast(0x80), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xac), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x30), + static_cast(0x67), + static_cast(0xff), + static_cast(0x78), + static_cast(0x27), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x31), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x13), + static_cast(0x19), + static_cast(0xff), + static_cast(0x96), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x87), + static_cast(0x28), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x51), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x71), + static_cast(0xff), + static_cast(0x52), + static_cast(0x41), + static_cast(0xff), + static_cast(0x96), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x87), + static_cast(0x35), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x76), + static_cast(0xff), + static_cast(0x69), + static_cast(0x89), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x12), + static_cast(0x09), + static_cast(0x13), + static_cast(0x0c), + static_cast(0x17), + static_cast(0x78), + static_cast(0x16), + static_cast(0x10), + static_cast(0x5b), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x41), + static_cast(0x17), + static_cast(0x01), + static_cast(0x88), + static_cast(0x34), + static_cast(0x02), + static_cast(0x1f), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xe4), + static_cast(0x02), + static_cast(0x81), + static_cast(0x1e), + static_cast(0x05), + static_cast(0xf2), + static_cast(0x86), + static_cast(0xfd), + static_cast(0xd7), + static_cast(0x02), + static_cast(0xfc), + static_cast(0x33), + static_cast(0xe6), + static_cast(0x01), + static_cast(0x9f), + static_cast(0x09), + static_cast(0x02), + static_cast(0xdf), + static_cast(0x44), + static_cast(0xff), + static_cast(0x55), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x76), + static_cast(0xff), + static_cast(0x72), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x8c), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x0a), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x69), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x23), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x87), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xe8), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x07), + static_cast(0x16), + static_cast(0xff), + static_cast(0x20), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x85), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x09), + static_cast(0x48), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x81), + static_cast(0xff), + static_cast(0x96), + static_cast(0x84), + static_cast(0xff), + static_cast(0x34), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x16), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xd9), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xae), + static_cast(0xff), + static_cast(0x77), + static_cast(0x71), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x99), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x07), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x85), + static_cast(0x17), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x63), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x40), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x04), + static_cast(0xff), + static_cast(0x54), + static_cast(0x37), + static_cast(0xff), + static_cast(0x17), + static_cast(0x84), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x97), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x36), + static_cast(0xff), + static_cast(0xec), + static_cast(0x44), + static_cast(0xff), + static_cast(0xec), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x89), + static_cast(0x85), + static_cast(0xff), + static_cast(0x09), + static_cast(0x83), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x85), + static_cast(0xff), + static_cast(0x50), + static_cast(0x8d), + static_cast(0x0a), + static_cast(0x4a), + static_cast(0x22), + static_cast(0x19), + static_cast(0xef), + static_cast(0x3b), + static_cast(0x10), + static_cast(0x25), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xf9), + static_cast(0xa2), + static_cast(0x01), + static_cast(0xf4), + static_cast(0xe9), + static_cast(0xfd), + static_cast(0x8d), + static_cast(0x80), + static_cast(0x03), + static_cast(0x40), + static_cast(0x86), + static_cast(0x05), + static_cast(0x58), + static_cast(0x3f), + static_cast(0xfc), + static_cast(0x62), + static_cast(0x98), + static_cast(0xfb), + static_cast(0x49), + static_cast(0xb3), + static_cast(0x02), + static_cast(0x55), + static_cast(0x4a), + static_cast(0x02), + static_cast(0x0c), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xed), + static_cast(0xfd), + static_cast(0x45), + static_cast(0x76), + static_cast(0xff), + static_cast(0xad), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0xed), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0x7a), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x63), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x29), + static_cast(0x00), + static_cast(0x91), + static_cast(0x04), + static_cast(0x00), + static_cast(0xbe), + static_cast(0x00), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x08), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x23), + static_cast(0x19), + static_cast(0x00), + static_cast(0x03), + static_cast(0x02), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x56), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x40), + static_cast(0xff), + static_cast(0x91), + static_cast(0x19), + static_cast(0xff), + static_cast(0x65), + static_cast(0x65), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x62), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x82), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x40), + static_cast(0xff), + static_cast(0x95), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x35), + static_cast(0xff), + static_cast(0x55), + static_cast(0x25), + static_cast(0xff), + static_cast(0x83), + static_cast(0x88), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x31), + static_cast(0x00), + static_cast(0xae), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x82), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x23), + static_cast(0x38), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x78), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x64), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x49), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x69), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x91), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x77), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x78), + static_cast(0xff), + static_cast(0x22), + static_cast(0x74), + static_cast(0xff), + static_cast(0xce), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xed), + static_cast(0x61), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xf3), + static_cast(0x0a), + static_cast(0x09), + static_cast(0xae), + static_cast(0x1a), + static_cast(0x88), + static_cast(0xd8), + static_cast(0x11), + static_cast(0xb9), + static_cast(0xec), + static_cast(0xff), + static_cast(0x26), + static_cast(0x72), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x86), + static_cast(0x01), + static_cast(0x9e), + static_cast(0x90), + static_cast(0xfd), + static_cast(0x10), + static_cast(0x53), + static_cast(0x03), + static_cast(0xe7), + static_cast(0xf4), + static_cast(0x05), + static_cast(0x5f), + static_cast(0xfa), + static_cast(0xfb), + static_cast(0x6f), + static_cast(0xd0), + static_cast(0xfa), + static_cast(0xb4), + static_cast(0xfa), + static_cast(0x02), + static_cast(0x10), + static_cast(0xea), + static_cast(0x02), + static_cast(0xef), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0x69), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x96), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x05), + static_cast(0xae), + static_cast(0xfd), + static_cast(0x7f), + static_cast(0x41), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x21), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x77), + static_cast(0x00), + static_cast(0x44), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x00), + static_cast(0xe7), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xac), + static_cast(0xff), + static_cast(0xea), + static_cast(0x91), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x27), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x13), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x67), + static_cast(0x31), + static_cast(0xff), + static_cast(0x23), + static_cast(0x97), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x62), + static_cast(0xff), + static_cast(0xea), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x30), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x09), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x69), + static_cast(0x39), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xee), + static_cast(0x15), + static_cast(0x00), + static_cast(0x59), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x10), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x63), + static_cast(0x28), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xab), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x29), + static_cast(0xff), + static_cast(0x42), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x86), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x11), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x91), + static_cast(0xff), + static_cast(0x73), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x40), + static_cast(0x85), + static_cast(0xff), + static_cast(0x57), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xab), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x55), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x83), + static_cast(0xff), + static_cast(0x92), + static_cast(0x4d), + static_cast(0x0a), + static_cast(0x8f), + static_cast(0x6b), + static_cast(0x1b), + static_cast(0x77), + static_cast(0xe2), + static_cast(0x14), + static_cast(0xb8), + static_cast(0xa2), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x07), + static_cast(0x02), + static_cast(0x28), + static_cast(0xa2), + static_cast(0xfd), + static_cast(0x20), + static_cast(0x17), + static_cast(0x02), + static_cast(0x47), + static_cast(0x2f), + static_cast(0x06), + static_cast(0xcd), + static_cast(0xc4), + static_cast(0xfc), + static_cast(0x14), + static_cast(0xfd), + static_cast(0xf9), + static_cast(0xd0), + static_cast(0x70), + static_cast(0x02), + static_cast(0xcf), + static_cast(0x9a), + static_cast(0x03), + static_cast(0xa4), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x37), + static_cast(0xfd), + static_cast(0x4a), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x99), + static_cast(0x00), + static_cast(0x51), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x71), + static_cast(0xfd), + static_cast(0x87), + static_cast(0x39), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x86), + static_cast(0x00), + static_cast(0x36), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xff), + static_cast(0x70), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x5b), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x77), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x37), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x62), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xaa), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x21), + static_cast(0xff), + static_cast(0xae), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xab), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x31), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x20), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x04), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xba), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xab), + static_cast(0xff), + static_cast(0x67), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x34), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xce), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x56), + static_cast(0x48), + static_cast(0xff), + static_cast(0x10), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x31), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x11), + static_cast(0xff), + static_cast(0x44), + static_cast(0x37), + static_cast(0xff), + static_cast(0xda), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xed), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x13), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x05), + static_cast(0xba), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x44), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x64), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x27), + static_cast(0x67), + static_cast(0x09), + static_cast(0x5c), + static_cast(0xb3), + static_cast(0x1b), + static_cast(0x2b), + static_cast(0xeb), + static_cast(0x17), + static_cast(0x05), + static_cast(0xcc), + static_cast(0x01), + static_cast(0xa3), + static_cast(0x67), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x87), + static_cast(0x02), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xfd), + static_cast(0x6d), + static_cast(0xb4), + static_cast(0x00), + static_cast(0xed), + static_cast(0xeb), + static_cast(0x05), + static_cast(0x9c), + static_cast(0xe7), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0x7a), + static_cast(0xf9), + static_cast(0xeb), + static_cast(0x67), + static_cast(0x01), + static_cast(0x4c), + static_cast(0x10), + static_cast(0x04), + static_cast(0x92), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x27), + static_cast(0xfd), + static_cast(0xd3), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x87), + static_cast(0x00), + static_cast(0x3f), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x09), + static_cast(0xfd), + static_cast(0x15), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x35), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x56), + static_cast(0xa7), + static_cast(0x00), + static_cast(0x9c), + static_cast(0x02), + static_cast(0xff), + static_cast(0x70), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xd5), + static_cast(0x00), + static_cast(0x0d), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x85), + static_cast(0x6e), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x61), + static_cast(0xff), + static_cast(0x06), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x6b), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x57), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x35), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x77), + static_cast(0xff), + static_cast(0x01), + static_cast(0x40), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x35), + static_cast(0xff), + static_cast(0x39), + static_cast(0x21), + static_cast(0xff), + static_cast(0x39), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x76), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x75), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x74), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x28), + static_cast(0x56), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x86), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xec), + static_cast(0xff), + static_cast(0xef), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x95), + static_cast(0x76), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x74), + static_cast(0xff), + static_cast(0xec), + static_cast(0x45), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x82), + static_cast(0xff), + static_cast(0x53), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x21), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x8d), + static_cast(0x0b), + static_cast(0x35), + static_cast(0xa9), + static_cast(0x1e), + static_cast(0x56), + static_cast(0x4f), + static_cast(0x16), + static_cast(0xb6), + static_cast(0x15), + static_cast(0x00), + static_cast(0xb4), + static_cast(0x71), + static_cast(0x00), + static_cast(0x40), + static_cast(0xc0), + static_cast(0x02), + static_cast(0x9f), + static_cast(0x7d), + static_cast(0xfc), + static_cast(0x73), + static_cast(0xe1), + static_cast(0x00), + static_cast(0xee), + static_cast(0xae), + static_cast(0x05), + static_cast(0x6d), + static_cast(0xf3), + static_cast(0xfc), + static_cast(0xb1), + static_cast(0xde), + static_cast(0xf9), + static_cast(0x39), + static_cast(0xfb), + static_cast(0x01), + static_cast(0x58), + static_cast(0x78), + static_cast(0x03), + static_cast(0x7d), + static_cast(0xed), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x14), + static_cast(0xfd), + static_cast(0xe5), + static_cast(0x24), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0xde), + static_cast(0x00), + static_cast(0x00), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x98), + static_cast(0xed), + static_cast(0xfc), + static_cast(0x38), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x39), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x06), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x03), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x63), + static_cast(0x00), + static_cast(0x49), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x2d), + static_cast(0xea), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x11), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x26), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x61), + static_cast(0x94), + static_cast(0xff), + static_cast(0xba), + static_cast(0x23), + static_cast(0xff), + static_cast(0x64), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x81), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x47), + static_cast(0xff), + static_cast(0x46), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x26), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x51), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x01), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xca), + static_cast(0x14), + static_cast(0x00), + static_cast(0x28), + static_cast(0x92), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x62), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x34), + static_cast(0x76), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x01), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x61), + static_cast(0xff), + static_cast(0x31), + static_cast(0x50), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x52), + static_cast(0xff), + static_cast(0x88), + static_cast(0x93), + static_cast(0xff), + static_cast(0x61), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xf5), + static_cast(0x0c), + static_cast(0x79), + static_cast(0xc9), + static_cast(0x20), + static_cast(0x0f), + static_cast(0xec), + static_cast(0x14), + static_cast(0x97), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x94), + static_cast(0x03), + static_cast(0x36), + static_cast(0x51), + static_cast(0x03), + static_cast(0x94), + static_cast(0x0b), + static_cast(0xfa), + static_cast(0x72), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x78), + static_cast(0x59), + static_cast(0x06), + static_cast(0xcb), + static_cast(0x65), + static_cast(0xfc), + static_cast(0xef), + static_cast(0x72), + static_cast(0xf9), + static_cast(0xd2), + static_cast(0x3e), + static_cast(0x02), + static_cast(0x81), + static_cast(0x2d), + static_cast(0x03), + static_cast(0xd9), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x32), + static_cast(0xfd), + static_cast(0x1d), + static_cast(0x9c), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0x1f), + static_cast(0x01), + static_cast(0x52), + static_cast(0xf6), + static_cast(0xfd), + static_cast(0x51), + static_cast(0xcb), + static_cast(0xfc), + static_cast(0xc4), + static_cast(0x07), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xd6), + static_cast(0xfd), + static_cast(0xc1), + static_cast(0x75), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x07), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x5b), + static_cast(0xa9), + static_cast(0x00), + static_cast(0x54), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xc8), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xa3), + static_cast(0xa1), + static_cast(0x00), + static_cast(0xfa), + static_cast(0x77), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0xc9), + static_cast(0xfd), + static_cast(0x25), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x55), + static_cast(0x24), + static_cast(0xff), + static_cast(0x63), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0xe8), + static_cast(0xfd), + static_cast(0x74), + static_cast(0xda), + static_cast(0xfd), + static_cast(0x20), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x03), + static_cast(0xff), + static_cast(0x57), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x34), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xae), + static_cast(0xff), + static_cast(0xea), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x50), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xec), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x94), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xef), + static_cast(0xff), + static_cast(0x17), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x61), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x33), + static_cast(0xff), + static_cast(0x46), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x78), + static_cast(0xba), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xc8), + static_cast(0x0e), + static_cast(0x42), + static_cast(0x7b), + static_cast(0x22), + static_cast(0x10), + static_cast(0xfc), + static_cast(0x11), + static_cast(0x0b), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0xa2), + static_cast(0x08), + static_cast(0x12), + static_cast(0x82), + static_cast(0x02), + static_cast(0x15), + static_cast(0x3b), + static_cast(0xf6), + static_cast(0xe1), + static_cast(0x19), + static_cast(0x02), + static_cast(0x06), + static_cast(0xd1), + static_cast(0x07), + static_cast(0xc3), + static_cast(0xbb), + static_cast(0xfa), + static_cast(0x29), + static_cast(0x95), + static_cast(0xf8), + static_cast(0x8d), + static_cast(0x14), + static_cast(0x03), + static_cast(0x90), + static_cast(0x3a), + static_cast(0x03), + static_cast(0x8e), + static_cast(0x92), + static_cast(0xff), + static_cast(0x74), + static_cast(0x0c), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xab), + static_cast(0xfd), + static_cast(0x03), + static_cast(0x21), + static_cast(0x01), + static_cast(0x65), + static_cast(0x6e), + static_cast(0xfd), + static_cast(0x73), + static_cast(0xc9), + static_cast(0xfc), + static_cast(0x0c), + static_cast(0x22), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x62), + static_cast(0xfd), + static_cast(0x3a), + static_cast(0x69), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x51), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x60), + static_cast(0xff), + static_cast(0x58), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x95), + static_cast(0x81), + static_cast(0x01), + static_cast(0xc6), + static_cast(0x75), + static_cast(0x00), + static_cast(0x62), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xfa), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x63), + static_cast(0xff), + static_cast(0x80), + static_cast(0x23), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x17), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x95), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x62), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xcf), + static_cast(0xfd), + static_cast(0x9f), + static_cast(0x5f), + static_cast(0xfd), + static_cast(0xe4), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x81), + static_cast(0x63), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x95), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xab), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xca), + static_cast(0x63), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xef), + static_cast(0xff), + static_cast(0x28), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x27), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x50), + static_cast(0x71), + static_cast(0xff), + static_cast(0x91), + static_cast(0x57), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x51), + static_cast(0xff), + static_cast(0x33), + static_cast(0x69), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x84), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x20), + static_cast(0x11), + static_cast(0xc9), + static_cast(0x56), + static_cast(0x23), + static_cast(0xf8), + static_cast(0xd9), + static_cast(0x0d), + static_cast(0xb3), + static_cast(0xb6), + static_cast(0x00), + static_cast(0x13), + static_cast(0x4a), + static_cast(0x0e), + static_cast(0xb5), + static_cast(0x46), + static_cast(0xff), + static_cast(0x52), + static_cast(0xf7), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x05), + static_cast(0x92), + static_cast(0xec), + static_cast(0x08), + static_cast(0xf6), + static_cast(0xd8), + static_cast(0xf7), + static_cast(0x18), + static_cast(0x0e), + static_cast(0xf8), + static_cast(0xfa), + static_cast(0xc1), + static_cast(0x04), + static_cast(0xad), + static_cast(0x38), + static_cast(0x03), + static_cast(0x9c), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x02), + static_cast(0xd3), + static_cast(0xfc), + static_cast(0x3e), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xdc), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x97), + static_cast(0xfc), + static_cast(0x4f), + static_cast(0x25), + static_cast(0xfd), + static_cast(0x5d), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0x15), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x34), + static_cast(0xff), + static_cast(0x75), + static_cast(0x07), + static_cast(0x00), + static_cast(0x7c), + static_cast(0xf1), + static_cast(0x01), + static_cast(0x71), + static_cast(0xd7), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x08), + static_cast(0x00), + static_cast(0x2d), + static_cast(0x30), + static_cast(0x01), + static_cast(0x4d), + static_cast(0x65), + static_cast(0xff), + static_cast(0x05), + static_cast(0x45), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x28), + static_cast(0xff), + static_cast(0x19), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x13), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x51), + static_cast(0x47), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0xf6), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0x28), + static_cast(0xfd), + static_cast(0xd4), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0xc7), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xea), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x08), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x13), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x72), + static_cast(0xff), + static_cast(0x12), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xea), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x25), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x86), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x20), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x69), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x43), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x84), + static_cast(0xff), + static_cast(0x32), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x20), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x0d), + static_cast(0x12), + static_cast(0xc0), + static_cast(0x79), + static_cast(0x26), + static_cast(0xf9), + static_cast(0x50), + static_cast(0x0d), + static_cast(0xec), + static_cast(0x25), + static_cast(0xfc), + static_cast(0x3d), + static_cast(0x29), + static_cast(0x10), + static_cast(0x9d), + static_cast(0x59), + static_cast(0x03), + static_cast(0x57), + static_cast(0xb4), + static_cast(0xf1), + static_cast(0x18), + static_cast(0x41), + static_cast(0x03), + static_cast(0x0b), + static_cast(0xfd), + static_cast(0x08), + static_cast(0xa9), + static_cast(0x71), + static_cast(0xf8), + static_cast(0x15), + static_cast(0x3d), + static_cast(0xf7), + static_cast(0x31), + static_cast(0x0d), + static_cast(0x05), + static_cast(0x7c), + static_cast(0x6e), + static_cast(0x03), + static_cast(0x01), + static_cast(0x44), + static_cast(0xfd), + static_cast(0xda), + static_cast(0x16), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x55), + static_cast(0x22), + static_cast(0xfc), + static_cast(0xf2), + static_cast(0xd9), + static_cast(0xfc), + static_cast(0x7e), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x0e), + static_cast(0xfd), + static_cast(0x47), + static_cast(0x12), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x57), + static_cast(0xff), + static_cast(0x88), + static_cast(0x70), + static_cast(0xff), + static_cast(0x59), + static_cast(0x95), + static_cast(0x01), + static_cast(0x76), + static_cast(0xfb), + static_cast(0x01), + static_cast(0x06), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x35), + static_cast(0x11), + static_cast(0x01), + static_cast(0xba), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x54), + static_cast(0x37), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x16), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x16), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x97), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0x05), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x17), + static_cast(0xfd), + static_cast(0xd5), + static_cast(0x10), + static_cast(0xfd), + static_cast(0xe9), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x40), + static_cast(0xff), + static_cast(0x35), + static_cast(0x14), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x75), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x84), + static_cast(0x67), + static_cast(0xff), + static_cast(0x13), + static_cast(0x93), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x60), + static_cast(0x62), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x84), + static_cast(0xff), + static_cast(0x11), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xf8), + static_cast(0x13), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x29), + static_cast(0xf0), + static_cast(0xd6), + static_cast(0x0b), + static_cast(0x6c), + static_cast(0xb6), + static_cast(0xf7), + static_cast(0x57), + static_cast(0x08), + static_cast(0x11), + static_cast(0xa3), + static_cast(0x8b), + static_cast(0x06), + static_cast(0xe0), + static_cast(0x41), + static_cast(0xf2), + static_cast(0xe2), + static_cast(0x6a), + static_cast(0x01), + static_cast(0x4d), + static_cast(0xfa), + static_cast(0x07), + static_cast(0x35), + static_cast(0x20), + static_cast(0xf9), + static_cast(0x93), + static_cast(0x01), + static_cast(0xf7), + static_cast(0xae), + static_cast(0x63), + static_cast(0x05), + static_cast(0x8b), + static_cast(0x78), + static_cast(0x03), + static_cast(0xbc), + static_cast(0x2d), + static_cast(0xfc), + static_cast(0x19), + static_cast(0x07), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x35), + static_cast(0x5a), + static_cast(0xfb), + static_cast(0xf6), + static_cast(0xe4), + static_cast(0xfc), + static_cast(0xca), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x7f), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x89), + static_cast(0xfd), + static_cast(0x06), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x9e), + static_cast(0xe3), + static_cast(0x02), + static_cast(0xa4), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xa2), + static_cast(0xd0), + static_cast(0x00), + static_cast(0x67), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x73), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x48), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x79), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x42), + static_cast(0xba), + static_cast(0xfd), + static_cast(0xbe), + static_cast(0x15), + static_cast(0xfd), + static_cast(0xd9), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x06), + static_cast(0xfd), + static_cast(0xfa), + static_cast(0xe6), + static_cast(0xfc), + static_cast(0x9e), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x36), + static_cast(0xff), + static_cast(0x17), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x56), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x10), + static_cast(0xff), + static_cast(0x28), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x48), + static_cast(0xff), + static_cast(0x76), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x68), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xee), + static_cast(0xef), + static_cast(0xff), + static_cast(0x99), + static_cast(0x00), + static_cast(0x00), + static_cast(0x23), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x36), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x57), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xae), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x83), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x86), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x12), + static_cast(0x17), + static_cast(0x38), + static_cast(0xb3), + static_cast(0x2d), + static_cast(0xfb), + static_cast(0xb2), + static_cast(0x08), + static_cast(0xc8), + static_cast(0x17), + static_cast(0xf4), + static_cast(0xc8), + static_cast(0x99), + static_cast(0x11), + static_cast(0x4d), + static_cast(0xef), + static_cast(0x07), + static_cast(0x7b), + static_cast(0x40), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x4d), + static_cast(0x13), + static_cast(0x06), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xf9), + static_cast(0x7b), + static_cast(0x64), + static_cast(0xf7), + static_cast(0x80), + static_cast(0xde), + static_cast(0x05), + static_cast(0x4b), + static_cast(0xd7), + static_cast(0x02), + static_cast(0x03), + static_cast(0x97), + static_cast(0xfb), + static_cast(0x76), + static_cast(0xdc), + static_cast(0xfc), + static_cast(0x19), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x4e), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x6e), + static_cast(0xfa), + static_cast(0x76), + static_cast(0x1c), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0x99), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x1b), + static_cast(0xfd), + static_cast(0x48), + static_cast(0x17), + static_cast(0xff), + static_cast(0x88), + static_cast(0xf0), + static_cast(0xfc), + static_cast(0x88), + static_cast(0x36), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x77), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x59), + static_cast(0xe6), + static_cast(0x02), + static_cast(0xed), + static_cast(0xd7), + static_cast(0x00), + static_cast(0x97), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x93), + static_cast(0xed), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x97), + static_cast(0xff), + static_cast(0x71), + static_cast(0x71), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x88), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x59), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x32), + static_cast(0xfd), + static_cast(0x6f), + static_cast(0x7a), + static_cast(0xfc), + static_cast(0x2d), + static_cast(0x26), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0xf7), + static_cast(0x24), + static_cast(0xfd), + static_cast(0xc9), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x12), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x52), + static_cast(0xff), + static_cast(0x86), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x85), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x94), + static_cast(0x70), + static_cast(0xff), + static_cast(0x03), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x80), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x85), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x67), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x03), + static_cast(0x16), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xae), + static_cast(0x93), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x78), + static_cast(0xff), + static_cast(0x51), + static_cast(0x84), + static_cast(0xff), + static_cast(0x52), + static_cast(0x3f), + static_cast(0x18), + static_cast(0x99), + static_cast(0x3b), + static_cast(0x31), + static_cast(0xe4), + static_cast(0x05), + static_cast(0x09), + static_cast(0x98), + static_cast(0x83), + static_cast(0xef), + static_cast(0x82), + static_cast(0x2a), + static_cast(0x10), + static_cast(0x70), + static_cast(0x5b), + static_cast(0x0a), + static_cast(0xbb), + static_cast(0x7f), + static_cast(0xf6), + static_cast(0x2d), + static_cast(0x12), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xd3), + static_cast(0x03), + static_cast(0x20), + static_cast(0xec), + static_cast(0xfa), + static_cast(0x66), + static_cast(0xa0), + static_cast(0xf7), + static_cast(0x6a), + static_cast(0x5f), + static_cast(0x05), + static_cast(0x67), + static_cast(0xd0), + static_cast(0x02), + static_cast(0xd3), + static_cast(0x14), + static_cast(0xfb), + static_cast(0x12), + static_cast(0x0d), + static_cast(0xfd), + static_cast(0x11), + static_cast(0xc6), + static_cast(0xfd), + static_cast(0x10), + static_cast(0x75), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x55), + static_cast(0xfa), + static_cast(0xb9), + static_cast(0x41), + static_cast(0xfc), + static_cast(0x4d), + static_cast(0x57), + static_cast(0xff), + static_cast(0x34), + static_cast(0xde), + static_cast(0xfc), + static_cast(0xb9), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xda), + static_cast(0xe7), + static_cast(0xfc), + static_cast(0xea), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x8c), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x3b), + static_cast(0x02), + static_cast(0x94), + static_cast(0x8b), + static_cast(0x01), + static_cast(0x08), + static_cast(0x34), + static_cast(0x01), + static_cast(0x16), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x37), + static_cast(0x44), + static_cast(0x00), + static_cast(0x66), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x24), + static_cast(0x18), + static_cast(0xff), + static_cast(0x42), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x63), + static_cast(0xfd), + static_cast(0x87), + static_cast(0xf0), + static_cast(0xfb), + static_cast(0xe7), + static_cast(0x3e), + static_cast(0xfd), + static_cast(0x4d), + static_cast(0x69), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0x95), + static_cast(0xfd), + static_cast(0xb1), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0x67), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x17), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x23), + static_cast(0xff), + static_cast(0x39), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x41), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x68), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x64), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x89), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x92), + static_cast(0x07), + static_cast(0x00), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xae), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x77), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x21), + static_cast(0x96), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x95), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xea), + static_cast(0x02), + static_cast(0x1c), + static_cast(0xbd), + static_cast(0xb0), + static_cast(0x34), + static_cast(0xfc), + static_cast(0xfb), + static_cast(0x04), + static_cast(0xa0), + static_cast(0x4a), + static_cast(0xed), + static_cast(0xd5), + static_cast(0x50), + static_cast(0x10), + static_cast(0xbc), + static_cast(0x15), + static_cast(0x09), + static_cast(0x39), + static_cast(0x21), + static_cast(0xf9), + static_cast(0xc6), + static_cast(0x70), + static_cast(0xff), + static_cast(0x50), + static_cast(0x67), + static_cast(0x01), + static_cast(0xe1), + static_cast(0x15), + static_cast(0xfb), + static_cast(0xa0), + static_cast(0xe3), + static_cast(0xf8), + static_cast(0x84), + static_cast(0x79), + static_cast(0x05), + static_cast(0x90), + static_cast(0x4d), + static_cast(0x01), + static_cast(0x76), + static_cast(0x76), + static_cast(0xfb), + static_cast(0x68), + static_cast(0xf9), + static_cast(0xfc), + static_cast(0x45), + static_cast(0xa1), + static_cast(0xfc), + static_cast(0x2b), + static_cast(0x8c), + static_cast(0x00), + static_cast(0xa0), + static_cast(0xde), + static_cast(0xf9), + static_cast(0xe0), + static_cast(0x46), + static_cast(0xfc), + static_cast(0x6c), + static_cast(0x99), + static_cast(0xff), + static_cast(0xff), + static_cast(0x07), + static_cast(0xfd), + static_cast(0x7a), + static_cast(0xda), + static_cast(0xff), + static_cast(0xad), + static_cast(0x07), + static_cast(0xfd), + static_cast(0x23), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x53), + static_cast(0x32), + static_cast(0xff), + static_cast(0x14), + static_cast(0x37), + static_cast(0x01), + static_cast(0x59), + static_cast(0xbd), + static_cast(0x01), + static_cast(0xc7), + static_cast(0xe7), + static_cast(0x01), + static_cast(0x23), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x95), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x26), + static_cast(0xde), + static_cast(0xfd), + static_cast(0x50), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x83), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x3b), + static_cast(0xfd), + static_cast(0xbf), + static_cast(0xed), + static_cast(0xfb), + static_cast(0xc2), + static_cast(0xa1), + static_cast(0xfc), + static_cast(0xa8), + static_cast(0x47), + static_cast(0xfd), + static_cast(0x10), + static_cast(0xef), + static_cast(0xfd), + static_cast(0x73), + static_cast(0xb2), + static_cast(0xfd), + static_cast(0x65), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x64), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x51), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x05), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x1b), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x90), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x29), + static_cast(0xff), + static_cast(0x65), + static_cast(0x33), + static_cast(0xff), + static_cast(0x39), + static_cast(0x38), + static_cast(0xff), + static_cast(0x95), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x63), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x96), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x20), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x21), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x65), + static_cast(0xff), + static_cast(0x03), + static_cast(0x60), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x27), + static_cast(0x1d), + static_cast(0x90), + static_cast(0x11), + static_cast(0x38), + static_cast(0x70), + static_cast(0x6c), + static_cast(0x05), + static_cast(0x4d), + static_cast(0xd6), + static_cast(0xe9), + static_cast(0xed), + static_cast(0x14), + static_cast(0x0f), + static_cast(0xae), + static_cast(0xdd), + static_cast(0x08), + static_cast(0x9d), + static_cast(0x9b), + static_cast(0xfa), + static_cast(0x2a), + static_cast(0xa4), + static_cast(0x00), + static_cast(0xe9), + static_cast(0x21), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xcf), + static_cast(0xfb), + static_cast(0xa5), + static_cast(0xcf), + static_cast(0xf9), + static_cast(0x59), + static_cast(0x6e), + static_cast(0x04), + static_cast(0x9a), + static_cast(0x38), + static_cast(0x01), + static_cast(0x1c), + static_cast(0x4d), + static_cast(0xfb), + static_cast(0xdc), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0x02), + static_cast(0x61), + static_cast(0xfb), + static_cast(0x71), + static_cast(0x53), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x69), + static_cast(0xfa), + static_cast(0x30), + static_cast(0xaf), + static_cast(0xfb), + static_cast(0x1f), + static_cast(0x50), + static_cast(0x00), + static_cast(0xea), + static_cast(0xce), + static_cast(0xfc), + static_cast(0x0a), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x98), + static_cast(0xfd), + static_cast(0x85), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xf1), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x96), + static_cast(0xff), + static_cast(0xce), + static_cast(0x94), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x54), + static_cast(0x01), + static_cast(0xf6), + static_cast(0xda), + static_cast(0x02), + static_cast(0xec), + static_cast(0xf0), + static_cast(0xfd), + static_cast(0x87), + static_cast(0xca), + static_cast(0xff), + static_cast(0x27), + static_cast(0x57), + static_cast(0x01), + static_cast(0xe8), + static_cast(0xab), + static_cast(0xfd), + static_cast(0xfb), + static_cast(0x44), + static_cast(0x00), + static_cast(0xa0), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xee), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x18), + static_cast(0xfd), + static_cast(0xc6), + static_cast(0x30), + static_cast(0xfc), + static_cast(0x5a), + static_cast(0xa6), + static_cast(0xfc), + static_cast(0x7e), + static_cast(0x90), + static_cast(0xfc), + static_cast(0x04), + static_cast(0xf6), + static_cast(0xfd), + static_cast(0x25), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0xe0), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x93), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x27), + static_cast(0xed), + static_cast(0xfd), + static_cast(0x8c), + static_cast(0x26), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xad), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x01), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x07), + static_cast(0xff), + static_cast(0x19), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x57), + static_cast(0x00), + static_cast(0x80), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x24), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xac), + static_cast(0x35), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x51), + static_cast(0x64), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x22), + static_cast(0x59), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x3b), + static_cast(0x1f), + static_cast(0x38), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x59), + static_cast(0x52), + static_cast(0x04), + static_cast(0xb6), + static_cast(0x09), + static_cast(0xe8), + static_cast(0x2c), + static_cast(0x81), + static_cast(0x0e), + static_cast(0x09), + static_cast(0xee), + static_cast(0x06), + static_cast(0xba), + static_cast(0x9b), + static_cast(0xfb), + static_cast(0xb3), + static_cast(0x3e), + static_cast(0x02), + static_cast(0x1f), + static_cast(0xa8), + static_cast(0xfd), + static_cast(0xd9), + static_cast(0x24), + static_cast(0xfc), + static_cast(0xc0), + static_cast(0x7e), + static_cast(0xfa), + static_cast(0x62), + static_cast(0xbe), + static_cast(0x03), + static_cast(0xf6), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x22), + static_cast(0x25), + static_cast(0xfb), + static_cast(0xc1), + static_cast(0x4d), + static_cast(0xfd), + static_cast(0x59), + static_cast(0x93), + static_cast(0xfa), + static_cast(0xad), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x03), + static_cast(0xfb), + static_cast(0x00), + static_cast(0xc0), + static_cast(0xfb), + static_cast(0xcf), + static_cast(0x53), + static_cast(0x00), + static_cast(0x02), + static_cast(0xb4), + static_cast(0xfc), + static_cast(0x97), + static_cast(0x78), + static_cast(0x00), + static_cast(0xaf), + static_cast(0xe7), + static_cast(0xfd), + static_cast(0x8a), + static_cast(0x09), + static_cast(0xff), + static_cast(0xee), + static_cast(0x3a), + static_cast(0x01), + static_cast(0x8c), + static_cast(0x03), + static_cast(0x00), + static_cast(0x94), + static_cast(0xb8), + static_cast(0x00), + static_cast(0x68), + static_cast(0xa3), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x0e), + static_cast(0x03), + static_cast(0x87), + static_cast(0xec), + static_cast(0xfd), + static_cast(0x59), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0xc1), + static_cast(0x01), + static_cast(0x62), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x05), + static_cast(0x56), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x29), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x51), + static_cast(0xfd), + static_cast(0x2b), + static_cast(0x90), + static_cast(0xfc), + static_cast(0x26), + static_cast(0xac), + static_cast(0xfc), + static_cast(0xa7), + static_cast(0xda), + static_cast(0xfb), + static_cast(0xdb), + static_cast(0xc7), + static_cast(0xfd), + static_cast(0x96), + static_cast(0x67), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x59), + static_cast(0x38), + static_cast(0xff), + static_cast(0x22), + static_cast(0xd2), + static_cast(0xfd), + static_cast(0xd1), + static_cast(0xfa), + static_cast(0xfd), + static_cast(0x90), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x61), + static_cast(0x07), + static_cast(0xff), + static_cast(0x33), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x57), + static_cast(0x00), + static_cast(0x7f), + static_cast(0x09), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x95), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x97), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x59), + static_cast(0xff), + static_cast(0xed), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x96), + static_cast(0x60), + static_cast(0xff), + static_cast(0x00), + static_cast(0x57), + static_cast(0x20), + static_cast(0x07), + static_cast(0x7d), + static_cast(0x3d), + static_cast(0xfd), + static_cast(0xd2), + static_cast(0x04), + static_cast(0x95), + static_cast(0xb1), + static_cast(0xe6), + static_cast(0xb4), + static_cast(0x49), + static_cast(0x0d), + static_cast(0x6e), + static_cast(0xcc), + static_cast(0x04), + static_cast(0xc6), + static_cast(0xa9), + static_cast(0xfb), + static_cast(0xc3), + static_cast(0xe3), + static_cast(0x03), + static_cast(0x3e), + static_cast(0x12), + static_cast(0xfd), + static_cast(0x5d), + static_cast(0x19), + static_cast(0xfc), + static_cast(0x0e), + static_cast(0xc2), + static_cast(0xfa), + static_cast(0x57), + static_cast(0x26), + static_cast(0x03), + static_cast(0x8a), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x6d), + static_cast(0xf6), + static_cast(0xfa), + static_cast(0xfb), + static_cast(0xd8), + static_cast(0xfd), + static_cast(0x19), + static_cast(0xba), + static_cast(0xf9), + static_cast(0xc6), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x77), + static_cast(0x16), + static_cast(0xfc), + static_cast(0xe6), + static_cast(0x78), + static_cast(0xfb), + static_cast(0x1b), + static_cast(0x01), + static_cast(0x00), + static_cast(0x70), + static_cast(0xc5), + static_cast(0xfc), + static_cast(0x85), + static_cast(0xd5), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x33), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x80), + static_cast(0x01), + static_cast(0xc1), + static_cast(0x90), + static_cast(0x00), + static_cast(0x1d), + static_cast(0x31), + static_cast(0x01), + static_cast(0xc5), + static_cast(0x81), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x97), + static_cast(0x02), + static_cast(0x9f), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x0c), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x56), + static_cast(0x01), + static_cast(0x01), + static_cast(0x17), + static_cast(0xff), + static_cast(0x97), + static_cast(0x99), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x9e), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x12), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xe0), + static_cast(0xfd), + static_cast(0xc4), + static_cast(0x4a), + static_cast(0xfc), + static_cast(0xd9), + static_cast(0xbd), + static_cast(0xfc), + static_cast(0x4b), + static_cast(0xb6), + static_cast(0xfb), + static_cast(0x03), + static_cast(0x53), + static_cast(0xfd), + static_cast(0x35), + static_cast(0x95), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0xbf), + static_cast(0xab), + static_cast(0xff), + static_cast(0x12), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x59), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xb8), + static_cast(0xfd), + static_cast(0xc4), + static_cast(0xe6), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0xae), + static_cast(0xff), + static_cast(0x72), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xc2), + static_cast(0x48), + static_cast(0xff), + static_cast(0x43), + static_cast(0x68), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x63), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x31), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x96), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xca), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x59), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x52), + static_cast(0x42), + static_cast(0xff), + static_cast(0x06), + static_cast(0x96), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x84), + static_cast(0x21), + static_cast(0xd7), + static_cast(0x53), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x05), + static_cast(0x28), + static_cast(0xcc), + static_cast(0xe6), + static_cast(0x7d), + static_cast(0x23), + static_cast(0x0c), + static_cast(0x8f), + static_cast(0xab), + static_cast(0x01), + static_cast(0xf4), + static_cast(0x94), + static_cast(0xfb), + static_cast(0x59), + static_cast(0x84), + static_cast(0x05), + static_cast(0x6d), + static_cast(0xc4), + static_cast(0xfc), + static_cast(0x09), + static_cast(0xee), + static_cast(0xfb), + static_cast(0xed), + static_cast(0x06), + static_cast(0xfb), + static_cast(0x2c), + static_cast(0x98), + static_cast(0x02), + static_cast(0xa0), + static_cast(0x75), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x6d), + static_cast(0xfb), + static_cast(0x8c), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0xd6), + static_cast(0xf8), + static_cast(0x4f), + static_cast(0x57), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x01), + static_cast(0xfd), + static_cast(0x3a), + static_cast(0x2b), + static_cast(0xfb), + static_cast(0x2b), + static_cast(0x86), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xeb), + static_cast(0xfc), + static_cast(0x6d), + static_cast(0x69), + static_cast(0x01), + static_cast(0x60), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0x73), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x46), + static_cast(0x02), + static_cast(0x7f), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x18), + static_cast(0x3f), + static_cast(0x01), + static_cast(0x14), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xb4), + static_cast(0x01), + static_cast(0x70), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x4e), + static_cast(0xfc), + static_cast(0xd5), + static_cast(0xad), + static_cast(0x00), + static_cast(0x62), + static_cast(0xae), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x2c), + static_cast(0x01), + static_cast(0xb0), + static_cast(0x81), + static_cast(0x01), + static_cast(0x19), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x79), + static_cast(0xe6), + static_cast(0xfd), + static_cast(0x97), + static_cast(0x3d), + static_cast(0xfc), + static_cast(0xf1), + static_cast(0x2c), + static_cast(0xfd), + static_cast(0x34), + static_cast(0x8f), + static_cast(0xfb), + static_cast(0xde), + static_cast(0x96), + static_cast(0xfc), + static_cast(0xd4), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0x26), + static_cast(0x27), + static_cast(0xff), + static_cast(0x26), + static_cast(0xb4), + static_cast(0x00), + static_cast(0xf2), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x46), + static_cast(0xca), + static_cast(0xfd), + static_cast(0x72), + static_cast(0xb4), + static_cast(0xfd), + static_cast(0xd0), + static_cast(0x73), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x19), + static_cast(0x00), + static_cast(0x9f), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x98), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0x10), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x62), + static_cast(0x00), + static_cast(0x5c), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xee), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x40), + static_cast(0x18), + static_cast(0xff), + static_cast(0xab), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x39), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x66), + static_cast(0xff), + static_cast(0x21), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x54), + static_cast(0x81), + static_cast(0x21), + static_cast(0xaa), + static_cast(0x84), + static_cast(0x40), + static_cast(0x23), + static_cast(0x2c), + static_cast(0x07), + static_cast(0x4b), + static_cast(0x85), + static_cast(0xe7), + static_cast(0x7b), + static_cast(0x90), + static_cast(0x0a), + static_cast(0x1a), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x01), + static_cast(0xfb), + static_cast(0x88), + static_cast(0x1e), + static_cast(0x07), + static_cast(0x29), + static_cast(0x3e), + static_cast(0xfc), + static_cast(0xbe), + static_cast(0xf1), + static_cast(0xfb), + static_cast(0xea), + static_cast(0x2e), + static_cast(0xfb), + static_cast(0x80), + static_cast(0x99), + static_cast(0x01), + static_cast(0x9c), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x35), + static_cast(0xfc), + static_cast(0xec), + static_cast(0x43), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xc4), + static_cast(0xf7), + static_cast(0x92), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x11), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x50), + static_cast(0xfa), + static_cast(0x9b), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0x66), + static_cast(0x6b), + static_cast(0x01), + static_cast(0xce), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x43), + static_cast(0xff), + static_cast(0xae), + static_cast(0x41), + static_cast(0x02), + static_cast(0xe0), + static_cast(0x09), + static_cast(0x00), + static_cast(0xc0), + static_cast(0xba), + static_cast(0x01), + static_cast(0xa8), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x67), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xae), + static_cast(0xff), + static_cast(0x91), + static_cast(0x74), + static_cast(0xfc), + static_cast(0xea), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x74), + static_cast(0xff), + static_cast(0xce), + static_cast(0x45), + static_cast(0x02), + static_cast(0xa4), + static_cast(0x6a), + static_cast(0x02), + static_cast(0x74), + static_cast(0x94), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x03), + static_cast(0xbb), + static_cast(0xfc), + static_cast(0x2e), + static_cast(0xc5), + static_cast(0xfc), + static_cast(0x3f), + static_cast(0x49), + static_cast(0xfb), + static_cast(0x61), + static_cast(0x94), + static_cast(0xfc), + static_cast(0x0b), + static_cast(0x44), + static_cast(0xff), + static_cast(0x89), + static_cast(0xc2), + static_cast(0xfd), + static_cast(0xc7), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x6f), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x61), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x51), + static_cast(0xfd), + static_cast(0x19), + static_cast(0x09), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xee), + static_cast(0xff), + static_cast(0x94), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x91), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x46), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x21), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x54), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x89), + static_cast(0xff), + static_cast(0xce), + static_cast(0x33), + static_cast(0xff), + static_cast(0x22), + static_cast(0x26), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x39), + static_cast(0x07), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x85), + static_cast(0xff), + static_cast(0x25), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x39), + static_cast(0x47), + static_cast(0x20), + static_cast(0x7c), + static_cast(0x02), + static_cast(0x41), + static_cast(0xed), + static_cast(0xe3), + static_cast(0x0a), + static_cast(0x75), + static_cast(0x8f), + static_cast(0xe8), + static_cast(0x28), + static_cast(0x96), + static_cast(0x08), + static_cast(0xc6), + static_cast(0x1e), + static_cast(0xfb), + static_cast(0xbb), + static_cast(0x8e), + static_cast(0xf9), + static_cast(0x68), + static_cast(0x92), + static_cast(0x08), + static_cast(0x2d), + static_cast(0xa8), + static_cast(0xfb), + static_cast(0xab), + static_cast(0xb1), + static_cast(0xfb), + static_cast(0x13), + static_cast(0x52), + static_cast(0xfb), + static_cast(0x87), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x88), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x16), + static_cast(0xfd), + static_cast(0xcb), + static_cast(0xdb), + static_cast(0x01), + static_cast(0xe2), + static_cast(0xcb), + static_cast(0xf6), + static_cast(0xe6), + static_cast(0x60), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x7c), + static_cast(0xf9), + static_cast(0x6e), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xe1), + static_cast(0xfc), + static_cast(0x81), + static_cast(0xa5), + static_cast(0x01), + static_cast(0x0e), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x85), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x52), + static_cast(0x02), + static_cast(0xbc), + static_cast(0xac), + static_cast(0xff), + static_cast(0xab), + static_cast(0x7c), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x20), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xba), + static_cast(0xff), + static_cast(0x72), + static_cast(0x6c), + static_cast(0x00), + static_cast(0x47), + static_cast(0x4c), + static_cast(0xfc), + static_cast(0xed), + static_cast(0xce), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xdd), + static_cast(0x00), + static_cast(0x57), + static_cast(0x68), + static_cast(0x03), + static_cast(0x53), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x3e), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x91), + static_cast(0xfc), + static_cast(0x3f), + static_cast(0x7a), + static_cast(0xfc), + static_cast(0xa3), + static_cast(0xc2), + static_cast(0xfb), + static_cast(0xe0), + static_cast(0x7c), + static_cast(0xfc), + static_cast(0xa6), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x10), + static_cast(0x1b), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x44), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x23), + static_cast(0xa2), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x86), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x8a), + static_cast(0xfd), + static_cast(0xa0), + static_cast(0x33), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x73), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x50), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0x46), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0x74), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x05), + static_cast(0x00), + static_cast(0x01), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x41), + static_cast(0x31), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x11), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xae), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xd5), + static_cast(0x21), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x40), + static_cast(0x34), + static_cast(0xa8), + static_cast(0x09), + static_cast(0x54), + static_cast(0xe9), + static_cast(0xec), + static_cast(0x6e), + static_cast(0xa9), + static_cast(0x07), + static_cast(0x65), + static_cast(0xc0), + static_cast(0xf5), + static_cast(0x18), + static_cast(0x56), + static_cast(0xfa), + static_cast(0xb3), + static_cast(0x69), + static_cast(0x08), + static_cast(0x1c), + static_cast(0x15), + static_cast(0xfb), + static_cast(0xdf), + static_cast(0x96), + static_cast(0xfb), + static_cast(0xb1), + static_cast(0x47), + static_cast(0xfb), + static_cast(0xb9), + static_cast(0x3a), + static_cast(0x01), + static_cast(0x60), + static_cast(0xb4), + static_cast(0xfd), + static_cast(0xe1), + static_cast(0x21), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xfc), + static_cast(0x02), + static_cast(0xc7), + static_cast(0x69), + static_cast(0xf5), + static_cast(0x3d), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x25), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0xcc), + static_cast(0xf9), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xff), + static_cast(0x18), + static_cast(0x4b), + static_cast(0xfd), + static_cast(0x54), + static_cast(0x5a), + static_cast(0x01), + static_cast(0x16), + static_cast(0x88), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x9e), + static_cast(0x01), + static_cast(0xb7), + static_cast(0x06), + static_cast(0xff), + static_cast(0x37), + static_cast(0x0e), + static_cast(0x02), + static_cast(0xc3), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x77), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x95), + static_cast(0x00), + static_cast(0xba), + static_cast(0x8d), + static_cast(0xfd), + static_cast(0x76), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x58), + static_cast(0x24), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xcc), + static_cast(0x03), + static_cast(0x03), + static_cast(0x32), + static_cast(0x02), + static_cast(0x18), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x81), + static_cast(0xe0), + static_cast(0xfc), + static_cast(0x77), + static_cast(0x3a), + static_cast(0xfd), + static_cast(0x7e), + static_cast(0x8f), + static_cast(0xfb), + static_cast(0x05), + static_cast(0x82), + static_cast(0xfc), + static_cast(0x8e), + static_cast(0x64), + static_cast(0xff), + static_cast(0x59), + static_cast(0x61), + static_cast(0xfe), + static_cast(0x69), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0x0f), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xab), + static_cast(0x52), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x93), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xe8), + static_cast(0xfd), + static_cast(0xee), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x76), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x10), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x8f), + static_cast(0xfd), + static_cast(0x97), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x97), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x99), + static_cast(0xff), + static_cast(0x41), + static_cast(0x67), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x60), + static_cast(0x13), + static_cast(0xff), + static_cast(0x96), + static_cast(0x73), + static_cast(0xff), + static_cast(0x21), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x68), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x44), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xec), + static_cast(0x22), + static_cast(0x2c), + static_cast(0x98), + static_cast(0x3f), + static_cast(0x99), + static_cast(0x29), + static_cast(0x09), + static_cast(0x2d), + static_cast(0x4e), + static_cast(0xf1), + static_cast(0x85), + static_cast(0x1b), + static_cast(0x06), + static_cast(0xf2), + static_cast(0x48), + static_cast(0xf1), + static_cast(0x2a), + static_cast(0x2c), + static_cast(0xfa), + static_cast(0x3d), + static_cast(0x87), + static_cast(0x07), + static_cast(0xb2), + static_cast(0x17), + static_cast(0xfb), + static_cast(0x25), + static_cast(0x1e), + static_cast(0xfb), + static_cast(0xe0), + static_cast(0x0a), + static_cast(0xfc), + static_cast(0x63), + static_cast(0xfb), + static_cast(0x01), + static_cast(0x2f), + static_cast(0x87), + static_cast(0xfc), + static_cast(0x1d), + static_cast(0x8c), + static_cast(0x01), + static_cast(0x1e), + static_cast(0x52), + static_cast(0x03), + static_cast(0x15), + static_cast(0x38), + static_cast(0xf4), + static_cast(0x03), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x63), + static_cast(0xfb), + static_cast(0x55), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xef), + static_cast(0x08), + static_cast(0xfc), + static_cast(0x22), + static_cast(0x59), + static_cast(0x01), + static_cast(0xb0), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x2a), + static_cast(0x01), + static_cast(0x0b), + static_cast(0x71), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x23), + static_cast(0x02), + static_cast(0x53), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x43), + static_cast(0x00), + static_cast(0x80), + static_cast(0xf5), + static_cast(0x00), + static_cast(0x57), + static_cast(0x3f), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x01), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x70), + static_cast(0x01), + static_cast(0xa4), + static_cast(0x25), + static_cast(0x03), + static_cast(0x81), + static_cast(0xf1), + static_cast(0x00), + static_cast(0xf1), + static_cast(0xb3), + static_cast(0xfc), + static_cast(0x07), + static_cast(0x99), + static_cast(0xfd), + static_cast(0x75), + static_cast(0x01), + static_cast(0xfc), + static_cast(0x3c), + static_cast(0x5b), + static_cast(0xfc), + static_cast(0x18), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x87), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x49), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0xd3), + static_cast(0x50), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x14), + static_cast(0x00), + static_cast(0x31), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xb7), + static_cast(0xfd), + static_cast(0x08), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0xbd), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0x39), + static_cast(0xfe), + static_cast(0xba), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x48), + static_cast(0x74), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x21), + static_cast(0x00), + static_cast(0xdf), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x89), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xb5), + static_cast(0x21), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x8d), + static_cast(0xc8), + static_cast(0x0b), + static_cast(0x52), + static_cast(0xbe), + static_cast(0xf4), + static_cast(0xea), + static_cast(0xdd), + static_cast(0x04), + static_cast(0xc8), + static_cast(0xe6), + static_cast(0xee), + static_cast(0xa0), + static_cast(0xc8), + static_cast(0xf7), + static_cast(0xe1), + static_cast(0x5d), + static_cast(0x06), + static_cast(0x70), + static_cast(0x55), + static_cast(0xfc), + static_cast(0x9d), + static_cast(0x56), + static_cast(0xfb), + static_cast(0x1f), + static_cast(0x77), + static_cast(0xfc), + static_cast(0xc8), + static_cast(0x7f), + static_cast(0x02), + static_cast(0x95), + static_cast(0x79), + static_cast(0xfc), + static_cast(0x35), + static_cast(0xf0), + static_cast(0x02), + static_cast(0xbf), + static_cast(0xcf), + static_cast(0x03), + static_cast(0x65), + static_cast(0x17), + static_cast(0xf3), + static_cast(0xae), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x45), + static_cast(0x00), + static_cast(0x39), + static_cast(0x48), + static_cast(0xfa), + static_cast(0x74), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x5d), + static_cast(0xfc), + static_cast(0x7e), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x23), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0xea), + static_cast(0x00), + static_cast(0xda), + static_cast(0x60), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xa5), + static_cast(0x02), + static_cast(0x14), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x11), + static_cast(0x00), + static_cast(0xc7), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x54), + static_cast(0x00), + static_cast(0x61), + static_cast(0xbf), + static_cast(0xfd), + static_cast(0x96), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x59), + static_cast(0x00), + static_cast(0x8d), + static_cast(0x7d), + static_cast(0x01), + static_cast(0xc9), + static_cast(0x1a), + static_cast(0x03), + static_cast(0x3f), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x5a), + static_cast(0xfd), + static_cast(0xdf), + static_cast(0x06), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0x40), + static_cast(0xfc), + static_cast(0x96), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x45), + static_cast(0xfd), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x17), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0x1d), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x93), + static_cast(0x00), + static_cast(0x18), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0x96), + static_cast(0x91), + static_cast(0xfd), + static_cast(0x23), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xca), + static_cast(0xfd), + static_cast(0x60), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0x67), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x81), + static_cast(0x00), + static_cast(0x94), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xac), + static_cast(0x36), + static_cast(0x00), + static_cast(0x14), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x70), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x51), + static_cast(0x21), + static_cast(0x36), + static_cast(0xf4), + static_cast(0x3b), + static_cast(0xb8), + static_cast(0xae), + static_cast(0x0c), + static_cast(0x0b), + static_cast(0x7b), + static_cast(0xf8), + static_cast(0xc2), + static_cast(0xaa), + static_cast(0x03), + static_cast(0x0c), + static_cast(0xc7), + static_cast(0xec), + static_cast(0x24), + static_cast(0x53), + static_cast(0xf5), + static_cast(0x05), + static_cast(0x5e), + static_cast(0x04), + static_cast(0xb9), + static_cast(0x68), + static_cast(0xff), + static_cast(0x13), + static_cast(0x98), + static_cast(0xfb), + static_cast(0x24), + static_cast(0xc1), + static_cast(0xfb), + static_cast(0x54), + static_cast(0xb4), + static_cast(0x03), + static_cast(0x8d), + static_cast(0xd9), + static_cast(0xfc), + static_cast(0x0e), + static_cast(0x25), + static_cast(0x03), + static_cast(0xf2), + static_cast(0x42), + static_cast(0x03), + static_cast(0x18), + static_cast(0x21), + static_cast(0xf5), + static_cast(0x62), + static_cast(0x35), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x4e), + static_cast(0xfb), + static_cast(0xd4), + static_cast(0x4c), + static_cast(0xfd), + static_cast(0xc9), + static_cast(0x9a), + static_cast(0xfb), + static_cast(0x2c), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x49), + static_cast(0x71), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x13), + static_cast(0x1d), + static_cast(0x01), + static_cast(0x0b), + static_cast(0x78), + static_cast(0x02), + static_cast(0x40), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x68), + static_cast(0x00), + static_cast(0xba), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x70), + static_cast(0x00), + static_cast(0x55), + static_cast(0x6f), + static_cast(0xfd), + static_cast(0x32), + static_cast(0x35), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x1d), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x05), + static_cast(0x03), + static_cast(0xc3), + static_cast(0x19), + static_cast(0x01), + static_cast(0xcd), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0xf4), + static_cast(0xfc), + static_cast(0xee), + static_cast(0x17), + static_cast(0xfd), + static_cast(0xef), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x60), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x57), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0x1a), + static_cast(0xfd), + static_cast(0xbe), + static_cast(0x4d), + static_cast(0xfc), + static_cast(0x32), + static_cast(0xbe), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0x42), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x76), + static_cast(0x01), + static_cast(0xfb), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x30), + static_cast(0xfd), + static_cast(0x93), + static_cast(0xca), + static_cast(0xfd), + static_cast(0x97), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0x12), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x16), + static_cast(0xff), + static_cast(0x77), + static_cast(0x33), + static_cast(0xff), + static_cast(0x63), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x66), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x28), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xa8), + static_cast(0x21), + static_cast(0x94), + static_cast(0xe0), + static_cast(0x39), + static_cast(0x49), + static_cast(0xa1), + static_cast(0x0b), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x45), + static_cast(0xc4), + static_cast(0x03), + static_cast(0xa2), + static_cast(0xcc), + static_cast(0xe9), + static_cast(0x0d), + static_cast(0x0a), + static_cast(0xf3), + static_cast(0xb4), + static_cast(0xc1), + static_cast(0x04), + static_cast(0x6b), + static_cast(0xaa), + static_cast(0x01), + static_cast(0xaa), + static_cast(0xc3), + static_cast(0xfa), + static_cast(0x9c), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0xf4), + static_cast(0xfb), + static_cast(0x03), + static_cast(0x2b), + static_cast(0x1e), + static_cast(0xfb), + static_cast(0x1b), + static_cast(0x1d), + static_cast(0x06), + static_cast(0xce), + static_cast(0x6b), + static_cast(0x03), + static_cast(0x93), + static_cast(0xee), + static_cast(0xf3), + static_cast(0x91), + static_cast(0x09), + static_cast(0x00), + static_cast(0x29), + static_cast(0x7f), + static_cast(0xfd), + static_cast(0x2e), + static_cast(0x51), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0x30), + static_cast(0xfc), + static_cast(0xb5), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x30), + static_cast(0xea), + static_cast(0x00), + static_cast(0x52), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x92), + static_cast(0x01), + static_cast(0xc3), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x99), + static_cast(0x5f), + static_cast(0x01), + static_cast(0x77), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xf7), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xfd), + static_cast(0x11), + static_cast(0x17), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x16), + static_cast(0x01), + static_cast(0x00), + static_cast(0x16), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x33), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x98), + static_cast(0x02), + static_cast(0xf1), + static_cast(0x48), + static_cast(0x00), + static_cast(0xf8), + static_cast(0xe3), + static_cast(0xfc), + static_cast(0x94), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x76), + static_cast(0x15), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x89), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x1a), + static_cast(0xfd), + static_cast(0x1c), + static_cast(0x11), + static_cast(0xfc), + static_cast(0x34), + static_cast(0x08), + static_cast(0xfd), + static_cast(0x9e), + static_cast(0xe6), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0xef), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x80), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x16), + static_cast(0xfd), + static_cast(0x70), + static_cast(0xab), + static_cast(0xfd), + static_cast(0xbd), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x48), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x63), + static_cast(0x06), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x42), + static_cast(0x00), + static_cast(0x7f), + static_cast(0x53), + static_cast(0xff), + static_cast(0x52), + static_cast(0x12), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x70), + static_cast(0xff), + static_cast(0x62), + static_cast(0xac), + static_cast(0xff), + static_cast(0xed), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x56), + static_cast(0x20), + static_cast(0x82), + static_cast(0xe3), + static_cast(0x37), + static_cast(0x38), + static_cast(0xab), + static_cast(0x0b), + static_cast(0x6d), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x69), + static_cast(0x04), + static_cast(0x0f), + static_cast(0x47), + static_cast(0xe7), + static_cast(0x5e), + static_cast(0x46), + static_cast(0xf2), + static_cast(0x3b), + static_cast(0xd3), + static_cast(0x04), + static_cast(0x45), + static_cast(0x51), + static_cast(0x02), + static_cast(0x98), + static_cast(0x1c), + static_cast(0xfd), + static_cast(0x3b), + static_cast(0x1b), + static_cast(0xfc), + static_cast(0x21), + static_cast(0x1e), + static_cast(0x03), + static_cast(0x88), + static_cast(0x20), + static_cast(0xfd), + static_cast(0xad), + static_cast(0x17), + static_cast(0x06), + static_cast(0x56), + static_cast(0xdd), + static_cast(0x02), + static_cast(0x76), + static_cast(0x9a), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x30), + static_cast(0xfd), + static_cast(0xfb), + static_cast(0xb1), + static_cast(0xbb), + static_cast(0xfb), + static_cast(0x13), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x83), + static_cast(0xfa), + static_cast(0x98), + static_cast(0xee), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x3c), + static_cast(0x01), + static_cast(0x26), + static_cast(0x99), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x36), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x78), + static_cast(0x01), + static_cast(0xb1), + static_cast(0x03), + static_cast(0x02), + static_cast(0x13), + static_cast(0x24), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x0f), + static_cast(0x01), + static_cast(0x0e), + static_cast(0x89), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xeb), + static_cast(0x01), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xfd), + static_cast(0x84), + static_cast(0x1c), + static_cast(0xfd), + static_cast(0x3d), + static_cast(0x12), + static_cast(0x01), + static_cast(0x96), + static_cast(0x42), + static_cast(0xff), + static_cast(0x54), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x49), + static_cast(0xe4), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x2d), + static_cast(0x02), + static_cast(0xc2), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x43), + static_cast(0x00), + static_cast(0xc9), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x2e), + static_cast(0x00), + static_cast(0xb7), + static_cast(0xc2), + static_cast(0xfd), + static_cast(0xb4), + static_cast(0x5d), + static_cast(0xfb), + static_cast(0x27), + static_cast(0x0d), + static_cast(0xfd), + static_cast(0x84), + static_cast(0x35), + static_cast(0xfd), + static_cast(0x90), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x66), + static_cast(0x65), + static_cast(0x00), + static_cast(0x32), + static_cast(0x25), + static_cast(0x00), + static_cast(0xee), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x46), + static_cast(0xfd), + static_cast(0x94), + static_cast(0x24), + static_cast(0xff), + static_cast(0x05), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x50), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x59), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x22), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x89), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xee), + static_cast(0xff), + static_cast(0x71), + static_cast(0x3c), + static_cast(0x1f), + static_cast(0x3d), + static_cast(0xdc), + static_cast(0x34), + static_cast(0x40), + static_cast(0x53), + static_cast(0x0b), + static_cast(0x61), + static_cast(0xd8), + static_cast(0x00), + static_cast(0x38), + static_cast(0xd2), + static_cast(0x03), + static_cast(0xf6), + static_cast(0xbb), + static_cast(0xe6), + static_cast(0x3d), + static_cast(0xba), + static_cast(0xf2), + static_cast(0x50), + static_cast(0x23), + static_cast(0x04), + static_cast(0x32), + static_cast(0xd6), + static_cast(0x02), + static_cast(0x73), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0x6f), + static_cast(0xfd), + static_cast(0x98), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x68), + static_cast(0xfc), + static_cast(0x6c), + static_cast(0x4a), + static_cast(0x09), + static_cast(0x1e), + static_cast(0xd1), + static_cast(0x00), + static_cast(0x96), + static_cast(0x68), + static_cast(0xf3), + static_cast(0x12), + static_cast(0x34), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x83), + static_cast(0xfb), + static_cast(0x60), + static_cast(0xc4), + static_cast(0xfc), + static_cast(0x25), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x54), + static_cast(0xfb), + static_cast(0xda), + static_cast(0x5a), + static_cast(0x01), + static_cast(0x4e), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x85), + static_cast(0x38), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x48), + static_cast(0x00), + static_cast(0x68), + static_cast(0x5d), + static_cast(0x01), + static_cast(0xab), + static_cast(0xa9), + static_cast(0x00), + static_cast(0xd2), + static_cast(0x54), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xb9), + static_cast(0x01), + static_cast(0x20), + static_cast(0x76), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x18), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x71), + static_cast(0x01), + static_cast(0x0f), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0xca), + static_cast(0xa7), + static_cast(0xfd), + static_cast(0x53), + static_cast(0x93), + static_cast(0xff), + static_cast(0x81), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xd6), + static_cast(0xfd), + static_cast(0x48), + static_cast(0x74), + static_cast(0x01), + static_cast(0x5b), + static_cast(0x27), + static_cast(0x02), + static_cast(0x2a), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x40), + static_cast(0x00), + static_cast(0x06), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x11), + static_cast(0x09), + static_cast(0x00), + static_cast(0xac), + static_cast(0x89), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x30), + static_cast(0xfb), + static_cast(0x7d), + static_cast(0xb6), + static_cast(0xfc), + static_cast(0x64), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0xe9), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x5f), + static_cast(0x00), + static_cast(0xa4), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0xaf), + static_cast(0x44), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x70), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x70), + static_cast(0x10), + static_cast(0xff), + static_cast(0x63), + static_cast(0x05), + static_cast(0xff), + static_cast(0x13), + static_cast(0x49), + static_cast(0xff), + static_cast(0x48), + static_cast(0x93), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x83), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xa2), + static_cast(0x1d), + static_cast(0x10), + static_cast(0xcd), + static_cast(0x31), + static_cast(0xcb), + static_cast(0x8f), + static_cast(0x0b), + static_cast(0xf8), + static_cast(0x86), + static_cast(0x01), + static_cast(0x55), + static_cast(0x52), + static_cast(0x02), + static_cast(0x82), + static_cast(0x94), + static_cast(0xe9), + static_cast(0xbc), + static_cast(0xef), + static_cast(0xf4), + static_cast(0x62), + static_cast(0xb0), + static_cast(0x00), + static_cast(0xea), + static_cast(0x67), + static_cast(0x03), + static_cast(0x3c), + static_cast(0x0d), + static_cast(0x03), + static_cast(0x00), + static_cast(0x22), + static_cast(0xfb), + static_cast(0xdf), + static_cast(0x82), + static_cast(0xfd), + static_cast(0x55), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x74), + static_cast(0xb0), + static_cast(0x08), + static_cast(0x96), + static_cast(0xbc), + static_cast(0xfd), + static_cast(0x79), + static_cast(0xfa), + static_cast(0xf5), + static_cast(0x37), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x20), + static_cast(0xfa), + static_cast(0x54), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0x73), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x95), + static_cast(0xfa), + static_cast(0x98), + static_cast(0x40), + static_cast(0x00), + static_cast(0x52), + static_cast(0xe9), + static_cast(0x00), + static_cast(0x28), + static_cast(0x81), + static_cast(0xff), + static_cast(0x58), + static_cast(0x82), + static_cast(0xff), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x70), + static_cast(0xc7), + static_cast(0x00), + static_cast(0xac), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x65), + static_cast(0x01), + static_cast(0xdc), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x77), + static_cast(0xff), + static_cast(0x33), + static_cast(0x37), + static_cast(0x01), + static_cast(0x1e), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0x0d), + static_cast(0x12), + static_cast(0xff), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x6d), + static_cast(0xfd), + static_cast(0x79), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xb4), + static_cast(0x02), + static_cast(0x48), + static_cast(0xb6), + static_cast(0x00), + static_cast(0x4b), + static_cast(0xc6), + static_cast(0x00), + static_cast(0xec), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xea), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x29), + static_cast(0xfc), + static_cast(0xe2), + static_cast(0x0a), + static_cast(0xfc), + static_cast(0x98), + static_cast(0x2c), + static_cast(0xfd), + static_cast(0x72), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xea), + static_cast(0xca), + static_cast(0xfd), + static_cast(0x70), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x3a), + static_cast(0x01), + static_cast(0x1a), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x93), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x10), + static_cast(0xfd), + static_cast(0x66), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x6a), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x35), + static_cast(0x00), + static_cast(0x54), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x31), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x42), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x27), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x16), + static_cast(0x24), + static_cast(0x1e), + static_cast(0xc3), + static_cast(0x25), + static_cast(0x31), + static_cast(0xed), + static_cast(0xfa), + static_cast(0x06), + static_cast(0x5a), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x7d), + static_cast(0x04), + static_cast(0x4e), + static_cast(0xc4), + static_cast(0xea), + static_cast(0xcd), + static_cast(0x6a), + static_cast(0xf7), + static_cast(0x87), + static_cast(0x3e), + static_cast(0x03), + static_cast(0x82), + static_cast(0x48), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x37), + static_cast(0x02), + static_cast(0xd0), + static_cast(0x15), + static_cast(0xfd), + static_cast(0x7c), + static_cast(0x96), + static_cast(0xfc), + static_cast(0x97), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x42), + static_cast(0x08), + static_cast(0x81), + static_cast(0xb9), + static_cast(0xfc), + static_cast(0x6e), + static_cast(0xf7), + static_cast(0xf6), + static_cast(0x32), + static_cast(0x4d), + static_cast(0x01), + static_cast(0x9d), + static_cast(0xe0), + static_cast(0xfa), + static_cast(0x71), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x79), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xed), + static_cast(0xf9), + static_cast(0x0a), + static_cast(0xcf), + static_cast(0x01), + static_cast(0x6b), + static_cast(0x3f), + static_cast(0x01), + static_cast(0x06), + static_cast(0xed), + static_cast(0xfd), + static_cast(0x4f), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x81), + static_cast(0x8c), + static_cast(0x01), + static_cast(0x5c), + static_cast(0xb3), + static_cast(0x00), + static_cast(0x75), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x27), + static_cast(0x01), + static_cast(0x5f), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x70), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x4c), + static_cast(0x01), + static_cast(0x2e), + static_cast(0xbc), + static_cast(0xfd), + static_cast(0x73), + static_cast(0xe2), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xde), + static_cast(0xff), + static_cast(0x10), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x14), + static_cast(0x01), + static_cast(0x3e), + static_cast(0x3d), + static_cast(0x02), + static_cast(0x3a), + static_cast(0xaf), + static_cast(0x01), + static_cast(0xe8), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x3e), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x46), + static_cast(0xd9), + static_cast(0xfc), + static_cast(0x55), + static_cast(0x95), + static_cast(0xfc), + static_cast(0x9e), + static_cast(0x61), + static_cast(0xfc), + static_cast(0xec), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0xef), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x97), + static_cast(0x00), + static_cast(0xff), + static_cast(0x21), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x01), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0xae), + static_cast(0x70), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x55), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x85), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x19), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x73), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x85), + static_cast(0xfb), + static_cast(0x1b), + static_cast(0xfb), + static_cast(0x8a), + static_cast(0x2d), + static_cast(0xd8), + static_cast(0xc6), + static_cast(0x05), + static_cast(0x6e), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x54), + static_cast(0x93), + static_cast(0x05), + static_cast(0xdb), + static_cast(0xa3), + static_cast(0xeb), + static_cast(0xa1), + static_cast(0x2a), + static_cast(0xfb), + static_cast(0x70), + static_cast(0x61), + static_cast(0x02), + static_cast(0x7f), + static_cast(0x82), + static_cast(0xfd), + static_cast(0xa0), + static_cast(0x3c), + static_cast(0x05), + static_cast(0xef), + static_cast(0x7f), + static_cast(0xfb), + static_cast(0x8d), + static_cast(0x7b), + static_cast(0xfa), + static_cast(0x46), + static_cast(0xe6), + static_cast(0x01), + static_cast(0x32), + static_cast(0xae), + static_cast(0x07), + static_cast(0xcd), + static_cast(0x3a), + static_cast(0xfc), + static_cast(0xf1), + static_cast(0x9d), + static_cast(0xf7), + static_cast(0x01), + static_cast(0x18), + static_cast(0x03), + static_cast(0x81), + static_cast(0x7e), + static_cast(0xfb), + static_cast(0x2d), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x16), + static_cast(0x00), + static_cast(0x4c), + static_cast(0x13), + static_cast(0xfa), + static_cast(0x3c), + static_cast(0x67), + static_cast(0x02), + static_cast(0xe7), + static_cast(0xa1), + static_cast(0x00), + static_cast(0x54), + static_cast(0x2b), + static_cast(0xfd), + static_cast(0x6a), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x97), + static_cast(0x01), + static_cast(0x0b), + static_cast(0x69), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x92), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xb5), + static_cast(0x01), + static_cast(0x7f), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x78), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x24), + static_cast(0x01), + static_cast(0xa6), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0xa8), + static_cast(0xfa), + static_cast(0xfd), + static_cast(0xb8), + static_cast(0xee), + static_cast(0xff), + static_cast(0x55), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x51), + static_cast(0x89), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x82), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x16), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x91), + static_cast(0x00), + static_cast(0x29), + static_cast(0x0e), + static_cast(0x01), + static_cast(0x7a), + static_cast(0x8d), + static_cast(0x02), + static_cast(0x9e), + static_cast(0xef), + static_cast(0x00), + static_cast(0x42), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x01), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x62), + static_cast(0xfc), + static_cast(0x93), + static_cast(0x36), + static_cast(0xfd), + static_cast(0xd1), + static_cast(0x23), + static_cast(0xfd), + static_cast(0xdd), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0xb8), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x69), + static_cast(0xff), + static_cast(0xed), + static_cast(0x62), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x73), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x04), + static_cast(0xff), + static_cast(0x88), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x32), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x85), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x5b), + static_cast(0x1a), + static_cast(0x54), + static_cast(0x1c), + static_cast(0x29), + static_cast(0xdb), + static_cast(0x20), + static_cast(0x04), + static_cast(0x62), + static_cast(0x4e), + static_cast(0x02), + static_cast(0x38), + static_cast(0x21), + static_cast(0x07), + static_cast(0x62), + static_cast(0xd0), + static_cast(0xed), + static_cast(0x19), + static_cast(0x5d), + static_cast(0xfb), + static_cast(0x3b), + static_cast(0x56), + static_cast(0x02), + static_cast(0x43), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xf0), + static_cast(0x02), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xfa), + static_cast(0xfc), + static_cast(0x0c), + static_cast(0xfc), + static_cast(0xc0), + static_cast(0x04), + static_cast(0x02), + static_cast(0x03), + static_cast(0x64), + static_cast(0x06), + static_cast(0xca), + static_cast(0x34), + static_cast(0xfc), + static_cast(0x7d), + static_cast(0x45), + static_cast(0xfa), + static_cast(0x79), + static_cast(0x29), + static_cast(0x03), + static_cast(0x82), + static_cast(0xf5), + static_cast(0xfa), + static_cast(0xc4), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xea), + static_cast(0xee), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xf5), + static_cast(0xfa), + static_cast(0xb9), + static_cast(0x11), + static_cast(0x02), + static_cast(0x12), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x83), + static_cast(0x75), + static_cast(0xfd), + static_cast(0x8d), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x98), + static_cast(0x99), + static_cast(0x01), + static_cast(0x52), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x8c), + static_cast(0x02), + static_cast(0x47), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xe4), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xe0), + static_cast(0xfd), + static_cast(0x10), + static_cast(0x19), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x55), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x58), + static_cast(0xff), + static_cast(0x68), + static_cast(0x15), + static_cast(0x00), + static_cast(0xde), + static_cast(0x2e), + static_cast(0x01), + static_cast(0x06), + static_cast(0xd6), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x49), + static_cast(0x00), + static_cast(0x53), + static_cast(0xfc), + static_cast(0x01), + static_cast(0x42), + static_cast(0x3c), + static_cast(0x01), + static_cast(0xf0), + static_cast(0x1e), + static_cast(0x00), + static_cast(0xcd), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xea), + static_cast(0xe8), + static_cast(0xfc), + static_cast(0x39), + static_cast(0x2b), + static_cast(0xfd), + static_cast(0x00), + static_cast(0xcf), + static_cast(0xfd), + static_cast(0x6d), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x92), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x37), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x19), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x34), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x44), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x65), + static_cast(0x1a), + static_cast(0x91), + static_cast(0x42), + static_cast(0x2a), + static_cast(0x1f), + static_cast(0x5b), + static_cast(0x0a), + static_cast(0xd9), + static_cast(0x98), + static_cast(0x02), + static_cast(0x79), + static_cast(0xbb), + static_cast(0xf8), + static_cast(0x97), + static_cast(0x5d), + static_cast(0xe4), + static_cast(0xd7), + static_cast(0x39), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x6a), + static_cast(0x0a), + static_cast(0x73), + static_cast(0x3b), + static_cast(0x05), + static_cast(0x45), + static_cast(0x18), + static_cast(0x01), + static_cast(0xe1), + static_cast(0xaf), + static_cast(0xf8), + static_cast(0xf9), + static_cast(0xd6), + static_cast(0xf9), + static_cast(0x6e), + static_cast(0x6d), + static_cast(0xfc), + static_cast(0x83), + static_cast(0x9f), + static_cast(0x05), + static_cast(0x93), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x0b), + static_cast(0xfc), + static_cast(0x33), + static_cast(0x13), + static_cast(0x05), + static_cast(0x6e), + static_cast(0x9a), + static_cast(0xfc), + static_cast(0x0e), + static_cast(0x96), + static_cast(0xff), + static_cast(0x05), + static_cast(0xfa), + static_cast(0x01), + static_cast(0x4d), + static_cast(0x9a), + static_cast(0xfd), + static_cast(0x11), + static_cast(0x96), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x00), + static_cast(0x62), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x7f), + static_cast(0x00), + static_cast(0x6c), + static_cast(0xe4), + static_cast(0x00), + static_cast(0xca), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0x54), + static_cast(0x01), + static_cast(0x01), + static_cast(0x35), + static_cast(0x28), + static_cast(0x02), + static_cast(0xb4), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x63), + static_cast(0x00), + static_cast(0xac), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xab), + static_cast(0x39), + static_cast(0x00), + static_cast(0x49), + static_cast(0x35), + static_cast(0x00), + static_cast(0xb6), + static_cast(0x20), + static_cast(0x01), + static_cast(0xb6), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x92), + static_cast(0x39), + static_cast(0x00), + static_cast(0x6c), + static_cast(0x14), + static_cast(0x00), + static_cast(0x20), + static_cast(0x4d), + static_cast(0x01), + static_cast(0x05), + static_cast(0x18), + static_cast(0x01), + static_cast(0x63), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x34), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x47), + static_cast(0x02), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x04), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x29), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xad), + static_cast(0xff), + static_cast(0x18), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x69), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xe6), + static_cast(0x16), + static_cast(0x95), + static_cast(0xa4), + static_cast(0x25), + static_cast(0xc4), + static_cast(0x4a), + static_cast(0x0c), + static_cast(0x31), + static_cast(0xd8), + static_cast(0x04), + static_cast(0x04), + static_cast(0x9d), + static_cast(0xfa), + static_cast(0xaa), + static_cast(0x02), + static_cast(0xe7), + static_cast(0x48), + static_cast(0xa4), + static_cast(0xfa), + static_cast(0x9b), + static_cast(0xfc), + static_cast(0x07), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x04), + static_cast(0x0c), + static_cast(0x3b), + static_cast(0x02), + static_cast(0x37), + static_cast(0x92), + static_cast(0xfc), + static_cast(0x42), + static_cast(0xe0), + static_cast(0xf9), + static_cast(0x50), + static_cast(0x50), + static_cast(0xfb), + static_cast(0x60), + static_cast(0xd7), + static_cast(0x03), + static_cast(0xe0), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x7a), + static_cast(0x03), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x68), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xcb), + static_cast(0xda), + static_cast(0x01), + static_cast(0xb3), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xea), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xd1), + static_cast(0x00), + static_cast(0x34), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xee), + static_cast(0x39), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xee), + static_cast(0xfd), + static_cast(0xd6), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x05), + static_cast(0x28), + static_cast(0x00), + static_cast(0x11), + static_cast(0xfa), + static_cast(0xfd), + static_cast(0xe1), + static_cast(0x84), + static_cast(0x01), + static_cast(0x6f), + static_cast(0x87), + static_cast(0x02), + static_cast(0xc4), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xc3), + static_cast(0x00), + static_cast(0x84), + static_cast(0x52), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0x15), + static_cast(0x00), + static_cast(0x1a), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x77), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x10), + static_cast(0x01), + static_cast(0x63), + static_cast(0x06), + static_cast(0x01), + static_cast(0xf8), + static_cast(0x51), + static_cast(0x00), + static_cast(0xac), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xda), + static_cast(0x42), + static_cast(0x01), + static_cast(0x77), + static_cast(0x95), + static_cast(0x00), + static_cast(0x34), + static_cast(0x92), + static_cast(0xfe), + static_cast(0x38), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x29), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x35), + static_cast(0xff), + static_cast(0x42), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x08), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x13), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x01), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x45), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x47), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x91), + static_cast(0x13), + static_cast(0x2a), + static_cast(0x87), + static_cast(0x21), + static_cast(0xe9), + static_cast(0xc0), + static_cast(0x0c), + static_cast(0x35), + static_cast(0xb8), + static_cast(0x05), + static_cast(0x58), + static_cast(0xea), + static_cast(0xfc), + static_cast(0x51), + static_cast(0x96), + static_cast(0xea), + static_cast(0x69), + static_cast(0x47), + static_cast(0xfa), + static_cast(0x5e), + static_cast(0x20), + static_cast(0x06), + static_cast(0xd6), + static_cast(0x54), + static_cast(0x03), + static_cast(0x52), + static_cast(0x56), + static_cast(0x02), + static_cast(0xf9), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0xd2), + static_cast(0xfa), + static_cast(0x35), + static_cast(0x6b), + static_cast(0xfb), + static_cast(0xc8), + static_cast(0xd5), + static_cast(0x02), + static_cast(0x3c), + static_cast(0x79), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x57), + static_cast(0x02), + static_cast(0x31), + static_cast(0xed), + static_cast(0xfd), + static_cast(0x47), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x68), + static_cast(0xbe), + static_cast(0x01), + static_cast(0x4e), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x63), + static_cast(0x00), + static_cast(0x9a), + static_cast(0xda), + static_cast(0x00), + static_cast(0x13), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x33), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x52), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xce), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x95), + static_cast(0x01), + static_cast(0x18), + static_cast(0x54), + static_cast(0x02), + static_cast(0xa0), + static_cast(0x22), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xae), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x07), + static_cast(0x00), + static_cast(0xe3), + static_cast(0x08), + static_cast(0xff), + static_cast(0x53), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x63), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xde), + static_cast(0x00), + static_cast(0xdf), + static_cast(0xf5), + static_cast(0x00), + static_cast(0x93), + static_cast(0x54), + static_cast(0x00), + static_cast(0x51), + static_cast(0xae), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xd8), + static_cast(0x00), + static_cast(0x58), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xab), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x86), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x47), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x32), + static_cast(0xff), + static_cast(0x46), + static_cast(0x81), + static_cast(0xff), + static_cast(0x69), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x29), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x11), + static_cast(0xff), + static_cast(0x93), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x89), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x65), + static_cast(0xfe), + static_cast(0xee), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x56), + static_cast(0xac), + static_cast(0x0e), + static_cast(0xbe), + static_cast(0xf7), + static_cast(0x1c), + static_cast(0x2a), + static_cast(0xef), + static_cast(0x0e), + static_cast(0x79), + static_cast(0x4d), + static_cast(0x06), + static_cast(0x91), + static_cast(0x47), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x08), + static_cast(0xef), + static_cast(0x03), + static_cast(0x4b), + static_cast(0xf9), + static_cast(0x81), + static_cast(0xf3), + static_cast(0x03), + static_cast(0x0b), + static_cast(0x4b), + static_cast(0x02), + static_cast(0x6b), + static_cast(0xdd), + static_cast(0x02), + static_cast(0x19), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x1b), + static_cast(0xfc), + static_cast(0xdd), + static_cast(0xbf), + static_cast(0xfb), + static_cast(0xe6), + static_cast(0x79), + static_cast(0x01), + static_cast(0x9e), + static_cast(0x84), + static_cast(0x01), + static_cast(0x79), + static_cast(0xde), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x9d), + static_cast(0x01), + static_cast(0x94), + static_cast(0x02), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x53), + static_cast(0xff), + static_cast(0x47), + static_cast(0xce), + static_cast(0x01), + static_cast(0x86), + static_cast(0x26), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xdb), + static_cast(0xe7), + static_cast(0x00), + static_cast(0x98), + static_cast(0x0f), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x35), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x80), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x11), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x71), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x42), + static_cast(0x01), + static_cast(0x6b), + static_cast(0xfb), + static_cast(0x01), + static_cast(0xdf), + static_cast(0x68), + static_cast(0x00), + static_cast(0xab), + static_cast(0x62), + static_cast(0x00), + static_cast(0xd8), + static_cast(0xda), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x04), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x70), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x94), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x6f), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x6e), + static_cast(0x00), + static_cast(0xed), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x34), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x54), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x25), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x00), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x77), + static_cast(0xff), + static_cast(0x74), + static_cast(0x31), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x35), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x41), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x71), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xef), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x30), + static_cast(0xff), + static_cast(0x01), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x63), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x1f), + static_cast(0x0b), + static_cast(0x6b), + static_cast(0x34), + static_cast(0x19), + static_cast(0x23), + static_cast(0xaf), + static_cast(0x10), + static_cast(0x3f), + static_cast(0xd7), + static_cast(0x06), + static_cast(0xf5), + static_cast(0x70), + static_cast(0x00), + static_cast(0x85), + static_cast(0xbb), + static_cast(0xf2), + static_cast(0x26), + static_cast(0xbf), + static_cast(0xf8), + static_cast(0x53), + static_cast(0x95), + static_cast(0x02), + static_cast(0xdd), + static_cast(0xe7), + static_cast(0x01), + static_cast(0x05), + static_cast(0xd6), + static_cast(0x02), + static_cast(0x2c), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x08), + static_cast(0x38), + static_cast(0xfd), + static_cast(0x8c), + static_cast(0x60), + static_cast(0xfc), + static_cast(0x2a), + static_cast(0x47), + static_cast(0x00), + static_cast(0x2d), + static_cast(0xd5), + static_cast(0x01), + static_cast(0x43), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x34), + static_cast(0x01), + static_cast(0xc0), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xe5), + static_cast(0x01), + static_cast(0x76), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x32), + static_cast(0xe5), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x55), + static_cast(0x00), + static_cast(0x33), + static_cast(0x57), + static_cast(0xff), + static_cast(0x94), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x08), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x39), + static_cast(0xac), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x8c), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x60), + static_cast(0xe4), + static_cast(0x00), + static_cast(0x28), + static_cast(0x80), + static_cast(0x01), + static_cast(0xa7), + static_cast(0x5d), + static_cast(0x00), + static_cast(0xda), + static_cast(0x39), + static_cast(0x00), + static_cast(0xd0), + static_cast(0xae), + static_cast(0xff), + static_cast(0x38), + static_cast(0x17), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x98), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xab), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x17), + static_cast(0x00), + static_cast(0x04), + static_cast(0xe8), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xdf), + static_cast(0x96), + static_cast(0xff), + static_cast(0x60), + static_cast(0x4f), + static_cast(0x00), + static_cast(0xb7), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x55), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x46), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x40), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x70), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x82), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xda), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x12), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x22), + static_cast(0x0a), + static_cast(0x24), + static_cast(0xdc), + static_cast(0x15), + static_cast(0x4e), + static_cast(0x66), + static_cast(0x0f), + static_cast(0x10), + static_cast(0xf3), + static_cast(0x07), + static_cast(0x51), + static_cast(0x04), + static_cast(0x00), + static_cast(0x08), + static_cast(0xf4), + static_cast(0xf4), + static_cast(0xa5), + static_cast(0x54), + static_cast(0xfa), + static_cast(0x5a), + static_cast(0x27), + static_cast(0x01), + static_cast(0x42), + static_cast(0x1c), + static_cast(0x02), + static_cast(0x38), + static_cast(0x82), + static_cast(0x02), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x29), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x2c), + static_cast(0xb6), + static_cast(0xfc), + static_cast(0xcf), + static_cast(0xad), + static_cast(0x00), + static_cast(0x91), + static_cast(0xe7), + static_cast(0x00), + static_cast(0x14), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x59), + static_cast(0x01), + static_cast(0x45), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x8b), + static_cast(0x01), + static_cast(0x67), + static_cast(0x27), + static_cast(0x00), + static_cast(0x25), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xfb), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x82), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x49), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x00), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x60), + static_cast(0xff), + static_cast(0x40), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x47), + static_cast(0xf1), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x99), + static_cast(0x00), + static_cast(0x26), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x12), + static_cast(0x4a), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x26), + static_cast(0x00), + static_cast(0x93), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x03), + static_cast(0x58), + static_cast(0xff), + static_cast(0x69), + static_cast(0x84), + static_cast(0xff), + static_cast(0x69), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x45), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xef), + static_cast(0x8a), + static_cast(0x00), + static_cast(0xf5), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x00), + static_cast(0x67), + static_cast(0x00), + static_cast(0x79), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x83), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x40), + static_cast(0xff), + static_cast(0x93), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x47), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x59), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x40), + static_cast(0x01), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x61), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x55), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x0f), + static_cast(0x09), + static_cast(0xa1), + static_cast(0x4f), + static_cast(0x13), + static_cast(0x2b), + static_cast(0xb8), + static_cast(0x0e), + static_cast(0x85), + static_cast(0xce), + static_cast(0x08), + static_cast(0xf6), + static_cast(0x64), + static_cast(0x00), + static_cast(0x01), + static_cast(0x70), + static_cast(0xf6), + static_cast(0xd0), + static_cast(0xe6), + static_cast(0xfa), + static_cast(0x92), + static_cast(0xb3), + static_cast(0x00), + static_cast(0x6a), + static_cast(0x4d), + static_cast(0x02), + static_cast(0x2d), + static_cast(0x7e), + static_cast(0x02), + static_cast(0xed), + static_cast(0x4b), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x7b), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x26), + static_cast(0x35), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x00), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xa6), + static_cast(0x01), + static_cast(0x3a), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x93), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x8a), + static_cast(0x01), + static_cast(0xf9), + static_cast(0x43), + static_cast(0x00), + static_cast(0xb6), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x0a), + static_cast(0xb9), + static_cast(0x01), + static_cast(0x11), + static_cast(0x00), + static_cast(0x01), + static_cast(0x53), + static_cast(0xec), + static_cast(0xff), + static_cast(0x11), + static_cast(0x08), + static_cast(0x00), + static_cast(0x31), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x99), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x95), + static_cast(0x71), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x68), + static_cast(0x00), + static_cast(0x52), + static_cast(0x87), + static_cast(0x00), + static_cast(0x89), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x82), + static_cast(0xff), + static_cast(0xda), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x01), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x85), + static_cast(0xff), + static_cast(0x20), + static_cast(0x44), + static_cast(0x00), + static_cast(0x1c), + static_cast(0x58), + static_cast(0x00), + static_cast(0x5e), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x60), + static_cast(0x45), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x04), + static_cast(0xff), + static_cast(0x26), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x00), + static_cast(0x23), + static_cast(0xff), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x45), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x75), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x57), + static_cast(0xff), + static_cast(0x09), + static_cast(0x31), + static_cast(0xff), + static_cast(0x83), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x07), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x13), + static_cast(0xff), + static_cast(0x62), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x95), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xf9), + static_cast(0x06), + static_cast(0x80), + static_cast(0x4e), + static_cast(0x11), + static_cast(0x63), + static_cast(0x0d), + static_cast(0x0f), + static_cast(0x0f), + static_cast(0x78), + static_cast(0x08), + static_cast(0xc0), + static_cast(0x6d), + static_cast(0x01), + static_cast(0x37), + static_cast(0xf8), + static_cast(0xf7), + static_cast(0x5a), + static_cast(0xb8), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x00), + static_cast(0x47), + static_cast(0xb4), + static_cast(0x01), + static_cast(0xe9), + static_cast(0x85), + static_cast(0x02), + static_cast(0x05), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x0f), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xce), + static_cast(0xe7), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x88), + static_cast(0x00), + static_cast(0x53), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x92), + static_cast(0x01), + static_cast(0x2f), + static_cast(0x54), + static_cast(0x00), + static_cast(0x4b), + static_cast(0x99), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x11), + static_cast(0x02), + static_cast(0xf4), + static_cast(0x31), + static_cast(0x01), + static_cast(0xc7), + static_cast(0xe3), + static_cast(0x00), + static_cast(0x26), + static_cast(0x83), + static_cast(0x01), + static_cast(0x2a), + static_cast(0xb3), + static_cast(0x00), + static_cast(0xb6), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x22), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x32), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x84), + static_cast(0xff), + static_cast(0x41), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x84), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x08), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x48), + static_cast(0x17), + static_cast(0x00), + static_cast(0xab), + static_cast(0x17), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x94), + static_cast(0xff), + static_cast(0x46), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x64), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x40), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x32), + static_cast(0x00), + static_cast(0x92), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x75), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x40), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x66), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x11), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x80), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x04), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x69), + static_cast(0xff), + static_cast(0x60), + static_cast(0x35), + static_cast(0xff), + static_cast(0x99), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x88), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x09), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x01), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x85), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0xd4), + static_cast(0x06), + static_cast(0x79), + static_cast(0xc9), + static_cast(0x0f), + static_cast(0xae), + static_cast(0xa5), + static_cast(0x0d), + static_cast(0x10), + static_cast(0x98), + static_cast(0x08), + static_cast(0xcd), + static_cast(0x1e), + static_cast(0x01), + static_cast(0x67), + static_cast(0x89), + static_cast(0xf8), + static_cast(0xec), + static_cast(0xbe), + static_cast(0xfb), + static_cast(0x75), + static_cast(0xab), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x05), + static_cast(0x02), + static_cast(0xd2), + static_cast(0x86), + static_cast(0x02), + static_cast(0x15), + static_cast(0xb4), + static_cast(0x00), + static_cast(0xc8), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x80), + static_cast(0xff), + static_cast(0x57), + static_cast(0xce), + static_cast(0x01), + static_cast(0xcb), + static_cast(0x2c), + static_cast(0x01), + static_cast(0x04), + static_cast(0x07), + static_cast(0x01), + static_cast(0xd0), + static_cast(0xf8), + static_cast(0x01), + static_cast(0x33), + static_cast(0xda), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x87), + static_cast(0xf2), + static_cast(0x00), + static_cast(0x29), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x20), + static_cast(0xff), + static_cast(0x46), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x36), + static_cast(0x36), + static_cast(0xff), + static_cast(0x93), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xce), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x87), + static_cast(0x61), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x5d), + static_cast(0xa0), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x64), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x72), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x35), + static_cast(0x66), + static_cast(0xff), + static_cast(0x82), + static_cast(0x51), + static_cast(0xff), + static_cast(0x47), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x48), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x60), + static_cast(0x42), + static_cast(0x00), + static_cast(0x7d), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x54), + static_cast(0x10), + static_cast(0xff), + static_cast(0x51), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x60), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x40), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x39), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x64), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x05), + static_cast(0xff), + static_cast(0x93), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x02), + static_cast(0xff), + static_cast(0x16), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x86), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xee), + static_cast(0x06), + static_cast(0x03), + static_cast(0x74), + static_cast(0x0f), + static_cast(0xc4), + static_cast(0xd7), + static_cast(0x0c), + static_cast(0xc9), + static_cast(0x90), + static_cast(0x07), + static_cast(0x36), + static_cast(0x5f), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x4e), + static_cast(0xf9), + static_cast(0x5c), + static_cast(0xe5), + static_cast(0xfc), + static_cast(0x3c), + static_cast(0x13), + static_cast(0x01), + static_cast(0xef), + static_cast(0x32), + static_cast(0x02), + static_cast(0x3c), + static_cast(0x79), + static_cast(0x02), + static_cast(0xa3), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x92), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x13), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x75), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xd6), + static_cast(0x00), + static_cast(0x2e), + static_cast(0xb2), + static_cast(0x02), + static_cast(0xaa), + static_cast(0x63), + static_cast(0x01), + static_cast(0x35), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x23), + static_cast(0x3e), + static_cast(0x01), + static_cast(0x8a), + static_cast(0x8f), + static_cast(0x00), + static_cast(0x71), + static_cast(0x64), + static_cast(0x00), + static_cast(0x1c), + static_cast(0x75), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x56), + static_cast(0xff), + static_cast(0x85), + static_cast(0x99), + static_cast(0xff), + static_cast(0x00), + static_cast(0x26), + static_cast(0xff), + static_cast(0x00), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x21), + static_cast(0x33), + static_cast(0x00), + static_cast(0x49), + static_cast(0x88), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x03), + static_cast(0x00), + static_cast(0xdc), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x24), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x05), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x55), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x27), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xee), + static_cast(0x13), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x1d), + static_cast(0x00), + static_cast(0xec), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x06), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x80), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x25), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x24), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x34), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x15), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x31), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x49), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x33), + static_cast(0x19), + static_cast(0xff), + static_cast(0x21), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x19), + static_cast(0x06), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x05), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x23), + static_cast(0xff), + static_cast(0x57), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x36), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x86), + static_cast(0x07), + static_cast(0x00), + static_cast(0x28), + static_cast(0x0f), + static_cast(0x1c), + static_cast(0xac), + static_cast(0x0b), + static_cast(0xe9), + static_cast(0x90), + static_cast(0x06), + static_cast(0x39), + static_cast(0x55), + static_cast(0xff), + static_cast(0x17), + static_cast(0x19), + static_cast(0xfa), + static_cast(0xe5), + static_cast(0x75), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x89), + static_cast(0x01), + static_cast(0xaf), + static_cast(0x54), + static_cast(0x02), + static_cast(0xd0), + static_cast(0x8b), + static_cast(0x02), + static_cast(0x5e), + static_cast(0x18), + static_cast(0x01), + static_cast(0xda), + static_cast(0x00), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x44), + static_cast(0x01), + static_cast(0x13), + static_cast(0x47), + static_cast(0x01), + static_cast(0x50), + static_cast(0xee), + static_cast(0x00), + static_cast(0x85), + static_cast(0xea), + static_cast(0x01), + static_cast(0x61), + static_cast(0xa2), + static_cast(0x00), + static_cast(0x56), + static_cast(0x32), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x43), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x61), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xa4), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xab), + static_cast(0x46), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x64), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x13), + static_cast(0x39), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x62), + static_cast(0x00), + static_cast(0xdd), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x97), + static_cast(0x78), + static_cast(0xff), + static_cast(0x20), + static_cast(0x30), + static_cast(0x00), + static_cast(0xfa), + static_cast(0x07), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x24), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x51), + static_cast(0x00), + static_cast(0x3f), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x57), + static_cast(0x70), + static_cast(0xff), + static_cast(0x85), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x27), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x11), + static_cast(0x00), + static_cast(0x87), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x49), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x01), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x26), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x17), + static_cast(0xff), + static_cast(0x14), + static_cast(0x22), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x41), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x04), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xab), + static_cast(0x79), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x94), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x49), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x78), + static_cast(0x14), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x23), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x88), + static_cast(0x26), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x32), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xee), + static_cast(0x06), + static_cast(0x32), + static_cast(0x05), + static_cast(0x0f), + static_cast(0xd1), + static_cast(0x6b), + static_cast(0x0b), + static_cast(0xbc), + static_cast(0x9d), + static_cast(0x05), + static_cast(0x71), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xe3), + static_cast(0xfa), + static_cast(0xf2), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x54), + static_cast(0x02), + static_cast(0x88), + static_cast(0x7d), + static_cast(0x02), + static_cast(0x9c), + static_cast(0x77), + static_cast(0x02), + static_cast(0xa4), + static_cast(0xa1), + static_cast(0x01), + static_cast(0x5f), + static_cast(0x7a), + static_cast(0x01), + static_cast(0xc3), + static_cast(0x44), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x56), + static_cast(0x00), + static_cast(0x1c), + static_cast(0xe4), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x86), + static_cast(0x00), + static_cast(0x48), + static_cast(0x1e), + static_cast(0x01), + static_cast(0xab), + static_cast(0x77), + static_cast(0x00), + static_cast(0x6f), + static_cast(0x12), + static_cast(0x00), + static_cast(0x7f), + static_cast(0x93), + static_cast(0x00), + static_cast(0x83), + static_cast(0x68), + static_cast(0x00), + static_cast(0x85), + static_cast(0x59), + static_cast(0x00), + static_cast(0x2e), + static_cast(0x26), + static_cast(0x00), + static_cast(0xae), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x32), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xee), + static_cast(0xff), + static_cast(0x48), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x45), + static_cast(0x66), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x30), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x19), + static_cast(0x14), + static_cast(0x00), + static_cast(0x83), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x0f), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x17), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x56), + static_cast(0xff), + static_cast(0x49), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x0d), + static_cast(0xf1), + static_cast(0xff), + static_cast(0xde), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x14), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xab), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x32), + static_cast(0x02), + static_cast(0xff), + static_cast(0x92), + static_cast(0x41), + static_cast(0xff), + static_cast(0x99), + static_cast(0x71), + static_cast(0xff), + static_cast(0x31), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x38), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x24), + static_cast(0x86), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x17), + static_cast(0xff), + static_cast(0x33), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x28), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x05), + static_cast(0xff), + static_cast(0xba), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x01), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x0a), + static_cast(0x06), + static_cast(0x3c), + static_cast(0x58), + static_cast(0x0e), + static_cast(0x72), + static_cast(0x99), + static_cast(0x0b), + static_cast(0x66), + static_cast(0x41), + static_cast(0x05), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x00), + static_cast(0x19), + static_cast(0x36), + static_cast(0xfc), + static_cast(0x7b), + static_cast(0x53), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xe4), + static_cast(0x02), + static_cast(0x30), + static_cast(0xeb), + static_cast(0x02), + static_cast(0xdc), + static_cast(0x6c), + static_cast(0x03), + static_cast(0xe3), + static_cast(0x53), + static_cast(0x02), + static_cast(0xf9), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x12), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x55), + static_cast(0x23), + static_cast(0x00), + static_cast(0x0e), + static_cast(0xec), + static_cast(0x00), + static_cast(0x62), + static_cast(0x69), + static_cast(0x00), + static_cast(0xca), + static_cast(0x35), + static_cast(0x00), + static_cast(0x8d), + static_cast(0x70), + static_cast(0x00), + static_cast(0x96), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x47), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x04), + static_cast(0x00), + static_cast(0xa8), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x77), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x68), + static_cast(0x46), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x11), + static_cast(0x00), + static_cast(0xd8), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x50), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xba), + static_cast(0xff), + static_cast(0x13), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x80), + static_cast(0x06), + static_cast(0x00), + static_cast(0x55), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x28), + static_cast(0xab), + static_cast(0xff), + static_cast(0x75), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x66), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x68), + static_cast(0x97), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x45), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x17), + static_cast(0xff), + static_cast(0x35), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x34), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x51), + static_cast(0x44), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x47), + static_cast(0xff), + static_cast(0x14), + static_cast(0x16), + static_cast(0xff), + static_cast(0x05), + static_cast(0x13), + static_cast(0xff), + static_cast(0x37), + static_cast(0x25), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x76), + static_cast(0xff), + static_cast(0x43), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x81), + static_cast(0x65), + static_cast(0xff), + static_cast(0x45), + static_cast(0x31), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x19), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x18), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x25), + static_cast(0x18), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x14), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xac), + static_cast(0xec), + static_cast(0x05), + static_cast(0x21), + static_cast(0x43), + static_cast(0x0e), + static_cast(0xc2), + static_cast(0x5e), + static_cast(0x0b), + static_cast(0x3f), + static_cast(0xa3), + static_cast(0x04), + static_cast(0x3e), + static_cast(0x0a), + static_cast(0x01), + static_cast(0x5d), + static_cast(0xc6), + static_cast(0xfd), + static_cast(0x80), + static_cast(0x19), + static_cast(0x00), + static_cast(0x58), + static_cast(0x9c), + static_cast(0x03), + static_cast(0xe1), + static_cast(0xa5), + static_cast(0x03), + static_cast(0xba), + static_cast(0x8e), + static_cast(0x02), + static_cast(0xb5), + static_cast(0x15), + static_cast(0x01), + static_cast(0x87), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x23), + static_cast(0xef), + static_cast(0xff), + static_cast(0x78), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x26), + static_cast(0x60), + static_cast(0x00), + static_cast(0x72), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xab), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x14), + static_cast(0x37), + static_cast(0x00), + static_cast(0x19), + static_cast(0x81), + static_cast(0x00), + static_cast(0xe6), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x67), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x00), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x75), + static_cast(0xff), + static_cast(0x68), + static_cast(0x56), + static_cast(0xff), + static_cast(0x04), + static_cast(0x64), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xde), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x05), + static_cast(0x00), + static_cast(0x70), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x59), + static_cast(0x16), + static_cast(0x00), + static_cast(0x30), + static_cast(0x14), + static_cast(0x00), + static_cast(0xde), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xab), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x01), + static_cast(0x64), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x57), + static_cast(0x74), + static_cast(0xff), + static_cast(0x75), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x92), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x71), + static_cast(0x78), + static_cast(0xff), + static_cast(0x56), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x19), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x77), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x74), + static_cast(0xff), + static_cast(0x30), + static_cast(0x35), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0x17), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x79), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x16), + static_cast(0xff), + static_cast(0x20), + static_cast(0x12), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x13), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x26), + static_cast(0xff), + static_cast(0xce), + static_cast(0x38), + static_cast(0xff), + static_cast(0x10), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x75), + static_cast(0x05), + static_cast(0x2a), + static_cast(0x38), + static_cast(0x0e), + static_cast(0x27), + static_cast(0xdd), + static_cast(0x0b), + static_cast(0xf8), + static_cast(0x57), + static_cast(0x04), + static_cast(0xa8), + static_cast(0x96), + static_cast(0x01), + static_cast(0x4a), + static_cast(0x38), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xd9), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x99), + static_cast(0x03), + static_cast(0x13), + static_cast(0x9e), + static_cast(0x02), + static_cast(0x62), + static_cast(0xba), + static_cast(0x01), + static_cast(0x0c), + static_cast(0xb7), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x85), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x91), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xe2), + static_cast(0x00), + static_cast(0xef), + static_cast(0x63), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x80), + static_cast(0xff), + static_cast(0x83), + static_cast(0x8e), + static_cast(0x00), + static_cast(0xa6), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x35), + static_cast(0x00), + static_cast(0x80), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x1a), + static_cast(0x01), + static_cast(0xaf), + static_cast(0x12), + static_cast(0x00), + static_cast(0x41), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x92), + static_cast(0xff), + static_cast(0x25), + static_cast(0x61), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x00), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x49), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x41), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xb6), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x48), + static_cast(0x00), + static_cast(0x42), + static_cast(0xca), + static_cast(0xff), + static_cast(0x52), + static_cast(0x39), + static_cast(0xff), + static_cast(0xca), + static_cast(0x61), + static_cast(0xff), + static_cast(0x04), + static_cast(0x87), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x56), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x45), + static_cast(0xff), + static_cast(0x16), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x13), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x73), + static_cast(0xff), + static_cast(0xda), + static_cast(0x95), + static_cast(0xff), + static_cast(0x99), + static_cast(0x83), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xad), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x85), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x05), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x12), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x08), + static_cast(0xff), + static_cast(0x28), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x10), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x59), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x42), + static_cast(0xff), + static_cast(0x72), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x01), + static_cast(0xff), + static_cast(0x29), + static_cast(0xca), + static_cast(0x06), + static_cast(0xce), + static_cast(0x45), + static_cast(0x0f), + static_cast(0x34), + static_cast(0x6a), + static_cast(0x0b), + static_cast(0xbf), + static_cast(0x45), + static_cast(0x04), + static_cast(0xa0), + static_cast(0x19), + static_cast(0x01), + static_cast(0xf8), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x02), + static_cast(0x27), + static_cast(0x01), + static_cast(0x39), + static_cast(0xc9), + static_cast(0x02), + static_cast(0xe0), + static_cast(0x37), + static_cast(0x02), + static_cast(0x64), + static_cast(0x43), + static_cast(0x01), + static_cast(0x59), + static_cast(0x8f), + static_cast(0x00), + static_cast(0x40), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x74), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x28), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x8f), + static_cast(0x00), + static_cast(0x9d), + static_cast(0x4b), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x00), + static_cast(0x8c), + static_cast(0xc3), + static_cast(0x00), + static_cast(0xd9), + static_cast(0x6c), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x28), + static_cast(0x69), + static_cast(0x01), + static_cast(0xbb), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x46), + static_cast(0x74), + static_cast(0xff), + static_cast(0x43), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x04), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x08), + static_cast(0x80), + static_cast(0xff), + static_cast(0x10), + static_cast(0x29), + static_cast(0xff), + static_cast(0x16), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x32), + static_cast(0x86), + static_cast(0x00), + static_cast(0x44), + static_cast(0xc8), + static_cast(0x00), + static_cast(0xba), + static_cast(0x06), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x61), + static_cast(0xff), + static_cast(0x14), + static_cast(0x95), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x43), + static_cast(0x89), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x06), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xca), + static_cast(0x63), + static_cast(0xff), + static_cast(0x43), + static_cast(0x37), + static_cast(0xff), + static_cast(0x27), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x87), + static_cast(0x31), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x93), + static_cast(0xff), + static_cast(0xee), + static_cast(0xab), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x73), + static_cast(0xff), + static_cast(0x78), + static_cast(0x31), + static_cast(0xff), + static_cast(0xed), + static_cast(0x04), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x14), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x62), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x51), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x78), + static_cast(0x4b), + static_cast(0x07), + static_cast(0x90), + static_cast(0x47), + static_cast(0x10), + static_cast(0x48), + static_cast(0x02), + static_cast(0x0c), + static_cast(0x0e), + static_cast(0xf4), + static_cast(0x03), + static_cast(0x03), + static_cast(0x6a), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x14), + static_cast(0x00), + static_cast(0x49), + static_cast(0x7c), + static_cast(0x02), + static_cast(0xc6), + static_cast(0xcd), + static_cast(0x02), + static_cast(0xd3), + static_cast(0x61), + static_cast(0x01), + static_cast(0x66), + static_cast(0x81), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x8d), + static_cast(0x00), + static_cast(0x50), + static_cast(0x21), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x32), + static_cast(0xff), + static_cast(0x38), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x74), + static_cast(0x01), + static_cast(0x00), + static_cast(0xe3), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x45), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x81), + static_cast(0x74), + static_cast(0x00), + static_cast(0x21), + static_cast(0x63), + static_cast(0x00), + static_cast(0xe8), + static_cast(0xc8), + static_cast(0x01), + static_cast(0x1d), + static_cast(0x0d), + static_cast(0x01), + static_cast(0x77), + static_cast(0x44), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x42), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x42), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x32), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x77), + static_cast(0xff), + static_cast(0x86), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x86), + static_cast(0x87), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xee), + static_cast(0x73), + static_cast(0xff), + static_cast(0x87), + static_cast(0xae), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xef), + static_cast(0xff), + static_cast(0x98), + static_cast(0x89), + static_cast(0xff), + static_cast(0x86), + static_cast(0x49), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x31), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0x64), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x01), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x75), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x28), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x87), + static_cast(0x68), + static_cast(0xff), + static_cast(0x13), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x39), + static_cast(0x94), + static_cast(0xff), + static_cast(0x38), + static_cast(0x20), + static_cast(0xff), + static_cast(0x04), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x26), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x61), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x41), + static_cast(0xff), + static_cast(0x17), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x65), + static_cast(0x14), + static_cast(0xff), + static_cast(0x26), + static_cast(0x55), + static_cast(0x07), + static_cast(0xc4), + static_cast(0xfc), + static_cast(0x10), + static_cast(0x15), + static_cast(0xe8), + static_cast(0x0c), + static_cast(0x12), + static_cast(0x9f), + static_cast(0x03), + static_cast(0x50), + static_cast(0xae), + static_cast(0xff), + static_cast(0xab), + static_cast(0xd7), + static_cast(0xfd), + static_cast(0x04), + static_cast(0x46), + static_cast(0xff), + static_cast(0x09), + static_cast(0x34), + static_cast(0x02), + static_cast(0xd7), + static_cast(0xbb), + static_cast(0x02), + static_cast(0x8b), + static_cast(0x43), + static_cast(0x01), + static_cast(0xf2), + static_cast(0xd7), + static_cast(0x00), + static_cast(0xaf), + static_cast(0xbc), + static_cast(0x00), + static_cast(0xb2), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x30), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x00), + static_cast(0xad), + static_cast(0x73), + static_cast(0x00), + static_cast(0x66), + static_cast(0x9f), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x88), + static_cast(0x00), + static_cast(0x16), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x55), + static_cast(0xb4), + static_cast(0x00), + static_cast(0x25), + static_cast(0x7e), + static_cast(0x02), + static_cast(0x85), + static_cast(0xa1), + static_cast(0x00), + static_cast(0x62), + static_cast(0x29), + static_cast(0xff), + static_cast(0x33), + static_cast(0x00), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x10), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x59), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x10), + static_cast(0xff), + static_cast(0x05), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x89), + static_cast(0xd3), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x63), + static_cast(0xff), + static_cast(0x91), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x78), + static_cast(0xed), + static_cast(0xff), + static_cast(0x57), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x60), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x56), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x22), + static_cast(0x61), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x67), + static_cast(0xff), + static_cast(0x39), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x70), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x65), + static_cast(0xff), + static_cast(0x26), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x12), + static_cast(0x50), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x80), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xac), + static_cast(0x50), + static_cast(0xff), + static_cast(0x83), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x47), + static_cast(0x37), + static_cast(0xff), + static_cast(0x64), + static_cast(0x18), + static_cast(0xff), + static_cast(0x80), + static_cast(0x17), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xdb), + static_cast(0x06), + static_cast(0x81), + static_cast(0xd0), + static_cast(0x10), + static_cast(0x4e), + static_cast(0xf8), + static_cast(0x0d), + static_cast(0x5e), + static_cast(0x21), + static_cast(0x04), + static_cast(0x9c), + static_cast(0x01), + static_cast(0xff), + static_cast(0x30), + static_cast(0x52), + static_cast(0xfd), + static_cast(0xe4), + static_cast(0x23), + static_cast(0xff), + static_cast(0x36), + static_cast(0x5b), + static_cast(0x02), + static_cast(0x52), + static_cast(0xc3), + static_cast(0x02), + static_cast(0x5c), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x68), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x09), + static_cast(0x88), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x63), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x61), + static_cast(0xff), + static_cast(0x81), + static_cast(0x09), + static_cast(0x00), + static_cast(0xc7), + static_cast(0x42), + static_cast(0x00), + static_cast(0x5e), + static_cast(0xc2), + static_cast(0x00), + static_cast(0x86), + static_cast(0x4f), + static_cast(0x00), + static_cast(0xe2), + static_cast(0x49), + static_cast(0x00), + static_cast(0x87), + static_cast(0x17), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x76), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x4a), + static_cast(0x02), + static_cast(0xdf), + static_cast(0x39), + static_cast(0x01), + static_cast(0x0d), + static_cast(0x53), + static_cast(0xff), + static_cast(0x22), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x26), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x09), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x15), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x14), + static_cast(0x84), + static_cast(0x00), + static_cast(0x74), + static_cast(0xc8), + static_cast(0x00), + static_cast(0x26), + static_cast(0xce), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x06), + static_cast(0xff), + static_cast(0x77), + static_cast(0x92), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x68), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xce), + static_cast(0x66), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x15), + static_cast(0x18), + static_cast(0xff), + static_cast(0x38), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x24), + static_cast(0xff), + static_cast(0x21), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x08), + static_cast(0x60), + static_cast(0xff), + static_cast(0x13), + static_cast(0x33), + static_cast(0xff), + static_cast(0x71), + static_cast(0x28), + static_cast(0xff), + static_cast(0x79), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x29), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x70), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x61), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x35), + static_cast(0xff), + static_cast(0xed), + static_cast(0x22), + static_cast(0xff), + static_cast(0x78), + static_cast(0x20), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x47), + static_cast(0xff), + static_cast(0x28), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x44), + static_cast(0x37), + static_cast(0xff), + static_cast(0x09), + static_cast(0x19), + static_cast(0xff), + static_cast(0x09), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x86), + static_cast(0x05), + static_cast(0xb4), + static_cast(0xbc), + static_cast(0x0f), + static_cast(0x48), + static_cast(0xb0), + static_cast(0x0f), + static_cast(0x5e), + static_cast(0xe8), + static_cast(0x05), + static_cast(0x79), + static_cast(0x02), + static_cast(0xff), + static_cast(0x62), + static_cast(0xa6), + static_cast(0xfc), + static_cast(0x8d), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x5d), + static_cast(0x02), + static_cast(0x33), + static_cast(0x62), + static_cast(0x03), + static_cast(0xf4), + static_cast(0x62), + static_cast(0x01), + static_cast(0xd5), + static_cast(0x85), + static_cast(0xff), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x47), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x00), + static_cast(0xb4), + static_cast(0xed), + static_cast(0x00), + static_cast(0x43), + static_cast(0x1e), + static_cast(0x01), + static_cast(0x1d), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x61), + static_cast(0x55), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x34), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x58), + static_cast(0xe2), + static_cast(0x01), + static_cast(0xc3), + static_cast(0x34), + static_cast(0x02), + static_cast(0x9b), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x28), + static_cast(0x00), + static_cast(0x87), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x54), + static_cast(0x31), + static_cast(0xff), + static_cast(0xee), + static_cast(0x73), + static_cast(0xff), + static_cast(0x28), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x49), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x85), + static_cast(0xff), + static_cast(0x82), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x35), + static_cast(0xc7), + static_cast(0x00), + static_cast(0x9d), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x70), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x08), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x28), + static_cast(0x00), + static_cast(0x08), + static_cast(0xad), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x51), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x37), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x85), + static_cast(0x57), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x11), + static_cast(0x53), + static_cast(0xff), + static_cast(0x00), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x58), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x10), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x72), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x92), + static_cast(0xff), + static_cast(0x97), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x31), + static_cast(0x16), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x41), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x72), + static_cast(0xff), + static_cast(0x12), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x85), + static_cast(0x21), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x09), + static_cast(0xff), + static_cast(0x83), + static_cast(0x25), + static_cast(0xff), + static_cast(0xba), + static_cast(0x2f), + static_cast(0x05), + static_cast(0x70), + static_cast(0x6f), + static_cast(0x0f), + static_cast(0xd1), + static_cast(0x5c), + static_cast(0x10), + static_cast(0xaa), + static_cast(0xcc), + static_cast(0x06), + static_cast(0xcf), + static_cast(0x08), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x1f), + static_cast(0xfc), + static_cast(0xad), + static_cast(0x17), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x02), + static_cast(0x40), + static_cast(0xd1), + static_cast(0x03), + static_cast(0x94), + static_cast(0xb0), + static_cast(0x01), + static_cast(0x36), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x50), + static_cast(0xff), + static_cast(0x63), + static_cast(0x21), + static_cast(0xff), + static_cast(0x84), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x83), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x75), + static_cast(0x01), + static_cast(0x6f), + static_cast(0xc3), + static_cast(0x00), + static_cast(0xca), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x51), + static_cast(0x00), + static_cast(0x76), + static_cast(0xee), + static_cast(0xff), + static_cast(0x05), + static_cast(0x01), + static_cast(0x01), + static_cast(0x34), + static_cast(0x2e), + static_cast(0x02), + static_cast(0xf3), + static_cast(0x87), + static_cast(0x00), + static_cast(0x5c), + static_cast(0x19), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x10), + static_cast(0x94), + static_cast(0xff), + static_cast(0x74), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x46), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x96), + static_cast(0xb3), + static_cast(0x00), + static_cast(0xfb), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x02), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x99), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x78), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x93), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xf8), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x13), + static_cast(0x69), + static_cast(0xff), + static_cast(0x27), + static_cast(0x84), + static_cast(0xff), + static_cast(0x69), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x76), + static_cast(0xff), + static_cast(0x90), + static_cast(0x60), + static_cast(0xff), + static_cast(0x50), + static_cast(0x82), + static_cast(0xff), + static_cast(0x01), + static_cast(0x93), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x14), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xca), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x38), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x77), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x85), + static_cast(0x74), + static_cast(0xff), + static_cast(0x19), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x27), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x61), + static_cast(0xff), + static_cast(0x35), + static_cast(0x95), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x24), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x24), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xac), + static_cast(0x05), + static_cast(0x90), + static_cast(0x49), + static_cast(0x10), + static_cast(0xcb), + static_cast(0x88), + static_cast(0x10), + static_cast(0xa8), + static_cast(0xa7), + static_cast(0x06), + static_cast(0x19), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x70), + static_cast(0xfb), + static_cast(0x0d), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0x73), + static_cast(0xe6), + static_cast(0x02), + static_cast(0x0b), + static_cast(0x05), + static_cast(0x04), + static_cast(0x32), + static_cast(0xc2), + static_cast(0x01), + static_cast(0x57), + static_cast(0x38), + static_cast(0xff), + static_cast(0x65), + static_cast(0x09), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x46), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x91), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x00), + static_cast(0x04), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x22), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xfa), + static_cast(0x81), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x63), + static_cast(0x00), + static_cast(0xcb), + static_cast(0xc7), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xd6), + static_cast(0x01), + static_cast(0x70), + static_cast(0x14), + static_cast(0x01), + static_cast(0x07), + static_cast(0x39), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x03), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x99), + static_cast(0xff), + static_cast(0x08), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x66), + static_cast(0x06), + static_cast(0x00), + static_cast(0x44), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x15), + static_cast(0x09), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x87), + static_cast(0xff), + static_cast(0x46), + static_cast(0x94), + static_cast(0x00), + static_cast(0x3b), + static_cast(0xa4), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xad), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x25), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x90), + static_cast(0x67), + static_cast(0x00), + static_cast(0xb2), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x13), + static_cast(0xff), + static_cast(0x18), + static_cast(0x38), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x70), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x74), + static_cast(0xff), + static_cast(0x56), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x53), + static_cast(0x54), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x26), + static_cast(0xff), + static_cast(0x58), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x28), + static_cast(0x49), + static_cast(0xff), + static_cast(0x49), + static_cast(0x42), + static_cast(0xff), + static_cast(0x61), + static_cast(0x44), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x41), + static_cast(0xff), + static_cast(0x81), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x99), + static_cast(0xff), + static_cast(0x75), + static_cast(0x53), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x73), + static_cast(0xf7), + static_cast(0x05), + static_cast(0xfd), + static_cast(0x1c), + static_cast(0x11), + static_cast(0x67), + static_cast(0x5a), + static_cast(0x11), + static_cast(0x54), + static_cast(0xee), + static_cast(0x06), + static_cast(0x37), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0xb5), + static_cast(0xfa), + static_cast(0x72), + static_cast(0x9d), + static_cast(0xfd), + static_cast(0x65), + static_cast(0x2c), + static_cast(0x03), + static_cast(0x47), + static_cast(0xa1), + static_cast(0x04), + static_cast(0x8c), + static_cast(0xd8), + static_cast(0x01), + static_cast(0x0c), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xed), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xa7), + static_cast(0x00), + static_cast(0xab), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xc0), + static_cast(0x00), + static_cast(0xa5), + static_cast(0xe1), + static_cast(0x00), + static_cast(0x69), + static_cast(0x78), + static_cast(0x01), + static_cast(0x1e), + static_cast(0xbb), + static_cast(0x01), + static_cast(0x5d), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x94), + static_cast(0xff), + static_cast(0x90), + static_cast(0x32), + static_cast(0x00), + static_cast(0xae), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x63), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x81), + static_cast(0xff), + static_cast(0x06), + static_cast(0xc7), + static_cast(0x00), + static_cast(0x16), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x67), + static_cast(0x24), + static_cast(0x00), + static_cast(0xa1), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x21), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x79), + static_cast(0xff), + static_cast(0x32), + static_cast(0x50), + static_cast(0x00), + static_cast(0x78), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x61), + static_cast(0x07), + static_cast(0xff), + static_cast(0x80), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x62), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x27), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x23), + static_cast(0xde), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x72), + static_cast(0xff), + static_cast(0x08), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x22), + static_cast(0xff), + static_cast(0x94), + static_cast(0x55), + static_cast(0xff), + static_cast(0x02), + static_cast(0x49), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x07), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x18), + static_cast(0xff), + static_cast(0x36), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x50), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x86), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x41), + static_cast(0xc7), + static_cast(0x06), + static_cast(0x48), + static_cast(0x9d), + static_cast(0x12), + static_cast(0xbc), + static_cast(0xf9), + static_cast(0x11), + static_cast(0xbe), + static_cast(0x5b), + static_cast(0x06), + static_cast(0x69), + static_cast(0x6a), + static_cast(0xfd), + static_cast(0x02), + static_cast(0x37), + static_cast(0xfa), + static_cast(0xda), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0xe2), + static_cast(0x7f), + static_cast(0x03), + static_cast(0x05), + static_cast(0x23), + static_cast(0x05), + static_cast(0x48), + static_cast(0x89), + static_cast(0x01), + static_cast(0x39), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x57), + static_cast(0xff), + static_cast(0x08), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x38), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x06), + static_cast(0x62), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x3e), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x85), + static_cast(0xff), + static_cast(0x43), + static_cast(0x50), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x62), + static_cast(0x00), + static_cast(0x53), + static_cast(0xed), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x25), + static_cast(0x01), + static_cast(0xd4), + static_cast(0x9a), + static_cast(0x01), + static_cast(0xf9), + static_cast(0xa1), + static_cast(0x00), + static_cast(0x55), + static_cast(0x03), + static_cast(0xff), + static_cast(0x09), + static_cast(0x45), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x03), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x17), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x57), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x87), + static_cast(0xff), + static_cast(0x93), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x42), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x06), + static_cast(0x37), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x19), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x08), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x78), + static_cast(0xff), + static_cast(0x44), + static_cast(0x34), + static_cast(0x00), + static_cast(0x21), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x26), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x95), + static_cast(0xff), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x46), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x80), + static_cast(0xff), + static_cast(0x99), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x54), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x68), + static_cast(0xff), + static_cast(0x73), + static_cast(0x14), + static_cast(0xff), + static_cast(0x50), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x62), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x13), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x05), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x09), + static_cast(0xff), + static_cast(0x14), + static_cast(0xda), + static_cast(0x07), + static_cast(0xbc), + static_cast(0x86), + static_cast(0x14), + static_cast(0x4f), + static_cast(0xcc), + static_cast(0x12), + static_cast(0xb3), + static_cast(0xb9), + static_cast(0x05), + static_cast(0x60), + static_cast(0x4b), + static_cast(0xfc), + static_cast(0x43), + static_cast(0x8f), + static_cast(0xf9), + static_cast(0x21), + static_cast(0x6d), + static_cast(0xfd), + static_cast(0x2d), + static_cast(0x1c), + static_cast(0x04), + static_cast(0x1b), + static_cast(0x1e), + static_cast(0x06), + static_cast(0x14), + static_cast(0xf5), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x52), + static_cast(0xfd), + static_cast(0x90), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x67), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x31), + static_cast(0x49), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x08), + static_cast(0x00), + static_cast(0x76), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x04), + static_cast(0xff), + static_cast(0x58), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x87), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x40), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x6a), + static_cast(0x2c), + static_cast(0x01), + static_cast(0xcc), + static_cast(0xe9), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x94), + static_cast(0xff), + static_cast(0x70), + static_cast(0x58), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x07), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x73), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x55), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x97), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x57), + static_cast(0x00), + static_cast(0x8b), + static_cast(0xac), + static_cast(0xff), + static_cast(0x36), + static_cast(0x40), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x21), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x68), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x41), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x49), + static_cast(0x64), + static_cast(0xff), + static_cast(0x06), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x43), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x47), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x51), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x43), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x02), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x76), + static_cast(0xff), + static_cast(0x04), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x02), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xec), + static_cast(0x24), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x35), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x60), + static_cast(0x08), + static_cast(0x14), + static_cast(0x20), + static_cast(0x16), + static_cast(0x59), + static_cast(0x07), + static_cast(0x14), + static_cast(0x47), + static_cast(0x66), + static_cast(0x05), + static_cast(0xd5), + static_cast(0x77), + static_cast(0xfb), + static_cast(0xac), + static_cast(0xc7), + static_cast(0xf8), + static_cast(0xdb), + static_cast(0xeb), + static_cast(0xfc), + static_cast(0x87), + static_cast(0xae), + static_cast(0x04), + static_cast(0x7d), + static_cast(0xfa), + static_cast(0x06), + static_cast(0x1e), + static_cast(0xa6), + static_cast(0x00), + static_cast(0x13), + static_cast(0x7c), + static_cast(0xfc), + static_cast(0x10), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x94), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xee), + static_cast(0xff), + static_cast(0xab), + static_cast(0x54), + static_cast(0x00), + static_cast(0xa7), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xce), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x9e), + static_cast(0x00), + static_cast(0x28), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x09), + static_cast(0xcf), + static_cast(0x00), + static_cast(0xd9), + static_cast(0xdb), + static_cast(0x00), + static_cast(0x54), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x77), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0xa1), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x80), + static_cast(0xff), + static_cast(0x74), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x66), + static_cast(0x00), + static_cast(0xe9), + static_cast(0x19), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x69), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x81), + static_cast(0x79), + static_cast(0xff), + static_cast(0x28), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x05), + static_cast(0x00), + static_cast(0x1a), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x52), + static_cast(0x61), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x93), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x83), + static_cast(0x45), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x85), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xed), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x89), + static_cast(0x29), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x54), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x48), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x05), + static_cast(0xff), + static_cast(0x16), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x24), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x71), + static_cast(0xff), + static_cast(0x90), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x53), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x61), + static_cast(0x5d), + static_cast(0x08), + static_cast(0x24), + static_cast(0xa8), + static_cast(0x17), + static_cast(0x95), + static_cast(0x7d), + static_cast(0x16), + static_cast(0x58), + static_cast(0x8a), + static_cast(0x05), + static_cast(0x37), + static_cast(0x2a), + static_cast(0xfa), + static_cast(0x73), + static_cast(0xec), + static_cast(0xf7), + static_cast(0x4c), + static_cast(0x4d), + static_cast(0xfc), + static_cast(0xa5), + static_cast(0xe6), + static_cast(0x04), + static_cast(0xa3), + static_cast(0x14), + static_cast(0x08), + static_cast(0x21), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x53), + static_cast(0xfb), + static_cast(0x08), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x43), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x21), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x12), + static_cast(0x00), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x52), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x49), + static_cast(0x4a), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x45), + static_cast(0x00), + static_cast(0x25), + static_cast(0xa3), + static_cast(0x00), + static_cast(0x13), + static_cast(0x52), + static_cast(0x00), + static_cast(0x1b), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x17), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x96), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x19), + static_cast(0x00), + static_cast(0x01), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x54), + static_cast(0x10), + static_cast(0xff), + static_cast(0x82), + static_cast(0x62), + static_cast(0xff), + static_cast(0x51), + static_cast(0x06), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x19), + static_cast(0x00), + static_cast(0xf4), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xda), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x75), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x04), + static_cast(0x87), + static_cast(0xff), + static_cast(0x44), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x15), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x63), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x87), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x69), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xce), + static_cast(0x98), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x73), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x78), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x19), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x31), + static_cast(0xff), + static_cast(0x58), + static_cast(0x21), + static_cast(0xff), + static_cast(0x14), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x14), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x74), + static_cast(0xff), + static_cast(0x73), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x42), + static_cast(0x52), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x34), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xb8), + static_cast(0x08), + static_cast(0xa6), + static_cast(0x69), + static_cast(0x19), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x18), + static_cast(0xf4), + static_cast(0x59), + static_cast(0x05), + static_cast(0x91), + static_cast(0x02), + static_cast(0xf9), + static_cast(0xdf), + static_cast(0xf6), + static_cast(0xf6), + static_cast(0xdd), + static_cast(0x01), + static_cast(0xfc), + static_cast(0xa8), + static_cast(0x7d), + static_cast(0x05), + static_cast(0xf2), + static_cast(0xd1), + static_cast(0x08), + static_cast(0x99), + static_cast(0xa1), + static_cast(0x00), + static_cast(0xab), + static_cast(0x37), + static_cast(0xfa), + static_cast(0xd1), + static_cast(0x15), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x3f), + static_cast(0x00), + static_cast(0xba), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x14), + static_cast(0x76), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x18), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x95), + static_cast(0xff), + static_cast(0x98), + static_cast(0x61), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x28), + static_cast(0x00), + static_cast(0x60), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x55), + static_cast(0x73), + static_cast(0x00), + static_cast(0x67), + static_cast(0x84), + static_cast(0x00), + static_cast(0xb2), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x18), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x80), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x57), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x57), + static_cast(0x09), + static_cast(0x00), + static_cast(0xb5), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x60), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x28), + static_cast(0x42), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x80), + static_cast(0xff), + static_cast(0x26), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xec), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xce), + static_cast(0x32), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x11), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x01), + static_cast(0xff), + static_cast(0x39), + static_cast(0x09), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x83), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x07), + static_cast(0x23), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x13), + static_cast(0xff), + static_cast(0x93), + static_cast(0x40), + static_cast(0xff), + static_cast(0x86), + static_cast(0x94), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x93), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x75), + static_cast(0xff), + static_cast(0xad), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x93), + static_cast(0xff), + static_cast(0x95), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x86), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xa2), + static_cast(0x08), + static_cast(0xa3), + static_cast(0xa5), + static_cast(0x1a), + static_cast(0x4c), + static_cast(0xda), + static_cast(0x1a), + static_cast(0xee), + static_cast(0xef), + static_cast(0x05), + static_cast(0xe9), + static_cast(0xee), + static_cast(0xf7), + static_cast(0xcc), + static_cast(0xe0), + static_cast(0xf5), + static_cast(0xe5), + static_cast(0x58), + static_cast(0xfb), + static_cast(0xd0), + static_cast(0xee), + static_cast(0x05), + static_cast(0x9e), + static_cast(0x8e), + static_cast(0x09), + static_cast(0x09), + static_cast(0xd6), + static_cast(0x00), + static_cast(0x11), + static_cast(0x51), + static_cast(0xf9), + static_cast(0xbe), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0x4a), + static_cast(0xda), + static_cast(0x00), + static_cast(0xb8), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xac), + static_cast(0xf2), + static_cast(0x00), + static_cast(0x22), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x86), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x57), + static_cast(0x00), + static_cast(0x23), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xd9), + static_cast(0x89), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x01), + static_cast(0x00), + static_cast(0xbd), + static_cast(0xad), + static_cast(0x00), + static_cast(0x2f), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x59), + static_cast(0xff), + static_cast(0xed), + static_cast(0x57), + static_cast(0xff), + static_cast(0x88), + static_cast(0x81), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x01), + static_cast(0x63), + static_cast(0x00), + static_cast(0x80), + static_cast(0x08), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x62), + static_cast(0xca), + static_cast(0xff), + static_cast(0x73), + static_cast(0x5b), + static_cast(0x00), + static_cast(0xca), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x38), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x79), + static_cast(0xff), + static_cast(0x65), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x45), + static_cast(0x93), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x20), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x05), + static_cast(0x00), + static_cast(0xc8), + static_cast(0x81), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x60), + static_cast(0xff), + static_cast(0x76), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x16), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x01), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x58), + static_cast(0xff), + static_cast(0x03), + static_cast(0x58), + static_cast(0xff), + static_cast(0x59), + static_cast(0x74), + static_cast(0xff), + static_cast(0x99), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x81), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x92), + static_cast(0xff), + static_cast(0x21), + static_cast(0x70), + static_cast(0xff), + static_cast(0x75), + static_cast(0x27), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x69), + static_cast(0x09), + static_cast(0xa2), + static_cast(0xd1), + static_cast(0x1c), + static_cast(0x60), + static_cast(0xaa), + static_cast(0x1c), + static_cast(0xa7), + static_cast(0xbe), + static_cast(0x05), + static_cast(0xd9), + static_cast(0x66), + static_cast(0xf6), + static_cast(0xa3), + static_cast(0x4c), + static_cast(0xf4), + static_cast(0x06), + static_cast(0xee), + static_cast(0xfa), + static_cast(0x1a), + static_cast(0xc0), + static_cast(0x06), + static_cast(0x00), + static_cast(0x29), + static_cast(0x0a), + static_cast(0xea), + static_cast(0x28), + static_cast(0x00), + static_cast(0x5e), + static_cast(0xfc), + static_cast(0xf7), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x2f), + static_cast(0x57), + static_cast(0x01), + static_cast(0xa1), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x09), + static_cast(0xc7), + static_cast(0xfd), + static_cast(0xf0), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xf6), + static_cast(0x00), + static_cast(0xdc), + static_cast(0xab), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x34), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x79), + static_cast(0x30), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x25), + static_cast(0xff), + static_cast(0x67), + static_cast(0x54), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x85), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x83), + static_cast(0xff), + static_cast(0xac), + static_cast(0x45), + static_cast(0xff), + static_cast(0x71), + static_cast(0x31), + static_cast(0xff), + static_cast(0x33), + static_cast(0x83), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x31), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x00), + static_cast(0x00), + static_cast(0x31), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x65), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x62), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x89), + static_cast(0x46), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x65), + static_cast(0xff), + static_cast(0x28), + static_cast(0x03), + static_cast(0x00), + static_cast(0x13), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x28), + static_cast(0x28), + static_cast(0xff), + static_cast(0x19), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x46), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x48), + static_cast(0xff), + static_cast(0xba), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x35), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x19), + static_cast(0xff), + static_cast(0x98), + static_cast(0x91), + static_cast(0xff), + static_cast(0xac), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x42), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x97), + static_cast(0x32), + static_cast(0x0a), + static_cast(0xc6), + static_cast(0xc9), + static_cast(0x1e), + static_cast(0x54), + static_cast(0x0a), + static_cast(0x1e), + static_cast(0xcf), + static_cast(0xcb), + static_cast(0x05), + static_cast(0x91), + static_cast(0xe1), + static_cast(0xf5), + static_cast(0xcb), + static_cast(0x16), + static_cast(0xf3), + static_cast(0xf8), + static_cast(0x83), + static_cast(0xfa), + static_cast(0xe5), + static_cast(0xe4), + static_cast(0x07), + static_cast(0x36), + static_cast(0xa3), + static_cast(0x0a), + static_cast(0xe4), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x08), + static_cast(0x4a), + static_cast(0xf7), + static_cast(0xe0), + static_cast(0x9d), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x00), + static_cast(0x02), + static_cast(0xcb), + static_cast(0x26), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x6a), + static_cast(0xfd), + static_cast(0x10), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x62), + static_cast(0x1a), + static_cast(0x01), + static_cast(0xd0), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0x34), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x26), + static_cast(0x10), + static_cast(0x00), + static_cast(0x15), + static_cast(0x60), + static_cast(0x00), + static_cast(0xfa), + static_cast(0x14), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x59), + static_cast(0x00), + static_cast(0xcb), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x32), + static_cast(0xff), + static_cast(0x13), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xad), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x49), + static_cast(0x00), + static_cast(0x48), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x07), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x50), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x01), + static_cast(0x23), + static_cast(0x00), + static_cast(0x9e), + static_cast(0x16), + static_cast(0x00), + static_cast(0xbb), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x75), + static_cast(0xff), + static_cast(0x14), + static_cast(0x96), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x56), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x06), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x39), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x14), + static_cast(0xff), + static_cast(0x56), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x69), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xba), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x38), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xae), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xad), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x49), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x68), + static_cast(0xff), + static_cast(0x67), + static_cast(0x28), + static_cast(0x0b), + static_cast(0xb0), + static_cast(0xfa), + static_cast(0x20), + static_cast(0x73), + static_cast(0x0d), + static_cast(0x1f), + static_cast(0x20), + static_cast(0xc0), + static_cast(0x05), + static_cast(0x7c), + static_cast(0x0b), + static_cast(0xf6), + static_cast(0xf4), + static_cast(0xa2), + static_cast(0xf1), + static_cast(0x18), + static_cast(0x84), + static_cast(0xf9), + static_cast(0x7f), + static_cast(0x30), + static_cast(0x09), + static_cast(0x14), + static_cast(0xde), + static_cast(0x0a), + static_cast(0x2c), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xa1), + static_cast(0xf6), + static_cast(0xf3), + static_cast(0xfa), + static_cast(0xfb), + static_cast(0xf4), + static_cast(0x75), + static_cast(0x02), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x40), + static_cast(0xf4), + static_cast(0xfc), + static_cast(0xa1), + static_cast(0x10), + static_cast(0xff), + static_cast(0x09), + static_cast(0x58), + static_cast(0x01), + static_cast(0x6d), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xae), + static_cast(0xfd), + static_cast(0x8b), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x83), + static_cast(0xec), + static_cast(0xff), + static_cast(0x71), + static_cast(0x5c), + static_cast(0x00), + static_cast(0xee), + static_cast(0x15), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x2a), + static_cast(0x00), + static_cast(0xcb), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x05), + static_cast(0x12), + static_cast(0x00), + static_cast(0x05), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x58), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x80), + static_cast(0x00), + static_cast(0x11), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x55), + static_cast(0xfe), + static_cast(0x28), + static_cast(0x11), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x36), + static_cast(0x00), + static_cast(0x42), + static_cast(0x25), + static_cast(0xff), + static_cast(0x86), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x34), + static_cast(0x72), + static_cast(0xff), + static_cast(0x94), + static_cast(0x44), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x67), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x44), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x83), + static_cast(0x02), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x12), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x56), + static_cast(0xff), + static_cast(0x97), + static_cast(0x98), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xca), + static_cast(0xff), + static_cast(0x76), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x06), + static_cast(0x64), + static_cast(0xff), + static_cast(0x45), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x82), + static_cast(0xff), + static_cast(0x09), + static_cast(0xa1), + static_cast(0x0d), + static_cast(0xec), + static_cast(0x74), + static_cast(0x24), + static_cast(0x3f), + static_cast(0xb8), + static_cast(0x1d), + static_cast(0x3e), + static_cast(0x64), + static_cast(0x03), + static_cast(0x13), + static_cast(0x0d), + static_cast(0xf6), + static_cast(0x9c), + static_cast(0xf9), + static_cast(0xf0), + static_cast(0xb7), + static_cast(0x32), + static_cast(0xfa), + static_cast(0x73), + static_cast(0xbb), + static_cast(0x0a), + static_cast(0x08), + static_cast(0xce), + static_cast(0x09), + static_cast(0x27), + static_cast(0x29), + static_cast(0xfd), + static_cast(0xf3), + static_cast(0x90), + static_cast(0xf6), + static_cast(0x07), + static_cast(0x31), + static_cast(0xfc), + static_cast(0x6f), + static_cast(0x73), + static_cast(0x02), + static_cast(0x40), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x40), + static_cast(0xae), + static_cast(0xfc), + static_cast(0xe4), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0x93), + static_cast(0x01), + static_cast(0xfc), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x51), + static_cast(0x78), + static_cast(0xfd), + static_cast(0x5a), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x63), + static_cast(0xff), + static_cast(0x06), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x38), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x07), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x32), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xa4), + static_cast(0x00), + static_cast(0x93), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x31), + static_cast(0x00), + static_cast(0xa4), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x35), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x8c), + static_cast(0x00), + static_cast(0xad), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x18), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0x02), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x13), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x26), + static_cast(0x00), + static_cast(0x52), + static_cast(0x25), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x52), + static_cast(0x54), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x17), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x07), + static_cast(0xff), + static_cast(0x39), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x43), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x05), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xed), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xef), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x73), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x16), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x87), + static_cast(0x76), + static_cast(0xff), + static_cast(0x08), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x27), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x60), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x0d), + static_cast(0x10), + static_cast(0x57), + static_cast(0x52), + static_cast(0x28), + static_cast(0x1e), + static_cast(0x2c), + static_cast(0x1c), + static_cast(0x15), + static_cast(0x23), + static_cast(0x00), + static_cast(0x77), + static_cast(0x26), + static_cast(0xf7), + static_cast(0x4b), + static_cast(0x95), + static_cast(0xf1), + static_cast(0xaa), + static_cast(0x28), + static_cast(0xfa), + static_cast(0x7d), + static_cast(0x5c), + static_cast(0x0b), + static_cast(0x21), + static_cast(0x84), + static_cast(0x08), + static_cast(0xfc), + static_cast(0xe7), + static_cast(0xfb), + static_cast(0xde), + static_cast(0xea), + static_cast(0xf6), + static_cast(0x02), + static_cast(0x24), + static_cast(0xfc), + static_cast(0x02), + static_cast(0xd9), + static_cast(0x01), + static_cast(0xde), + static_cast(0x88), + static_cast(0x00), + static_cast(0x12), + static_cast(0xc8), + static_cast(0xfc), + static_cast(0x64), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0x33), + static_cast(0xab), + static_cast(0x01), + static_cast(0x14), + static_cast(0x52), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x57), + static_cast(0xfd), + static_cast(0x4a), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x60), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xda), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x71), + static_cast(0x03), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x52), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x52), + static_cast(0x01), + static_cast(0x7f), + static_cast(0x20), + static_cast(0x00), + static_cast(0x55), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x47), + static_cast(0x54), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x67), + static_cast(0x83), + static_cast(0xfe), + static_cast(0x66), + static_cast(0xac), + static_cast(0xfd), + static_cast(0x85), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0x40), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xed), + static_cast(0xce), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x20), + static_cast(0x00), + static_cast(0x89), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x65), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x11), + static_cast(0xff), + static_cast(0x56), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x09), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x51), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x24), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xed), + static_cast(0xff), + static_cast(0xab), + static_cast(0x57), + static_cast(0x00), + static_cast(0xf9), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xca), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x81), + static_cast(0x60), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x35), + static_cast(0x66), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xab), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x47), + static_cast(0xff), + static_cast(0x37), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x75), + static_cast(0x5f), + static_cast(0x0e), + static_cast(0xca), + static_cast(0x96), + static_cast(0x28), + static_cast(0x74), + static_cast(0x5d), + static_cast(0x1f), + static_cast(0xa8), + static_cast(0x17), + static_cast(0x00), + static_cast(0x62), + static_cast(0x92), + static_cast(0xf9), + static_cast(0x11), + static_cast(0xbb), + static_cast(0xf3), + static_cast(0x7e), + static_cast(0x51), + static_cast(0xf5), + static_cast(0xe8), + static_cast(0x72), + static_cast(0x0a), + static_cast(0x5b), + static_cast(0xb6), + static_cast(0x0a), + static_cast(0x1f), + static_cast(0xe2), + static_cast(0xfb), + static_cast(0x23), + static_cast(0x99), + static_cast(0xf6), + static_cast(0x07), + static_cast(0x27), + static_cast(0xfb), + static_cast(0x69), + static_cast(0x73), + static_cast(0x01), + static_cast(0xc4), + static_cast(0x15), + static_cast(0x01), + static_cast(0xc9), + static_cast(0x63), + static_cast(0xfd), + static_cast(0x94), + static_cast(0xf4), + static_cast(0xfc), + static_cast(0xdb), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x2c), + static_cast(0x22), + static_cast(0x00), + static_cast(0x33), + static_cast(0xef), + static_cast(0xfc), + static_cast(0x14), + static_cast(0x09), + static_cast(0xff), + static_cast(0x56), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x14), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xee), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x76), + static_cast(0x01), + static_cast(0x87), + static_cast(0x84), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x70), + static_cast(0x00), + static_cast(0xe2), + static_cast(0x65), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x31), + static_cast(0xff), + static_cast(0x73), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x16), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x54), + static_cast(0xfd), + static_cast(0x07), + static_cast(0xd6), + static_cast(0xfd), + static_cast(0xfa), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x05), + static_cast(0x00), + static_cast(0xf6), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x05), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xca), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x21), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x08), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xf6), + static_cast(0xfd), + static_cast(0x92), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x54), + static_cast(0x37), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x79), + static_cast(0x61), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x82), + static_cast(0xff), + static_cast(0x63), + static_cast(0x94), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x35), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x78), + static_cast(0xff), + static_cast(0x90), + static_cast(0xab), + static_cast(0xff), + static_cast(0x01), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xca), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x16), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x97), + static_cast(0x10), + static_cast(0x47), + static_cast(0x91), + static_cast(0x2b), + static_cast(0x70), + static_cast(0x93), + static_cast(0x1c), + static_cast(0x38), + static_cast(0x99), + static_cast(0xfd), + static_cast(0x37), + static_cast(0x02), + static_cast(0xfd), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x3e), + static_cast(0x71), + static_cast(0xf3), + static_cast(0x1d), + static_cast(0x71), + static_cast(0x0b), + static_cast(0x90), + static_cast(0xad), + static_cast(0x0a), + static_cast(0xa1), + static_cast(0x78), + static_cast(0xfa), + static_cast(0xc2), + static_cast(0xf6), + static_cast(0xf5), + static_cast(0x49), + static_cast(0xca), + static_cast(0xfb), + static_cast(0x4c), + static_cast(0x8d), + static_cast(0x01), + static_cast(0x86), + static_cast(0x97), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x7a), + static_cast(0xfd), + static_cast(0x48), + static_cast(0xba), + static_cast(0xfc), + static_cast(0x31), + static_cast(0x10), + static_cast(0x01), + static_cast(0xc0), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xad), + static_cast(0xfc), + static_cast(0x7a), + static_cast(0x88), + static_cast(0xff), + static_cast(0x79), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x54), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x75), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x96), + static_cast(0x14), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x53), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x72), + static_cast(0x15), + static_cast(0x02), + static_cast(0xbb), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x27), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x06), + static_cast(0x01), + static_cast(0xb7), + static_cast(0x34), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x45), + static_cast(0xff), + static_cast(0x24), + static_cast(0x5e), + static_cast(0xfd), + static_cast(0x63), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0xd3), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x27), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xac), + static_cast(0xff), + static_cast(0x06), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x56), + static_cast(0x58), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x44), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0xa4), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x40), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x75), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x11), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x90), + static_cast(0xff), + static_cast(0x86), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xca), + static_cast(0xff), + static_cast(0x03), + static_cast(0x79), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x19), + static_cast(0xff), + static_cast(0x03), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x06), + static_cast(0x13), + static_cast(0xd8), + static_cast(0x04), + static_cast(0x30), + static_cast(0x23), + static_cast(0x5e), + static_cast(0x1a), + static_cast(0xc9), + static_cast(0xfb), + static_cast(0xf7), + static_cast(0xf9), + static_cast(0x00), + static_cast(0xff), + static_cast(0x73), + static_cast(0x0f), + static_cast(0xf7), + static_cast(0x72), + static_cast(0xfa), + static_cast(0xf2), + static_cast(0xa3), + static_cast(0x02), + static_cast(0x0b), + static_cast(0xa3), + static_cast(0x6b), + static_cast(0x09), + static_cast(0x57), + static_cast(0xac), + static_cast(0xf9), + static_cast(0x6d), + static_cast(0xbf), + static_cast(0xf5), + static_cast(0xdc), + static_cast(0x20), + static_cast(0xfc), + static_cast(0x75), + static_cast(0xbc), + static_cast(0x01), + static_cast(0x19), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0x3a), + static_cast(0x51), + static_cast(0xfc), + static_cast(0x3f), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x4d), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x5c), + static_cast(0xfc), + static_cast(0xc0), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xcc), + static_cast(0xfd), + static_cast(0x89), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x99), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x91), + static_cast(0x05), + static_cast(0x02), + static_cast(0x91), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x12), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xed), + static_cast(0x27), + static_cast(0x01), + static_cast(0x56), + static_cast(0x86), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x14), + static_cast(0xbe), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0x1e), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x48), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x33), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x42), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x99), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0xdf), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x48), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x62), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xea), + static_cast(0xff), + static_cast(0x75), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x50), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x89), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x38), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x09), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x83), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xda), + static_cast(0xef), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x45), + static_cast(0xff), + static_cast(0x92), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x24), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x15), + static_cast(0x18), + static_cast(0x9b), + static_cast(0x20), + static_cast(0x35), + static_cast(0xad), + static_cast(0x8a), + static_cast(0x13), + static_cast(0x7d), + static_cast(0x09), + static_cast(0xf3), + static_cast(0x4f), + static_cast(0xac), + static_cast(0x01), + static_cast(0x47), + static_cast(0x74), + static_cast(0xf7), + static_cast(0x61), + static_cast(0xa1), + static_cast(0xf5), + static_cast(0x0f), + static_cast(0x37), + static_cast(0x0b), + static_cast(0x14), + static_cast(0x6e), + static_cast(0x06), + static_cast(0x59), + static_cast(0x4b), + static_cast(0xf9), + static_cast(0xe7), + static_cast(0x5a), + static_cast(0xf5), + static_cast(0xdb), + static_cast(0x34), + static_cast(0xfd), + static_cast(0x84), + static_cast(0xd7), + static_cast(0x01), + static_cast(0x2e), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xcf), + static_cast(0xfd), + static_cast(0xc7), + static_cast(0xe1), + static_cast(0xfb), + static_cast(0xa8), + static_cast(0xdc), + static_cast(0x00), + static_cast(0x9f), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xad), + static_cast(0x98), + static_cast(0xfc), + static_cast(0x9d), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x49), + static_cast(0x00), + static_cast(0x98), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xfa), + static_cast(0xfd), + static_cast(0x08), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x42), + static_cast(0xff), + static_cast(0xec), + static_cast(0x93), + static_cast(0xfd), + static_cast(0x16), + static_cast(0x45), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x03), + static_cast(0xd5), + static_cast(0x01), + static_cast(0xe9), + static_cast(0x4a), + static_cast(0x01), + static_cast(0x8f), + static_cast(0x47), + static_cast(0x00), + static_cast(0x40), + static_cast(0xe2), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x30), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xc6), + static_cast(0xfd), + static_cast(0x1d), + static_cast(0x73), + static_cast(0xff), + static_cast(0x39), + static_cast(0x99), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x45), + static_cast(0xff), + static_cast(0x31), + static_cast(0x20), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x44), + static_cast(0xfe), + static_cast(0x08), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0xcc), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x48), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xd9), + static_cast(0xfd), + static_cast(0x12), + static_cast(0x81), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x17), + static_cast(0x00), + static_cast(0x31), + static_cast(0x78), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xba), + static_cast(0xff), + static_cast(0x81), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x71), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x44), + static_cast(0x18), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x76), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xda), + static_cast(0xde), + static_cast(0xff), + static_cast(0x59), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x14), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x46), + static_cast(0xff), + static_cast(0x12), + static_cast(0xfb), + static_cast(0x17), + static_cast(0xa1), + static_cast(0xf8), + static_cast(0x38), + static_cast(0x38), + static_cast(0x30), + static_cast(0x16), + static_cast(0x55), + static_cast(0x59), + static_cast(0xec), + static_cast(0xf6), + static_cast(0x93), + static_cast(0x00), + static_cast(0x72), + static_cast(0x27), + static_cast(0xfd), + static_cast(0x8c), + static_cast(0x5f), + static_cast(0xf5), + static_cast(0xa7), + static_cast(0x8d), + static_cast(0x09), + static_cast(0xf9), + static_cast(0x54), + static_cast(0x05), + static_cast(0xa9), + static_cast(0x2e), + static_cast(0xfa), + static_cast(0x99), + static_cast(0x32), + static_cast(0xf5), + static_cast(0x07), + static_cast(0x8d), + static_cast(0xfb), + static_cast(0x00), + static_cast(0x12), + static_cast(0x03), + static_cast(0x8c), + static_cast(0x89), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x9d), + static_cast(0xfb), + static_cast(0x78), + static_cast(0xad), + static_cast(0xff), + static_cast(0x07), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xed), + static_cast(0xfd), + static_cast(0xfb), + static_cast(0x53), + static_cast(0x5e), + static_cast(0x01), + static_cast(0xc2), + static_cast(0x70), + static_cast(0x00), + static_cast(0x3f), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x1b), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0x75), + static_cast(0x25), + static_cast(0x00), + static_cast(0x41), + static_cast(0x15), + static_cast(0xfd), + static_cast(0x0b), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x11), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xb6), + static_cast(0x00), + static_cast(0xb2), + static_cast(0xea), + static_cast(0x01), + static_cast(0xee), + static_cast(0x77), + static_cast(0x00), + static_cast(0x74), + static_cast(0xd7), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x17), + static_cast(0xff), + static_cast(0x20), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0xb2), + static_cast(0xfd), + static_cast(0x5a), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xaf), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0x60), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x56), + static_cast(0x74), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x21), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0xc1), + static_cast(0xfd), + static_cast(0x4a), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0xc1), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0xb2), + static_cast(0xfd), + static_cast(0xca), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x55), + static_cast(0x68), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x68), + static_cast(0xff), + static_cast(0x80), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xba), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x93), + static_cast(0x11), + static_cast(0xff), + static_cast(0x88), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x56), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xff), + static_cast(0x93), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x30), + static_cast(0xff), + static_cast(0x53), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x51), + static_cast(0xff), + static_cast(0x96), + static_cast(0x6b), + static_cast(0x1a), + static_cast(0x63), + static_cast(0xfd), + static_cast(0x3c), + static_cast(0x86), + static_cast(0x38), + static_cast(0x14), + static_cast(0xb3), + static_cast(0x6d), + static_cast(0xe7), + static_cast(0x7c), + static_cast(0x41), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x11), + static_cast(0xff), + static_cast(0x38), + static_cast(0x95), + static_cast(0xf7), + static_cast(0x65), + static_cast(0xd8), + static_cast(0x08), + static_cast(0x45), + static_cast(0x3e), + static_cast(0x03), + static_cast(0x18), + static_cast(0x11), + static_cast(0xfb), + static_cast(0x10), + static_cast(0x95), + static_cast(0xf4), + static_cast(0x53), + static_cast(0xf2), + static_cast(0xfa), + static_cast(0xa3), + static_cast(0xb1), + static_cast(0x03), + static_cast(0x14), + static_cast(0xe2), + static_cast(0xfd), + static_cast(0x3b), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x5a), + static_cast(0xfb), + static_cast(0x6a), + static_cast(0x59), + static_cast(0xff), + static_cast(0x24), + static_cast(0x10), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x18), + static_cast(0xfc), + static_cast(0x76), + static_cast(0xdf), + static_cast(0x01), + static_cast(0xc1), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x63), + static_cast(0xe7), + static_cast(0xfd), + static_cast(0x01), + static_cast(0x8d), + static_cast(0xfd), + static_cast(0x97), + static_cast(0xa3), + static_cast(0x00), + static_cast(0x4c), + static_cast(0xc5), + static_cast(0xfc), + static_cast(0xea), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x55), + static_cast(0x01), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x65), + static_cast(0x01), + static_cast(0x2c), + static_cast(0xd6), + static_cast(0x00), + static_cast(0x59), + static_cast(0xed), + static_cast(0x00), + static_cast(0xad), + static_cast(0x56), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x44), + static_cast(0x00), + static_cast(0x71), + static_cast(0x31), + static_cast(0xff), + static_cast(0x30), + static_cast(0x9d), + static_cast(0xfd), + static_cast(0xdc), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x06), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x93), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x68), + static_cast(0xec), + static_cast(0xfd), + static_cast(0xf8), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x19), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xd9), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0x66), + static_cast(0xfd), + static_cast(0x9a), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0xb0), + static_cast(0xfd), + static_cast(0xbf), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x22), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xee), + static_cast(0x7d), + static_cast(0x00), + static_cast(0xd3), + static_cast(0x67), + static_cast(0xff), + static_cast(0x82), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x46), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x99), + static_cast(0x30), + static_cast(0xff), + static_cast(0x82), + static_cast(0x58), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x43), + static_cast(0xff), + static_cast(0x36), + static_cast(0x63), + static_cast(0xff), + static_cast(0xda), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x26), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x56), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x28), + static_cast(0x1f), + static_cast(0x50), + static_cast(0xba), + static_cast(0x41), + static_cast(0x19), + static_cast(0xad), + static_cast(0x0e), + static_cast(0x91), + static_cast(0x37), + static_cast(0xe3), + static_cast(0xef), + static_cast(0x68), + static_cast(0x00), + static_cast(0xdd), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x86), + static_cast(0xfb), + static_cast(0x52), + static_cast(0x19), + static_cast(0x08), + static_cast(0xe7), + static_cast(0x19), + static_cast(0x01), + static_cast(0xbe), + static_cast(0x17), + static_cast(0xfc), + static_cast(0x63), + static_cast(0xf1), + static_cast(0xf2), + static_cast(0xdf), + static_cast(0x66), + static_cast(0xfb), + static_cast(0x27), + static_cast(0x7d), + static_cast(0x03), + static_cast(0x25), + static_cast(0x3f), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xd6), + static_cast(0xfa), + static_cast(0xf2), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x30), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xa6), + static_cast(0xfc), + static_cast(0x47), + static_cast(0x3b), + static_cast(0x02), + static_cast(0x0b), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x28), + static_cast(0xf4), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x48), + static_cast(0xfd), + static_cast(0x31), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0x34), + static_cast(0xc4), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x74), + static_cast(0xfc), + static_cast(0x55), + static_cast(0x27), + static_cast(0x01), + static_cast(0x44), + static_cast(0xd1), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x85), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xe2), + static_cast(0x00), + static_cast(0x84), + static_cast(0x04), + static_cast(0x01), + static_cast(0x9b), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0xa4), + static_cast(0x88), + static_cast(0x00), + static_cast(0x9e), + static_cast(0x99), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x03), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x31), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x34), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xcf), + static_cast(0xfd), + static_cast(0xe8), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x44), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x36), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x23), + static_cast(0xfd), + static_cast(0x96), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x51), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x62), + static_cast(0xe2), + static_cast(0xfd), + static_cast(0x59), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x04), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xff), + static_cast(0x33), + static_cast(0x44), + static_cast(0x00), + static_cast(0xd2), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x75), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x20), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x23), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x21), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xde), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x71), + static_cast(0x69), + static_cast(0x21), + static_cast(0xe8), + static_cast(0x0a), + static_cast(0x45), + static_cast(0xe3), + static_cast(0x52), + static_cast(0x0d), + static_cast(0x38), + static_cast(0xef), + static_cast(0xdf), + static_cast(0x79), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x98), + static_cast(0xfd), + static_cast(0x85), + static_cast(0x1e), + static_cast(0x08), + static_cast(0xf2), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x8d), + static_cast(0xfc), + static_cast(0x68), + static_cast(0xf3), + static_cast(0xf1), + static_cast(0x92), + static_cast(0xe0), + static_cast(0xfa), + static_cast(0x9b), + static_cast(0x2a), + static_cast(0x03), + static_cast(0x53), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x34), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xc1), + static_cast(0xfa), + static_cast(0x85), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x08), + static_cast(0xa1), + static_cast(0xfc), + static_cast(0xe3), + static_cast(0x2b), + static_cast(0x02), + static_cast(0xe4), + static_cast(0x79), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x65), + static_cast(0x01), + static_cast(0x94), + static_cast(0x4d), + static_cast(0xfd), + static_cast(0xaf), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0xa9), + static_cast(0xec), + static_cast(0x00), + static_cast(0x10), + static_cast(0xa8), + static_cast(0xfc), + static_cast(0xc1), + static_cast(0x8f), + static_cast(0x01), + static_cast(0xe3), + static_cast(0x90), + static_cast(0x00), + static_cast(0x7a), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x58), + static_cast(0x86), + static_cast(0x01), + static_cast(0xc7), + static_cast(0x13), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x87), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x03), + static_cast(0x00), + static_cast(0x7f), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x63), + static_cast(0x00), + static_cast(0xb9), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xc5), + static_cast(0xfd), + static_cast(0xb5), + static_cast(0x34), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x16), + static_cast(0xfe), + static_cast(0x46), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x1f), + static_cast(0xfd), + static_cast(0xd2), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x17), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x28), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xc2), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x15), + static_cast(0x74), + static_cast(0xff), + static_cast(0x69), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x58), + static_cast(0xff), + static_cast(0x19), + static_cast(0x45), + static_cast(0xff), + static_cast(0x70), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x10), + static_cast(0x19), + static_cast(0xff), + static_cast(0x05), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x94), + static_cast(0x0c), + static_cast(0x23), + static_cast(0x64), + static_cast(0xe2), + static_cast(0x47), + static_cast(0x11), + static_cast(0x12), + static_cast(0x0d), + static_cast(0x6d), + static_cast(0xae), + static_cast(0xdd), + static_cast(0x9c), + static_cast(0x30), + static_cast(0xfd), + static_cast(0x9f), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0xd2), + static_cast(0x24), + static_cast(0xff), + static_cast(0x33), + static_cast(0x0f), + static_cast(0x09), + static_cast(0xdf), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xcd), + static_cast(0xfc), + static_cast(0xf4), + static_cast(0x3b), + static_cast(0xf1), + static_cast(0x11), + static_cast(0xed), + static_cast(0xf9), + static_cast(0x8a), + static_cast(0xaa), + static_cast(0x02), + static_cast(0x89), + static_cast(0x3f), + static_cast(0xfd), + static_cast(0x02), + static_cast(0xba), + static_cast(0x00), + static_cast(0xc7), + static_cast(0xb2), + static_cast(0xfa), + static_cast(0x74), + static_cast(0x19), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x7f), + static_cast(0x2a), + static_cast(0xfc), + static_cast(0x6d), + static_cast(0x07), + static_cast(0x02), + static_cast(0xba), + static_cast(0x93), + static_cast(0xff), + static_cast(0x35), + static_cast(0xee), + static_cast(0x01), + static_cast(0x0a), + static_cast(0x6c), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0x71), + static_cast(0xfd), + static_cast(0xa3), + static_cast(0x58), + static_cast(0x01), + static_cast(0x86), + static_cast(0xa6), + static_cast(0xfc), + static_cast(0x46), + static_cast(0x51), + static_cast(0x01), + static_cast(0x85), + static_cast(0x5c), + static_cast(0x00), + static_cast(0xce), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x48), + static_cast(0xda), + static_cast(0xff), + static_cast(0x64), + static_cast(0x3e), + static_cast(0x02), + static_cast(0x43), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x86), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x10), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x19), + static_cast(0x00), + static_cast(0x24), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xdf), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x9c), + static_cast(0xfd), + static_cast(0x59), + static_cast(0xe7), + static_cast(0xfd), + static_cast(0xdb), + static_cast(0xda), + static_cast(0xfd), + static_cast(0xc4), + static_cast(0x26), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x4f), + static_cast(0xfd), + static_cast(0x45), + static_cast(0x98), + static_cast(0xfd), + static_cast(0x40), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x37), + static_cast(0xfe), + static_cast(0x36), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xec), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x22), + static_cast(0x36), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x28), + static_cast(0xff), + static_cast(0x38), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x21), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x55), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x32), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x69), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x00), + static_cast(0xff), + static_cast(0x13), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x73), + static_cast(0x09), + static_cast(0x25), + static_cast(0x45), + static_cast(0xab), + static_cast(0x4a), + static_cast(0xb8), + static_cast(0x6a), + static_cast(0x0c), + static_cast(0x41), + static_cast(0x68), + static_cast(0xdc), + static_cast(0x99), + static_cast(0x2d), + static_cast(0xfb), + static_cast(0xe5), + static_cast(0xbb), + static_cast(0xfa), + static_cast(0x25), + static_cast(0xca), + static_cast(0x00), + static_cast(0x2a), + static_cast(0xdc), + static_cast(0x0a), + static_cast(0x50), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0xdb), + static_cast(0xfc), + static_cast(0x06), + static_cast(0x58), + static_cast(0xf0), + static_cast(0x36), + static_cast(0xb8), + static_cast(0xf8), + static_cast(0x6a), + static_cast(0x09), + static_cast(0x02), + static_cast(0x40), + static_cast(0x4c), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0x58), + static_cast(0x02), + static_cast(0x6a), + static_cast(0x4c), + static_cast(0xfa), + static_cast(0xb3), + static_cast(0x8a), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x46), + static_cast(0x00), + static_cast(0x54), + static_cast(0x50), + static_cast(0xfb), + static_cast(0x68), + static_cast(0x68), + static_cast(0x02), + static_cast(0x4c), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x46), + static_cast(0x37), + static_cast(0x02), + static_cast(0x56), + static_cast(0xd9), + static_cast(0xfd), + static_cast(0x34), + static_cast(0xb8), + static_cast(0xfd), + static_cast(0x47), + static_cast(0xd8), + static_cast(0x00), + static_cast(0x27), + static_cast(0xf5), + static_cast(0xfb), + static_cast(0xde), + static_cast(0x61), + static_cast(0x01), + static_cast(0x8d), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x47), + static_cast(0x10), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x21), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x93), + static_cast(0xff), + static_cast(0x63), + static_cast(0x96), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x09), + static_cast(0xff), + static_cast(0x88), + static_cast(0x73), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x50), + static_cast(0x00), + static_cast(0x38), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x5c), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x17), + static_cast(0xff), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x73), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xef), + static_cast(0xfd), + static_cast(0xa9), + static_cast(0x9d), + static_cast(0xfd), + static_cast(0xaa), + static_cast(0x83), + static_cast(0xfd), + static_cast(0xd7), + static_cast(0x74), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0x94), + static_cast(0x5e), + static_cast(0xfd), + static_cast(0x71), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x54), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x43), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x15), + static_cast(0x11), + static_cast(0x00), + static_cast(0x79), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x68), + static_cast(0xff), + static_cast(0xc7), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x04), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xff), + static_cast(0x63), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0x29), + static_cast(0xff), + static_cast(0x44), + static_cast(0x52), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x93), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x97), + static_cast(0x26), + static_cast(0xe8), + static_cast(0x5e), + static_cast(0x4c), + static_cast(0xee), + static_cast(0xda), + static_cast(0x0b), + static_cast(0x75), + static_cast(0xa2), + static_cast(0xdc), + static_cast(0x84), + static_cast(0x52), + static_cast(0xf9), + static_cast(0x1b), + static_cast(0xf3), + static_cast(0xf6), + static_cast(0xc8), + static_cast(0x2e), + static_cast(0x02), + static_cast(0xc1), + static_cast(0x4a), + static_cast(0x0c), + static_cast(0xda), + static_cast(0xe0), + static_cast(0xfd), + static_cast(0xa2), + static_cast(0xc4), + static_cast(0xfc), + static_cast(0x25), + static_cast(0x8b), + static_cast(0xef), + static_cast(0x54), + static_cast(0x3b), + static_cast(0xf8), + static_cast(0x8f), + static_cast(0xb3), + static_cast(0x01), + static_cast(0x51), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x9a), + static_cast(0x03), + static_cast(0x15), + static_cast(0xe1), + static_cast(0xf9), + static_cast(0x70), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x0c), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x4b), + static_cast(0xfb), + static_cast(0xfc), + static_cast(0xec), + static_cast(0x02), + static_cast(0xdf), + static_cast(0x72), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xdd), + static_cast(0x02), + static_cast(0xf8), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xe6), + static_cast(0xfb), + static_cast(0xed), + static_cast(0x1d), + static_cast(0x01), + static_cast(0x7a), + static_cast(0x32), + static_cast(0xff), + static_cast(0x77), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x57), + static_cast(0x9a), + static_cast(0x02), + static_cast(0xe8), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x15), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xed), + static_cast(0x00), + static_cast(0x0d), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x55), + static_cast(0xdf), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x00), + static_cast(0x00), + static_cast(0xdf), + static_cast(0x29), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x60), + static_cast(0xfd), + static_cast(0xf8), + static_cast(0x61), + static_cast(0xfd), + static_cast(0x77), + static_cast(0x94), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x23), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x57), + static_cast(0xfd), + static_cast(0x69), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x32), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x19), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x20), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x38), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xce), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x74), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x12), + static_cast(0xff), + static_cast(0xef), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x88), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x9c), + static_cast(0x26), + static_cast(0x76), + static_cast(0x4e), + static_cast(0x4d), + static_cast(0x87), + static_cast(0xef), + static_cast(0x0d), + static_cast(0x1d), + static_cast(0xb9), + static_cast(0xdd), + static_cast(0xa6), + static_cast(0x9a), + static_cast(0xf6), + static_cast(0x14), + static_cast(0x85), + static_cast(0xf2), + static_cast(0x80), + static_cast(0x1e), + static_cast(0x02), + static_cast(0x39), + static_cast(0x43), + static_cast(0x0e), + static_cast(0xf2), + static_cast(0x3c), + static_cast(0xfd), + static_cast(0xf1), + static_cast(0x4a), + static_cast(0xfc), + static_cast(0x21), + static_cast(0x03), + static_cast(0xf0), + static_cast(0x37), + static_cast(0xe0), + static_cast(0xf7), + static_cast(0xcc), + static_cast(0x1e), + static_cast(0x01), + static_cast(0x0d), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x30), + static_cast(0x05), + static_cast(0x12), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x6d), + static_cast(0x3e), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x62), + static_cast(0x49), + static_cast(0xfb), + static_cast(0x19), + static_cast(0x50), + static_cast(0x03), + static_cast(0x70), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x72), + static_cast(0xbb), + static_cast(0x02), + static_cast(0x9d), + static_cast(0xbc), + static_cast(0xfd), + static_cast(0xa4), + static_cast(0x66), + static_cast(0xfc), + static_cast(0xa7), + static_cast(0x43), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x56), + static_cast(0xfb), + static_cast(0x5a), + static_cast(0x49), + static_cast(0x01), + static_cast(0xa4), + static_cast(0x88), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xac), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x99), + static_cast(0x02), + static_cast(0xc8), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xa7), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x23), + static_cast(0xff), + static_cast(0xda), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x87), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0xf0), + static_cast(0x00), + static_cast(0x03), + static_cast(0x79), + static_cast(0x00), + static_cast(0x06), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x55), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0x6d), + static_cast(0xfd), + static_cast(0x32), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x96), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xa1), + static_cast(0xfd), + static_cast(0x79), + static_cast(0xce), + static_cast(0xfd), + static_cast(0x66), + static_cast(0xcc), + static_cast(0xfd), + static_cast(0x09), + static_cast(0x65), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x31), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x91), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x80), + static_cast(0xff), + static_cast(0x88), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x76), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xee), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x07), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x07), + static_cast(0xff), + static_cast(0x33), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x01), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x68), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x5e), + static_cast(0x23), + static_cast(0x56), + static_cast(0x1d), + static_cast(0x4d), + static_cast(0xce), + static_cast(0x00), + static_cast(0x15), + static_cast(0x07), + static_cast(0xb9), + static_cast(0xde), + static_cast(0xd9), + static_cast(0xea), + static_cast(0xf3), + static_cast(0x5f), + static_cast(0x7f), + static_cast(0xef), + static_cast(0x42), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x28), + static_cast(0x11), + static_cast(0x29), + static_cast(0x11), + static_cast(0xfd), + static_cast(0x6a), + static_cast(0xf9), + static_cast(0xfb), + static_cast(0x3a), + static_cast(0xc4), + static_cast(0xf2), + static_cast(0xf3), + static_cast(0xf2), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x01), + static_cast(0x8c), + static_cast(0x6e), + static_cast(0x01), + static_cast(0xe7), + static_cast(0x05), + static_cast(0x06), + static_cast(0x8a), + static_cast(0x0f), + static_cast(0xf9), + static_cast(0x39), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0xe1), + static_cast(0x01), + static_cast(0x5d), + static_cast(0x24), + static_cast(0xfb), + static_cast(0x6f), + static_cast(0xd4), + static_cast(0x03), + static_cast(0x19), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xf4), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x03), + static_cast(0xff), + static_cast(0x67), + static_cast(0x56), + static_cast(0xfb), + static_cast(0x7a), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x24), + static_cast(0xf6), + static_cast(0xfb), + static_cast(0x45), + static_cast(0x31), + static_cast(0x01), + static_cast(0x86), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x80), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0xad), + static_cast(0x01), + static_cast(0x68), + static_cast(0x76), + static_cast(0x00), + static_cast(0xef), + static_cast(0x56), + static_cast(0x01), + static_cast(0x11), + static_cast(0xef), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x16), + static_cast(0x01), + static_cast(0x39), + static_cast(0x51), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x38), + static_cast(0x00), + static_cast(0xf3), + static_cast(0xe7), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x08), + static_cast(0xff), + static_cast(0x18), + static_cast(0xa8), + static_cast(0xfd), + static_cast(0x3e), + static_cast(0x43), + static_cast(0xfd), + static_cast(0x82), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xde), + static_cast(0x16), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xef), + static_cast(0xfd), + static_cast(0x68), + static_cast(0x05), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x48), + static_cast(0xfd), + static_cast(0x62), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x79), + static_cast(0xcb), + static_cast(0x00), + static_cast(0x74), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x13), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x98), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x42), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x16), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x82), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x99), + static_cast(0xff), + static_cast(0x39), + static_cast(0x50), + static_cast(0x26), + static_cast(0xf5), + static_cast(0xba), + static_cast(0x4c), + static_cast(0xa8), + static_cast(0x05), + static_cast(0x11), + static_cast(0x1a), + static_cast(0x6d), + static_cast(0xe3), + static_cast(0x63), + static_cast(0xed), + static_cast(0xf2), + static_cast(0x96), + static_cast(0x5a), + static_cast(0xe8), + static_cast(0xaf), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x78), + static_cast(0xa4), + static_cast(0x10), + static_cast(0x24), + static_cast(0x66), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0xab), + static_cast(0xef), + static_cast(0xf2), + static_cast(0xdb), + static_cast(0xab), + static_cast(0xf7), + static_cast(0x76), + static_cast(0xba), + static_cast(0xff), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x02), + static_cast(0x58), + static_cast(0xf7), + static_cast(0x05), + static_cast(0x30), + static_cast(0xa8), + static_cast(0xf7), + static_cast(0x1a), + static_cast(0x12), + static_cast(0x01), + static_cast(0x85), + static_cast(0x2e), + static_cast(0x02), + static_cast(0x5b), + static_cast(0xb2), + static_cast(0xfb), + static_cast(0x76), + static_cast(0x52), + static_cast(0x02), + static_cast(0x86), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x21), + static_cast(0xf0), + static_cast(0x00), + static_cast(0x4e), + static_cast(0x21), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x3e), + static_cast(0xfc), + static_cast(0x1e), + static_cast(0x57), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0xaa), + static_cast(0xfc), + static_cast(0x57), + static_cast(0x91), + static_cast(0x01), + static_cast(0x5e), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xab), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xd6), + static_cast(0x01), + static_cast(0xc7), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x87), + static_cast(0xc1), + static_cast(0x01), + static_cast(0xcb), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xc6), + static_cast(0xfd), + static_cast(0x85), + static_cast(0xbe), + static_cast(0x00), + static_cast(0xb5), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x50), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x45), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0x38), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x71), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xde), + static_cast(0xfc), + static_cast(0x73), + static_cast(0xda), + static_cast(0xfd), + static_cast(0x3d), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x66), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x96), + static_cast(0x00), + static_cast(0x69), + static_cast(0x19), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x61), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xef), + static_cast(0x81), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x17), + static_cast(0xff), + static_cast(0x51), + static_cast(0x49), + static_cast(0xff), + static_cast(0x13), + static_cast(0x32), + static_cast(0xff), + static_cast(0x24), + static_cast(0x60), + static_cast(0xff), + static_cast(0x39), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x94), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x91), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xdf), + static_cast(0x24), + static_cast(0x90), + static_cast(0x58), + static_cast(0x4b), + static_cast(0x76), + static_cast(0xcd), + static_cast(0x13), + static_cast(0xb7), + static_cast(0xbf), + static_cast(0xe6), + static_cast(0x66), + static_cast(0xb2), + static_cast(0xf1), + static_cast(0x34), + static_cast(0xf9), + static_cast(0xe3), + static_cast(0x73), + static_cast(0xcc), + static_cast(0xfc), + static_cast(0x4f), + static_cast(0x05), + static_cast(0x12), + static_cast(0xfb), + static_cast(0x88), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x2a), + static_cast(0xf4), + static_cast(0xd5), + static_cast(0x17), + static_cast(0xf8), + static_cast(0xfa), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0xa2), + static_cast(0x02), + static_cast(0x09), + static_cast(0x5b), + static_cast(0x06), + static_cast(0xfa), + static_cast(0x90), + static_cast(0xf8), + static_cast(0x1a), + static_cast(0x1c), + static_cast(0x02), + static_cast(0x25), + static_cast(0xb9), + static_cast(0x01), + static_cast(0x5a), + static_cast(0x74), + static_cast(0xfa), + static_cast(0xd4), + static_cast(0x23), + static_cast(0x02), + static_cast(0xb7), + static_cast(0xb2), + static_cast(0xfd), + static_cast(0x36), + static_cast(0x81), + static_cast(0x00), + static_cast(0x9c), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x68), + static_cast(0xfc), + static_cast(0x51), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x65), + static_cast(0xfd), + static_cast(0x8a), + static_cast(0x93), + static_cast(0x01), + static_cast(0xea), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x5b), + static_cast(0x00), + static_cast(0xc2), + static_cast(0x32), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x2d), + static_cast(0x01), + static_cast(0x76), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x05), + static_cast(0x34), + static_cast(0x02), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x67), + static_cast(0x3d), + static_cast(0xfd), + static_cast(0x22), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x07), + static_cast(0x47), + static_cast(0x00), + static_cast(0x4d), + static_cast(0x6a), + static_cast(0x00), + static_cast(0x39), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x76), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x74), + static_cast(0xce), + static_cast(0xfd), + static_cast(0x49), + static_cast(0x74), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x50), + static_cast(0x00), + static_cast(0x15), + static_cast(0x67), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x43), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xa9), + static_cast(0xfc), + static_cast(0x3a), + static_cast(0x91), + static_cast(0xfd), + static_cast(0x31), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xae), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x47), + static_cast(0x09), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x65), + static_cast(0xff), + static_cast(0x03), + static_cast(0x44), + static_cast(0xff), + static_cast(0x44), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x19), + static_cast(0x39), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x02), + static_cast(0xff), + static_cast(0x88), + static_cast(0x57), + static_cast(0xff), + static_cast(0x87), + static_cast(0x57), + static_cast(0xff), + static_cast(0x74), + static_cast(0x67), + static_cast(0xff), + static_cast(0x57), + static_cast(0x34), + static_cast(0x25), + static_cast(0xf0), + static_cast(0xc7), + static_cast(0x49), + static_cast(0x71), + static_cast(0xcc), + static_cast(0x12), + static_cast(0x03), + static_cast(0x6b), + static_cast(0xea), + static_cast(0xd2), + static_cast(0x0d), + static_cast(0xf1), + static_cast(0x41), + static_cast(0xce), + static_cast(0xde), + static_cast(0x76), + static_cast(0xd3), + static_cast(0xfb), + static_cast(0x09), + static_cast(0x81), + static_cast(0x13), + static_cast(0x79), + static_cast(0x45), + static_cast(0x01), + static_cast(0x2c), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x58), + static_cast(0xf5), + static_cast(0xa4), + static_cast(0x2d), + static_cast(0xf9), + static_cast(0x6e), + static_cast(0x93), + static_cast(0xfc), + static_cast(0x67), + static_cast(0x49), + static_cast(0x03), + static_cast(0xe2), + static_cast(0xf0), + static_cast(0x07), + static_cast(0x8e), + static_cast(0x55), + static_cast(0xf8), + static_cast(0xb7), + static_cast(0xe6), + static_cast(0x01), + static_cast(0x46), + static_cast(0xd7), + static_cast(0x00), + static_cast(0xa1), + static_cast(0xc8), + static_cast(0xf9), + static_cast(0x54), + static_cast(0xcd), + static_cast(0x01), + static_cast(0x4c), + static_cast(0x15), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x77), + static_cast(0x00), + static_cast(0x12), + static_cast(0x79), + static_cast(0xff), + static_cast(0x87), + static_cast(0x16), + static_cast(0xfd), + static_cast(0xdf), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0xe6), + static_cast(0x88), + static_cast(0x00), + static_cast(0x86), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x32), + static_cast(0x55), + static_cast(0x00), + static_cast(0x50), + static_cast(0x36), + static_cast(0x00), + static_cast(0xd0), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x01), + static_cast(0x2a), + static_cast(0x96), + static_cast(0x00), + static_cast(0x88), + static_cast(0x1e), + static_cast(0x02), + static_cast(0xbb), + static_cast(0xdf), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x0e), + static_cast(0xfd), + static_cast(0x8f), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x3a), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x31), + static_cast(0x85), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xaa), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x33), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x38), + static_cast(0xbd), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x28), + static_cast(0xc7), + static_cast(0xfc), + static_cast(0x72), + static_cast(0x2d), + static_cast(0xfd), + static_cast(0x22), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x52), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x75), + static_cast(0x10), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x54), + static_cast(0xff), + static_cast(0x58), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x98), + static_cast(0x37), + static_cast(0x26), + static_cast(0x29), + static_cast(0x23), + static_cast(0x47), + static_cast(0xb2), + static_cast(0xd9), + static_cast(0x0f), + static_cast(0xed), + static_cast(0x02), + static_cast(0xef), + static_cast(0x31), + static_cast(0xff), + static_cast(0xef), + static_cast(0x43), + static_cast(0xee), + static_cast(0xd9), + static_cast(0xe9), + static_cast(0x77), + static_cast(0xfd), + static_cast(0x11), + static_cast(0xe8), + static_cast(0x13), + static_cast(0x61), + static_cast(0x69), + static_cast(0x02), + static_cast(0x3b), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xde), + static_cast(0xde), + static_cast(0xf5), + static_cast(0x5c), + static_cast(0xfb), + static_cast(0xf8), + static_cast(0x64), + static_cast(0xcf), + static_cast(0xfb), + static_cast(0x7a), + static_cast(0xd1), + static_cast(0x05), + static_cast(0x2c), + static_cast(0x74), + static_cast(0x06), + static_cast(0x07), + static_cast(0x7a), + static_cast(0xf7), + static_cast(0x95), + static_cast(0xf7), + static_cast(0x02), + static_cast(0x57), + static_cast(0xf0), + static_cast(0xfd), + static_cast(0x8f), + static_cast(0xf9), + static_cast(0xfa), + static_cast(0x29), + static_cast(0xfc), + static_cast(0x02), + static_cast(0xc8), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x9d), + static_cast(0x05), + static_cast(0x01), + static_cast(0xde), + static_cast(0x45), + static_cast(0x00), + static_cast(0x5c), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0xb7), + static_cast(0xda), + static_cast(0xfd), + static_cast(0xa8), + static_cast(0x82), + static_cast(0xfd), + static_cast(0xac), + static_cast(0xca), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x89), + static_cast(0x48), + static_cast(0x00), + static_cast(0x70), + static_cast(0xec), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x72), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x00), + static_cast(0x20), + static_cast(0x8d), + static_cast(0x00), + static_cast(0xf1), + static_cast(0xde), + static_cast(0x01), + static_cast(0xc5), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x33), + static_cast(0x59), + static_cast(0xfd), + static_cast(0x12), + static_cast(0x91), + static_cast(0xff), + static_cast(0x28), + static_cast(0x41), + static_cast(0x00), + static_cast(0xca), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x44), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x18), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x31), + static_cast(0x1c), + static_cast(0x01), + static_cast(0x48), + static_cast(0x36), + static_cast(0x00), + static_cast(0x14), + static_cast(0xff), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x98), + static_cast(0x00), + static_cast(0xd0), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x11), + static_cast(0xb1), + static_cast(0xfc), + static_cast(0x3d), + static_cast(0x58), + static_cast(0xfd), + static_cast(0x24), + static_cast(0x16), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x98), + static_cast(0xc5), + static_cast(0xfd), + static_cast(0xa2), + static_cast(0x72), + static_cast(0xfd), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x63), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x26), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x71), + static_cast(0x55), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x23), + static_cast(0x83), + static_cast(0xff), + static_cast(0x11), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x2e), + static_cast(0x26), + static_cast(0x6d), + static_cast(0x0d), + static_cast(0x44), + static_cast(0x26), + static_cast(0x16), + static_cast(0x0e), + static_cast(0xdc), + static_cast(0x30), + static_cast(0xf2), + static_cast(0x85), + static_cast(0x4b), + static_cast(0xef), + static_cast(0x82), + static_cast(0xe4), + static_cast(0xd8), + static_cast(0x4f), + static_cast(0x0d), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x33), + static_cast(0x13), + static_cast(0x80), + static_cast(0xcc), + static_cast(0x04), + static_cast(0x28), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x64), + static_cast(0xfb), + static_cast(0xf5), + static_cast(0x33), + static_cast(0xa2), + static_cast(0xfa), + static_cast(0x3e), + static_cast(0x82), + static_cast(0xfa), + static_cast(0x33), + static_cast(0x38), + static_cast(0x06), + static_cast(0x52), + static_cast(0xfa), + static_cast(0x05), + static_cast(0xf9), + static_cast(0x89), + static_cast(0xf6), + static_cast(0x42), + static_cast(0x9e), + static_cast(0x02), + static_cast(0x07), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x4f), + static_cast(0xfc), + static_cast(0xf1), + static_cast(0x63), + static_cast(0x02), + static_cast(0x50), + static_cast(0x52), + static_cast(0xfd), + static_cast(0x15), + static_cast(0xf4), + static_cast(0x01), + static_cast(0x61), + static_cast(0x24), + static_cast(0x00), + static_cast(0xbe), + static_cast(0x69), + static_cast(0xfd), + static_cast(0x1f), + static_cast(0xd6), + static_cast(0xfd), + static_cast(0xbe), + static_cast(0x61), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x41), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x09), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xa6), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x09), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x80), + static_cast(0xff), + static_cast(0x63), + static_cast(0xdc), + static_cast(0x00), + static_cast(0x79), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xc4), + static_cast(0x01), + static_cast(0x6f), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x1f), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0x84), + static_cast(0xff), + static_cast(0x09), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x35), + static_cast(0xa0), + static_cast(0x00), + static_cast(0xaf), + static_cast(0xc3), + static_cast(0x00), + static_cast(0x63), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0xad), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x46), + static_cast(0x01), + static_cast(0x44), + static_cast(0x2f), + static_cast(0x02), + static_cast(0x54), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x58), + static_cast(0x8d), + static_cast(0x00), + static_cast(0x05), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x63), + static_cast(0xfc), + static_cast(0xcc), + static_cast(0x9d), + static_cast(0xfd), + static_cast(0x96), + static_cast(0xd4), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x09), + static_cast(0xbe), + static_cast(0xfd), + static_cast(0x4c), + static_cast(0xcb), + static_cast(0xfc), + static_cast(0x1e), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x80), + static_cast(0x00), + static_cast(0xc2), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x85), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x52), + static_cast(0x00), + static_cast(0x86), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x37), + static_cast(0xea), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x80), + static_cast(0x23), + static_cast(0x50), + static_cast(0xbf), + static_cast(0x3f), + static_cast(0x22), + static_cast(0x5e), + static_cast(0x0e), + static_cast(0x69), + static_cast(0xf1), + static_cast(0xf4), + static_cast(0x9e), + static_cast(0x1a), + static_cast(0xf1), + static_cast(0x78), + static_cast(0x79), + static_cast(0xd9), + static_cast(0xa9), + static_cast(0x5a), + static_cast(0xfc), + static_cast(0xf9), + static_cast(0xde), + static_cast(0x12), + static_cast(0x12), + static_cast(0xbf), + static_cast(0x05), + static_cast(0x3a), + static_cast(0x3a), + static_cast(0x01), + static_cast(0xa1), + static_cast(0x91), + static_cast(0xf7), + static_cast(0x04), + static_cast(0xbd), + static_cast(0xf8), + static_cast(0xe7), + static_cast(0x65), + static_cast(0xfa), + static_cast(0xe9), + static_cast(0xf0), + static_cast(0x06), + static_cast(0x44), + static_cast(0xc7), + static_cast(0x03), + static_cast(0xec), + static_cast(0xbb), + static_cast(0xf6), + static_cast(0x1f), + static_cast(0x67), + static_cast(0x03), + static_cast(0x08), + static_cast(0xf7), + static_cast(0xfd), + static_cast(0x2c), + static_cast(0xee), + static_cast(0xfc), + static_cast(0x57), + static_cast(0x00), + static_cast(0x03), + static_cast(0xeb), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0xe4), + static_cast(0x08), + static_cast(0x01), + static_cast(0xaf), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x51), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x08), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x4b), + static_cast(0x01), + static_cast(0xb5), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x20), + static_cast(0xff), + static_cast(0x93), + static_cast(0x12), + static_cast(0x01), + static_cast(0x7e), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x1d), + static_cast(0x12), + static_cast(0x01), + static_cast(0x6a), + static_cast(0x68), + static_cast(0xff), + static_cast(0x66), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0x79), + static_cast(0x41), + static_cast(0xff), + static_cast(0x94), + static_cast(0x3f), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x8d), + static_cast(0x00), + static_cast(0xb4), + static_cast(0xb3), + static_cast(0x00), + static_cast(0xde), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xce), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x4f), + static_cast(0x00), + static_cast(0xfb), + static_cast(0xab), + static_cast(0x02), + static_cast(0x7c), + static_cast(0x51), + static_cast(0x01), + static_cast(0x26), + static_cast(0xb0), + static_cast(0x00), + static_cast(0xa8), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x5a), + static_cast(0xfc), + static_cast(0x89), + static_cast(0x79), + static_cast(0xfd), + static_cast(0x7d), + static_cast(0x09), + static_cast(0xfe), + static_cast(0x49), + static_cast(0xca), + static_cast(0xfd), + static_cast(0xa9), + static_cast(0xc6), + static_cast(0xfd), + static_cast(0x3c), + static_cast(0x0c), + static_cast(0xfd), + static_cast(0x57), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x39), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xcd), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x48), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x79), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x92), + static_cast(0x00), + static_cast(0x47), + static_cast(0x62), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0x7f), + static_cast(0xfd), + static_cast(0xf8), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xb1), + static_cast(0x21), + static_cast(0x2a), + static_cast(0x55), + static_cast(0x3b), + static_cast(0xdc), + static_cast(0xe4), + static_cast(0x0c), + static_cast(0x45), + static_cast(0xea), + static_cast(0xf7), + static_cast(0x48), + static_cast(0x9c), + static_cast(0xf3), + static_cast(0x4e), + static_cast(0xce), + static_cast(0xda), + static_cast(0x43), + static_cast(0x70), + static_cast(0xfb), + static_cast(0xf6), + static_cast(0x74), + static_cast(0x11), + static_cast(0x7a), + static_cast(0x8b), + static_cast(0x07), + static_cast(0x34), + static_cast(0xfc), + static_cast(0x01), + static_cast(0xeb), + static_cast(0x88), + static_cast(0xf6), + static_cast(0xe1), + static_cast(0xee), + static_cast(0xf8), + static_cast(0xcc), + static_cast(0x7c), + static_cast(0xfa), + static_cast(0xbd), + static_cast(0x4b), + static_cast(0x06), + static_cast(0x72), + static_cast(0x3d), + static_cast(0x03), + static_cast(0x94), + static_cast(0x1a), + static_cast(0xf7), + static_cast(0xc1), + static_cast(0xce), + static_cast(0x03), + static_cast(0x11), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0x36), + static_cast(0x11), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0x9b), + static_cast(0x03), + static_cast(0x0d), + static_cast(0x98), + static_cast(0xfc), + static_cast(0x55), + static_cast(0xe2), + static_cast(0x00), + static_cast(0xd1), + static_cast(0xf6), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x25), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0x46), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x35), + static_cast(0xff), + static_cast(0x94), + static_cast(0x96), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x6b), + static_cast(0x01), + static_cast(0x0b), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x71), + static_cast(0x02), + static_cast(0x02), + static_cast(0x20), + static_cast(0x9a), + static_cast(0x00), + static_cast(0xdf), + static_cast(0x41), + static_cast(0x00), + static_cast(0x19), + static_cast(0xce), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x38), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x9c), + static_cast(0xa3), + static_cast(0x00), + static_cast(0x2f), + static_cast(0x75), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x47), + static_cast(0xed), + static_cast(0xff), + static_cast(0x76), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x93), + static_cast(0x01), + static_cast(0x82), + static_cast(0x69), + static_cast(0x02), + static_cast(0xb9), + static_cast(0x7d), + static_cast(0x01), + static_cast(0x85), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x92), + static_cast(0xfc), + static_cast(0xd3), + static_cast(0xbf), + static_cast(0xfd), + static_cast(0x7f), + static_cast(0xd1), + static_cast(0xfd), + static_cast(0x08), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0x1c), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0x06), + static_cast(0x7d), + static_cast(0xfd), + static_cast(0x94), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xa0), + static_cast(0x00), + static_cast(0x43), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x2b), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x08), + static_cast(0xff), + static_cast(0x76), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x6b), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x50), + static_cast(0x0c), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x13), + static_cast(0x20), + static_cast(0x70), + static_cast(0x4d), + static_cast(0x35), + static_cast(0x6e), + static_cast(0x08), + static_cast(0x0a), + static_cast(0x41), + static_cast(0xd1), + static_cast(0xfc), + static_cast(0x27), + static_cast(0x9d), + static_cast(0xf6), + static_cast(0x7b), + static_cast(0x8c), + static_cast(0xdb), + static_cast(0x98), + static_cast(0x65), + static_cast(0xfc), + static_cast(0x49), + static_cast(0x2f), + static_cast(0x11), + static_cast(0x3e), + static_cast(0x80), + static_cast(0x06), + static_cast(0xc3), + static_cast(0x4d), + static_cast(0x01), + static_cast(0x40), + static_cast(0xf5), + static_cast(0xf7), + static_cast(0x42), + static_cast(0xf4), + static_cast(0xf7), + static_cast(0x3a), + static_cast(0xb6), + static_cast(0xfa), + static_cast(0x66), + static_cast(0xbb), + static_cast(0x07), + static_cast(0xaf), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x48), + static_cast(0x1a), + static_cast(0xf8), + static_cast(0x10), + static_cast(0xf8), + static_cast(0x04), + static_cast(0x96), + static_cast(0xea), + static_cast(0xfd), + static_cast(0x67), + static_cast(0x54), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x10), + static_cast(0x02), + static_cast(0x16), + static_cast(0x8a), + static_cast(0xfc), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x01), + static_cast(0x28), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x47), + static_cast(0xc9), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0x05), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x10), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xea), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x32), + static_cast(0x01), + static_cast(0x7c), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x25), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x07), + static_cast(0x02), + static_cast(0x71), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x62), + static_cast(0xee), + static_cast(0xff), + static_cast(0xec), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x80), + static_cast(0x00), + static_cast(0x80), + static_cast(0xfc), + static_cast(0x00), + static_cast(0x02), + static_cast(0x17), + static_cast(0x00), + static_cast(0x77), + static_cast(0x32), + static_cast(0x00), + static_cast(0x2e), + static_cast(0xa0), + static_cast(0x00), + static_cast(0xf2), + static_cast(0xd3), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xbe), + static_cast(0x01), + static_cast(0xee), + static_cast(0xc9), + static_cast(0x01), + static_cast(0x40), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xf1), + static_cast(0xfc), + static_cast(0xdc), + static_cast(0x33), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x98), + static_cast(0xfd), + static_cast(0x1e), + static_cast(0x1c), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0x83), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x32), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x04), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x11), + static_cast(0x16), + static_cast(0x00), + static_cast(0x56), + static_cast(0x74), + static_cast(0xff), + static_cast(0x27), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xff), + static_cast(0x64), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x7c), + static_cast(0x1d), + static_cast(0xc2), + static_cast(0xb4), + static_cast(0x2f), + static_cast(0x77), + static_cast(0xc9), + static_cast(0x09), + static_cast(0x2c), + static_cast(0x69), + static_cast(0x00), + static_cast(0x74), + static_cast(0x67), + static_cast(0xf7), + static_cast(0xf3), + static_cast(0xe2), + static_cast(0xde), + static_cast(0xe7), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xcc), + static_cast(0x0d), + static_cast(0x65), + static_cast(0x30), + static_cast(0x05), + static_cast(0xa2), + static_cast(0x29), + static_cast(0x02), + static_cast(0x8a), + static_cast(0xbd), + static_cast(0xf7), + static_cast(0x0a), + static_cast(0x46), + static_cast(0xf8), + static_cast(0x4d), + static_cast(0x35), + static_cast(0xfc), + static_cast(0xd8), + static_cast(0xa9), + static_cast(0x06), + static_cast(0x92), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xda), + static_cast(0xf9), + static_cast(0xbb), + static_cast(0x80), + static_cast(0x05), + static_cast(0xda), + static_cast(0x9f), + static_cast(0xfd), + static_cast(0x3d), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xfa), + static_cast(0x01), + static_cast(0xce), + static_cast(0x47), + static_cast(0xfd), + static_cast(0x78), + static_cast(0xce), + static_cast(0x01), + static_cast(0x55), + static_cast(0x63), + static_cast(0x00), + static_cast(0x16), + static_cast(0xbd), + static_cast(0xfd), + static_cast(0xd3), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x40), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0x76), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x52), + static_cast(0x01), + static_cast(0xee), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0x43), + static_cast(0x00), + static_cast(0x37), + static_cast(0x4b), + static_cast(0x02), + static_cast(0x85), + static_cast(0xc1), + static_cast(0xff), + static_cast(0xde), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x59), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x44), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x53), + static_cast(0xff), + static_cast(0xca), + static_cast(0x30), + static_cast(0x00), + static_cast(0x41), + static_cast(0x70), + static_cast(0x00), + static_cast(0x23), + static_cast(0x47), + static_cast(0x01), + static_cast(0x58), + static_cast(0x25), + static_cast(0x00), + static_cast(0x40), + static_cast(0x46), + static_cast(0x00), + static_cast(0x71), + static_cast(0xa7), + static_cast(0x00), + static_cast(0xdf), + static_cast(0xe5), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x15), + static_cast(0x01), + static_cast(0x95), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x7f), + static_cast(0x41), + static_cast(0xff), + static_cast(0x10), + static_cast(0xaa), + static_cast(0xfd), + static_cast(0x2e), + static_cast(0x42), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0x4c), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0xeb), + static_cast(0x38), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0x28), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x89), + static_cast(0x83), + static_cast(0xff), + static_cast(0xad), + static_cast(0x92), + static_cast(0xff), + static_cast(0x51), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x42), + static_cast(0x37), + static_cast(0xff), + static_cast(0x84), + static_cast(0x94), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x18), + static_cast(0xcd), + static_cast(0x4c), + static_cast(0x2e), + static_cast(0x37), + static_cast(0x05), + static_cast(0x0c), + static_cast(0xb5), + static_cast(0x59), + static_cast(0xfa), + static_cast(0xc0), + static_cast(0xbe), + static_cast(0xf6), + static_cast(0x96), + static_cast(0x7d), + static_cast(0xe4), + static_cast(0xf0), + static_cast(0x3c), + static_cast(0x03), + static_cast(0xd9), + static_cast(0x1e), + static_cast(0x11), + static_cast(0xf6), + static_cast(0x23), + static_cast(0xff), + static_cast(0x79), + static_cast(0x66), + static_cast(0xff), + static_cast(0x52), + static_cast(0x27), + static_cast(0xfa), + static_cast(0x02), + static_cast(0x03), + static_cast(0xfb), + static_cast(0xc2), + static_cast(0x79), + static_cast(0xfc), + static_cast(0x0f), + static_cast(0x62), + static_cast(0x03), + static_cast(0xf1), + static_cast(0x40), + static_cast(0x02), + static_cast(0xe8), + static_cast(0xd6), + static_cast(0xf8), + static_cast(0x33), + static_cast(0x23), + static_cast(0x04), + static_cast(0x5c), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x1d), + static_cast(0xfd), + static_cast(0xd8), + static_cast(0x9f), + static_cast(0x02), + static_cast(0xfd), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x48), + static_cast(0x74), + static_cast(0x01), + static_cast(0xcb), + static_cast(0x35), + static_cast(0x00), + static_cast(0x85), + static_cast(0xef), + static_cast(0xfd), + static_cast(0x9d), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xee), + static_cast(0xff), + static_cast(0x21), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x58), + static_cast(0x00), + static_cast(0x5c), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x89), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xd7), + static_cast(0x01), + static_cast(0x25), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x44), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x31), + static_cast(0x00), + static_cast(0x05), + static_cast(0x24), + static_cast(0x00), + static_cast(0x15), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xba), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x98), + static_cast(0xff), + static_cast(0x12), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x36), + static_cast(0x66), + static_cast(0x01), + static_cast(0x5c), + static_cast(0x24), + static_cast(0x02), + static_cast(0x2b), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x44), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x92), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0x10), + static_cast(0x83), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x36), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x45), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x39), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xaa), + static_cast(0x16), + static_cast(0x43), + static_cast(0x58), + static_cast(0x28), + static_cast(0x57), + static_cast(0xce), + static_cast(0x0e), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0x01), + static_cast(0x5b), + static_cast(0x9c), + static_cast(0xf4), + static_cast(0x45), + static_cast(0xe5), + static_cast(0xe3), + static_cast(0xde), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x1e), + static_cast(0x0b), + static_cast(0x69), + static_cast(0xaf), + static_cast(0x03), + static_cast(0x12), + static_cast(0xc2), + static_cast(0x03), + static_cast(0x36), + static_cast(0xf1), + static_cast(0xfb), + static_cast(0x28), + static_cast(0x37), + static_cast(0xfa), + static_cast(0x89), + static_cast(0xe6), + static_cast(0xfa), + static_cast(0xce), + static_cast(0x2a), + static_cast(0x02), + static_cast(0x7f), + static_cast(0x49), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xac), + static_cast(0xfc), + static_cast(0xf5), + static_cast(0xec), + static_cast(0x04), + static_cast(0x7f), + static_cast(0x54), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x43), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x70), + static_cast(0x02), + static_cast(0x95), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x91), + static_cast(0x00), + static_cast(0x38), + static_cast(0xcc), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x41), + static_cast(0xff), + static_cast(0x33), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x04), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x68), + static_cast(0xfd), + static_cast(0xe7), + static_cast(0x09), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x49), + static_cast(0x27), + static_cast(0x01), + static_cast(0x50), + static_cast(0xf3), + static_cast(0x00), + static_cast(0x96), + static_cast(0xa4), + static_cast(0x01), + static_cast(0x65), + static_cast(0x6f), + static_cast(0x00), + static_cast(0x52), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x38), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x16), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x09), + static_cast(0x00), + static_cast(0x05), + static_cast(0x31), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x57), + static_cast(0xff), + static_cast(0x12), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x3a), + static_cast(0x01), + static_cast(0x78), + static_cast(0xff), + static_cast(0x01), + static_cast(0x30), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x99), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x81), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x27), + static_cast(0xff), + static_cast(0x93), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x49), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x61), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xee), + static_cast(0x63), + static_cast(0xff), + static_cast(0x43), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x23), + static_cast(0x13), + static_cast(0xf4), + static_cast(0x94), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x0f), + static_cast(0x59), + static_cast(0x11), + static_cast(0x04), + static_cast(0xbe), + static_cast(0x3a), + static_cast(0xf7), + static_cast(0xb3), + static_cast(0x37), + static_cast(0xe9), + static_cast(0x6c), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x1f), + static_cast(0x08), + static_cast(0xed), + static_cast(0xc6), + static_cast(0x03), + static_cast(0x3e), + static_cast(0xd8), + static_cast(0x02), + static_cast(0x51), + static_cast(0x0d), + static_cast(0xfd), + static_cast(0x24), + static_cast(0xc4), + static_cast(0xfb), + static_cast(0xa3), + static_cast(0x82), + static_cast(0xfb), + static_cast(0x4f), + static_cast(0x52), + static_cast(0x01), + static_cast(0xfd), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x0d), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xc2), + static_cast(0x03), + static_cast(0xbc), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x32), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xc9), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x50), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x0a), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x06), + static_cast(0xff), + static_cast(0x72), + static_cast(0x40), + static_cast(0x00), + static_cast(0x99), + static_cast(0x35), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xc8), + static_cast(0xfd), + static_cast(0x5a), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xcf), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x74), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xdf), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x1a), + static_cast(0x01), + static_cast(0xb1), + static_cast(0x60), + static_cast(0x01), + static_cast(0x7c), + static_cast(0x43), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x24), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x40), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x24), + static_cast(0x00), + static_cast(0x97), + static_cast(0x10), + static_cast(0x00), + static_cast(0xd6), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x6f), + static_cast(0x94), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xab), + static_cast(0x13), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x02), + static_cast(0x01), + static_cast(0x90), + static_cast(0x49), + static_cast(0x01), + static_cast(0x39), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x49), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x22), + static_cast(0xff), + static_cast(0xce), + static_cast(0x02), + static_cast(0xff), + static_cast(0x75), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0xab), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x69), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x03), + static_cast(0xff), + static_cast(0x72), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x76), + static_cast(0x41), + static_cast(0xff), + static_cast(0x26), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x85), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xe8), + static_cast(0x0c), + static_cast(0x2a), + static_cast(0x90), + static_cast(0x1d), + static_cast(0x4e), + static_cast(0x8a), + static_cast(0x12), + static_cast(0xca), + static_cast(0xd2), + static_cast(0x04), + static_cast(0xcc), + static_cast(0xa8), + static_cast(0xfc), + static_cast(0x7d), + static_cast(0xdb), + static_cast(0xed), + static_cast(0x91), + static_cast(0xa4), + static_cast(0xf9), + static_cast(0x95), + static_cast(0x6c), + static_cast(0x07), + static_cast(0x93), + static_cast(0xd3), + static_cast(0x02), + static_cast(0x34), + static_cast(0xa9), + static_cast(0x02), + static_cast(0x0f), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x90), + static_cast(0xfc), + static_cast(0x1e), + static_cast(0x7a), + static_cast(0xfc), + static_cast(0xa7), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x60), + static_cast(0x8b), + static_cast(0x01), + static_cast(0xbb), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x46), + static_cast(0x02), + static_cast(0x14), + static_cast(0x37), + static_cast(0x00), + static_cast(0x53), + static_cast(0x05), + static_cast(0xfe), + static_cast(0x50), + static_cast(0x16), + static_cast(0x02), + static_cast(0x07), + static_cast(0x88), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xda), + static_cast(0xff), + static_cast(0x06), + static_cast(0x57), + static_cast(0x01), + static_cast(0xe0), + static_cast(0x25), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x84), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x48), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x25), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x82), + static_cast(0x74), + static_cast(0x00), + static_cast(0x41), + static_cast(0x0e), + static_cast(0x01), + static_cast(0x34), + static_cast(0x02), + static_cast(0x01), + static_cast(0x87), + static_cast(0x83), + static_cast(0x00), + static_cast(0x70), + static_cast(0x64), + static_cast(0xff), + static_cast(0x05), + static_cast(0x33), + static_cast(0xff), + static_cast(0x18), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x05), + static_cast(0x00), + static_cast(0x4d), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x09), + static_cast(0x74), + static_cast(0x00), + static_cast(0xca), + static_cast(0x28), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x97), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x90), + static_cast(0x00), + static_cast(0x42), + static_cast(0xd9), + static_cast(0x00), + static_cast(0x5e), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x76), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x65), + static_cast(0x27), + static_cast(0xff), + static_cast(0x49), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x41), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0xf4), + static_cast(0x37), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x23), + static_cast(0xff), + static_cast(0x69), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x49), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xce), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xcd), + static_cast(0x0c), + static_cast(0xc1), + static_cast(0x18), + static_cast(0x1a), + static_cast(0x25), + static_cast(0xa5), + static_cast(0x0f), + static_cast(0x9a), + static_cast(0x23), + static_cast(0x06), + static_cast(0x09), + static_cast(0x8c), + static_cast(0xfc), + static_cast(0x64), + static_cast(0x95), + static_cast(0xf0), + static_cast(0xfc), + static_cast(0x46), + static_cast(0xfc), + static_cast(0x69), + static_cast(0xfb), + static_cast(0x04), + static_cast(0xca), + static_cast(0x54), + static_cast(0x02), + static_cast(0x4b), + static_cast(0x51), + static_cast(0x02), + static_cast(0x5c), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x9c), + static_cast(0xfd), + static_cast(0xb2), + static_cast(0xae), + static_cast(0xfc), + static_cast(0x59), + static_cast(0x34), + static_cast(0x00), + static_cast(0x7b), + static_cast(0xb6), + static_cast(0x00), + static_cast(0xc0), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x1b), + static_cast(0x02), + static_cast(0x74), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x8b), + static_cast(0x01), + static_cast(0xbf), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x96), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x40), + static_cast(0x01), + static_cast(0x33), + static_cast(0x9e), + static_cast(0x00), + static_cast(0x81), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x7d), + static_cast(0x00), + static_cast(0xc7), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x77), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xae), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x00), + static_cast(0xc0), + static_cast(0xe8), + static_cast(0x00), + static_cast(0xa4), + static_cast(0x39), + static_cast(0x01), + static_cast(0x20), + static_cast(0x52), + static_cast(0x00), + static_cast(0x35), + static_cast(0x61), + static_cast(0xff), + static_cast(0x89), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x77), + static_cast(0x40), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x21), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x08), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x6c), + static_cast(0x00), + static_cast(0x77), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x21), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x33), + static_cast(0x00), + static_cast(0xbc), + static_cast(0xad), + static_cast(0x00), + static_cast(0x92), + static_cast(0x86), + static_cast(0xff), + static_cast(0xad), + static_cast(0x81), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x76), + static_cast(0xfe), + static_cast(0xed), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x21), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x26), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x60), + static_cast(0xff), + static_cast(0x57), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0xab), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x19), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x50), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x22), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x66), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x99), + static_cast(0x05), + static_cast(0x0b), + static_cast(0xac), + static_cast(0x61), + static_cast(0x17), + static_cast(0x6c), + static_cast(0x25), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x06), + static_cast(0xb0), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0x8b), + static_cast(0x77), + static_cast(0xf3), + static_cast(0xa7), + static_cast(0x81), + static_cast(0xfc), + static_cast(0x05), + static_cast(0xea), + static_cast(0x03), + static_cast(0xc1), + static_cast(0xf5), + static_cast(0x01), + static_cast(0x46), + static_cast(0x66), + static_cast(0x02), + static_cast(0x75), + static_cast(0x13), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x52), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x76), + static_cast(0xfd), + static_cast(0x2a), + static_cast(0x15), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x69), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x83), + static_cast(0xe2), + static_cast(0x01), + static_cast(0xbc), + static_cast(0x11), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x83), + static_cast(0x01), + static_cast(0x11), + static_cast(0x24), + static_cast(0x00), + static_cast(0xb0), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x4b), + static_cast(0xd5), + static_cast(0x01), + static_cast(0x63), + static_cast(0xef), + static_cast(0x00), + static_cast(0x81), + static_cast(0x21), + static_cast(0x00), + static_cast(0x69), + static_cast(0x48), + static_cast(0x00), + static_cast(0x57), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xef), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x20), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x66), + static_cast(0xea), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x08), + static_cast(0x01), + static_cast(0x32), + static_cast(0x58), + static_cast(0x01), + static_cast(0x34), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x50), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x70), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x2e), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x08), + static_cast(0x00), + static_cast(0x42), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xda), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x75), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xab), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x99), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x46), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xad), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x23), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x73), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0x53), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x53), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x25), + static_cast(0xff), + static_cast(0x21), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x60), + static_cast(0xce), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0xdf), + static_cast(0x0a), + static_cast(0x2c), + static_cast(0x38), + static_cast(0x15), + static_cast(0x60), + static_cast(0x7c), + static_cast(0x0d), + static_cast(0x55), + static_cast(0x21), + static_cast(0x06), + static_cast(0x13), + static_cast(0x48), + static_cast(0xfd), + static_cast(0x61), + static_cast(0x5f), + static_cast(0xf5), + static_cast(0x43), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0x1c), + static_cast(0xcd), + static_cast(0x02), + static_cast(0x1a), + static_cast(0xd4), + static_cast(0x01), + static_cast(0x36), + static_cast(0x35), + static_cast(0x02), + static_cast(0x7a), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x52), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x39), + static_cast(0xed), + static_cast(0xfd), + static_cast(0xc9), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x3e), + static_cast(0x00), + static_cast(0xba), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xd0), + static_cast(0x01), + static_cast(0x35), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x91), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xb9), + static_cast(0x01), + static_cast(0x74), + static_cast(0xb6), + static_cast(0x00), + static_cast(0xae), + static_cast(0x0e), + static_cast(0x01), + static_cast(0x11), + static_cast(0x71), + static_cast(0x01), + static_cast(0x0d), + static_cast(0x7d), + static_cast(0x00), + static_cast(0xaa), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x51), + static_cast(0x15), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x85), + static_cast(0xff), + static_cast(0xba), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x09), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x54), + static_cast(0xff), + static_cast(0x75), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x19), + static_cast(0x01), + static_cast(0xb2), + static_cast(0x23), + static_cast(0x01), + static_cast(0xf5), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x73), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xab), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x27), + static_cast(0x13), + static_cast(0x00), + static_cast(0x2f), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x57), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x26), + static_cast(0x52), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xb6), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x97), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x13), + static_cast(0xff), + static_cast(0x38), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x47), + static_cast(0x26), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xba), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x32), + static_cast(0xff), + static_cast(0xce), + static_cast(0x49), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x40), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x92), + static_cast(0xea), + static_cast(0x09), + static_cast(0xcc), + static_cast(0xce), + static_cast(0x13), + static_cast(0x2c), + static_cast(0xe6), + static_cast(0x0c), + static_cast(0x9f), + static_cast(0x72), + static_cast(0x05), + static_cast(0xd6), + static_cast(0xc6), + static_cast(0xfd), + static_cast(0xcc), + static_cast(0x35), + static_cast(0xf7), + static_cast(0x9f), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x7e), + static_cast(0x02), + static_cast(0x54), + static_cast(0xd8), + static_cast(0x01), + static_cast(0x89), + static_cast(0x5a), + static_cast(0x02), + static_cast(0xeb), + static_cast(0xb8), + static_cast(0x00), + static_cast(0x2f), + static_cast(0x65), + static_cast(0xff), + static_cast(0x29), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x34), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x58), + static_cast(0x00), + static_cast(0x2a), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xe4), + static_cast(0x01), + static_cast(0x5b), + static_cast(0x7b), + static_cast(0x00), + static_cast(0xab), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x0b), + static_cast(0xa3), + static_cast(0x01), + static_cast(0xe6), + static_cast(0xb4), + static_cast(0x00), + static_cast(0x45), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x01), + static_cast(0x9b), + static_cast(0x54), + static_cast(0x00), + static_cast(0xdb), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xad), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x87), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x02), + static_cast(0xfa), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x70), + static_cast(0x01), + static_cast(0xd2), + static_cast(0x6a), + static_cast(0x00), + static_cast(0x4b), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xac), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x68), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x04), + static_cast(0x50), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x89), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x77), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x61), + static_cast(0xff), + static_cast(0x42), + static_cast(0x06), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x25), + static_cast(0xa1), + static_cast(0x00), + static_cast(0x57), + static_cast(0x46), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x06), + static_cast(0xff), + static_cast(0x33), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x42), + static_cast(0xff), + static_cast(0xce), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x05), + static_cast(0xff), + static_cast(0x60), + static_cast(0x73), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x79), + static_cast(0xff), + static_cast(0x01), + static_cast(0x27), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x08), + static_cast(0xff), + static_cast(0x38), + static_cast(0x20), + static_cast(0xff), + static_cast(0x66), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x14), + static_cast(0x39), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x06), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x85), + static_cast(0xfe), + static_cast(0xac), + static_cast(0x52), + static_cast(0x09), + static_cast(0x19), + static_cast(0xdc), + static_cast(0x12), + static_cast(0x4f), + static_cast(0x4c), + static_cast(0x0c), + static_cast(0x8a), + static_cast(0x97), + static_cast(0x04), + static_cast(0x92), + static_cast(0x0d), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xc5), + static_cast(0xf8), + static_cast(0x8e), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x8b), + static_cast(0x02), + static_cast(0xf8), + static_cast(0x1e), + static_cast(0x02), + static_cast(0xf3), + static_cast(0x74), + static_cast(0x02), + static_cast(0x96), + static_cast(0x05), + static_cast(0x01), + static_cast(0x12), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x4d), + static_cast(0x00), + static_cast(0xbd), + static_cast(0x8d), + static_cast(0x00), + static_cast(0xba), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x29), + static_cast(0xf7), + static_cast(0x01), + static_cast(0xb0), + static_cast(0x5c), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x07), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x18), + static_cast(0x01), + static_cast(0x47), + static_cast(0xb1), + static_cast(0x00), + static_cast(0x6f), + static_cast(0x9d), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x83), + static_cast(0x54), + static_cast(0x00), + static_cast(0x72), + static_cast(0xec), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xda), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x97), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x63), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x60), + static_cast(0x01), + static_cast(0x74), + static_cast(0xc7), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x10), + static_cast(0x00), + static_cast(0x3e), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x60), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x15), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x47), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x15), + static_cast(0xff), + static_cast(0x10), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x93), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x33), + static_cast(0xda), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x22), + static_cast(0x00), + static_cast(0x08), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x77), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x27), + static_cast(0xff), + static_cast(0x93), + static_cast(0x08), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x38), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x70), + static_cast(0xff), + static_cast(0xda), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x97), + static_cast(0x52), + static_cast(0xff), + static_cast(0xca), + static_cast(0x50), + static_cast(0xff), + static_cast(0x99), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x33), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x18), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x12), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x62), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0xca), + static_cast(0x08), + static_cast(0x71), + static_cast(0x43), + static_cast(0x12), + static_cast(0xf9), + static_cast(0xed), + static_cast(0x0b), + static_cast(0xc1), + static_cast(0x9f), + static_cast(0x03), + static_cast(0x2e), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x2b), + static_cast(0xfa), + static_cast(0xf6), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xd9), + static_cast(0x02), + static_cast(0xde), + static_cast(0x80), + static_cast(0x02), + static_cast(0xd3), + static_cast(0x62), + static_cast(0x02), + static_cast(0xe0), + static_cast(0x4f), + static_cast(0x01), + static_cast(0xd1), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x75), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x03), + static_cast(0xd4), + static_cast(0x00), + static_cast(0xd9), + static_cast(0x99), + static_cast(0x00), + static_cast(0x26), + static_cast(0x44), + static_cast(0x00), + static_cast(0x9e), + static_cast(0x8b), + static_cast(0x01), + static_cast(0x83), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x28), + static_cast(0xac), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x99), + static_cast(0x00), + static_cast(0xf1), + static_cast(0xad), + static_cast(0x00), + static_cast(0x6d), + static_cast(0xb0), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x52), + static_cast(0x00), + static_cast(0x86), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x58), + static_cast(0x03), + static_cast(0x00), + static_cast(0x58), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x79), + static_cast(0xad), + static_cast(0xff), + static_cast(0x11), + static_cast(0x09), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x15), + static_cast(0xff), + static_cast(0x84), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x31), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x19), + static_cast(0x00), + static_cast(0xed), + static_cast(0x7f), + static_cast(0x00), + static_cast(0x10), + static_cast(0x59), + static_cast(0x00), + static_cast(0x93), + static_cast(0x03), + static_cast(0x00), + static_cast(0x21), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x81), + static_cast(0x95), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x96), + static_cast(0x92), + static_cast(0xff), + static_cast(0x14), + static_cast(0x35), + static_cast(0xff), + static_cast(0x41), + static_cast(0x97), + static_cast(0xff), + static_cast(0x08), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x94), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x97), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xed), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x38), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x25), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x48), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x96), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x81), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x35), + static_cast(0x40), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x19), + static_cast(0xff), + static_cast(0x13), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x26), + static_cast(0x09), + static_cast(0xff), + static_cast(0x35), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x99), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0xb9), + static_cast(0x05), + static_cast(0xdc), + static_cast(0x91), + static_cast(0x10), + static_cast(0xea), + static_cast(0xcd), + static_cast(0x0e), + static_cast(0xac), + static_cast(0xd0), + static_cast(0x03), + static_cast(0xc3), + static_cast(0x34), + static_cast(0xff), + static_cast(0x04), + static_cast(0x06), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0x7e), + static_cast(0x4e), + static_cast(0x03), + static_cast(0x6d), + static_cast(0x1a), + static_cast(0x03), + static_cast(0xbe), + static_cast(0x6e), + static_cast(0x02), + static_cast(0xb2), + static_cast(0xcb), + static_cast(0x01), + static_cast(0x12), + static_cast(0xbd), + static_cast(0x00), + static_cast(0x31), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xfa), + static_cast(0x00), + static_cast(0xe2), + static_cast(0x07), + static_cast(0x00), + static_cast(0x92), + static_cast(0xaa), + static_cast(0x00), + static_cast(0xd6), + static_cast(0xf9), + static_cast(0x00), + static_cast(0x41), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x26), + static_cast(0x00), + static_cast(0x6c), + static_cast(0xbc), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xdf), + static_cast(0x00), + static_cast(0xdb), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x85), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x50), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x24), + static_cast(0x00), + static_cast(0xfa), + static_cast(0xae), + static_cast(0xff), + static_cast(0x58), + static_cast(0x28), + static_cast(0xff), + static_cast(0x30), + static_cast(0x40), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xca), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x12), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x30), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x61), + static_cast(0x00), + static_cast(0x28), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x92), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x77), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x03), + static_cast(0x00), + static_cast(0x52), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xab), + static_cast(0xff), + static_cast(0x09), + static_cast(0x63), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x88), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x95), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x38), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xab), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x27), + static_cast(0x39), + static_cast(0xff), + static_cast(0x59), + static_cast(0x26), + static_cast(0xff), + static_cast(0x29), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x18), + static_cast(0xff), + static_cast(0xca), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x64), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x41), + static_cast(0x08), + static_cast(0x10), + static_cast(0xda), + static_cast(0x11), + static_cast(0xb3), + static_cast(0x9b), + static_cast(0x0b), + static_cast(0xfd), + static_cast(0x96), + static_cast(0x02), + static_cast(0x0c), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x18), + static_cast(0x33), + static_cast(0xfc), + static_cast(0x5a), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x53), + static_cast(0x03), + static_cast(0x85), + static_cast(0x2b), + static_cast(0x03), + static_cast(0xb9), + static_cast(0xa5), + static_cast(0x02), + static_cast(0x83), + static_cast(0x6c), + static_cast(0x01), + static_cast(0xc8), + static_cast(0x96), + static_cast(0x00), + static_cast(0x61), + static_cast(0x23), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x96), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x95), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x24), + static_cast(0x00), + static_cast(0x74), + static_cast(0xda), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x58), + static_cast(0x31), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x80), + static_cast(0xda), + static_cast(0x00), + static_cast(0x77), + static_cast(0xc6), + static_cast(0x00), + static_cast(0xf8), + static_cast(0x46), + static_cast(0x00), + static_cast(0x37), + static_cast(0x44), + static_cast(0x00), + static_cast(0x64), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x3b), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x07), + static_cast(0x39), + static_cast(0x00), + static_cast(0xde), + static_cast(0x93), + static_cast(0xff), + static_cast(0x22), + static_cast(0x39), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x96), + static_cast(0xed), + static_cast(0xff), + static_cast(0x65), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x21), + static_cast(0x21), + static_cast(0x00), + static_cast(0x04), + static_cast(0x26), + static_cast(0x00), + static_cast(0x75), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x61), + static_cast(0xff), + static_cast(0x84), + static_cast(0x34), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x42), + static_cast(0x00), + static_cast(0x67), + static_cast(0x92), + static_cast(0x00), + static_cast(0xbf), + static_cast(0xef), + static_cast(0xff), + static_cast(0x48), + static_cast(0x32), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x27), + static_cast(0xff), + static_cast(0x45), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x89), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x70), + static_cast(0x63), + static_cast(0xff), + static_cast(0x63), + static_cast(0x73), + static_cast(0xff), + static_cast(0x78), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xab), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x70), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xec), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x28), + static_cast(0x31), + static_cast(0xff), + static_cast(0x88), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x97), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x20), + static_cast(0xff), + static_cast(0x15), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0xf5), + static_cast(0x07), + static_cast(0x9e), + static_cast(0xc4), + static_cast(0x11), + static_cast(0x5a), + static_cast(0x10), + static_cast(0x0c), + static_cast(0x0c), + static_cast(0xce), + static_cast(0x02), + static_cast(0x64), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x19), + static_cast(0xb0), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x07), + static_cast(0x03), + static_cast(0xee), + static_cast(0x1e), + static_cast(0x03), + static_cast(0xe6), + static_cast(0x6f), + static_cast(0x02), + static_cast(0x81), + static_cast(0x87), + static_cast(0x01), + static_cast(0x8f), + static_cast(0x92), + static_cast(0x00), + static_cast(0x7c), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x71), + static_cast(0xff), + static_cast(0x44), + static_cast(0x30), + static_cast(0x00), + static_cast(0xde), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xf7), + static_cast(0x00), + static_cast(0x34), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x66), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x45), + static_cast(0x9e), + static_cast(0x00), + static_cast(0x09), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x75), + static_cast(0x10), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x95), + static_cast(0x00), + static_cast(0x74), + static_cast(0x64), + static_cast(0x00), + static_cast(0xa7), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x37), + static_cast(0x10), + static_cast(0x01), + static_cast(0x02), + static_cast(0x14), + static_cast(0x00), + static_cast(0x69), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x16), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x79), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x36), + static_cast(0x16), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x6c), + static_cast(0x00), + static_cast(0x8a), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x33), + static_cast(0x70), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x04), + static_cast(0x00), + static_cast(0x99), + static_cast(0x7f), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x6e), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x60), + static_cast(0x52), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x32), + static_cast(0xff), + static_cast(0x04), + static_cast(0x58), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x72), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x98), + static_cast(0x02), + static_cast(0xff), + static_cast(0x54), + static_cast(0x45), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x61), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x27), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x09), + static_cast(0x34), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x07), + static_cast(0xff), + static_cast(0x69), + static_cast(0x20), + static_cast(0xff), + static_cast(0x32), + static_cast(0x19), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x24), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xa7), + static_cast(0x07), + static_cast(0x63), + static_cast(0x09), + static_cast(0x12), + static_cast(0x78), + static_cast(0xfb), + static_cast(0x0c), + static_cast(0x6e), + static_cast(0xef), + static_cast(0x02), + static_cast(0x99), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xf0), + static_cast(0xfc), + static_cast(0xb2), + static_cast(0x48), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x72), + static_cast(0x02), + static_cast(0x61), + static_cast(0x97), + static_cast(0x02), + static_cast(0xa5), + static_cast(0x20), + static_cast(0x02), + static_cast(0xfd), + static_cast(0x2c), + static_cast(0x01), + static_cast(0x67), + static_cast(0xea), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xad), + static_cast(0x02), + static_cast(0x00), + static_cast(0x09), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x84), + static_cast(0x68), + static_cast(0x00), + static_cast(0x02), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x14), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x56), + static_cast(0x00), + static_cast(0x34), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x29), + static_cast(0x5d), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xf0), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x3c), + static_cast(0x01), + static_cast(0x53), + static_cast(0x6c), + static_cast(0x01), + static_cast(0x6b), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x46), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x33), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x27), + static_cast(0x58), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x70), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x42), + static_cast(0x65), + static_cast(0xff), + static_cast(0x19), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x85), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x55), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x21), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x86), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x74), + static_cast(0xff), + static_cast(0xff), + static_cast(0x68), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x10), + static_cast(0xff), + static_cast(0x06), + static_cast(0x26), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x03), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x86), + static_cast(0x27), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x19), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x31), + static_cast(0x68), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x64), + static_cast(0xff), + static_cast(0x57), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x16), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x95), + static_cast(0x64), + static_cast(0xff), + static_cast(0x17), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x17), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x37), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x16), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x45), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x28), + static_cast(0x07), + static_cast(0x71), + static_cast(0x52), + static_cast(0x12), + static_cast(0xfa), + static_cast(0x7c), + static_cast(0x0e), + static_cast(0xf3), + static_cast(0x11), + static_cast(0x03), + static_cast(0xba), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x13), + static_cast(0xfd), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x51), + static_cast(0x02), + static_cast(0xdb), + static_cast(0x88), + static_cast(0x02), + static_cast(0xdd), + static_cast(0x70), + static_cast(0x01), + static_cast(0x12), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x00), + static_cast(0xe2), + static_cast(0x00), + static_cast(0x88), + static_cast(0x81), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x34), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x61), + static_cast(0x00), + static_cast(0x57), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x6c), + static_cast(0x00), + static_cast(0x50), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x07), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x93), + static_cast(0x64), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x8b), + static_cast(0x00), + static_cast(0xba), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x96), + static_cast(0x23), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x05), + static_cast(0x00), + static_cast(0x9e), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x14), + static_cast(0xc3), + static_cast(0x01), + static_cast(0xfb), + static_cast(0x0d), + static_cast(0x01), + static_cast(0x9b), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x21), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x56), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x79), + static_cast(0x24), + static_cast(0xff), + static_cast(0x24), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x69), + static_cast(0x75), + static_cast(0x00), + static_cast(0xed), + static_cast(0x54), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x47), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x80), + static_cast(0xff), + static_cast(0x94), + static_cast(0x07), + static_cast(0x00), + static_cast(0x9a), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x22), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xab), + static_cast(0x86), + static_cast(0xff), + static_cast(0x35), + static_cast(0x75), + static_cast(0xff), + static_cast(0x01), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x24), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x85), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x08), + static_cast(0xff), + static_cast(0x75), + static_cast(0x06), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x09), + static_cast(0x09), + static_cast(0x07), + static_cast(0x60), + static_cast(0xd6), + static_cast(0x12), + static_cast(0x4d), + static_cast(0xbc), + static_cast(0x0f), + static_cast(0xce), + static_cast(0x1f), + static_cast(0x03), + static_cast(0xbb), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0xca), + static_cast(0xfc), + static_cast(0x31), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x96), + static_cast(0x02), + static_cast(0x50), + static_cast(0x08), + static_cast(0x03), + static_cast(0x86), + static_cast(0x16), + static_cast(0x01), + static_cast(0x78), + static_cast(0x06), + static_cast(0x00), + static_cast(0x0a), + static_cast(0x44), + static_cast(0x00), + static_cast(0xd4), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x6a), + static_cast(0x00), + static_cast(0xea), + static_cast(0x52), + static_cast(0x00), + static_cast(0x86), + static_cast(0xd4), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x54), + static_cast(0x00), + static_cast(0x7b), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x80), + static_cast(0x41), + static_cast(0x00), + static_cast(0x14), + static_cast(0x45), + static_cast(0x00), + static_cast(0x42), + static_cast(0x61), + static_cast(0x00), + static_cast(0x30), + static_cast(0x62), + static_cast(0x00), + static_cast(0x3f), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x23), + static_cast(0xec), + static_cast(0x01), + static_cast(0x87), + static_cast(0xf5), + static_cast(0x00), + static_cast(0x94), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x76), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x7c), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x58), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x49), + static_cast(0xff), + static_cast(0x84), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x6a), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x06), + static_cast(0x57), + static_cast(0xff), + static_cast(0x05), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x73), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x52), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x25), + static_cast(0xff), + static_cast(0x34), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x45), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x92), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x32), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x05), + static_cast(0xff), + static_cast(0x92), + static_cast(0x67), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x83), + static_cast(0xff), + static_cast(0x33), + static_cast(0x89), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x65), + static_cast(0x01), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x13), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x11), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x33), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x40), + static_cast(0xff), + static_cast(0x77), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x78), + static_cast(0x06), + static_cast(0x34), + static_cast(0xde), + static_cast(0x12), + static_cast(0x59), + static_cast(0xa0), + static_cast(0x11), + static_cast(0x3d), + static_cast(0x05), + static_cast(0x04), + static_cast(0x10), + static_cast(0x3b), + static_cast(0xfd), + static_cast(0x73), + static_cast(0x33), + static_cast(0xfc), + static_cast(0xbe), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0xc3), + static_cast(0x02), + static_cast(0x90), + static_cast(0xb8), + static_cast(0x03), + static_cast(0xa1), + static_cast(0x42), + static_cast(0x01), + static_cast(0x1e), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x25), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x35), + static_cast(0xfe), + static_cast(0x21), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x26), + static_cast(0x63), + static_cast(0x00), + static_cast(0xe3), + static_cast(0x09), + static_cast(0x01), + static_cast(0x12), + static_cast(0xd7), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x13), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x31), + static_cast(0x00), + static_cast(0xee), + static_cast(0x25), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x32), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x45), + static_cast(0x00), + static_cast(0x00), + static_cast(0x07), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x32), + static_cast(0xb2), + static_cast(0x01), + static_cast(0xdd), + static_cast(0x25), + static_cast(0x01), + static_cast(0x99), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0x00), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x6c), + static_cast(0x00), + static_cast(0x48), + static_cast(0xc3), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x89), + static_cast(0xff), + static_cast(0x11), + static_cast(0x05), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x63), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x72), + static_cast(0x83), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x28), + static_cast(0x15), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x21), + static_cast(0xff), + static_cast(0xac), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x88), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x91), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x03), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xda), + static_cast(0xff), + static_cast(0x37), + static_cast(0xee), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x70), + static_cast(0xff), + static_cast(0x30), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xba), + static_cast(0x36), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x35), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x35), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x62), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x56), + static_cast(0xff), + static_cast(0x85), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x36), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x45), + static_cast(0xff), + static_cast(0xda), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x56), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xee), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x71), + static_cast(0x07), + static_cast(0x2b), + static_cast(0x6a), + static_cast(0x14), + static_cast(0x50), + static_cast(0xe5), + static_cast(0x11), + static_cast(0x7a), + static_cast(0x70), + static_cast(0x03), + static_cast(0x4a), + static_cast(0x71), + static_cast(0xfc), + static_cast(0xd4), + static_cast(0x4d), + static_cast(0xfb), + static_cast(0xfa), + static_cast(0x21), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x8b), + static_cast(0x03), + static_cast(0xed), + static_cast(0x19), + static_cast(0x04), + static_cast(0x2b), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x87), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xad), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x1b), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x45), + static_cast(0xff), + static_cast(0x83), + static_cast(0x05), + static_cast(0x00), + static_cast(0x8d), + static_cast(0xe0), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x93), + static_cast(0x00), + static_cast(0x48), + static_cast(0x18), + static_cast(0x00), + static_cast(0x92), + static_cast(0xa0), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x9d), + static_cast(0x00), + static_cast(0xef), + static_cast(0x24), + static_cast(0x00), + static_cast(0x72), + static_cast(0x2e), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x19), + static_cast(0x00), + static_cast(0x59), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x12), + static_cast(0x3c), + static_cast(0x01), + static_cast(0xab), + static_cast(0x70), + static_cast(0x01), + static_cast(0xbf), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x56), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x82), + static_cast(0xbc), + static_cast(0x00), + static_cast(0xb4), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x34), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xda), + static_cast(0xff), + static_cast(0x89), + static_cast(0x81), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x56), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x93), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x07), + static_cast(0x00), + static_cast(0x67), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x49), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xda), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x87), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x69), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x66), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x49), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x11), + static_cast(0xff), + static_cast(0x53), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x12), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xed), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x66), + static_cast(0x67), + static_cast(0xff), + static_cast(0x32), + static_cast(0x73), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x41), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x03), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xac), + static_cast(0x06), + static_cast(0xf5), + static_cast(0x71), + static_cast(0x14), + static_cast(0x37), + static_cast(0x75), + static_cast(0x14), + static_cast(0x45), + static_cast(0xcb), + static_cast(0x04), + static_cast(0xc3), + static_cast(0x3c), + static_cast(0xfb), + static_cast(0xd2), + static_cast(0x64), + static_cast(0xfa), + static_cast(0xee), + static_cast(0xd0), + static_cast(0xfd), + static_cast(0x54), + static_cast(0x97), + static_cast(0x03), + static_cast(0x14), + static_cast(0xd1), + static_cast(0x04), + static_cast(0x72), + static_cast(0x7a), + static_cast(0x01), + static_cast(0x1d), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x15), + static_cast(0x75), + static_cast(0xff), + static_cast(0x91), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x77), + static_cast(0xb2), + static_cast(0xfd), + static_cast(0x57), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xea), + static_cast(0xff), + static_cast(0x40), + static_cast(0x55), + static_cast(0x00), + static_cast(0xda), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x25), + static_cast(0x00), + static_cast(0xa5), + static_cast(0xf7), + static_cast(0x00), + static_cast(0x91), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xbc), + static_cast(0xa7), + static_cast(0x00), + static_cast(0x13), + static_cast(0x86), + static_cast(0xff), + static_cast(0x14), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xd0), + static_cast(0x01), + static_cast(0xb4), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x75), + static_cast(0x80), + static_cast(0xfd), + static_cast(0x84), + static_cast(0x31), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x79), + static_cast(0xff), + static_cast(0x62), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x6e), + static_cast(0xec), + static_cast(0x00), + static_cast(0xa3), + static_cast(0xee), + static_cast(0xff), + static_cast(0xef), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x06), + static_cast(0x44), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xaa), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x10), + static_cast(0x00), + static_cast(0xe2), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x12), + static_cast(0xff), + static_cast(0xda), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x30), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x37), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xce), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x88), + static_cast(0xff), + static_cast(0x87), + static_cast(0x06), + static_cast(0x00), + static_cast(0x61), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x13), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x59), + static_cast(0x68), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x31), + static_cast(0x73), + static_cast(0xff), + static_cast(0xce), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x61), + static_cast(0x29), + static_cast(0xff), + static_cast(0x90), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x41), + static_cast(0xff), + static_cast(0x55), + static_cast(0x53), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x34), + static_cast(0x10), + static_cast(0xff), + static_cast(0x96), + static_cast(0x00), + static_cast(0x08), + static_cast(0x75), + static_cast(0xa5), + static_cast(0x16), + static_cast(0xc5), + static_cast(0x0e), + static_cast(0x15), + static_cast(0x87), + static_cast(0x05), + static_cast(0x04), + static_cast(0x2e), + static_cast(0xa7), + static_cast(0xf9), + static_cast(0x5b), + static_cast(0x45), + static_cast(0xf9), + static_cast(0xeb), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x79), + static_cast(0x56), + static_cast(0x04), + static_cast(0x7c), + static_cast(0x36), + static_cast(0x05), + static_cast(0x62), + static_cast(0x24), + static_cast(0x01), + static_cast(0xe0), + static_cast(0x46), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x72), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x22), + static_cast(0xff), + static_cast(0x41), + static_cast(0xb2), + static_cast(0xfd), + static_cast(0x7e), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0xee), + static_cast(0xff), + static_cast(0x73), + static_cast(0x24), + static_cast(0x00), + static_cast(0x20), + static_cast(0x01), + static_cast(0x00), + static_cast(0x64), + static_cast(0x79), + static_cast(0xff), + static_cast(0x47), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x36), + static_cast(0x8f), + static_cast(0x00), + static_cast(0x2e), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xb7), + static_cast(0x00), + static_cast(0xaa), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x66), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x44), + static_cast(0x21), + static_cast(0x01), + static_cast(0xa3), + static_cast(0x3e), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x79), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x56), + static_cast(0x66), + static_cast(0x00), + static_cast(0x90), + static_cast(0xca), + static_cast(0x00), + static_cast(0xbf), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x34), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x68), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x00), + static_cast(0xf5), + static_cast(0xce), + static_cast(0x00), + static_cast(0x30), + static_cast(0x81), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x06), + static_cast(0xff), + static_cast(0x08), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0xae), + static_cast(0xff), + static_cast(0x40), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x43), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x59), + static_cast(0xff), + static_cast(0xae), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x43), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x17), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x83), + static_cast(0x79), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x96), + static_cast(0x58), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x68), + static_cast(0x39), + static_cast(0xff), + static_cast(0x54), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x17), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x09), + static_cast(0xff), + static_cast(0xab), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x79), + static_cast(0xff), + static_cast(0x45), + static_cast(0x24), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x41), + static_cast(0x08), + static_cast(0x68), + static_cast(0xdc), + static_cast(0x17), + static_cast(0x92), + static_cast(0x3d), + static_cast(0x17), + static_cast(0x3c), + static_cast(0xb0), + static_cast(0x04), + static_cast(0x59), + static_cast(0xd9), + static_cast(0xf7), + static_cast(0x9b), + static_cast(0x0b), + static_cast(0xf8), + static_cast(0xdb), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x24), + static_cast(0xad), + static_cast(0x04), + static_cast(0x26), + static_cast(0x0f), + static_cast(0x06), + static_cast(0xee), + static_cast(0x0a), + static_cast(0x01), + static_cast(0xa0), + static_cast(0x52), + static_cast(0xfd), + static_cast(0x07), + static_cast(0x23), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x82), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xe8), + static_cast(0xfd), + static_cast(0x3e), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x06), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x24), + static_cast(0x00), + static_cast(0x84), + static_cast(0x95), + static_cast(0xff), + static_cast(0x80), + static_cast(0x52), + static_cast(0xff), + static_cast(0x90), + static_cast(0x59), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x89), + static_cast(0x00), + static_cast(0xc2), + static_cast(0xce), + static_cast(0x00), + static_cast(0x0d), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xef), + static_cast(0x02), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x64), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x59), + static_cast(0x00), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x00), + static_cast(0xe5), + static_cast(0x58), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xcd), + static_cast(0xfd), + static_cast(0x72), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x96), + static_cast(0x77), + static_cast(0x00), + static_cast(0x5c), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x44), + static_cast(0xff), + static_cast(0xae), + static_cast(0x16), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x95), + static_cast(0xff), + static_cast(0x19), + static_cast(0x23), + static_cast(0x00), + static_cast(0x39), + static_cast(0xab), + static_cast(0x00), + static_cast(0x93), + static_cast(0xc3), + static_cast(0x00), + static_cast(0x57), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x85), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x28), + static_cast(0x26), + static_cast(0xff), + static_cast(0x15), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x30), + static_cast(0x96), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xff), + static_cast(0x54), + static_cast(0xff), + static_cast(0x70), + static_cast(0x83), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x37), + static_cast(0xff), + static_cast(0x14), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x39), + static_cast(0x34), + static_cast(0xff), + static_cast(0x90), + static_cast(0x11), + static_cast(0xff), + static_cast(0x74), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x10), + static_cast(0x16), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x15), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x64), + static_cast(0x81), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x79), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xe6), + static_cast(0x07), + static_cast(0xf9), + static_cast(0x8a), + static_cast(0x18), + static_cast(0x4b), + static_cast(0x4a), + static_cast(0x1a), + static_cast(0x88), + static_cast(0x72), + static_cast(0x06), + static_cast(0xa8), + static_cast(0x10), + static_cast(0xf6), + static_cast(0xde), + static_cast(0x49), + static_cast(0xf6), + static_cast(0xa8), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0xf3), + static_cast(0x04), + static_cast(0xa4), + static_cast(0xfc), + static_cast(0x06), + static_cast(0xba), + static_cast(0x59), + static_cast(0x01), + static_cast(0xe7), + static_cast(0x28), + static_cast(0xfc), + static_cast(0x05), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x08), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x04), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x5d), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x65), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x09), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x24), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x35), + static_cast(0x00), + static_cast(0x0c), + static_cast(0xc6), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x1f), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x94), + static_cast(0xff), + static_cast(0x31), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x80), + static_cast(0xfa), + static_cast(0x00), + static_cast(0x44), + static_cast(0x16), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0xee), + static_cast(0x29), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x9d), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x07), + static_cast(0xad), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xb1), + static_cast(0x00), + static_cast(0x79), + static_cast(0xd3), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x38), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x09), + static_cast(0xff), + static_cast(0x71), + static_cast(0x75), + static_cast(0xff), + static_cast(0x37), + static_cast(0xad), + static_cast(0xff), + static_cast(0x40), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x62), + static_cast(0x89), + static_cast(0xff), + static_cast(0x09), + static_cast(0x90), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xba), + static_cast(0xff), + static_cast(0x18), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x94), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x58), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x23), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x69), + static_cast(0x25), + static_cast(0xff), + static_cast(0x82), + static_cast(0x83), + static_cast(0xff), + static_cast(0x79), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xae), + static_cast(0xff), + static_cast(0x85), + static_cast(0x93), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xca), + static_cast(0x09), + static_cast(0xa6), + static_cast(0x34), + static_cast(0x1c), + static_cast(0xe3), + static_cast(0x44), + static_cast(0x1b), + static_cast(0x7b), + static_cast(0x04), + static_cast(0x04), + static_cast(0xb4), + static_cast(0x94), + static_cast(0xf3), + static_cast(0x95), + static_cast(0x6b), + static_cast(0xf5), + static_cast(0x8c), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x06), + static_cast(0x88), + static_cast(0x70), + static_cast(0x07), + static_cast(0x71), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x52), + static_cast(0x04), + static_cast(0xfb), + static_cast(0x6c), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x39), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x14), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0xee), + static_cast(0xff), + static_cast(0xae), + static_cast(0x62), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x36), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x26), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x80), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xce), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x81), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x90), + static_cast(0xb7), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x2a), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x24), + static_cast(0x01), + static_cast(0xa2), + static_cast(0x62), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x06), + static_cast(0x00), + static_cast(0x8d), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x51), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x37), + static_cast(0xff), + static_cast(0x89), + static_cast(0x61), + static_cast(0xff), + static_cast(0x34), + static_cast(0x82), + static_cast(0x00), + static_cast(0x67), + static_cast(0xee), + static_cast(0x00), + static_cast(0x44), + static_cast(0xff), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x23), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xff), + static_cast(0x75), + static_cast(0x90), + static_cast(0xff), + static_cast(0x94), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x06), + static_cast(0x96), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x68), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x66), + static_cast(0xff), + static_cast(0x06), + static_cast(0x90), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x49), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x29), + static_cast(0xff), + static_cast(0x64), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0x20), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x52), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x69), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x23), + static_cast(0x28), + static_cast(0xff), + static_cast(0xec), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x8c), + static_cast(0x0a), + static_cast(0x24), + static_cast(0x6b), + static_cast(0x1e), + static_cast(0x54), + static_cast(0x7f), + static_cast(0x1d), + static_cast(0xad), + static_cast(0xff), + static_cast(0x03), + static_cast(0x5a), + static_cast(0x58), + static_cast(0xf1), + static_cast(0x0d), + static_cast(0xd8), + static_cast(0xf3), + static_cast(0xd4), + static_cast(0x69), + static_cast(0xff), + static_cast(0x94), + static_cast(0x79), + static_cast(0x07), + static_cast(0x26), + static_cast(0xe4), + static_cast(0x07), + static_cast(0xe0), + static_cast(0x84), + static_cast(0xff), + static_cast(0x43), + static_cast(0xc9), + static_cast(0xf9), + static_cast(0xcd), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0xdd), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x9e), + static_cast(0xfd), + static_cast(0xc5), + static_cast(0x18), + static_cast(0x00), + static_cast(0xae), + static_cast(0x74), + static_cast(0x00), + static_cast(0x3f), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x67), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x80), + static_cast(0x75), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x12), + static_cast(0x00), + static_cast(0xdf), + static_cast(0x96), + static_cast(0xff), + static_cast(0x55), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x95), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x23), + static_cast(0xff), + static_cast(0x20), + static_cast(0x56), + static_cast(0x00), + static_cast(0x76), + static_cast(0xe4), + static_cast(0x00), + static_cast(0x2f), + static_cast(0x07), + static_cast(0x01), + static_cast(0x2d), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x12), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x72), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x26), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x31), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x64), + static_cast(0x0b), + static_cast(0x01), + static_cast(0xd7), + static_cast(0x53), + static_cast(0x00), + static_cast(0xab), + static_cast(0x25), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x15), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x45), + static_cast(0xff), + static_cast(0x21), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x28), + static_cast(0xe4), + static_cast(0xff), + static_cast(0xef), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x50), + static_cast(0x38), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x24), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x50), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x90), + static_cast(0x18), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x78), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x04), + static_cast(0xff), + static_cast(0x37), + static_cast(0x7d), + static_cast(0x0b), + static_cast(0x4e), + static_cast(0xa3), + static_cast(0x20), + static_cast(0x33), + static_cast(0x88), + static_cast(0x1f), + static_cast(0xfd), + static_cast(0x2b), + static_cast(0x04), + static_cast(0x64), + static_cast(0x0f), + static_cast(0xef), + static_cast(0xb5), + static_cast(0x0a), + static_cast(0xf2), + static_cast(0x5b), + static_cast(0x24), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x80), + static_cast(0x08), + static_cast(0xe8), + static_cast(0x1d), + static_cast(0x08), + static_cast(0x73), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x8f), + static_cast(0xf8), + static_cast(0xc7), + static_cast(0x4d), + static_cast(0xfd), + static_cast(0x41), + static_cast(0x86), + static_cast(0x01), + static_cast(0x09), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0xe9), + static_cast(0xfc), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xc2), + static_cast(0x00), + static_cast(0xb0), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x63), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0x04), + static_cast(0x00), + static_cast(0x8d), + static_cast(0x2e), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x13), + static_cast(0x00), + static_cast(0x13), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x59), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x86), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x40), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x14), + static_cast(0x00), + static_cast(0x68), + static_cast(0x41), + static_cast(0x01), + static_cast(0x5c), + static_cast(0xe1), + static_cast(0x00), + static_cast(0x69), + static_cast(0xab), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x85), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x30), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x61), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x72), + static_cast(0xff), + static_cast(0x39), + static_cast(0x53), + static_cast(0x00), + static_cast(0x45), + static_cast(0xb1), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x71), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x76), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xce), + static_cast(0x75), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x82), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x61), + static_cast(0x17), + static_cast(0xff), + static_cast(0x48), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x38), + static_cast(0xff), + static_cast(0x14), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x50), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x53), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x19), + static_cast(0xff), + static_cast(0x03), + static_cast(0x79), + static_cast(0xff), + static_cast(0x13), + static_cast(0xde), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x30), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x03), + static_cast(0xff), + static_cast(0x41), + static_cast(0x42), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xd0), + static_cast(0x0b), + static_cast(0x72), + static_cast(0xb7), + static_cast(0x22), + static_cast(0x0d), + static_cast(0xdf), + static_cast(0x21), + static_cast(0x59), + static_cast(0xa1), + static_cast(0x04), + static_cast(0xc9), + static_cast(0x06), + static_cast(0xee), + static_cast(0xd0), + static_cast(0xda), + static_cast(0xef), + static_cast(0xdc), + static_cast(0xed), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x03), + static_cast(0x0a), + static_cast(0x1d), + static_cast(0x40), + static_cast(0x08), + static_cast(0xae), + static_cast(0x74), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x8c), + static_cast(0xf7), + static_cast(0x90), + static_cast(0x95), + static_cast(0xfc), + static_cast(0x05), + static_cast(0xe3), + static_cast(0x01), + static_cast(0x87), + static_cast(0x94), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x96), + static_cast(0xfc), + static_cast(0x33), + static_cast(0x60), + static_cast(0xff), + static_cast(0x70), + static_cast(0x29), + static_cast(0x01), + static_cast(0x14), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x49), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x60), + static_cast(0xee), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x66), + static_cast(0x00), + static_cast(0x49), + static_cast(0x98), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x97), + static_cast(0xff), + static_cast(0x15), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x76), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x39), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x23), + static_cast(0x58), + static_cast(0x01), + static_cast(0xb3), + static_cast(0x35), + static_cast(0x01), + static_cast(0x54), + static_cast(0xbb), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x44), + static_cast(0xff), + static_cast(0x62), + static_cast(0xe6), + static_cast(0xfd), + static_cast(0xbd), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xea), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x34), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x63), + static_cast(0x95), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x67), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x11), + static_cast(0x00), + static_cast(0x25), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x57), + static_cast(0x11), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x72), + static_cast(0xbd), + static_cast(0x00), + static_cast(0x5b), + static_cast(0xbe), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x36), + static_cast(0xff), + static_cast(0x02), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x39), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0xad), + static_cast(0x49), + static_cast(0xff), + static_cast(0x09), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x72), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x80), + static_cast(0x61), + static_cast(0xff), + static_cast(0x91), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x49), + static_cast(0xff), + static_cast(0x88), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x89), + static_cast(0x0b), + static_cast(0x94), + static_cast(0xd9), + static_cast(0x23), + static_cast(0x15), + static_cast(0x8d), + static_cast(0x24), + static_cast(0xa1), + static_cast(0x38), + static_cast(0x06), + static_cast(0x4f), + static_cast(0x1a), + static_cast(0xee), + static_cast(0x7f), + static_cast(0x9d), + static_cast(0xed), + static_cast(0x1a), + static_cast(0x74), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x8e), + static_cast(0x0b), + static_cast(0x61), + static_cast(0x95), + static_cast(0x08), + static_cast(0x1d), + static_cast(0x23), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x16), + static_cast(0xf7), + static_cast(0x89), + static_cast(0x4b), + static_cast(0xfb), + static_cast(0x14), + static_cast(0xf2), + static_cast(0x01), + static_cast(0xab), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x37), + static_cast(0x6d), + static_cast(0xfc), + static_cast(0x09), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x88), + static_cast(0x01), + static_cast(0x35), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0xac), + static_cast(0x14), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x17), + static_cast(0x89), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x6a), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x52), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x06), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x06), + static_cast(0x97), + static_cast(0x01), + static_cast(0x94), + static_cast(0x08), + static_cast(0x01), + static_cast(0x9e), + static_cast(0x42), + static_cast(0x00), + static_cast(0x15), + static_cast(0x57), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0xf9), + static_cast(0xfc), + static_cast(0xb2), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x50), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x86), + static_cast(0x72), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x67), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x54), + static_cast(0x00), + static_cast(0x02), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x88), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x25), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x79), + static_cast(0xff), + static_cast(0x21), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x40), + static_cast(0xfe), + static_cast(0x51), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x86), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x68), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x41), + static_cast(0xff), + static_cast(0x99), + static_cast(0x65), + static_cast(0xff), + static_cast(0x51), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x60), + static_cast(0x0e), + static_cast(0xc8), + static_cast(0x15), + static_cast(0x28), + static_cast(0x76), + static_cast(0x43), + static_cast(0x23), + static_cast(0x87), + static_cast(0xd8), + static_cast(0x02), + static_cast(0xd0), + static_cast(0x8f), + static_cast(0xed), + static_cast(0x24), + static_cast(0x6c), + static_cast(0xed), + static_cast(0x0a), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x62), + static_cast(0x0d), + static_cast(0x0d), + static_cast(0xb4), + static_cast(0xd4), + static_cast(0x07), + static_cast(0x2d), + static_cast(0x17), + static_cast(0xfc), + static_cast(0x2f), + static_cast(0xa8), + static_cast(0xf6), + static_cast(0xd4), + static_cast(0x69), + static_cast(0xfb), + static_cast(0x26), + static_cast(0xf1), + static_cast(0x01), + static_cast(0x6a), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x26), + static_cast(0xda), + static_cast(0xfb), + static_cast(0x44), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x72), + static_cast(0x01), + static_cast(0x78), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0x2e), + static_cast(0x17), + static_cast(0xff), + static_cast(0x04), + static_cast(0x07), + static_cast(0x00), + static_cast(0xed), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x71), + static_cast(0x34), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xef), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x34), + static_cast(0x00), + static_cast(0xc2), + static_cast(0x26), + static_cast(0x01), + static_cast(0x9e), + static_cast(0x99), + static_cast(0x01), + static_cast(0x43), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x29), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x25), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xde), + static_cast(0xa0), + static_cast(0xfc), + static_cast(0xf8), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0x04), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x27), + static_cast(0xff), + static_cast(0x27), + static_cast(0x62), + static_cast(0xff), + static_cast(0x36), + static_cast(0x93), + static_cast(0xff), + static_cast(0x04), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x37), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x62), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xcd), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x46), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x45), + static_cast(0xee), + static_cast(0xff), + static_cast(0x25), + static_cast(0x61), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x06), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x98), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0xb3), + static_cast(0x11), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x53), + static_cast(0x68), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x60), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x65), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x33), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x11), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x1e), + static_cast(0x69), + static_cast(0x11), + static_cast(0x4c), + static_cast(0x6c), + static_cast(0x2c), + static_cast(0xa7), + static_cast(0x46), + static_cast(0x21), + static_cast(0xbc), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x75), + static_cast(0x17), + static_cast(0xee), + static_cast(0x36), + static_cast(0x02), + static_cast(0xee), + static_cast(0x01), + static_cast(0x70), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x0d), + static_cast(0x0e), + static_cast(0x5d), + static_cast(0x24), + static_cast(0x07), + static_cast(0x7f), + static_cast(0x6a), + static_cast(0xfa), + static_cast(0x86), + static_cast(0x48), + static_cast(0xf6), + static_cast(0xdd), + static_cast(0xba), + static_cast(0xfb), + static_cast(0x14), + static_cast(0xf5), + static_cast(0x01), + static_cast(0x02), + static_cast(0xa3), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x93), + static_cast(0xfb), + static_cast(0xc0), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0x37), + static_cast(0x01), + static_cast(0xd9), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x35), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xc5), + static_cast(0x71), + static_cast(0x00), + static_cast(0xbf), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x25), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0xed), + static_cast(0xff), + static_cast(0x70), + static_cast(0x18), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x40), + static_cast(0x00), + static_cast(0x8b), + static_cast(0xca), + static_cast(0x01), + static_cast(0x8b), + static_cast(0x67), + static_cast(0x00), + static_cast(0x70), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x32), + static_cast(0xfd), + static_cast(0x63), + static_cast(0x05), + static_cast(0xfd), + static_cast(0x8c), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x94), + static_cast(0xff), + static_cast(0x60), + static_cast(0x47), + static_cast(0xff), + static_cast(0x17), + static_cast(0xca), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x15), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x59), + static_cast(0x00), + static_cast(0x94), + static_cast(0x69), + static_cast(0xff), + static_cast(0x65), + static_cast(0x04), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x06), + static_cast(0x00), + static_cast(0x52), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x37), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x41), + static_cast(0x64), + static_cast(0xff), + static_cast(0x99), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x48), + static_cast(0x54), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xde), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x93), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x74), + static_cast(0xff), + static_cast(0x85), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x89), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xf5), + static_cast(0x12), + static_cast(0xdd), + static_cast(0x13), + static_cast(0x30), + static_cast(0x2c), + static_cast(0xc3), + static_cast(0x20), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xfb), + static_cast(0x29), + static_cast(0xa3), + static_cast(0xef), + static_cast(0x51), + static_cast(0x40), + static_cast(0xef), + static_cast(0xcd), + static_cast(0x54), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x61), + static_cast(0x0e), + static_cast(0x58), + static_cast(0xfb), + static_cast(0x06), + static_cast(0xe8), + static_cast(0xf4), + static_cast(0xf9), + static_cast(0x26), + static_cast(0xa5), + static_cast(0xf5), + static_cast(0xe8), + static_cast(0xaa), + static_cast(0xfb), + static_cast(0x8d), + static_cast(0x06), + static_cast(0x02), + static_cast(0x99), + static_cast(0x5a), + static_cast(0x00), + static_cast(0x87), + static_cast(0xe5), + static_cast(0xfb), + static_cast(0xa4), + static_cast(0x5a), + static_cast(0xfd), + static_cast(0x74), + static_cast(0x19), + static_cast(0x01), + static_cast(0xef), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x40), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x50), + static_cast(0x22), + static_cast(0x00), + static_cast(0x55), + static_cast(0xd7), + static_cast(0x00), + static_cast(0x81), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x34), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xe3), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x22), + static_cast(0x67), + static_cast(0x00), + static_cast(0x36), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x47), + static_cast(0x29), + static_cast(0x01), + static_cast(0x28), + static_cast(0x23), + static_cast(0x01), + static_cast(0xbd), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x8f), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0xd1), + static_cast(0xfc), + static_cast(0xd7), + static_cast(0x50), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xad), + static_cast(0x70), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xda), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0x1e), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x62), + static_cast(0x00), + static_cast(0x87), + static_cast(0x6c), + static_cast(0xff), + static_cast(0xde), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x84), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x34), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0x24), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x29), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x57), + static_cast(0xff), + static_cast(0x07), + static_cast(0xce), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x60), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x66), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0x38), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x30), + static_cast(0x17), + static_cast(0x24), + static_cast(0x3c), + static_cast(0x35), + static_cast(0xab), + static_cast(0x3e), + static_cast(0x1c), + static_cast(0x38), + static_cast(0xed), + static_cast(0xf5), + static_cast(0xdd), + static_cast(0x1e), + static_cast(0xf1), + static_cast(0xca), + static_cast(0x1c), + static_cast(0xf1), + static_cast(0x5b), + static_cast(0x56), + static_cast(0xff), + static_cast(0x48), + static_cast(0x05), + static_cast(0x0e), + static_cast(0xb3), + static_cast(0x9b), + static_cast(0x05), + static_cast(0x4d), + static_cast(0x60), + static_cast(0xf9), + static_cast(0x52), + static_cast(0xcd), + static_cast(0xf4), + static_cast(0x40), + static_cast(0x32), + static_cast(0xfc), + static_cast(0x76), + static_cast(0x16), + static_cast(0x02), + static_cast(0x7e), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x65), + static_cast(0x30), + static_cast(0xfc), + static_cast(0x86), + static_cast(0x12), + static_cast(0xfd), + static_cast(0xc0), + static_cast(0xe0), + static_cast(0x00), + static_cast(0xaf), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xff), + static_cast(0x29), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x21), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x17), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xb3), + static_cast(0xfd), + static_cast(0xd9), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x29), + static_cast(0xca), + static_cast(0x00), + static_cast(0x76), + static_cast(0x4d), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x42), + static_cast(0x00), + static_cast(0x1c), + static_cast(0x56), + static_cast(0x01), + static_cast(0x7e), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x86), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x15), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x4d), + static_cast(0xfd), + static_cast(0x22), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xae), + static_cast(0xff), + static_cast(0x09), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x93), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xab), + static_cast(0xfd), + static_cast(0x7c), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xdd), + static_cast(0x00), + static_cast(0x46), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x16), + static_cast(0x56), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0x9f), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x69), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x12), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x49), + static_cast(0xec), + static_cast(0xff), + static_cast(0x19), + static_cast(0x40), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x51), + static_cast(0xff), + static_cast(0xea), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x08), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x51), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x43), + static_cast(0xd3), + static_cast(0x19), + static_cast(0x83), + static_cast(0xdc), + static_cast(0x39), + static_cast(0xe7), + static_cast(0xdc), + static_cast(0x19), + static_cast(0x38), + static_cast(0x7d), + static_cast(0xf0), + static_cast(0xbe), + static_cast(0x85), + static_cast(0xf2), + static_cast(0xdf), + static_cast(0x53), + static_cast(0xf3), + static_cast(0x25), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x69), + static_cast(0x5d), + static_cast(0x0d), + static_cast(0x5e), + static_cast(0xd1), + static_cast(0x04), + static_cast(0xbe), + static_cast(0xa3), + static_cast(0xf9), + static_cast(0xde), + static_cast(0xbd), + static_cast(0xf3), + static_cast(0x86), + static_cast(0x23), + static_cast(0xfc), + static_cast(0x45), + static_cast(0x0a), + static_cast(0x02), + static_cast(0x27), + static_cast(0xab), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x02), + static_cast(0xfd), + static_cast(0xd5), + static_cast(0xa3), + static_cast(0xfc), + static_cast(0x7b), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x37), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x42), + static_cast(0xfe), + static_cast(0x49), + static_cast(0x58), + static_cast(0x00), + static_cast(0x8a), + static_cast(0xca), + static_cast(0xff), + static_cast(0x19), + static_cast(0x3c), + static_cast(0x01), + static_cast(0xde), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0xb7), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x16), + static_cast(0x64), + static_cast(0xfd), + static_cast(0xb8), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x69), + static_cast(0xe4), + static_cast(0x00), + static_cast(0xba), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x67), + static_cast(0xff), + static_cast(0x17), + static_cast(0x2f), + static_cast(0x01), + static_cast(0xf7), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x11), + static_cast(0xb6), + static_cast(0x00), + static_cast(0x01), + static_cast(0xce), + static_cast(0xff), + static_cast(0xce), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0xa1), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x43), + static_cast(0x33), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xec), + static_cast(0xc1), + static_cast(0xfd), + static_cast(0x2b), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x45), + static_cast(0xdc), + static_cast(0x00), + static_cast(0x97), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x80), + static_cast(0xff), + static_cast(0x88), + static_cast(0x82), + static_cast(0xff), + static_cast(0x16), + static_cast(0x17), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xe9), + static_cast(0xfd), + static_cast(0x57), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x75), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x31), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x69), + static_cast(0xff), + static_cast(0x08), + static_cast(0x56), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x73), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x59), + static_cast(0xff), + static_cast(0x07), + static_cast(0x3e), + static_cast(0xff), + static_cast(0x45), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x01), + static_cast(0xff), + static_cast(0x54), + static_cast(0x80), + static_cast(0x1e), + static_cast(0xb4), + static_cast(0xe8), + static_cast(0x3e), + static_cast(0x11), + static_cast(0x50), + static_cast(0x14), + static_cast(0xf1), + static_cast(0x0a), + static_cast(0xeb), + static_cast(0xc4), + static_cast(0xf7), + static_cast(0xf3), + static_cast(0x57), + static_cast(0xd6), + static_cast(0xf4), + static_cast(0xeb), + static_cast(0x35), + static_cast(0x01), + static_cast(0x01), + static_cast(0x82), + static_cast(0x0c), + static_cast(0xc8), + static_cast(0x97), + static_cast(0x03), + static_cast(0x17), + static_cast(0xa7), + static_cast(0xf9), + static_cast(0xbc), + static_cast(0x66), + static_cast(0xf2), + static_cast(0xf6), + static_cast(0x9c), + static_cast(0xfc), + static_cast(0x32), + static_cast(0x88), + static_cast(0x01), + static_cast(0x45), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x23), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x80), + static_cast(0xfc), + static_cast(0xd5), + static_cast(0xdf), + static_cast(0x00), + static_cast(0x9f), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x56), + static_cast(0x64), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x23), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x9f), + static_cast(0x01), + static_cast(0x9f), + static_cast(0xa2), + static_cast(0xfd), + static_cast(0xee), + static_cast(0x77), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x58), + static_cast(0xfd), + static_cast(0xe8), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x39), + static_cast(0x64), + static_cast(0x00), + static_cast(0x19), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xce), + static_cast(0x00), + static_cast(0x70), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x30), + static_cast(0x01), + static_cast(0x76), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x67), + static_cast(0x50), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x64), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x95), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x19), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xca), + static_cast(0xfd), + static_cast(0x05), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x90), + static_cast(0x00), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xff), + static_cast(0x58), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0x73), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x2d), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x32), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x45), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x75), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x51), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x44), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x57), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x37), + static_cast(0xff), + static_cast(0x17), + static_cast(0x17), + static_cast(0xff), + static_cast(0x66), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x26), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xd6), + static_cast(0x20), + static_cast(0x50), + static_cast(0x3a), + static_cast(0x43), + static_cast(0x65), + static_cast(0x2e), + static_cast(0x12), + static_cast(0xd5), + static_cast(0xf5), + static_cast(0xe5), + static_cast(0x3b), + static_cast(0xa8), + static_cast(0xf4), + static_cast(0xf4), + static_cast(0xf1), + static_cast(0xf5), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x02), + static_cast(0xd2), + static_cast(0x86), + static_cast(0x0c), + static_cast(0x80), + static_cast(0x64), + static_cast(0x02), + static_cast(0xad), + static_cast(0x1c), + static_cast(0xfa), + static_cast(0xe1), + static_cast(0xf2), + static_cast(0xf0), + static_cast(0xab), + static_cast(0x1d), + static_cast(0xfc), + static_cast(0x7e), + static_cast(0x8f), + static_cast(0x01), + static_cast(0x84), + static_cast(0xdb), + static_cast(0xfd), + static_cast(0x78), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xff), + static_cast(0x01), + static_cast(0xfc), + static_cast(0x9d), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x07), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x17), + static_cast(0x8b), + static_cast(0xfd), + static_cast(0xb9), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x0e), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x03), + static_cast(0x02), + static_cast(0x35), + static_cast(0xc1), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xf8), + static_cast(0xfc), + static_cast(0x48), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x12), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xab), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x24), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xcb), + static_cast(0x00), + static_cast(0x24), + static_cast(0x60), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x32), + static_cast(0x65), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x21), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x65), + static_cast(0x78), + static_cast(0x00), + static_cast(0x7c), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x03), + static_cast(0xff), + static_cast(0x25), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x50), + static_cast(0x11), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x58), + static_cast(0x00), + static_cast(0x01), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x58), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0x9a), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xd4), + static_cast(0xfd), + static_cast(0x6a), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x66), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x43), + static_cast(0x12), + static_cast(0xff), + static_cast(0x33), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xde), + static_cast(0x42), + static_cast(0xff), + static_cast(0xde), + static_cast(0x07), + static_cast(0xff), + static_cast(0x20), + static_cast(0x42), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x13), + static_cast(0xff), + static_cast(0x95), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0x09), + static_cast(0xff), + static_cast(0x21), + static_cast(0x8b), + static_cast(0x22), + static_cast(0xc9), + static_cast(0x25), + static_cast(0x47), + static_cast(0x69), + static_cast(0x2b), + static_cast(0x11), + static_cast(0x41), + static_cast(0x78), + static_cast(0xe1), + static_cast(0xc9), + static_cast(0x80), + static_cast(0xf4), + static_cast(0x69), + static_cast(0x18), + static_cast(0xf6), + static_cast(0xcc), + static_cast(0xdf), + static_cast(0x02), + static_cast(0x74), + static_cast(0x4d), + static_cast(0x0d), + static_cast(0x23), + static_cast(0xcb), + static_cast(0x00), + static_cast(0x49), + static_cast(0x63), + static_cast(0xfa), + static_cast(0x20), + static_cast(0xa1), + static_cast(0xef), + static_cast(0x96), + static_cast(0x58), + static_cast(0xfb), + static_cast(0x15), + static_cast(0x2b), + static_cast(0x02), + static_cast(0x09), + static_cast(0xe9), + static_cast(0xfd), + static_cast(0xd5), + static_cast(0xd6), + static_cast(0x01), + static_cast(0xcc), + static_cast(0x7d), + static_cast(0xfb), + static_cast(0xfb), + static_cast(0xcb), + static_cast(0x00), + static_cast(0x09), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x08), + static_cast(0x69), + static_cast(0xfc), + static_cast(0xf7), + static_cast(0x91), + static_cast(0x01), + static_cast(0xf8), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x6b), + static_cast(0x02), + static_cast(0x2c), + static_cast(0x32), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x39), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x97), + static_cast(0xf2), + static_cast(0xfb), + static_cast(0x31), + static_cast(0x6b), + static_cast(0x00), + static_cast(0xe6), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xad), + static_cast(0x00), + static_cast(0xbd), + static_cast(0xec), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x80), + static_cast(0x01), + static_cast(0xf5), + static_cast(0xda), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x69), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x42), + static_cast(0x01), + static_cast(0x7e), + static_cast(0x74), + static_cast(0xfe), + static_cast(0x28), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x70), + static_cast(0xfe), + static_cast(0x19), + static_cast(0x24), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xe2), + static_cast(0xc5), + static_cast(0x00), + static_cast(0xa5), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0xd0), + static_cast(0xfd), + static_cast(0x26), + static_cast(0x19), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xc4), + static_cast(0xfd), + static_cast(0xe9), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x43), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x22), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x37), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x17), + static_cast(0xff), + static_cast(0x47), + static_cast(0x03), + static_cast(0xff), + static_cast(0xac), + static_cast(0x57), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x01), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0x00), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x0d), + static_cast(0x25), + static_cast(0x4c), + static_cast(0x79), + static_cast(0x4a), + static_cast(0x0c), + static_cast(0xdf), + static_cast(0x0e), + static_cast(0x23), + static_cast(0x5d), + static_cast(0xde), + static_cast(0xc5), + static_cast(0xf1), + static_cast(0xf3), + static_cast(0xbd), + static_cast(0xf5), + static_cast(0xf4), + static_cast(0x3b), + static_cast(0x81), + static_cast(0x04), + static_cast(0xd6), + static_cast(0x02), + static_cast(0x0e), + static_cast(0x61), + static_cast(0x02), + static_cast(0xff), + static_cast(0x10), + static_cast(0x02), + static_cast(0xfa), + static_cast(0x2f), + static_cast(0xb8), + static_cast(0xee), + static_cast(0x96), + static_cast(0xb9), + static_cast(0xfb), + static_cast(0x6f), + static_cast(0x7d), + static_cast(0x02), + static_cast(0xe6), + static_cast(0x5d), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x8a), + static_cast(0x03), + static_cast(0x6b), + static_cast(0xc3), + static_cast(0xfa), + static_cast(0xaf), + static_cast(0xb3), + static_cast(0x00), + static_cast(0x6d), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x1e), + static_cast(0xfc), + static_cast(0xe7), + static_cast(0x9b), + static_cast(0x02), + static_cast(0xc7), + static_cast(0x70), + static_cast(0xff), + static_cast(0x19), + static_cast(0xfd), + static_cast(0x02), + static_cast(0x36), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x08), + static_cast(0xfd), + static_cast(0xe3), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x60), + static_cast(0xa1), + static_cast(0xfb), + static_cast(0x54), + static_cast(0xc4), + static_cast(0x00), + static_cast(0x56), + static_cast(0x70), + static_cast(0xff), + static_cast(0x15), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x97), + static_cast(0x70), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x75), + static_cast(0x00), + static_cast(0xe3), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xbc), + static_cast(0x01), + static_cast(0x2c), + static_cast(0x74), + static_cast(0x00), + static_cast(0x94), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x49), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x38), + static_cast(0xff), + static_cast(0x67), + static_cast(0xc6), + static_cast(0x01), + static_cast(0xed), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0xce), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xd1), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x44), + static_cast(0x44), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xec), + static_cast(0x00), + static_cast(0xa4), + static_cast(0x06), + static_cast(0xff), + static_cast(0x71), + static_cast(0xed), + static_cast(0xfd), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0xa5), + static_cast(0xfd), + static_cast(0x34), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x06), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x68), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x06), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x36), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x45), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x11), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x43), + static_cast(0x25), + static_cast(0xa9), + static_cast(0xc1), + static_cast(0x4c), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x10), + static_cast(0x82), + static_cast(0xf7), + static_cast(0xdb), + static_cast(0xb8), + static_cast(0xc5), + static_cast(0xf2), + static_cast(0x85), + static_cast(0x74), + static_cast(0xf3), + static_cast(0x18), + static_cast(0x65), + static_cast(0x04), + static_cast(0x4e), + static_cast(0xc9), + static_cast(0x0f), + static_cast(0x68), + static_cast(0x02), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0xf9), + static_cast(0xdc), + static_cast(0xc9), + static_cast(0xef), + static_cast(0xca), + static_cast(0x44), + static_cast(0xfb), + static_cast(0xcc), + static_cast(0xdb), + static_cast(0x02), + static_cast(0x51), + static_cast(0x11), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xcb), + static_cast(0x04), + static_cast(0xce), + static_cast(0xeb), + static_cast(0xf9), + static_cast(0xd5), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x6a), + static_cast(0xc2), + static_cast(0x00), + static_cast(0xd0), + static_cast(0xea), + static_cast(0xfb), + static_cast(0xf1), + static_cast(0x45), + static_cast(0x03), + static_cast(0xc0), + static_cast(0x57), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xa9), + static_cast(0x02), + static_cast(0x1e), + static_cast(0x02), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xf0), + static_cast(0xfb), + static_cast(0x95), + static_cast(0x53), + static_cast(0xff), + static_cast(0x67), + static_cast(0x43), + static_cast(0xfb), + static_cast(0x6d), + static_cast(0x02), + static_cast(0x01), + static_cast(0x65), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x51), + static_cast(0xff), + static_cast(0xef), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x01), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xa2), + static_cast(0x00), + static_cast(0xab), + static_cast(0x36), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x45), + static_cast(0x01), + static_cast(0xda), + static_cast(0xf5), + static_cast(0x00), + static_cast(0x39), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x70), + static_cast(0xff), + static_cast(0xba), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xec), + static_cast(0x01), + static_cast(0xae), + static_cast(0x40), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x8d), + static_cast(0xfd), + static_cast(0x44), + static_cast(0x14), + static_cast(0x00), + static_cast(0x6d), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x52), + static_cast(0xf0), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x99), + static_cast(0x59), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xde), + static_cast(0xfd), + static_cast(0x6d), + static_cast(0x7b), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x98), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x55), + static_cast(0x25), + static_cast(0xff), + static_cast(0x63), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x60), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xef), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x10), + static_cast(0xff), + static_cast(0x74), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x15), + static_cast(0xff), + static_cast(0x62), + static_cast(0x4f), + static_cast(0x28), + static_cast(0x2c), + static_cast(0x0e), + static_cast(0x4e), + static_cast(0x59), + static_cast(0x60), + static_cast(0x0b), + static_cast(0x3d), + static_cast(0x1e), + static_cast(0xdc), + static_cast(0xa2), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0x24), + static_cast(0x0a), + static_cast(0xf0), + static_cast(0x22), + static_cast(0x99), + static_cast(0x06), + static_cast(0x4b), + static_cast(0x01), + static_cast(0x10), + static_cast(0x40), + static_cast(0xc9), + static_cast(0xfa), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xa1), + static_cast(0xe1), + static_cast(0xf0), + static_cast(0xc0), + static_cast(0x4d), + static_cast(0xfc), + static_cast(0x61), + static_cast(0x49), + static_cast(0x02), + static_cast(0x0f), + static_cast(0x6b), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xc4), + static_cast(0x04), + static_cast(0x8d), + static_cast(0x9b), + static_cast(0xf8), + static_cast(0x11), + static_cast(0x88), + static_cast(0x01), + static_cast(0x07), + static_cast(0xef), + static_cast(0x00), + static_cast(0x43), + static_cast(0x63), + static_cast(0xfc), + static_cast(0xa3), + static_cast(0x26), + static_cast(0x03), + static_cast(0x2e), + static_cast(0x30), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x11), + static_cast(0x02), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0xfd), + static_cast(0xcb), + static_cast(0x1f), + static_cast(0xfc), + static_cast(0xe9), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xef), + static_cast(0xfb), + static_cast(0x2b), + static_cast(0x36), + static_cast(0x02), + static_cast(0xfe), + static_cast(0x10), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x20), + static_cast(0x00), + static_cast(0xf6), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x78), + static_cast(0x01), + static_cast(0x08), + static_cast(0xdb), + static_cast(0x00), + static_cast(0xac), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x99), + static_cast(0xff), + static_cast(0x88), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x88), + static_cast(0x01), + static_cast(0x5b), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x25), + static_cast(0x20), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x6a), + static_cast(0xfd), + static_cast(0xab), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x23), + static_cast(0x01), + static_cast(0x62), + static_cast(0x3b), + static_cast(0x01), + static_cast(0x34), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xcf), + static_cast(0xfd), + static_cast(0x1e), + static_cast(0x76), + static_cast(0xfd), + static_cast(0x6f), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0xdf), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0x77), + static_cast(0xff), + static_cast(0x25), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x57), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x40), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x34), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x09), + static_cast(0xff), + static_cast(0x81), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x03), + static_cast(0xff), + static_cast(0x20), + static_cast(0x3a), + static_cast(0x2b), + static_cast(0xe1), + static_cast(0xf5), + static_cast(0x4d), + static_cast(0xc4), + static_cast(0x15), + static_cast(0x07), + static_cast(0xcf), + static_cast(0x73), + static_cast(0xde), + static_cast(0xed), + static_cast(0xba), + static_cast(0xf1), + static_cast(0xcc), + static_cast(0x4b), + static_cast(0xeb), + static_cast(0x3a), + static_cast(0xed), + static_cast(0x08), + static_cast(0x42), + static_cast(0x18), + static_cast(0x10), + static_cast(0x24), + static_cast(0x56), + static_cast(0xfa), + static_cast(0x56), + static_cast(0x92), + static_cast(0xfa), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xf1), + static_cast(0x89), + static_cast(0x93), + static_cast(0xfd), + static_cast(0x4e), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x10), + static_cast(0xb1), + static_cast(0x01), + static_cast(0x5d), + static_cast(0x98), + static_cast(0x04), + static_cast(0x31), + static_cast(0x35), + static_cast(0xf8), + static_cast(0x0c), + static_cast(0x8c), + static_cast(0x03), + static_cast(0xa6), + static_cast(0x64), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x19), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x01), + static_cast(0x4e), + static_cast(0x9c), + static_cast(0xfd), + static_cast(0x7d), + static_cast(0x47), + static_cast(0x02), + static_cast(0x6f), + static_cast(0x1c), + static_cast(0xfd), + static_cast(0x32), + static_cast(0xe0), + static_cast(0xfc), + static_cast(0xa8), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x67), + static_cast(0xb6), + static_cast(0xfc), + static_cast(0xbe), + static_cast(0x62), + static_cast(0x02), + static_cast(0xc0), + static_cast(0x98), + static_cast(0xff), + static_cast(0x74), + static_cast(0xc4), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x68), + static_cast(0x01), + static_cast(0x42), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x1a), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x47), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x36), + static_cast(0x01), + static_cast(0xc4), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x64), + static_cast(0x44), + static_cast(0xff), + static_cast(0x90), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x8b), + static_cast(0xfd), + static_cast(0x44), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x27), + static_cast(0x77), + static_cast(0x01), + static_cast(0x1e), + static_cast(0xd1), + static_cast(0x01), + static_cast(0x59), + static_cast(0xef), + static_cast(0xff), + static_cast(0x39), + static_cast(0x70), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x45), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x22), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x51), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x50), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x60), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0x8a), + static_cast(0xfd), + static_cast(0xda), + static_cast(0x14), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x60), + static_cast(0x57), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x53), + static_cast(0x99), + static_cast(0xff), + static_cast(0xec), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x22), + static_cast(0x39), + static_cast(0x2a), + static_cast(0x80), + static_cast(0x12), + static_cast(0x4d), + static_cast(0xc9), + static_cast(0x34), + static_cast(0x08), + static_cast(0x0f), + static_cast(0x09), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0xf0), + static_cast(0x87), + static_cast(0x91), + static_cast(0xe6), + static_cast(0x08), + static_cast(0x9a), + static_cast(0x08), + static_cast(0xa0), + static_cast(0x53), + static_cast(0x13), + static_cast(0x93), + static_cast(0xaa), + static_cast(0xf9), + static_cast(0x51), + static_cast(0x16), + static_cast(0xfb), + static_cast(0xbe), + static_cast(0x0b), + static_cast(0xf4), + static_cast(0xb2), + static_cast(0xce), + static_cast(0xfc), + static_cast(0xf7), + static_cast(0x97), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x50), + static_cast(0x02), + static_cast(0x31), + static_cast(0xd8), + static_cast(0x05), + static_cast(0xfb), + static_cast(0x26), + static_cast(0xf8), + static_cast(0x62), + static_cast(0xbf), + static_cast(0x03), + static_cast(0x22), + static_cast(0xda), + static_cast(0xff), + static_cast(0x78), + static_cast(0x33), + static_cast(0xfa), + static_cast(0x4d), + static_cast(0x23), + static_cast(0x02), + static_cast(0x22), + static_cast(0x8e), + static_cast(0xfd), + static_cast(0x43), + static_cast(0xaf), + static_cast(0x01), + static_cast(0xcc), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x52), + static_cast(0xfd), + static_cast(0xde), + static_cast(0x87), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0xc3), + static_cast(0xfc), + static_cast(0x25), + static_cast(0x62), + static_cast(0x02), + static_cast(0x25), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xf0), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x44), + static_cast(0x53), + static_cast(0x01), + static_cast(0xd2), + static_cast(0xe1), + static_cast(0x00), + static_cast(0x47), + static_cast(0x40), + static_cast(0x00), + static_cast(0x8d), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0xd7), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x04), + static_cast(0x00), + static_cast(0x4b), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xec), + static_cast(0x00), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x33), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x85), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xbe), + static_cast(0xa1), + static_cast(0x02), + static_cast(0xb9), + static_cast(0xb6), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xa9), + static_cast(0xc6), + static_cast(0xfc), + static_cast(0xa4), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xff), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0x1e), + static_cast(0xfd), + static_cast(0x7d), + static_cast(0xf3), + static_cast(0xfc), + static_cast(0x43), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x98), + static_cast(0xee), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0xfd), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x03), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0xce), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x1e), + static_cast(0x29), + static_cast(0xf6), + static_cast(0x08), + static_cast(0x4b), + static_cast(0x1e), + static_cast(0x41), + static_cast(0x08), + static_cast(0xe7), + static_cast(0x89), + static_cast(0xe2), + static_cast(0x61), + static_cast(0x50), + static_cast(0xef), + static_cast(0x6a), + static_cast(0x74), + static_cast(0xe2), + static_cast(0xd0), + static_cast(0x8c), + static_cast(0x09), + static_cast(0x9e), + static_cast(0x92), + static_cast(0x15), + static_cast(0x26), + static_cast(0xdf), + static_cast(0xf8), + static_cast(0xea), + static_cast(0x69), + static_cast(0xfc), + static_cast(0x18), + static_cast(0x95), + static_cast(0xf5), + static_cast(0xe2), + static_cast(0xbb), + static_cast(0xfb), + static_cast(0xef), + static_cast(0x28), + static_cast(0xff), + static_cast(0x23), + static_cast(0xaf), + static_cast(0x03), + static_cast(0x32), + static_cast(0x2b), + static_cast(0x06), + static_cast(0x4c), + static_cast(0x40), + static_cast(0xf7), + static_cast(0x25), + static_cast(0x72), + static_cast(0x03), + static_cast(0xea), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x02), + static_cast(0xed), + static_cast(0xf9), + static_cast(0x10), + static_cast(0x13), + static_cast(0x03), + static_cast(0xc2), + static_cast(0x06), + static_cast(0xfd), + static_cast(0x14), + static_cast(0xef), + static_cast(0x01), + static_cast(0x98), + static_cast(0x96), + static_cast(0xff), + static_cast(0x83), + static_cast(0x1e), + static_cast(0xfd), + static_cast(0x0d), + static_cast(0x39), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x1a), + static_cast(0xfd), + static_cast(0xe8), + static_cast(0x27), + static_cast(0x02), + static_cast(0x8e), + static_cast(0x55), + static_cast(0xff), + static_cast(0x22), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x3a), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xb7), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x5f), + static_cast(0x01), + static_cast(0xa3), + static_cast(0xac), + static_cast(0x00), + static_cast(0x69), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x39), + static_cast(0x57), + static_cast(0x00), + static_cast(0x43), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x93), + static_cast(0x6f), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x79), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x53), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x79), + static_cast(0xb1), + static_cast(0x02), + static_cast(0xc1), + static_cast(0xa6), + static_cast(0x02), + static_cast(0x5f), + static_cast(0xba), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x08), + static_cast(0xfd), + static_cast(0x84), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0x34), + static_cast(0xea), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xd1), + static_cast(0xfd), + static_cast(0x53), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x88), + static_cast(0xc2), + static_cast(0xfc), + static_cast(0x44), + static_cast(0x9b), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x20), + static_cast(0x52), + static_cast(0x00), + static_cast(0x53), + static_cast(0xae), + static_cast(0xff), + static_cast(0x61), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x99), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x03), + static_cast(0x46), + static_cast(0x28), + static_cast(0x2f), + static_cast(0xa9), + static_cast(0x47), + static_cast(0xf6), + static_cast(0x0a), + static_cast(0x07), + static_cast(0x06), + static_cast(0x18), + static_cast(0xe6), + static_cast(0x77), + static_cast(0xed), + static_cast(0xee), + static_cast(0x68), + static_cast(0x36), + static_cast(0xe0), + static_cast(0xe9), + static_cast(0xbc), + static_cast(0x0a), + static_cast(0x62), + static_cast(0xe9), + static_cast(0x15), + static_cast(0x94), + static_cast(0x7f), + static_cast(0xf9), + static_cast(0x47), + static_cast(0x1d), + static_cast(0xfd), + static_cast(0x90), + static_cast(0x5b), + static_cast(0xf6), + static_cast(0x97), + static_cast(0x6e), + static_cast(0xfc), + static_cast(0x62), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x4c), + static_cast(0x04), + static_cast(0x27), + static_cast(0x8e), + static_cast(0x05), + static_cast(0x19), + static_cast(0x22), + static_cast(0xf6), + static_cast(0xa0), + static_cast(0x4d), + static_cast(0x03), + static_cast(0xeb), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xb5), + static_cast(0xfa), + static_cast(0xc5), + static_cast(0x0e), + static_cast(0x03), + static_cast(0x2c), + static_cast(0x8a), + static_cast(0xfd), + static_cast(0x81), + static_cast(0x6e), + static_cast(0x02), + static_cast(0x6b), + static_cast(0x75), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x3f), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0x08), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xb7), + static_cast(0xfd), + static_cast(0xe1), + static_cast(0xc5), + static_cast(0x01), + static_cast(0x75), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x33), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x9f), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x73), + static_cast(0x01), + static_cast(0xbc), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x89), + static_cast(0x92), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x67), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x77), + static_cast(0x79), + static_cast(0x00), + static_cast(0xac), + static_cast(0x69), + static_cast(0xff), + static_cast(0x19), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x46), + static_cast(0xff), + static_cast(0x49), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x82), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0xec), + static_cast(0x01), + static_cast(0x6b), + static_cast(0x45), + static_cast(0x04), + static_cast(0xae), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x28), + static_cast(0xfe), + static_cast(0x43), + static_cast(0xae), + static_cast(0xfd), + static_cast(0xce), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x28), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0x41), + static_cast(0x12), + static_cast(0xfd), + static_cast(0xfb), + static_cast(0xb8), + static_cast(0xfc), + static_cast(0x3d), + static_cast(0x98), + static_cast(0xfd), + static_cast(0xe5), + static_cast(0x88), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x18), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x81), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xea), + static_cast(0x95), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x88), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x0d), + static_cast(0x26), + static_cast(0xda), + static_cast(0x94), + static_cast(0x42), + static_cast(0xa0), + static_cast(0xae), + static_cast(0x06), + static_cast(0x3d), + static_cast(0x77), + static_cast(0xea), + static_cast(0x5c), + static_cast(0xe8), + static_cast(0xef), + static_cast(0xa9), + static_cast(0xa5), + static_cast(0xdf), + static_cast(0xbb), + static_cast(0x73), + static_cast(0x0a), + static_cast(0x95), + static_cast(0xa8), + static_cast(0x15), + static_cast(0x2f), + static_cast(0x29), + static_cast(0xfa), + static_cast(0xa8), + static_cast(0xe2), + static_cast(0xfd), + static_cast(0x09), + static_cast(0x0d), + static_cast(0xf8), + static_cast(0x80), + static_cast(0x0f), + static_cast(0xfc), + static_cast(0x8c), + static_cast(0x6f), + static_cast(0xfd), + static_cast(0x58), + static_cast(0xc2), + static_cast(0x04), + static_cast(0x10), + static_cast(0x03), + static_cast(0x04), + static_cast(0xd6), + static_cast(0xbd), + static_cast(0xf5), + static_cast(0xf1), + static_cast(0x3a), + static_cast(0x04), + static_cast(0x68), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x21), + static_cast(0xfb), + static_cast(0xf0), + static_cast(0x0a), + static_cast(0x04), + static_cast(0x5f), + static_cast(0xa5), + static_cast(0xfd), + static_cast(0x25), + static_cast(0xaf), + static_cast(0x01), + static_cast(0x2a), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x83), + static_cast(0xfd), + static_cast(0xcc), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0x6c), + static_cast(0xe7), + static_cast(0x00), + static_cast(0x0d), + static_cast(0x32), + static_cast(0xff), + static_cast(0x40), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x5f), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x58), + static_cast(0xff), + static_cast(0x34), + static_cast(0x7d), + static_cast(0xff), + static_cast(0x1e), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0xa6), + static_cast(0x01), + static_cast(0x1e), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x43), + static_cast(0x21), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x47), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x72), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x08), + static_cast(0x00), + static_cast(0x39), + static_cast(0x42), + static_cast(0x00), + static_cast(0x34), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xee), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x91), + static_cast(0xff), + static_cast(0x32), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x33), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x75), + static_cast(0x01), + static_cast(0x58), + static_cast(0xb4), + static_cast(0x03), + static_cast(0x21), + static_cast(0x31), + static_cast(0x01), + static_cast(0xae), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x10), + static_cast(0x93), + static_cast(0xfd), + static_cast(0xb1), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x07), + static_cast(0xfe), + static_cast(0x57), + static_cast(0x94), + static_cast(0xfd), + static_cast(0x41), + static_cast(0x10), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0xaa), + static_cast(0xfd), + static_cast(0xb3), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xd0), + static_cast(0x00), + static_cast(0x0b), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x6f), + static_cast(0x06), + static_cast(0xff), + static_cast(0x69), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0x8c), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x97), + static_cast(0xff), + static_cast(0xed), + static_cast(0x16), + static_cast(0x24), + static_cast(0xd2), + static_cast(0xef), + static_cast(0x3b), + static_cast(0x16), + static_cast(0x93), + static_cast(0x05), + static_cast(0x5a), + static_cast(0xd5), + static_cast(0xf0), + static_cast(0x57), + static_cast(0xba), + static_cast(0xf0), + static_cast(0x23), + static_cast(0x62), + static_cast(0xe0), + static_cast(0x33), + static_cast(0x74), + static_cast(0x0a), + static_cast(0x9c), + static_cast(0xae), + static_cast(0x12), + static_cast(0x13), + static_cast(0xb4), + static_cast(0xfc), + static_cast(0x5b), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xde), + static_cast(0xf7), + static_cast(0xb1), + static_cast(0x59), + static_cast(0xfc), + static_cast(0x3e), + static_cast(0x99), + static_cast(0xfc), + static_cast(0xba), + static_cast(0x83), + static_cast(0x04), + static_cast(0x37), + static_cast(0x91), + static_cast(0x02), + static_cast(0xf8), + static_cast(0x1f), + static_cast(0xf7), + static_cast(0x25), + static_cast(0x5c), + static_cast(0x04), + static_cast(0xa0), + static_cast(0xcc), + static_cast(0xfd), + static_cast(0xe5), + static_cast(0x56), + static_cast(0xfd), + static_cast(0x4f), + static_cast(0x7b), + static_cast(0x03), + static_cast(0x09), + static_cast(0x29), + static_cast(0xfd), + static_cast(0x94), + static_cast(0xa2), + static_cast(0x01), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xa6), + static_cast(0xfd), + static_cast(0x73), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x00), + static_cast(0x42), + static_cast(0x13), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x86), + static_cast(0x00), + static_cast(0x2b), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x95), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x19), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x6d), + static_cast(0x01), + static_cast(0x91), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x21), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x40), + static_cast(0x00), + static_cast(0x30), + static_cast(0xde), + static_cast(0xff), + static_cast(0xba), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xf4), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x72), + static_cast(0xff), + static_cast(0x85), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x91), + static_cast(0xbd), + static_cast(0xff), + static_cast(0x40), + static_cast(0x90), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xad), + static_cast(0x01), + static_cast(0xf2), + static_cast(0x9b), + static_cast(0x02), + static_cast(0x8d), + static_cast(0xd9), + static_cast(0x00), + static_cast(0x44), + static_cast(0xc6), + static_cast(0xff), + static_cast(0x18), + static_cast(0xaa), + static_cast(0xfd), + static_cast(0x4a), + static_cast(0x04), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x03), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xd9), + static_cast(0xfd), + static_cast(0x41), + static_cast(0x63), + static_cast(0xfd), + static_cast(0xec), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0xda), + static_cast(0xeb), + static_cast(0xfd), + static_cast(0x1f), + static_cast(0x83), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x96), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xd2), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xc9), + static_cast(0xfd), + static_cast(0x79), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x94), + static_cast(0xff), + static_cast(0x10), + static_cast(0x97), + static_cast(0x1e), + static_cast(0xcf), + static_cast(0x6b), + static_cast(0x35), + static_cast(0x96), + static_cast(0xd3), + static_cast(0x08), + static_cast(0xe9), + static_cast(0x7c), + static_cast(0xf5), + static_cast(0x0a), + static_cast(0xec), + static_cast(0xf3), + static_cast(0xee), + static_cast(0xd4), + static_cast(0xe1), + static_cast(0xd9), + static_cast(0x49), + static_cast(0x06), + static_cast(0xa2), + static_cast(0xa7), + static_cast(0x12), + static_cast(0x38), + static_cast(0x97), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xf5), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xfc), + static_cast(0xba), + static_cast(0xca), + static_cast(0xfb), + static_cast(0x3a), + static_cast(0xf8), + static_cast(0x03), + static_cast(0x0b), + static_cast(0x08), + static_cast(0x03), + static_cast(0x0f), + static_cast(0x63), + static_cast(0xf7), + static_cast(0x0b), + static_cast(0x42), + static_cast(0x04), + static_cast(0x77), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x51), + static_cast(0xfd), + static_cast(0x8b), + static_cast(0x0f), + static_cast(0x03), + static_cast(0x57), + static_cast(0x1c), + static_cast(0xfd), + static_cast(0x9e), + static_cast(0xbe), + static_cast(0x01), + static_cast(0x8c), + static_cast(0x72), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x95), + static_cast(0xfd), + static_cast(0xd8), + static_cast(0x24), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x33), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x2b), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x16), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x31), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x95), + static_cast(0xff), + static_cast(0x17), + static_cast(0x11), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x9d), + static_cast(0x01), + static_cast(0x9c), + static_cast(0x97), + static_cast(0x00), + static_cast(0x54), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x24), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x24), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x07), + static_cast(0xce), + static_cast(0xff), + static_cast(0x56), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xda), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x35), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x18), + static_cast(0xd9), + static_cast(0x01), + static_cast(0x74), + static_cast(0x69), + static_cast(0x02), + static_cast(0xab), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x39), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x72), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x32), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x1a), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xef), + static_cast(0xfd), + static_cast(0xf6), + static_cast(0xe7), + static_cast(0xfd), + static_cast(0xc6), + static_cast(0x27), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0xb0), + static_cast(0x98), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x82), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0x5c), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x29), + static_cast(0xff), + static_cast(0x55), + static_cast(0xd4), + static_cast(0x17), + static_cast(0x47), + static_cast(0x53), + static_cast(0x2a), + static_cast(0x1a), + static_cast(0x75), + static_cast(0x04), + static_cast(0x15), + static_cast(0xa4), + static_cast(0xf3), + static_cast(0x1e), + static_cast(0x59), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x2a), + static_cast(0xf7), + static_cast(0x82), + static_cast(0xd6), + static_cast(0x08), + static_cast(0xb8), + static_cast(0x60), + static_cast(0x07), + static_cast(0x6f), + static_cast(0x57), + static_cast(0xf6), + static_cast(0x1d), + static_cast(0xd2), + static_cast(0xfd), + static_cast(0xa1), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x88), + static_cast(0xa8), + static_cast(0x01), + static_cast(0x1e), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xaa), + static_cast(0x00), + static_cast(0x57), + static_cast(0x4b), + static_cast(0x01), + static_cast(0x1b), + static_cast(0x74), + static_cast(0xf9), + static_cast(0x50), + static_cast(0x2e), + static_cast(0x02), + static_cast(0x11), + static_cast(0x30), + static_cast(0xff), + static_cast(0xee), + static_cast(0x2e), + static_cast(0xfc), + static_cast(0x10), + static_cast(0xe2), + static_cast(0x01), + static_cast(0xe3), + static_cast(0x21), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x39), + static_cast(0x00), + static_cast(0xcd), + static_cast(0x18), + static_cast(0x00), + static_cast(0x2e), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x66), + static_cast(0x38), + static_cast(0x00), + static_cast(0x49), + static_cast(0xff), + static_cast(0x01), + static_cast(0x25), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x74), + static_cast(0x01), + static_cast(0x00), + static_cast(0xaf), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0x31), + static_cast(0x16), + static_cast(0x00), + static_cast(0xb0), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x7e), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x70), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x69), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x16), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x34), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x05), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x95), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x38), + static_cast(0x00), + static_cast(0xeb), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x68), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x78), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x88), + static_cast(0x00), + static_cast(0x26), + static_cast(0x92), + static_cast(0x00), + static_cast(0x73), + static_cast(0x38), + static_cast(0x00), + static_cast(0x31), + static_cast(0xde), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x42), + static_cast(0xfe), + static_cast(0x81), + static_cast(0x82), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x45), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x54), + static_cast(0xff), + static_cast(0x04), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x48), + static_cast(0x44), + static_cast(0x17), + static_cast(0x89), + static_cast(0x38), + static_cast(0x25), + static_cast(0xb9), + static_cast(0x8f), + static_cast(0x03), + static_cast(0x2c), + static_cast(0x38), + static_cast(0xf8), + static_cast(0xc7), + static_cast(0x3f), + static_cast(0xfc), + static_cast(0x30), + static_cast(0xe3), + static_cast(0xf7), + static_cast(0x74), + static_cast(0xa4), + static_cast(0x09), + static_cast(0x8e), + static_cast(0x6a), + static_cast(0x05), + static_cast(0x3c), + static_cast(0x9c), + static_cast(0xf9), + static_cast(0x61), + static_cast(0x8f), + static_cast(0xfd), + static_cast(0xf1), + static_cast(0x40), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x4f), + static_cast(0x01), + static_cast(0x6d), + static_cast(0x85), + static_cast(0xfe), + static_cast(0xca), + static_cast(0xfc), + static_cast(0x01), + static_cast(0x55), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xe5), + static_cast(0xfa), + static_cast(0x1d), + static_cast(0x6b), + static_cast(0x02), + static_cast(0x55), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x87), + static_cast(0xed), + static_cast(0xfd), + static_cast(0x58), + static_cast(0xed), + static_cast(0x00), + static_cast(0xfa), + static_cast(0xce), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x79), + static_cast(0x00), + static_cast(0xed), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x05), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x48), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x68), + static_cast(0x00), + static_cast(0x39), + static_cast(0x94), + static_cast(0x01), + static_cast(0xb5), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x41), + static_cast(0xcf), + static_cast(0x00), + static_cast(0xef), + static_cast(0x00), + static_cast(0x00), + static_cast(0x29), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x33), + static_cast(0x04), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x35), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x22), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x42), + static_cast(0x00), + static_cast(0xed), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x27), + static_cast(0x00), + static_cast(0x04), + static_cast(0x35), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x72), + static_cast(0xff), + static_cast(0x35), + static_cast(0x99), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x91), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x88), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x93), + static_cast(0xff), + static_cast(0x49), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x6a), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x51), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x29), + static_cast(0x00), + static_cast(0x18), + static_cast(0x94), + static_cast(0xff), + static_cast(0x02), + static_cast(0x64), + static_cast(0xff), + static_cast(0x85), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x06), + static_cast(0xff), + static_cast(0x17), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x72), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x66), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x61), + static_cast(0xff), + static_cast(0xce), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x79), + static_cast(0x51), + static_cast(0x15), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0x20), + static_cast(0xc2), + static_cast(0xc1), + static_cast(0x04), + static_cast(0xd6), + static_cast(0x00), + static_cast(0xfb), + static_cast(0xdb), + static_cast(0x5d), + static_cast(0xfb), + static_cast(0x1c), + static_cast(0x30), + static_cast(0xf9), + static_cast(0x36), + static_cast(0xdd), + static_cast(0x08), + static_cast(0x42), + static_cast(0xe0), + static_cast(0x04), + static_cast(0x68), + static_cast(0xc7), + static_cast(0xfb), + static_cast(0xc7), + static_cast(0x9a), + static_cast(0xfd), + static_cast(0xa1), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x88), + static_cast(0x00), + static_cast(0xba), + static_cast(0xba), + static_cast(0xfe), + static_cast(0x07), + static_cast(0x42), + static_cast(0x02), + static_cast(0xb5), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x56), + static_cast(0xfc), + static_cast(0x76), + static_cast(0x18), + static_cast(0x02), + static_cast(0x30), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x3c), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x92), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x83), + static_cast(0xff), + static_cast(0x47), + static_cast(0x72), + static_cast(0x00), + static_cast(0x07), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x17), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x66), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x70), + static_cast(0x00), + static_cast(0xce), + static_cast(0x6b), + static_cast(0x01), + static_cast(0x00), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xc6), + static_cast(0x00), + static_cast(0xae), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xed), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x39), + static_cast(0xff), + static_cast(0x37), + static_cast(0x38), + static_cast(0xff), + static_cast(0x30), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x71), + static_cast(0x00), + static_cast(0xe3), + static_cast(0x16), + static_cast(0x00), + static_cast(0x8f), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x59), + static_cast(0x00), + static_cast(0x42), + static_cast(0x85), + static_cast(0xff), + static_cast(0x23), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x61), + static_cast(0xff), + static_cast(0x47), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x11), + static_cast(0x60), + static_cast(0x00), + static_cast(0xe4), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x80), + static_cast(0xed), + static_cast(0xff), + static_cast(0x29), + static_cast(0x68), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x1d), + static_cast(0x00), + static_cast(0xf3), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x78), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x50), + static_cast(0x31), + static_cast(0xff), + static_cast(0x87), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x25), + static_cast(0xff), + static_cast(0x69), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x96), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x02), + static_cast(0x12), + static_cast(0x36), + static_cast(0x44), + static_cast(0x1e), + static_cast(0xd2), + static_cast(0x29), + static_cast(0x07), + static_cast(0x82), + static_cast(0xe8), + static_cast(0xfb), + static_cast(0xbf), + static_cast(0xc9), + static_cast(0xfb), + static_cast(0xa6), + static_cast(0xf6), + static_cast(0xf9), + static_cast(0x45), + static_cast(0x5c), + static_cast(0x07), + static_cast(0x8e), + static_cast(0x72), + static_cast(0x05), + static_cast(0x9a), + static_cast(0x19), + static_cast(0xfd), + static_cast(0x78), + static_cast(0x17), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x2d), + static_cast(0x31), + static_cast(0x00), + static_cast(0xe9), + static_cast(0x38), + static_cast(0xff), + static_cast(0x47), + static_cast(0xc5), + static_cast(0x01), + static_cast(0x23), + static_cast(0xba), + static_cast(0xff), + static_cast(0x19), + static_cast(0x30), + static_cast(0xfd), + static_cast(0xb8), + static_cast(0xe7), + static_cast(0x01), + static_cast(0x2f), + static_cast(0x90), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x76), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x34), + static_cast(0xee), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x93), + static_cast(0x00), + static_cast(0x79), + static_cast(0xce), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x71), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x39), + static_cast(0x00), + static_cast(0x13), + static_cast(0x5d), + static_cast(0x01), + static_cast(0xcb), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x91), + static_cast(0x00), + static_cast(0x82), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xd9), + static_cast(0x2e), + static_cast(0xff), + static_cast(0x84), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x88), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x55), + static_cast(0xec), + static_cast(0xff), + static_cast(0x05), + static_cast(0x38), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xe3), + static_cast(0x16), + static_cast(0x00), + static_cast(0xe1), + static_cast(0x7d), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x99), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x77), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xde), + static_cast(0xff), + static_cast(0x36), + static_cast(0x81), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x95), + static_cast(0xff), + static_cast(0x75), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x89), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x13), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xd3), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x93), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x57), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x29), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x17), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x03), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x3b), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x22), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x05), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x99), + static_cast(0xe0), + static_cast(0x0e), + static_cast(0xba), + static_cast(0x1d), + static_cast(0x1c), + static_cast(0x59), + static_cast(0x74), + static_cast(0x09), + static_cast(0xe1), + static_cast(0x10), + static_cast(0xfc), + static_cast(0x69), + static_cast(0x48), + static_cast(0xfc), + static_cast(0xf4), + static_cast(0xb8), + static_cast(0xfa), + static_cast(0x1f), + static_cast(0xaf), + static_cast(0x05), + static_cast(0xa0), + static_cast(0xf7), + static_cast(0x05), + static_cast(0x04), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x70), + static_cast(0xfe), + static_cast(0x58), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x22), + static_cast(0x01), + static_cast(0x3d), + static_cast(0x51), + static_cast(0x00), + static_cast(0x94), + static_cast(0xcf), + static_cast(0xfd), + static_cast(0xf9), + static_cast(0x9b), + static_cast(0x01), + static_cast(0x0a), + static_cast(0x11), + static_cast(0x00), + static_cast(0x2d), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xbc), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x3c), + static_cast(0xbc), + static_cast(0x00), + static_cast(0xe6), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x80), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x19), + static_cast(0x01), + static_cast(0x59), + static_cast(0x13), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x40), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x17), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x59), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x99), + static_cast(0x85), + static_cast(0xff), + static_cast(0xad), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x45), + static_cast(0x91), + static_cast(0xff), + static_cast(0x75), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x47), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x04), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x9b), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x74), + static_cast(0x00), + static_cast(0x96), + static_cast(0x63), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x67), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x58), + static_cast(0xad), + static_cast(0xff), + static_cast(0x60), + static_cast(0x32), + static_cast(0x00), + static_cast(0xb4), + static_cast(0x53), + static_cast(0x00), + static_cast(0x6a), + static_cast(0x60), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x45), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x13), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x89), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xc1), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x12), + static_cast(0xff), + static_cast(0x48), + static_cast(0x53), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x03), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xf8), + static_cast(0x0d), + static_cast(0x66), + static_cast(0x3e), + static_cast(0x1a), + static_cast(0xdc), + static_cast(0x44), + static_cast(0x09), + static_cast(0xd3), + static_cast(0x88), + static_cast(0xfc), + static_cast(0xcf), + static_cast(0x57), + static_cast(0xfc), + static_cast(0xe9), + static_cast(0xc7), + static_cast(0xfb), + static_cast(0x6b), + static_cast(0x2e), + static_cast(0x05), + static_cast(0x4c), + static_cast(0x50), + static_cast(0x05), + static_cast(0x68), + static_cast(0x06), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x8c), + static_cast(0x90), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x33), + static_cast(0x01), + static_cast(0xe1), + static_cast(0x59), + static_cast(0x00), + static_cast(0x24), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x99), + static_cast(0x01), + static_cast(0xab), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xb1), + static_cast(0x00), + static_cast(0x8b), + static_cast(0x5f), + static_cast(0x00), + static_cast(0xaa), + static_cast(0xd6), + static_cast(0x00), + static_cast(0x05), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xec), + static_cast(0xca), + static_cast(0xff), + static_cast(0x70), + static_cast(0x49), + static_cast(0xff), + static_cast(0x78), + static_cast(0x85), + static_cast(0xff), + static_cast(0x61), + static_cast(0xba), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x17), + static_cast(0x00), + static_cast(0x08), + static_cast(0x13), + static_cast(0x00), + static_cast(0xd4), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x25), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x36), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x21), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x67), + static_cast(0xff), + static_cast(0x24), + static_cast(0x90), + static_cast(0xff), + static_cast(0x56), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x47), + static_cast(0x00), + static_cast(0x38), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x08), + static_cast(0xd4), + static_cast(0x00), + static_cast(0x9d), + static_cast(0x68), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x81), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x42), + static_cast(0xff), + static_cast(0x58), + static_cast(0xba), + static_cast(0xff), + static_cast(0x67), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x62), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x69), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x92), + static_cast(0xff), + static_cast(0x92), + static_cast(0x30), + static_cast(0x00), + static_cast(0xab), + static_cast(0x46), + static_cast(0x00), + static_cast(0xd3), + static_cast(0x39), + static_cast(0x00), + static_cast(0x66), + static_cast(0xae), + static_cast(0xff), + static_cast(0x25), + static_cast(0x14), + static_cast(0xff), + static_cast(0x78), + static_cast(0x42), + static_cast(0xff), + static_cast(0x24), + static_cast(0x96), + static_cast(0xff), + static_cast(0x79), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x50), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x36), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x31), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x11), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xe6), + static_cast(0x0c), + static_cast(0x0c), + static_cast(0xf4), + static_cast(0x18), + static_cast(0xb5), + static_cast(0x8c), + static_cast(0x09), + static_cast(0xe9), + static_cast(0x9b), + static_cast(0xfc), + static_cast(0xd6), + static_cast(0x99), + static_cast(0xfc), + static_cast(0x31), + static_cast(0x9f), + static_cast(0xfc), + static_cast(0xa9), + static_cast(0x8b), + static_cast(0x04), + static_cast(0xc1), + static_cast(0x1a), + static_cast(0x05), + static_cast(0xb8), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x14), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x69), + static_cast(0x00), + static_cast(0x89), + static_cast(0x98), + static_cast(0xff), + static_cast(0xce), + static_cast(0x28), + static_cast(0x01), + static_cast(0x9a), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x80), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x94), + static_cast(0x01), + static_cast(0x24), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x66), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xab), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x63), + static_cast(0x00), + static_cast(0xec), + static_cast(0xf0), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x77), + static_cast(0xff), + static_cast(0xba), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x56), + static_cast(0x00), + static_cast(0x08), + static_cast(0x45), + static_cast(0x00), + static_cast(0x8d), + static_cast(0x24), + static_cast(0x00), + static_cast(0x78), + static_cast(0xda), + static_cast(0xff), + static_cast(0x2d), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xba), + static_cast(0xff), + static_cast(0x73), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x54), + static_cast(0x81), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x74), + static_cast(0x62), + static_cast(0x00), + static_cast(0xff), + static_cast(0x06), + static_cast(0x01), + static_cast(0x27), + static_cast(0x68), + static_cast(0x00), + static_cast(0xab), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x55), + static_cast(0x79), + static_cast(0xff), + static_cast(0x39), + static_cast(0x45), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x60), + static_cast(0xff), + static_cast(0x62), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x99), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x67), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x39), + static_cast(0x00), + static_cast(0xf6), + static_cast(0x63), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x73), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x90), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x51), + static_cast(0x91), + static_cast(0xff), + static_cast(0x98), + static_cast(0x83), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x34), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x97), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x62), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x07), + static_cast(0xff), + static_cast(0x70), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xad), + static_cast(0x0f), + static_cast(0x0a), + static_cast(0x0a), + static_cast(0xad), + static_cast(0x17), + static_cast(0xd9), + static_cast(0x9e), + static_cast(0x0c), + static_cast(0x0c), + static_cast(0x6e), + static_cast(0xfc), + static_cast(0x31), + static_cast(0xc0), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x73), + static_cast(0xfd), + static_cast(0x25), + static_cast(0xdd), + static_cast(0x02), + static_cast(0x66), + static_cast(0xce), + static_cast(0x05), + static_cast(0x5f), + static_cast(0x66), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x35), + static_cast(0xff), + static_cast(0x91), + static_cast(0xa0), + static_cast(0x00), + static_cast(0x3b), + static_cast(0x31), + static_cast(0x00), + static_cast(0x4d), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x66), + static_cast(0x9f), + static_cast(0x01), + static_cast(0x56), + static_cast(0x01), + static_cast(0xff), + static_cast(0x45), + static_cast(0xcc), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x3b), + static_cast(0x01), + static_cast(0x90), + static_cast(0x61), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x87), + static_cast(0x00), + static_cast(0x06), + static_cast(0x55), + static_cast(0x00), + static_cast(0x25), + static_cast(0xe2), + static_cast(0x00), + static_cast(0x46), + static_cast(0x15), + static_cast(0x00), + static_cast(0x41), + static_cast(0x47), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x47), + static_cast(0xff), + static_cast(0x82), + static_cast(0x12), + static_cast(0x00), + static_cast(0x91), + static_cast(0x42), + static_cast(0x00), + static_cast(0x17), + static_cast(0x39), + static_cast(0x00), + static_cast(0x9f), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x38), + static_cast(0x68), + static_cast(0xff), + static_cast(0x93), + static_cast(0x9e), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x40), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x39), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x90), + static_cast(0x26), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x87), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x14), + static_cast(0x20), + static_cast(0xff), + static_cast(0x14), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x75), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xda), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xab), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x12), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x95), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x13), + static_cast(0x00), + static_cast(0x44), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xee), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x07), + static_cast(0xff), + static_cast(0x07), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x90), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x3b), + static_cast(0x09), + static_cast(0x40), + static_cast(0xda), + static_cast(0x16), + static_cast(0x4a), + static_cast(0x57), + static_cast(0x0d), + static_cast(0x2a), + static_cast(0x9a), + static_cast(0xfc), + static_cast(0xa9), + static_cast(0xb8), + static_cast(0xfc), + static_cast(0xfb), + static_cast(0x48), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x90), + static_cast(0x02), + static_cast(0x85), + static_cast(0x8b), + static_cast(0x05), + static_cast(0xa0), + static_cast(0xb6), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x70), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x51), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xd3), + static_cast(0x00), + static_cast(0xda), + static_cast(0xd8), + static_cast(0x00), + static_cast(0xe1), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x05), + static_cast(0x64), + static_cast(0x01), + static_cast(0x78), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x55), + static_cast(0x00), + static_cast(0x53), + static_cast(0xe7), + static_cast(0x00), + static_cast(0x69), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x62), + static_cast(0x00), + static_cast(0xce), + static_cast(0x0a), + static_cast(0x00), + static_cast(0xa6), + static_cast(0xd0), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x43), + static_cast(0x00), + static_cast(0x19), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x70), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x57), + static_cast(0x30), + static_cast(0x00), + static_cast(0xf5), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x30), + static_cast(0x00), + static_cast(0xd3), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x9b), + static_cast(0x94), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x11), + static_cast(0x00), + static_cast(0x35), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x47), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x97), + static_cast(0xff), + static_cast(0x48), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x54), + static_cast(0xa4), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x17), + static_cast(0x04), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x60), + static_cast(0xff), + static_cast(0x46), + static_cast(0x57), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x18), + static_cast(0xff), + static_cast(0x30), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x82), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x3d), + static_cast(0x00), + static_cast(0x5f), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x63), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x15), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xce), + static_cast(0xff), + static_cast(0x82), + static_cast(0x10), + static_cast(0x00), + static_cast(0x99), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x61), + static_cast(0x87), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x60), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x37), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x34), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x58), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x9d), + static_cast(0x0b), + static_cast(0xa2), + static_cast(0x2a), + static_cast(0x17), + static_cast(0x79), + static_cast(0xba), + static_cast(0x09), + static_cast(0x05), + static_cast(0x97), + static_cast(0xfc), + static_cast(0xc3), + static_cast(0x48), + static_cast(0xfd), + static_cast(0x68), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x02), + static_cast(0x04), + static_cast(0xe0), + static_cast(0x3e), + static_cast(0x04), + static_cast(0xef), + static_cast(0x7a), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x42), + static_cast(0xff), + static_cast(0x87), + static_cast(0x73), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x69), + static_cast(0x01), + static_cast(0x70), + static_cast(0x54), + static_cast(0x00), + static_cast(0x45), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x46), + static_cast(0xa7), + static_cast(0x00), + static_cast(0x9e), + static_cast(0xae), + static_cast(0xff), + static_cast(0x14), + static_cast(0x15), + static_cast(0x01), + static_cast(0x14), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x86), + static_cast(0x7f), + static_cast(0x00), + static_cast(0xbb), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x91), + static_cast(0x00), + static_cast(0x7a), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x51), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x37), + static_cast(0xff), + static_cast(0x63), + static_cast(0x60), + static_cast(0xff), + static_cast(0x39), + static_cast(0x35), + static_cast(0x00), + static_cast(0x88), + static_cast(0xec), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x6f), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xd1), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x3c), + static_cast(0x00), + static_cast(0x51), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x28), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x15), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x23), + static_cast(0x51), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x80), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x65), + static_cast(0x85), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x17), + static_cast(0x04), + static_cast(0x00), + static_cast(0xd3), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x95), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x87), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x90), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xeb), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xd4), + static_cast(0xce), + static_cast(0xff), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xa8), + static_cast(0x29), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x09), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x87), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x03), + static_cast(0x0b), + static_cast(0x74), + static_cast(0x1a), + static_cast(0x17), + static_cast(0x02), + static_cast(0x8e), + static_cast(0x0a), + static_cast(0xdc), + static_cast(0x86), + static_cast(0xfc), + static_cast(0xa2), + static_cast(0x6d), + static_cast(0xfd), + static_cast(0x8f), + static_cast(0x54), + static_cast(0xff), + static_cast(0x67), + static_cast(0xdc), + static_cast(0x03), + static_cast(0xfb), + static_cast(0x30), + static_cast(0x04), + static_cast(0xc7), + static_cast(0x4f), + static_cast(0x00), + static_cast(0xed), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x32), + static_cast(0xff), + static_cast(0x62), + static_cast(0x6b), + static_cast(0x01), + static_cast(0x06), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x64), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x0c), + static_cast(0x01), + static_cast(0xdf), + static_cast(0x65), + static_cast(0xff), + static_cast(0x23), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x82), + static_cast(0x36), + static_cast(0x00), + static_cast(0xda), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x23), + static_cast(0x00), + static_cast(0x30), + static_cast(0x51), + static_cast(0x00), + static_cast(0xea), + static_cast(0x70), + static_cast(0x00), + static_cast(0x66), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xde), + static_cast(0xff), + static_cast(0x80), + static_cast(0x90), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x85), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x32), + static_cast(0x00), + static_cast(0x34), + static_cast(0x28), + static_cast(0x00), + static_cast(0x53), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xa6), + static_cast(0x00), + static_cast(0x64), + static_cast(0x10), + static_cast(0x01), + static_cast(0x85), + static_cast(0x77), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x25), + static_cast(0xff), + static_cast(0x16), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x72), + static_cast(0xa9), + static_cast(0xff), + static_cast(0x39), + static_cast(0x79), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xc9), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x55), + static_cast(0x63), + static_cast(0xff), + static_cast(0x55), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x91), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x87), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xeb), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x95), + static_cast(0xff), + static_cast(0x95), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xe4), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0xbf), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x32), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x6e), + static_cast(0x0a), + static_cast(0xe2), + static_cast(0x5a), + static_cast(0x17), + static_cast(0x9e), + static_cast(0xc3), + static_cast(0x0b), + static_cast(0x8b), + static_cast(0x44), + static_cast(0xfc), + static_cast(0x77), + static_cast(0x54), + static_cast(0xfd), + static_cast(0x21), + static_cast(0xed), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xf3), + static_cast(0x03), + static_cast(0x4a), + static_cast(0x6b), + static_cast(0x04), + static_cast(0x18), + static_cast(0x22), + static_cast(0x00), + static_cast(0x23), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x03), + static_cast(0x01), + static_cast(0x31), + static_cast(0x7f), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x12), + static_cast(0x00), + static_cast(0xee), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x57), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x90), + static_cast(0x02), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x4b), + static_cast(0x00), + static_cast(0xbb), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x53), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x0c), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x53), + static_cast(0x85), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x58), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x92), + static_cast(0xbc), + static_cast(0xff), + static_cast(0x14), + static_cast(0x50), + static_cast(0x00), + static_cast(0x24), + static_cast(0x19), + static_cast(0x01), + static_cast(0x42), + static_cast(0x31), + static_cast(0x00), + static_cast(0xab), + static_cast(0x95), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x49), + static_cast(0x00), + static_cast(0x86), + static_cast(0x53), + static_cast(0xff), + static_cast(0x36), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x10), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x23), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x79), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x33), + static_cast(0x00), + static_cast(0x88), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x40), + static_cast(0xff), + static_cast(0x29), + static_cast(0x91), + static_cast(0xff), + static_cast(0x1b), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x19), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x74), + static_cast(0x52), + static_cast(0xff), + static_cast(0xad), + static_cast(0x18), + static_cast(0xff), + static_cast(0x07), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x87), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x50), + static_cast(0x00), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x17), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x02), + static_cast(0xce), + static_cast(0xfe), + static_cast(0xed), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x73), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x4e), + static_cast(0x09), + static_cast(0xfb), + static_cast(0x6f), + static_cast(0x17), + static_cast(0x18), + static_cast(0x34), + static_cast(0x0e), + static_cast(0x60), + static_cast(0x12), + static_cast(0xfc), + static_cast(0x28), + static_cast(0x55), + static_cast(0xfc), + static_cast(0xe4), + static_cast(0x6b), + static_cast(0x00), + static_cast(0xdf), + static_cast(0xce), + static_cast(0x03), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x04), + static_cast(0x18), + static_cast(0x49), + static_cast(0x00), + static_cast(0x38), + static_cast(0x41), + static_cast(0xfe), + static_cast(0x08), + static_cast(0x6a), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0xa3), + static_cast(0x00), + static_cast(0x91), + static_cast(0x74), + static_cast(0x00), + static_cast(0x07), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x01), + static_cast(0xbc), + static_cast(0x07), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x88), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x9a), + static_cast(0x00), + static_cast(0x54), + static_cast(0x22), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x16), + static_cast(0x33), + static_cast(0x00), + static_cast(0x31), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x39), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x16), + static_cast(0xab), + static_cast(0xff), + static_cast(0x52), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x58), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x34), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x28), + static_cast(0x91), + static_cast(0x00), + static_cast(0x94), + static_cast(0xec), + static_cast(0x00), + static_cast(0x7a), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x06), + static_cast(0xab), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x28), + static_cast(0x00), + static_cast(0xee), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x94), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x90), + static_cast(0xff), + static_cast(0xce), + static_cast(0x89), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x63), + static_cast(0xff), + static_cast(0x37), + static_cast(0xed), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x65), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xba), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xce), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x86), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x95), + static_cast(0xa3), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x20), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x99), + static_cast(0xff), + static_cast(0x31), + static_cast(0x13), + static_cast(0xff), + static_cast(0x95), + static_cast(0x20), + static_cast(0xff), + static_cast(0xba), + static_cast(0x11), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x93), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x36), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0xa3), + static_cast(0x0a), + static_cast(0x26), + static_cast(0xd3), + static_cast(0x18), + static_cast(0x3f), + static_cast(0x49), + static_cast(0x0d), + static_cast(0x7c), + static_cast(0x30), + static_cast(0xfb), + static_cast(0xae), + static_cast(0x26), + static_cast(0xfc), + static_cast(0x78), + static_cast(0xb9), + static_cast(0x00), + static_cast(0xef), + static_cast(0xa0), + static_cast(0x04), + static_cast(0xb2), + static_cast(0xcc), + static_cast(0x04), + static_cast(0xb1), + static_cast(0x28), + static_cast(0x00), + static_cast(0x91), + static_cast(0xe8), + static_cast(0xfd), + static_cast(0xa1), + static_cast(0x02), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x22), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x05), + static_cast(0xff), + static_cast(0x35), + static_cast(0x7f), + static_cast(0x00), + static_cast(0x93), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x48), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x06), + static_cast(0x45), + static_cast(0x00), + static_cast(0x13), + static_cast(0x58), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x4d), + static_cast(0x00), + static_cast(0xbb), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x73), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x91), + static_cast(0x89), + static_cast(0xff), + static_cast(0x79), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x25), + static_cast(0xff), + static_cast(0x45), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x65), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x7a), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xf8), + static_cast(0x00), + static_cast(0xdf), + static_cast(0xa5), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x85), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x29), + static_cast(0x00), + static_cast(0x48), + static_cast(0x30), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xcb), + static_cast(0xff), + static_cast(0xea), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x56), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x73), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x68), + static_cast(0x74), + static_cast(0xff), + static_cast(0xed), + static_cast(0xd3), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x05), + static_cast(0x00), + static_cast(0x48), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x71), + static_cast(0xff), + static_cast(0xca), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x26), + static_cast(0xff), + static_cast(0x13), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x72), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x16), + static_cast(0xef), + static_cast(0xff), + static_cast(0x35), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x18), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x96), + static_cast(0x64), + static_cast(0xff), + static_cast(0xf9), + static_cast(0x34), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x03), + static_cast(0xff), + static_cast(0x63), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x39), + static_cast(0x0b), + static_cast(0x74), + static_cast(0x1a), + static_cast(0x1a), + static_cast(0x14), + static_cast(0xd4), + static_cast(0x0d), + static_cast(0x99), + static_cast(0x5a), + static_cast(0xfa), + static_cast(0xc6), + static_cast(0x79), + static_cast(0xfb), + static_cast(0x13), + static_cast(0x33), + static_cast(0x01), + static_cast(0xd2), + static_cast(0x13), + static_cast(0x05), + static_cast(0xcf), + static_cast(0xe4), + static_cast(0x04), + static_cast(0x8d), + static_cast(0x35), + static_cast(0x00), + static_cast(0x63), + static_cast(0x72), + static_cast(0xfd), + static_cast(0x2a), + static_cast(0xde), + static_cast(0xfd), + static_cast(0x06), + static_cast(0x0d), + static_cast(0x01), + static_cast(0x8a), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x21), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x42), + static_cast(0x00), + static_cast(0xb7), + static_cast(0xab), + static_cast(0xff), + static_cast(0x51), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x25), + static_cast(0x21), + static_cast(0x00), + static_cast(0x52), + static_cast(0x40), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x43), + static_cast(0x00), + static_cast(0xf8), + static_cast(0x58), + static_cast(0x00), + static_cast(0x47), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x80), + static_cast(0xff), + static_cast(0x64), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x22), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x5e), + static_cast(0x00), + static_cast(0x52), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x83), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xdb), + static_cast(0x00), + static_cast(0xa5), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x50), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x3b), + static_cast(0x74), + static_cast(0xff), + static_cast(0x08), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x25), + static_cast(0x32), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x43), + static_cast(0x96), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x34), + static_cast(0x10), + static_cast(0x00), + static_cast(0x6b), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x84), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x37), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x56), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x54), + static_cast(0xff), + static_cast(0xad), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x71), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x0a), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x67), + static_cast(0xf1), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x97), + static_cast(0xe5), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x36), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x56), + static_cast(0xff), + static_cast(0x88), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x20), + static_cast(0x49), + static_cast(0xff), + static_cast(0x99), + static_cast(0x05), + static_cast(0xff), + static_cast(0x27), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x03), + static_cast(0xff), + static_cast(0x99), + static_cast(0x7d), + static_cast(0x0a), + static_cast(0xf9), + static_cast(0xea), + static_cast(0x1a), + static_cast(0xf9), + static_cast(0x8e), + static_cast(0x10), + static_cast(0x83), + static_cast(0x05), + static_cast(0xfa), + static_cast(0x35), + static_cast(0x0e), + static_cast(0xfa), + static_cast(0x17), + static_cast(0x7e), + static_cast(0x01), + static_cast(0x37), + static_cast(0x36), + static_cast(0x05), + static_cast(0x72), + static_cast(0x3f), + static_cast(0x05), + static_cast(0xc0), + static_cast(0x36), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x14), + static_cast(0xfd), + static_cast(0x58), + static_cast(0x85), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0x29), + static_cast(0x01), + static_cast(0x45), + static_cast(0x60), + static_cast(0x00), + static_cast(0x87), + static_cast(0x0b), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x4d), + static_cast(0x96), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x17), + static_cast(0x00), + static_cast(0x32), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x67), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x43), + static_cast(0x00), + static_cast(0x30), + static_cast(0xba), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x41), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x3f), + static_cast(0x33), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x27), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x05), + static_cast(0x36), + static_cast(0x01), + static_cast(0x01), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xef), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x90), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x12), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xef), + static_cast(0x2d), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x14), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x98), + static_cast(0xae), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x06), + static_cast(0x00), + static_cast(0x39), + static_cast(0xd9), + static_cast(0xff), + static_cast(0x98), + static_cast(0x84), + static_cast(0xff), + static_cast(0x54), + static_cast(0x02), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x17), + static_cast(0xec), + static_cast(0xff), + static_cast(0x32), + static_cast(0x59), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x21), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x32), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x11), + static_cast(0x00), + static_cast(0xd3), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x52), + static_cast(0x64), + static_cast(0xff), + static_cast(0x42), + static_cast(0x56), + static_cast(0xff), + static_cast(0x07), + static_cast(0x14), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x07), + static_cast(0xff), + static_cast(0x19), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x56), + static_cast(0xff), + static_cast(0xaf), + static_cast(0xac), + static_cast(0x0a), + static_cast(0x28), + static_cast(0x4d), + static_cast(0x1c), + static_cast(0xdc), + static_cast(0x15), + static_cast(0x12), + static_cast(0xab), + static_cast(0x24), + static_cast(0xf9), + static_cast(0x42), + static_cast(0xda), + static_cast(0xf8), + static_cast(0xc9), + static_cast(0xe6), + static_cast(0x01), + static_cast(0x60), + static_cast(0x9c), + static_cast(0x05), + static_cast(0xd5), + static_cast(0x4c), + static_cast(0x05), + static_cast(0x6e), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xee), + static_cast(0x7f), + static_cast(0xfc), + static_cast(0x41), + static_cast(0x33), + static_cast(0xfd), + static_cast(0x53), + static_cast(0x62), + static_cast(0x01), + static_cast(0x48), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x90), + static_cast(0x81), + static_cast(0xfd), + static_cast(0x6d), + static_cast(0x72), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x83), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x94), + static_cast(0x52), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x36), + static_cast(0x00), + static_cast(0xbf), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x85), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x58), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x0a), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x65), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x24), + static_cast(0xff), + static_cast(0xca), + static_cast(0xea), + static_cast(0xff), + static_cast(0xce), + static_cast(0x3d), + static_cast(0x01), + static_cast(0x04), + static_cast(0x56), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0x20), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x89), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x27), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x61), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x05), + static_cast(0xff), + static_cast(0x07), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x1f), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x05), + static_cast(0x00), + static_cast(0x70), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x99), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x50), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x57), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x11), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x08), + static_cast(0x60), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x47), + static_cast(0x57), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x44), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x31), + static_cast(0xff), + static_cast(0x36), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x78), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x13), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x12), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x78), + static_cast(0x0d), + static_cast(0x9d), + static_cast(0x75), + static_cast(0x1f), + static_cast(0x4a), + static_cast(0xd1), + static_cast(0x0f), + static_cast(0x04), + static_cast(0xc5), + static_cast(0xf6), + static_cast(0x03), + static_cast(0x5e), + static_cast(0xf9), + static_cast(0xeb), + static_cast(0xd2), + static_cast(0x02), + static_cast(0xd0), + static_cast(0xb5), + static_cast(0x06), + static_cast(0x5a), + static_cast(0xb8), + static_cast(0x04), + static_cast(0xcb), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x82), + static_cast(0xd6), + static_cast(0xfb), + static_cast(0x95), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0x0c), + static_cast(0x86), + static_cast(0x02), + static_cast(0xdc), + static_cast(0x55), + static_cast(0x00), + static_cast(0xed), + static_cast(0x55), + static_cast(0xfd), + static_cast(0x0b), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x60), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x6a), + static_cast(0x00), + static_cast(0xce), + static_cast(0x44), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0xea), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x07), + static_cast(0x00), + static_cast(0x78), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xce), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x47), + static_cast(0x72), + static_cast(0xff), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x53), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x37), + static_cast(0x4b), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x39), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x77), + static_cast(0xff), + static_cast(0x36), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x38), + static_cast(0xd5), + static_cast(0x00), + static_cast(0xaf), + static_cast(0xe5), + static_cast(0x00), + static_cast(0x0f), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x35), + static_cast(0x72), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x17), + static_cast(0xff), + static_cast(0xef), + static_cast(0x23), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x50), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x55), + static_cast(0x15), + static_cast(0x00), + static_cast(0x43), + static_cast(0x50), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x31), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x39), + static_cast(0x22), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x83), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x45), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x20), + static_cast(0x15), + static_cast(0xff), + static_cast(0xfb), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x80), + static_cast(0x27), + static_cast(0xff), + static_cast(0x08), + static_cast(0xee), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x26), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x08), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xab), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x07), + static_cast(0xff), + static_cast(0x63), + static_cast(0x80), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xde), + static_cast(0xae), + static_cast(0x0d), + static_cast(0x69), + static_cast(0x5f), + static_cast(0x21), + static_cast(0xb3), + static_cast(0xb0), + static_cast(0x11), + static_cast(0x8b), + static_cast(0xa3), + static_cast(0xf5), + static_cast(0x0e), + static_cast(0x38), + static_cast(0xf8), + static_cast(0x55), + static_cast(0x46), + static_cast(0x03), + static_cast(0x6e), + static_cast(0x49), + static_cast(0x07), + static_cast(0xad), + static_cast(0xcb), + static_cast(0x04), + static_cast(0xca), + static_cast(0x37), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x38), + static_cast(0xfb), + static_cast(0xb1), + static_cast(0x21), + static_cast(0xfd), + static_cast(0x35), + static_cast(0x0d), + static_cast(0x03), + static_cast(0x4d), + static_cast(0xe3), + static_cast(0x00), + static_cast(0x3c), + static_cast(0xc7), + static_cast(0xfc), + static_cast(0x0e), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x44), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xaa), + static_cast(0xfd), + static_cast(0xc9), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x83), + static_cast(0x72), + static_cast(0xff), + static_cast(0x34), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x63), + static_cast(0xff), + static_cast(0xa9), + static_cast(0x62), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x94), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xb7), + static_cast(0x00), + static_cast(0x0d), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x10), + static_cast(0x50), + static_cast(0xff), + static_cast(0x74), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x1c), + static_cast(0x01), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x67), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x05), + static_cast(0xff), + static_cast(0xad), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x88), + static_cast(0x09), + static_cast(0xff), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x26), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x56), + static_cast(0x50), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x83), + static_cast(0x00), + static_cast(0xf3), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x15), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x23), + static_cast(0xff), + static_cast(0x54), + static_cast(0x91), + static_cast(0xff), + static_cast(0xbe), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x54), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xca), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xf0), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x21), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x56), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x87), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x32), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xab), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xec), + static_cast(0x38), + static_cast(0x0e), + static_cast(0xa2), + static_cast(0x96), + static_cast(0x23), + static_cast(0x4f), + static_cast(0x51), + static_cast(0x13), + static_cast(0x8c), + static_cast(0x63), + static_cast(0xf4), + static_cast(0xba), + static_cast(0x34), + static_cast(0xf7), + static_cast(0xab), + static_cast(0xbc), + static_cast(0x03), + static_cast(0x3c), + static_cast(0xf2), + static_cast(0x07), + static_cast(0x16), + static_cast(0xed), + static_cast(0x04), + static_cast(0x5f), + static_cast(0x64), + static_cast(0xfd), + static_cast(0x7a), + static_cast(0xa7), + static_cast(0xfa), + static_cast(0x7d), + static_cast(0xe4), + static_cast(0xfc), + static_cast(0xcd), + static_cast(0x91), + static_cast(0x03), + static_cast(0xf0), + static_cast(0x8f), + static_cast(0x01), + static_cast(0x54), + static_cast(0x39), + static_cast(0xfc), + static_cast(0xd1), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x1f), + static_cast(0xff), + static_cast(0xda), + static_cast(0x4f), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x54), + static_cast(0xfd), + static_cast(0x7d), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x06), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x52), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x58), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x58), + static_cast(0x01), + static_cast(0x40), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x84), + static_cast(0xff), + static_cast(0x26), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x57), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x9a), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x88), + static_cast(0x00), + static_cast(0x9d), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x10), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x48), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x91), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xba), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0x48), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xec), + static_cast(0xff), + static_cast(0x97), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x95), + static_cast(0x00), + static_cast(0x99), + static_cast(0xee), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x52), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xcf), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xac), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x02), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x25), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x40), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xab), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x75), + static_cast(0xfe), + static_cast(0x97), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x87), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x23), + static_cast(0x63), + static_cast(0x10), + static_cast(0xb9), + static_cast(0x75), + static_cast(0x26), + static_cast(0xe1), + static_cast(0x39), + static_cast(0x12), + static_cast(0xb6), + static_cast(0xbc), + static_cast(0xf2), + static_cast(0xd0), + static_cast(0x89), + static_cast(0xf7), + static_cast(0x40), + static_cast(0x29), + static_cast(0x04), + static_cast(0x33), + static_cast(0xb7), + static_cast(0x08), + static_cast(0x07), + static_cast(0x93), + static_cast(0x04), + static_cast(0xd3), + static_cast(0x53), + static_cast(0xfc), + static_cast(0xae), + static_cast(0x36), + static_cast(0xfa), + static_cast(0xaf), + static_cast(0xfd), + static_cast(0xfc), + static_cast(0x68), + static_cast(0x53), + static_cast(0x04), + static_cast(0x99), + static_cast(0x88), + static_cast(0x01), + static_cast(0x61), + static_cast(0xd6), + static_cast(0xfb), + static_cast(0x37), + static_cast(0x89), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x09), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xad), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x30), + static_cast(0xfd), + static_cast(0x95), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x15), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x20), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x5a), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x78), + static_cast(0xff), + static_cast(0x62), + static_cast(0x99), + static_cast(0xff), + static_cast(0x50), + static_cast(0xe1), + static_cast(0x01), + static_cast(0x58), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xcd), + static_cast(0x66), + static_cast(0xff), + static_cast(0x70), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x2f), + static_cast(0xea), + static_cast(0xfe), + static_cast(0xec), + static_cast(0x12), + static_cast(0x00), + static_cast(0xf0), + static_cast(0xae), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x81), + static_cast(0x0c), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x17), + static_cast(0x00), + static_cast(0x9c), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x69), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x49), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xc6), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x96), + static_cast(0x87), + static_cast(0x00), + static_cast(0xf4), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x31), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xee), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x12), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x31), + static_cast(0xf2), + static_cast(0xff), + static_cast(0xae), + static_cast(0x48), + static_cast(0x00), + static_cast(0x05), + static_cast(0x69), + static_cast(0x00), + static_cast(0xb6), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x87), + static_cast(0xff), + static_cast(0x69), + static_cast(0x2a), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x66), + static_cast(0xde), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x12), + static_cast(0xc6), + static_cast(0x11), + static_cast(0xaf), + static_cast(0xf9), + static_cast(0x28), + static_cast(0x04), + static_cast(0x55), + static_cast(0x12), + static_cast(0xe4), + static_cast(0x8c), + static_cast(0xf1), + static_cast(0xb5), + static_cast(0x78), + static_cast(0xf7), + static_cast(0xaa), + static_cast(0x1a), + static_cast(0x04), + static_cast(0x87), + static_cast(0x22), + static_cast(0x09), + static_cast(0x94), + static_cast(0x87), + static_cast(0x04), + static_cast(0xf0), + static_cast(0x60), + static_cast(0xfb), + static_cast(0xdd), + static_cast(0xe2), + static_cast(0xf9), + static_cast(0x59), + static_cast(0xe0), + static_cast(0xfc), + static_cast(0x16), + static_cast(0xb3), + static_cast(0x04), + static_cast(0xeb), + static_cast(0xbd), + static_cast(0x01), + static_cast(0x3d), + static_cast(0x59), + static_cast(0xfb), + static_cast(0x2e), + static_cast(0x5e), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x4e), + static_cast(0x00), + static_cast(0xf3), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xf7), + static_cast(0xfc), + static_cast(0x37), + static_cast(0x88), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x54), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0xf1), + static_cast(0x57), + static_cast(0xff), + static_cast(0x54), + static_cast(0x99), + static_cast(0xff), + static_cast(0xba), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xc0), + static_cast(0x14), + static_cast(0x02), + static_cast(0xda), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xd0), + static_cast(0x40), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x84), + static_cast(0xff), + static_cast(0x50), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x90), + static_cast(0xff), + static_cast(0x58), + static_cast(0x62), + static_cast(0x00), + static_cast(0xb7), + static_cast(0xeb), + static_cast(0x00), + static_cast(0xd8), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x23), + static_cast(0x00), + static_cast(0x05), + static_cast(0x0c), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x65), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x23), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x19), + static_cast(0x24), + static_cast(0x00), + static_cast(0x31), + static_cast(0x68), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x25), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x48), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xa4), + static_cast(0xd8), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x86), + static_cast(0x00), + static_cast(0xa1), + static_cast(0x88), + static_cast(0xff), + static_cast(0x82), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x43), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x59), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x49), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xab), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x66), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xa1), + static_cast(0xff), + static_cast(0x40), + static_cast(0x97), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x70), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xa2), + static_cast(0x13), + static_cast(0x14), + static_cast(0x75), + static_cast(0x2b), + static_cast(0x96), + static_cast(0x7e), + static_cast(0x11), + static_cast(0xef), + static_cast(0x97), + static_cast(0xf0), + static_cast(0x31), + static_cast(0xfa), + static_cast(0xf7), + static_cast(0xc9), + static_cast(0xc5), + static_cast(0x03), + static_cast(0x64), + static_cast(0x4f), + static_cast(0x09), + static_cast(0x2f), + static_cast(0x57), + static_cast(0x04), + static_cast(0xe6), + static_cast(0xa0), + static_cast(0xfa), + static_cast(0xd3), + static_cast(0xb0), + static_cast(0xf9), + static_cast(0x9d), + static_cast(0xc7), + static_cast(0xfc), + static_cast(0x31), + static_cast(0x03), + static_cast(0x05), + static_cast(0xfa), + static_cast(0xa8), + static_cast(0x01), + static_cast(0x58), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0x18), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x62), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x49), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x88), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xd9), + static_cast(0xfc), + static_cast(0x1e), + static_cast(0x58), + static_cast(0xff), + static_cast(0x29), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x02), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x92), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xad), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x01), + static_cast(0x55), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x57), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x0d), + static_cast(0x00), + static_cast(0xb9), + static_cast(0x20), + static_cast(0x01), + static_cast(0xb9), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x56), + static_cast(0xa1), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x21), + static_cast(0x46), + static_cast(0xff), + static_cast(0x75), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x87), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x58), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x09), + static_cast(0x49), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x93), + static_cast(0x59), + static_cast(0xff), + static_cast(0x54), + static_cast(0x57), + static_cast(0xff), + static_cast(0x49), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x85), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xd7), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x91), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x95), + static_cast(0xff), + static_cast(0x87), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x47), + static_cast(0xff), + static_cast(0x42), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x60), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x73), + static_cast(0xff), + static_cast(0x47), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x53), + static_cast(0x43), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x41), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x02), + static_cast(0x13), + static_cast(0xb4), + static_cast(0x39), + static_cast(0x2d), + static_cast(0x77), + static_cast(0x9c), + static_cast(0x14), + static_cast(0x07), + static_cast(0xda), + static_cast(0xef), + static_cast(0xd5), + static_cast(0x78), + static_cast(0xf7), + static_cast(0x3d), + static_cast(0x63), + static_cast(0x03), + static_cast(0xf1), + static_cast(0x3a), + static_cast(0x08), + static_cast(0xef), + static_cast(0x77), + static_cast(0x05), + static_cast(0x3e), + static_cast(0x49), + static_cast(0xfa), + static_cast(0x35), + static_cast(0x6f), + static_cast(0xf9), + static_cast(0x95), + static_cast(0x6d), + static_cast(0xfc), + static_cast(0x37), + static_cast(0x48), + static_cast(0x04), + static_cast(0x20), + static_cast(0xc8), + static_cast(0x02), + static_cast(0x73), + static_cast(0x7e), + static_cast(0xfa), + static_cast(0x56), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0xa8), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x61), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x93), + static_cast(0xff), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x70), + static_cast(0xfc), + static_cast(0x88), + static_cast(0x17), + static_cast(0xff), + static_cast(0x10), + static_cast(0x97), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x76), + static_cast(0xff), + static_cast(0x62), + static_cast(0x54), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0x09), + static_cast(0xff), + static_cast(0x56), + static_cast(0x11), + static_cast(0x00), + static_cast(0xd3), + static_cast(0xae), + static_cast(0xff), + static_cast(0x0c), + static_cast(0xaa), + static_cast(0x01), + static_cast(0x1f), + static_cast(0x5c), + static_cast(0x00), + static_cast(0x87), + static_cast(0x65), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x20), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x05), + static_cast(0xff), + static_cast(0x41), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x1d), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x74), + static_cast(0x00), + static_cast(0x45), + static_cast(0x85), + static_cast(0xff), + static_cast(0x18), + static_cast(0x40), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x17), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x0f), + static_cast(0x45), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xac), + static_cast(0xff), + static_cast(0x90), + static_cast(0x68), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x24), + static_cast(0xff), + static_cast(0x48), + static_cast(0x36), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x96), + static_cast(0xff), + static_cast(0x49), + static_cast(0x3f), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x88), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x88), + static_cast(0x91), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x08), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x39), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x10), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0x46), + static_cast(0xff), + static_cast(0xca), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x17), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x47), + static_cast(0x12), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x25), + static_cast(0x17), + static_cast(0x25), + static_cast(0x7d), + static_cast(0x30), + static_cast(0x11), + static_cast(0x60), + static_cast(0x0f), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xed), + static_cast(0x9f), + static_cast(0x30), + static_cast(0xfa), + static_cast(0xb3), + static_cast(0xde), + static_cast(0x02), + static_cast(0xb5), + static_cast(0x01), + static_cast(0x08), + static_cast(0xe2), + static_cast(0x85), + static_cast(0x04), + static_cast(0x8e), + static_cast(0xaa), + static_cast(0xf9), + static_cast(0xbf), + static_cast(0x66), + static_cast(0xf9), + static_cast(0x6d), + static_cast(0x4c), + static_cast(0xfc), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x1a), + static_cast(0x93), + static_cast(0x01), + static_cast(0x6c), + static_cast(0x81), + static_cast(0xfa), + static_cast(0x34), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x00), + static_cast(0x4d), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0x7d), + static_cast(0x72), + static_cast(0xfc), + static_cast(0x36), + static_cast(0x11), + static_cast(0xff), + static_cast(0x32), + static_cast(0x44), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x79), + static_cast(0x48), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x32), + static_cast(0xff), + static_cast(0x41), + static_cast(0x0e), + static_cast(0x00), + static_cast(0x02), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x60), + static_cast(0x01), + static_cast(0x63), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x15), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x3c), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0xf0), + static_cast(0xfd), + static_cast(0x43), + static_cast(0x11), + static_cast(0xff), + static_cast(0x84), + static_cast(0x95), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x5b), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x9b), + static_cast(0x00), + static_cast(0xa2), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xad), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x42), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x42), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xa8), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x98), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x27), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xca), + static_cast(0x13), + static_cast(0xff), + static_cast(0x38), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x80), + static_cast(0xad), + static_cast(0xff), + static_cast(0x84), + static_cast(0xb2), + static_cast(0x00), + static_cast(0xd1), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x33), + static_cast(0x48), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0x06), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x29), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x0f), + static_cast(0xfe), + static_cast(0x66), + static_cast(0x69), + static_cast(0xfe), + static_cast(0x59), + static_cast(0x78), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x67), + static_cast(0x19), + static_cast(0xff), + static_cast(0x50), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x39), + static_cast(0x17), + static_cast(0x7d), + static_cast(0x17), + static_cast(0x33), + static_cast(0x41), + static_cast(0xa4), + static_cast(0x10), + static_cast(0x89), + static_cast(0x76), + static_cast(0xeb), + static_cast(0x1c), + static_cast(0x4e), + static_cast(0xfb), + static_cast(0xaf), + static_cast(0x01), + static_cast(0x03), + static_cast(0x95), + static_cast(0xef), + static_cast(0x05), + static_cast(0xc4), + static_cast(0xbf), + static_cast(0x05), + static_cast(0x86), + static_cast(0x30), + static_cast(0xf9), + static_cast(0xb0), + static_cast(0x0f), + static_cast(0xf9), + static_cast(0xaf), + static_cast(0x09), + static_cast(0xfc), + static_cast(0x15), + static_cast(0x29), + static_cast(0x04), + static_cast(0xf2), + static_cast(0x77), + static_cast(0x02), + static_cast(0x23), + static_cast(0x3a), + static_cast(0xfa), + static_cast(0x8b), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x64), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0xba), + static_cast(0xfb), + static_cast(0xfc), + static_cast(0x62), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x07), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xef), + static_cast(0xff), + static_cast(0x11), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0xce), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x83), + static_cast(0x00), + static_cast(0x1e), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xae), + static_cast(0x5b), + static_cast(0x01), + static_cast(0xc2), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x14), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x01), + static_cast(0x14), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0x97), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x00), + static_cast(0xb6), + static_cast(0xe9), + static_cast(0x00), + static_cast(0xae), + static_cast(0x47), + static_cast(0x01), + static_cast(0x00), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xc4), + static_cast(0xd8), + static_cast(0xfd), + static_cast(0x8f), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xca), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x9c), + static_cast(0xde), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x87), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x87), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x24), + static_cast(0xff), + static_cast(0x13), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x43), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x06), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x47), + static_cast(0xff), + static_cast(0xea), + static_cast(0x6d), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x59), + static_cast(0x36), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0xfa), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x22), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x5f), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xae), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x41), + static_cast(0x10), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0xa1), + static_cast(0x1a), + static_cast(0xf6), + static_cast(0x70), + static_cast(0x36), + static_cast(0x7a), + static_cast(0xd9), + static_cast(0x0b), + static_cast(0xda), + static_cast(0xe8), + static_cast(0xe8), + static_cast(0x79), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0x4e), + static_cast(0x02), + static_cast(0x22), + static_cast(0x2b), + static_cast(0x05), + static_cast(0xec), + static_cast(0x83), + static_cast(0x05), + static_cast(0x37), + static_cast(0x1c), + static_cast(0xf8), + static_cast(0xd0), + static_cast(0x2d), + static_cast(0xf9), + static_cast(0xc0), + static_cast(0xc3), + static_cast(0xfb), + static_cast(0x61), + static_cast(0xad), + static_cast(0x04), + static_cast(0x78), + static_cast(0xfa), + static_cast(0x01), + static_cast(0x67), + static_cast(0x4c), + static_cast(0xfa), + static_cast(0x59), + static_cast(0xa0), + static_cast(0xff), + static_cast(0x65), + static_cast(0x2f), + static_cast(0xfd), + static_cast(0x82), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x89), + static_cast(0xfb), + static_cast(0x8f), + static_cast(0x16), + static_cast(0x00), + static_cast(0x4f), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x1c), + static_cast(0x00), + static_cast(0xa0), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x01), + static_cast(0x27), + static_cast(0x00), + static_cast(0xce), + static_cast(0x29), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xcd), + static_cast(0x01), + static_cast(0x0a), + static_cast(0x54), + static_cast(0xff), + static_cast(0xce), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x56), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x96), + static_cast(0xfd), + static_cast(0x09), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x27), + static_cast(0xc0), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x4e), + static_cast(0x01), + static_cast(0xee), + static_cast(0x7a), + static_cast(0x00), + static_cast(0xa8), + static_cast(0xba), + static_cast(0xfd), + static_cast(0x91), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x74), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x19), + static_cast(0x00), + static_cast(0xba), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xed), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x81), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x34), + static_cast(0x65), + static_cast(0xff), + static_cast(0x92), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x94), + static_cast(0x00), + static_cast(0x35), + static_cast(0x41), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x82), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x48), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0x0d), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x70), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0x80), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x95), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x59), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x65), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x93), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x79), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x19), + static_cast(0xd9), + static_cast(0x1c), + static_cast(0xab), + static_cast(0x46), + static_cast(0x39), + static_cast(0xd5), + static_cast(0x90), + static_cast(0x08), + static_cast(0x4a), + static_cast(0x4b), + static_cast(0xe6), + static_cast(0xc3), + static_cast(0x5f), + static_cast(0x01), + static_cast(0xb9), + static_cast(0xc7), + static_cast(0x01), + static_cast(0x0b), + static_cast(0x29), + static_cast(0x04), + static_cast(0x5c), + static_cast(0x81), + static_cast(0x05), + static_cast(0xaf), + static_cast(0xdd), + static_cast(0xf6), + static_cast(0x1f), + static_cast(0x4d), + static_cast(0xf9), + static_cast(0xd1), + static_cast(0x83), + static_cast(0xfb), + static_cast(0x36), + static_cast(0x1b), + static_cast(0x05), + static_cast(0x3b), + static_cast(0xf9), + static_cast(0x01), + static_cast(0x94), + static_cast(0x22), + static_cast(0xfa), + static_cast(0xe9), + static_cast(0xaf), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x5d), + static_cast(0xfc), + static_cast(0x20), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x97), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x2f), + static_cast(0x78), + static_cast(0xfb), + static_cast(0x6e), + static_cast(0xdc), + static_cast(0x00), + static_cast(0xc2), + static_cast(0xde), + static_cast(0xfd), + static_cast(0xb9), + static_cast(0x51), + static_cast(0x00), + static_cast(0x67), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x85), + static_cast(0x67), + static_cast(0xff), + static_cast(0x98), + static_cast(0xa5), + static_cast(0x01), + static_cast(0x58), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xde), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x75), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x94), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x92), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x65), + static_cast(0xb9), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x50), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x75), + static_cast(0x01), + static_cast(0xa9), + static_cast(0x38), + static_cast(0x01), + static_cast(0x62), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0x63), + static_cast(0x02), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x28), + static_cast(0xff), + static_cast(0x88), + static_cast(0x31), + static_cast(0x00), + static_cast(0xa4), + static_cast(0x62), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x6a), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0x75), + static_cast(0xff), + static_cast(0xab), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x40), + static_cast(0x08), + static_cast(0x01), + static_cast(0x43), + static_cast(0x53), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x78), + static_cast(0xff), + static_cast(0xae), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x83), + static_cast(0xfe), + static_cast(0xc4), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x48), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x3a), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xf3), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x41), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x1b), + static_cast(0x1f), + static_cast(0x4f), + static_cast(0xac), + static_cast(0x3b), + static_cast(0xe5), + static_cast(0xe1), + static_cast(0x04), + static_cast(0x6e), + static_cast(0x2c), + static_cast(0xe4), + static_cast(0x1e), + static_cast(0x21), + static_cast(0x04), + static_cast(0x86), + static_cast(0xf9), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x75), + static_cast(0x03), + static_cast(0x0f), + static_cast(0x5c), + static_cast(0x05), + static_cast(0x22), + static_cast(0x72), + static_cast(0xf5), + static_cast(0xa8), + static_cast(0xb6), + static_cast(0xf9), + static_cast(0xc7), + static_cast(0xc4), + static_cast(0xfb), + static_cast(0xf6), + static_cast(0xa2), + static_cast(0x05), + static_cast(0x92), + static_cast(0xae), + static_cast(0x01), + static_cast(0xdd), + static_cast(0x63), + static_cast(0xfa), + static_cast(0xf4), + static_cast(0xd0), + static_cast(0x01), + static_cast(0xaa), + static_cast(0x2e), + static_cast(0xfb), + static_cast(0x31), + static_cast(0x18), + static_cast(0x00), + static_cast(0x95), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x63), + static_cast(0xfb), + static_cast(0x97), + static_cast(0x3a), + static_cast(0x01), + static_cast(0x9e), + static_cast(0x4b), + static_cast(0xfd), + static_cast(0x9e), + static_cast(0x7f), + static_cast(0x00), + static_cast(0x50), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x46), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0x5b), + static_cast(0x89), + static_cast(0x00), + static_cast(0x78), + static_cast(0x17), + static_cast(0xff), + static_cast(0x32), + static_cast(0x1b), + static_cast(0x02), + static_cast(0xb4), + static_cast(0x55), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x46), + static_cast(0x00), + static_cast(0x06), + static_cast(0x44), + static_cast(0xff), + static_cast(0x6e), + static_cast(0xe4), + static_cast(0xfc), + static_cast(0x82), + static_cast(0x29), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x13), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x22), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x79), + static_cast(0x00), + static_cast(0x98), + static_cast(0x7f), + static_cast(0x01), + static_cast(0xa4), + static_cast(0x79), + static_cast(0x01), + static_cast(0xa7), + static_cast(0x2e), + static_cast(0xfe), + static_cast(0x53), + static_cast(0x08), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x59), + static_cast(0xff), + static_cast(0x26), + static_cast(0x83), + static_cast(0x00), + static_cast(0x50), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x27), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x42), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x12), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x88), + static_cast(0xff), + static_cast(0x70), + static_cast(0xa9), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x72), + static_cast(0x01), + static_cast(0xdb), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x15), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x99), + static_cast(0xff), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0x0c), + static_cast(0xfe), + static_cast(0x4b), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x2f), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x25), + static_cast(0xff), + static_cast(0x39), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0x02), + static_cast(0xff), + static_cast(0x09), + static_cast(0x3d), + static_cast(0x20), + static_cast(0x7f), + static_cast(0x6e), + static_cast(0x3d), + static_cast(0x78), + static_cast(0xb4), + static_cast(0x02), + static_cast(0xcf), + static_cast(0x44), + static_cast(0xe2), + static_cast(0x32), + static_cast(0x2b), + static_cast(0x06), + static_cast(0x25), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xa2), + static_cast(0x02), + static_cast(0x01), + static_cast(0xd1), + static_cast(0x05), + static_cast(0x53), + static_cast(0xd1), + static_cast(0xf3), + static_cast(0x68), + static_cast(0x73), + static_cast(0xfa), + static_cast(0x5b), + static_cast(0x6c), + static_cast(0xfc), + static_cast(0xd6), + static_cast(0x68), + static_cast(0x05), + static_cast(0x37), + static_cast(0xee), + static_cast(0x01), + static_cast(0xcb), + static_cast(0xba), + static_cast(0xfa), + static_cast(0xcd), + static_cast(0x7d), + static_cast(0x02), + static_cast(0x55), + static_cast(0x3e), + static_cast(0xfa), + static_cast(0x48), + static_cast(0xd6), + static_cast(0x00), + static_cast(0xea), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x89), + static_cast(0xfa), + static_cast(0xad), + static_cast(0xea), + static_cast(0x01), + static_cast(0xc2), + static_cast(0x70), + static_cast(0xfc), + static_cast(0x44), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x73), + static_cast(0x1d), + static_cast(0xfd), + static_cast(0x20), + static_cast(0x70), + static_cast(0x00), + static_cast(0xd7), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xbe), + static_cast(0xa7), + static_cast(0x02), + static_cast(0x88), + static_cast(0x10), + static_cast(0xff), + static_cast(0x71), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x2d), + static_cast(0xb4), + static_cast(0xff), + static_cast(0x16), + static_cast(0xcc), + static_cast(0xfc), + static_cast(0x25), + static_cast(0x07), + static_cast(0x00), + static_cast(0x5b), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0x17), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0x88), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x55), + static_cast(0x01), + static_cast(0xb7), + static_cast(0xa5), + static_cast(0x01), + static_cast(0x50), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xde), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x49), + static_cast(0xff), + static_cast(0x45), + static_cast(0x06), + static_cast(0x01), + static_cast(0xe0), + static_cast(0x68), + static_cast(0xff), + static_cast(0x53), + static_cast(0x62), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x63), + static_cast(0xff), + static_cast(0x88), + static_cast(0x5d), + static_cast(0x00), + static_cast(0x22), + static_cast(0xd3), + static_cast(0x01), + static_cast(0xd9), + static_cast(0x24), + static_cast(0x00), + static_cast(0x46), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x21), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x1b), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x17), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x83), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x14), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x94), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x89), + static_cast(0xff), + static_cast(0x60), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x23), + static_cast(0x25), + static_cast(0x45), + static_cast(0x1b), + static_cast(0x3d), + static_cast(0x61), + static_cast(0xf2), + static_cast(0xf9), + static_cast(0x9e), + static_cast(0x75), + static_cast(0xe5), + static_cast(0x54), + static_cast(0x0c), + static_cast(0x08), + static_cast(0xa4), + static_cast(0x15), + static_cast(0xfc), + static_cast(0xc5), + static_cast(0x9f), + static_cast(0x05), + static_cast(0xa4), + static_cast(0x9a), + static_cast(0x03), + static_cast(0xc5), + static_cast(0x05), + static_cast(0xf3), + static_cast(0x49), + static_cast(0xd3), + static_cast(0xfb), + static_cast(0xcf), + static_cast(0xa2), + static_cast(0xfc), + static_cast(0xc6), + static_cast(0xc1), + static_cast(0x06), + static_cast(0xb8), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xc4), + static_cast(0xfc), + static_cast(0x9e), + static_cast(0x5d), + static_cast(0x02), + static_cast(0x42), + static_cast(0x74), + static_cast(0xf9), + static_cast(0x44), + static_cast(0xf4), + static_cast(0x02), + static_cast(0xa3), + static_cast(0xe5), + static_cast(0xfd), + static_cast(0x20), + static_cast(0x79), + static_cast(0xfb), + static_cast(0x5f), + static_cast(0x0c), + static_cast(0x01), + static_cast(0x49), + static_cast(0xb1), + static_cast(0xfb), + static_cast(0x20), + static_cast(0x2f), + static_cast(0x01), + static_cast(0x49), + static_cast(0xde), + static_cast(0xfd), + static_cast(0x5f), + static_cast(0xb5), + static_cast(0xfd), + static_cast(0xaa), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x47), + static_cast(0x82), + static_cast(0x00), + static_cast(0xa9), + static_cast(0x8c), + static_cast(0x02), + static_cast(0x46), + static_cast(0x87), + static_cast(0xfe), + static_cast(0x50), + static_cast(0x2e), + static_cast(0x01), + static_cast(0x35), + static_cast(0xd8), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0xda), + static_cast(0xfc), + static_cast(0x86), + static_cast(0x21), + static_cast(0x00), + static_cast(0x75), + static_cast(0x73), + static_cast(0xfd), + static_cast(0x57), + static_cast(0x28), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x59), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x8e), + static_cast(0x01), + static_cast(0x3e), + static_cast(0x5c), + static_cast(0x01), + static_cast(0xfa), + static_cast(0x20), + static_cast(0xff), + static_cast(0xed), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x13), + static_cast(0xc6), + static_cast(0xfd), + static_cast(0x0b), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x1e), + static_cast(0x01), + static_cast(0xbd), + static_cast(0x51), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x92), + static_cast(0xff), + static_cast(0x26), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x3f), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xe7), + static_cast(0x01), + static_cast(0xe0), + static_cast(0x87), + static_cast(0x00), + static_cast(0x26), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xef), + static_cast(0xff), + static_cast(0x45), + static_cast(0x84), + static_cast(0xff), + static_cast(0x54), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x47), + static_cast(0xfe), + static_cast(0xca), + static_cast(0xf1), + static_cast(0xfd), + static_cast(0x83), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0xb0), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0xce), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x42), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xaf), + static_cast(0x23), + static_cast(0x75), + static_cast(0xda), + static_cast(0x3c), + static_cast(0x61), + static_cast(0x5f), + static_cast(0xfb), + static_cast(0x43), + static_cast(0xed), + static_cast(0xe4), + static_cast(0xae), + static_cast(0x91), + static_cast(0x07), + static_cast(0x51), + static_cast(0x85), + static_cast(0xfa), + static_cast(0xa9), + static_cast(0xa9), + static_cast(0x05), + static_cast(0xb6), + static_cast(0x8f), + static_cast(0x05), + static_cast(0xe2), + static_cast(0x65), + static_cast(0xf1), + static_cast(0x2e), + static_cast(0x7f), + static_cast(0xfc), + static_cast(0xb2), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0x3c), + static_cast(0x95), + static_cast(0x05), + static_cast(0xf6), + static_cast(0x29), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x60), + static_cast(0xfd), + static_cast(0x04), + static_cast(0x64), + static_cast(0x03), + static_cast(0xd6), + static_cast(0xa6), + static_cast(0xf8), + static_cast(0x4f), + static_cast(0x31), + static_cast(0x03), + static_cast(0x80), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x90), + static_cast(0xf9), + static_cast(0xc1), + static_cast(0xe4), + static_cast(0x01), + static_cast(0x79), + static_cast(0xba), + static_cast(0xfb), + static_cast(0x20), + static_cast(0x61), + static_cast(0x00), + static_cast(0x93), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xa9), + static_cast(0x9e), + static_cast(0xfd), + static_cast(0x16), + static_cast(0xd2), + static_cast(0x00), + static_cast(0x08), + static_cast(0x7d), + static_cast(0x00), + static_cast(0x58), + static_cast(0xc5), + static_cast(0x02), + static_cast(0x4b), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0xbf), + static_cast(0x00), + static_cast(0xa8), + static_cast(0x12), + static_cast(0xff), + static_cast(0xf8), + static_cast(0x8f), + static_cast(0xfc), + static_cast(0x80), + static_cast(0x31), + static_cast(0x00), + static_cast(0x78), + static_cast(0xa5), + static_cast(0xfd), + static_cast(0x10), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x99), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x66), + static_cast(0x01), + static_cast(0x43), + static_cast(0x5b), + static_cast(0x01), + static_cast(0x31), + static_cast(0x7f), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xf2), + static_cast(0xfd), + static_cast(0x08), + static_cast(0x47), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x14), + static_cast(0x01), + static_cast(0x18), + static_cast(0x96), + static_cast(0xff), + static_cast(0x90), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x93), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xc5), + static_cast(0xec), + static_cast(0xff), + static_cast(0x7f), + static_cast(0x83), + static_cast(0x01), + static_cast(0x4b), + static_cast(0x42), + static_cast(0x01), + static_cast(0xca), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x00), + static_cast(0xba), + static_cast(0xff), + static_cast(0x77), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x90), + static_cast(0xfe), + static_cast(0xe8), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0x75), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0xa1), + static_cast(0xe4), + static_cast(0xfd), + static_cast(0x6e), + static_cast(0x05), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xed), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0x51), + static_cast(0xfe), + static_cast(0xc1), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x5f), + static_cast(0xff), + static_cast(0x76), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0x8b), + static_cast(0x6a), + static_cast(0x24), + static_cast(0x26), + static_cast(0x8c), + static_cast(0x3a), + static_cast(0x64), + static_cast(0x09), + static_cast(0xf9), + static_cast(0xf3), + static_cast(0x34), + static_cast(0xe8), + static_cast(0xab), + static_cast(0xf7), + static_cast(0x05), + static_cast(0xea), + static_cast(0x04), + static_cast(0xf8), + static_cast(0x26), + static_cast(0xc5), + static_cast(0x08), + static_cast(0xd7), + static_cast(0xdb), + static_cast(0x04), + static_cast(0xd0), + static_cast(0xd7), + static_cast(0xf0), + static_cast(0xf4), + static_cast(0xa3), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x5d), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xe7), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x8d), + static_cast(0x02), + static_cast(0x26), + static_cast(0x5c), + static_cast(0xf8), + static_cast(0x51), + static_cast(0xe9), + static_cast(0x03), + static_cast(0x60), + static_cast(0xeb), + static_cast(0xfc), + static_cast(0x66), + static_cast(0x68), + static_cast(0xfa), + static_cast(0xb1), + static_cast(0xd8), + static_cast(0x01), + static_cast(0x19), + static_cast(0x74), + static_cast(0xfb), + static_cast(0xe6), + static_cast(0x27), + static_cast(0x01), + static_cast(0x68), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x76), + static_cast(0xd2), + static_cast(0xfd), + static_cast(0x89), + static_cast(0x50), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x00), + static_cast(0x01), + static_cast(0x8b), + static_cast(0xd6), + static_cast(0x02), + static_cast(0x1b), + static_cast(0x62), + static_cast(0xfe), + static_cast(0x50), + static_cast(0xf0), + static_cast(0x00), + static_cast(0x6e), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xc8), + static_cast(0xfc), + static_cast(0xd6), + static_cast(0x57), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xfd), + static_cast(0x0a), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xea), + static_cast(0x00), + static_cast(0x04), + static_cast(0x4a), + static_cast(0x01), + static_cast(0x29), + static_cast(0xf0), + static_cast(0x00), + static_cast(0x9e), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xac), + static_cast(0x14), + static_cast(0x00), + static_cast(0xbe), + static_cast(0xda), + static_cast(0xfd), + static_cast(0xe1), + static_cast(0x32), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xd2), + static_cast(0x00), + static_cast(0xbe), + static_cast(0x96), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x9a), + static_cast(0x00), + static_cast(0xff), + static_cast(0x19), + static_cast(0x00), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x9c), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xd4), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x03), + static_cast(0xa8), + static_cast(0x01), + static_cast(0xb9), + static_cast(0xc7), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x52), + static_cast(0xff), + static_cast(0x88), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x6d), + static_cast(0xfa), + static_cast(0xfd), + static_cast(0x32), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0xce), + static_cast(0xc0), + static_cast(0xfd), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x38), + static_cast(0x12), + static_cast(0xfe), + static_cast(0x21), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x23), + static_cast(0x00), + static_cast(0x2f), + static_cast(0xe1), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x9e), + static_cast(0x1f), + static_cast(0x6e), + static_cast(0x77), + static_cast(0x38), + static_cast(0x80), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x27), + static_cast(0xb1), + static_cast(0xe7), + static_cast(0xa9), + static_cast(0x17), + static_cast(0x04), + static_cast(0x89), + static_cast(0xf0), + static_cast(0xf7), + static_cast(0x8c), + static_cast(0xa1), + static_cast(0x07), + static_cast(0xae), + static_cast(0x31), + static_cast(0x08), + static_cast(0x0e), + static_cast(0x47), + static_cast(0xf0), + static_cast(0xe4), + static_cast(0x74), + static_cast(0xfd), + static_cast(0xf0), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x74), + static_cast(0x03), + static_cast(0xec), + static_cast(0x23), + static_cast(0x01), + static_cast(0x27), + static_cast(0xf7), + static_cast(0xfe), + static_cast(0xda), + static_cast(0x8b), + static_cast(0x03), + static_cast(0x2b), + static_cast(0xcd), + static_cast(0xf7), + static_cast(0x41), + static_cast(0x6a), + static_cast(0x02), + static_cast(0x8f), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x11), + static_cast(0xf9), + static_cast(0xf1), + static_cast(0x6e), + static_cast(0x02), + static_cast(0x33), + static_cast(0x62), + static_cast(0xfc), + static_cast(0x79), + static_cast(0x89), + static_cast(0x00), + static_cast(0x4c), + static_cast(0x06), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x30), + static_cast(0xfd), + static_cast(0x2f), + static_cast(0x5f), + static_cast(0x00), + static_cast(0xd4), + static_cast(0xd5), + static_cast(0x00), + static_cast(0x05), + static_cast(0xc2), + static_cast(0x02), + static_cast(0xa6), + static_cast(0x72), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x60), + static_cast(0x00), + static_cast(0x69), + static_cast(0xb7), + static_cast(0xff), + static_cast(0x86), + static_cast(0x80), + static_cast(0xfc), + static_cast(0x51), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x90), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0x4d), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x2a), + static_cast(0x01), + static_cast(0x75), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x3d), + static_cast(0xf9), + static_cast(0x00), + static_cast(0xf8), + static_cast(0x22), + static_cast(0x00), + static_cast(0x39), + static_cast(0x10), + static_cast(0x00), + static_cast(0x44), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x7f), + static_cast(0x00), + static_cast(0xe5), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x26), + static_cast(0x53), + static_cast(0xff), + static_cast(0x96), + static_cast(0x04), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xbb), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xce), + static_cast(0xff), + static_cast(0x72), + static_cast(0xbf), + static_cast(0x00), + static_cast(0x77), + static_cast(0x7e), + static_cast(0x01), + static_cast(0x34), + static_cast(0x3c), + static_cast(0x01), + static_cast(0x91), + static_cast(0xae), + static_cast(0xff), + static_cast(0x29), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x13), + static_cast(0xff), + static_cast(0x85), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x71), + static_cast(0x07), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0xce), + static_cast(0xfd), + static_cast(0xac), + static_cast(0xea), + static_cast(0xfd), + static_cast(0xe5), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0x28), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x66), + static_cast(0x12), + static_cast(0x00), + static_cast(0x53), + static_cast(0x6a), + static_cast(0x00), + static_cast(0xe9), + static_cast(0x41), + static_cast(0xff), + static_cast(0x40), + static_cast(0xd6), + static_cast(0x1f), + static_cast(0x1c), + static_cast(0xc4), + static_cast(0x33), + static_cast(0xd7), + static_cast(0xfc), + static_cast(0xfc), + static_cast(0xc6), + static_cast(0x69), + static_cast(0xed), + static_cast(0x34), + static_cast(0x8b), + static_cast(0x01), + static_cast(0x88), + static_cast(0x85), + static_cast(0xf6), + static_cast(0x63), + static_cast(0xd1), + static_cast(0x0a), + static_cast(0x2a), + static_cast(0x20), + static_cast(0x06), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x84), + static_cast(0xe3), + static_cast(0xfd), + static_cast(0x02), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xa4), + static_cast(0x87), + static_cast(0x03), + static_cast(0x72), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x60), + static_cast(0x01), + static_cast(0x08), + static_cast(0x91), + static_cast(0x01), + static_cast(0x59), + static_cast(0xc8), + static_cast(0xf7), + static_cast(0x53), + static_cast(0xae), + static_cast(0x03), + static_cast(0x0e), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0x51), + static_cast(0xf2), + static_cast(0xfa), + static_cast(0x02), + static_cast(0x2e), + static_cast(0x02), + static_cast(0x77), + static_cast(0xfc), + static_cast(0xfc), + static_cast(0xfb), + static_cast(0xe6), + static_cast(0x00), + static_cast(0xaf), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x20), + static_cast(0xfe), + static_cast(0xd4), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x0e), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x42), + static_cast(0x02), + static_cast(0x35), + static_cast(0x45), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0x0a), + static_cast(0x01), + static_cast(0xd1), + static_cast(0x41), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xf4), + static_cast(0xfc), + static_cast(0x35), + static_cast(0x41), + static_cast(0x00), + static_cast(0x12), + static_cast(0x47), + static_cast(0xfe), + static_cast(0x84), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x4c), + static_cast(0xef), + static_cast(0x00), + static_cast(0x6f), + static_cast(0xea), + static_cast(0x00), + static_cast(0xd2), + static_cast(0xa3), + static_cast(0x00), + static_cast(0x92), + static_cast(0x28), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x48), + static_cast(0x60), + static_cast(0xfe), + static_cast(0x92), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0x36), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x18), + static_cast(0x00), + static_cast(0xf8), + static_cast(0x78), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x38), + static_cast(0xff), + static_cast(0x46), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x53), + static_cast(0xfa), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xda), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x08), + static_cast(0x01), + static_cast(0x70), + static_cast(0x1d), + static_cast(0x01), + static_cast(0x2e), + static_cast(0x15), + static_cast(0x00), + static_cast(0xa8), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x46), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x33), + static_cast(0xfe), + static_cast(0xef), + static_cast(0x25), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x01), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xcf), + static_cast(0xfd), + static_cast(0x17), + static_cast(0x7a), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x84), + static_cast(0x00), + static_cast(0x6e), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x79), + static_cast(0x1d), + static_cast(0x7f), + static_cast(0xe8), + static_cast(0x2e), + static_cast(0x8f), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x74), + static_cast(0x7a), + static_cast(0xf1), + static_cast(0xbb), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x83), + static_cast(0xf6), + static_cast(0xbe), + static_cast(0x77), + static_cast(0x0b), + static_cast(0xd3), + static_cast(0x84), + static_cast(0x05), + static_cast(0xaf), + static_cast(0x27), + static_cast(0xf4), + static_cast(0xc3), + static_cast(0x29), + static_cast(0xfe), + static_cast(0x25), + static_cast(0x95), + static_cast(0xfe), + static_cast(0x15), + static_cast(0xb8), + static_cast(0x02), + static_cast(0x97), + static_cast(0x59), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xa1), + static_cast(0x01), + static_cast(0x88), + static_cast(0x8e), + static_cast(0x00), + static_cast(0x30), + static_cast(0xd5), + static_cast(0xf8), + static_cast(0x29), + static_cast(0x36), + static_cast(0x03), + static_cast(0xb0), + static_cast(0xb8), + static_cast(0xfd), + static_cast(0x00), + static_cast(0x1c), + static_cast(0xfc), + static_cast(0x1d), + static_cast(0xd9), + static_cast(0x01), + static_cast(0xad), + static_cast(0xbc), + static_cast(0xfd), + static_cast(0x3f), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x82), + static_cast(0x93), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xce), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xfd), + static_cast(0x01), + static_cast(0xed), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xee), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x50), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x81), + static_cast(0xfd), + static_cast(0x81), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x31), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x05), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xde), + static_cast(0x00), + static_cast(0x02), + static_cast(0x9a), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x73), + static_cast(0x00), + static_cast(0x56), + static_cast(0x33), + static_cast(0x00), + static_cast(0xcc), + static_cast(0x38), + static_cast(0x00), + static_cast(0xd4), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x7a), + static_cast(0x93), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x23), + static_cast(0x00), + static_cast(0x80), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x43), + static_cast(0x43), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xba), + static_cast(0xff), + static_cast(0x30), + static_cast(0x08), + static_cast(0x00), + static_cast(0xf8), + static_cast(0xd5), + static_cast(0x00), + static_cast(0xa6), + static_cast(0xcd), + static_cast(0x00), + static_cast(0x49), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x14), + static_cast(0x00), + static_cast(0x79), + static_cast(0x22), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x20), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x04), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0x0d), + static_cast(0xfe), + static_cast(0x34), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x1b), + static_cast(0x00), + static_cast(0xf4), + static_cast(0x68), + static_cast(0xff), + static_cast(0x41), + static_cast(0x74), + static_cast(0x15), + static_cast(0xca), + static_cast(0x9c), + static_cast(0x29), + static_cast(0x30), + static_cast(0xdf), + static_cast(0x06), + static_cast(0x1e), + static_cast(0x47), + static_cast(0xf1), + static_cast(0x68), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x18), + static_cast(0xb4), + static_cast(0xfc), + static_cast(0x81), + static_cast(0xa8), + static_cast(0x03), + static_cast(0x15), + static_cast(0xd5), + static_cast(0x03), + static_cast(0x88), + static_cast(0xf7), + static_cast(0xf6), + static_cast(0x15), + static_cast(0x28), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0x51), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xc3), + static_cast(0x02), + static_cast(0xa8), + static_cast(0xda), + static_cast(0x00), + static_cast(0xe4), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x04), + static_cast(0x02), + static_cast(0xd4), + static_cast(0x73), + static_cast(0xfb), + static_cast(0x7c), + static_cast(0xd2), + static_cast(0x01), + static_cast(0xdf), + static_cast(0x20), + static_cast(0x00), + static_cast(0x98), + static_cast(0x3a), + static_cast(0xfc), + static_cast(0x8d), + static_cast(0x1c), + static_cast(0x01), + static_cast(0xd7), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x1d), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xec), + static_cast(0x8b), + static_cast(0xfe), + static_cast(0x60), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x68), + static_cast(0x01), + static_cast(0xe7), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x35), + static_cast(0x00), + static_cast(0xba), + static_cast(0x52), + static_cast(0x00), + static_cast(0x50), + static_cast(0xea), + static_cast(0xfd), + static_cast(0x29), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x27), + static_cast(0xee), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xc1), + static_cast(0x00), + static_cast(0x7a), + static_cast(0x19), + static_cast(0x01), + static_cast(0x3b), + static_cast(0x75), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x70), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x65), + static_cast(0xff), + static_cast(0x52), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xc3), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x78), + static_cast(0xff), + static_cast(0x95), + static_cast(0xd5), + static_cast(0xff), + static_cast(0x43), + static_cast(0x91), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x92), + static_cast(0xff), + static_cast(0x57), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x34), + static_cast(0x00), + static_cast(0x5c), + static_cast(0x25), + static_cast(0x00), + static_cast(0x19), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x39), + static_cast(0x13), + static_cast(0x00), + static_cast(0xdd), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x09), + static_cast(0x00), + static_cast(0x9e), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x92), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xf7), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x18), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0x18), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x88), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0xe7), + static_cast(0x21), + static_cast(0xff), + static_cast(0x7b), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xf1), + static_cast(0x12), + static_cast(0x63), + static_cast(0x06), + static_cast(0x25), + static_cast(0x14), + static_cast(0x3c), + static_cast(0x08), + static_cast(0x5b), + static_cast(0x9b), + static_cast(0xf4), + static_cast(0xeb), + static_cast(0xdc), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0xc0), + static_cast(0xfc), + static_cast(0x53), + static_cast(0x64), + static_cast(0x04), + static_cast(0x2f), + static_cast(0xd9), + static_cast(0x03), + static_cast(0xeb), + static_cast(0x31), + static_cast(0xf9), + static_cast(0xf7), + static_cast(0x6c), + static_cast(0xfd), + static_cast(0x36), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x23), + static_cast(0x02), + static_cast(0x99), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x32), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x8b), + static_cast(0x01), + static_cast(0x0f), + static_cast(0x5b), + static_cast(0xfc), + static_cast(0x4a), + static_cast(0x56), + static_cast(0x01), + static_cast(0xe6), + static_cast(0x42), + static_cast(0x00), + static_cast(0x37), + static_cast(0x83), + static_cast(0xfd), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x15), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x95), + static_cast(0x2a), + static_cast(0x00), + static_cast(0xae), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xfb), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x12), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xd5), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x34), + static_cast(0x01), + static_cast(0x96), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x84), + static_cast(0x41), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x78), + static_cast(0x00), + static_cast(0xd1), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x35), + static_cast(0x28), + static_cast(0xff), + static_cast(0x8e), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x83), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x18), + static_cast(0x78), + static_cast(0x00), + static_cast(0xf5), + static_cast(0xdb), + static_cast(0x00), + static_cast(0x65), + static_cast(0x80), + static_cast(0x00), + static_cast(0xc4), + static_cast(0x66), + static_cast(0x00), + static_cast(0x69), + static_cast(0x87), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x47), + static_cast(0xff), + static_cast(0x14), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xad), + static_cast(0xd2), + static_cast(0xff), + static_cast(0xbf), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xad), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xae), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x00), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x13), + static_cast(0x30), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x16), + static_cast(0x00), + static_cast(0x45), + static_cast(0x95), + static_cast(0xff), + static_cast(0x55), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x96), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x79), + static_cast(0x27), + static_cast(0xff), + static_cast(0x12), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x3d), + static_cast(0xb4), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x98), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x97), + static_cast(0x0f), + static_cast(0xff), + static_cast(0x76), + static_cast(0x80), + static_cast(0xff), + static_cast(0xa0), + static_cast(0x66), + static_cast(0x11), + static_cast(0xad), + static_cast(0x29), + static_cast(0x21), + static_cast(0xf6), + static_cast(0x44), + static_cast(0x08), + static_cast(0xc2), + static_cast(0x43), + static_cast(0xf7), + static_cast(0xca), + static_cast(0xcb), + static_cast(0xfd), + static_cast(0x0b), + static_cast(0x15), + static_cast(0xfd), + static_cast(0x4b), + static_cast(0xbd), + static_cast(0x04), + static_cast(0x53), + static_cast(0x5b), + static_cast(0x03), + static_cast(0xc2), + static_cast(0x63), + static_cast(0xfb), + static_cast(0x20), + static_cast(0x9e), + static_cast(0xfd), + static_cast(0xbb), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0x86), + static_cast(0xf2), + static_cast(0x01), + static_cast(0x68), + static_cast(0x51), + static_cast(0x00), + static_cast(0xe7), + static_cast(0x87), + static_cast(0x00), + static_cast(0xbb), + static_cast(0x48), + static_cast(0x01), + static_cast(0xaf), + static_cast(0x29), + static_cast(0xfd), + static_cast(0x05), + static_cast(0x38), + static_cast(0x01), + static_cast(0x1c), + static_cast(0x52), + static_cast(0x00), + static_cast(0xcf), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0x70), + static_cast(0xb7), + static_cast(0x00), + static_cast(0x75), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x32), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xde), + static_cast(0x24), + static_cast(0xff), + static_cast(0xec), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x6f), + static_cast(0xf2), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x46), + static_cast(0xff), + static_cast(0x79), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x5f), + static_cast(0x56), + static_cast(0x00), + static_cast(0xc0), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x99), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x43), + static_cast(0xff), + static_cast(0x54), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x90), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x2d), + static_cast(0x00), + static_cast(0xae), + static_cast(0xca), + static_cast(0x00), + static_cast(0x52), + static_cast(0x7b), + static_cast(0x00), + static_cast(0x41), + static_cast(0x69), + static_cast(0x00), + static_cast(0xcc), + static_cast(0xac), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x06), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x14), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x30), + static_cast(0xff), + static_cast(0x99), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x73), + static_cast(0xff), + static_cast(0x7a), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x27), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x02), + static_cast(0x00), + static_cast(0x85), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x64), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xd0), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x22), + static_cast(0xff), + static_cast(0xec), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x1c), + static_cast(0xff), + static_cast(0x75), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x90), + static_cast(0xfe), + static_cast(0x9b), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0x61), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x11), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x34), + static_cast(0xff), + static_cast(0x10), + static_cast(0xcf), + static_cast(0x0e), + static_cast(0x71), + static_cast(0x3d), + static_cast(0x1e), + static_cast(0xf2), + static_cast(0x0f), + static_cast(0x0a), + static_cast(0xee), + static_cast(0x59), + static_cast(0xf8), + static_cast(0xd9), + static_cast(0x2c), + static_cast(0xfd), + static_cast(0x76), + static_cast(0xae), + static_cast(0xfd), + static_cast(0x1b), + static_cast(0xea), + static_cast(0x03), + static_cast(0x5e), + static_cast(0xc5), + static_cast(0x03), + static_cast(0x18), + static_cast(0xcb), + static_cast(0xfc), + static_cast(0x31), + static_cast(0xca), + static_cast(0xfd), + static_cast(0x6f), + static_cast(0x48), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x79), + static_cast(0x01), + static_cast(0x3a), + static_cast(0x82), + static_cast(0x00), + static_cast(0x09), + static_cast(0x47), + static_cast(0x00), + static_cast(0x40), + static_cast(0x6e), + static_cast(0x01), + static_cast(0xc7), + static_cast(0x01), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0xd1), + static_cast(0x00), + static_cast(0x87), + static_cast(0xa0), + static_cast(0x00), + static_cast(0xab), + static_cast(0x24), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x92), + static_cast(0x00), + static_cast(0x5d), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x34), + static_cast(0xbd), + static_cast(0x00), + static_cast(0x5d), + static_cast(0xba), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xac), + static_cast(0x0b), + static_cast(0xff), + static_cast(0xee), + static_cast(0x46), + static_cast(0xff), + static_cast(0x3f), + static_cast(0xa2), + static_cast(0x00), + static_cast(0xda), + static_cast(0x58), + static_cast(0xff), + static_cast(0x44), + static_cast(0xcb), + static_cast(0xff), + static_cast(0x11), + static_cast(0x39), + static_cast(0x00), + static_cast(0x22), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xea), + static_cast(0x50), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x02), + static_cast(0x17), + static_cast(0x00), + static_cast(0x89), + static_cast(0xb2), + static_cast(0x00), + static_cast(0x02), + static_cast(0x4d), + static_cast(0x00), + static_cast(0xa3), + static_cast(0xb3), + static_cast(0x00), + static_cast(0x3e), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x83), + static_cast(0x37), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x47), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x42), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x18), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x68), + static_cast(0xff), + static_cast(0xa1), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xd9), + static_cast(0xff), + static_cast(0xb0), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x62), + static_cast(0x17), + static_cast(0x00), + static_cast(0xfd), + static_cast(0xad), + static_cast(0xff), + static_cast(0xb9), + static_cast(0x8a), + static_cast(0xff), + static_cast(0x74), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xea), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x75), + static_cast(0x24), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x03), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xba), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x70), + static_cast(0xae), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xbb), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xf2), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x14), + static_cast(0xff), + static_cast(0x00), + static_cast(0x4d), + static_cast(0x0f), + static_cast(0xc8), + static_cast(0x42), + static_cast(0x1c), + static_cast(0xcc), + static_cast(0x11), + static_cast(0x08), + static_cast(0x31), + static_cast(0x92), + static_cast(0xf9), + static_cast(0xa3), + static_cast(0x10), + static_cast(0xfd), + static_cast(0xd8), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x4e), + static_cast(0x04), + static_cast(0xa2), + static_cast(0xe1), + static_cast(0x02), + static_cast(0xac), + static_cast(0x01), + static_cast(0xfe), + static_cast(0x11), + static_cast(0xec), + static_cast(0xfd), + static_cast(0x9c), + static_cast(0x8e), + static_cast(0xfe), + static_cast(0x43), + static_cast(0xa0), + static_cast(0x01), + static_cast(0xfa), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x98), + static_cast(0xe5), + static_cast(0x00), + static_cast(0xec), + static_cast(0xf9), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x23), + static_cast(0x01), + static_cast(0x78), + static_cast(0x21), + static_cast(0x00), + static_cast(0xd6), + static_cast(0xc5), + static_cast(0xff), + static_cast(0x31), + static_cast(0x79), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x32), + static_cast(0x00), + static_cast(0x01), + static_cast(0xc1), + static_cast(0x00), + static_cast(0xb1), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xf5), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x2f), + static_cast(0xff), + static_cast(0x27), + static_cast(0x3e), + static_cast(0x00), + static_cast(0x18), + static_cast(0x47), + static_cast(0xff), + static_cast(0xe7), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x4a), + static_cast(0x31), + static_cast(0x00), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xff), + static_cast(0x17), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x65), + static_cast(0x51), + static_cast(0xff), + static_cast(0x54), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x64), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x0f), + static_cast(0x01), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x01), + static_cast(0xa1), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xcc), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x22), + static_cast(0x11), + static_cast(0xff), + static_cast(0x85), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x66), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x29), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x19), + static_cast(0x90), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x75), + static_cast(0x05), + static_cast(0x00), + static_cast(0x47), + static_cast(0xb0), + static_cast(0xff), + static_cast(0x60), + static_cast(0x78), + static_cast(0xff), + static_cast(0x9c), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x42), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x7c), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x85), + static_cast(0x52), + static_cast(0xff), + static_cast(0xac), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x57), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x05), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x63), + static_cast(0x81), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x98), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xee), + static_cast(0x0a), + static_cast(0xd3), + static_cast(0x66), + static_cast(0x1a), + static_cast(0x6e), + static_cast(0x82), + static_cast(0x0d), + static_cast(0x0d), + static_cast(0xb0), + static_cast(0xf9), + static_cast(0x94), + static_cast(0x54), + static_cast(0xfc), + static_cast(0xb5), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x57), + static_cast(0x77), + static_cast(0x02), + static_cast(0xa8), + static_cast(0x45), + static_cast(0x04), + static_cast(0x0f), + static_cast(0xad), + static_cast(0xfe), + static_cast(0xda), + static_cast(0xed), + static_cast(0xfd), + static_cast(0x49), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x95), + static_cast(0xf7), + static_cast(0x00), + static_cast(0x96), + static_cast(0x3d), + static_cast(0x01), + static_cast(0x44), + static_cast(0x36), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x9c), + static_cast(0x01), + static_cast(0xc1), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x92), + static_cast(0xa9), + static_cast(0x00), + static_cast(0x45), + static_cast(0x04), + static_cast(0x01), + static_cast(0xfd), + static_cast(0xf4), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x9b), + static_cast(0x00), + static_cast(0xec), + static_cast(0x53), + static_cast(0x00), + static_cast(0xc0), + static_cast(0x7a), + static_cast(0x00), + static_cast(0x7f), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x90), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x45), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x4f), + static_cast(0x83), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0xca), + static_cast(0xff), + static_cast(0x94), + static_cast(0xce), + static_cast(0xff), + static_cast(0x35), + static_cast(0x98), + static_cast(0xff), + static_cast(0x05), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x1f), + static_cast(0xad), + static_cast(0xff), + static_cast(0x53), + static_cast(0xea), + static_cast(0xff), + static_cast(0x00), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x0c), + static_cast(0x54), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xba), + static_cast(0xff), + static_cast(0x2a), + static_cast(0xca), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xbe), + static_cast(0x00), + static_cast(0x4e), + static_cast(0x74), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xb1), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xba), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x2a), + static_cast(0xff), + static_cast(0xa6), + static_cast(0x44), + static_cast(0xff), + static_cast(0xec), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x41), + static_cast(0x35), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x63), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x12), + static_cast(0x00), + static_cast(0x1d), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x9f), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x32), + static_cast(0xff), + static_cast(0x86), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x46), + static_cast(0x00), + static_cast(0xb2), + static_cast(0x04), + static_cast(0x00), + static_cast(0xe2), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x72), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x49), + static_cast(0x85), + static_cast(0xff), + static_cast(0x15), + static_cast(0x30), + static_cast(0xff), + static_cast(0x62), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x23), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x43), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x16), + static_cast(0x0b), + static_cast(0xca), + static_cast(0xf7), + static_cast(0x19), + static_cast(0xc6), + static_cast(0xb6), + static_cast(0x0c), + static_cast(0x46), + static_cast(0xd4), + static_cast(0xf9), + static_cast(0x81), + static_cast(0x9d), + static_cast(0xfc), + static_cast(0xd0), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xe3), + static_cast(0x02), + static_cast(0x5e), + static_cast(0xa9), + static_cast(0x03), + static_cast(0x3c), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x15), + static_cast(0xfb), + static_cast(0xfd), + static_cast(0x0f), + static_cast(0x22), + static_cast(0xfe), + static_cast(0xb0), + static_cast(0x46), + static_cast(0x01), + static_cast(0xcd), + static_cast(0x2f), + static_cast(0x01), + static_cast(0x51), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x6b), + static_cast(0xc6), + static_cast(0x01), + static_cast(0xd5), + static_cast(0x75), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x93), + static_cast(0x00), + static_cast(0x06), + static_cast(0xf6), + static_cast(0x00), + static_cast(0x3c), + static_cast(0x21), + static_cast(0xff), + static_cast(0x57), + static_cast(0xff), + static_cast(0xff), + static_cast(0x84), + static_cast(0x2c), + static_cast(0x00), + static_cast(0x2c), + static_cast(0xcf), + static_cast(0x00), + static_cast(0xb3), + static_cast(0x82), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x01), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x72), + static_cast(0x79), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xbf), + static_cast(0xff), + static_cast(0xdb), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x11), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x25), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xec), + static_cast(0xbd), + static_cast(0x00), + static_cast(0xdd), + static_cast(0xac), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xa7), + static_cast(0xff), + static_cast(0x16), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x95), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x2b), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xda), + static_cast(0x74), + static_cast(0xff), + static_cast(0xef), + static_cast(0xac), + static_cast(0xff), + static_cast(0x36), + static_cast(0x59), + static_cast(0xff), + static_cast(0x25), + static_cast(0x96), + static_cast(0xff), + static_cast(0xba), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x90), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x08), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x33), + static_cast(0x1e), + static_cast(0xff), + static_cast(0x39), + static_cast(0x74), + static_cast(0xff), + static_cast(0x91), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xcd), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xd7), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xac), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x59), + static_cast(0xe6), + static_cast(0xfe), + static_cast(0x85), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x40), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x34), + static_cast(0xc7), + static_cast(0x0b), + static_cast(0x67), + static_cast(0x4f), + static_cast(0x1a), + static_cast(0xc2), + static_cast(0xb0), + static_cast(0x0b), + static_cast(0xd6), + static_cast(0x78), + static_cast(0xf9), + static_cast(0xea), + static_cast(0x02), + static_cast(0xfd), + static_cast(0xa1), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x2c), + static_cast(0x90), + static_cast(0x03), + static_cast(0x4b), + static_cast(0x46), + static_cast(0x03), + static_cast(0x0f), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x28), + static_cast(0xce), + static_cast(0xfd), + static_cast(0xb7), + static_cast(0x17), + static_cast(0xfe), + static_cast(0xf3), + static_cast(0x1b), + static_cast(0x01), + static_cast(0xc7), + static_cast(0xd4), + static_cast(0x00), + static_cast(0x20), + static_cast(0x22), + static_cast(0x00), + static_cast(0x60), + static_cast(0x75), + static_cast(0x01), + static_cast(0xc1), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x0b), + static_cast(0x01), + static_cast(0x72), + static_cast(0x86), + static_cast(0x00), + static_cast(0x30), + static_cast(0x33), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x21), + static_cast(0x00), + static_cast(0x77), + static_cast(0xda), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x63), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x90), + static_cast(0xff), + static_cast(0xda), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x27), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x1b), + static_cast(0x19), + static_cast(0x00), + static_cast(0x8d), + static_cast(0x62), + static_cast(0xff), + static_cast(0xad), + static_cast(0x31), + static_cast(0xff), + static_cast(0x42), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x80), + static_cast(0xf2), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x4c), + static_cast(0x00), + static_cast(0x01), + static_cast(0xd1), + static_cast(0x93), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xc8), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x58), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xca), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x65), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x62), + static_cast(0xff), + static_cast(0xf6), + static_cast(0x96), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x97), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x55), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x18), + static_cast(0xff), + static_cast(0x35), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x17), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x27), + static_cast(0x66), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x32), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x67), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x36), + static_cast(0x00), + static_cast(0x2a), + static_cast(0x8f), + static_cast(0x00), + static_cast(0xbe), + static_cast(0x12), + static_cast(0x00), + static_cast(0x28), + static_cast(0x75), + static_cast(0xff), + static_cast(0x52), + static_cast(0x23), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xf8), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x15), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x93), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x2c), + static_cast(0x49), + static_cast(0xfe), + static_cast(0x9d), + static_cast(0x77), + static_cast(0xfe), + static_cast(0x72), + static_cast(0x01), + static_cast(0x0d), + static_cast(0xd4), + static_cast(0x23), + static_cast(0x1b), + static_cast(0x32), + static_cast(0x8c), + static_cast(0x0a), + static_cast(0x55), + static_cast(0xfc), + static_cast(0xf8), + static_cast(0xca), + static_cast(0x3e), + static_cast(0xfd), + static_cast(0xf3), + static_cast(0x5c), + static_cast(0x01), + static_cast(0x0c), + static_cast(0x57), + static_cast(0x04), + static_cast(0x63), + static_cast(0xe1), + static_cast(0x02), + static_cast(0x88), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x3a), + static_cast(0xfd), + static_cast(0x6f), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0x38), + static_cast(0x6a), + static_cast(0x01), + static_cast(0xfc), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xce), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x47), + static_cast(0x01), + static_cast(0x59), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x1a), + static_cast(0x37), + static_cast(0x01), + static_cast(0x48), + static_cast(0xb4), + static_cast(0x00), + static_cast(0xca), + static_cast(0x64), + static_cast(0xff), + static_cast(0x7f), + static_cast(0xf8), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x32), + static_cast(0x00), + static_cast(0x10), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0x45), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x78), + static_cast(0xff), + static_cast(0xc2), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x57), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x15), + static_cast(0x7e), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x30), + static_cast(0xb8), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x32), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x48), + static_cast(0x00), + static_cast(0xb9), + static_cast(0xfa), + static_cast(0x00), + static_cast(0x8d), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x66), + static_cast(0x20), + static_cast(0xff), + static_cast(0x39), + static_cast(0xe2), + static_cast(0xff), + static_cast(0x31), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x19), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xeb), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x91), + static_cast(0x11), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x01), + static_cast(0xff), + static_cast(0x78), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x86), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xe4), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xac), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x31), + static_cast(0xff), + static_cast(0xd7), + static_cast(0x42), + static_cast(0xff), + static_cast(0x21), + static_cast(0x8c), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x8f), + static_cast(0xff), + static_cast(0x94), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xac), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x35), + static_cast(0x00), + static_cast(0x8e), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x77), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x95), + static_cast(0x94), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x7c), + static_cast(0xff), + static_cast(0xc3), + static_cast(0x25), + static_cast(0xff), + static_cast(0xb5), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0x99), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0x53), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0x93), + static_cast(0xf9), + static_cast(0x0a), + static_cast(0x04), + static_cast(0x89), + static_cast(0x1b), + static_cast(0xba), + static_cast(0xfb), + static_cast(0x0e), + static_cast(0xfd), + static_cast(0x79), + static_cast(0xf8), + static_cast(0x0f), + static_cast(0xba), + static_cast(0xfb), + static_cast(0x55), + static_cast(0x4c), + static_cast(0x02), + static_cast(0x0b), + static_cast(0x24), + static_cast(0x04), + static_cast(0xa1), + static_cast(0xcc), + static_cast(0x03), + static_cast(0xea), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xea), + static_cast(0xfc), + static_cast(0x00), + static_cast(0x92), + static_cast(0xfd), + static_cast(0xa2), + static_cast(0xb7), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x01), + static_cast(0x01), + static_cast(0x31), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x58), + static_cast(0xe6), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xc3), + static_cast(0x00), + static_cast(0x77), + static_cast(0x35), + static_cast(0x01), + static_cast(0xe5), + static_cast(0x17), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x61), + static_cast(0x00), + static_cast(0xd3), + static_cast(0x87), + static_cast(0x00), + static_cast(0x35), + static_cast(0xf4), + static_cast(0xff), + static_cast(0xee), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x80), + static_cast(0xc0), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0x45), + static_cast(0xff), + static_cast(0xdc), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x29), + static_cast(0x00), + static_cast(0xfb), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x27), + static_cast(0x54), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x04), + static_cast(0x00), + static_cast(0xac), + static_cast(0x5d), + static_cast(0xff), + static_cast(0x96), + static_cast(0x29), + static_cast(0x00), + static_cast(0xd5), + static_cast(0xac), + static_cast(0x00), + static_cast(0xb6), + static_cast(0xa5), + static_cast(0xff), + static_cast(0x60), + static_cast(0x35), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x9d), + static_cast(0xff), + static_cast(0xc2), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x99), + static_cast(0x08), + static_cast(0x00), + static_cast(0xcd), + static_cast(0xe0), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x2f), + static_cast(0xff), + static_cast(0xce), + static_cast(0x33), + static_cast(0xff), + static_cast(0x05), + static_cast(0x87), + static_cast(0xff), + static_cast(0x34), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x60), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x03), + static_cast(0x83), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x20), + static_cast(0x5c), + static_cast(0xff), + static_cast(0xaa), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x2a), + static_cast(0x75), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x22), + static_cast(0xff), + static_cast(0x5c), + static_cast(0x32), + static_cast(0xff), + static_cast(0x75), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x04), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x35), + static_cast(0xff), + static_cast(0xff), + static_cast(0x49), + static_cast(0xaa), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x68), + static_cast(0xff), + static_cast(0xba), + static_cast(0xa6), + static_cast(0xff), + static_cast(0x05), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x4d), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x36), + static_cast(0x72), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x93), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x65), + static_cast(0x79), + static_cast(0x0b), + static_cast(0x73), + static_cast(0x2d), + static_cast(0x1d), + static_cast(0x0a), + static_cast(0xec), + static_cast(0x0f), + static_cast(0x8d), + static_cast(0x3c), + static_cast(0xf7), + static_cast(0x92), + static_cast(0x27), + static_cast(0xfb), + static_cast(0x49), + static_cast(0x34), + static_cast(0x03), + static_cast(0x37), + static_cast(0x72), + static_cast(0x04), + static_cast(0xfa), + static_cast(0xab), + static_cast(0x03), + static_cast(0x9c), + static_cast(0xf5), + static_cast(0xfd), + static_cast(0xf9), + static_cast(0x69), + static_cast(0xfc), + static_cast(0xaf), + static_cast(0x73), + static_cast(0xfd), + static_cast(0x12), + static_cast(0xdf), + static_cast(0x00), + static_cast(0x11), + static_cast(0x05), + static_cast(0x01), + static_cast(0x1d), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x45), + static_cast(0x00), + static_cast(0x11), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xea), + static_cast(0x90), + static_cast(0x00), + static_cast(0x78), + static_cast(0xe1), + static_cast(0x00), + static_cast(0xea), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x52), + static_cast(0x58), + static_cast(0x00), + static_cast(0x88), + static_cast(0xb7), + static_cast(0x00), + static_cast(0x20), + static_cast(0x1a), + static_cast(0x00), + static_cast(0xad), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x63), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x04), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xb7), + static_cast(0x97), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x0f), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x74), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x85), + static_cast(0xcb), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x81), + static_cast(0xff), + static_cast(0x75), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x56), + static_cast(0xff), + static_cast(0x12), + static_cast(0x4a), + static_cast(0x00), + static_cast(0xec), + static_cast(0xd3), + static_cast(0xff), + static_cast(0x82), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x45), + static_cast(0x5a), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x5d), + static_cast(0xff), + static_cast(0xad), + static_cast(0xad), + static_cast(0xff), + static_cast(0x55), + static_cast(0xa7), + static_cast(0xff), + static_cast(0xd0), + static_cast(0x33), + static_cast(0x00), + static_cast(0x6e), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x19), + static_cast(0x43), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0x29), + static_cast(0x1e), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x02), + static_cast(0x99), + static_cast(0xff), + static_cast(0xae), + static_cast(0x3f), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xa5), + static_cast(0xb3), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x68), + static_cast(0x00), + static_cast(0x7b), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x36), + static_cast(0x55), + static_cast(0xff), + static_cast(0x64), + static_cast(0x57), + static_cast(0xff), + static_cast(0x43), + static_cast(0x6d), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x10), + static_cast(0xff), + static_cast(0xd1), + static_cast(0xef), + static_cast(0xfe), + static_cast(0x44), + static_cast(0xc8), + static_cast(0xfe), + static_cast(0x5b), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x6c), + static_cast(0x0e), + static_cast(0x3c), + static_cast(0x39), + static_cast(0x20), + static_cast(0x52), + static_cast(0x07), + static_cast(0x0d), + static_cast(0x6f), + static_cast(0x26), + static_cast(0xf5), + static_cast(0xd9), + static_cast(0x61), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0xe7), + static_cast(0x03), + static_cast(0xf9), + static_cast(0x16), + static_cast(0x05), + static_cast(0x73), + static_cast(0x91), + static_cast(0x02), + static_cast(0xc5), + static_cast(0x10), + static_cast(0xfd), + static_cast(0xe1), + static_cast(0x26), + static_cast(0xfc), + static_cast(0x82), + static_cast(0x7f), + static_cast(0xfd), + static_cast(0x88), + static_cast(0xf8), + static_cast(0x01), + static_cast(0x15), + static_cast(0x54), + static_cast(0x00), + static_cast(0x34), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0xa6), + static_cast(0x18), + static_cast(0x00), + static_cast(0xd2), + static_cast(0x4c), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x08), + static_cast(0x01), + static_cast(0xd6), + static_cast(0x34), + static_cast(0x00), + static_cast(0xa3), + static_cast(0x3d), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x68), + static_cast(0x00), + static_cast(0x94), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x8f), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x10), + static_cast(0xff), + static_cast(0x13), + static_cast(0x02), + static_cast(0xff), + static_cast(0x5a), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x25), + static_cast(0x53), + static_cast(0x00), + static_cast(0x76), + static_cast(0x06), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xee), + static_cast(0x37), + static_cast(0x00), + static_cast(0x83), + static_cast(0x19), + static_cast(0xff), + static_cast(0x69), + static_cast(0xdc), + static_cast(0xff), + static_cast(0x14), + static_cast(0x70), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x04), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xac), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0xeb), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0x3e), + static_cast(0x00), + static_cast(0xfd), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x3f), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x66), + static_cast(0xff), + static_cast(0x02), + static_cast(0x46), + static_cast(0xff), + static_cast(0xa6), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x28), + static_cast(0x07), + static_cast(0x00), + static_cast(0x35), + static_cast(0x3c), + static_cast(0x00), + static_cast(0xb7), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x99), + static_cast(0x7d), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x89), + static_cast(0xba), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xa3), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x18), + static_cast(0xff), + static_cast(0x6d), + static_cast(0x31), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x58), + static_cast(0x4d), + static_cast(0x00), + static_cast(0xe9), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xd2), + static_cast(0x58), + static_cast(0xff), + static_cast(0xed), + static_cast(0x5f), + static_cast(0xff), + static_cast(0xe5), + static_cast(0x10), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x60), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x79), + static_cast(0xab), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xc7), + static_cast(0xfe), + static_cast(0x61), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x28), + static_cast(0xff), + static_cast(0x0d), + static_cast(0xa9), + static_cast(0x0f), + static_cast(0xb8), + static_cast(0xe8), + static_cast(0x22), + static_cast(0xff), + static_cast(0x59), + static_cast(0x0d), + static_cast(0xa4), + static_cast(0x55), + static_cast(0xf3), + static_cast(0x17), + static_cast(0x88), + static_cast(0xfc), + static_cast(0x15), + static_cast(0xcc), + static_cast(0x04), + static_cast(0x12), + static_cast(0x2a), + static_cast(0x05), + static_cast(0xb6), + static_cast(0x0e), + static_cast(0x02), + static_cast(0x01), + static_cast(0x21), + static_cast(0xfc), + static_cast(0x1d), + static_cast(0xe0), + static_cast(0xfb), + static_cast(0x29), + static_cast(0xb4), + static_cast(0xfd), + static_cast(0x24), + static_cast(0xa9), + static_cast(0x02), + static_cast(0x72), + static_cast(0x77), + static_cast(0x00), + static_cast(0x94), + static_cast(0xf9), + static_cast(0xfc), + static_cast(0xae), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x37), + static_cast(0x4b), + static_cast(0xff), + static_cast(0xdf), + static_cast(0xef), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x1e), + static_cast(0x00), + static_cast(0xdd), + static_cast(0xd1), + static_cast(0xfd), + static_cast(0x44), + static_cast(0x1c), + static_cast(0x00), + static_cast(0x13), + static_cast(0x61), + static_cast(0x00), + static_cast(0xa1), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x02), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0xb5), + static_cast(0x17), + static_cast(0xff), + static_cast(0xad), + static_cast(0x71), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xfb), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x1f), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xec), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x18), + static_cast(0x00), + static_cast(0x7f), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x8e), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x30), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x6b), + static_cast(0x00), + static_cast(0x65), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xa3), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x4e), + static_cast(0x00), + static_cast(0x25), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x93), + static_cast(0xfe), + static_cast(0x92), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x54), + static_cast(0xff), + static_cast(0x2e), + static_cast(0x82), + static_cast(0xff), + static_cast(0x21), + static_cast(0x26), + static_cast(0x00), + static_cast(0xff), + static_cast(0x3e), + static_cast(0x00), + static_cast(0xe2), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x65), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x13), + static_cast(0xff), + static_cast(0xea), + static_cast(0xd7), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x86), + static_cast(0xff), + static_cast(0x4d), + static_cast(0xae), + static_cast(0xff), + static_cast(0x73), + static_cast(0x25), + static_cast(0xff), + static_cast(0x54), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xb2), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x18), + static_cast(0x00), + static_cast(0x9b), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x64), + static_cast(0x81), + static_cast(0xff), + static_cast(0x80), + static_cast(0x15), + static_cast(0xff), + static_cast(0xf8), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x78), + static_cast(0xfe), + static_cast(0xf5), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xcb), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x01), + static_cast(0xff), + static_cast(0x48), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xb3), + static_cast(0x10), + static_cast(0x03), + static_cast(0xd1), + static_cast(0x25), + static_cast(0x8a), + static_cast(0x57), + static_cast(0x0e), + static_cast(0x62), + static_cast(0x97), + static_cast(0xf1), + static_cast(0x8e), + static_cast(0xae), + static_cast(0xfc), + static_cast(0xde), + static_cast(0x85), + static_cast(0x05), + static_cast(0xaa), + static_cast(0xfb), + static_cast(0x04), + static_cast(0x4d), + static_cast(0xda), + static_cast(0x01), + static_cast(0xee), + static_cast(0x32), + static_cast(0xfb), + static_cast(0x1d), + static_cast(0xac), + static_cast(0xfb), + static_cast(0x28), + static_cast(0x02), + static_cast(0xfe), + static_cast(0xcb), + static_cast(0x47), + static_cast(0x03), + static_cast(0x2e), + static_cast(0xe7), + static_cast(0x00), + static_cast(0xd7), + static_cast(0x24), + static_cast(0xfc), + static_cast(0x5c), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xad), + static_cast(0x6b), + static_cast(0xff), + static_cast(0xe0), + static_cast(0xe5), + static_cast(0x00), + static_cast(0x17), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x88), + static_cast(0x7c), + static_cast(0xfd), + static_cast(0xfb), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x7f), + static_cast(0x00), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x9b), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x98), + static_cast(0xed), + static_cast(0xfe), + static_cast(0x63), + static_cast(0xda), + static_cast(0xff), + static_cast(0xed), + static_cast(0x3e), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xde), + static_cast(0x00), + static_cast(0x99), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x85), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0xf0), + static_cast(0xff), + static_cast(0xd4), + static_cast(0xad), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x2d), + static_cast(0xff), + static_cast(0x9e), + static_cast(0xe5), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x98), + static_cast(0x00), + static_cast(0x17), + static_cast(0x35), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x43), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x15), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x25), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0x25), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x17), + static_cast(0x40), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x7a), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x04), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x16), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xcd), + static_cast(0xee), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x73), + static_cast(0xff), + static_cast(0x6c), + static_cast(0x38), + static_cast(0xff), + static_cast(0x83), + static_cast(0x63), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x78), + static_cast(0xff), + static_cast(0x21), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x77), + static_cast(0x12), + static_cast(0x00), + static_cast(0x8a), + static_cast(0xa5), + static_cast(0xff), + static_cast(0xae), + static_cast(0xe9), + static_cast(0xff), + static_cast(0xe9), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xca), + static_cast(0xfe), + static_cast(0x5c), + static_cast(0x5b), + static_cast(0xfe), + static_cast(0x77), + static_cast(0x36), + static_cast(0xfe), + static_cast(0x4f), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x21), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x0a), + static_cast(0xc0), + static_cast(0x12), + static_cast(0xf8), + static_cast(0x16), + static_cast(0x29), + static_cast(0xcf), + static_cast(0x98), + static_cast(0x0d), + static_cast(0x71), + static_cast(0xc4), + static_cast(0xef), + static_cast(0x9d), + static_cast(0x8a), + static_cast(0xfd), + static_cast(0x47), + static_cast(0x7e), + static_cast(0x05), + static_cast(0x1d), + static_cast(0x83), + static_cast(0x04), + static_cast(0xc8), + static_cast(0x74), + static_cast(0x01), + static_cast(0xbf), + static_cast(0x40), + static_cast(0xfa), + static_cast(0x44), + static_cast(0x82), + static_cast(0xfb), + static_cast(0x20), + static_cast(0x35), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0xe5), + static_cast(0x03), + static_cast(0x96), + static_cast(0xcc), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x75), + static_cast(0xfb), + static_cast(0x75), + static_cast(0xba), + static_cast(0xff), + static_cast(0x26), + static_cast(0x41), + static_cast(0xff), + static_cast(0x88), + static_cast(0xec), + static_cast(0x00), + static_cast(0x82), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x0e), + static_cast(0xfd), + static_cast(0x1c), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xc5), + static_cast(0xa6), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x94), + static_cast(0x77), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x15), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x4d), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xdf), + static_cast(0x00), + static_cast(0x24), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x7c), + static_cast(0x13), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xae), + static_cast(0xff), + static_cast(0xcb), + static_cast(0x50), + static_cast(0xfe), + static_cast(0x94), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x54), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x69), + static_cast(0x00), + static_cast(0x73), + static_cast(0xc7), + static_cast(0x00), + static_cast(0x82), + static_cast(0x09), + static_cast(0x00), + static_cast(0xa7), + static_cast(0x9b), + static_cast(0xff), + static_cast(0x20), + static_cast(0x58), + static_cast(0xff), + static_cast(0xa7), + static_cast(0x1d), + static_cast(0xff), + static_cast(0xa3), + static_cast(0x4b), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x3d), + static_cast(0xff), + static_cast(0x99), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x35), + static_cast(0x00), + static_cast(0x5a), + static_cast(0xbf), + static_cast(0xff), + static_cast(0x2e), + static_cast(0xc8), + static_cast(0xff), + static_cast(0xed), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x91), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x5b), + static_cast(0xff), + static_cast(0xab), + static_cast(0x18), + static_cast(0xff), + static_cast(0x3e), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x33), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x10), + static_cast(0x9a), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x75), + static_cast(0xff), + static_cast(0x96), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xc0), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xdc), + static_cast(0x7d), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x26), + static_cast(0x18), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x85), + static_cast(0xfe), + static_cast(0x05), + static_cast(0xa5), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x02), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x95), + static_cast(0xff), + static_cast(0xe3), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xee), + static_cast(0x15), + static_cast(0x75), + static_cast(0x88), + static_cast(0x2c), + static_cast(0x2d), + static_cast(0xdf), + static_cast(0x0a), + static_cast(0x09), + static_cast(0x67), + static_cast(0xee), + static_cast(0x59), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xc5), + static_cast(0x9f), + static_cast(0x04), + static_cast(0x59), + static_cast(0x09), + static_cast(0x04), + static_cast(0x27), + static_cast(0xf8), + static_cast(0x00), + static_cast(0x15), + static_cast(0x9e), + static_cast(0xf9), + static_cast(0xb5), + static_cast(0x92), + static_cast(0xfb), + static_cast(0xda), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0x17), + static_cast(0xa1), + static_cast(0x04), + static_cast(0x86), + static_cast(0x3a), + static_cast(0x00), + static_cast(0x1b), + static_cast(0x3c), + static_cast(0xfb), + static_cast(0x37), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x90), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x2c), + static_cast(0x01), + static_cast(0x60), + static_cast(0x50), + static_cast(0xff), + static_cast(0xe8), + static_cast(0xdf), + static_cast(0xfc), + static_cast(0xca), + static_cast(0xec), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x63), + static_cast(0xff), + static_cast(0x57), + static_cast(0xcc), + static_cast(0xff), + static_cast(0xae), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x7e), + static_cast(0x23), + static_cast(0xff), + static_cast(0xc4), + static_cast(0x2e), + static_cast(0x00), + static_cast(0x59), + static_cast(0x45), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xe1), + static_cast(0x00), + static_cast(0x2d), + static_cast(0x62), + static_cast(0xff), + static_cast(0x51), + static_cast(0x81), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x66), + static_cast(0xff), + static_cast(0x88), + static_cast(0x19), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0x60), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0xad), + static_cast(0x48), + static_cast(0x00), + static_cast(0x72), + static_cast(0x10), + static_cast(0x01), + static_cast(0xce), + static_cast(0xef), + static_cast(0x00), + static_cast(0x62), + static_cast(0xea), + static_cast(0xff), + static_cast(0x6d), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x46), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x29), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x77), + static_cast(0x43), + static_cast(0xff), + static_cast(0xe0), + static_cast(0x00), + static_cast(0x00), + static_cast(0x32), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x46), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x5d), + static_cast(0xc0), + static_cast(0xff), + static_cast(0xa7), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xea), + static_cast(0x79), + static_cast(0xff), + static_cast(0xc8), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x00), + static_cast(0x28), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x44), + static_cast(0x73), + static_cast(0xff), + static_cast(0x4b), + static_cast(0x82), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x97), + static_cast(0xff), + static_cast(0x50), + static_cast(0x5e), + static_cast(0xff), + static_cast(0x47), + static_cast(0x6b), + static_cast(0xfe), + static_cast(0xc0), + static_cast(0xf9), + static_cast(0xfd), + static_cast(0x6a), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0xbe), + static_cast(0x61), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x61), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xad), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xee), + static_cast(0x17), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x2f), + static_cast(0xb8), + static_cast(0xac), + static_cast(0x09), + static_cast(0x03), + static_cast(0x97), + static_cast(0xec), + static_cast(0x86), + static_cast(0x91), + static_cast(0x00), + static_cast(0x55), + static_cast(0x9d), + static_cast(0x03), + static_cast(0x3b), + static_cast(0xd6), + static_cast(0x02), + static_cast(0xbf), + static_cast(0x16), + static_cast(0x01), + static_cast(0xae), + static_cast(0xed), + static_cast(0xf8), + static_cast(0xd3), + static_cast(0x7c), + static_cast(0xfb), + static_cast(0x8b), + static_cast(0x1b), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0xb8), + static_cast(0x04), + static_cast(0x01), + static_cast(0x35), + static_cast(0x00), + static_cast(0x61), + static_cast(0xe8), + static_cast(0xfa), + static_cast(0x55), + static_cast(0x2a), + static_cast(0x00), + static_cast(0x2e), + static_cast(0x80), + static_cast(0xfe), + static_cast(0x75), + static_cast(0x10), + static_cast(0x01), + static_cast(0xf8), + static_cast(0x21), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x6f), + static_cast(0xfc), + static_cast(0x3b), + static_cast(0xda), + static_cast(0xff), + static_cast(0x0e), + static_cast(0x26), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xdc), + static_cast(0xff), + static_cast(0xc7), + static_cast(0x42), + static_cast(0xfe), + static_cast(0x98), + static_cast(0x34), + static_cast(0xff), + static_cast(0xa2), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x61), + static_cast(0x01), + static_cast(0xff), + static_cast(0x74), + static_cast(0xe2), + static_cast(0x00), + static_cast(0xf7), + static_cast(0x15), + static_cast(0xff), + static_cast(0x4a), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x66), + static_cast(0xff), + static_cast(0x58), + static_cast(0xc9), + static_cast(0xfd), + static_cast(0x04), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x10), + static_cast(0x15), + static_cast(0xfe), + static_cast(0x10), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x1f), + static_cast(0x01), + static_cast(0x2e), + static_cast(0x24), + static_cast(0x01), + static_cast(0x66), + static_cast(0x9b), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x77), + static_cast(0x31), + static_cast(0xfe), + static_cast(0x10), + static_cast(0x22), + static_cast(0xff), + static_cast(0xc6), + static_cast(0x40), + static_cast(0x00), + static_cast(0x45), + static_cast(0x30), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xdb), + static_cast(0x33), + static_cast(0xff), + static_cast(0x64), + static_cast(0x2b), + static_cast(0xff), + static_cast(0x97), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xd2), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x38), + static_cast(0x91), + static_cast(0xff), + static_cast(0xe6), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xdb), + static_cast(0xff), + static_cast(0xa2), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x98), + static_cast(0xff), + static_cast(0xb5), + static_cast(0x92), + static_cast(0xff), + static_cast(0xda), + static_cast(0x39), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0x15), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x0c), + static_cast(0xfe), + static_cast(0x76), + static_cast(0x1b), + static_cast(0xfe), + static_cast(0x5f), + static_cast(0x38), + static_cast(0xfe), + static_cast(0x52), + static_cast(0xe7), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x92), + static_cast(0xff), + static_cast(0xa8), + static_cast(0xb4), + static_cast(0xff), + static_cast(0xa0), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x1f), + static_cast(0x19), + static_cast(0x2a), + static_cast(0xd4), + static_cast(0x32), + static_cast(0x5a), + static_cast(0x61), + static_cast(0x09), + static_cast(0xc6), + static_cast(0x0a), + static_cast(0xea), + static_cast(0x9c), + static_cast(0xfa), + static_cast(0x01), + static_cast(0x71), + static_cast(0x15), + static_cast(0x03), + static_cast(0x2a), + static_cast(0x0c), + static_cast(0x01), + static_cast(0xe1), + static_cast(0xa8), + static_cast(0x01), + static_cast(0x76), + static_cast(0x2f), + static_cast(0xf8), + static_cast(0xe6), + static_cast(0x72), + static_cast(0xfb), + static_cast(0x37), + static_cast(0xdc), + static_cast(0xfd), + static_cast(0xb3), + static_cast(0xb2), + static_cast(0x04), + static_cast(0xcd), + static_cast(0xd1), + static_cast(0x00), + static_cast(0xe6), + static_cast(0x59), + static_cast(0xfa), + static_cast(0x2f), + static_cast(0xd5), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x26), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x05), + static_cast(0x69), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x08), + static_cast(0xfc), + static_cast(0x06), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x26), + static_cast(0x97), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xa2), + static_cast(0x84), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xb4), + static_cast(0x04), + static_cast(0xff), + static_cast(0xf1), + static_cast(0xb8), + static_cast(0x00), + static_cast(0x72), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x79), + static_cast(0xfc), + static_cast(0xff), + static_cast(0xd7), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x34), + static_cast(0xfd), + static_cast(0xfa), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x0d), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x90), + static_cast(0xff), + static_cast(0x15), + static_cast(0xf2), + static_cast(0x00), + static_cast(0x20), + static_cast(0x30), + static_cast(0x01), + static_cast(0x84), + static_cast(0x5b), + static_cast(0x01), + static_cast(0x82), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xae), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xe9), + static_cast(0x51), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x1a), + static_cast(0xff), + static_cast(0x58), + static_cast(0x77), + static_cast(0x00), + static_cast(0x99), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x87), + static_cast(0xff), + static_cast(0x78), + static_cast(0x15), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xc9), + static_cast(0xfe), + static_cast(0x4a), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x7a), + static_cast(0x04), + static_cast(0x00), + static_cast(0x17), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xb6), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xab), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x99), + static_cast(0x97), + static_cast(0xff), + static_cast(0x88), + static_cast(0xc3), + static_cast(0xff), + static_cast(0xff), + static_cast(0xb9), + static_cast(0xff), + static_cast(0x9b), + static_cast(0x1d), + static_cast(0xff), + static_cast(0x4e), + static_cast(0x54), + static_cast(0xfe), + static_cast(0x39), + static_cast(0x41), + static_cast(0xfe), + static_cast(0x88), + static_cast(0x30), + static_cast(0xfe), + static_cast(0x87), + static_cast(0xfc), + static_cast(0xfd), + static_cast(0xb7), + static_cast(0x35), + static_cast(0xfe), + static_cast(0xdc), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xb3), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x66), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xfa), + static_cast(0xe2), + static_cast(0x1b), + static_cast(0xeb), + static_cast(0x92), + static_cast(0x35), + static_cast(0x99), + static_cast(0xa1), + static_cast(0x05), + static_cast(0xb9), + static_cast(0x65), + static_cast(0xe8), + static_cast(0xf8), + static_cast(0xb3), + static_cast(0x04), + static_cast(0x21), + static_cast(0xd6), + static_cast(0x01), + static_cast(0xa0), + static_cast(0xf7), + static_cast(0xff), + static_cast(0x63), + static_cast(0x5b), + static_cast(0x01), + static_cast(0xda), + static_cast(0x7a), + static_cast(0xf7), + static_cast(0xb4), + static_cast(0xb3), + static_cast(0xfb), + static_cast(0x89), + static_cast(0xcc), + static_cast(0xfd), + static_cast(0x59), + static_cast(0x96), + static_cast(0x05), + static_cast(0x5a), + static_cast(0x52), + static_cast(0x00), + static_cast(0xb0), + static_cast(0x81), + static_cast(0xfa), + static_cast(0xb1), + static_cast(0xfb), + static_cast(0x01), + static_cast(0xc1), + static_cast(0x2a), + static_cast(0xfd), + static_cast(0x57), + static_cast(0xc9), + static_cast(0x00), + static_cast(0x3a), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x13), + static_cast(0x24), + static_cast(0xfc), + static_cast(0x74), + static_cast(0x28), + static_cast(0x00), + static_cast(0x20), + static_cast(0xf8), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0x99), + static_cast(0x00), + static_cast(0x35), + static_cast(0x26), + static_cast(0xfe), + static_cast(0xcd), + static_cast(0x32), + static_cast(0xfe), + static_cast(0xe5), + static_cast(0xaf), + static_cast(0x00), + static_cast(0xd6), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x18), + static_cast(0xf4), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x42), + static_cast(0xff), + static_cast(0x23), + static_cast(0x3f), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x78), + static_cast(0xff), + static_cast(0x00), + static_cast(0xf1), + static_cast(0xfc), + static_cast(0x80), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xd0), + static_cast(0xdf), + static_cast(0xfd), + static_cast(0x3b), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x6e), + static_cast(0xdd), + static_cast(0x00), + static_cast(0x58), + static_cast(0x71), + static_cast(0x01), + static_cast(0x1b), + static_cast(0x92), + static_cast(0x01), + static_cast(0x83), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x56), + static_cast(0xfe), + static_cast(0x68), + static_cast(0x42), + static_cast(0xff), + static_cast(0x70), + static_cast(0x8a), + static_cast(0x00), + static_cast(0x41), + static_cast(0x94), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x7b), + static_cast(0xff), + static_cast(0xe2), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x5e), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0x88), + static_cast(0xca), + static_cast(0xff), + static_cast(0xbb), + static_cast(0x51), + static_cast(0x00), + static_cast(0x10), + static_cast(0xc1), + static_cast(0xff), + static_cast(0x0f), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xb4), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x75), + static_cast(0x33), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xf5), + static_cast(0xff), + static_cast(0x54), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x9d), + static_cast(0x0d), + static_cast(0xff), + static_cast(0xef), + static_cast(0x22), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x1e), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x39), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xdd), + static_cast(0xfd), + static_cast(0xb6), + static_cast(0x29), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0xc6), + static_cast(0xfe), + static_cast(0xbb), + static_cast(0x9d), + static_cast(0xff), + static_cast(0x82), + static_cast(0xcd), + static_cast(0xff), + static_cast(0x3b), + static_cast(0xb6), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x72), + static_cast(0x1f), + static_cast(0x81), + static_cast(0x05), + static_cast(0x37), + static_cast(0x0a), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x93), + static_cast(0x77), + static_cast(0xe8), + static_cast(0x4e), + static_cast(0x88), + static_cast(0x07), + static_cast(0xfc), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x56), + static_cast(0x61), + static_cast(0x00), + static_cast(0xfe), + static_cast(0xb8), + static_cast(0xf6), + static_cast(0x34), + static_cast(0x46), + static_cast(0xfc), + static_cast(0x5d), + static_cast(0x18), + static_cast(0xfe), + static_cast(0x1f), + static_cast(0x64), + static_cast(0x06), + static_cast(0xba), + static_cast(0x37), + static_cast(0xff), + static_cast(0x7c), + static_cast(0xb6), + static_cast(0xfb), + static_cast(0xcb), + static_cast(0x59), + static_cast(0x02), + static_cast(0x0c), + static_cast(0xfc), + static_cast(0xfb), + static_cast(0x05), + static_cast(0x22), + static_cast(0x02), + static_cast(0x6a), + static_cast(0x34), + static_cast(0xff), + static_cast(0x24), + static_cast(0xfd), + static_cast(0xfb), + static_cast(0xf1), + static_cast(0x50), + static_cast(0x00), + static_cast(0xec), + static_cast(0x3d), + static_cast(0xfd), + static_cast(0xd2), + static_cast(0x69), + static_cast(0x00), + static_cast(0xff), + static_cast(0xf6), + static_cast(0xfd), + static_cast(0x1c), + static_cast(0x42), + static_cast(0xfe), + static_cast(0x78), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x3f), + static_cast(0x52), + static_cast(0xff), + static_cast(0x71), + static_cast(0x7f), + static_cast(0x01), + static_cast(0x71), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x2f), + static_cast(0x57), + static_cast(0xff), + static_cast(0x07), + static_cast(0x12), + static_cast(0xfd), + static_cast(0xeb), + static_cast(0x4c), + static_cast(0xff), + static_cast(0x16), + static_cast(0x71), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0xd5), + static_cast(0xfe), + static_cast(0x02), + static_cast(0x99), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x7e), + static_cast(0x01), + static_cast(0x0f), + static_cast(0x9c), + static_cast(0x01), + static_cast(0x9f), + static_cast(0x79), + static_cast(0xff), + static_cast(0x18), + static_cast(0x30), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0x41), + static_cast(0xff), + static_cast(0x09), + static_cast(0x84), + static_cast(0x00), + static_cast(0x1c), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x40), + static_cast(0x74), + static_cast(0xff), + static_cast(0xb2), + static_cast(0xca), + static_cast(0xfe), + static_cast(0xdf), + static_cast(0xba), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x49), + static_cast(0x45), + static_cast(0x00), + static_cast(0xd8), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x92), + static_cast(0x10), + static_cast(0x00), + static_cast(0xcf), + static_cast(0x06), + static_cast(0x00), + static_cast(0x05), + static_cast(0x41), + static_cast(0xff), + static_cast(0x26), + static_cast(0x02), + static_cast(0x00), + static_cast(0x10), + static_cast(0x4d), + static_cast(0x00), + static_cast(0x52), + static_cast(0x1c), + static_cast(0xff), + static_cast(0xff), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0x07), + static_cast(0x05), + static_cast(0xfe), + static_cast(0x6b), + static_cast(0x06), + static_cast(0xfe), + static_cast(0xaa), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0x95), + static_cast(0x23), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x89), + static_cast(0x7f), + static_cast(0xff), + static_cast(0x32), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x7e), + static_cast(0x1d), + static_cast(0xbb), + static_cast(0x87), + static_cast(0x37), + static_cast(0x7e), + static_cast(0x2f), + static_cast(0x02), + static_cast(0x7a), + static_cast(0x6d), + static_cast(0xe6), + static_cast(0x57), + static_cast(0xf3), + static_cast(0x07), + static_cast(0xb6), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x46), + static_cast(0x05), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xd8), + static_cast(0x01), + static_cast(0x80), + static_cast(0x87), + static_cast(0xf5), + static_cast(0x5f), + static_cast(0xb5), + static_cast(0xfc), + static_cast(0x85), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xd7), + static_cast(0x99), + static_cast(0x05), + static_cast(0xa8), + static_cast(0xd2), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x17), + static_cast(0xfb), + static_cast(0xdb), + static_cast(0x43), + static_cast(0x03), + static_cast(0xcf), + static_cast(0x1b), + static_cast(0xfc), + static_cast(0x2a), + static_cast(0xa8), + static_cast(0x01), + static_cast(0xf7), + static_cast(0x57), + static_cast(0x00), + static_cast(0x59), + static_cast(0x21), + static_cast(0xfb), + static_cast(0x6c), + static_cast(0x53), + static_cast(0x00), + static_cast(0x2d), + static_cast(0x78), + static_cast(0xfc), + static_cast(0xb5), + static_cast(0x7c), + static_cast(0x00), + static_cast(0x9b), + static_cast(0x51), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x59), + static_cast(0xfd), + static_cast(0x49), + static_cast(0x62), + static_cast(0x01), + static_cast(0x05), + static_cast(0x6e), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x84), + static_cast(0x01), + static_cast(0x1b), + static_cast(0x1b), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x93), + static_cast(0x00), + static_cast(0x51), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xee), + static_cast(0x53), + static_cast(0xfc), + static_cast(0x06), + static_cast(0x6b), + static_cast(0xff), + static_cast(0x58), + static_cast(0xa9), + static_cast(0xfd), + static_cast(0xe3), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x21), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x5e), + static_cast(0x3c), + static_cast(0x01), + static_cast(0x9b), + static_cast(0xed), + static_cast(0x01), + static_cast(0x20), + static_cast(0xd8), + static_cast(0xff), + static_cast(0xef), + static_cast(0x9c), + static_cast(0xff), + static_cast(0x5d), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x16), + static_cast(0xff), + static_cast(0x5a), + static_cast(0x98), + static_cast(0x00), + static_cast(0x63), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xd0), + static_cast(0xfe), + static_cast(0x77), + static_cast(0xa4), + static_cast(0xfe), + static_cast(0x1c), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x92), + static_cast(0x25), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xb4), + static_cast(0x36), + static_cast(0x00), + static_cast(0x84), + static_cast(0xe9), + static_cast(0xff), + static_cast(0x18), + static_cast(0x07), + static_cast(0x00), + static_cast(0x89), + static_cast(0x49), + static_cast(0x00), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x6e), + static_cast(0x38), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0xe6), + static_cast(0xfd), + static_cast(0x1e), + static_cast(0xbd), + static_cast(0xfd), + static_cast(0xc3), + static_cast(0xa8), + static_cast(0xfd), + static_cast(0xbd), + static_cast(0x26), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0x59), + static_cast(0xfe), + static_cast(0xed), + static_cast(0x25), + static_cast(0xff), + static_cast(0x04), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x5f), + static_cast(0xc9), + static_cast(0xff), + static_cast(0xbc), + static_cast(0x38), + static_cast(0x1e), + static_cast(0x28), + static_cast(0xde), + static_cast(0x35), + static_cast(0x64), + static_cast(0x93), + static_cast(0xff), + static_cast(0x87), + static_cast(0xe3), + static_cast(0xe8), + static_cast(0xb8), + static_cast(0xe2), + static_cast(0x07), + static_cast(0x03), + static_cast(0x7b), + static_cast(0xfd), + static_cast(0xbd), + static_cast(0xe3), + static_cast(0xff), + static_cast(0xeb), + static_cast(0x9b), + static_cast(0x01), + static_cast(0xf3), + static_cast(0x00), + static_cast(0xf5), + static_cast(0x29), + static_cast(0x52), + static_cast(0xfd), + static_cast(0x78), + static_cast(0x19), + static_cast(0xff), + static_cast(0xfc), + static_cast(0xab), + static_cast(0x05), + static_cast(0xb5), + static_cast(0xd8), + static_cast(0xff), + static_cast(0x02), + static_cast(0x25), + static_cast(0xfd), + static_cast(0x82), + static_cast(0x7f), + static_cast(0x03), + static_cast(0x4b), + static_cast(0x15), + static_cast(0xfb), + static_cast(0xf6), + static_cast(0xf7), + static_cast(0x02), + static_cast(0x6f), + static_cast(0xaa), + static_cast(0xff), + static_cast(0x91), + static_cast(0x99), + static_cast(0xfa), + static_cast(0x64), + static_cast(0xae), + static_cast(0x00), + static_cast(0x71), + static_cast(0x60), + static_cast(0xfc), + static_cast(0x5e), + static_cast(0x38), + static_cast(0x00), + static_cast(0xfb), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0x28), + static_cast(0xf0), + static_cast(0xfd), + static_cast(0x61), + static_cast(0xf3), + static_cast(0x00), + static_cast(0x6f), + static_cast(0xf4), + static_cast(0xff), + static_cast(0x94), + static_cast(0xcc), + static_cast(0x01), + static_cast(0xb2), + static_cast(0x15), + static_cast(0xff), + static_cast(0xcf), + static_cast(0x9c), + static_cast(0x00), + static_cast(0x0b), + static_cast(0x67), + static_cast(0xff), + static_cast(0x45), + static_cast(0xa0), + static_cast(0xfc), + static_cast(0xe6), + static_cast(0x73), + static_cast(0xff), + static_cast(0x22), + static_cast(0xbe), + static_cast(0xfd), + static_cast(0x84), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x39), + static_cast(0x75), + static_cast(0x01), + static_cast(0x14), + static_cast(0xee), + static_cast(0x01), + static_cast(0x4e), + static_cast(0xf9), + static_cast(0xff), + static_cast(0x97), + static_cast(0xe7), + static_cast(0xff), + static_cast(0x36), + static_cast(0x9d), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x32), + static_cast(0xff), + static_cast(0xdf), + static_cast(0x57), + static_cast(0x00), + static_cast(0x66), + static_cast(0x92), + static_cast(0xff), + static_cast(0x85), + static_cast(0x05), + static_cast(0x00), + static_cast(0x79), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x28), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xad), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x2b), + static_cast(0x00), + static_cast(0xdb), + static_cast(0x7e), + static_cast(0x00), + static_cast(0x78), + static_cast(0xab), + static_cast(0xff), + static_cast(0x96), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x3b), + static_cast(0xd7), + static_cast(0x00), + static_cast(0x32), + static_cast(0x1a), + static_cast(0x00), + static_cast(0x4a), + static_cast(0xc3), + static_cast(0xff), + static_cast(0x31), + static_cast(0xae), + static_cast(0xff), + static_cast(0x25), + static_cast(0x79), + static_cast(0xfe), + static_cast(0x68), + static_cast(0xa0), + static_cast(0xfd), + static_cast(0x8d), + static_cast(0xbc), + static_cast(0xfd), + static_cast(0x2d), + static_cast(0xd3), + static_cast(0xfd), + static_cast(0x94), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x73), + static_cast(0x2a), + static_cast(0xfe), + static_cast(0x29), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0xd2), + static_cast(0xd6), + static_cast(0xff), + static_cast(0xec), + static_cast(0x22), + static_cast(0x00), + static_cast(0x92), + static_cast(0x2f), + static_cast(0x1d), + static_cast(0x3c), + static_cast(0x95), + static_cast(0x32), + static_cast(0x40), + static_cast(0x77), + static_cast(0xff), + static_cast(0x23), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0x5a), + static_cast(0xf4), + static_cast(0x05), + static_cast(0xa9), + static_cast(0x3d), + static_cast(0xfc), + static_cast(0x7b), + static_cast(0x3f), + static_cast(0x02), + static_cast(0xd9), + static_cast(0x85), + static_cast(0x01), + static_cast(0x65), + static_cast(0xf5), + static_cast(0xf4), + static_cast(0x81), + static_cast(0xbb), + static_cast(0xfd), + static_cast(0x32), + static_cast(0x25), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x10), + static_cast(0x05), + static_cast(0xc4), + static_cast(0x06), + static_cast(0x00), + static_cast(0x96), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xd9), + static_cast(0x02), + static_cast(0x7d), + static_cast(0x29), + static_cast(0xfb), + static_cast(0xf5), + static_cast(0xee), + static_cast(0x02), + static_cast(0xc0), + static_cast(0xee), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x67), + static_cast(0xfb), + static_cast(0x08), + static_cast(0x6a), + static_cast(0x00), + static_cast(0x83), + static_cast(0xc8), + static_cast(0xfc), + static_cast(0xee), + static_cast(0xb7), + static_cast(0x00), + static_cast(0x68), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0xf2), + static_cast(0x2d), + static_cast(0xfe), + static_cast(0x5a), + static_cast(0x80), + static_cast(0x00), + static_cast(0x47), + static_cast(0x85), + static_cast(0x00), + static_cast(0x4c), + static_cast(0xcd), + static_cast(0x01), + static_cast(0x10), + static_cast(0x8a), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0xb7), + static_cast(0x00), + static_cast(0xc1), + static_cast(0x69), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xf4), + static_cast(0xfc), + static_cast(0x3d), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xd2), + static_cast(0xfd), + static_cast(0xdb), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x6b), + static_cast(0x57), + static_cast(0x01), + static_cast(0xcf), + static_cast(0x83), + static_cast(0x01), + static_cast(0xbd), + static_cast(0x45), + static_cast(0x00), + static_cast(0x53), + static_cast(0x49), + static_cast(0x00), + static_cast(0x29), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x37), + static_cast(0x4a), + static_cast(0xff), + static_cast(0x72), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x39), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x25), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x0e), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x90), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x0a), + static_cast(0x1d), + static_cast(0x00), + static_cast(0x37), + static_cast(0x80), + static_cast(0x00), + static_cast(0x4e), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xad), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x94), + static_cast(0xe1), + static_cast(0x00), + static_cast(0x89), + static_cast(0x6a), + static_cast(0x00), + static_cast(0x38), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x9e), + static_cast(0xff), + static_cast(0x91), + static_cast(0xc5), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0xb7), + static_cast(0xfd), + static_cast(0x80), + static_cast(0xe1), + static_cast(0xfd), + static_cast(0xf8), + static_cast(0xf4), + static_cast(0xfd), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x0a), + static_cast(0x28), + static_cast(0xfe), + static_cast(0xd9), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0x99), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x65), + static_cast(0x00), + static_cast(0x50), + static_cast(0xa5), + static_cast(0x1b), + static_cast(0x4e), + static_cast(0x0d), + static_cast(0x2e), + static_cast(0x89), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x51), + static_cast(0xf8), + static_cast(0xef), + static_cast(0xe9), + static_cast(0x21), + static_cast(0x03), + static_cast(0xb4), + static_cast(0xa2), + static_cast(0xfb), + static_cast(0x45), + static_cast(0x99), + static_cast(0x04), + static_cast(0xbd), + static_cast(0x1e), + static_cast(0x01), + static_cast(0x45), + static_cast(0x0f), + static_cast(0xf6), + static_cast(0x41), + static_cast(0x70), + static_cast(0xfd), + static_cast(0xcd), + static_cast(0x30), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xae), + static_cast(0x04), + static_cast(0x75), + static_cast(0x59), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x72), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x03), + static_cast(0x02), + static_cast(0x25), + static_cast(0xbe), + static_cast(0xfa), + static_cast(0xe2), + static_cast(0x27), + static_cast(0x03), + static_cast(0x99), + static_cast(0xac), + static_cast(0xfe), + static_cast(0x28), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0xa1), + static_cast(0xb3), + static_cast(0x00), + static_cast(0x32), + static_cast(0xb1), + static_cast(0xfd), + static_cast(0x42), + static_cast(0x7a), + static_cast(0x00), + static_cast(0xa2), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0xb6), + static_cast(0x6f), + static_cast(0xfe), + static_cast(0x54), + static_cast(0xfd), + static_cast(0xff), + static_cast(0x0b), + static_cast(0xa4), + static_cast(0x00), + static_cast(0x34), + static_cast(0x32), + static_cast(0x01), + static_cast(0x80), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x32), + static_cast(0xb4), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x8b), + static_cast(0xfd), + static_cast(0xcf), + static_cast(0x67), + static_cast(0xff), + static_cast(0xae), + static_cast(0x55), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0xf9), + static_cast(0x19), + static_cast(0x00), + static_cast(0x08), + static_cast(0x12), + static_cast(0x01), + static_cast(0x95), + static_cast(0x4b), + static_cast(0x01), + static_cast(0x37), + static_cast(0x63), + static_cast(0x00), + static_cast(0xa2), + static_cast(0x52), + static_cast(0x00), + static_cast(0xfc), + static_cast(0xda), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x4f), + static_cast(0xff), + static_cast(0x58), + static_cast(0xde), + static_cast(0xff), + static_cast(0xbd), + static_cast(0x22), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x26), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x58), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xa7), + static_cast(0xce), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x16), + static_cast(0x00), + static_cast(0xd9), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x75), + static_cast(0x08), + static_cast(0x00), + static_cast(0x4c), + static_cast(0xfa), + static_cast(0xff), + static_cast(0x34), + static_cast(0x5c), + static_cast(0x00), + static_cast(0xb8), + static_cast(0x4e), + static_cast(0x00), + static_cast(0xb3), + static_cast(0xd0), + static_cast(0xff), + static_cast(0x00), + static_cast(0x40), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xff), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x43), + static_cast(0xfe), + static_cast(0x71), + static_cast(0xae), + static_cast(0xfd), + static_cast(0xa9), + static_cast(0x08), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x3c), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x4d), + static_cast(0xfe), + static_cast(0x48), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0xf0), + static_cast(0x40), + static_cast(0xff), + static_cast(0x9c), + static_cast(0x34), + static_cast(0x00), + static_cast(0xa5), + static_cast(0x86), + static_cast(0x12), + static_cast(0x3a), + static_cast(0x36), + static_cast(0x27), + static_cast(0xa1), + static_cast(0xe9), + static_cast(0x08), + static_cast(0xce), + static_cast(0x42), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x03), + static_cast(0x7b), + static_cast(0xc0), + static_cast(0x02), + static_cast(0xb1), + static_cast(0x05), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x9d), + static_cast(0x01), + static_cast(0x35), + static_cast(0x4c), + static_cast(0xf9), + static_cast(0x37), + static_cast(0x0d), + static_cast(0xfd), + static_cast(0x49), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xe4), + static_cast(0x64), + static_cast(0x03), + static_cast(0x08), + static_cast(0x5a), + static_cast(0x01), + static_cast(0x64), + static_cast(0xe6), + static_cast(0xfd), + static_cast(0x10), + static_cast(0x0d), + static_cast(0x02), + static_cast(0x74), + static_cast(0x14), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x18), + static_cast(0x01), + static_cast(0x8d), + static_cast(0x69), + static_cast(0x00), + static_cast(0xb1), + static_cast(0x7b), + static_cast(0xfc), + static_cast(0xe0), + static_cast(0x06), + static_cast(0x00), + static_cast(0x80), + static_cast(0xf3), + static_cast(0xfd), + static_cast(0xc7), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xba), + static_cast(0xff), + static_cast(0xa5), + static_cast(0x7e), + static_cast(0xfe), + static_cast(0x8c), + static_cast(0x71), + static_cast(0x00), + static_cast(0x0c), + static_cast(0x1e), + static_cast(0x00), + static_cast(0x5a), + static_cast(0x4c), + static_cast(0x01), + static_cast(0xad), + static_cast(0x68), + static_cast(0xff), + static_cast(0x49), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x98), + static_cast(0x0c), + static_cast(0x00), + static_cast(0x27), + static_cast(0x9d), + static_cast(0xfd), + static_cast(0x62), + static_cast(0x28), + static_cast(0xff), + static_cast(0x27), + static_cast(0xb7), + static_cast(0xfe), + static_cast(0xef), + static_cast(0xaf), + static_cast(0xfe), + static_cast(0xc6), + static_cast(0xb5), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x78), + static_cast(0x00), + static_cast(0x7b), + static_cast(0x47), + static_cast(0x01), + static_cast(0x3e), + static_cast(0x16), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x42), + static_cast(0x00), + static_cast(0x0e), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x66), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0xff), + static_cast(0x64), + static_cast(0xe8), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x55), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x40), + static_cast(0xff), + static_cast(0x4c), + static_cast(0xc2), + static_cast(0xfe), + static_cast(0xa3), + static_cast(0xab), + static_cast(0xff), + static_cast(0x98), + static_cast(0x24), + static_cast(0x00), + static_cast(0x41), + static_cast(0x8b), + static_cast(0x00), + static_cast(0x0f), + static_cast(0x1f), + static_cast(0x00), + static_cast(0xfb), + static_cast(0x33), + static_cast(0xff), + static_cast(0x8c), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xea), + static_cast(0x8b), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x83), + static_cast(0x00), + static_cast(0x02), + static_cast(0x92), + static_cast(0x00), + static_cast(0x5b), + static_cast(0xda), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x60), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x36), + static_cast(0xff), + static_cast(0x74), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x06), + static_cast(0x94), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x78), + static_cast(0xfe), + static_cast(0x70), + static_cast(0x55), + static_cast(0xfe), + static_cast(0x31), + static_cast(0x4f), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0xb7), + static_cast(0xa7), + static_cast(0x15), + static_cast(0x31), + static_cast(0xbe), + static_cast(0x24), + static_cast(0xad), + static_cast(0xcd), + static_cast(0x02), + static_cast(0xf1), + static_cast(0x86), + static_cast(0xf3), + static_cast(0xf6), + static_cast(0xc9), + static_cast(0x01), + static_cast(0xaa), + static_cast(0x16), + static_cast(0x01), + static_cast(0x50), + static_cast(0xf7), + static_cast(0x03), + static_cast(0xea), + static_cast(0x39), + static_cast(0x00), + static_cast(0x55), + static_cast(0x9f), + static_cast(0xfa), + static_cast(0x06), + static_cast(0xc4), + static_cast(0xfc), + static_cast(0x9b), + static_cast(0x96), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xc4), + static_cast(0x03), + static_cast(0x32), + static_cast(0xec), + static_cast(0xff), + static_cast(0x33), + static_cast(0x16), + static_cast(0x00), + static_cast(0x1a), + static_cast(0x49), + static_cast(0x01), + static_cast(0xe3), + static_cast(0x46), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x50), + static_cast(0x02), + static_cast(0xb6), + static_cast(0x67), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x15), + static_cast(0xfe), + static_cast(0xb1), + static_cast(0xf3), + static_cast(0xff), + static_cast(0x28), + static_cast(0x11), + static_cast(0xff), + static_cast(0xf7), + static_cast(0x2f), + static_cast(0x00), + static_cast(0x5b), + static_cast(0xfd), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0x40), + static_cast(0xff), + static_cast(0xf0), + static_cast(0x4e), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x6d), + static_cast(0x00), + static_cast(0x25), + static_cast(0x24), + static_cast(0x01), + static_cast(0xeb), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0x5b), + static_cast(0x00), + static_cast(0x8b), + static_cast(0xc9), + static_cast(0xff), + static_cast(0x45), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x45), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x3a), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x24), + static_cast(0xc6), + static_cast(0x00), + static_cast(0xae), + static_cast(0xf3), + static_cast(0x00), + static_cast(0x01), + static_cast(0x48), + static_cast(0x00), + static_cast(0xbc), + static_cast(0x43), + static_cast(0x00), + static_cast(0x31), + static_cast(0x72), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xc2), + static_cast(0xff), + static_cast(0x21), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x7b), + static_cast(0x4e), + static_cast(0xff), + static_cast(0x5f), + static_cast(0x86), + static_cast(0xff), + static_cast(0x33), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x09), + static_cast(0x57), + static_cast(0xff), + static_cast(0x34), + static_cast(0x08), + static_cast(0x00), + static_cast(0xdf), + static_cast(0x3b), + static_cast(0x00), + static_cast(0xb5), + static_cast(0x0f), + static_cast(0x00), + static_cast(0x1c), + static_cast(0x8a), + static_cast(0xff), + static_cast(0xdd), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x8b), + static_cast(0xda), + static_cast(0xff), + static_cast(0xfd), + static_cast(0x2b), + static_cast(0x00), + static_cast(0x3d), + static_cast(0x4f), + static_cast(0x00), + static_cast(0x8f), + static_cast(0xeb), + static_cast(0xff), + static_cast(0x94), + static_cast(0x61), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x64), + static_cast(0xff), + static_cast(0x1f), + static_cast(0x15), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xaa), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x88), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x53), + static_cast(0xfe), + static_cast(0x38), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x62), + static_cast(0x13), + static_cast(0x28), + static_cast(0x47), + static_cast(0x23), + static_cast(0xec), + static_cast(0x7b), + static_cast(0x05), + static_cast(0x53), + static_cast(0x6d), + static_cast(0xf3), + static_cast(0x14), + static_cast(0x82), + static_cast(0xff), + static_cast(0x14), + static_cast(0x18), + static_cast(0x01), + static_cast(0x69), + static_cast(0x51), + static_cast(0x04), + static_cast(0xe7), + static_cast(0x76), + static_cast(0x01), + static_cast(0x17), + static_cast(0x9f), + static_cast(0xfb), + static_cast(0xf0), + static_cast(0xaf), + static_cast(0xfc), + static_cast(0xe7), + static_cast(0xd5), + static_cast(0xfd), + static_cast(0x63), + static_cast(0xf2), + static_cast(0x02), + static_cast(0xf4), + static_cast(0x55), + static_cast(0x00), + static_cast(0x83), + static_cast(0x22), + static_cast(0x00), + static_cast(0x2f), + static_cast(0x92), + static_cast(0x01), + static_cast(0x05), + static_cast(0x9c), + static_cast(0xfe), + static_cast(0x7c), + static_cast(0x1e), + static_cast(0x02), + static_cast(0x06), + static_cast(0x21), + static_cast(0x00), + static_cast(0x20), + static_cast(0x6c), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x12), + static_cast(0x00), + static_cast(0xa0), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xca), + static_cast(0x53), + static_cast(0x00), + static_cast(0x3a), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x54), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x0a), + static_cast(0xff), + static_cast(0x67), + static_cast(0x9f), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x2b), + static_cast(0x01), + static_cast(0x9a), + static_cast(0x05), + static_cast(0xff), + static_cast(0x11), + static_cast(0xd2), + static_cast(0xff), + static_cast(0x87), + static_cast(0x09), + static_cast(0x00), + static_cast(0x98), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xe8), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x91), + static_cast(0x6f), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xcf), + static_cast(0xae), + static_cast(0x00), + static_cast(0x42), + static_cast(0x41), + static_cast(0x01), + static_cast(0x10), + static_cast(0x5e), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x13), + static_cast(0x00), + static_cast(0x6c), + static_cast(0x21), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x6c), + static_cast(0xff), + static_cast(0x4f), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x58), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xbf), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xd1), + static_cast(0x31), + static_cast(0xff), + static_cast(0x9d), + static_cast(0xcc), + static_cast(0xfe), + static_cast(0xf8), + static_cast(0x36), + static_cast(0xff), + static_cast(0x4b), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x9d), + static_cast(0x23), + static_cast(0x00), + static_cast(0x07), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x68), + static_cast(0xff), + static_cast(0x6a), + static_cast(0x57), + static_cast(0xff), + static_cast(0x7e), + static_cast(0xf5), + static_cast(0xff), + static_cast(0xd4), + static_cast(0x76), + static_cast(0x00), + static_cast(0x48), + static_cast(0x4a), + static_cast(0x00), + static_cast(0x6d), + static_cast(0xea), + static_cast(0xff), + static_cast(0x18), + static_cast(0x7b), + static_cast(0xff), + static_cast(0x75), + static_cast(0x50), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x46), + static_cast(0xff), + static_cast(0x72), + static_cast(0xd4), + static_cast(0xfe), + static_cast(0x91), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x90), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x39), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x42), + static_cast(0xfe), + static_cast(0x6f), + static_cast(0x17), + static_cast(0x11), + static_cast(0x91), + static_cast(0x7b), + static_cast(0x22), + static_cast(0x4c), + static_cast(0xa5), + static_cast(0x08), + static_cast(0xbc), + static_cast(0x15), + static_cast(0xf3), + static_cast(0x51), + static_cast(0x28), + static_cast(0xfe), + static_cast(0x8a), + static_cast(0x83), + static_cast(0x01), + static_cast(0x33), + static_cast(0x02), + static_cast(0x04), + static_cast(0xd7), + static_cast(0x68), + static_cast(0x02), + static_cast(0x1a), + static_cast(0xf8), + static_cast(0xfb), + static_cast(0x59), + static_cast(0xc5), + static_cast(0xfc), + static_cast(0x94), + static_cast(0x95), + static_cast(0xfd), + static_cast(0xb2), + static_cast(0x36), + static_cast(0x02), + static_cast(0xbe), + static_cast(0xae), + static_cast(0x00), + static_cast(0x47), + static_cast(0xa2), + static_cast(0xff), + static_cast(0xbd), + static_cast(0xd4), + static_cast(0x01), + static_cast(0x5e), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xe8), + static_cast(0x01), + static_cast(0xe1), + static_cast(0xce), + static_cast(0x00), + static_cast(0xdc), + static_cast(0x55), + static_cast(0xfe), + static_cast(0x91), + static_cast(0x56), + static_cast(0x00), + static_cast(0x51), + static_cast(0xc0), + static_cast(0xff), + static_cast(0x44), + static_cast(0x17), + static_cast(0x00), + static_cast(0x52), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0x34), + static_cast(0xff), + static_cast(0xc9), + static_cast(0x34), + static_cast(0xff), + static_cast(0x2c), + static_cast(0xce), + static_cast(0xfe), + static_cast(0x35), + static_cast(0xe5), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x8d), + static_cast(0xff), + static_cast(0x1d), + static_cast(0x82), + static_cast(0xff), + static_cast(0x13), + static_cast(0xfc), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x06), + static_cast(0xff), + static_cast(0x29), + static_cast(0x67), + static_cast(0xff), + static_cast(0xae), + static_cast(0x26), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x71), + static_cast(0xff), + static_cast(0xe6), + static_cast(0xc5), + static_cast(0xff), + static_cast(0xbc), + static_cast(0xbb), + static_cast(0x00), + static_cast(0x6f), + static_cast(0x4a), + static_cast(0x01), + static_cast(0x0a), + static_cast(0xca), + static_cast(0xff), + static_cast(0xd5), + static_cast(0x93), + static_cast(0xff), + static_cast(0x9f), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x31), + static_cast(0x3c), + static_cast(0xff), + static_cast(0x5b), + static_cast(0x3f), + static_cast(0xff), + static_cast(0x96), + static_cast(0x8c), + static_cast(0xff), + static_cast(0x50), + static_cast(0x95), + static_cast(0xff), + static_cast(0x68), + static_cast(0x23), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x60), + static_cast(0x95), + static_cast(0xff), + static_cast(0x20), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xb6), + static_cast(0x71), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x27), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x6f), + static_cast(0x14), + static_cast(0x00), + static_cast(0xe0), + static_cast(0x1f), + static_cast(0x00), + static_cast(0x7d), + static_cast(0x5f), + static_cast(0x00), + static_cast(0x6a), + static_cast(0x2c), + static_cast(0x00), + static_cast(0xc9), + static_cast(0x8d), + static_cast(0xff), + static_cast(0xae), + static_cast(0x55), + static_cast(0xff), + static_cast(0x31), + static_cast(0x33), + static_cast(0xff), + static_cast(0x33), + static_cast(0xe2), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0xbf), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0xaf), + static_cast(0x2b), + static_cast(0xfe), + static_cast(0x12), + static_cast(0x44), + static_cast(0xfe), + static_cast(0x8f), + static_cast(0x11), + static_cast(0x10), + static_cast(0x4d), + static_cast(0x69), + static_cast(0x22), + static_cast(0xd1), + static_cast(0x60), + static_cast(0x0a), + static_cast(0x0f), + static_cast(0x95), + static_cast(0xf2), + static_cast(0x19), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x37), + static_cast(0xce), + static_cast(0x02), + static_cast(0x7e), + static_cast(0xdb), + static_cast(0x03), + static_cast(0x89), + static_cast(0x9c), + static_cast(0x02), + static_cast(0xdb), + static_cast(0xb1), + static_cast(0xfb), + static_cast(0x4c), + static_cast(0x7a), + static_cast(0xfc), + static_cast(0x7c), + static_cast(0xc6), + static_cast(0xfd), + static_cast(0xb7), + static_cast(0xfb), + static_cast(0x01), + static_cast(0x3c), + static_cast(0xe6), + static_cast(0x00), + static_cast(0x1e), + static_cast(0xcd), + static_cast(0xfe), + static_cast(0x2a), + static_cast(0x97), + static_cast(0x01), + static_cast(0x69), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x70), + static_cast(0x01), + static_cast(0x69), + static_cast(0x1b), + static_cast(0x01), + static_cast(0x2d), + static_cast(0x90), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x65), + static_cast(0x00), + static_cast(0xf8), + static_cast(0xfb), + static_cast(0xff), + static_cast(0xca), + static_cast(0xe8), + static_cast(0xff), + static_cast(0x06), + static_cast(0x7f), + static_cast(0xfe), + static_cast(0x00), + static_cast(0xc3), + static_cast(0xfe), + static_cast(0x25), + static_cast(0x5e), + static_cast(0xff), + static_cast(0xe1), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x8e), + static_cast(0x8d), + static_cast(0x00), + static_cast(0x25), + static_cast(0x97), + static_cast(0xff), + static_cast(0x13), + static_cast(0xb2), + static_cast(0xff), + static_cast(0xfd), + static_cast(0xf7), + static_cast(0xff), + static_cast(0xca), + static_cast(0x03), + static_cast(0xff), + static_cast(0x06), + static_cast(0x80), + static_cast(0xff), + static_cast(0x08), + static_cast(0xf1), + static_cast(0xfe), + static_cast(0x58), + static_cast(0x74), + static_cast(0xff), + static_cast(0x8f), + static_cast(0x4b), + static_cast(0x00), + static_cast(0xfc), + static_cast(0x9f), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x94), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x68), + static_cast(0xff), + static_cast(0x10), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x65), + static_cast(0xd7), + static_cast(0xff), + static_cast(0x61), + static_cast(0xd6), + static_cast(0xfe), + static_cast(0x03), + static_cast(0x66), + static_cast(0xff), + static_cast(0x27), + static_cast(0xcf), + static_cast(0xff), + static_cast(0x52), + static_cast(0x89), + static_cast(0xff), + static_cast(0xda), + static_cast(0x28), + static_cast(0xff), + static_cast(0x37), + static_cast(0x1f), + static_cast(0xff), + static_cast(0x49), + static_cast(0x92), + static_cast(0xff), + static_cast(0xd6), + static_cast(0xd4), + static_cast(0xff), + static_cast(0xc1), + static_cast(0x74), + static_cast(0xff), + static_cast(0x0f), + static_cast(0x17), + static_cast(0xff), + static_cast(0x23), + static_cast(0x83), + static_cast(0xff), + static_cast(0x43), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x04), + static_cast(0xa4), + static_cast(0xff), + static_cast(0x4e), + static_cast(0xe2), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x8c), + static_cast(0x00), + static_cast(0x74), + static_cast(0x58), + static_cast(0x00), + static_cast(0x62), + static_cast(0x8f), + static_cast(0xff), + static_cast(0xec), + static_cast(0x4b), + static_cast(0xff), + static_cast(0x81), + static_cast(0x17), + static_cast(0xff), + static_cast(0x77), + static_cast(0x0d), + static_cast(0xff), + static_cast(0x40), + static_cast(0x00), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x63), + static_cast(0xfe), + static_cast(0x32), + static_cast(0x02), + static_cast(0xfe), + static_cast(0xba), + static_cast(0x58), + static_cast(0xfe), + static_cast(0x0b), + static_cast(0x91), + static_cast(0x12), + static_cast(0x7a), + static_cast(0x58), + static_cast(0x23), + static_cast(0x99), + static_cast(0xab), + static_cast(0x06), + static_cast(0x15), + static_cast(0xb0), + static_cast(0xf2), + static_cast(0x7c), + static_cast(0x51), + static_cast(0x00), + static_cast(0x29), + static_cast(0xa1), + static_cast(0x03), + static_cast(0xf9), + static_cast(0x64), + static_cast(0x04), + static_cast(0x02), + static_cast(0x0a), + static_cast(0x01), + static_cast(0xe7), + static_cast(0x20), + static_cast(0xfb), + static_cast(0x4b), + static_cast(0x85), + static_cast(0xfc), + static_cast(0x13), + static_cast(0x29), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0xc0), + static_cast(0x02), + static_cast(0x79), + static_cast(0x0c), + static_cast(0x00), + static_cast(0xeb), + static_cast(0x9f), + static_cast(0xfe), + static_cast(0x48), + static_cast(0xd3), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x25), + static_cast(0xff), + static_cast(0xc6), + static_cast(0xf9), + static_cast(0x01), + static_cast(0xcd), + static_cast(0x05), + static_cast(0x00), + static_cast(0x04), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x02), + static_cast(0x01), + static_cast(0x87), + static_cast(0xec), + static_cast(0xff), + static_cast(0x6b), + static_cast(0x8b), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x57), + static_cast(0xfe), + static_cast(0x36), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x3f), + static_cast(0xe1), + static_cast(0xfe), + static_cast(0x54), + static_cast(0x56), + static_cast(0xff), + static_cast(0x6b), + static_cast(0xde), + static_cast(0x00), + static_cast(0xf1), + static_cast(0x67), + static_cast(0xff), + static_cast(0xad), + static_cast(0xa9), + static_cast(0xff), + static_cast(0xd5), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xd8), + static_cast(0x34), + static_cast(0xff), + static_cast(0x8e), + static_cast(0x3c), + static_cast(0xff), + static_cast(0xca), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0xe1), + static_cast(0xa8), + static_cast(0xff), + static_cast(0x04), + static_cast(0x4d), + static_cast(0x00), + static_cast(0xd4), + static_cast(0x8f), + static_cast(0x00), + static_cast(0xf9), + static_cast(0xff), + static_cast(0xff), + static_cast(0x2c), + static_cast(0x44), + static_cast(0xff), + static_cast(0xaa), + static_cast(0x2d), + static_cast(0x00), + static_cast(0x00), + static_cast(0x61), + static_cast(0xff), + static_cast(0x17), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xcf), + static_cast(0xf8), + static_cast(0xff), + static_cast(0x12), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x62), + static_cast(0xff), + static_cast(0x17), + static_cast(0x26), + static_cast(0xff), + static_cast(0xd6), + static_cast(0x34), + static_cast(0xff), + static_cast(0x8c), + static_cast(0x85), + static_cast(0xff), + static_cast(0x32), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x11), + static_cast(0x93), + static_cast(0xff), + static_cast(0x22), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x94), + static_cast(0xff), + static_cast(0x29), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x81), + static_cast(0x38), + static_cast(0xff), + static_cast(0x35), + static_cast(0xee), + static_cast(0xff), + static_cast(0x89), + static_cast(0xb4), + static_cast(0x00), + static_cast(0xd2), + static_cast(0x28), + static_cast(0x00), + static_cast(0x99), + static_cast(0x81), + static_cast(0xff), + static_cast(0xb8), + static_cast(0x52), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x28), + static_cast(0xff), + static_cast(0xf1), + static_cast(0x05), + static_cast(0xff), + static_cast(0x8f), + static_cast(0xa9), + static_cast(0xfe), + static_cast(0x4e), + static_cast(0x69), + static_cast(0xfe), + static_cast(0xb4), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0xca), + static_cast(0x65), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0xf5), + static_cast(0x10), + static_cast(0xbc), + static_cast(0xb9), + static_cast(0x24), + static_cast(0x35), + static_cast(0x73), + static_cast(0x0a), + static_cast(0x29), + static_cast(0x4c), + static_cast(0xf1), + static_cast(0xa7), + static_cast(0xcf), + static_cast(0x00), + static_cast(0xae), + static_cast(0x27), + static_cast(0x05), + static_cast(0xf3), + static_cast(0x9e), + static_cast(0x02), + static_cast(0x67), + static_cast(0x4c), + static_cast(0x01), + static_cast(0xb2), + static_cast(0x77), + static_cast(0xfa), + static_cast(0x4b), + static_cast(0xa2), + static_cast(0xfc), + static_cast(0x46), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x9f), + static_cast(0xb7), + static_cast(0x02), + static_cast(0x31), + static_cast(0xcb), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x17), + static_cast(0xfd), + static_cast(0x0e), + static_cast(0xa8), + static_cast(0x00), + static_cast(0x0e), + static_cast(0x5c), + static_cast(0xff), + static_cast(0x35), + static_cast(0x06), + static_cast(0x01), + static_cast(0x9b), + static_cast(0x38), + static_cast(0x00), + static_cast(0x75), + static_cast(0xdf), + static_cast(0xfd), + static_cast(0x9e), + static_cast(0xc4), + static_cast(0x00), + static_cast(0x97), + static_cast(0xe8), + static_cast(0xff), + static_cast(0xb0), + static_cast(0x6d), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xd3), + static_cast(0x9b), + static_cast(0xfe), + static_cast(0xde), + static_cast(0x4d), + static_cast(0xff), + static_cast(0x9e), + static_cast(0x17), + static_cast(0xff), + static_cast(0xf0), + static_cast(0xc0), + static_cast(0x00), + static_cast(0x5b), + static_cast(0xa2), + static_cast(0xff), + static_cast(0x1c), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xf7), + static_cast(0xdd), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xb0), + static_cast(0xfe), + static_cast(0x6c), + static_cast(0x42), + static_cast(0xff), + static_cast(0x58), + static_cast(0x98), + static_cast(0xfe), + static_cast(0x46), + static_cast(0x79), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x64), + static_cast(0x00), + static_cast(0x97), + static_cast(0x53), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x26), + static_cast(0x09), + static_cast(0xff), + static_cast(0xb8), + static_cast(0xe1), + static_cast(0xff), + static_cast(0x33), + static_cast(0x91), + static_cast(0xff), + static_cast(0x24), + static_cast(0xdd), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x97), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x2f), + static_cast(0x2e), + static_cast(0xff), + static_cast(0xb1), + static_cast(0x4a), + static_cast(0xff), + static_cast(0xae), + static_cast(0x7c), + static_cast(0xff), + static_cast(0x42), + static_cast(0xc7), + static_cast(0xff), + static_cast(0x99), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xb6), + static_cast(0xff), + static_cast(0x66), + static_cast(0x49), + static_cast(0xff), + static_cast(0x00), + static_cast(0x70), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x01), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xe2), + static_cast(0x27), + static_cast(0x00), + static_cast(0x83), + static_cast(0xa6), + static_cast(0x00), + static_cast(0xf3), + static_cast(0xf1), + static_cast(0xff), + static_cast(0x40), + static_cast(0xbe), + static_cast(0xff), + static_cast(0x7e), + static_cast(0x6f), + static_cast(0xff), + static_cast(0xd9), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xdd), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x67), + static_cast(0x6d), + static_cast(0xfe), + static_cast(0x56), + static_cast(0x5a), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x96), + static_cast(0xfe), + static_cast(0x3b), + static_cast(0xb9), + static_cast(0xfe), + static_cast(0x7b), + static_cast(0x76), + static_cast(0x15), + static_cast(0x3c), + static_cast(0x3a), + static_cast(0x27), + static_cast(0x42), + static_cast(0x0c), + static_cast(0x05), + static_cast(0xc9), + static_cast(0xe3), + static_cast(0xf1), + static_cast(0xcb), + static_cast(0x94), + static_cast(0x03), + static_cast(0xa1), + static_cast(0x24), + static_cast(0x03), + static_cast(0xfd), + static_cast(0xe0), + static_cast(0x01), + static_cast(0x19), + static_cast(0xb5), + static_cast(0xff), + static_cast(0x94), + static_cast(0x99), + static_cast(0xfa), + static_cast(0xbb), + static_cast(0x96), + static_cast(0xfd), + static_cast(0x7d), + static_cast(0x0f), + static_cast(0x00), + static_cast(0xfa), + static_cast(0x14), + static_cast(0x04), + static_cast(0xf5), + static_cast(0xfc), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x06), + static_cast(0xfd), + static_cast(0x26), + static_cast(0xa5), + static_cast(0x00), + static_cast(0x4c), + static_cast(0xf3), + static_cast(0xfe), + static_cast(0x0a), + static_cast(0xfe), + static_cast(0x00), + static_cast(0x71), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0x3a), + static_cast(0x08), + static_cast(0xfe), + static_cast(0xfd), + static_cast(0xe7), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x36), + static_cast(0xff), + static_cast(0x83), + static_cast(0xdd), + static_cast(0xff), + static_cast(0x1b), + static_cast(0x27), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x36), + static_cast(0xff), + static_cast(0x55), + static_cast(0xa0), + static_cast(0xff), + static_cast(0xfa), + static_cast(0x40), + static_cast(0xff), + static_cast(0x71), + static_cast(0x89), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x76), + static_cast(0xff), + static_cast(0x21), + static_cast(0x4d), + static_cast(0x00), + static_cast(0xb7), + static_cast(0x41), + static_cast(0xff), + static_cast(0xae), + static_cast(0x44), + static_cast(0xfe), + static_cast(0x2e), + static_cast(0x41), + static_cast(0xff), + static_cast(0x06), + static_cast(0x56), + static_cast(0xfe), + static_cast(0xb2), + static_cast(0x54), + static_cast(0xff), + static_cast(0xa1), + static_cast(0x59), + static_cast(0x00), + static_cast(0x7d), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x4a), + static_cast(0x36), + static_cast(0x00), + static_cast(0x15), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x07), + static_cast(0xad), + static_cast(0xff), + static_cast(0x91), + static_cast(0x22), + static_cast(0xff), + static_cast(0x17), + static_cast(0xb5), + static_cast(0xfe), + static_cast(0xdb), + static_cast(0xb2), + static_cast(0xff), + static_cast(0x66), + static_cast(0x95), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x1c), + static_cast(0x93), + static_cast(0xff), + static_cast(0x35), + static_cast(0xc2), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xf3), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x43), + static_cast(0x00), + static_cast(0x69), + static_cast(0xab), + static_cast(0xff), + static_cast(0x8a), + static_cast(0x07), + static_cast(0xff), + static_cast(0x58), + static_cast(0xd2), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0x97), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x6e), + static_cast(0x00), + static_cast(0x66), + static_cast(0x54), + static_cast(0x00), + static_cast(0x7d), + static_cast(0xd1), + static_cast(0xff), + static_cast(0xb1), + static_cast(0xdf), + static_cast(0xff), + static_cast(0xfc), + static_cast(0x25), + static_cast(0xff), + static_cast(0x16), + static_cast(0x7c), + static_cast(0xfe), + static_cast(0xfb), + static_cast(0x74), + static_cast(0xfe), + static_cast(0xbd), + static_cast(0x36), + static_cast(0xfe), + static_cast(0x51), + static_cast(0x8f), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0xa8), + static_cast(0xfe), + static_cast(0x11), + static_cast(0xf0), + static_cast(0xfe), + static_cast(0xd1), + static_cast(0x7f), + static_cast(0x16), + static_cast(0x2a), + static_cast(0x7a), + static_cast(0x2a), + static_cast(0x89), + static_cast(0xab), + static_cast(0x05), + static_cast(0x7f), + static_cast(0xc4), + static_cast(0xef), + static_cast(0x64), + static_cast(0xd7), + static_cast(0x03), + static_cast(0x02), + static_cast(0x97), + static_cast(0x01), + static_cast(0x94), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x83), + static_cast(0x86), + static_cast(0x00), + static_cast(0xa6), + static_cast(0x9b), + static_cast(0xfa), + static_cast(0x7d), + static_cast(0x33), + static_cast(0xfe), + static_cast(0x7f), + static_cast(0xdd), + static_cast(0x00), + static_cast(0x8a), + static_cast(0x86), + static_cast(0x04), + static_cast(0x4f), + static_cast(0xa2), + static_cast(0xfe), + static_cast(0x23), + static_cast(0x5d), + static_cast(0xfc), + static_cast(0x2b), + static_cast(0x56), + static_cast(0x01), + static_cast(0xad), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0x39), + static_cast(0x65), + static_cast(0x00), + static_cast(0xd5), + static_cast(0x0b), + static_cast(0xff), + static_cast(0x8d), + static_cast(0xce), + static_cast(0xfc), + static_cast(0xcf), + static_cast(0x3a), + static_cast(0xff), + static_cast(0xba), + static_cast(0x0c), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x0b), + static_cast(0x00), + static_cast(0xcb), + static_cast(0x23), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x4f), + static_cast(0xff), + static_cast(0xca), + static_cast(0x17), + static_cast(0x00), + static_cast(0xec), + static_cast(0xfa), + static_cast(0xfe), + static_cast(0xd6), + static_cast(0xaf), + static_cast(0x00), + static_cast(0x1b), + static_cast(0xac), + static_cast(0xff), + static_cast(0x0d), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x86), + static_cast(0x00), + static_cast(0xff), + static_cast(0x45), + static_cast(0x07), + static_cast(0xfe), + static_cast(0xa5), + static_cast(0x43), + static_cast(0xff), + static_cast(0x3d), + static_cast(0xc7), + static_cast(0xfd), + static_cast(0xfd), + static_cast(0xdf), + static_cast(0xfe), + static_cast(0x59), + static_cast(0xa6), + static_cast(0x00), + static_cast(0x8e), + static_cast(0xd5), + static_cast(0x00), + static_cast(0x46), + static_cast(0xb1), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x50), + static_cast(0xff), + static_cast(0xf2), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0xc8), + static_cast(0xb1), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x89), + static_cast(0xfe), + static_cast(0x84), + static_cast(0x88), + static_cast(0xff), + static_cast(0x20), + static_cast(0x03), + static_cast(0x00), + static_cast(0x57), + static_cast(0x8e), + static_cast(0xff), + static_cast(0x3d), + static_cast(0x75), + static_cast(0xff), + static_cast(0x5b), + static_cast(0xad), + static_cast(0xff), + static_cast(0xa3), + static_cast(0xca), + static_cast(0xff), + static_cast(0xab), + static_cast(0x31), + static_cast(0x00), + static_cast(0x10), + static_cast(0xca), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x03), + static_cast(0xff), + static_cast(0x61), + static_cast(0x66), + static_cast(0xfe), + static_cast(0xf6), + static_cast(0xbe), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x28), + static_cast(0x00), + static_cast(0xf9), + static_cast(0x78), + static_cast(0x00), + static_cast(0x63), + static_cast(0x29), + static_cast(0x00), + static_cast(0xaa), + static_cast(0xdb), + static_cast(0xff), + static_cast(0x86), + static_cast(0x9f), + static_cast(0xff), + static_cast(0x9a), + static_cast(0xe9), + static_cast(0xfe), + static_cast(0x8d), + static_cast(0x24), + static_cast(0xfe), + static_cast(0x1a), + static_cast(0x3b), + static_cast(0xfe), + static_cast(0xa1), + static_cast(0x41), + static_cast(0xfe), + static_cast(0x5d), + static_cast(0x8c), + static_cast(0xfe), + static_cast(0x87), + static_cast(0xb2), + static_cast(0xfe), + static_cast(0xc2), + static_cast(0x14), + static_cast(0xff), + static_cast(0x3a), + static_cast(0x7c), + static_cast(0x1a), + static_cast(0x20), + static_cast(0x51), + static_cast(0x2c), + static_cast(0x6e), + static_cast(0xd8), + static_cast(0x00), + static_cast(0xc3), + static_cast(0x4f), + static_cast(0xf0), + static_cast(0x74), + static_cast(0x24), + static_cast(0x05), + static_cast(0x60), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x14), + static_cast(0xf0), + static_cast(0xff), + static_cast(0x62), + static_cast(0x31), + static_cast(0x00), + static_cast(0x76), + static_cast(0xfe), + static_cast(0xfa), + static_cast(0xed), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x94), + static_cast(0x95), + static_cast(0x01), + static_cast(0x7a), + static_cast(0x28), + static_cast(0x05), + static_cast(0x7f), + static_cast(0x69), + static_cast(0xfd), + static_cast(0xe2), + static_cast(0x80), + static_cast(0xfd), + static_cast(0xe9), + static_cast(0x74), + static_cast(0x01), + static_cast(0x26), + static_cast(0x08), + static_cast(0xfd), + static_cast(0x23), + static_cast(0xf5), + static_cast(0x00), + static_cast(0xf2), + static_cast(0x70), + static_cast(0xfe), + static_cast(0xa6), + static_cast(0x64), + static_cast(0xfc), + static_cast(0x4c), + static_cast(0xdb), + static_cast(0xfe), + static_cast(0xeb), + static_cast(0xec), + static_cast(0xfe), + static_cast(0x9a), + static_cast(0x4e), + static_cast(0x00), + static_cast(0xee), + static_cast(0x22), + static_cast(0xfe), + static_cast(0xab), + static_cast(0x90), + static_cast(0xff), + static_cast(0x56), + static_cast(0x32), + static_cast(0x00), + static_cast(0x4f), + static_cast(0x65), + static_cast(0xff), + static_cast(0x5c), + static_cast(0xdf), + static_cast(0x00), + static_cast(0x19), + static_cast(0xc7), + static_cast(0xff), + static_cast(0xab), + static_cast(0x06), + static_cast(0x00), + static_cast(0x76), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x85), + static_cast(0x3e), + static_cast(0xfe), + static_cast(0x70), + static_cast(0xd3), + static_cast(0xfe), + static_cast(0x71), + static_cast(0x78), + static_cast(0xfd), + static_cast(0x5c), + static_cast(0x1b), + static_cast(0xff), + static_cast(0x57), + static_cast(0x95), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x15), + static_cast(0x01), + static_cast(0x63), + static_cast(0xfd), + static_cast(0x00), + static_cast(0xff), + static_cast(0x80), + static_cast(0xff), + static_cast(0x53), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0x42), + static_cast(0x83), + static_cast(0xfe), + static_cast(0xd8), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x80), + static_cast(0x92), + static_cast(0xff), + static_cast(0x8b), + static_cast(0x39), + static_cast(0x00), + static_cast(0x02), + static_cast(0xf6), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x40), + static_cast(0xff), + static_cast(0x18), + static_cast(0x72), + static_cast(0xff), + static_cast(0x7d), + static_cast(0xb8), + static_cast(0xff), + static_cast(0x4c), + static_cast(0x26), + static_cast(0x00), + static_cast(0x74), + static_cast(0x01), + static_cast(0x00), + static_cast(0x07), + static_cast(0x29), + static_cast(0xff), + static_cast(0x0b), + static_cast(0x62), + static_cast(0xfe), + static_cast(0xfc), + static_cast(0xd9), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x66), + static_cast(0x00), + static_cast(0x5f), + static_cast(0xc5), + static_cast(0x00), + static_cast(0x2b), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xc8), + static_cast(0xaf), + static_cast(0xff), + static_cast(0x66), + static_cast(0x6e), + static_cast(0xff), + static_cast(0xcb), + static_cast(0xb8), + static_cast(0xfe), + static_cast(0x64), + static_cast(0x1d), + static_cast(0xfe), + static_cast(0xc9), + static_cast(0x34), + static_cast(0xfe), + static_cast(0xa8), + static_cast(0x48), + static_cast(0xfe), + static_cast(0x61), + static_cast(0x80), + static_cast(0xfe), + static_cast(0xc5), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0xd0), + static_cast(0x42), + static_cast(0xff), + static_cast(0x1e), + static_cast(0x3e), + static_cast(0x17), + static_cast(0x07), + static_cast(0xe3), + static_cast(0x2c), + static_cast(0x07), + static_cast(0x65), + static_cast(0x05), + static_cast(0x2d), + static_cast(0xdd), + static_cast(0xed), + static_cast(0x6d), + static_cast(0x3a), + static_cast(0x05), + static_cast(0x54), + static_cast(0x2f), + static_cast(0x00), + static_cast(0xdf), + static_cast(0xd2), + static_cast(0xfd), + static_cast(0x96), + static_cast(0x58), + static_cast(0x01), + static_cast(0xb6), + static_cast(0x15), + static_cast(0xfa), + static_cast(0xc9), + static_cast(0xa7), + static_cast(0xfe), + static_cast(0xb9), + static_cast(0x63), + static_cast(0x01), + static_cast(0xa0), + static_cast(0xec), + static_cast(0x04), + static_cast(0xbb), + static_cast(0x2c), + static_cast(0xff), + static_cast(0xe9), + static_cast(0x58), + static_cast(0xfc), + static_cast(0x09), + static_cast(0x74), + static_cast(0x02), + static_cast(0x4f), + static_cast(0x33), + static_cast(0xfd), + static_cast(0x8c), + static_cast(0x10), + static_cast(0x00), + static_cast(0x44), + static_cast(0xad), + static_cast(0xff), + static_cast(0xbb), + static_cast(0xf0), + static_cast(0xfb), + static_cast(0xcc), + static_cast(0x76), + static_cast(0xfe), + static_cast(0x83), + static_cast(0x3f), + static_cast(0xfe), + static_cast(0x47), + static_cast(0xa4), + static_cast(0x00), + static_cast(0x12), + static_cast(0x38), + static_cast(0xfe), + static_cast(0x49), + static_cast(0xf6), + static_cast(0xfe), + static_cast(0x0e), + static_cast(0x44), + static_cast(0x01), + static_cast(0xc1), + static_cast(0x3b), + static_cast(0xff), + static_cast(0x10), + static_cast(0xec), + static_cast(0x00), + static_cast(0x90), + static_cast(0x00), + static_cast(0x00), + static_cast(0x9e), + static_cast(0xfe), + static_cast(0xff), + static_cast(0xcc), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xe3), + static_cast(0x8c), + static_cast(0xfd), + static_cast(0xc9), + static_cast(0x01), + static_cast(0xff), + static_cast(0x04), + static_cast(0xaf), + static_cast(0xfd), + static_cast(0xa5), + static_cast(0x99), + static_cast(0xfe), + static_cast(0xae), + static_cast(0x68), + static_cast(0x00), + static_cast(0x66), + static_cast(0xcf), + static_cast(0x00), + static_cast(0x8f), + static_cast(0x3e), + static_cast(0x01), + static_cast(0x17), + static_cast(0x1b), + static_cast(0x00), + static_cast(0x5c), + static_cast(0x39), + static_cast(0xff), + static_cast(0xc1), + static_cast(0xa0), + static_cast(0xfe), + static_cast(0x82), + static_cast(0x0f), + static_cast(0xff), + static_cast(0xb3), + static_cast(0x6a), + static_cast(0xff), + static_cast(0x67), + static_cast(0x93), + static_cast(0xff), + static_cast(0xe2), + static_cast(0x3a), + static_cast(0x00), + static_cast(0xf3), + static_cast(0x5b), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x31), + static_cast(0xff), + static_cast(0xb3), + static_cast(0xd1), + static_cast(0xff), + static_cast(0x2d), + static_cast(0x04), + static_cast(0x00), + static_cast(0xdd), + static_cast(0x2e), + static_cast(0x00), + static_cast(0xd6), + static_cast(0x7e), + static_cast(0xff), + static_cast(0xda), + static_cast(0x82), + static_cast(0xfe), + static_cast(0x05), + static_cast(0xb3), + static_cast(0xfe), + static_cast(0x60), + static_cast(0x57), + static_cast(0x00), + static_cast(0xe8), + static_cast(0x07), + static_cast(0x01), + static_cast(0x88), + static_cast(0x24), + static_cast(0x00), + static_cast(0x7c), + static_cast(0x91), + static_cast(0xff), + static_cast(0x8d), + static_cast(0x71), + static_cast(0xff), + static_cast(0x12), + static_cast(0xbd), + static_cast(0xfe), + static_cast(0x62), + static_cast(0x1f), + static_cast(0xfe), + static_cast(0x14), + static_cast(0x4e), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x4a), + static_cast(0xfe), + static_cast(0x05), + static_cast(0x68), + static_cast(0xfe), + static_cast(0x0c), + static_cast(0x95), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x04), + static_cast(0xff), + static_cast(0x30), + static_cast(0x50), + static_cast(0x16), + static_cast(0xf2), + static_cast(0x9f), + static_cast(0x2a), + static_cast(0xa3), + static_cast(0xf0), + static_cast(0x04), + static_cast(0x38), + static_cast(0x69), + static_cast(0xef), + static_cast(0x8e), + static_cast(0x7d), + static_cast(0x05), + static_cast(0x67), + static_cast(0xc3), + static_cast(0x00), + static_cast(0x05), + static_cast(0xcf), + static_cast(0xfe), + static_cast(0xfe), + static_cast(0xbc), + static_cast(0x00), + static_cast(0x34), + static_cast(0x8e), + static_cast(0xf9), + static_cast(0x43), + static_cast(0x2c), + static_cast(0xfe), + static_cast(0x01), + static_cast(0xca), + static_cast(0x00), + static_cast(0xb0), + static_cast(0xd5), + static_cast(0x04), + static_cast(0x4c), + static_cast(0x90), + static_cast(0xff), + static_cast(0x87), + static_cast(0x4f), + static_cast(0xfd), + static_cast(0x3a), + static_cast(0x7e), + static_cast(0x02), + static_cast(0x0d), + static_cast(0x3b), + static_cast(0xfd), + static_cast(0x8e), + static_cast(0xfd), + static_cast(0x00), + static_cast(0xe6), + static_cast(0xbc), + static_cast(0xff), + static_cast(0xd9), + static_cast(0x1b), + static_cast(0xfc), + static_cast(0x23), + static_cast(0x16), + static_cast(0xff), + static_cast(0x9b), + static_cast(0xb3), + static_cast(0xfd), + static_cast(0x8a), + static_cast(0x3b), + static_cast(0x00), + static_cast(0x65), + static_cast(0xe4), + static_cast(0xfe), + static_cast(0x05), + static_cast(0xf5), + static_cast(0xfe), + static_cast(0x0d), + static_cast(0x0a), + static_cast(0x01), + static_cast(0x04), + static_cast(0xbd), + static_cast(0xff), + static_cast(0xae), + static_cast(0x04), + static_cast(0x01), + static_cast(0x13), + static_cast(0xe4), + static_cast(0xff), + static_cast(0x68), + static_cast(0x12), + static_cast(0x00), + static_cast(0xec), + static_cast(0x18), + static_cast(0xff), + static_cast(0x82), + static_cast(0x9c), + static_cast(0xfd), + static_cast(0x8f), + static_cast(0x1a), + static_cast(0xff), + static_cast(0xf5), + static_cast(0x22), + static_cast(0xfe), + static_cast(0xee), + static_cast(0xa6), + static_cast(0xfe), + static_cast(0xe0), + static_cast(0xe0), + static_cast(0xff), + static_cast(0x09), + static_cast(0xb9), + static_cast(0x00), + static_cast(0x27), + static_cast(0x39), + static_cast(0x01), + static_cast(0x6d), + static_cast(0x3f), + static_cast(0x00), + static_cast(0xd9), + static_cast(0xfb), + static_cast(0xff), + static_cast(0x47), + static_cast(0x3d), + static_cast(0xff), + static_cast(0xf2), + static_cast(0x56), + static_cast(0xff), + static_cast(0xab), + static_cast(0x54), + static_cast(0xff), + static_cast(0xe1), + static_cast(0x03), + static_cast(0xff), + static_cast(0x58), + static_cast(0xe6), + static_cast(0xff), + static_cast(0x52), + static_cast(0x58), + static_cast(0xff), + static_cast(0x25), + static_cast(0x18), + static_cast(0xff), + static_cast(0xf9), + static_cast(0xed), + static_cast(0xff), + static_cast(0x95), + static_cast(0x4c), + static_cast(0x00), + static_cast(0xc6), + static_cast(0x3d), + static_cast(0x00), + static_cast(0xad), + static_cast(0xb1), + static_cast(0xff), + static_cast(0x30), + static_cast(0xe5), + static_cast(0xfe), + static_cast(0x30), + static_cast(0x9a), + static_cast(0xfe), + static_cast(0xcc), + static_cast(0x12), + static_cast(0x00), + static_cast(0x5d), + static_cast(0x13), + static_cast(0x01), + static_cast(0x6b), + static_cast(0x28), + static_cast(0x00), + static_cast(0x4e), + static_cast(0x92), + static_cast(0xff), + static_cast(0xaf), + static_cast(0x9a), + static_cast(0xff), + static_cast(0xcc), + static_cast(0xde), + static_cast(0xfe), + static_cast(0x33), + static_cast(0x38), + static_cast(0xfe), + static_cast(0xa0), + static_cast(0x8d), + static_cast(0xfe), + static_cast(0x13), + static_cast(0x66), + static_cast(0xfe), + static_cast(0x2b), + static_cast(0x39), + static_cast(0xfe), + static_cast(0x86), + static_cast(0x84), + static_cast(0xfe), + static_cast(0xe6), + static_cast(0xda), + static_cast(0xfe), + static_cast(0xab), + static_cast(0xd8), + static_cast(0x10), + static_cast(0x14), + static_cast(0x6d), + static_cast(0x23), + static_cast(0xe2), + static_cast(0x78), + static_cast(0x09), + static_cast(0x0d), + static_cast(0x6f), + static_cast(0xf3), + static_cast(0x80), + static_cast(0xeb), + static_cast(0x02), + static_cast(0xee), + static_cast(0xd8), + static_cast(0x03), + static_cast(0xa2), + static_cast(0xb0), + static_cast(0xff), + static_cast(0xa4), + static_cast(0x87), + static_cast(0x00), + static_cast(0x6b), + static_cast(0xf2), + static_cast(0xfb), + static_cast(0xab), + static_cast(0x25), + static_cast(0xfe), + static_cast(0xc3), + static_cast(0x81), + static_cast(0x01), + static_cast(0x6c), + static_cast(0xdb), + static_cast(0x03), + static_cast(0x72), + static_cast(0xff), + static_cast(0xff), + static_cast(0x2b), + static_cast(0xb2), + static_cast(0xfd), + static_cast(0x6a), + static_cast(0x04), + static_cast(0x01), + static_cast(0xb8), + static_cast(0x34), + static_cast(0xff), + static_cast(0xde), + static_cast(0x78), + static_cast(0x00), + static_cast(0x80), + static_cast(0xe3), + static_cast(0xff), + static_cast(0x10), + static_cast(0xed), + static_cast(0xfd), + static_cast(0x5d), + static_cast(0xc4), + static_cast(0xfe), + static_cast(0x55), + static_cast(0xbc), + static_cast(0xfe), + static_cast(0x9e), + static_cast(0x12), + static_cast(0x00), + static_cast(0x9e), + static_cast(0x86), + static_cast(0xfe), + static_cast(0x48), + static_cast(0x0e), + static_cast(0xff), + static_cast(0x73), + static_cast(0xae), + static_cast(0x00), + static_cast(0x2e), + static_cast(0x03), + static_cast(0x00), + static_cast(0x5b), + static_cast(0x28), + static_cast(0x01), + static_cast(0x27), + static_cast(0xa5), + static_cast(0x00), + static_cast(0xd8), + static_cast(0x12), + static_cast(0x00), + static_cast(0x5a), + static_cast(0xd1), + static_cast(0xfe), + static_cast(0xd5), + static_cast(0x6b), + static_cast(0xfd), + static_cast(0xc4), + static_cast(0x64), + static_cast(0xfe), + static_cast(0x53), + static_cast(0xb6), + static_cast(0xfe), + static_cast(0xf1), + static_cast(0xc4), + static_cast(0xff), + static_cast(0xdd), + static_cast(0xb5), + static_cast(0x00), + static_cast(0x54), + static_cast(0xe3), + static_cast(0x00), + static_cast(0x64), + static_cast(0xc4), + static_cast(0x00), + static_cast(0xe9), + static_cast(0x70), + static_cast(0xff), + static_cast(0x48), + static_cast(0x00), + static_cast(0xff), + static_cast(0x08), + static_cast(0x47), + static_cast(0xff), + static_cast(0x8a), + static_cast(0xaf), + static_cast(0xff), + static_cast(0xe5), + static_cast(0xf6), + static_cast(0xff), + static_cast(0x73), + static_cast(0x0b), + static_cast(0x00), + static_cast(0x98), + static_cast(0xd6), + static_cast(0xff), + static_cast(0x1a), + static_cast(0xf9), + static_cast(0xfe), + static_cast(0x90), + static_cast(0x2c), + static_cast(0xff), + static_cast(0x7d), + static_cast(0x97), + static_cast(0xff), + static_cast(0x5e), + static_cast(0xed), + static_cast(0xff), + static_cast(0x79), + static_cast(0x4b), + static_cast(0x00), + static_cast(0x51), + static_cast(0x94), + static_cast(0xff), + static_cast(0xad), + static_cast(0x34), + static_cast(0xff), + static_cast(0xf3), + static_cast(0x10), + static_cast(0xff), + static_cast(0x3c), + static_cast(0x3a), + static_cast(0xff), + static_cast(0x5e), + static_cast(0x55), + static_cast(0x00), + static_cast(0x45), + static_cast(0xf6), + static_cast(0x00), + static_cast(0x7e), + static_cast(0x6a), + static_cast(0x00), + static_cast(0xad), + static_cast(0x88), + static_cast(0xff), + static_cast(0xd3), + static_cast(0x44), + static_cast(0xff), + static_cast(0x6a), + static_cast(0xe0), + static_cast(0xfe), + static_cast(0x96), + static_cast(0x6e), + static_cast(0xfe), + static_cast(0x57), + static_cast(0xea), + static_cast(0xfe), + static_cast(0x72), + static_cast(0xed), + static_cast(0xfe), + static_cast(0xc7), + static_cast(0x73), + static_cast(0xfe), + static_cast(0x3e), + static_cast(0xae), + static_cast(0xfe), + static_cast(0x1d), + static_cast(0x29), + static_cast(0x2d), + static_cast(0x30), + static_cast(0x31), + static_cast(0x30), + static_cast(0x2c), + static_cast(0x28), + static_cast(0x25), + static_cast(0x22), + static_cast(0x22), + static_cast(0x23), + static_cast(0x26), + static_cast(0x37), + static_cast(0x3c), + static_cast(0x4a), + static_cast(0x4f), + static_cast(0x52), + static_cast(0x54), + static_cast(0x54), + static_cast(0x54), + static_cast(0x51), + static_cast(0x4e), + static_cast(0x3e), + static_cast(0x3a), + static_cast(0x35), + static_cast(0x31), + static_cast(0x2e), + static_cast(0x2a), + static_cast(0x28), + static_cast(0x26), + static_cast(0x26), + static_cast(0x27), + static_cast(0x28), + static_cast(0x2b), + static_cast(0x2e), + static_cast(0x32), + static_cast(0x46), + static_cast(0x4b), + static_cast(0x52), + static_cast(0x5a), + static_cast(0x5e), + static_cast(0x62), + static_cast(0x65), + static_cast(0x67), + static_cast(0x63), + static_cast(0x66), + static_cast(0x65), + static_cast(0x62), + static_cast(0x5f), + static_cast(0x5c), + static_cast(0x56), + static_cast(0x4d), + static_cast(0x49), + static_cast(0x3a), + static_cast(0x36), + static_cast(0x3c), + static_cast(0x41), + static_cast(0x3e), + static_cast(0x3b), + static_cast(0x38), + static_cast(0x22), + static_cast(0x20), + static_cast(0x2a), + static_cast(0x29), + static_cast(0x2a), + static_cast(0x2b), + static_cast(0x2c), + static_cast(0x34), + static_cast(0x37), + static_cast(0x3a), + static_cast(0x3e), + static_cast(0x42), + static_cast(0x55), + static_cast(0x5b), + static_cast(0x5f), + static_cast(0x65), + static_cast(0x6b), + static_cast(0x6f), + static_cast(0x72), + static_cast(0x76), + static_cast(0x79), + static_cast(0x79), + static_cast(0x73), + static_cast(0x77), + static_cast(0x78), + static_cast(0x74), + static_cast(0x71), + static_cast(0x6d), + static_cast(0x6a), + static_cast(0x66), + static_cast(0x60), + static_cast(0x5b), + static_cast(0x57), + static_cast(0x3d), + static_cast(0x39), + static_cast(0x35), + static_cast(0x51), + static_cast(0x52), + static_cast(0x4f), + static_cast(0x4c), + static_cast(0x49), + static_cast(0x43), + static_cast(0x1c), + static_cast(0x1a), + static_cast(0x2a), + static_cast(0x2d), + static_cast(0x2d), + static_cast(0x2d), + static_cast(0x2e), + static_cast(0x30), + static_cast(0x34), + static_cast(0x3e), + static_cast(0x41), + static_cast(0x45), + static_cast(0x49), + static_cast(0x4d), + static_cast(0x51), + static_cast(0x65), + static_cast(0x6b), + static_cast(0x6f), + static_cast(0x73), + static_cast(0x77), + static_cast(0x7b), + static_cast(0x7f), + static_cast(0x82), + static_cast(0x86), + static_cast(0x89), + static_cast(0x8c), + static_cast(0x8f), + static_cast(0x81), + static_cast(0x83), + static_cast(0x8a), + static_cast(0x8a), + static_cast(0x86), + static_cast(0x82), + static_cast(0x7e), + static_cast(0x7a), + static_cast(0x77), + static_cast(0x74), + static_cast(0x70), + static_cast(0x6c), + static_cast(0x68), + static_cast(0x64), + static_cast(0x3f), + static_cast(0x3c), + static_cast(0x38), + static_cast(0x33), + static_cast(0x67), + static_cast(0x64), + static_cast(0x60), + static_cast(0x5d), + static_cast(0x5a), + static_cast(0x58), + static_cast(0x55), + static_cast(0x16), + static_cast(0x14), + static_cast(0x12), + static_cast(0x30), + static_cast(0x30), + static_cast(0x30), + static_cast(0x30), + static_cast(0x31), + static_cast(0x32), + static_cast(0x33), + static_cast(0x35), + static_cast(0x46), + static_cast(0x49), + static_cast(0x4d), + static_cast(0x50), + static_cast(0x54), + static_cast(0x58), + static_cast(0x5d), + static_cast(0x61), + static_cast(0x66), + static_cast(0x6c), + static_cast(0x70), + static_cast(0x75), + static_cast(0x7a), + static_cast(0x7e), + static_cast(0x83), + static_cast(0x88), + static_cast(0x8c), + static_cast(0x7c), + static_cast(0x80), + static_cast(0xa9), + static_cast(0xac), + static_cast(0xac), + static_cast(0x95), + static_cast(0x92), + static_cast(0x90), + static_cast(0x8c), + static_cast(0x88), + static_cast(0x85), + static_cast(0x82), + static_cast(0x7e), + static_cast(0x7a), + static_cast(0x76), + static_cast(0x72), + static_cast(0x6e), + static_cast(0x4c), + static_cast(0x48), + static_cast(0x44), + static_cast(0x40), + static_cast(0x57), + static_cast(0x52), + static_cast(0x6a), + static_cast(0x66), + static_cast(0x62), + static_cast(0x5e), + static_cast(0x5b), + static_cast(0x1c), + static_cast(0x19), + static_cast(0x16), + static_cast(0x14), + static_cast(0x12), + static_cast(0x10), + static_cast(0x0f), + static_cast(0x0e), + static_cast(0x0d), + static_cast(0x0d), + static_cast(0x2b), + static_cast(0x2c), + static_cast(0x2e), + static_cast(0x30), + static_cast(0x32), + static_cast(0x35), + static_cast(0x38), + static_cast(0x3b), + static_cast(0x50), + static_cast(0x55), + static_cast(0x5a), + static_cast(0x5e), + static_cast(0x62), + static_cast(0x4a), + static_cast(0x65), + static_cast(0x68), + static_cast(0x57), + static_cast(0x5b), + static_cast(0x5f), + static_cast(0x63), + static_cast(0x67), + static_cast(0x6c), + static_cast(0x88), + static_cast(0x8b), + static_cast(0x7a), + static_cast(0x7e), + static_cast(0xa8), + static_cast(0x89), + static_cast(0xb0), + static_cast(0xb4), + static_cast(0x95), + static_cast(0xb2), + static_cast(0xb3), + static_cast(0xb1), + static_cast(0x88), + static_cast(0x84), + static_cast(0x82), + static_cast(0x7e), + static_cast(0x7b), + static_cast(0x77), + static_cast(0x74), + static_cast(0x70), + static_cast(0x6c), + static_cast(0x67), + static_cast(0x63), + static_cast(0x5f), + static_cast(0x5b), + static_cast(0x57), + static_cast(0x53), + static_cast(0x4f), + static_cast(0x4a), + static_cast(0x46), + static_cast(0x41), + static_cast(0x3c), + static_cast(0x38), + static_cast(0x34), + static_cast(0x31), + static_cast(0x2e), + static_cast(0x2b), + static_cast(0x10), + static_cast(0x0e), + static_cast(0x0c), + static_cast(0x0a), + static_cast(0x08), + static_cast(0x06), + static_cast(0x06), + static_cast(0x05), + static_cast(0x04), + static_cast(0x04), + static_cast(0x04), + static_cast(0x05), + static_cast(0x06), + static_cast(0x23), + static_cast(0x25), + static_cast(0x27), + static_cast(0x2a), + static_cast(0x2c), + static_cast(0x2f), + static_cast(0x32), + static_cast(0x36), + static_cast(0x39), + static_cast(0x3c), + static_cast(0x40), + static_cast(0x43), + static_cast(0x46), + static_cast(0x5f), + static_cast(0x63), + static_cast(0x67), + static_cast(0x6b), + static_cast(0x70), + static_cast(0x5e), + static_cast(0x62), + static_cast(0x67), + static_cast(0x6b), + static_cast(0x70), + static_cast(0x75), + static_cast(0x7a), + static_cast(0x7f), + static_cast(0x85), + static_cast(0x8b), + static_cast(0x90), + static_cast(0x96), + static_cast(0xbc), + static_cast(0xba), + static_cast(0xbc), + static_cast(0xbf), + static_cast(0x88), + static_cast(0x86), + static_cast(0x81), + static_cast(0x7d), + static_cast(0x79), + static_cast(0x75), + static_cast(0x71), + static_cast(0x6d), + static_cast(0x69), + static_cast(0x65), + static_cast(0x60), + static_cast(0x5c), + static_cast(0x58), + static_cast(0x54), + static_cast(0x50), + static_cast(0x4c), + static_cast(0x47), + static_cast(0x43), + static_cast(0x3e), + static_cast(0x3a), + static_cast(0x35), + static_cast(0x31), + static_cast(0x2e), + static_cast(0x2a), + static_cast(0x10), + static_cast(0x0e), + static_cast(0x0b), + static_cast(0x08), + static_cast(0x06), + static_cast(0x05), + static_cast(0x04), + static_cast(0x02), + static_cast(0x02), + static_cast(0x01), + static_cast(0x01), + static_cast(0x02), + static_cast(0x02), + static_cast(0x03), + static_cast(0x1e), + static_cast(0x20), + static_cast(0x22), + static_cast(0x24), + static_cast(0x28), + static_cast(0x2b), + static_cast(0x2e), + static_cast(0x32), + static_cast(0x36), + static_cast(0x50), + static_cast(0x53), + static_cast(0x57), + static_cast(0x5b), + static_cast(0x5d), + static_cast(0x62), + static_cast(0x66), + static_cast(0x6a), + static_cast(0x6f), + static_cast(0x74), + static_cast(0x78), + static_cast(0x7d), + static_cast(0x82), + static_cast(0x87), + static_cast(0x75), + static_cast(0x7a), + static_cast(0x7f), + static_cast(0x84), + static_cast(0x8a), + static_cast(0x90), + static_cast(0xba), + static_cast(0xc0), + static_cast(0x9f), + static_cast(0xc0), + static_cast(0xc4), + static_cast(0x88), + static_cast(0x85), + static_cast(0x80), + static_cast(0x7c), + static_cast(0x78), + static_cast(0x74), + static_cast(0x6f), + static_cast(0x6b), + static_cast(0x67), + static_cast(0x62), + static_cast(0x5e), + static_cast(0x5a), + static_cast(0x56), + static_cast(0x51), + static_cast(0x4d), + static_cast(0x49), + static_cast(0x44), + static_cast(0x40), + static_cast(0x3c), + static_cast(0x37), + static_cast(0x33), + static_cast(0x2f), + static_cast(0x2b), + static_cast(0x28), + static_cast(0x3d), + static_cast(0x0c), + static_cast(0x09), + static_cast(0x07), + static_cast(0x05), + static_cast(0x03), + static_cast(0x02), + static_cast(0x01), + static_cast(0x00), + static_cast(0x00), + static_cast(0x16), + static_cast(0x17), + static_cast(0x18), + static_cast(0x19), + static_cast(0x1a), + static_cast(0x1c), + static_cast(0x1f), + static_cast(0x21), + static_cast(0x24), + static_cast(0x28), + static_cast(0x2b), + static_cast(0x47), + static_cast(0x4a), + static_cast(0x4e), + static_cast(0x52), + static_cast(0x56), + static_cast(0x5a), + static_cast(0x5e), + static_cast(0x63), + static_cast(0x67), + static_cast(0x6c), + static_cast(0x70), + static_cast(0x75), + static_cast(0x7a), + static_cast(0x7e), + static_cast(0x83), + static_cast(0x88), + static_cast(0x8d), + static_cast(0x92), + static_cast(0x7e), + static_cast(0x82), + static_cast(0x88), + static_cast(0x8c), + static_cast(0xba), + static_cast(0xb8), + static_cast(0x97), + static_cast(0x96), + static_cast(0xbe), + static_cast(0x8b), + static_cast(0x88), + static_cast(0x82), + static_cast(0x7e), + static_cast(0x7a), + static_cast(0x75), + static_cast(0x71), + static_cast(0x6c), + static_cast(0x68), + static_cast(0x64), + static_cast(0x5f), + static_cast(0x5b), + static_cast(0x57), + static_cast(0x52), + static_cast(0x4e), + static_cast(0x4a), + static_cast(0x46), + static_cast(0x41), + static_cast(0x3d), + static_cast(0x39), + static_cast(0x35), + static_cast(0x31), + static_cast(0x2e), + static_cast(0x2a), + static_cast(0x40), + static_cast(0x3d), + static_cast(0x0d), + static_cast(0x0a), + static_cast(0x08), + static_cast(0x07), + static_cast(0x06), + static_cast(0x05), + static_cast(0x04), + static_cast(0x04), + static_cast(0x04), + static_cast(0x04), + static_cast(0x05), + static_cast(0x1a), + static_cast(0x1c), + static_cast(0x1e), + static_cast(0x20), + static_cast(0x22), + static_cast(0x25), + static_cast(0x28), + static_cast(0x2c), + static_cast(0x2f), + static_cast(0x4c), + static_cast(0x50), + static_cast(0x53), + static_cast(0x57), + static_cast(0x5b), + static_cast(0x64), + static_cast(0x68), + static_cast(0x6c), + static_cast(0x70), + static_cast(0x74), + static_cast(0x79), + static_cast(0x7e), + static_cast(0x82), + static_cast(0x87), + static_cast(0x8c), + static_cast(0x90), + static_cast(0x78), + static_cast(0x7c), + static_cast(0x80), + static_cast(0x85), + static_cast(0x88), + static_cast(0xae), + static_cast(0xb4), + static_cast(0xb5), + static_cast(0xb8), + static_cast(0x90), + static_cast(0x8d), + static_cast(0x8a), + static_cast(0x86), + static_cast(0x82), + static_cast(0x7d), + static_cast(0x79), + static_cast(0x75), + static_cast(0x70), + static_cast(0x6c), + static_cast(0x68), + static_cast(0x64), + static_cast(0x5f), + static_cast(0x5b), + static_cast(0x57), + static_cast(0x53), + static_cast(0x4f), + static_cast(0x4a), + static_cast(0x47), + static_cast(0x43), + static_cast(0x3f), + static_cast(0x3b), + static_cast(0x38), + static_cast(0x34), + static_cast(0x32), + static_cast(0x54), + static_cast(0x51), + static_cast(0x15), + static_cast(0x13), + static_cast(0x11), + static_cast(0x10), + static_cast(0x0e), + static_cast(0x0e), + static_cast(0x0d), + static_cast(0x0d), + static_cast(0x0d), + static_cast(0x0d), + static_cast(0x0e), + static_cast(0x0f), + static_cast(0x10), + static_cast(0x12), + static_cast(0x14), + static_cast(0x28), + static_cast(0x2b), + static_cast(0x2e), + static_cast(0x31), + static_cast(0x34), + static_cast(0x37), + static_cast(0x3b), + static_cast(0x59), + static_cast(0x5c), + static_cast(0x60), + static_cast(0x3a), + static_cast(0x5c), + static_cast(0x60), + static_cast(0x64), + static_cast(0x69), + static_cast(0x6e), + static_cast(0x74), + static_cast(0x7a), + static_cast(0x7f), + static_cast(0x62), + static_cast(0x89), + static_cast(0x6c), + static_cast(0x70), + static_cast(0x73), + static_cast(0x74), + static_cast(0xa1), + static_cast(0x78), + static_cast(0x6a), + static_cast(0x75), + static_cast(0x72), + static_cast(0x6f), + static_cast(0x6a), + static_cast(0x66), + static_cast(0x61), + static_cast(0x5c), + static_cast(0x58), + static_cast(0x53), + static_cast(0x4e), + static_cast(0x4a), + static_cast(0x45), + static_cast(0x40), + static_cast(0x3c), + static_cast(0x37), + static_cast(0x33), + static_cast(0x2f), + static_cast(0x2b), + static_cast(0x28), + static_cast(0x25), + static_cast(0x22), + static_cast(0x0c), + static_cast(0x09), + static_cast(0x08), + static_cast(0x06), + static_cast(0x05), + static_cast(0x04), + static_cast(0x04), + static_cast(0x04), + static_cast(0x04), + static_cast(0x06), + static_cast(0x07), + static_cast(0x08), + static_cast(0x0a), + static_cast(0x0d), + static_cast(0x10), + static_cast(0x24), + static_cast(0x27), + static_cast(0x2b), + static_cast(0x2f), + static_cast(0x32), + static_cast(0x52), + static_cast(0x45), + static_cast(0x4a), + static_cast(0x4e), + static_cast(0x53), + static_cast(0x57), + static_cast(0x5c), + static_cast(0x60), + static_cast(0x64), + static_cast(0x69), + static_cast(0x6d), + static_cast(0x72), + static_cast(0x75), + static_cast(0x78), + static_cast(0x7a), + static_cast(0x6d), + static_cast(0x6e), + static_cast(0x6d), + static_cast(0x6b), + static_cast(0x68), + static_cast(0x73), + static_cast(0x6f), + static_cast(0x6b), + static_cast(0x66), + static_cast(0x62), + static_cast(0x5d), + static_cast(0x59), + static_cast(0x54), + static_cast(0x50), + static_cast(0x4b), + static_cast(0x46), + static_cast(0x42), + static_cast(0x3e), + static_cast(0x3b), + static_cast(0x37), + static_cast(0x34), + static_cast(0x32), + static_cast(0x2f), + static_cast(0x1c), + static_cast(0x1a), + static_cast(0x18), + static_cast(0x17), + static_cast(0x16), + static_cast(0x16), + static_cast(0x16), + static_cast(0x17), + static_cast(0x18), + static_cast(0x19), + static_cast(0x1b), + static_cast(0x1d), + static_cast(0x1f), + static_cast(0x30), + static_cast(0x33), + static_cast(0x36), + static_cast(0x3a), + static_cast(0x3e), + static_cast(0x42), + static_cast(0x2e), + static_cast(0x35), + static_cast(0x3a), + static_cast(0x3e), + static_cast(0x43), + static_cast(0x48), + static_cast(0x4c), + static_cast(0x50), + static_cast(0x54), + static_cast(0x57), + static_cast(0x59), + static_cast(0x5b), + static_cast(0x4d), + static_cast(0x4c), + static_cast(0x4b), + static_cast(0x48), + static_cast(0x44), + static_cast(0x40), + static_cast(0x49), + static_cast(0x44), + static_cast(0x40), + static_cast(0x3a), + static_cast(0x36), + static_cast(0x31), + static_cast(0x2c), + static_cast(0x28), + static_cast(0x24), + static_cast(0x20), + static_cast(0x1d), + static_cast(0x1a), + static_cast(0x18), + static_cast(0x08), + static_cast(0x06), + static_cast(0x06), + static_cast(0x05), + static_cast(0x06), + static_cast(0x06), + static_cast(0x08), + static_cast(0x0a), + static_cast(0x0c), + static_cast(0x0f), + static_cast(0x12), + static_cast(0x22), + static_cast(0x26), + static_cast(0x2a), + static_cast(0x16), + static_cast(0x1a), + static_cast(0x1e), + static_cast(0x2e), + static_cast(0x32), + static_cast(0x36), + static_cast(0x38), + static_cast(0x3b), + static_cast(0x3d), + static_cast(0x3d), + static_cast(0x32), + static_cast(0x30), + static_cast(0x2e), + static_cast(0x37), + static_cast(0x33), + static_cast(0x30), + static_cast(0x20), + static_cast(0x1c), + static_cast(0x18), + static_cast(0x14), + static_cast(0x10), + static_cast(0x0d), + static_cast(0x0a), + static_cast(0x07), + static_cast(0x05), + static_cast(0x04), + static_cast(0x02), + static_cast(0x02), + static_cast(0x02), + static_cast(0x03), + static_cast(0x05), + static_cast(0x07), + static_cast(0x09), + static_cast(0x0c), + static_cast(0x0f), + static_cast(0x12), + static_cast(0x35), + static_cast(0x3a), + static_cast(0x3e), + static_cast(0x4e), + static_cast(0x51), + static_cast(0x54), + static_cast(0x54), + static_cast(0x54), + static_cast(0x52), + static_cast(0x4f), + static_cast(0x4a), + static_cast(0x3c), + static_cast(0x37), + static_cast(0x32), + static_cast(0x2e), + static_cast(0x2b), + static_cast(0x28), + static_cast(0x27), + static_cast(0x26), + static_cast(0x26), + static_cast(0x28), + static_cast(0x2a), + static_cast(0x2e), + static_cast(0x31), + static_cast(0x28), + static_cast(0x2c), + static_cast(0x30), + static_cast(0x31), + static_cast(0x30), + static_cast(0x2d), + static_cast(0x29), + static_cast(0x26), + static_cast(0x23), + static_cast(0x22), + static_cast(0x22), + static_cast(0x25), + static_cast(0x1d), +}; \ No newline at end of file diff --git a/project/lib/custom/openal/include/default_hrtf.txt b/project/lib/custom/openal/include/default_hrtf.txt deleted file mode 100644 index 74cb9f2980..0000000000 --- a/project/lib/custom/openal/include/default_hrtf.txt +++ /dev/null @@ -1,159841 +0,0 @@ - 0x4d, - 0x69, - 0x6e, - 0x50, - 0x48, - 0x52, - 0x30, - 0x33, - 0x80, - 0xbb, - 0x00, - 0x00, - 0x00, - 0x40, - 0x01, - 0x78, - 0x05, - 0x13, - 0x01, - 0x0c, - 0x18, - 0x24, - 0x2d, - 0x38, - 0x3c, - 0x48, - 0x48, - 0x48, - 0x48, - 0x48, - 0x3c, - 0x38, - 0x2d, - 0x24, - 0x18, - 0x0c, - 0x01, - 0x2b, - 0x76, - 0x12, - 0x17, - 0x4f, - 0x2c, - 0xcf, - 0xcd, - 0x19, - 0x7d, - 0x2a, - 0xff, - 0xe7, - 0x4f, - 0x01, - 0x5b, - 0x38, - 0xfb, - 0x5c, - 0xf1, - 0xfe, - 0x69, - 0x68, - 0x08, - 0xac, - 0xba, - 0xfb, - 0xc2, - 0x01, - 0xf3, - 0x40, - 0x05, - 0xfb, - 0xc1, - 0xe8, - 0x09, - 0x05, - 0x65, - 0x06, - 0x55, - 0x9b, - 0xf8, - 0x98, - 0x8c, - 0xf4, - 0x54, - 0xdf, - 0xf3, - 0x70, - 0x08, - 0xff, - 0x16, - 0xb0, - 0x05, - 0x3a, - 0x58, - 0xff, - 0xdc, - 0xfe, - 0xfb, - 0x26, - 0xd1, - 0xfc, - 0xaf, - 0x27, - 0xff, - 0x0c, - 0x1c, - 0xfd, - 0x30, - 0xc6, - 0xfd, - 0x1f, - 0xc7, - 0xfe, - 0x2d, - 0x5a, - 0xfd, - 0xcc, - 0x58, - 0xff, - 0x6e, - 0x41, - 0xfd, - 0xea, - 0xa5, - 0xfc, - 0xea, - 0xb1, - 0xfe, - 0x62, - 0x04, - 0xff, - 0xa3, - 0x92, - 0xff, - 0x1a, - 0x2b, - 0xff, - 0x24, - 0x83, - 0xff, - 0xbb, - 0xbf, - 0xfe, - 0x65, - 0xe1, - 0xfe, - 0xe2, - 0x96, - 0xff, - 0x40, - 0xf7, - 0xfe, - 0xc6, - 0x14, - 0x00, - 0x5b, - 0x07, - 0x00, - 0xc3, - 0x8d, - 0xff, - 0x2f, - 0x70, - 0xff, - 0x55, - 0xb4, - 0xfe, - 0xb3, - 0xa7, - 0xfe, - 0x06, - 0x53, - 0xfe, - 0x7d, - 0x3b, - 0xfe, - 0x7d, - 0x33, - 0xfe, - 0x2a, - 0x6b, - 0xfe, - 0x71, - 0xb6, - 0xfe, - 0x21, - 0x5d, - 0xfe, - 0x28, - 0xce, - 0xfe, - 0x9d, - 0x9f, - 0xff, - 0xbe, - 0x51, - 0x00, - 0xc1, - 0x54, - 0x00, - 0xa3, - 0xb9, - 0xff, - 0x60, - 0x8e, - 0xff, - 0x9e, - 0x27, - 0xff, - 0x05, - 0x05, - 0xff, - 0xe8, - 0xf4, - 0xfe, - 0x70, - 0x43, - 0xfe, - 0x8d, - 0x4f, - 0xfe, - 0x35, - 0xcd, - 0xfe, - 0x74, - 0x3a, - 0xff, - 0xe6, - 0xe3, - 0xff, - 0x9d, - 0xd5, - 0x13, - 0xd5, - 0xeb, - 0x2c, - 0xd4, - 0xb8, - 0x15, - 0x2f, - 0x7d, - 0xfc, - 0x99, - 0x13, - 0x03, - 0xde, - 0xc8, - 0xfb, - 0x76, - 0x08, - 0xff, - 0xf2, - 0x4e, - 0x08, - 0xab, - 0x9d, - 0xfa, - 0xb5, - 0x34, - 0xf3, - 0xd0, - 0xa0, - 0xfb, - 0x44, - 0xad, - 0x09, - 0x5b, - 0xab, - 0x05, - 0x15, - 0x94, - 0xf8, - 0xa6, - 0xd6, - 0xf5, - 0xba, - 0xc3, - 0xf5, - 0xcb, - 0x86, - 0xff, - 0x8a, - 0xec, - 0x03, - 0xe0, - 0xbb, - 0xfe, - 0x26, - 0xf2, - 0xfc, - 0x4c, - 0x26, - 0xfd, - 0xc8, - 0x19, - 0xff, - 0x72, - 0x07, - 0xfd, - 0x11, - 0x07, - 0xfe, - 0xcd, - 0x33, - 0xff, - 0xef, - 0x88, - 0xfd, - 0x4f, - 0x0d, - 0xff, - 0x5d, - 0x45, - 0xfd, - 0x33, - 0x7d, - 0xfd, - 0x4d, - 0x27, - 0xff, - 0x62, - 0x3d, - 0xff, - 0xd6, - 0xcf, - 0xff, - 0x96, - 0x31, - 0xff, - 0xec, - 0x96, - 0xff, - 0xcd, - 0xcc, - 0xfe, - 0xb5, - 0xf1, - 0xfe, - 0x7e, - 0x98, - 0xff, - 0x52, - 0x18, - 0xff, - 0x1a, - 0x30, - 0x00, - 0x2c, - 0xd3, - 0xff, - 0xe6, - 0x6e, - 0xff, - 0x23, - 0x6c, - 0xff, - 0x78, - 0xcc, - 0xfe, - 0x27, - 0xdf, - 0xfe, - 0x8d, - 0x84, - 0xfe, - 0x68, - 0x72, - 0xfe, - 0xd1, - 0x6f, - 0xfe, - 0x28, - 0xaa, - 0xfe, - 0x28, - 0xe4, - 0xfe, - 0x42, - 0xa2, - 0xfe, - 0x4f, - 0x4f, - 0xff, - 0x45, - 0x0a, - 0x00, - 0x59, - 0x7b, - 0x00, - 0xe0, - 0x52, - 0x00, - 0x79, - 0x92, - 0xff, - 0xf5, - 0x5c, - 0xff, - 0x8e, - 0x0c, - 0xff, - 0xaa, - 0xf4, - 0xfe, - 0x0f, - 0xee, - 0xfe, - 0x74, - 0x5e, - 0xfe, - 0x09, - 0x77, - 0xfe, - 0xe4, - 0xe9, - 0xfe, - 0xc9, - 0x58, - 0xff, - 0x83, - 0xf9, - 0xff, - 0xbb, - 0xb2, - 0x13, - 0x53, - 0xe3, - 0x2a, - 0x19, - 0xba, - 0x13, - 0xf7, - 0x2f, - 0xfd, - 0xba, - 0x6c, - 0x02, - 0xcb, - 0x42, - 0xfb, - 0x32, - 0x5c, - 0x00, - 0xbc, - 0xcd, - 0x07, - 0xc2, - 0x3c, - 0xfa, - 0x76, - 0x9a, - 0xf3, - 0xb3, - 0x82, - 0xfc, - 0xeb, - 0x3b, - 0x0a, - 0x6a, - 0x8e, - 0x04, - 0x93, - 0x97, - 0xf8, - 0xb1, - 0x33, - 0xf6, - 0xcf, - 0x33, - 0xf6, - 0x36, - 0xce, - 0x00, - 0x19, - 0x7e, - 0x04, - 0x29, - 0x95, - 0xfe, - 0xc2, - 0xab, - 0xfc, - 0x4c, - 0xc3, - 0xfd, - 0x5b, - 0x74, - 0xff, - 0x40, - 0xfb, - 0xfc, - 0x3b, - 0x54, - 0xfe, - 0xf2, - 0xe9, - 0xfe, - 0x82, - 0xb0, - 0xfd, - 0x83, - 0x56, - 0xff, - 0x2d, - 0xf4, - 0xfc, - 0x19, - 0x49, - 0xfd, - 0xad, - 0x2d, - 0xff, - 0x80, - 0x53, - 0xff, - 0x33, - 0xab, - 0xff, - 0xb3, - 0x32, - 0xff, - 0x86, - 0x9d, - 0xff, - 0xd6, - 0xd7, - 0xfe, - 0xe2, - 0x36, - 0xff, - 0x1a, - 0x95, - 0xff, - 0x13, - 0x0d, - 0xff, - 0x06, - 0x44, - 0x00, - 0x5d, - 0xee, - 0xff, - 0xc4, - 0x8c, - 0xff, - 0xdc, - 0x70, - 0xff, - 0x3f, - 0xdd, - 0xfe, - 0xac, - 0xf2, - 0xfe, - 0x8b, - 0xa6, - 0xfe, - 0xb9, - 0x93, - 0xfe, - 0xc3, - 0x89, - 0xfe, - 0x3f, - 0xdb, - 0xfe, - 0x16, - 0x03, - 0xff, - 0x3c, - 0x99, - 0xfe, - 0xd3, - 0xfc, - 0xfe, - 0xf8, - 0x91, - 0xff, - 0xf4, - 0x1f, - 0x00, - 0xee, - 0x06, - 0x00, - 0x5b, - 0x7e, - 0xff, - 0x4d, - 0x75, - 0xff, - 0xc3, - 0x23, - 0xff, - 0x0e, - 0x28, - 0xff, - 0xd5, - 0x25, - 0xff, - 0xd3, - 0x88, - 0xfe, - 0x80, - 0xa8, - 0xfe, - 0x7d, - 0x02, - 0xff, - 0xdc, - 0x4a, - 0xff, - 0x67, - 0xcd, - 0xff, - 0xde, - 0xa6, - 0x12, - 0x7a, - 0x24, - 0x29, - 0x1c, - 0x30, - 0x13, - 0x20, - 0xe4, - 0xfc, - 0x0a, - 0xfc, - 0x01, - 0x17, - 0x6b, - 0xfb, - 0x88, - 0x63, - 0x00, - 0x8f, - 0xf9, - 0x07, - 0xb6, - 0xb5, - 0xfa, - 0xba, - 0x50, - 0xf4, - 0x3f, - 0x3e, - 0xfd, - 0xff, - 0x97, - 0x0a, - 0xf3, - 0xd4, - 0x04, - 0xc3, - 0xc6, - 0xf8, - 0x43, - 0x78, - 0xf6, - 0xa5, - 0x2a, - 0xf6, - 0x38, - 0xc7, - 0x00, - 0xae, - 0x00, - 0x05, - 0x2f, - 0xa2, - 0xfe, - 0xab, - 0x5f, - 0xfc, - 0xfa, - 0xb0, - 0xfd, - 0x21, - 0xa9, - 0xff, - 0x2e, - 0x39, - 0xfd, - 0x6c, - 0x64, - 0xfe, - 0xc7, - 0xf6, - 0xfe, - 0x81, - 0xa6, - 0xfd, - 0x3f, - 0x86, - 0xff, - 0xdb, - 0x2e, - 0xfd, - 0x93, - 0x37, - 0xfd, - 0xff, - 0x1d, - 0xff, - 0xda, - 0x43, - 0xff, - 0x89, - 0xa1, - 0xff, - 0x33, - 0x30, - 0xff, - 0x44, - 0x9f, - 0xff, - 0x99, - 0xc7, - 0xfe, - 0xe8, - 0x11, - 0xff, - 0x8e, - 0x8f, - 0xff, - 0x20, - 0xf7, - 0xfe, - 0x5b, - 0x17, - 0x00, - 0x8f, - 0xcd, - 0xff, - 0xe7, - 0x71, - 0xff, - 0x31, - 0x5e, - 0xff, - 0xfe, - 0xc3, - 0xfe, - 0x5f, - 0xcc, - 0xfe, - 0xdf, - 0x79, - 0xfe, - 0x8d, - 0x7a, - 0xfe, - 0x21, - 0x78, - 0xfe, - 0xd6, - 0xb5, - 0xfe, - 0x8f, - 0xe1, - 0xfe, - 0xa5, - 0x7c, - 0xfe, - 0x02, - 0xed, - 0xfe, - 0xe5, - 0x99, - 0xff, - 0xee, - 0x25, - 0x00, - 0x83, - 0x0a, - 0x00, - 0xf9, - 0x88, - 0xff, - 0x64, - 0x7e, - 0xff, - 0x54, - 0x24, - 0xff, - 0xe8, - 0x1a, - 0xff, - 0xa8, - 0x0c, - 0xff, - 0x98, - 0x68, - 0xfe, - 0x21, - 0x8b, - 0xfe, - 0x08, - 0xf5, - 0xfe, - 0xd2, - 0x4a, - 0xff, - 0xe3, - 0xdc, - 0xff, - 0x5f, - 0x15, - 0x12, - 0xb6, - 0xbc, - 0x28, - 0xd6, - 0xbd, - 0x13, - 0xe0, - 0xf7, - 0xfc, - 0x4c, - 0x20, - 0x02, - 0xe0, - 0xeb, - 0xfb, - 0x88, - 0x63, - 0x00, - 0xb7, - 0x6e, - 0x08, - 0xbc, - 0x34, - 0xfb, - 0x95, - 0x7c, - 0xf4, - 0x13, - 0x2a, - 0xfd, - 0x37, - 0x6c, - 0x0a, - 0xf3, - 0x0e, - 0x05, - 0x29, - 0xa2, - 0xf8, - 0x07, - 0x50, - 0xf6, - 0x84, - 0x0e, - 0xf6, - 0xe5, - 0xa9, - 0x00, - 0xf5, - 0x44, - 0x05, - 0xe5, - 0xa3, - 0xfe, - 0x61, - 0x50, - 0xfc, - 0x2e, - 0xa0, - 0xfd, - 0xaf, - 0xba, - 0xff, - 0xc9, - 0x6a, - 0xfd, - 0x4f, - 0x6b, - 0xfe, - 0x4d, - 0x23, - 0xff, - 0x0b, - 0xb4, - 0xfd, - 0x56, - 0xa7, - 0xff, - 0xfd, - 0x4c, - 0xfd, - 0xf0, - 0x04, - 0xfd, - 0xda, - 0xf4, - 0xfe, - 0x6f, - 0x16, - 0xff, - 0x5c, - 0x8c, - 0xff, - 0x4b, - 0x27, - 0xff, - 0x2e, - 0x92, - 0xff, - 0x3c, - 0xc0, - 0xfe, - 0xe0, - 0xff, - 0xfe, - 0xed, - 0x93, - 0xff, - 0x82, - 0xeb, - 0xfe, - 0x7d, - 0x0d, - 0x00, - 0x56, - 0xda, - 0xff, - 0xbc, - 0x78, - 0xff, - 0x5e, - 0x6d, - 0xff, - 0xf3, - 0xcc, - 0xfe, - 0x80, - 0xd6, - 0xfe, - 0x29, - 0x81, - 0xfe, - 0x6b, - 0x74, - 0xfe, - 0x40, - 0x6e, - 0xfe, - 0x22, - 0xaa, - 0xfe, - 0xb0, - 0xdf, - 0xfe, - 0x36, - 0x7a, - 0xfe, - 0xb6, - 0xf0, - 0xfe, - 0xae, - 0xa8, - 0xff, - 0x54, - 0x3a, - 0x00, - 0x1a, - 0x29, - 0x00, - 0xf6, - 0x9a, - 0xff, - 0x41, - 0x82, - 0xff, - 0xaa, - 0x21, - 0xff, - 0x5f, - 0x0e, - 0xff, - 0x74, - 0x04, - 0xff, - 0x54, - 0x64, - 0xfe, - 0x51, - 0x86, - 0xfe, - 0xe7, - 0xf8, - 0xfe, - 0x97, - 0x53, - 0xff, - 0xf9, - 0xe3, - 0xff, - 0x9d, - 0x0f, - 0x12, - 0x62, - 0x02, - 0x29, - 0x24, - 0x03, - 0x14, - 0xc9, - 0x8e, - 0xfc, - 0xe9, - 0xbb, - 0x01, - 0x55, - 0xab, - 0xfb, - 0x7d, - 0x02, - 0x00, - 0x04, - 0x60, - 0x08, - 0x64, - 0x06, - 0xfb, - 0x10, - 0x11, - 0xf4, - 0xba, - 0xd0, - 0xfc, - 0xfd, - 0x76, - 0x0a, - 0xf7, - 0x70, - 0x05, - 0x6a, - 0xa4, - 0xf8, - 0x2f, - 0x3f, - 0xf6, - 0x5f, - 0x07, - 0xf6, - 0x8d, - 0xac, - 0x00, - 0xe9, - 0x9c, - 0x05, - 0x53, - 0xed, - 0xfe, - 0xda, - 0x71, - 0xfc, - 0x1b, - 0xa3, - 0xfd, - 0x89, - 0xc7, - 0xff, - 0xda, - 0x72, - 0xfd, - 0xa0, - 0x47, - 0xfe, - 0x1e, - 0x15, - 0xff, - 0x76, - 0x9c, - 0xfd, - 0x4b, - 0xa2, - 0xff, - 0xe8, - 0x72, - 0xfd, - 0x00, - 0x2c, - 0xfd, - 0x64, - 0x25, - 0xff, - 0x92, - 0x42, - 0xff, - 0xc4, - 0xb8, - 0xff, - 0x89, - 0x3d, - 0xff, - 0xf5, - 0x89, - 0xff, - 0x97, - 0xa8, - 0xfe, - 0x00, - 0xda, - 0xfe, - 0xb1, - 0x7e, - 0xff, - 0xfb, - 0xde, - 0xfe, - 0xa9, - 0x05, - 0x00, - 0x19, - 0xd9, - 0xff, - 0xab, - 0x6e, - 0xff, - 0x45, - 0x61, - 0xff, - 0x0c, - 0xbb, - 0xfe, - 0x20, - 0xc1, - 0xfe, - 0xb5, - 0x6f, - 0xfe, - 0x01, - 0x69, - 0xfe, - 0x04, - 0x6b, - 0xfe, - 0x7f, - 0xa7, - 0xfe, - 0x43, - 0xdf, - 0xfe, - 0x9d, - 0x79, - 0xfe, - 0xcc, - 0xe8, - 0xfe, - 0xcc, - 0xa2, - 0xff, - 0x4e, - 0x3d, - 0x00, - 0xf9, - 0x2a, - 0x00, - 0xfe, - 0x93, - 0xff, - 0x19, - 0x79, - 0xff, - 0x25, - 0x1b, - 0xff, - 0xb0, - 0x0b, - 0xff, - 0xac, - 0x05, - 0xff, - 0x77, - 0x5e, - 0xfe, - 0xcd, - 0x76, - 0xfe, - 0x94, - 0xe9, - 0xfe, - 0xd6, - 0x44, - 0xff, - 0x01, - 0xd8, - 0xff, - 0x5a, - 0x8d, - 0x12, - 0xb8, - 0xa6, - 0x2a, - 0x61, - 0x3d, - 0x15, - 0x9a, - 0x70, - 0xfc, - 0xb6, - 0xf7, - 0x01, - 0x95, - 0xa1, - 0xfb, - 0x46, - 0x7e, - 0xff, - 0x5b, - 0x5b, - 0x08, - 0xac, - 0x63, - 0xfa, - 0x84, - 0x08, - 0xf3, - 0x74, - 0xf8, - 0xfb, - 0xd7, - 0x44, - 0x0a, - 0x6f, - 0xc1, - 0x05, - 0x25, - 0x30, - 0xf8, - 0xb2, - 0xb8, - 0xf5, - 0x89, - 0x99, - 0xf5, - 0x86, - 0x40, - 0x00, - 0xca, - 0x93, - 0x05, - 0x5d, - 0xd3, - 0xfe, - 0xb7, - 0x67, - 0xfc, - 0x7d, - 0x96, - 0xfd, - 0x22, - 0xd3, - 0xff, - 0x94, - 0x77, - 0xfd, - 0x08, - 0x2f, - 0xfe, - 0x7d, - 0x3c, - 0xff, - 0x3e, - 0xa4, - 0xfd, - 0xaf, - 0xaf, - 0xff, - 0xd0, - 0x8a, - 0xfd, - 0x91, - 0x2b, - 0xfd, - 0xe5, - 0x3b, - 0xff, - 0xd7, - 0x4c, - 0xff, - 0x61, - 0xc6, - 0xff, - 0x4f, - 0x48, - 0xff, - 0x71, - 0xb3, - 0xff, - 0x4d, - 0xf6, - 0xfe, - 0x09, - 0x25, - 0xff, - 0xff, - 0xd1, - 0xff, - 0xe9, - 0x10, - 0xff, - 0x2c, - 0x2d, - 0x00, - 0xaa, - 0x05, - 0x00, - 0x1a, - 0x8a, - 0xff, - 0xaa, - 0x76, - 0xff, - 0xfd, - 0xbf, - 0xfe, - 0xb6, - 0xbe, - 0xfe, - 0x35, - 0x6a, - 0xfe, - 0xf3, - 0x68, - 0xfe, - 0xa2, - 0x74, - 0xfe, - 0xa8, - 0xb7, - 0xfe, - 0xea, - 0xfe, - 0xfe, - 0x8d, - 0x8e, - 0xfe, - 0x44, - 0xef, - 0xfe, - 0x10, - 0xa4, - 0xff, - 0x70, - 0x35, - 0x00, - 0x52, - 0x22, - 0x00, - 0x21, - 0x7b, - 0xff, - 0xcc, - 0x50, - 0xff, - 0x4a, - 0xf5, - 0xfe, - 0x3a, - 0xec, - 0xfe, - 0x52, - 0xf9, - 0xfe, - 0x1b, - 0x62, - 0xfe, - 0x7b, - 0x82, - 0xfe, - 0x71, - 0xfa, - 0xfe, - 0x38, - 0x54, - 0xff, - 0x3b, - 0xec, - 0xff, - 0x01, - 0x5f, - 0x13, - 0xdf, - 0x75, - 0x2c, - 0xe6, - 0x50, - 0x16, - 0xa6, - 0x92, - 0xfc, - 0x57, - 0x11, - 0x02, - 0xca, - 0x83, - 0xfb, - 0xdf, - 0x3c, - 0xff, - 0x66, - 0x00, - 0x08, - 0xa5, - 0xbc, - 0xf9, - 0x29, - 0x97, - 0xf2, - 0x58, - 0x05, - 0xfc, - 0x12, - 0xdd, - 0x09, - 0xef, - 0x06, - 0x05, - 0x55, - 0x3e, - 0xf8, - 0x31, - 0xe4, - 0xf5, - 0xa2, - 0x7d, - 0xf5, - 0x77, - 0x16, - 0x00, - 0x7a, - 0x2d, - 0x05, - 0x9c, - 0xb2, - 0xfe, - 0x37, - 0xaf, - 0xfc, - 0x40, - 0xae, - 0xfd, - 0xcf, - 0x7d, - 0xff, - 0xbb, - 0x2d, - 0xfd, - 0x34, - 0x1c, - 0xfe, - 0x4b, - 0x26, - 0xff, - 0xbc, - 0x9b, - 0xfd, - 0xdb, - 0x7c, - 0xff, - 0xe9, - 0x39, - 0xfd, - 0x4a, - 0x11, - 0xfd, - 0xf2, - 0x37, - 0xff, - 0xb4, - 0x3c, - 0xff, - 0xb7, - 0xbb, - 0xff, - 0xe3, - 0x4f, - 0xff, - 0x65, - 0xbc, - 0xff, - 0x7b, - 0xf6, - 0xfe, - 0x3d, - 0x18, - 0xff, - 0xb2, - 0xbc, - 0xff, - 0x67, - 0x0a, - 0xff, - 0x4f, - 0x2f, - 0x00, - 0x6a, - 0xea, - 0xff, - 0x70, - 0x5d, - 0xff, - 0xe4, - 0x61, - 0xff, - 0xc1, - 0xb7, - 0xfe, - 0xa4, - 0xbb, - 0xfe, - 0x63, - 0x6a, - 0xfe, - 0x52, - 0x68, - 0xfe, - 0x08, - 0x7a, - 0xfe, - 0x91, - 0xbf, - 0xfe, - 0xc2, - 0x13, - 0xff, - 0x39, - 0xad, - 0xfe, - 0x97, - 0x0e, - 0xff, - 0xe3, - 0xbf, - 0xff, - 0xb4, - 0x41, - 0x00, - 0xd6, - 0x34, - 0x00, - 0x9a, - 0xa5, - 0xff, - 0x8d, - 0x72, - 0xff, - 0x90, - 0xfb, - 0xfe, - 0xc4, - 0xe8, - 0xfe, - 0x74, - 0xf9, - 0xfe, - 0x09, - 0x6a, - 0xfe, - 0x40, - 0x8f, - 0xfe, - 0xf5, - 0x07, - 0xff, - 0x31, - 0x63, - 0xff, - 0x25, - 0x06, - 0x00, - 0x09, - 0x01, - 0x14, - 0x7a, - 0xe8, - 0x2d, - 0xfb, - 0xc1, - 0x16, - 0x08, - 0x13, - 0xfc, - 0xc7, - 0x73, - 0x02, - 0xd6, - 0xed, - 0xfb, - 0x48, - 0x2c, - 0xff, - 0x61, - 0xcf, - 0x07, - 0x4e, - 0xff, - 0xf8, - 0x78, - 0x7b, - 0xf2, - 0x9c, - 0x2d, - 0xfd, - 0x5c, - 0x15, - 0x0a, - 0x06, - 0x33, - 0x03, - 0xb0, - 0xe4, - 0xf6, - 0x89, - 0x5e, - 0xf6, - 0x29, - 0x8c, - 0xf6, - 0xf2, - 0x23, - 0x01, - 0x65, - 0x31, - 0x05, - 0x6f, - 0x8f, - 0xfd, - 0xcb, - 0x27, - 0xfc, - 0x14, - 0x25, - 0xfe, - 0xec, - 0xf3, - 0xff, - 0x24, - 0x1b, - 0xfd, - 0xb6, - 0xd0, - 0xfd, - 0xae, - 0xde, - 0xfe, - 0x87, - 0x94, - 0xfd, - 0x31, - 0xa7, - 0xff, - 0x8f, - 0xfd, - 0xfc, - 0x9a, - 0xab, - 0xfc, - 0xd8, - 0xfc, - 0xfe, - 0xd3, - 0xf5, - 0xfe, - 0x7d, - 0x7e, - 0xff, - 0x9f, - 0x4f, - 0xff, - 0xc5, - 0xd4, - 0xff, - 0x45, - 0xd9, - 0xfe, - 0x6c, - 0xcb, - 0xfe, - 0xd9, - 0x72, - 0xff, - 0x6d, - 0xe3, - 0xfe, - 0x4b, - 0x3c, - 0x00, - 0x13, - 0x06, - 0x00, - 0xcf, - 0x57, - 0xff, - 0x6f, - 0x4b, - 0xff, - 0xe4, - 0x9e, - 0xfe, - 0x51, - 0x9a, - 0xfe, - 0x7c, - 0x59, - 0xfe, - 0xb9, - 0x67, - 0xfe, - 0xe1, - 0x71, - 0xfe, - 0x28, - 0x9a, - 0xfe, - 0x9c, - 0xcd, - 0xfe, - 0x37, - 0x78, - 0xfe, - 0x0b, - 0x11, - 0xff, - 0x3b, - 0xe0, - 0xff, - 0x36, - 0x5e, - 0x00, - 0x24, - 0x3c, - 0x00, - 0xbd, - 0x98, - 0xff, - 0xf2, - 0x87, - 0xff, - 0xc5, - 0x29, - 0xff, - 0xca, - 0xef, - 0xfe, - 0x30, - 0xe7, - 0xfe, - 0x6d, - 0x4f, - 0xfe, - 0xcd, - 0x86, - 0xfe, - 0xe0, - 0x1d, - 0xff, - 0x5c, - 0x70, - 0xff, - 0x44, - 0xff, - 0xff, - 0x00, - 0x30, - 0x15, - 0x60, - 0x2d, - 0x30, - 0xb9, - 0x67, - 0x16, - 0x2a, - 0xd8, - 0xf9, - 0x2e, - 0xbe, - 0x01, - 0xe6, - 0x57, - 0xfb, - 0x62, - 0x90, - 0xff, - 0x9d, - 0x9e, - 0x09, - 0xa4, - 0x38, - 0xf9, - 0xe2, - 0xed, - 0xf1, - 0x1e, - 0xca, - 0xfd, - 0x22, - 0xfe, - 0x0b, - 0xab, - 0xff, - 0x03, - 0x1c, - 0x30, - 0xf5, - 0x7d, - 0xb0, - 0xf4, - 0xee, - 0xc9, - 0xf5, - 0x5f, - 0x85, - 0x01, - 0x1f, - 0x25, - 0x06, - 0x05, - 0x63, - 0xfd, - 0xbf, - 0x70, - 0xfb, - 0xa6, - 0xaa, - 0xfd, - 0x7c, - 0xc5, - 0xff, - 0x85, - 0xfb, - 0xfc, - 0x9f, - 0xe5, - 0xfd, - 0xd0, - 0x05, - 0xff, - 0x00, - 0x52, - 0xfd, - 0x33, - 0x9f, - 0xff, - 0xfe, - 0xde, - 0xfc, - 0xf3, - 0x5f, - 0xfc, - 0xd8, - 0x0d, - 0xff, - 0x34, - 0x0a, - 0xff, - 0x96, - 0x84, - 0xff, - 0x7a, - 0x2c, - 0xff, - 0x05, - 0xab, - 0xff, - 0xdf, - 0xd6, - 0xfe, - 0xa3, - 0xe5, - 0xfe, - 0x13, - 0x8c, - 0xff, - 0x25, - 0xb7, - 0xfe, - 0xbf, - 0x1b, - 0x00, - 0xe7, - 0x06, - 0x00, - 0x56, - 0x60, - 0xff, - 0x3a, - 0x64, - 0xff, - 0x4f, - 0xaa, - 0xfe, - 0xb6, - 0xa1, - 0xfe, - 0x14, - 0x46, - 0xfe, - 0xc5, - 0x42, - 0xfe, - 0x24, - 0x58, - 0xfe, - 0x45, - 0x8c, - 0xfe, - 0x93, - 0xbd, - 0xfe, - 0x89, - 0x3f, - 0xfe, - 0x99, - 0xd7, - 0xfe, - 0x91, - 0xde, - 0xff, - 0x80, - 0x7a, - 0x00, - 0x5d, - 0x5a, - 0x00, - 0x16, - 0xb5, - 0xff, - 0x43, - 0x83, - 0xff, - 0x1d, - 0x24, - 0xff, - 0x07, - 0x03, - 0xff, - 0xdd, - 0xd4, - 0xfe, - 0xf4, - 0x20, - 0xfe, - 0x1c, - 0x53, - 0xfe, - 0x91, - 0xf4, - 0xfe, - 0x09, - 0x6f, - 0xff, - 0x6e, - 0x0a, - 0x00, - 0x23, - 0xa1, - 0x15, - 0x43, - 0x01, - 0x31, - 0xaf, - 0x02, - 0x17, - 0x74, - 0x5b, - 0xfa, - 0x9a, - 0x49, - 0x01, - 0x3b, - 0x2e, - 0xfa, - 0x4a, - 0x7f, - 0xff, - 0x53, - 0x14, - 0x0a, - 0xd3, - 0xb0, - 0xf9, - 0xf8, - 0x56, - 0xf1, - 0xd1, - 0x42, - 0xfc, - 0xac, - 0x91, - 0x0c, - 0x55, - 0x02, - 0x06, - 0x73, - 0x34, - 0xf6, - 0xb7, - 0xa7, - 0xf3, - 0xb0, - 0xaf, - 0xf3, - 0x43, - 0xef, - 0x00, - 0xa6, - 0xfc, - 0x06, - 0x40, - 0x5c, - 0xfe, - 0x61, - 0x56, - 0xfb, - 0xa5, - 0xe7, - 0xfc, - 0x8a, - 0x90, - 0xff, - 0xd8, - 0xca, - 0xfc, - 0x89, - 0xdc, - 0xfd, - 0x26, - 0xf5, - 0xfe, - 0x53, - 0x1f, - 0xfd, - 0x7f, - 0xab, - 0xff, - 0x75, - 0xec, - 0xfc, - 0x1f, - 0x84, - 0xfc, - 0x2a, - 0x09, - 0xff, - 0xc9, - 0x19, - 0xff, - 0xaf, - 0xac, - 0xff, - 0x6f, - 0x1b, - 0xff, - 0xe8, - 0x90, - 0xff, - 0x59, - 0x9f, - 0xfe, - 0x7b, - 0xe4, - 0xfe, - 0x54, - 0xb6, - 0xff, - 0x72, - 0xde, - 0xfe, - 0xad, - 0x43, - 0x00, - 0xf0, - 0x08, - 0x00, - 0xf6, - 0x78, - 0xff, - 0x62, - 0x69, - 0xff, - 0x92, - 0x93, - 0xfe, - 0xda, - 0xa2, - 0xfe, - 0x27, - 0x44, - 0xfe, - 0x3d, - 0x36, - 0xfe, - 0xb6, - 0x31, - 0xfe, - 0x94, - 0x74, - 0xfe, - 0x24, - 0xc4, - 0xfe, - 0xea, - 0x4e, - 0xfe, - 0x5b, - 0xe0, - 0xfe, - 0x11, - 0xc5, - 0xff, - 0x5d, - 0x73, - 0x00, - 0xfa, - 0x57, - 0x00, - 0x39, - 0x9f, - 0xff, - 0xc3, - 0x84, - 0xff, - 0x3c, - 0x15, - 0xff, - 0x97, - 0xfd, - 0xfe, - 0x8f, - 0xf1, - 0xfe, - 0xb9, - 0x24, - 0xfe, - 0x1c, - 0x4f, - 0xfe, - 0xc7, - 0xe2, - 0xfe, - 0xfc, - 0x4e, - 0xff, - 0xa3, - 0x02, - 0x00, - 0xdd, - 0x0f, - 0x15, - 0x1e, - 0x75, - 0x30, - 0x84, - 0x45, - 0x18, - 0x37, - 0xf4, - 0xfb, - 0x40, - 0x99, - 0x01, - 0x68, - 0x6f, - 0xfa, - 0xfe, - 0x36, - 0xff, - 0xf1, - 0x17, - 0x09, - 0x10, - 0x91, - 0xf9, - 0x18, - 0x18, - 0xf1, - 0xba, - 0xa3, - 0xfa, - 0xfb, - 0x54, - 0x0b, - 0xf8, - 0x9b, - 0x06, - 0xa9, - 0x47, - 0xf8, - 0x20, - 0x78, - 0xf5, - 0x0b, - 0xad, - 0xf2, - 0xd8, - 0xd4, - 0xfe, - 0xee, - 0xf6, - 0x06, - 0xb3, - 0x4b, - 0xff, - 0xff, - 0x2c, - 0xfc, - 0x7c, - 0x24, - 0xfd, - 0xf7, - 0x49, - 0xff, - 0x08, - 0x2b, - 0xfd, - 0xb4, - 0x0e, - 0xfe, - 0x92, - 0xc2, - 0xfe, - 0x83, - 0x16, - 0xfd, - 0xef, - 0xa0, - 0xff, - 0x03, - 0xe3, - 0xfc, - 0xd3, - 0x6a, - 0xfc, - 0xd0, - 0xf2, - 0xfe, - 0xc1, - 0xc8, - 0xfe, - 0x9a, - 0xac, - 0xff, - 0x25, - 0x7e, - 0xff, - 0xe3, - 0xaa, - 0xff, - 0xed, - 0xeb, - 0xfe, - 0xdf, - 0x1c, - 0xff, - 0x08, - 0xd3, - 0xff, - 0xf9, - 0xf0, - 0xfe, - 0xb2, - 0xfa, - 0xff, - 0xd2, - 0xdf, - 0xff, - 0x73, - 0x72, - 0xff, - 0x11, - 0x86, - 0xff, - 0x89, - 0x9f, - 0xfe, - 0xda, - 0x9e, - 0xfe, - 0x3b, - 0x68, - 0xfe, - 0x83, - 0x3f, - 0xfe, - 0x55, - 0x41, - 0xfe, - 0xdb, - 0x6e, - 0xfe, - 0x7a, - 0xd8, - 0xfe, - 0x4c, - 0x93, - 0xfe, - 0x0a, - 0x06, - 0xff, - 0x78, - 0xe7, - 0xff, - 0xec, - 0x7b, - 0x00, - 0x1f, - 0x63, - 0x00, - 0x2e, - 0xa7, - 0xff, - 0x70, - 0x5a, - 0xff, - 0x80, - 0xdf, - 0xfe, - 0x13, - 0xdf, - 0xfe, - 0x77, - 0xf2, - 0xfe, - 0xa0, - 0x1f, - 0xfe, - 0xce, - 0x48, - 0xfe, - 0x31, - 0xf0, - 0xfe, - 0x75, - 0x60, - 0xff, - 0xe3, - 0x0e, - 0x00, - 0x7c, - 0xeb, - 0x14, - 0x54, - 0x86, - 0x2f, - 0x4c, - 0x00, - 0x17, - 0xf7, - 0xc7, - 0xfb, - 0x4b, - 0x6a, - 0x02, - 0xb6, - 0x25, - 0xfb, - 0x8c, - 0xf2, - 0xfe, - 0xff, - 0x4a, - 0x08, - 0x04, - 0xac, - 0xf9, - 0xf5, - 0x9d, - 0xf2, - 0xb9, - 0x71, - 0xfb, - 0xf4, - 0x15, - 0x0a, - 0x83, - 0xd0, - 0x05, - 0x1d, - 0x9c, - 0xf7, - 0x50, - 0xbd, - 0xf5, - 0xd3, - 0x22, - 0xf5, - 0xfc, - 0xf2, - 0xfd, - 0x36, - 0x36, - 0x04, - 0xc6, - 0x96, - 0xff, - 0xb1, - 0x1f, - 0xfd, - 0x68, - 0x98, - 0xfd, - 0x54, - 0x89, - 0xff, - 0xe5, - 0x08, - 0xfd, - 0x69, - 0xc7, - 0xfd, - 0x0b, - 0xd4, - 0xfe, - 0x34, - 0x0b, - 0xfd, - 0xfb, - 0x10, - 0xff, - 0x4a, - 0x79, - 0xfd, - 0x83, - 0x10, - 0xfd, - 0x6e, - 0xe0, - 0xfe, - 0xf7, - 0x21, - 0xff, - 0x1d, - 0x8a, - 0xff, - 0x9b, - 0x40, - 0xff, - 0x05, - 0xd3, - 0xff, - 0xfa, - 0xdd, - 0xfe, - 0xdf, - 0xe4, - 0xfe, - 0x5c, - 0xb4, - 0xff, - 0xc4, - 0x29, - 0xff, - 0x35, - 0x13, - 0x00, - 0x3b, - 0xc6, - 0xff, - 0x14, - 0x4a, - 0xff, - 0xf3, - 0x71, - 0xff, - 0x19, - 0xfe, - 0xfe, - 0x96, - 0xc2, - 0xfe, - 0x66, - 0x46, - 0xfe, - 0x32, - 0x52, - 0xfe, - 0x8b, - 0x5a, - 0xfe, - 0x49, - 0x79, - 0xfe, - 0x58, - 0xbd, - 0xfe, - 0x59, - 0x98, - 0xfe, - 0x99, - 0x4a, - 0xff, - 0xb5, - 0x24, - 0x00, - 0xb3, - 0x72, - 0x00, - 0x27, - 0x25, - 0x00, - 0x0e, - 0x8e, - 0xff, - 0xc0, - 0x40, - 0xff, - 0x16, - 0xda, - 0xfe, - 0xb7, - 0xf3, - 0xfe, - 0xb8, - 0xf3, - 0xfe, - 0xa0, - 0x4f, - 0xfe, - 0x2b, - 0x71, - 0xfe, - 0xfd, - 0xea, - 0xfe, - 0x86, - 0x5b, - 0xff, - 0x01, - 0x1b, - 0x00, - 0x58, - 0xd9, - 0x14, - 0x89, - 0x77, - 0x2c, - 0xbe, - 0x44, - 0x11, - 0x44, - 0x08, - 0xfb, - 0xed, - 0xc9, - 0x05, - 0x9c, - 0x3e, - 0xfc, - 0x8f, - 0xb1, - 0xfe, - 0xdc, - 0xe3, - 0x07, - 0xea, - 0xe5, - 0xf9, - 0x71, - 0xf4, - 0xf3, - 0xb8, - 0xc0, - 0xfb, - 0x9f, - 0x98, - 0x08, - 0xbb, - 0x36, - 0x05, - 0x0b, - 0x3d, - 0xf9, - 0xed, - 0x71, - 0xf7, - 0xbb, - 0xd1, - 0xf7, - 0x2a, - 0x2d, - 0xff, - 0xaf, - 0x6d, - 0x01, - 0x82, - 0xcb, - 0xfe, - 0x0c, - 0x54, - 0xfe, - 0x37, - 0x25, - 0xfd, - 0x25, - 0xe0, - 0xfe, - 0x59, - 0x18, - 0xfd, - 0xf3, - 0x49, - 0xfe, - 0x6c, - 0x95, - 0xff, - 0x48, - 0xaa, - 0xfd, - 0xee, - 0x9c, - 0xfe, - 0x83, - 0x8e, - 0xfd, - 0xaa, - 0x74, - 0xfe, - 0xce, - 0x56, - 0xff, - 0x53, - 0x6e, - 0xff, - 0xc8, - 0x10, - 0x00, - 0xd2, - 0x30, - 0xff, - 0x91, - 0xac, - 0xff, - 0xe8, - 0xdd, - 0xfe, - 0x39, - 0x01, - 0xff, - 0x64, - 0x97, - 0xff, - 0xde, - 0x3c, - 0xff, - 0x6e, - 0x33, - 0x00, - 0x65, - 0x95, - 0xff, - 0x2f, - 0x5d, - 0xff, - 0x12, - 0x71, - 0xff, - 0x93, - 0xf2, - 0xfe, - 0xcf, - 0x17, - 0xff, - 0xf9, - 0xb5, - 0xfe, - 0x75, - 0xad, - 0xfe, - 0x4b, - 0xaa, - 0xfe, - 0xe8, - 0xe0, - 0xfe, - 0xac, - 0x0c, - 0xff, - 0xb5, - 0xf2, - 0xfe, - 0xc6, - 0xd9, - 0xff, - 0xdb, - 0x69, - 0x00, - 0xe6, - 0x91, - 0x00, - 0x1d, - 0x4f, - 0x00, - 0xe7, - 0x6e, - 0xff, - 0x2a, - 0x2a, - 0xff, - 0x48, - 0xfb, - 0xfe, - 0x31, - 0xe7, - 0xfe, - 0xfe, - 0xe5, - 0xfe, - 0x52, - 0x84, - 0xfe, - 0xce, - 0x9d, - 0xfe, - 0x49, - 0x01, - 0xff, - 0xc7, - 0x78, - 0xff, - 0x18, - 0x0a, - 0x00, - 0x86, - 0x24, - 0x14, - 0x56, - 0xd1, - 0x29, - 0x63, - 0x69, - 0x10, - 0x4f, - 0x02, - 0xfd, - 0x9b, - 0x94, - 0x04, - 0xb8, - 0xe9, - 0xfa, - 0x63, - 0xeb, - 0xff, - 0x14, - 0xc3, - 0x07, - 0x2c, - 0xdf, - 0xf9, - 0xe8, - 0x5d, - 0xf4, - 0xd1, - 0x36, - 0xfc, - 0xb0, - 0x68, - 0x08, - 0x1b, - 0x37, - 0x04, - 0x7b, - 0xef, - 0xf9, - 0xb8, - 0xe8, - 0xf7, - 0x4f, - 0xe8, - 0xf7, - 0xe9, - 0x99, - 0x00, - 0x8a, - 0x59, - 0x02, - 0xd8, - 0x17, - 0xfe, - 0x83, - 0xf8, - 0xfd, - 0x98, - 0x55, - 0xfe, - 0xdd, - 0x3c, - 0xff, - 0x65, - 0x10, - 0xfd, - 0x42, - 0xa2, - 0xfe, - 0xc8, - 0x47, - 0xff, - 0xf2, - 0x0f, - 0xfe, - 0xd3, - 0x2a, - 0xff, - 0xee, - 0x06, - 0xfd, - 0xf6, - 0x01, - 0xfe, - 0x22, - 0xa6, - 0xff, - 0xb3, - 0x6f, - 0xff, - 0x17, - 0xa1, - 0xff, - 0x2d, - 0x2d, - 0xff, - 0x34, - 0xad, - 0xff, - 0x0a, - 0x03, - 0xff, - 0x2f, - 0x54, - 0xff, - 0x7e, - 0x83, - 0xff, - 0x81, - 0x01, - 0xff, - 0x67, - 0x1f, - 0x00, - 0x98, - 0xbe, - 0xff, - 0xf0, - 0x67, - 0xff, - 0xe9, - 0x52, - 0xff, - 0xb2, - 0x03, - 0xff, - 0x0f, - 0x5e, - 0xff, - 0xac, - 0x2a, - 0xff, - 0xb9, - 0x05, - 0xff, - 0x87, - 0xf2, - 0xfe, - 0xe6, - 0x58, - 0xff, - 0xd4, - 0x7b, - 0xff, - 0x24, - 0x11, - 0xff, - 0x63, - 0x74, - 0xff, - 0x56, - 0xab, - 0xff, - 0x27, - 0xe0, - 0xff, - 0x3a, - 0xe7, - 0xff, - 0x52, - 0x6a, - 0xff, - 0xb7, - 0x58, - 0xff, - 0x3a, - 0x27, - 0xff, - 0xe9, - 0x25, - 0xff, - 0xed, - 0x31, - 0xff, - 0xeb, - 0xc2, - 0xfe, - 0x0e, - 0xe5, - 0xfe, - 0x4f, - 0x37, - 0xff, - 0x7a, - 0x7e, - 0xff, - 0xec, - 0xea, - 0xff, - 0x0b, - 0x0e, - 0x14, - 0x25, - 0xc7, - 0x27, - 0xc0, - 0x25, - 0x0e, - 0xed, - 0xea, - 0xfc, - 0x9d, - 0xe2, - 0x03, - 0xfa, - 0xa7, - 0xfb, - 0x5c, - 0x6a, - 0x01, - 0xb8, - 0x8d, - 0x06, - 0xc5, - 0x62, - 0xf9, - 0x23, - 0xd3, - 0xf4, - 0x53, - 0xa0, - 0xfd, - 0xf4, - 0x71, - 0x09, - 0x1a, - 0xda, - 0x02, - 0x77, - 0x78, - 0xf9, - 0xf9, - 0x50, - 0xf8, - 0x9f, - 0xc0, - 0xf8, - 0x1f, - 0x90, - 0x01, - 0xfe, - 0x9a, - 0x02, - 0xba, - 0x51, - 0xfe, - 0x1e, - 0xcd, - 0xfd, - 0xe3, - 0xa0, - 0xfe, - 0xf0, - 0x6f, - 0xff, - 0xc9, - 0xfe, - 0xfc, - 0xe4, - 0xda, - 0xfe, - 0x03, - 0x0e, - 0xff, - 0xf8, - 0x10, - 0xfe, - 0x71, - 0x17, - 0xff, - 0xb8, - 0xd7, - 0xfc, - 0xf6, - 0x0a, - 0xfe, - 0x68, - 0x8f, - 0xff, - 0x33, - 0x89, - 0xff, - 0x31, - 0xb3, - 0xff, - 0x5f, - 0x40, - 0xff, - 0xac, - 0xb2, - 0xff, - 0xb9, - 0x0a, - 0xff, - 0x26, - 0x82, - 0xff, - 0x7b, - 0x82, - 0xff, - 0xe1, - 0x32, - 0xff, - 0x9c, - 0x65, - 0x00, - 0xa7, - 0xd4, - 0xff, - 0xc5, - 0x8f, - 0xff, - 0xbc, - 0x7c, - 0xff, - 0xc1, - 0x16, - 0xff, - 0x01, - 0x44, - 0xff, - 0x2b, - 0xff, - 0xfe, - 0xfa, - 0xe4, - 0xfe, - 0x93, - 0xe5, - 0xfe, - 0x43, - 0x4c, - 0xff, - 0x1e, - 0x4d, - 0xff, - 0x6c, - 0xdf, - 0xfe, - 0x6c, - 0x24, - 0xff, - 0x11, - 0x73, - 0xff, - 0x14, - 0xe1, - 0xff, - 0xc5, - 0xba, - 0xff, - 0x82, - 0x4d, - 0xff, - 0x05, - 0x63, - 0xff, - 0x18, - 0x2a, - 0xff, - 0x81, - 0x50, - 0xff, - 0x57, - 0x5e, - 0xff, - 0x31, - 0xdf, - 0xfe, - 0xf9, - 0x05, - 0xff, - 0xc1, - 0x33, - 0xff, - 0xc2, - 0x55, - 0xff, - 0xd0, - 0xaa, - 0xff, - 0xa3, - 0x40, - 0x12, - 0x6f, - 0xec, - 0x25, - 0x70, - 0x7a, - 0x0e, - 0xfc, - 0x1e, - 0xfc, - 0xe1, - 0x73, - 0x03, - 0xbd, - 0x42, - 0xfc, - 0xe3, - 0xd8, - 0x00, - 0xb4, - 0xb0, - 0x06, - 0x2e, - 0xc0, - 0xf9, - 0xc6, - 0x5e, - 0xf5, - 0x30, - 0x23, - 0xfe, - 0x00, - 0x78, - 0x09, - 0xaa, - 0x23, - 0x03, - 0x02, - 0x80, - 0xf9, - 0x27, - 0xf1, - 0xf8, - 0xe0, - 0xc0, - 0xf8, - 0x94, - 0x54, - 0x01, - 0x2b, - 0x55, - 0x03, - 0x67, - 0x31, - 0xfe, - 0xd2, - 0x6f, - 0xfd, - 0xa3, - 0x89, - 0xfe, - 0x85, - 0xa8, - 0xff, - 0xf5, - 0x29, - 0xfd, - 0xd0, - 0xd1, - 0xfe, - 0xe3, - 0x69, - 0xff, - 0x98, - 0x25, - 0xfe, - 0x67, - 0x65, - 0xff, - 0x9b, - 0x08, - 0xfd, - 0x18, - 0xad, - 0xfd, - 0x61, - 0x62, - 0xff, - 0xea, - 0x79, - 0xff, - 0x2a, - 0xc4, - 0xff, - 0x4c, - 0x3e, - 0xff, - 0x3e, - 0xcb, - 0xff, - 0x5a, - 0x1c, - 0xff, - 0xf3, - 0x70, - 0xff, - 0x81, - 0xbe, - 0xff, - 0xda, - 0x40, - 0xff, - 0xbf, - 0x44, - 0x00, - 0xf0, - 0xb0, - 0xff, - 0xbc, - 0x55, - 0xff, - 0xbc, - 0x50, - 0xff, - 0x65, - 0xe1, - 0xfe, - 0x6f, - 0x02, - 0xff, - 0x0f, - 0xb5, - 0xfe, - 0x6e, - 0xc8, - 0xfe, - 0x12, - 0xda, - 0xfe, - 0x22, - 0x14, - 0xff, - 0x0b, - 0x1e, - 0xff, - 0xa1, - 0xa5, - 0xfe, - 0x82, - 0xf5, - 0xfe, - 0x9d, - 0x7c, - 0xff, - 0x55, - 0xf1, - 0xff, - 0x41, - 0xcd, - 0xff, - 0xb5, - 0x64, - 0xff, - 0x8c, - 0x6c, - 0xff, - 0xcc, - 0x29, - 0xff, - 0x99, - 0x3f, - 0xff, - 0xad, - 0x43, - 0xff, - 0x94, - 0xbe, - 0xfe, - 0xee, - 0xe1, - 0xfe, - 0xe6, - 0x1e, - 0xff, - 0xf5, - 0x3e, - 0xff, - 0x6e, - 0x9b, - 0xff, - 0x0b, - 0xe2, - 0x11, - 0xec, - 0x24, - 0x24, - 0xbf, - 0x13, - 0x0d, - 0xef, - 0x7d, - 0xfc, - 0xda, - 0xf5, - 0x02, - 0xf9, - 0xf2, - 0xfb, - 0x7a, - 0xa2, - 0x01, - 0x0f, - 0xca, - 0x06, - 0xda, - 0x46, - 0xfa, - 0x48, - 0x58, - 0xf6, - 0xd0, - 0x31, - 0xff, - 0x72, - 0x2f, - 0x0a, - 0x8e, - 0x30, - 0x03, - 0xc9, - 0xe7, - 0xf9, - 0x2d, - 0xe1, - 0xf8, - 0xd5, - 0x94, - 0xf8, - 0x10, - 0xb5, - 0x01, - 0xea, - 0xab, - 0x03, - 0x75, - 0x44, - 0xfe, - 0x77, - 0x1b, - 0xfd, - 0x6c, - 0x9c, - 0xfe, - 0x64, - 0xf3, - 0xff, - 0x6e, - 0x70, - 0xfd, - 0xce, - 0x06, - 0xff, - 0x30, - 0x18, - 0xff, - 0x34, - 0x08, - 0xfe, - 0xac, - 0x8e, - 0xff, - 0xab, - 0x3f, - 0xfd, - 0x56, - 0xe6, - 0xfd, - 0x0e, - 0x73, - 0xff, - 0x10, - 0x77, - 0xff, - 0x60, - 0xa3, - 0xff, - 0x0c, - 0x40, - 0xff, - 0x2f, - 0xbb, - 0xff, - 0x06, - 0xe0, - 0xfe, - 0x95, - 0x42, - 0xff, - 0x74, - 0x7c, - 0xff, - 0x98, - 0x03, - 0xff, - 0x8a, - 0x09, - 0x00, - 0x5d, - 0x91, - 0xff, - 0xbd, - 0x60, - 0xff, - 0x33, - 0x56, - 0xff, - 0x14, - 0xe5, - 0xfe, - 0x74, - 0xf5, - 0xfe, - 0x0a, - 0xa8, - 0xfe, - 0x47, - 0xbf, - 0xfe, - 0x57, - 0xc3, - 0xfe, - 0x4a, - 0xff, - 0xfe, - 0x81, - 0x07, - 0xff, - 0x5e, - 0xa2, - 0xfe, - 0xa6, - 0x06, - 0xff, - 0x6e, - 0x86, - 0xff, - 0x44, - 0xea, - 0xff, - 0x30, - 0xbe, - 0xff, - 0x63, - 0x67, - 0xff, - 0x00, - 0x78, - 0xff, - 0x7e, - 0x2b, - 0xff, - 0x33, - 0x37, - 0xff, - 0x09, - 0x29, - 0xff, - 0x2f, - 0x9c, - 0xfe, - 0xc1, - 0xca, - 0xfe, - 0xb6, - 0x15, - 0xff, - 0xc4, - 0x52, - 0xff, - 0xbd, - 0xca, - 0xff, - 0x6e, - 0x8f, - 0x11, - 0x3b, - 0x0e, - 0x23, - 0xee, - 0x15, - 0x0c, - 0xaa, - 0x69, - 0xfc, - 0xa9, - 0x32, - 0x03, - 0x28, - 0x9d, - 0xfc, - 0x04, - 0xad, - 0x02, - 0xd4, - 0xab, - 0x07, - 0xb3, - 0x34, - 0xfb, - 0xb1, - 0x1b, - 0xf7, - 0x7e, - 0xaf, - 0xff, - 0xdf, - 0x48, - 0x0a, - 0x2e, - 0xd2, - 0x02, - 0x18, - 0x80, - 0xf9, - 0x36, - 0x7b, - 0xf8, - 0x87, - 0x88, - 0xf8, - 0xbb, - 0x0f, - 0x02, - 0x72, - 0xf4, - 0x03, - 0x23, - 0x4c, - 0xfe, - 0x52, - 0xe3, - 0xfc, - 0xfd, - 0x77, - 0xfe, - 0x00, - 0xeb, - 0xff, - 0xde, - 0x7c, - 0xfd, - 0x4c, - 0x30, - 0xff, - 0x25, - 0x41, - 0xff, - 0xd0, - 0x42, - 0xfe, - 0x00, - 0xc2, - 0xff, - 0xa6, - 0x59, - 0xfd, - 0x45, - 0xe2, - 0xfd, - 0xe5, - 0x55, - 0xff, - 0x14, - 0x5a, - 0xff, - 0x4e, - 0x79, - 0xff, - 0xca, - 0x0a, - 0xff, - 0xe5, - 0x77, - 0xff, - 0x18, - 0xa7, - 0xfe, - 0x32, - 0x35, - 0xff, - 0xe4, - 0x8b, - 0xff, - 0xdb, - 0x1b, - 0xff, - 0xb1, - 0x1a, - 0x00, - 0x41, - 0xa9, - 0xff, - 0xda, - 0x7a, - 0xff, - 0xa4, - 0x62, - 0xff, - 0x38, - 0xef, - 0xfe, - 0xac, - 0xfe, - 0xfe, - 0xf7, - 0xb1, - 0xfe, - 0x1f, - 0xb8, - 0xfe, - 0x17, - 0xa8, - 0xfe, - 0x46, - 0xe9, - 0xfe, - 0xab, - 0xf5, - 0xfe, - 0x7d, - 0x94, - 0xfe, - 0x80, - 0x00, - 0xff, - 0x83, - 0x8e, - 0xff, - 0x95, - 0x07, - 0x00, - 0xbe, - 0xe5, - 0xff, - 0xb5, - 0x8f, - 0xff, - 0x70, - 0x95, - 0xff, - 0x1a, - 0x3c, - 0xff, - 0x48, - 0x3e, - 0xff, - 0xfd, - 0x1d, - 0xff, - 0x7a, - 0x8d, - 0xfe, - 0xc2, - 0xc4, - 0xfe, - 0xdd, - 0x11, - 0xff, - 0x5f, - 0x57, - 0xff, - 0x68, - 0xd1, - 0xff, - 0x2f, - 0xcf, - 0x10, - 0xfa, - 0x6b, - 0x23, - 0xd1, - 0x05, - 0x0e, - 0x2e, - 0x8b, - 0xfc, - 0x8e, - 0x4c, - 0x03, - 0x59, - 0xdc, - 0xfc, - 0xce, - 0xb7, - 0x01, - 0xd1, - 0xba, - 0x07, - 0x7d, - 0x21, - 0xfb, - 0x39, - 0xaa, - 0xf6, - 0x41, - 0x0d, - 0xff, - 0x14, - 0xf0, - 0x09, - 0xce, - 0x8a, - 0x03, - 0x88, - 0x81, - 0xf9, - 0xee, - 0x8d, - 0xf8, - 0x89, - 0x5e, - 0xf8, - 0x2e, - 0xab, - 0x01, - 0x40, - 0x32, - 0x04, - 0x95, - 0x2d, - 0xfe, - 0x79, - 0xf7, - 0xfc, - 0x77, - 0x7f, - 0xfe, - 0x3b, - 0x26, - 0x00, - 0x27, - 0xca, - 0xfd, - 0xf7, - 0x1a, - 0xff, - 0x1c, - 0x6e, - 0xff, - 0x19, - 0x24, - 0xfe, - 0x6f, - 0xe0, - 0xff, - 0x0c, - 0x6d, - 0xfd, - 0x01, - 0x7c, - 0xfd, - 0x51, - 0x21, - 0xff, - 0x84, - 0x20, - 0xff, - 0x59, - 0x7e, - 0xff, - 0x9c, - 0x2e, - 0xff, - 0xaa, - 0xa3, - 0xff, - 0xba, - 0xcb, - 0xfe, - 0xa4, - 0x24, - 0xff, - 0x02, - 0x86, - 0xff, - 0xb7, - 0xe7, - 0xfe, - 0xec, - 0xf9, - 0xff, - 0xa6, - 0xa8, - 0xff, - 0xdf, - 0x6c, - 0xff, - 0xd1, - 0x6f, - 0xff, - 0xdf, - 0xf3, - 0xfe, - 0x57, - 0x0a, - 0xff, - 0x6b, - 0xb4, - 0xfe, - 0x86, - 0xb1, - 0xfe, - 0xff, - 0xac, - 0xfe, - 0xca, - 0xea, - 0xfe, - 0x7c, - 0x04, - 0xff, - 0x78, - 0x9b, - 0xfe, - 0x97, - 0x11, - 0xff, - 0xaf, - 0xa6, - 0xff, - 0x48, - 0x17, - 0x00, - 0xd5, - 0xfc, - 0xff, - 0x1c, - 0x88, - 0xff, - 0x16, - 0x7d, - 0xff, - 0x28, - 0x23, - 0xff, - 0xa3, - 0x1c, - 0xff, - 0x7a, - 0x17, - 0xff, - 0xac, - 0x92, - 0xfe, - 0x4d, - 0xc2, - 0xfe, - 0x28, - 0x20, - 0xff, - 0x35, - 0x68, - 0xff, - 0x3e, - 0xdb, - 0xff, - 0x0e, - 0xbc, - 0x10, - 0x6b, - 0x5d, - 0x23, - 0x3b, - 0xd3, - 0x0d, - 0x03, - 0x0b, - 0xfc, - 0xae, - 0x16, - 0x03, - 0x2c, - 0xe8, - 0xfc, - 0xbe, - 0xb6, - 0x01, - 0xab, - 0xd2, - 0x07, - 0xab, - 0x09, - 0xfb, - 0xd3, - 0x6b, - 0xf6, - 0xa6, - 0xec, - 0xfe, - 0x95, - 0xff, - 0x09, - 0x98, - 0x8e, - 0x03, - 0x06, - 0x43, - 0xf9, - 0x54, - 0x7a, - 0xf8, - 0x73, - 0x79, - 0xf8, - 0xda, - 0xfa, - 0x01, - 0x1d, - 0xc6, - 0x04, - 0xff, - 0x77, - 0xfe, - 0xc1, - 0xdc, - 0xfc, - 0x53, - 0x3f, - 0xfe, - 0xb7, - 0xee, - 0xff, - 0x58, - 0x98, - 0xfd, - 0xd1, - 0xed, - 0xfe, - 0x0d, - 0x61, - 0xff, - 0x03, - 0x1f, - 0xfe, - 0x0f, - 0xf8, - 0xff, - 0xae, - 0xb3, - 0xfd, - 0xb1, - 0xcb, - 0xfd, - 0xb8, - 0x44, - 0xff, - 0x03, - 0x06, - 0xff, - 0xe0, - 0x4d, - 0xff, - 0x80, - 0xfa, - 0xfe, - 0x73, - 0x88, - 0xff, - 0xd3, - 0xca, - 0xfe, - 0xb7, - 0x20, - 0xff, - 0x67, - 0x84, - 0xff, - 0xe1, - 0xe0, - 0xfe, - 0xf8, - 0xec, - 0xff, - 0x2a, - 0x91, - 0xff, - 0xcd, - 0x48, - 0xff, - 0xbd, - 0x55, - 0xff, - 0x0e, - 0xdd, - 0xfe, - 0x2a, - 0xf9, - 0xfe, - 0x2c, - 0xb8, - 0xfe, - 0x4a, - 0xbf, - 0xfe, - 0xb6, - 0xba, - 0xfe, - 0x14, - 0xed, - 0xfe, - 0xb4, - 0xff, - 0xfe, - 0xbd, - 0xa1, - 0xfe, - 0xa5, - 0x19, - 0xff, - 0xb3, - 0xa5, - 0xff, - 0xa8, - 0x12, - 0x00, - 0x37, - 0xf1, - 0xff, - 0xa3, - 0x6f, - 0xff, - 0xc5, - 0x6a, - 0xff, - 0x4d, - 0x26, - 0xff, - 0x4a, - 0x28, - 0xff, - 0x57, - 0x20, - 0xff, - 0xb2, - 0x8e, - 0xfe, - 0xda, - 0xac, - 0xfe, - 0xad, - 0xfc, - 0xfe, - 0x68, - 0x40, - 0xff, - 0x21, - 0xbc, - 0xff, - 0x61, - 0xd4, - 0x10, - 0xd4, - 0x1a, - 0x24, - 0x94, - 0x7e, - 0x0e, - 0xca, - 0x8f, - 0xfb, - 0x6d, - 0x8f, - 0x02, - 0x65, - 0x5d, - 0xfc, - 0x0b, - 0xff, - 0x00, - 0xe9, - 0xb1, - 0x07, - 0xfe, - 0xb0, - 0xfa, - 0xc5, - 0xc2, - 0xf5, - 0xe0, - 0x5f, - 0xfe, - 0x86, - 0x2a, - 0x0a, - 0xba, - 0x5c, - 0x04, - 0x71, - 0x68, - 0xf9, - 0xc7, - 0x64, - 0xf8, - 0xd7, - 0x4d, - 0xf8, - 0x44, - 0xbc, - 0x01, - 0xf2, - 0xf2, - 0x04, - 0xc6, - 0xbb, - 0xfe, - 0x93, - 0x31, - 0xfd, - 0xb1, - 0x7f, - 0xfe, - 0x9d, - 0x48, - 0x00, - 0x42, - 0xd7, - 0xfd, - 0xd9, - 0xcc, - 0xfe, - 0xcc, - 0x54, - 0xff, - 0x78, - 0xf1, - 0xfd, - 0x95, - 0xda, - 0xff, - 0x65, - 0xbe, - 0xfd, - 0xe1, - 0xcc, - 0xfd, - 0x49, - 0x84, - 0xff, - 0x59, - 0x7b, - 0xff, - 0x33, - 0xdc, - 0xff, - 0x72, - 0x59, - 0xff, - 0x6c, - 0x90, - 0xff, - 0xec, - 0x98, - 0xfe, - 0x48, - 0xd8, - 0xfe, - 0xa8, - 0x60, - 0xff, - 0x45, - 0xd3, - 0xfe, - 0x08, - 0xf0, - 0xff, - 0x8d, - 0xaa, - 0xff, - 0x3d, - 0x5b, - 0xff, - 0xfe, - 0x59, - 0xff, - 0x7c, - 0xd1, - 0xfe, - 0xc9, - 0xe0, - 0xfe, - 0x46, - 0x93, - 0xfe, - 0x58, - 0x9d, - 0xfe, - 0x72, - 0xa8, - 0xfe, - 0xff, - 0xe5, - 0xfe, - 0xf0, - 0x03, - 0xff, - 0x62, - 0x9a, - 0xfe, - 0x47, - 0x00, - 0xff, - 0xa2, - 0x9b, - 0xff, - 0x82, - 0x20, - 0x00, - 0x9a, - 0xff, - 0xff, - 0xd7, - 0x76, - 0xff, - 0x01, - 0x69, - 0xff, - 0x7a, - 0x15, - 0xff, - 0xc9, - 0x18, - 0xff, - 0x54, - 0x1b, - 0xff, - 0xf7, - 0x84, - 0xfe, - 0xac, - 0xa0, - 0xfe, - 0x72, - 0x00, - 0xff, - 0x76, - 0x49, - 0xff, - 0x89, - 0xc2, - 0xff, - 0x36, - 0x07, - 0x11, - 0x7f, - 0x87, - 0x25, - 0x59, - 0x07, - 0x10, - 0x9d, - 0x86, - 0xfb, - 0x0b, - 0xc0, - 0x02, - 0x0e, - 0x54, - 0xfc, - 0xc0, - 0x43, - 0x00, - 0xd0, - 0xb6, - 0x07, - 0x46, - 0x18, - 0xfa, - 0x8f, - 0x91, - 0xf4, - 0x34, - 0x41, - 0xfd, - 0x2e, - 0xd5, - 0x09, - 0xc9, - 0xdf, - 0x04, - 0xa1, - 0xed, - 0xf8, - 0x71, - 0xe0, - 0xf7, - 0xb9, - 0xfd, - 0xf7, - 0x48, - 0x6d, - 0x01, - 0x99, - 0x50, - 0x05, - 0x58, - 0xf6, - 0xfe, - 0x0d, - 0x4d, - 0xfd, - 0xb4, - 0x83, - 0xfe, - 0x53, - 0x74, - 0x00, - 0x21, - 0xfb, - 0xfd, - 0x79, - 0xbb, - 0xfe, - 0xf3, - 0x9e, - 0xff, - 0xc8, - 0x0d, - 0xfe, - 0x8e, - 0x0a, - 0x00, - 0x21, - 0x04, - 0xfe, - 0x3e, - 0xd6, - 0xfd, - 0x98, - 0xab, - 0xff, - 0xa1, - 0x8a, - 0xff, - 0x49, - 0xd8, - 0xff, - 0x3c, - 0x54, - 0xff, - 0xa4, - 0xc5, - 0xff, - 0xba, - 0x12, - 0xff, - 0xf4, - 0x5b, - 0xff, - 0x8b, - 0xe3, - 0xff, - 0x9a, - 0xf7, - 0xfe, - 0x67, - 0xdd, - 0xff, - 0x44, - 0xa0, - 0xff, - 0x91, - 0x47, - 0xff, - 0x2f, - 0x5b, - 0xff, - 0x91, - 0xe2, - 0xfe, - 0xf4, - 0xf8, - 0xfe, - 0xf7, - 0xa3, - 0xfe, - 0x88, - 0x9b, - 0xfe, - 0x84, - 0x99, - 0xfe, - 0x8e, - 0xdc, - 0xfe, - 0xe1, - 0x1b, - 0xff, - 0xdc, - 0xb7, - 0xfe, - 0x3b, - 0x12, - 0xff, - 0x50, - 0xa8, - 0xff, - 0xba, - 0x19, - 0x00, - 0x58, - 0xe0, - 0xff, - 0xf6, - 0x40, - 0xff, - 0xb4, - 0x2f, - 0xff, - 0x92, - 0xe9, - 0xfe, - 0x4b, - 0xfe, - 0xfe, - 0x31, - 0x1a, - 0xff, - 0xff, - 0x8d, - 0xfe, - 0x39, - 0xab, - 0xfe, - 0x07, - 0x10, - 0xff, - 0xf5, - 0x5a, - 0xff, - 0xc4, - 0xe0, - 0xff, - 0xe8, - 0xfb, - 0x11, - 0xab, - 0xbf, - 0x27, - 0xda, - 0xc8, - 0x10, - 0x50, - 0xea, - 0xfa, - 0x2c, - 0x2c, - 0x03, - 0x54, - 0x44, - 0xfc, - 0x7a, - 0xe7, - 0xff, - 0x1e, - 0xd7, - 0x07, - 0xca, - 0x3b, - 0xf9, - 0x74, - 0x94, - 0xf3, - 0x62, - 0xbf, - 0xfc, - 0xed, - 0xf5, - 0x09, - 0x27, - 0x1e, - 0x05, - 0x3e, - 0x41, - 0xf8, - 0xda, - 0x4a, - 0xf7, - 0xb5, - 0x7c, - 0xf7, - 0x2d, - 0xed, - 0x00, - 0x97, - 0xf7, - 0x04, - 0x8e, - 0x7c, - 0xfe, - 0xb4, - 0x1c, - 0xfd, - 0x17, - 0x62, - 0xfe, - 0xf1, - 0x61, - 0x00, - 0xc6, - 0xd7, - 0xfd, - 0x71, - 0x90, - 0xfe, - 0x61, - 0xb0, - 0xff, - 0xed, - 0xf5, - 0xfd, - 0xb0, - 0xf3, - 0xff, - 0x2f, - 0xe9, - 0xfd, - 0x86, - 0xc0, - 0xfd, - 0x50, - 0xb2, - 0xff, - 0xf0, - 0x87, - 0xff, - 0x81, - 0xf2, - 0xff, - 0x83, - 0x67, - 0xff, - 0x87, - 0xe6, - 0xff, - 0xb8, - 0x37, - 0xff, - 0xb2, - 0x6a, - 0xff, - 0x2e, - 0x07, - 0x00, - 0x00, - 0x2d, - 0xff, - 0x8b, - 0x3e, - 0x00, - 0x9b, - 0x06, - 0x00, - 0x74, - 0x8f, - 0xff, - 0x63, - 0x83, - 0xff, - 0xdd, - 0xd5, - 0xfe, - 0xf9, - 0xd7, - 0xfe, - 0x68, - 0x84, - 0xfe, - 0xd4, - 0x9c, - 0xfe, - 0x9b, - 0xbc, - 0xfe, - 0x64, - 0x08, - 0xff, - 0x90, - 0x48, - 0xff, - 0x01, - 0xc3, - 0xfe, - 0xc1, - 0x0c, - 0xff, - 0x83, - 0xa0, - 0xff, - 0xbc, - 0x12, - 0x00, - 0x77, - 0xf2, - 0xff, - 0xc0, - 0x43, - 0xff, - 0x54, - 0x14, - 0xff, - 0x12, - 0xc8, - 0xfe, - 0x3a, - 0xd8, - 0xfe, - 0x38, - 0x04, - 0xff, - 0x55, - 0x8f, - 0xfe, - 0x23, - 0xbb, - 0xfe, - 0x60, - 0x25, - 0xff, - 0xc6, - 0x6a, - 0xff, - 0xea, - 0xef, - 0xff, - 0xf0, - 0x60, - 0x13, - 0xa9, - 0x2e, - 0x2a, - 0x61, - 0x36, - 0x11, - 0xa3, - 0x75, - 0xfa, - 0x74, - 0x56, - 0x03, - 0xb3, - 0x13, - 0xfc, - 0xd1, - 0xfc, - 0xff, - 0xf8, - 0x8c, - 0x07, - 0xc4, - 0x17, - 0xf8, - 0x4a, - 0xd5, - 0xf2, - 0x4c, - 0xdf, - 0xfc, - 0x2a, - 0x20, - 0x0a, - 0x1b, - 0xa1, - 0x04, - 0x65, - 0x09, - 0xf8, - 0x83, - 0x08, - 0xf7, - 0x0e, - 0x0e, - 0xf7, - 0xa5, - 0xea, - 0x00, - 0xb1, - 0xb5, - 0x04, - 0x98, - 0x5f, - 0xfe, - 0x87, - 0x46, - 0xfd, - 0x83, - 0x49, - 0xfe, - 0xa3, - 0x1b, - 0x00, - 0xf7, - 0x9c, - 0xfd, - 0x34, - 0x6b, - 0xfe, - 0xf7, - 0x54, - 0xff, - 0x60, - 0xb7, - 0xfd, - 0x9c, - 0xbf, - 0xff, - 0x60, - 0x91, - 0xfd, - 0xe8, - 0xb6, - 0xfd, - 0x85, - 0xbe, - 0xff, - 0x8d, - 0x8b, - 0xff, - 0x7e, - 0x03, - 0x00, - 0xf9, - 0x76, - 0xff, - 0xd1, - 0xf7, - 0xff, - 0x24, - 0x33, - 0xff, - 0x87, - 0x6a, - 0xff, - 0x4a, - 0x0a, - 0x00, - 0xe8, - 0x26, - 0xff, - 0xfe, - 0x2d, - 0x00, - 0xc5, - 0xcc, - 0xff, - 0x15, - 0x67, - 0xff, - 0x84, - 0x9b, - 0xff, - 0x0a, - 0x15, - 0xff, - 0x18, - 0x26, - 0xff, - 0xdd, - 0xb9, - 0xfe, - 0x4c, - 0xaf, - 0xfe, - 0x7a, - 0xb6, - 0xfe, - 0x5e, - 0xf8, - 0xfe, - 0x68, - 0x3c, - 0xff, - 0x00, - 0xb7, - 0xfe, - 0x81, - 0x15, - 0xff, - 0xae, - 0xb9, - 0xff, - 0x00, - 0x26, - 0x00, - 0xca, - 0x1c, - 0x00, - 0x44, - 0x77, - 0xff, - 0x77, - 0x1e, - 0xff, - 0xdc, - 0xbc, - 0xfe, - 0x17, - 0xd3, - 0xfe, - 0x37, - 0x06, - 0xff, - 0x6c, - 0xa4, - 0xfe, - 0x4e, - 0xdc, - 0xfe, - 0x80, - 0x3a, - 0xff, - 0x29, - 0x79, - 0xff, - 0xdc, - 0x02, - 0x00, - 0x7c, - 0xd7, - 0x13, - 0x3a, - 0xa0, - 0x2b, - 0xaf, - 0xbb, - 0x12, - 0x8b, - 0xf7, - 0xfa, - 0xcb, - 0x69, - 0x03, - 0xa3, - 0xf0, - 0xfb, - 0xe4, - 0x55, - 0xff, - 0x6a, - 0x2f, - 0x07, - 0xc3, - 0xe6, - 0xf7, - 0x69, - 0xc0, - 0xf2, - 0x7a, - 0xfd, - 0xfc, - 0x91, - 0x01, - 0x09, - 0xad, - 0x8a, - 0x03, - 0xda, - 0x98, - 0xf8, - 0x55, - 0xaf, - 0xf7, - 0xbc, - 0x2d, - 0xf7, - 0x46, - 0x9b, - 0x00, - 0x73, - 0x24, - 0x04, - 0xb8, - 0x4e, - 0xfe, - 0xdb, - 0xc7, - 0xfd, - 0x0a, - 0x80, - 0xfe, - 0x98, - 0x99, - 0xff, - 0x3b, - 0x4f, - 0xfd, - 0xe8, - 0x7b, - 0xfe, - 0xf6, - 0x7c, - 0xff, - 0x0b, - 0xe2, - 0xfd, - 0x84, - 0x87, - 0xff, - 0xd4, - 0x46, - 0xfd, - 0xc7, - 0x97, - 0xfd, - 0x06, - 0xa5, - 0xff, - 0xdb, - 0x5b, - 0xff, - 0x9a, - 0xe0, - 0xff, - 0x0d, - 0x7a, - 0xff, - 0x04, - 0xf2, - 0xff, - 0x5b, - 0x32, - 0xff, - 0x6f, - 0x4e, - 0xff, - 0x3d, - 0xdd, - 0xff, - 0xba, - 0x20, - 0xff, - 0xbb, - 0x41, - 0x00, - 0xf2, - 0xca, - 0xff, - 0xfc, - 0x32, - 0xff, - 0xb9, - 0x5c, - 0xff, - 0xb9, - 0xc2, - 0xfe, - 0x2b, - 0xd1, - 0xfe, - 0x4a, - 0x85, - 0xfe, - 0x21, - 0x97, - 0xfe, - 0xfc, - 0xc1, - 0xfe, - 0x02, - 0x14, - 0xff, - 0x90, - 0x77, - 0xff, - 0x2a, - 0x05, - 0xff, - 0xeb, - 0x48, - 0xff, - 0x72, - 0xd4, - 0xff, - 0x5d, - 0x25, - 0x00, - 0xf2, - 0x17, - 0x00, - 0x75, - 0x9f, - 0xff, - 0xf0, - 0x54, - 0xff, - 0xe1, - 0xcb, - 0xfe, - 0x7e, - 0xcd, - 0xfe, - 0x1e, - 0x01, - 0xff, - 0x69, - 0x9b, - 0xfe, - 0x04, - 0xd3, - 0xfe, - 0x11, - 0x40, - 0xff, - 0x46, - 0x88, - 0xff, - 0x9b, - 0x24, - 0x00, - 0x91, - 0x56, - 0x14, - 0x03, - 0xd3, - 0x2c, - 0xa8, - 0x96, - 0x13, - 0x07, - 0x68, - 0xfb, - 0x71, - 0x23, - 0x04, - 0x5c, - 0x48, - 0xfc, - 0xc5, - 0xc6, - 0xfe, - 0xac, - 0x3e, - 0x06, - 0xb0, - 0x27, - 0xf7, - 0xe7, - 0xfc, - 0xf2, - 0xa9, - 0x2b, - 0xfe, - 0xc2, - 0x93, - 0x08, - 0x26, - 0x71, - 0x01, - 0x65, - 0x34, - 0xf8, - 0x0c, - 0xc5, - 0xf8, - 0x81, - 0x47, - 0xf8, - 0xa0, - 0x37, - 0x01, - 0xa0, - 0x3f, - 0x03, - 0xe1, - 0x17, - 0xfd, - 0x8e, - 0xcb, - 0xfd, - 0xb6, - 0x57, - 0xff, - 0x97, - 0x08, - 0x00, - 0x82, - 0x29, - 0xfd, - 0xc5, - 0x51, - 0xfe, - 0xd2, - 0x5c, - 0xff, - 0x6b, - 0x16, - 0xfe, - 0x42, - 0x91, - 0xff, - 0x37, - 0xc9, - 0xfc, - 0x30, - 0x29, - 0xfd, - 0xf6, - 0x6d, - 0xff, - 0x69, - 0x35, - 0xff, - 0xb8, - 0xbc, - 0xff, - 0x04, - 0x8b, - 0xff, - 0xce, - 0x00, - 0x00, - 0xe8, - 0x12, - 0xff, - 0xb1, - 0x1f, - 0xff, - 0xe3, - 0xab, - 0xff, - 0xf0, - 0x03, - 0xff, - 0xa1, - 0x1a, - 0x00, - 0xc2, - 0x9e, - 0xff, - 0xbc, - 0xfd, - 0xfe, - 0xb8, - 0x3d, - 0xff, - 0x31, - 0xbf, - 0xfe, - 0xd8, - 0xb9, - 0xfe, - 0x28, - 0x85, - 0xfe, - 0x53, - 0xa4, - 0xfe, - 0x93, - 0xcb, - 0xfe, - 0x5c, - 0xf5, - 0xfe, - 0x69, - 0x23, - 0xff, - 0xf1, - 0xd7, - 0xfe, - 0xc9, - 0x4f, - 0xff, - 0x9d, - 0xf3, - 0xff, - 0x2b, - 0x51, - 0x00, - 0xd4, - 0x21, - 0x00, - 0x65, - 0x9c, - 0xff, - 0x45, - 0x7f, - 0xff, - 0xcc, - 0xe9, - 0xfe, - 0x0e, - 0xca, - 0xfe, - 0x07, - 0xf9, - 0xfe, - 0x9d, - 0x92, - 0xfe, - 0xf1, - 0xe9, - 0xfe, - 0x55, - 0x5c, - 0xff, - 0x98, - 0x90, - 0xff, - 0x94, - 0x0b, - 0x00, - 0x04, - 0x42, - 0x15, - 0xd7, - 0xa5, - 0x2e, - 0xba, - 0x49, - 0x13, - 0xf0, - 0xe4, - 0xf9, - 0x29, - 0x9a, - 0x04, - 0xab, - 0xaf, - 0xfc, - 0x29, - 0xf1, - 0xfe, - 0xee, - 0xc4, - 0x06, - 0x68, - 0x53, - 0xf6, - 0xf4, - 0xc0, - 0xf2, - 0x4a, - 0xbc, - 0xff, - 0x5d, - 0x3b, - 0x09, - 0xbc, - 0x37, - 0xff, - 0x8e, - 0xfa, - 0xf5, - 0x34, - 0x2b, - 0xf9, - 0x61, - 0x68, - 0xf9, - 0x5f, - 0xb7, - 0x02, - 0xf0, - 0xf6, - 0x03, - 0xcb, - 0xca, - 0xfb, - 0x18, - 0xed, - 0xfc, - 0xb4, - 0xa0, - 0xff, - 0xfc, - 0x68, - 0x00, - 0x87, - 0x0e, - 0xfd, - 0xcc, - 0xf7, - 0xfd, - 0xac, - 0xed, - 0xfe, - 0xd5, - 0xc8, - 0xfd, - 0xeb, - 0xd6, - 0xff, - 0x40, - 0xb5, - 0xfc, - 0xb7, - 0xd6, - 0xfc, - 0x60, - 0x45, - 0xff, - 0x63, - 0xc3, - 0xfe, - 0xfc, - 0x61, - 0xff, - 0xb7, - 0x84, - 0xff, - 0xba, - 0x20, - 0x00, - 0xb7, - 0xea, - 0xfe, - 0xc5, - 0xb5, - 0xfe, - 0x35, - 0x54, - 0xff, - 0x34, - 0xd9, - 0xfe, - 0xbe, - 0x5b, - 0x00, - 0x50, - 0xfc, - 0xff, - 0x3c, - 0x22, - 0xff, - 0x9c, - 0x31, - 0xff, - 0x75, - 0x92, - 0xfe, - 0x64, - 0x8b, - 0xfe, - 0xda, - 0x66, - 0xfe, - 0x48, - 0x9a, - 0xfe, - 0xb0, - 0xae, - 0xfe, - 0xc5, - 0xbf, - 0xfe, - 0x4b, - 0xe2, - 0xfe, - 0xe1, - 0x9e, - 0xfe, - 0x8a, - 0x59, - 0xff, - 0xef, - 0x17, - 0x00, - 0x09, - 0x59, - 0x00, - 0x28, - 0x21, - 0x00, - 0x0a, - 0x82, - 0xff, - 0x47, - 0x8a, - 0xff, - 0xce, - 0x2e, - 0xff, - 0xe3, - 0xcd, - 0xfe, - 0xd3, - 0xd3, - 0xfe, - 0xa1, - 0x63, - 0xfe, - 0xac, - 0xc5, - 0xfe, - 0x47, - 0x71, - 0xff, - 0xf1, - 0x9d, - 0xff, - 0xd5, - 0x11, - 0x00, - 0x5d, - 0x2b, - 0x16, - 0xeb, - 0x3c, - 0x31, - 0xfd, - 0x6d, - 0x13, - 0x65, - 0xb1, - 0xf6, - 0x63, - 0xfa, - 0x03, - 0x0e, - 0x14, - 0xfd, - 0x83, - 0x11, - 0xff, - 0x72, - 0x04, - 0x09, - 0x57, - 0xa3, - 0xf6, - 0x68, - 0xb0, - 0xf1, - 0xfa, - 0xb5, - 0x00, - 0x53, - 0x1f, - 0x0b, - 0xa0, - 0x84, - 0xff, - 0x86, - 0xa4, - 0xf3, - 0x5e, - 0xba, - 0xf7, - 0xbb, - 0x7a, - 0xf9, - 0xcf, - 0x5d, - 0x03, - 0x08, - 0x43, - 0x05, - 0xb6, - 0x97, - 0xfb, - 0x8b, - 0x0f, - 0xfc, - 0x07, - 0x4b, - 0xff, - 0x62, - 0x58, - 0x00, - 0xb5, - 0x0d, - 0xfd, - 0xef, - 0xef, - 0xfd, - 0x8d, - 0x11, - 0xff, - 0xc8, - 0x71, - 0xfd, - 0xda, - 0xb0, - 0xff, - 0x2a, - 0x93, - 0xfc, - 0xb2, - 0x74, - 0xfc, - 0x40, - 0x81, - 0xff, - 0x96, - 0xd5, - 0xfe, - 0x61, - 0x2a, - 0xff, - 0x31, - 0x3e, - 0xff, - 0xca, - 0x0f, - 0x00, - 0xcf, - 0x33, - 0xff, - 0xc0, - 0xd7, - 0xfe, - 0x7c, - 0x5f, - 0xff, - 0x65, - 0x92, - 0xfe, - 0xc0, - 0x2b, - 0x00, - 0xad, - 0x1e, - 0x00, - 0x39, - 0x2d, - 0xff, - 0x37, - 0x51, - 0xff, - 0xaf, - 0x9c, - 0xfe, - 0xa0, - 0x83, - 0xfe, - 0xac, - 0x55, - 0xfe, - 0x66, - 0x80, - 0xfe, - 0x53, - 0xb8, - 0xfe, - 0x63, - 0xc3, - 0xfe, - 0x7a, - 0xc2, - 0xfe, - 0x77, - 0x40, - 0xfe, - 0x15, - 0x13, - 0xff, - 0xb6, - 0x35, - 0x00, - 0xa4, - 0x84, - 0x00, - 0x87, - 0x52, - 0x00, - 0x6c, - 0x99, - 0xff, - 0xa1, - 0x5a, - 0xff, - 0xbb, - 0x2b, - 0xff, - 0x46, - 0xdf, - 0xfe, - 0x54, - 0xb9, - 0xfe, - 0x72, - 0x4d, - 0xfe, - 0xe8, - 0x92, - 0xfe, - 0x7e, - 0x62, - 0xff, - 0x98, - 0xb6, - 0xff, - 0xa8, - 0x11, - 0x00, - 0x35, - 0x0c, - 0x18, - 0x9e, - 0xbb, - 0x33, - 0x61, - 0xe6, - 0x11, - 0xed, - 0xaa, - 0xf4, - 0xb1, - 0x85, - 0x03, - 0x7f, - 0x8d, - 0xfb, - 0x89, - 0xef, - 0xff, - 0xd8, - 0xce, - 0x0a, - 0x36, - 0x46, - 0xf6, - 0xb3, - 0x54, - 0xf1, - 0xb8, - 0x48, - 0x01, - 0xd7, - 0x78, - 0x0d, - 0xad, - 0x9b, - 0x00, - 0x28, - 0xea, - 0xf1, - 0x70, - 0xdc, - 0xf5, - 0x7a, - 0x2e, - 0xf8, - 0x41, - 0xb8, - 0x03, - 0xc9, - 0xed, - 0x05, - 0xed, - 0x0d, - 0xfb, - 0x9e, - 0x5d, - 0xfb, - 0x07, - 0xdc, - 0xfe, - 0x92, - 0x2c, - 0x00, - 0xdb, - 0xb9, - 0xfc, - 0x00, - 0x1f, - 0xfe, - 0x54, - 0x55, - 0xff, - 0x98, - 0x3a, - 0xfd, - 0xda, - 0xd5, - 0xff, - 0xb4, - 0x62, - 0xfc, - 0x48, - 0x26, - 0xfc, - 0xad, - 0x8a, - 0xff, - 0xc0, - 0xf8, - 0xfe, - 0xe0, - 0x6c, - 0xff, - 0x20, - 0x3d, - 0xff, - 0x6a, - 0xd4, - 0xff, - 0xb9, - 0xe8, - 0xfe, - 0xd3, - 0xe1, - 0xfe, - 0x64, - 0x80, - 0xff, - 0x1e, - 0x74, - 0xfe, - 0x8f, - 0x25, - 0x00, - 0xd5, - 0x04, - 0x00, - 0xaf, - 0x2b, - 0xff, - 0x42, - 0x63, - 0xff, - 0x00, - 0xa6, - 0xfe, - 0x74, - 0x99, - 0xfe, - 0x16, - 0x3d, - 0xfe, - 0x7c, - 0x51, - 0xfe, - 0x28, - 0x81, - 0xfe, - 0x81, - 0xa5, - 0xfe, - 0xf7, - 0xbb, - 0xfe, - 0xfa, - 0x20, - 0xfe, - 0x7e, - 0xe8, - 0xfe, - 0x42, - 0x25, - 0x00, - 0xa2, - 0x98, - 0x00, - 0xa3, - 0x56, - 0x00, - 0x48, - 0xb5, - 0xff, - 0xb0, - 0x77, - 0xff, - 0x1b, - 0x26, - 0xff, - 0x35, - 0x03, - 0xff, - 0xdc, - 0xa7, - 0xfe, - 0xb4, - 0xfe, - 0xfd, - 0xf7, - 0x5f, - 0xfe, - 0x0c, - 0x24, - 0xff, - 0x83, - 0xa7, - 0xff, - 0x52, - 0x28, - 0x00, - 0x73, - 0xac, - 0x18, - 0x06, - 0x2b, - 0x35, - 0x68, - 0x93, - 0x12, - 0x45, - 0x48, - 0xf4, - 0x2b, - 0x7b, - 0x02, - 0xa6, - 0x3f, - 0xfa, - 0xd3, - 0x40, - 0x00, - 0x76, - 0x12, - 0x0c, - 0x5f, - 0xdd, - 0xf6, - 0x10, - 0x7a, - 0xf0, - 0x1a, - 0xcf, - 0xff, - 0xed, - 0xef, - 0x0e, - 0x08, - 0x1e, - 0x03, - 0xf1, - 0x0b, - 0xf2, - 0x05, - 0x33, - 0xf4, - 0x61, - 0xbc, - 0xf5, - 0xb6, - 0x4f, - 0x03, - 0x38, - 0x5f, - 0x07, - 0x2f, - 0x9d, - 0xfb, - 0xcf, - 0xe1, - 0xfa, - 0x1b, - 0x11, - 0xfe, - 0x2e, - 0xcf, - 0xff, - 0x0a, - 0xaa, - 0xfc, - 0x9c, - 0x4f, - 0xfe, - 0x15, - 0x4f, - 0xff, - 0xb2, - 0xd4, - 0xfc, - 0xd0, - 0xdf, - 0xff, - 0x1b, - 0x7c, - 0xfc, - 0xd6, - 0x40, - 0xfc, - 0xdb, - 0xc3, - 0xff, - 0xe8, - 0x29, - 0xff, - 0x96, - 0x92, - 0xff, - 0xe0, - 0x3d, - 0xff, - 0x44, - 0xb4, - 0xff, - 0x61, - 0x9c, - 0xfe, - 0xf4, - 0xc9, - 0xfe, - 0x2d, - 0x8e, - 0xff, - 0xf9, - 0x82, - 0xfe, - 0xad, - 0x43, - 0x00, - 0x7d, - 0x14, - 0x00, - 0x69, - 0x4f, - 0xff, - 0x93, - 0x64, - 0xff, - 0x81, - 0x96, - 0xfe, - 0x4e, - 0xa0, - 0xfe, - 0x20, - 0x3b, - 0xfe, - 0x00, - 0x3e, - 0xfe, - 0x78, - 0x52, - 0xfe, - 0x0c, - 0x90, - 0xfe, - 0x8a, - 0xba, - 0xfe, - 0xb9, - 0x22, - 0xfe, - 0x96, - 0xd5, - 0xfe, - 0x23, - 0xfe, - 0xff, - 0x16, - 0xa2, - 0x00, - 0x35, - 0x5b, - 0x00, - 0x6a, - 0xad, - 0xff, - 0xd5, - 0x84, - 0xff, - 0x4a, - 0x13, - 0xff, - 0x6d, - 0x0b, - 0xff, - 0xfd, - 0xd3, - 0xfe, - 0xec, - 0xef, - 0xfd, - 0xb0, - 0x4a, - 0xfe, - 0xe6, - 0x0f, - 0xff, - 0xdf, - 0x80, - 0xff, - 0x72, - 0x2a, - 0x00, - 0x3e, - 0x30, - 0x19, - 0xe0, - 0xae, - 0x35, - 0xc5, - 0xf4, - 0x12, - 0xd7, - 0x6f, - 0xf5, - 0x67, - 0x31, - 0x02, - 0x41, - 0x10, - 0xf9, - 0x2f, - 0x51, - 0x00, - 0xbf, - 0xdc, - 0x0b, - 0x7a, - 0x14, - 0xf7, - 0xda, - 0xd5, - 0xef, - 0xfe, - 0xfc, - 0xfd, - 0xe6, - 0x56, - 0x0f, - 0x07, - 0x10, - 0x05, - 0xbf, - 0x8d, - 0xf3, - 0x6a, - 0x1b, - 0xf3, - 0x37, - 0xab, - 0xf3, - 0x73, - 0x1d, - 0x03, - 0xe1, - 0x16, - 0x08, - 0xcd, - 0xfd, - 0xfc, - 0x69, - 0xc5, - 0xfa, - 0x11, - 0x23, - 0xfd, - 0xc0, - 0x03, - 0x00, - 0xa2, - 0x5b, - 0xfc, - 0xf7, - 0x03, - 0xfe, - 0x64, - 0x25, - 0xff, - 0x54, - 0xd4, - 0xfc, - 0x11, - 0x13, - 0x00, - 0xee, - 0x7d, - 0xfc, - 0x69, - 0x6d, - 0xfc, - 0x59, - 0x72, - 0xff, - 0xb4, - 0x21, - 0xff, - 0x16, - 0xc5, - 0xff, - 0xb2, - 0x04, - 0xff, - 0x16, - 0xa3, - 0xff, - 0x86, - 0x78, - 0xfe, - 0xef, - 0xed, - 0xfe, - 0x5f, - 0xd9, - 0xff, - 0xa1, - 0xbc, - 0xfe, - 0xc0, - 0x7c, - 0x00, - 0x1b, - 0x02, - 0x00, - 0xdb, - 0x60, - 0xff, - 0xa6, - 0x65, - 0xff, - 0x3d, - 0x70, - 0xfe, - 0xa6, - 0xa3, - 0xfe, - 0xa9, - 0x34, - 0xfe, - 0x33, - 0x33, - 0xfe, - 0xd6, - 0x30, - 0xfe, - 0x8d, - 0x7f, - 0xfe, - 0xc5, - 0xd1, - 0xfe, - 0x48, - 0x3c, - 0xfe, - 0x5b, - 0xf7, - 0xfe, - 0xda, - 0xeb, - 0xff, - 0xe8, - 0x91, - 0x00, - 0xe6, - 0x54, - 0x00, - 0x9e, - 0x80, - 0xff, - 0xea, - 0x7e, - 0xff, - 0xa5, - 0x02, - 0xff, - 0xcf, - 0xf8, - 0xfe, - 0x62, - 0xef, - 0xfe, - 0xec, - 0x02, - 0xfe, - 0x70, - 0x54, - 0xfe, - 0x63, - 0xfb, - 0xfe, - 0xfc, - 0x61, - 0xff, - 0x17, - 0x21, - 0x00, - 0xe1, - 0x35, - 0x19, - 0xaa, - 0x6d, - 0x35, - 0xd8, - 0xca, - 0x13, - 0x92, - 0xa1, - 0xf7, - 0x35, - 0x7c, - 0x02, - 0xcf, - 0x93, - 0xf8, - 0xeb, - 0x64, - 0x00, - 0xbd, - 0xc4, - 0x0a, - 0xcb, - 0xa9, - 0xf6, - 0x1a, - 0x59, - 0xef, - 0xf0, - 0x54, - 0xfc, - 0xf7, - 0xab, - 0x0e, - 0xfa, - 0x16, - 0x06, - 0xc7, - 0x66, - 0xf6, - 0xa5, - 0x2c, - 0xf4, - 0xe1, - 0x97, - 0xf1, - 0x95, - 0xfe, - 0x01, - 0xa6, - 0xa4, - 0x08, - 0xaf, - 0x3c, - 0xfe, - 0xa1, - 0x83, - 0xfb, - 0xd3, - 0x85, - 0xfc, - 0x62, - 0xbd, - 0xff, - 0xe3, - 0xcf, - 0xfc, - 0x76, - 0x0c, - 0xfe, - 0xc5, - 0x1d, - 0xff, - 0x87, - 0x35, - 0xfd, - 0x66, - 0x2f, - 0x00, - 0x20, - 0x50, - 0xfc, - 0xf3, - 0x56, - 0xfc, - 0x7d, - 0x25, - 0xff, - 0xd5, - 0xc1, - 0xfe, - 0xad, - 0xcb, - 0xff, - 0xe5, - 0x0d, - 0xff, - 0xf4, - 0xa9, - 0xff, - 0x0b, - 0xe8, - 0xfe, - 0x9d, - 0x5e, - 0xff, - 0x43, - 0x25, - 0x00, - 0x81, - 0xc0, - 0xfe, - 0xba, - 0x5c, - 0x00, - 0x5f, - 0x1b, - 0x00, - 0x75, - 0x6a, - 0xff, - 0xa6, - 0x6e, - 0xff, - 0xde, - 0x67, - 0xfe, - 0x84, - 0xa5, - 0xfe, - 0x8b, - 0x3f, - 0xfe, - 0xc5, - 0x16, - 0xfe, - 0xb6, - 0x35, - 0xfe, - 0x32, - 0x8f, - 0xfe, - 0xf8, - 0x10, - 0xff, - 0xb5, - 0x75, - 0xfe, - 0xa2, - 0x03, - 0xff, - 0x00, - 0x14, - 0x00, - 0x17, - 0xa4, - 0x00, - 0x64, - 0x67, - 0x00, - 0xe1, - 0x76, - 0xff, - 0x2f, - 0x46, - 0xff, - 0x5a, - 0xcc, - 0xfe, - 0x44, - 0xd8, - 0xfe, - 0xf1, - 0xec, - 0xfe, - 0x38, - 0xf4, - 0xfd, - 0xcc, - 0x52, - 0xfe, - 0x56, - 0x0a, - 0xff, - 0x3f, - 0x6b, - 0xff, - 0x5c, - 0x2a, - 0x00, - 0xcb, - 0xb9, - 0x17, - 0x41, - 0x51, - 0x34, - 0xa2, - 0x15, - 0x16, - 0xaa, - 0x0a, - 0xf9, - 0x7a, - 0x8c, - 0x02, - 0x64, - 0x82, - 0xf9, - 0x4a, - 0x81, - 0xff, - 0x40, - 0xb5, - 0x09, - 0xb2, - 0x34, - 0xf7, - 0xe5, - 0x42, - 0xef, - 0x0c, - 0x26, - 0xfa, - 0xea, - 0xe4, - 0x0c, - 0x4a, - 0xe0, - 0x06, - 0x29, - 0x3f, - 0xf8, - 0xc4, - 0xc3, - 0xf6, - 0x7d, - 0xbf, - 0xf0, - 0x14, - 0x6e, - 0xfe, - 0x0a, - 0xb0, - 0x08, - 0x94, - 0x31, - 0xff, - 0x26, - 0x69, - 0xfc, - 0x70, - 0x69, - 0xfd, - 0xc3, - 0x46, - 0xff, - 0xdd, - 0x4b, - 0xfd, - 0xd9, - 0x53, - 0xfe, - 0x1d, - 0xa4, - 0xfe, - 0xdf, - 0xdd, - 0xfc, - 0x69, - 0x0c, - 0x00, - 0x4a, - 0x66, - 0xfc, - 0x05, - 0x16, - 0xfc, - 0xb7, - 0x3f, - 0xff, - 0xad, - 0x7c, - 0xfe, - 0x1b, - 0xda, - 0xff, - 0x56, - 0xe0, - 0xff, - 0x02, - 0xbd, - 0xff, - 0x1b, - 0x25, - 0xff, - 0x63, - 0x5f, - 0xff, - 0xaf, - 0x02, - 0x00, - 0x3a, - 0xdb, - 0xfe, - 0x18, - 0xdf, - 0xff, - 0x2c, - 0xc5, - 0xff, - 0x05, - 0x50, - 0xff, - 0x6d, - 0x99, - 0xff, - 0x72, - 0x84, - 0xfe, - 0xe4, - 0x9c, - 0xfe, - 0x55, - 0x8f, - 0xfe, - 0xec, - 0x3a, - 0xfe, - 0x2c, - 0x50, - 0xfe, - 0x9d, - 0x75, - 0xfe, - 0x99, - 0xfc, - 0xfe, - 0x19, - 0xc5, - 0xfe, - 0x2a, - 0x34, - 0xff, - 0x7e, - 0x36, - 0x00, - 0xa0, - 0xa5, - 0x00, - 0xdd, - 0x6d, - 0x00, - 0x84, - 0x8c, - 0xff, - 0xc5, - 0x1b, - 0xff, - 0xfe, - 0x97, - 0xfe, - 0x69, - 0xbe, - 0xfe, - 0xb4, - 0xf1, - 0xfe, - 0xab, - 0xf7, - 0xfd, - 0x46, - 0x4b, - 0xfe, - 0xab, - 0x1c, - 0xff, - 0xb3, - 0x81, - 0xff, - 0x8d, - 0x34, - 0x00, - 0xb0, - 0x50, - 0x17, - 0xc6, - 0x12, - 0x33, - 0xc2, - 0x7f, - 0x15, - 0x52, - 0x01, - 0xfa, - 0x9e, - 0x89, - 0x03, - 0xde, - 0x97, - 0xf9, - 0x32, - 0xde, - 0xfe, - 0xa3, - 0x7b, - 0x09, - 0x84, - 0x94, - 0xf7, - 0xd6, - 0xa5, - 0xef, - 0xd4, - 0xb8, - 0xf9, - 0x30, - 0x9d, - 0x0b, - 0x1b, - 0xb9, - 0x06, - 0x50, - 0x0e, - 0xf8, - 0x07, - 0xc1, - 0xf7, - 0x99, - 0x6f, - 0xf2, - 0x3f, - 0x9f, - 0xfb, - 0x12, - 0xc2, - 0x06, - 0x9d, - 0xbe, - 0x00, - 0x62, - 0x33, - 0xfd, - 0x4c, - 0x13, - 0xfe, - 0xa3, - 0x30, - 0xff, - 0xe4, - 0x1d, - 0xfd, - 0xde, - 0xcf, - 0xfe, - 0x6c, - 0x7f, - 0xfe, - 0x40, - 0xce, - 0xfb, - 0x02, - 0x5e, - 0xff, - 0x3b, - 0x60, - 0xfd, - 0xfc, - 0x6c, - 0xfc, - 0x74, - 0x5b, - 0xff, - 0x8d, - 0xf5, - 0xfe, - 0x2c, - 0x6a, - 0xff, - 0xcf, - 0x15, - 0x00, - 0x17, - 0xfa, - 0xff, - 0xdb, - 0xdf, - 0xfe, - 0x45, - 0x5f, - 0xff, - 0xc2, - 0xfb, - 0xff, - 0x96, - 0xe4, - 0xfe, - 0xef, - 0x9f, - 0xff, - 0x60, - 0x57, - 0xff, - 0x26, - 0x1f, - 0xff, - 0xf0, - 0xf0, - 0xff, - 0x49, - 0xe6, - 0xfe, - 0xd7, - 0x71, - 0xfe, - 0x15, - 0xa0, - 0xfe, - 0x77, - 0x58, - 0xfe, - 0xf1, - 0x4b, - 0xfe, - 0xe4, - 0x7c, - 0xfe, - 0x23, - 0xc6, - 0xfe, - 0x7a, - 0xf1, - 0xfe, - 0x99, - 0xac, - 0xff, - 0xbe, - 0x4e, - 0x00, - 0x35, - 0x71, - 0x00, - 0x81, - 0x4e, - 0x00, - 0x21, - 0x9c, - 0xff, - 0xf0, - 0x00, - 0xff, - 0xff, - 0x79, - 0xfe, - 0x80, - 0x9e, - 0xfe, - 0x8b, - 0xe8, - 0xfe, - 0xaf, - 0x57, - 0xfe, - 0x2a, - 0x79, - 0xfe, - 0x87, - 0x06, - 0xff, - 0xbe, - 0x7e, - 0xff, - 0xe6, - 0x35, - 0x00, - 0xa6, - 0x51, - 0x17, - 0x01, - 0x11, - 0x32, - 0x83, - 0x7a, - 0x13, - 0xe4, - 0x3b, - 0xf9, - 0x4f, - 0x96, - 0x04, - 0xf4, - 0xdf, - 0xfa, - 0x12, - 0x97, - 0xfe, - 0xa3, - 0xec, - 0x07, - 0xd2, - 0xca, - 0xf7, - 0x13, - 0xc9, - 0xf2, - 0x85, - 0x68, - 0xfb, - 0x09, - 0xb4, - 0x09, - 0x12, - 0xa2, - 0x05, - 0x18, - 0x0f, - 0xf7, - 0x18, - 0x73, - 0xf7, - 0xcd, - 0x4a, - 0xf6, - 0xeb, - 0xa9, - 0xfb, - 0x7b, - 0xa1, - 0x02, - 0x55, - 0xb7, - 0x00, - 0x9c, - 0x62, - 0xfe, - 0xf4, - 0x20, - 0xfe, - 0xaf, - 0xd6, - 0xff, - 0x71, - 0x16, - 0xfd, - 0xe7, - 0xc4, - 0xfd, - 0x9e, - 0xad, - 0xfe, - 0x51, - 0xa5, - 0xfc, - 0xab, - 0xea, - 0xfe, - 0xa2, - 0x04, - 0xfe, - 0xc5, - 0x5f, - 0xfd, - 0xab, - 0xc6, - 0xfe, - 0x46, - 0x3d, - 0xff, - 0xdc, - 0x88, - 0xff, - 0x24, - 0x71, - 0xff, - 0x75, - 0x1e, - 0x00, - 0x71, - 0xed, - 0xfe, - 0xeb, - 0xf8, - 0xfe, - 0xb7, - 0xd9, - 0xff, - 0x7a, - 0x47, - 0xff, - 0xdc, - 0xf0, - 0xff, - 0xb3, - 0x8f, - 0xff, - 0x41, - 0x1d, - 0xff, - 0x59, - 0x85, - 0xff, - 0x88, - 0x48, - 0xff, - 0xb0, - 0xc5, - 0xfe, - 0x15, - 0x44, - 0xfe, - 0xf3, - 0x75, - 0xfe, - 0x31, - 0x76, - 0xfe, - 0x43, - 0x81, - 0xfe, - 0x60, - 0xcc, - 0xfe, - 0xac, - 0xe0, - 0xfe, - 0x8e, - 0xc8, - 0xff, - 0x82, - 0x9d, - 0x00, - 0xae, - 0x7c, - 0x00, - 0x18, - 0xf6, - 0xff, - 0xd4, - 0x6f, - 0xff, - 0xcb, - 0xe4, - 0xfe, - 0xfa, - 0x8c, - 0xfe, - 0x71, - 0xee, - 0xfe, - 0xf6, - 0xea, - 0xfe, - 0x13, - 0x5f, - 0xfe, - 0x48, - 0x96, - 0xfe, - 0xc2, - 0x05, - 0xff, - 0xb6, - 0x81, - 0xff, - 0x09, - 0x54, - 0x00, - 0x53, - 0xb7, - 0x16, - 0x8e, - 0x8a, - 0x2f, - 0x45, - 0x5d, - 0x11, - 0x3e, - 0x2f, - 0xfa, - 0xe4, - 0xdd, - 0x05, - 0xa4, - 0x53, - 0xfb, - 0xfc, - 0x72, - 0xfe, - 0x33, - 0x95, - 0x07, - 0xdf, - 0xa2, - 0xf8, - 0xf9, - 0x87, - 0xf3, - 0x70, - 0xef, - 0xfb, - 0x44, - 0xa8, - 0x09, - 0xb6, - 0xaf, - 0x05, - 0x50, - 0xc6, - 0xf7, - 0xea, - 0xae, - 0xf6, - 0x08, - 0xbb, - 0xf7, - 0x98, - 0xea, - 0xfd, - 0xc7, - 0xb5, - 0x00, - 0xec, - 0x4f, - 0xff, - 0x38, - 0xa5, - 0xfe, - 0xc3, - 0x94, - 0xfd, - 0x31, - 0x7f, - 0xff, - 0xe4, - 0x53, - 0xfd, - 0x45, - 0x1f, - 0xfe, - 0x63, - 0x23, - 0xff, - 0x7a, - 0x59, - 0xfd, - 0x9b, - 0xa1, - 0xfe, - 0x34, - 0xc8, - 0xfd, - 0x0c, - 0x21, - 0xfe, - 0x9a, - 0xa2, - 0xfe, - 0xd1, - 0x43, - 0xff, - 0xb7, - 0x01, - 0x00, - 0xcd, - 0x2f, - 0xff, - 0x4c, - 0xf8, - 0xff, - 0xa9, - 0x00, - 0xff, - 0x83, - 0xf5, - 0xfe, - 0x7a, - 0xcf, - 0xff, - 0x0a, - 0x8f, - 0xff, - 0xd3, - 0x1e, - 0x00, - 0x0e, - 0x74, - 0xff, - 0xf0, - 0x43, - 0xff, - 0x6c, - 0x39, - 0xff, - 0x9c, - 0x09, - 0xff, - 0xc7, - 0x25, - 0xff, - 0x52, - 0x5f, - 0xfe, - 0x9b, - 0x74, - 0xfe, - 0x1e, - 0xb2, - 0xfe, - 0x57, - 0xc8, - 0xfe, - 0xfb, - 0xe0, - 0xfe, - 0x52, - 0xef, - 0xfe, - 0xa4, - 0xdb, - 0xff, - 0x50, - 0x7e, - 0x00, - 0x51, - 0x92, - 0x00, - 0xda, - 0xfe, - 0xff, - 0xf9, - 0x2b, - 0xff, - 0xef, - 0x07, - 0xff, - 0x9e, - 0xe3, - 0xfe, - 0x51, - 0xf0, - 0xfe, - 0xb3, - 0xf1, - 0xfe, - 0x36, - 0x77, - 0xfe, - 0x34, - 0x7b, - 0xfe, - 0xf5, - 0x01, - 0xff, - 0x0e, - 0xa9, - 0xff, - 0x78, - 0x44, - 0x00, - 0x74, - 0x4d, - 0x15, - 0x4c, - 0xb0, - 0x2a, - 0x61, - 0xd0, - 0x0c, - 0xe8, - 0x3e, - 0xfb, - 0x2a, - 0x3f, - 0x09, - 0x8b, - 0x62, - 0xfc, - 0xf8, - 0xe0, - 0xfd, - 0xcf, - 0x3f, - 0x07, - 0x2b, - 0xe0, - 0xf9, - 0xbc, - 0x3a, - 0xf5, - 0x65, - 0x01, - 0xfb, - 0x9f, - 0x95, - 0x06, - 0xb2, - 0x65, - 0x05, - 0x71, - 0x9e, - 0xfa, - 0x92, - 0x33, - 0xf9, - 0x07, - 0x10, - 0xfa, - 0x4b, - 0xd3, - 0xfd, - 0xb5, - 0x57, - 0xfe, - 0x93, - 0xcf, - 0xff, - 0x3c, - 0xee, - 0xff, - 0xe8, - 0xa3, - 0xfc, - 0x63, - 0x9e, - 0xfe, - 0x62, - 0x65, - 0xfd, - 0xe8, - 0x74, - 0xfe, - 0xe5, - 0xdd, - 0xff, - 0x3f, - 0xc4, - 0xfd, - 0x53, - 0x1f, - 0xfe, - 0x9c, - 0x37, - 0xfe, - 0x55, - 0x5c, - 0xff, - 0xfc, - 0x26, - 0xff, - 0x7c, - 0xb9, - 0xff, - 0x32, - 0x59, - 0x00, - 0xa8, - 0x27, - 0xff, - 0xe2, - 0xc8, - 0xff, - 0xab, - 0xf2, - 0xfe, - 0x38, - 0x14, - 0xff, - 0x61, - 0x97, - 0xff, - 0x24, - 0x58, - 0xff, - 0x66, - 0x17, - 0x00, - 0x92, - 0x5f, - 0xff, - 0xe6, - 0x5b, - 0xff, - 0xa6, - 0x7b, - 0xff, - 0x47, - 0x26, - 0xff, - 0x6c, - 0x49, - 0xff, - 0xeb, - 0xe8, - 0xfe, - 0xd0, - 0xf0, - 0xfe, - 0xe7, - 0xde, - 0xfe, - 0x26, - 0x0c, - 0xff, - 0x0a, - 0x34, - 0xff, - 0xa1, - 0x4e, - 0xff, - 0xb6, - 0x65, - 0x00, - 0xd7, - 0xba, - 0x00, - 0xc1, - 0x98, - 0x00, - 0x0b, - 0x54, - 0x00, - 0x23, - 0x56, - 0xff, - 0x93, - 0xf6, - 0xfe, - 0x30, - 0xf6, - 0xfe, - 0x6c, - 0xd9, - 0xfe, - 0x4c, - 0xd7, - 0xfe, - 0xc1, - 0xb2, - 0xfe, - 0xb2, - 0xbf, - 0xfe, - 0x4b, - 0x14, - 0xff, - 0x7c, - 0x9c, - 0xff, - 0x79, - 0x13, - 0x00, - 0xf6, - 0xe3, - 0x13, - 0x8b, - 0xbc, - 0x27, - 0x3e, - 0x81, - 0x0d, - 0x0f, - 0xcd, - 0xfd, - 0x58, - 0x35, - 0x07, - 0x08, - 0xaa, - 0xfa, - 0xb5, - 0xbf, - 0xfe, - 0x4b, - 0x58, - 0x07, - 0xfb, - 0x10, - 0xfa, - 0xb9, - 0x9b, - 0xf5, - 0xa8, - 0x70, - 0xfb, - 0xba, - 0xbe, - 0x05, - 0x39, - 0x67, - 0x04, - 0xe0, - 0xdf, - 0xfb, - 0x59, - 0xdf, - 0xf9, - 0xde, - 0xfe, - 0xf9, - 0x7f, - 0x28, - 0xff, - 0x0e, - 0x4c, - 0xff, - 0x41, - 0x88, - 0xfe, - 0x1c, - 0xb9, - 0xff, - 0xc1, - 0x89, - 0xfe, - 0x8a, - 0xdd, - 0xfe, - 0x49, - 0x27, - 0xfd, - 0x92, - 0xcc, - 0xfe, - 0xf3, - 0xbf, - 0xff, - 0xe4, - 0x6c, - 0xfe, - 0x44, - 0xd0, - 0xfe, - 0x1d, - 0x7f, - 0xfd, - 0xbd, - 0xca, - 0xfe, - 0xd1, - 0xb5, - 0xff, - 0xe1, - 0x9b, - 0xff, - 0xea, - 0xcc, - 0xff, - 0xd5, - 0x18, - 0xff, - 0x9e, - 0xa6, - 0xff, - 0x5b, - 0x3b, - 0xff, - 0xa0, - 0x5f, - 0xff, - 0x5e, - 0x7d, - 0xff, - 0x3d, - 0x29, - 0xff, - 0x0e, - 0xe2, - 0xff, - 0xc0, - 0x7a, - 0xff, - 0x2a, - 0x66, - 0xff, - 0xe1, - 0x4f, - 0xff, - 0x5b, - 0x24, - 0xff, - 0x4d, - 0xa5, - 0xff, - 0xc5, - 0x6d, - 0xff, - 0x88, - 0x3a, - 0xff, - 0xf6, - 0x50, - 0xff, - 0x19, - 0xd1, - 0xff, - 0x4e, - 0xe8, - 0xff, - 0x97, - 0x8d, - 0xff, - 0xd0, - 0xf2, - 0xff, - 0x1e, - 0xc7, - 0xff, - 0x30, - 0x83, - 0xff, - 0xab, - 0xaf, - 0xff, - 0x0f, - 0x5c, - 0xff, - 0xb4, - 0x37, - 0xff, - 0x84, - 0x2f, - 0xff, - 0x04, - 0x26, - 0xff, - 0x22, - 0x39, - 0xff, - 0xd9, - 0x0d, - 0xff, - 0xb0, - 0x26, - 0xff, - 0x47, - 0x6f, - 0xff, - 0x46, - 0xbd, - 0xff, - 0x86, - 0x05, - 0x00, - 0x50, - 0xfa, - 0x13, - 0x68, - 0xf9, - 0x24, - 0x28, - 0xe7, - 0x0a, - 0xc0, - 0xe0, - 0xfe, - 0x17, - 0x14, - 0x06, - 0x2c, - 0x1a, - 0xfb, - 0x09, - 0x50, - 0x01, - 0x7b, - 0xf6, - 0x05, - 0xef, - 0x7f, - 0xf9, - 0x3e, - 0x32, - 0xf6, - 0xa1, - 0xb3, - 0xfc, - 0x01, - 0xb4, - 0x06, - 0x48, - 0xb7, - 0x02, - 0xbf, - 0x79, - 0xfb, - 0xea, - 0x28, - 0xfa, - 0x31, - 0xbf, - 0xfa, - 0x87, - 0xbf, - 0x00, - 0xb8, - 0xd2, - 0xff, - 0x97, - 0x65, - 0xfe, - 0xf7, - 0x84, - 0xff, - 0xa4, - 0x0b, - 0xff, - 0x12, - 0x06, - 0xff, - 0x4e, - 0x4a, - 0xfd, - 0x59, - 0x23, - 0xff, - 0x6b, - 0x55, - 0xff, - 0x8b, - 0x7b, - 0xfe, - 0xa8, - 0xb4, - 0xfe, - 0x6b, - 0x0e, - 0xfd, - 0xbb, - 0xd3, - 0xfe, - 0x48, - 0xd2, - 0xff, - 0x90, - 0x77, - 0xff, - 0x37, - 0x92, - 0xff, - 0x64, - 0x63, - 0xff, - 0x98, - 0xd3, - 0xff, - 0x4a, - 0x41, - 0xff, - 0x75, - 0x92, - 0xff, - 0x70, - 0x49, - 0xff, - 0x9c, - 0x18, - 0xff, - 0xa3, - 0x40, - 0x00, - 0x05, - 0xc2, - 0xff, - 0xba, - 0x69, - 0xff, - 0xa2, - 0x61, - 0xff, - 0xfe, - 0x60, - 0xff, - 0x2e, - 0xc6, - 0xff, - 0x3d, - 0xa8, - 0xff, - 0x71, - 0x6a, - 0xff, - 0x6b, - 0x4a, - 0xff, - 0x4d, - 0xcc, - 0xff, - 0xe4, - 0xcb, - 0xff, - 0xc3, - 0x6d, - 0xff, - 0x6d, - 0xa0, - 0xff, - 0x70, - 0x69, - 0xff, - 0xa1, - 0x9a, - 0xff, - 0x02, - 0xb2, - 0xff, - 0xe4, - 0x36, - 0xff, - 0x09, - 0x40, - 0xff, - 0x4b, - 0x26, - 0xff, - 0xa4, - 0x44, - 0xff, - 0xe5, - 0x72, - 0xff, - 0x2f, - 0x22, - 0xff, - 0x7f, - 0x4c, - 0xff, - 0xe5, - 0x7d, - 0xff, - 0xd0, - 0x94, - 0xff, - 0xf2, - 0xba, - 0xff, - 0x89, - 0x54, - 0x13, - 0x51, - 0xf2, - 0x22, - 0x90, - 0x93, - 0x09, - 0x05, - 0x5b, - 0xfe, - 0x96, - 0x60, - 0x05, - 0xe8, - 0x6e, - 0xfc, - 0x44, - 0xfc, - 0x01, - 0xb3, - 0xc1, - 0x04, - 0x19, - 0x6b, - 0xf9, - 0x1c, - 0xa0, - 0xf6, - 0x1f, - 0x15, - 0xfe, - 0x70, - 0x74, - 0x07, - 0xd1, - 0x93, - 0x01, - 0xc1, - 0x33, - 0xfb, - 0x69, - 0xc4, - 0xfa, - 0x84, - 0x72, - 0xfb, - 0x36, - 0x2f, - 0x01, - 0xaf, - 0x40, - 0x00, - 0x53, - 0xbd, - 0xfe, - 0xf2, - 0x4b, - 0xff, - 0x77, - 0x3d, - 0xff, - 0x7d, - 0x24, - 0xff, - 0xf0, - 0x41, - 0xfd, - 0x5e, - 0x4e, - 0xff, - 0xe3, - 0x39, - 0xff, - 0x4a, - 0x71, - 0xfe, - 0xb4, - 0xa0, - 0xfe, - 0xae, - 0x03, - 0xfd, - 0x9b, - 0xd9, - 0xfe, - 0xa6, - 0xc4, - 0xff, - 0x0f, - 0xa4, - 0xff, - 0xbb, - 0xb5, - 0xff, - 0x07, - 0x59, - 0xff, - 0xef, - 0xc6, - 0xff, - 0x9c, - 0x58, - 0xff, - 0x90, - 0xb6, - 0xff, - 0x1d, - 0x66, - 0xff, - 0x21, - 0x6c, - 0xff, - 0x2a, - 0x75, - 0x00, - 0x98, - 0xbe, - 0xff, - 0xfc, - 0x98, - 0xff, - 0x90, - 0x95, - 0xff, - 0x99, - 0x5e, - 0xff, - 0x7e, - 0x97, - 0xff, - 0x12, - 0x56, - 0xff, - 0x5d, - 0x2c, - 0xff, - 0xc1, - 0x48, - 0xff, - 0xd1, - 0xbb, - 0xff, - 0x1c, - 0x99, - 0xff, - 0x5c, - 0x37, - 0xff, - 0x53, - 0x48, - 0xff, - 0xf6, - 0x47, - 0xff, - 0x20, - 0x9c, - 0xff, - 0x42, - 0x74, - 0xff, - 0xc6, - 0x24, - 0xff, - 0x78, - 0x52, - 0xff, - 0x6c, - 0x35, - 0xff, - 0x3f, - 0x78, - 0xff, - 0xdb, - 0x9a, - 0xff, - 0x53, - 0x45, - 0xff, - 0x21, - 0x68, - 0xff, - 0xae, - 0x68, - 0xff, - 0x26, - 0x63, - 0xff, - 0xcb, - 0x80, - 0xff, - 0x1c, - 0x21, - 0x12, - 0x61, - 0x16, - 0x21, - 0xac, - 0xf2, - 0x08, - 0xcb, - 0xd1, - 0xfd, - 0x06, - 0x13, - 0x05, - 0xf6, - 0xf6, - 0xfc, - 0x1a, - 0xd9, - 0x01, - 0x71, - 0x68, - 0x04, - 0x1b, - 0x93, - 0xf9, - 0xff, - 0x50, - 0xf7, - 0xe8, - 0x0c, - 0xff, - 0x07, - 0xa5, - 0x07, - 0x63, - 0x27, - 0x01, - 0xba, - 0x51, - 0xfb, - 0xdd, - 0x70, - 0xfb, - 0x4f, - 0x9d, - 0xfb, - 0x5d, - 0x4f, - 0x01, - 0xf5, - 0xcd, - 0x00, - 0x20, - 0xa3, - 0xfe, - 0x17, - 0xd9, - 0xfe, - 0x6d, - 0x4e, - 0xff, - 0x36, - 0x5a, - 0xff, - 0x59, - 0x48, - 0xfd, - 0xb3, - 0x67, - 0xff, - 0xfa, - 0x62, - 0xff, - 0x40, - 0x97, - 0xfe, - 0xdb, - 0xf2, - 0xfe, - 0x94, - 0x37, - 0xfd, - 0xe8, - 0xb8, - 0xfe, - 0xf1, - 0x8f, - 0xff, - 0x3a, - 0x8e, - 0xff, - 0x1c, - 0xb0, - 0xff, - 0x50, - 0x65, - 0xff, - 0x29, - 0xf4, - 0xff, - 0x71, - 0x5a, - 0xff, - 0x51, - 0xb2, - 0xff, - 0xb8, - 0xa7, - 0xff, - 0x3a, - 0x98, - 0xff, - 0x21, - 0x68, - 0x00, - 0x57, - 0xb5, - 0xff, - 0xd1, - 0x88, - 0xff, - 0x0e, - 0x5d, - 0xff, - 0x29, - 0x1f, - 0xff, - 0x43, - 0x47, - 0xff, - 0xf4, - 0xfa, - 0xfe, - 0x24, - 0x11, - 0xff, - 0x77, - 0x42, - 0xff, - 0xea, - 0x91, - 0xff, - 0x27, - 0x66, - 0xff, - 0x85, - 0xf1, - 0xfe, - 0xe2, - 0x0b, - 0xff, - 0x79, - 0x4f, - 0xff, - 0x26, - 0xb3, - 0xff, - 0xf5, - 0x7b, - 0xff, - 0x06, - 0x3f, - 0xff, - 0xef, - 0x66, - 0xff, - 0x9b, - 0x3f, - 0xff, - 0x41, - 0x79, - 0xff, - 0x96, - 0x83, - 0xff, - 0xe4, - 0x27, - 0xff, - 0x75, - 0x4a, - 0xff, - 0x57, - 0x4d, - 0xff, - 0xe2, - 0x47, - 0xff, - 0x78, - 0x69, - 0xff, - 0x46, - 0xfc, - 0x0f, - 0x4e, - 0x2e, - 0x1f, - 0x87, - 0xd6, - 0x09, - 0x26, - 0x36, - 0xfd, - 0x4f, - 0x5f, - 0x04, - 0x1a, - 0x3b, - 0xfd, - 0x3d, - 0x7c, - 0x01, - 0xac, - 0x08, - 0x05, - 0xcb, - 0x1b, - 0xfa, - 0xb3, - 0xe8, - 0xf7, - 0x4d, - 0x58, - 0xff, - 0x37, - 0xd7, - 0x07, - 0x24, - 0x0b, - 0x02, - 0x48, - 0x9f, - 0xfb, - 0x43, - 0xca, - 0xfb, - 0xc7, - 0x1c, - 0xfb, - 0xa5, - 0x3f, - 0x01, - 0x04, - 0xc3, - 0x01, - 0x97, - 0x5f, - 0xfe, - 0x4f, - 0x74, - 0xfe, - 0x61, - 0x35, - 0xff, - 0x9d, - 0xc2, - 0xff, - 0xc5, - 0xb6, - 0xfd, - 0x20, - 0x8a, - 0xff, - 0x16, - 0xae, - 0xff, - 0x5a, - 0x71, - 0xfe, - 0xa5, - 0x25, - 0xff, - 0xe9, - 0x45, - 0xfd, - 0xf2, - 0x6e, - 0xfe, - 0x5e, - 0xb0, - 0xff, - 0xc8, - 0xa1, - 0xff, - 0x4f, - 0xc4, - 0xff, - 0x70, - 0x56, - 0xff, - 0x06, - 0xf1, - 0xff, - 0x1a, - 0x60, - 0xff, - 0x6a, - 0x9c, - 0xff, - 0x8f, - 0xaa, - 0xff, - 0x00, - 0x4b, - 0xff, - 0x35, - 0x0a, - 0x00, - 0x3e, - 0x68, - 0xff, - 0xfe, - 0x40, - 0xff, - 0xfe, - 0x51, - 0xff, - 0x09, - 0x0e, - 0xff, - 0xc0, - 0x30, - 0xff, - 0x2b, - 0xec, - 0xfe, - 0x67, - 0x02, - 0xff, - 0x82, - 0x21, - 0xff, - 0x21, - 0x57, - 0xff, - 0x4f, - 0x3f, - 0xff, - 0x83, - 0xd3, - 0xfe, - 0x94, - 0x14, - 0xff, - 0xd9, - 0x70, - 0xff, - 0x83, - 0xb1, - 0xff, - 0x92, - 0x82, - 0xff, - 0xea, - 0x49, - 0xff, - 0xc8, - 0x62, - 0xff, - 0xcc, - 0x33, - 0xff, - 0xc5, - 0x57, - 0xff, - 0x97, - 0x63, - 0xff, - 0x0c, - 0x05, - 0xff, - 0xba, - 0x20, - 0xff, - 0xb5, - 0x33, - 0xff, - 0x76, - 0x3a, - 0xff, - 0x4f, - 0x81, - 0xff, - 0x75, - 0xdb, - 0x0f, - 0x8d, - 0x41, - 0x1d, - 0x59, - 0x36, - 0x08, - 0x8d, - 0xf5, - 0xfd, - 0xf1, - 0xc0, - 0x03, - 0x07, - 0xe6, - 0xfc, - 0x73, - 0x72, - 0x02, - 0x73, - 0xe3, - 0x04, - 0x19, - 0xc0, - 0xfa, - 0x4e, - 0xf9, - 0xf8, - 0xc3, - 0x8e, - 0x00, - 0xf9, - 0x8a, - 0x08, - 0xfd, - 0xd8, - 0x01, - 0x6c, - 0x14, - 0xfc, - 0x39, - 0x9f, - 0xfb, - 0x01, - 0x0b, - 0xfb, - 0xfb, - 0xa5, - 0x01, - 0x21, - 0xeb, - 0x01, - 0x15, - 0x70, - 0xfe, - 0x4d, - 0x20, - 0xfe, - 0x45, - 0x72, - 0xff, - 0x3b, - 0x01, - 0x00, - 0x92, - 0xe0, - 0xfd, - 0x54, - 0xa0, - 0xff, - 0xa5, - 0x36, - 0xff, - 0x49, - 0x82, - 0xfe, - 0xde, - 0x6c, - 0xff, - 0xd5, - 0x8b, - 0xfd, - 0x39, - 0xa3, - 0xfe, - 0x87, - 0xa7, - 0xff, - 0xd0, - 0xa0, - 0xff, - 0x2f, - 0xa0, - 0xff, - 0x6c, - 0x61, - 0xff, - 0xdb, - 0xd4, - 0xff, - 0x36, - 0x10, - 0xff, - 0x99, - 0x6d, - 0xff, - 0x41, - 0x63, - 0xff, - 0x71, - 0x20, - 0xff, - 0x04, - 0xe5, - 0xff, - 0x4d, - 0x5b, - 0xff, - 0x37, - 0x5c, - 0xff, - 0x50, - 0x59, - 0xff, - 0x1b, - 0x16, - 0xff, - 0x36, - 0x1f, - 0xff, - 0x81, - 0xdd, - 0xfe, - 0xad, - 0x07, - 0xff, - 0x6a, - 0x15, - 0xff, - 0xdf, - 0x45, - 0xff, - 0x49, - 0x2d, - 0xff, - 0x4f, - 0xd4, - 0xfe, - 0xfe, - 0x1a, - 0xff, - 0xea, - 0x66, - 0xff, - 0x57, - 0xa0, - 0xff, - 0x24, - 0x75, - 0xff, - 0x45, - 0x56, - 0xff, - 0x88, - 0x77, - 0xff, - 0x5d, - 0x3c, - 0xff, - 0x33, - 0x57, - 0xff, - 0xb8, - 0x4a, - 0xff, - 0x17, - 0xe1, - 0xfe, - 0x9a, - 0x0c, - 0xff, - 0x41, - 0x30, - 0xff, - 0x64, - 0x54, - 0xff, - 0xcd, - 0xae, - 0xff, - 0x63, - 0xa8, - 0x0f, - 0xa8, - 0xdb, - 0x1b, - 0x07, - 0xd8, - 0x06, - 0x51, - 0xf2, - 0xfd, - 0x4e, - 0x8b, - 0x03, - 0x54, - 0x55, - 0xfd, - 0x1f, - 0xa8, - 0x03, - 0x67, - 0xa9, - 0x05, - 0xfd, - 0xc7, - 0xfb, - 0xf2, - 0xd4, - 0xf9, - 0x8d, - 0x6b, - 0x01, - 0xd5, - 0x08, - 0x09, - 0xf5, - 0x9b, - 0x01, - 0xb8, - 0xe3, - 0xfb, - 0xda, - 0x1a, - 0xfb, - 0xf8, - 0xef, - 0xfa, - 0x30, - 0xff, - 0x01, - 0xcf, - 0x28, - 0x02, - 0xde, - 0x89, - 0xfe, - 0x96, - 0xe3, - 0xfd, - 0xe1, - 0x6e, - 0xff, - 0x33, - 0xed, - 0xff, - 0x17, - 0xce, - 0xfd, - 0xe9, - 0xbd, - 0xff, - 0x86, - 0x3e, - 0xff, - 0xfb, - 0xc4, - 0xfe, - 0xd7, - 0xa2, - 0xff, - 0x21, - 0xb0, - 0xfd, - 0xb3, - 0xba, - 0xfe, - 0xbb, - 0xa8, - 0xff, - 0xc1, - 0xa4, - 0xff, - 0xa0, - 0x74, - 0xff, - 0x26, - 0x29, - 0xff, - 0x1e, - 0x7c, - 0xff, - 0x1d, - 0xc1, - 0xfe, - 0x2c, - 0x5d, - 0xff, - 0xd8, - 0x65, - 0xff, - 0xbe, - 0x3a, - 0xff, - 0xc4, - 0xf9, - 0xff, - 0x4d, - 0x75, - 0xff, - 0xfa, - 0x6f, - 0xff, - 0xd6, - 0x53, - 0xff, - 0x49, - 0x1b, - 0xff, - 0x27, - 0x23, - 0xff, - 0x7c, - 0xe8, - 0xfe, - 0x4a, - 0x09, - 0xff, - 0x27, - 0x09, - 0xff, - 0xed, - 0x43, - 0xff, - 0x90, - 0x20, - 0xff, - 0x66, - 0xc3, - 0xfe, - 0xcd, - 0x03, - 0xff, - 0x5e, - 0x57, - 0xff, - 0x04, - 0xba, - 0xff, - 0xcc, - 0x97, - 0xff, - 0x74, - 0x73, - 0xff, - 0x1b, - 0x96, - 0xff, - 0xed, - 0x4d, - 0xff, - 0xb9, - 0x5d, - 0xff, - 0x35, - 0x4a, - 0xff, - 0x25, - 0xe2, - 0xfe, - 0x30, - 0x0d, - 0xff, - 0x1f, - 0x2f, - 0xff, - 0xd5, - 0x5c, - 0xff, - 0x6b, - 0xaf, - 0xff, - 0x55, - 0xca, - 0x0e, - 0x0f, - 0x6f, - 0x1b, - 0x5f, - 0x6b, - 0x07, - 0x61, - 0xe4, - 0xfd, - 0x06, - 0x71, - 0x04, - 0x35, - 0x47, - 0xfe, - 0xfa, - 0xa7, - 0x03, - 0x95, - 0x59, - 0x06, - 0x70, - 0x46, - 0xfc, - 0x77, - 0x20, - 0xfa, - 0xab, - 0x19, - 0x01, - 0x4c, - 0x68, - 0x08, - 0x20, - 0x47, - 0x01, - 0xaf, - 0x24, - 0xfb, - 0xbf, - 0x04, - 0xfb, - 0xf2, - 0x1a, - 0xfb, - 0x28, - 0x44, - 0x02, - 0x3f, - 0x7e, - 0x02, - 0xae, - 0x4a, - 0xfe, - 0x9c, - 0xb6, - 0xfd, - 0xe0, - 0x3a, - 0xff, - 0xff, - 0x2b, - 0x00, - 0x3d, - 0x2c, - 0xfe, - 0x2e, - 0xde, - 0xff, - 0x9b, - 0x8e, - 0xff, - 0x37, - 0xdb, - 0xfe, - 0xf1, - 0xda, - 0xff, - 0x24, - 0xba, - 0xfd, - 0x84, - 0x66, - 0xfe, - 0xce, - 0x57, - 0xff, - 0x6a, - 0x4e, - 0xff, - 0x67, - 0x64, - 0xff, - 0xff, - 0x23, - 0xff, - 0x6d, - 0x80, - 0xff, - 0x7a, - 0xca, - 0xfe, - 0x45, - 0x55, - 0xff, - 0x2e, - 0x7e, - 0xff, - 0xc3, - 0x2e, - 0xff, - 0xbd, - 0xe8, - 0xff, - 0xab, - 0x81, - 0xff, - 0x24, - 0x8c, - 0xff, - 0x22, - 0x79, - 0xff, - 0x1c, - 0x25, - 0xff, - 0x75, - 0x33, - 0xff, - 0x5e, - 0xf1, - 0xfe, - 0x28, - 0xf7, - 0xfe, - 0x92, - 0xe4, - 0xfe, - 0x44, - 0x11, - 0xff, - 0x29, - 0x05, - 0xff, - 0x39, - 0xbe, - 0xfe, - 0x6d, - 0x1e, - 0xff, - 0x26, - 0x8e, - 0xff, - 0x5e, - 0xe9, - 0xff, - 0x84, - 0xc7, - 0xff, - 0x17, - 0x9b, - 0xff, - 0xaa, - 0x9f, - 0xff, - 0xa5, - 0x46, - 0xff, - 0x87, - 0x50, - 0xff, - 0x2d, - 0x2c, - 0xff, - 0xe8, - 0xbc, - 0xfe, - 0xff, - 0x01, - 0xff, - 0x85, - 0x32, - 0xff, - 0x10, - 0x67, - 0xff, - 0xc7, - 0xcf, - 0xff, - 0x34, - 0x5b, - 0x0e, - 0xac, - 0x3e, - 0x1c, - 0x2e, - 0x52, - 0x09, - 0x84, - 0xf6, - 0xfd, - 0x7e, - 0x4e, - 0x04, - 0xa6, - 0x18, - 0xfe, - 0xce, - 0xc1, - 0x02, - 0x08, - 0x42, - 0x06, - 0x65, - 0xda, - 0xfb, - 0x53, - 0x7a, - 0xf9, - 0x20, - 0x68, - 0x00, - 0xa3, - 0x52, - 0x08, - 0xca, - 0x2c, - 0x02, - 0xfd, - 0x60, - 0xfb, - 0x27, - 0x1c, - 0xfb, - 0x9f, - 0xc1, - 0xfa, - 0x56, - 0xe2, - 0x01, - 0xac, - 0x9c, - 0x02, - 0xbf, - 0x2d, - 0xfe, - 0xce, - 0xe6, - 0xfd, - 0xbb, - 0x54, - 0xff, - 0xcf, - 0x5e, - 0x00, - 0xcd, - 0x51, - 0xfe, - 0x75, - 0xcc, - 0xff, - 0xfd, - 0xac, - 0xff, - 0xd9, - 0xb7, - 0xfe, - 0xf5, - 0xfe, - 0xff, - 0xbd, - 0xb9, - 0xfd, - 0x38, - 0x07, - 0xfe, - 0x8d, - 0x31, - 0xff, - 0xab, - 0x28, - 0xff, - 0xb9, - 0x6a, - 0xff, - 0xaf, - 0x46, - 0xff, - 0x32, - 0xb4, - 0xff, - 0x8e, - 0xe9, - 0xfe, - 0xd9, - 0x4d, - 0xff, - 0xb4, - 0x6e, - 0xff, - 0xe8, - 0xf1, - 0xfe, - 0x75, - 0xd3, - 0xff, - 0xbc, - 0x76, - 0xff, - 0x45, - 0x69, - 0xff, - 0x72, - 0x74, - 0xff, - 0x5f, - 0x28, - 0xff, - 0xaa, - 0x3f, - 0xff, - 0x34, - 0xee, - 0xfe, - 0x4d, - 0xf2, - 0xfe, - 0x45, - 0xf1, - 0xfe, - 0x90, - 0x2d, - 0xff, - 0xbf, - 0x26, - 0xff, - 0x01, - 0xc5, - 0xfe, - 0x27, - 0x2f, - 0xff, - 0x0d, - 0x99, - 0xff, - 0xf1, - 0xe9, - 0xff, - 0x72, - 0xd4, - 0xff, - 0xbc, - 0x83, - 0xff, - 0x91, - 0x7d, - 0xff, - 0x21, - 0x2d, - 0xff, - 0xb6, - 0x2d, - 0xff, - 0x0d, - 0x2d, - 0xff, - 0xf4, - 0xcf, - 0xfe, - 0x13, - 0x00, - 0xff, - 0x96, - 0x42, - 0xff, - 0x75, - 0x7a, - 0xff, - 0x22, - 0xcb, - 0xff, - 0x4d, - 0x71, - 0x0e, - 0x6a, - 0x4e, - 0x1c, - 0xb0, - 0x0c, - 0x09, - 0xef, - 0x9d, - 0xfd, - 0xe2, - 0x3b, - 0x04, - 0x0a, - 0x2d, - 0xfe, - 0x6b, - 0xd6, - 0x02, - 0xd4, - 0x33, - 0x06, - 0xa4, - 0x9a, - 0xfb, - 0xd9, - 0x1f, - 0xf9, - 0xc4, - 0x36, - 0x00, - 0xec, - 0x5c, - 0x08, - 0x29, - 0x25, - 0x02, - 0xf1, - 0x46, - 0xfb, - 0x1d, - 0x2b, - 0xfb, - 0xd2, - 0x03, - 0xfb, - 0xaa, - 0x47, - 0x02, - 0xf4, - 0x0e, - 0x03, - 0x4f, - 0x5d, - 0xfe, - 0xd5, - 0xa1, - 0xfd, - 0x6c, - 0xfd, - 0xfe, - 0x94, - 0x38, - 0x00, - 0xe5, - 0x3b, - 0xfe, - 0x6d, - 0xad, - 0xff, - 0x46, - 0x99, - 0xff, - 0x2a, - 0xcd, - 0xfe, - 0x42, - 0x2f, - 0x00, - 0xcb, - 0x0c, - 0xfe, - 0x7f, - 0x54, - 0xfe, - 0x24, - 0x1d, - 0xff, - 0x4a, - 0xdc, - 0xfe, - 0xcc, - 0x32, - 0xff, - 0xca, - 0x29, - 0xff, - 0x11, - 0xbb, - 0xff, - 0x9f, - 0x00, - 0xff, - 0xc3, - 0x4d, - 0xff, - 0x11, - 0x66, - 0xff, - 0x92, - 0xf1, - 0xfe, - 0xce, - 0xc4, - 0xff, - 0x0e, - 0x4d, - 0xff, - 0xdb, - 0x3b, - 0xff, - 0x64, - 0x5d, - 0xff, - 0x03, - 0x14, - 0xff, - 0x7d, - 0x30, - 0xff, - 0x62, - 0xfe, - 0xfe, - 0xc9, - 0x0a, - 0xff, - 0x21, - 0x09, - 0xff, - 0x83, - 0x39, - 0xff, - 0xe1, - 0x1f, - 0xff, - 0x84, - 0xcd, - 0xfe, - 0xb9, - 0x3e, - 0xff, - 0xf8, - 0x98, - 0xff, - 0x0b, - 0xdf, - 0xff, - 0xb7, - 0xbe, - 0xff, - 0xf4, - 0x61, - 0xff, - 0xbe, - 0x67, - 0xff, - 0x91, - 0x36, - 0xff, - 0x5b, - 0x41, - 0xff, - 0xd7, - 0x3a, - 0xff, - 0xb7, - 0xcf, - 0xfe, - 0x5a, - 0xeb, - 0xfe, - 0xbf, - 0x18, - 0xff, - 0x4e, - 0x4c, - 0xff, - 0x27, - 0xaf, - 0xff, - 0x95, - 0x67, - 0x0e, - 0x7d, - 0x56, - 0x1c, - 0x83, - 0xbb, - 0x08, - 0x7c, - 0xbf, - 0xfc, - 0xd7, - 0xa3, - 0x03, - 0x3e, - 0xdd, - 0xfd, - 0xd8, - 0xd1, - 0x02, - 0x46, - 0x9d, - 0x06, - 0xd9, - 0xc6, - 0xfb, - 0xe8, - 0x0c, - 0xf9, - 0xf9, - 0x2e, - 0x00, - 0x4c, - 0xb0, - 0x08, - 0xfa, - 0x68, - 0x02, - 0x4b, - 0xec, - 0xfa, - 0xac, - 0xb3, - 0xfa, - 0x75, - 0x93, - 0xfa, - 0x3d, - 0x66, - 0x02, - 0x93, - 0xd1, - 0x03, - 0xb0, - 0xf9, - 0xfe, - 0xce, - 0x1c, - 0xfe, - 0xd9, - 0x28, - 0xff, - 0xf4, - 0xf8, - 0xff, - 0xcb, - 0xe7, - 0xfd, - 0xa0, - 0x7a, - 0xff, - 0x01, - 0x67, - 0xff, - 0x75, - 0x72, - 0xfe, - 0x12, - 0x16, - 0x00, - 0x8e, - 0x38, - 0xfe, - 0x0d, - 0xa4, - 0xfe, - 0x81, - 0xbf, - 0xff, - 0x31, - 0x7b, - 0xff, - 0x08, - 0x60, - 0xff, - 0xbb, - 0xe5, - 0xfe, - 0x98, - 0x3f, - 0xff, - 0x59, - 0x98, - 0xfe, - 0x83, - 0x33, - 0xff, - 0x44, - 0x75, - 0xff, - 0x43, - 0xf3, - 0xfe, - 0x46, - 0xcf, - 0xff, - 0xd5, - 0x5e, - 0xff, - 0x91, - 0x45, - 0xff, - 0x2c, - 0x5a, - 0xff, - 0x08, - 0xfe, - 0xfe, - 0xb9, - 0x10, - 0xff, - 0x38, - 0xdb, - 0xfe, - 0x81, - 0xf3, - 0xfe, - 0x93, - 0xee, - 0xfe, - 0x93, - 0x18, - 0xff, - 0xe2, - 0x22, - 0xff, - 0xbc, - 0xe8, - 0xfe, - 0xf8, - 0x49, - 0xff, - 0x91, - 0x9a, - 0xff, - 0x6c, - 0xec, - 0xff, - 0x6f, - 0xc5, - 0xff, - 0x85, - 0x58, - 0xff, - 0x1b, - 0x5b, - 0xff, - 0xcd, - 0x1f, - 0xff, - 0xec, - 0x35, - 0xff, - 0x17, - 0x44, - 0xff, - 0x69, - 0xcf, - 0xfe, - 0x90, - 0xdd, - 0xfe, - 0x58, - 0x08, - 0xff, - 0xbe, - 0x36, - 0xff, - 0xe8, - 0x8d, - 0xff, - 0x00, - 0x89, - 0x0e, - 0x94, - 0x7f, - 0x1d, - 0x6e, - 0xd8, - 0x09, - 0xe9, - 0x4b, - 0xfc, - 0x97, - 0x52, - 0x03, - 0xd6, - 0x52, - 0xfd, - 0xee, - 0xc4, - 0x01, - 0x16, - 0x49, - 0x06, - 0xe1, - 0x05, - 0xfb, - 0x1a, - 0x09, - 0xf8, - 0xed, - 0x6b, - 0xff, - 0xc9, - 0xe3, - 0x08, - 0xe1, - 0x69, - 0x03, - 0xe8, - 0x09, - 0xfb, - 0x8f, - 0xd6, - 0xfa, - 0xda, - 0xa0, - 0xfa, - 0x46, - 0x10, - 0x02, - 0x50, - 0xcb, - 0x03, - 0x7d, - 0xf8, - 0xfe, - 0xd8, - 0x33, - 0xfe, - 0x5e, - 0x52, - 0xff, - 0x5a, - 0xa5, - 0x00, - 0x17, - 0x5e, - 0xfe, - 0x1c, - 0x52, - 0xff, - 0x31, - 0x8a, - 0xff, - 0x52, - 0x64, - 0xfe, - 0xc9, - 0xf8, - 0xff, - 0x88, - 0x33, - 0xfe, - 0x80, - 0x82, - 0xfe, - 0x44, - 0xc6, - 0xff, - 0xf6, - 0xb7, - 0xff, - 0xf0, - 0x02, - 0x00, - 0xcd, - 0x88, - 0xff, - 0xb8, - 0x98, - 0xff, - 0x72, - 0x99, - 0xfe, - 0xc3, - 0xdc, - 0xfe, - 0x4c, - 0x3d, - 0xff, - 0xfb, - 0xd9, - 0xfe, - 0x03, - 0xcf, - 0xff, - 0x9e, - 0x81, - 0xff, - 0x39, - 0x56, - 0xff, - 0x04, - 0x5a, - 0xff, - 0xe6, - 0xf9, - 0xfe, - 0xc3, - 0x04, - 0xff, - 0xb6, - 0xbf, - 0xfe, - 0x1a, - 0xd8, - 0xfe, - 0x42, - 0xec, - 0xfe, - 0x88, - 0x26, - 0xff, - 0xf8, - 0x25, - 0xff, - 0x62, - 0xc4, - 0xfe, - 0xe4, - 0x13, - 0xff, - 0xe0, - 0x8a, - 0xff, - 0xd0, - 0xfd, - 0xff, - 0x44, - 0xd6, - 0xff, - 0xa5, - 0x64, - 0xff, - 0x45, - 0x5c, - 0xff, - 0xff, - 0x16, - 0xff, - 0x4a, - 0x2b, - 0xff, - 0xef, - 0x35, - 0xff, - 0x45, - 0xb9, - 0xfe, - 0x22, - 0xcb, - 0xfe, - 0xbc, - 0x11, - 0xff, - 0xf2, - 0x49, - 0xff, - 0x44, - 0xa4, - 0xff, - 0xef, - 0xc3, - 0x0e, - 0xee, - 0x0a, - 0x1f, - 0xb9, - 0x52, - 0x0b, - 0xe4, - 0x11, - 0xfc, - 0x5b, - 0x87, - 0x03, - 0x43, - 0x3a, - 0xfd, - 0x3f, - 0xf6, - 0x00, - 0x4f, - 0x4c, - 0x06, - 0x6d, - 0x45, - 0xfa, - 0x46, - 0xbe, - 0xf6, - 0x82, - 0x37, - 0xfe, - 0x28, - 0x93, - 0x08, - 0xb3, - 0xfe, - 0x03, - 0x8a, - 0x80, - 0xfa, - 0x00, - 0x6e, - 0xfa, - 0x01, - 0x7c, - 0xfa, - 0x0b, - 0xea, - 0x01, - 0xc8, - 0x4d, - 0x04, - 0x7d, - 0x2c, - 0xff, - 0xba, - 0x3f, - 0xfe, - 0x11, - 0x4c, - 0xff, - 0x1a, - 0xba, - 0x00, - 0x0c, - 0x77, - 0xfe, - 0x80, - 0x64, - 0xff, - 0x46, - 0xdb, - 0xff, - 0x63, - 0x69, - 0xfe, - 0x41, - 0x38, - 0x00, - 0x49, - 0x71, - 0xfe, - 0xd2, - 0x75, - 0xfe, - 0xbe, - 0xf0, - 0xff, - 0x71, - 0xcf, - 0xff, - 0x63, - 0xf2, - 0xff, - 0x2b, - 0x6d, - 0xff, - 0x0f, - 0xf7, - 0xff, - 0x7a, - 0x46, - 0xff, - 0xa3, - 0x58, - 0xff, - 0xd5, - 0x90, - 0xff, - 0x29, - 0xbd, - 0xfe, - 0x65, - 0x98, - 0xff, - 0x62, - 0x77, - 0xff, - 0x1e, - 0x66, - 0xff, - 0xc6, - 0x87, - 0xff, - 0x79, - 0x0c, - 0xff, - 0x39, - 0x00, - 0xff, - 0x65, - 0xb3, - 0xfe, - 0x7e, - 0xd5, - 0xfe, - 0xe4, - 0xe6, - 0xfe, - 0xa7, - 0x1d, - 0xff, - 0x7c, - 0x41, - 0xff, - 0xca, - 0xda, - 0xfe, - 0x2d, - 0x1f, - 0xff, - 0xb5, - 0x91, - 0xff, - 0xe0, - 0xf0, - 0xff, - 0xaa, - 0xbd, - 0xff, - 0xa7, - 0x30, - 0xff, - 0x8c, - 0x29, - 0xff, - 0xfb, - 0xfd, - 0xfe, - 0xc4, - 0x1a, - 0xff, - 0xad, - 0x2f, - 0xff, - 0x1d, - 0xb9, - 0xfe, - 0x77, - 0xd2, - 0xfe, - 0x92, - 0x1f, - 0xff, - 0xf0, - 0x5f, - 0xff, - 0xd6, - 0xca, - 0xff, - 0xf1, - 0x79, - 0x0f, - 0xbf, - 0x0a, - 0x21, - 0xf8, - 0x4d, - 0x0c, - 0xb1, - 0xa8, - 0xfb, - 0x26, - 0x0b, - 0x04, - 0x32, - 0x2b, - 0xfd, - 0x0b, - 0x8a, - 0x00, - 0xc9, - 0x92, - 0x06, - 0xc2, - 0x70, - 0xf9, - 0xb6, - 0x94, - 0xf5, - 0x7b, - 0x5c, - 0xfd, - 0x2c, - 0x9c, - 0x08, - 0xa2, - 0x79, - 0x04, - 0xfe, - 0xa7, - 0xf9, - 0x9f, - 0xa3, - 0xf9, - 0x56, - 0xdd, - 0xf9, - 0xae, - 0x4c, - 0x01, - 0x8a, - 0x2f, - 0x04, - 0x1b, - 0x00, - 0xff, - 0xe2, - 0x43, - 0xfe, - 0xe8, - 0x4f, - 0xff, - 0xc1, - 0xe0, - 0x00, - 0x3b, - 0x72, - 0xfe, - 0xb9, - 0x2b, - 0xff, - 0xc8, - 0x10, - 0x00, - 0xbc, - 0x6f, - 0xfe, - 0x70, - 0x3c, - 0x00, - 0xf5, - 0xa5, - 0xfe, - 0x49, - 0x8c, - 0xfe, - 0x03, - 0xec, - 0xff, - 0x94, - 0xbe, - 0xff, - 0x4a, - 0xf5, - 0xff, - 0x7c, - 0x61, - 0xff, - 0x73, - 0xfd, - 0xff, - 0xf7, - 0x5e, - 0xff, - 0x7c, - 0x97, - 0xff, - 0xde, - 0x29, - 0x00, - 0x24, - 0x6e, - 0xff, - 0x4f, - 0x2d, - 0x00, - 0xb1, - 0xa5, - 0xff, - 0xac, - 0x22, - 0xff, - 0x6d, - 0x3a, - 0xff, - 0x6a, - 0xf6, - 0xfe, - 0xd3, - 0x1a, - 0xff, - 0x60, - 0xd1, - 0xfe, - 0x42, - 0xde, - 0xfe, - 0x52, - 0xec, - 0xfe, - 0x9e, - 0x35, - 0xff, - 0x10, - 0x64, - 0xff, - 0x5e, - 0xfc, - 0xfe, - 0xd4, - 0x39, - 0xff, - 0xda, - 0xa2, - 0xff, - 0x51, - 0xfc, - 0xff, - 0xf0, - 0xb8, - 0xff, - 0x3a, - 0x03, - 0xff, - 0x3d, - 0xd8, - 0xfe, - 0x66, - 0xad, - 0xfe, - 0xc5, - 0xe0, - 0xfe, - 0x0f, - 0x1f, - 0xff, - 0x70, - 0xca, - 0xfe, - 0x87, - 0xf0, - 0xfe, - 0x22, - 0x43, - 0xff, - 0xda, - 0x73, - 0xff, - 0xde, - 0xd3, - 0xff, - 0xd8, - 0x8f, - 0x10, - 0x8d, - 0x7f, - 0x23, - 0x31, - 0xe2, - 0x0c, - 0x87, - 0xb9, - 0xfa, - 0x8f, - 0x9f, - 0x04, - 0x1d, - 0x26, - 0xfd, - 0xd8, - 0x1b, - 0x00, - 0x8a, - 0xd2, - 0x06, - 0x34, - 0x7b, - 0xf8, - 0xdc, - 0xa4, - 0xf4, - 0x23, - 0x20, - 0xfd, - 0xa3, - 0xda, - 0x08, - 0x27, - 0xaf, - 0x04, - 0xc4, - 0xe2, - 0xf8, - 0x23, - 0x25, - 0xf9, - 0x51, - 0x7f, - 0xf9, - 0x29, - 0xec, - 0x00, - 0xce, - 0xed, - 0x03, - 0x88, - 0x7f, - 0xfe, - 0x8f, - 0x14, - 0xfe, - 0x3c, - 0x1e, - 0xff, - 0xa6, - 0xcb, - 0x00, - 0x97, - 0x4a, - 0xfe, - 0xf5, - 0xe7, - 0xfe, - 0xc9, - 0x25, - 0x00, - 0x79, - 0x56, - 0xfe, - 0x67, - 0x1d, - 0x00, - 0x23, - 0x66, - 0xfe, - 0x5f, - 0x5d, - 0xfe, - 0x3c, - 0x0c, - 0x00, - 0x04, - 0xbc, - 0xff, - 0x5b, - 0x1a, - 0x00, - 0x53, - 0x8e, - 0xff, - 0xc4, - 0x1b, - 0x00, - 0x93, - 0x84, - 0xff, - 0x2a, - 0xaf, - 0xff, - 0x49, - 0x35, - 0x00, - 0x77, - 0x50, - 0xff, - 0x54, - 0x49, - 0x00, - 0xf8, - 0x10, - 0x00, - 0x34, - 0xa1, - 0xff, - 0x40, - 0x96, - 0xff, - 0x13, - 0xf7, - 0xfe, - 0x9d, - 0xf0, - 0xfe, - 0x88, - 0xa1, - 0xfe, - 0x23, - 0xd6, - 0xfe, - 0xec, - 0x09, - 0xff, - 0x88, - 0x5c, - 0xff, - 0x8d, - 0x93, - 0xff, - 0xac, - 0xfd, - 0xfe, - 0x5b, - 0x28, - 0xff, - 0x22, - 0x98, - 0xff, - 0xda, - 0xee, - 0xff, - 0xd9, - 0xcb, - 0xff, - 0x6a, - 0x17, - 0xff, - 0x56, - 0xd7, - 0xfe, - 0x20, - 0x9f, - 0xfe, - 0x4d, - 0xc5, - 0xfe, - 0x4c, - 0x12, - 0xff, - 0x82, - 0xcb, - 0xfe, - 0x9b, - 0xf6, - 0xfe, - 0x68, - 0x4d, - 0xff, - 0x97, - 0x80, - 0xff, - 0x38, - 0xf1, - 0xff, - 0x57, - 0x38, - 0x12, - 0xba, - 0x2b, - 0x26, - 0xe2, - 0xdb, - 0x0c, - 0xf4, - 0xfe, - 0xf9, - 0x0c, - 0x19, - 0x05, - 0xcd, - 0x00, - 0xfd, - 0xb9, - 0x31, - 0x00, - 0x28, - 0x8d, - 0x06, - 0x81, - 0x36, - 0xf7, - 0x4a, - 0xdc, - 0xf3, - 0x6e, - 0x61, - 0xfd, - 0xd6, - 0x66, - 0x09, - 0x2c, - 0x48, - 0x04, - 0x68, - 0x66, - 0xf8, - 0x07, - 0xcb, - 0xf8, - 0x94, - 0x1c, - 0xf9, - 0x8b, - 0x0d, - 0x01, - 0x6b, - 0xbb, - 0x03, - 0x7d, - 0x3b, - 0xfe, - 0x36, - 0x08, - 0xfe, - 0xa0, - 0x09, - 0xff, - 0xee, - 0xaf, - 0x00, - 0x52, - 0x12, - 0xfe, - 0x1e, - 0xc0, - 0xfe, - 0x27, - 0xc7, - 0xff, - 0x4f, - 0x1f, - 0xfe, - 0x07, - 0xfa, - 0xff, - 0xe9, - 0x03, - 0xfe, - 0xaa, - 0x4d, - 0xfe, - 0xb8, - 0x10, - 0x00, - 0x30, - 0xbd, - 0xff, - 0x91, - 0x38, - 0x00, - 0x62, - 0xb3, - 0xff, - 0x3e, - 0x44, - 0x00, - 0x1d, - 0x84, - 0xff, - 0xc0, - 0xbc, - 0xff, - 0xbf, - 0x47, - 0x00, - 0x8e, - 0x48, - 0xff, - 0x86, - 0x35, - 0x00, - 0x5f, - 0xd0, - 0xff, - 0xdd, - 0x7f, - 0xff, - 0x2f, - 0xc9, - 0xff, - 0x08, - 0x61, - 0xff, - 0x9f, - 0x73, - 0xff, - 0x20, - 0xea, - 0xfe, - 0xea, - 0xca, - 0xfe, - 0xc8, - 0xde, - 0xfe, - 0x2e, - 0x3d, - 0xff, - 0xa5, - 0x85, - 0xff, - 0xd9, - 0xf9, - 0xfe, - 0xf9, - 0x3d, - 0xff, - 0xe5, - 0xa1, - 0xff, - 0xc3, - 0xe5, - 0xff, - 0x6b, - 0xee, - 0xff, - 0x4c, - 0x44, - 0xff, - 0xee, - 0xe6, - 0xfe, - 0x3c, - 0xaa, - 0xfe, - 0xd1, - 0xc8, - 0xfe, - 0x17, - 0x14, - 0xff, - 0xbb, - 0xdf, - 0xfe, - 0x20, - 0x14, - 0xff, - 0x64, - 0x5a, - 0xff, - 0xb7, - 0x85, - 0xff, - 0x06, - 0xfe, - 0xff, - 0x72, - 0x1b, - 0x13, - 0xef, - 0x54, - 0x28, - 0x8f, - 0x28, - 0x0e, - 0x25, - 0xca, - 0xf9, - 0x20, - 0xf3, - 0x04, - 0xf5, - 0xbf, - 0xfc, - 0x32, - 0xe4, - 0xff, - 0xc3, - 0x79, - 0x06, - 0xfe, - 0x71, - 0xf6, - 0x4e, - 0x55, - 0xf3, - 0x82, - 0x71, - 0xfd, - 0x16, - 0x84, - 0x08, - 0xc1, - 0x95, - 0x03, - 0x58, - 0xf9, - 0xf8, - 0x85, - 0xff, - 0xf8, - 0x2b, - 0x8e, - 0xf8, - 0x36, - 0xa5, - 0x00, - 0x1b, - 0x83, - 0x03, - 0xaa, - 0x6c, - 0xfe, - 0xd2, - 0xa8, - 0xfe, - 0xdb, - 0xe6, - 0xfe, - 0xc8, - 0x0d, - 0x00, - 0x01, - 0xf1, - 0xfd, - 0x4a, - 0x9e, - 0xfe, - 0x6f, - 0x8c, - 0xff, - 0x60, - 0xec, - 0xfd, - 0xe6, - 0xb1, - 0xff, - 0xf3, - 0xce, - 0xfd, - 0x05, - 0x49, - 0xfe, - 0xb3, - 0x17, - 0x00, - 0xb4, - 0x9a, - 0xff, - 0xc4, - 0x33, - 0x00, - 0x64, - 0xab, - 0xff, - 0xb3, - 0x28, - 0x00, - 0x84, - 0x77, - 0xff, - 0x0a, - 0x8e, - 0xff, - 0xf4, - 0x31, - 0x00, - 0x4e, - 0x46, - 0xff, - 0x42, - 0x28, - 0x00, - 0x81, - 0xab, - 0xff, - 0x73, - 0x47, - 0xff, - 0xa2, - 0xa5, - 0xff, - 0x28, - 0x27, - 0xff, - 0x8b, - 0x40, - 0xff, - 0xae, - 0xdf, - 0xfe, - 0xb3, - 0xed, - 0xfe, - 0x35, - 0x1a, - 0xff, - 0x9d, - 0x5a, - 0xff, - 0xb1, - 0x9c, - 0xff, - 0x3c, - 0xf3, - 0xfe, - 0xaa, - 0x2e, - 0xff, - 0x7a, - 0xcd, - 0xff, - 0xdb, - 0x15, - 0x00, - 0x96, - 0x1a, - 0x00, - 0x45, - 0x80, - 0xff, - 0xb2, - 0xef, - 0xfe, - 0x20, - 0x87, - 0xfe, - 0x00, - 0xb4, - 0xfe, - 0x90, - 0x0a, - 0xff, - 0xff, - 0xe0, - 0xfe, - 0xea, - 0x2a, - 0xff, - 0x28, - 0x7d, - 0xff, - 0x7d, - 0xa3, - 0xff, - 0x97, - 0x1f, - 0x00, - 0x74, - 0xb3, - 0x13, - 0xb5, - 0xab, - 0x29, - 0xef, - 0x6a, - 0x0f, - 0x9e, - 0x8c, - 0xfa, - 0xe0, - 0x22, - 0x05, - 0xa8, - 0x76, - 0xfc, - 0x8e, - 0x2a, - 0xff, - 0x65, - 0xfa, - 0x05, - 0x86, - 0x71, - 0xf6, - 0x5b, - 0x7f, - 0xf3, - 0x20, - 0xb7, - 0xfd, - 0x03, - 0x2a, - 0x07, - 0x14, - 0x23, - 0x02, - 0xe8, - 0xca, - 0xf9, - 0x2c, - 0xc7, - 0xf9, - 0x2d, - 0xdf, - 0xf8, - 0x9a, - 0x80, - 0x00, - 0xef, - 0xaa, - 0x02, - 0x3c, - 0x58, - 0xfe, - 0xa5, - 0x3b, - 0xff, - 0x61, - 0x27, - 0xff, - 0xf8, - 0x79, - 0xff, - 0xcf, - 0x9a, - 0xfd, - 0x8b, - 0xdd, - 0xfe, - 0x8d, - 0xc3, - 0xff, - 0xb5, - 0x31, - 0xfe, - 0x63, - 0x76, - 0xff, - 0x85, - 0x79, - 0xfd, - 0x9e, - 0x31, - 0xfe, - 0xd1, - 0xe5, - 0xff, - 0xef, - 0x64, - 0xff, - 0x80, - 0x0a, - 0x00, - 0x96, - 0xac, - 0xff, - 0x52, - 0x1f, - 0x00, - 0x85, - 0x75, - 0xff, - 0x94, - 0x82, - 0xff, - 0x9d, - 0xf9, - 0xff, - 0x2b, - 0x3c, - 0xff, - 0x31, - 0x49, - 0x00, - 0x99, - 0xb1, - 0xff, - 0x1b, - 0x13, - 0xff, - 0x36, - 0x5e, - 0xff, - 0x79, - 0xd2, - 0xfe, - 0x3a, - 0xe6, - 0xfe, - 0xb0, - 0xa4, - 0xfe, - 0xc5, - 0xc4, - 0xfe, - 0x1f, - 0x07, - 0xff, - 0x5a, - 0x66, - 0xff, - 0xf5, - 0xe4, - 0xff, - 0x3b, - 0x68, - 0xff, - 0x98, - 0x7a, - 0xff, - 0x9a, - 0xde, - 0xff, - 0x99, - 0x00, - 0x00, - 0x7e, - 0x03, - 0x00, - 0x1b, - 0xab, - 0xff, - 0x8e, - 0x32, - 0xff, - 0xf8, - 0x98, - 0xfe, - 0xdd, - 0xb2, - 0xfe, - 0x2d, - 0x07, - 0xff, - 0x17, - 0xd5, - 0xfe, - 0xf7, - 0x17, - 0xff, - 0x92, - 0x75, - 0xff, - 0x57, - 0xab, - 0xff, - 0x11, - 0x3f, - 0x00, - 0x29, - 0x29, - 0x14, - 0x6b, - 0xcf, - 0x2a, - 0xcb, - 0x71, - 0x10, - 0x7a, - 0x4b, - 0xfb, - 0x7c, - 0xe7, - 0x05, - 0x06, - 0xa7, - 0xfc, - 0x9e, - 0x51, - 0xfe, - 0x77, - 0xde, - 0x04, - 0x59, - 0xd2, - 0xf5, - 0x72, - 0xe2, - 0xf3, - 0x53, - 0xf9, - 0xfe, - 0xa0, - 0x57, - 0x06, - 0xe2, - 0xb3, - 0xff, - 0x9f, - 0xcf, - 0xf9, - 0x74, - 0x33, - 0xfb, - 0x42, - 0xec, - 0xf9, - 0x38, - 0xd3, - 0x00, - 0x38, - 0x89, - 0x01, - 0x07, - 0x40, - 0xfd, - 0x2f, - 0x64, - 0xff, - 0xdf, - 0xf4, - 0xff, - 0x4a, - 0xca, - 0xff, - 0x00, - 0x88, - 0xfd, - 0xe3, - 0xc2, - 0xfe, - 0x0e, - 0x95, - 0xff, - 0xed, - 0x6f, - 0xfe, - 0xc1, - 0x71, - 0xff, - 0xbe, - 0xf7, - 0xfc, - 0x16, - 0xd8, - 0xfd, - 0x19, - 0xb1, - 0xff, - 0x6e, - 0x28, - 0xff, - 0x9a, - 0xd9, - 0xff, - 0xf7, - 0xc7, - 0xff, - 0xba, - 0x2b, - 0x00, - 0x57, - 0x5b, - 0xff, - 0xa9, - 0x55, - 0xff, - 0xca, - 0xcd, - 0xff, - 0x39, - 0x25, - 0xff, - 0x8e, - 0x09, - 0x00, - 0x7e, - 0x72, - 0xff, - 0x82, - 0xd3, - 0xfe, - 0x47, - 0x42, - 0xff, - 0xf6, - 0xca, - 0xfe, - 0x53, - 0xc3, - 0xfe, - 0x2e, - 0xad, - 0xfe, - 0x94, - 0xd6, - 0xfe, - 0x82, - 0x0f, - 0xff, - 0xd5, - 0x38, - 0xff, - 0xf3, - 0x81, - 0xff, - 0xe7, - 0x45, - 0xff, - 0xd1, - 0x94, - 0xff, - 0x05, - 0x10, - 0x00, - 0x8e, - 0x2f, - 0x00, - 0x64, - 0xf7, - 0xff, - 0x5f, - 0xa0, - 0xff, - 0xfd, - 0x67, - 0xff, - 0x20, - 0xba, - 0xfe, - 0x0e, - 0xba, - 0xfe, - 0xd5, - 0x01, - 0xff, - 0x79, - 0xc9, - 0xfe, - 0x92, - 0x30, - 0xff, - 0x9a, - 0x90, - 0xff, - 0xbc, - 0xb3, - 0xff, - 0x3e, - 0x18, - 0x00, - 0x29, - 0xc9, - 0x14, - 0x11, - 0x33, - 0x2c, - 0x1b, - 0xa7, - 0x10, - 0x4c, - 0xf5, - 0xfa, - 0x94, - 0x05, - 0x07, - 0x1f, - 0x35, - 0xfd, - 0x6d, - 0xd1, - 0xfd, - 0x62, - 0x5c, - 0x04, - 0xf7, - 0x07, - 0xf5, - 0x56, - 0x1f, - 0xf4, - 0x7c, - 0x7c, - 0x00, - 0x28, - 0x3e, - 0x06, - 0x72, - 0x25, - 0xfd, - 0x25, - 0xba, - 0xf8, - 0x46, - 0x50, - 0xfc, - 0x26, - 0x22, - 0xfb, - 0xf2, - 0x2e, - 0x02, - 0x29, - 0x13, - 0x01, - 0xeb, - 0x91, - 0xfb, - 0xa4, - 0x61, - 0xff, - 0xcb, - 0xc7, - 0x00, - 0x8d, - 0x1c, - 0x00, - 0x2c, - 0x4b, - 0xfd, - 0xdd, - 0x9b, - 0xfe, - 0x19, - 0x69, - 0xff, - 0x9e, - 0x67, - 0xfe, - 0x7b, - 0x97, - 0xff, - 0x58, - 0x7b, - 0xfc, - 0xb0, - 0x6b, - 0xfd, - 0x9f, - 0x87, - 0xff, - 0xb1, - 0xe7, - 0xfe, - 0x9a, - 0xb7, - 0xff, - 0xb5, - 0xc9, - 0xff, - 0x99, - 0x26, - 0x00, - 0x97, - 0x14, - 0xff, - 0x71, - 0x1e, - 0xff, - 0xec, - 0xb2, - 0xff, - 0xf9, - 0x0f, - 0xff, - 0xc0, - 0x11, - 0x00, - 0x12, - 0x6f, - 0xff, - 0x4e, - 0xb8, - 0xfe, - 0x77, - 0x2e, - 0xff, - 0x8b, - 0xce, - 0xfe, - 0xf0, - 0xaa, - 0xfe, - 0xd6, - 0x83, - 0xfe, - 0x3f, - 0xcd, - 0xfe, - 0x6d, - 0x1b, - 0xff, - 0x01, - 0x36, - 0xff, - 0xe7, - 0x49, - 0xff, - 0x88, - 0x05, - 0xff, - 0x07, - 0x7d, - 0xff, - 0x9f, - 0x09, - 0x00, - 0x02, - 0x49, - 0x00, - 0xb6, - 0x18, - 0x00, - 0xe4, - 0x9d, - 0xff, - 0xaf, - 0x96, - 0xff, - 0xcc, - 0xdd, - 0xfe, - 0xe5, - 0x91, - 0xfe, - 0xf7, - 0xe9, - 0xfe, - 0xb2, - 0xad, - 0xfe, - 0x37, - 0x37, - 0xff, - 0x7f, - 0xab, - 0xff, - 0x0b, - 0xb1, - 0xff, - 0xd6, - 0x1b, - 0x00, - 0x4a, - 0x10, - 0x16, - 0x9f, - 0x54, - 0x2e, - 0x92, - 0xa5, - 0x0f, - 0x70, - 0xf8, - 0xf8, - 0xa3, - 0xb7, - 0x07, - 0x6f, - 0x58, - 0xfd, - 0xde, - 0x1c, - 0xfe, - 0xcc, - 0x4b, - 0x05, - 0xef, - 0xea, - 0xf3, - 0xd6, - 0xf1, - 0xf3, - 0x49, - 0x90, - 0x02, - 0x40, - 0x15, - 0x07, - 0x31, - 0x8f, - 0xfa, - 0xeb, - 0x1c, - 0xf6, - 0x71, - 0xd0, - 0xfc, - 0x33, - 0x3b, - 0xfc, - 0xfb, - 0xaa, - 0x03, - 0x68, - 0x21, - 0x02, - 0x42, - 0x49, - 0xfa, - 0xef, - 0x57, - 0xfe, - 0xab, - 0x0b, - 0x01, - 0x90, - 0x63, - 0x00, - 0xbf, - 0x1e, - 0xfd, - 0x82, - 0x54, - 0xfe, - 0x80, - 0xeb, - 0xfe, - 0x65, - 0xed, - 0xfd, - 0xbf, - 0xd7, - 0xff, - 0xbb, - 0x74, - 0xfc, - 0x15, - 0x37, - 0xfd, - 0x1a, - 0x85, - 0xff, - 0x38, - 0x66, - 0xfe, - 0x44, - 0x41, - 0xff, - 0x0b, - 0xc9, - 0xff, - 0xf1, - 0x59, - 0x00, - 0x4d, - 0xf9, - 0xfe, - 0x00, - 0xab, - 0xfe, - 0x11, - 0x41, - 0xff, - 0x7b, - 0xd8, - 0xfe, - 0x11, - 0x67, - 0x00, - 0x15, - 0xe9, - 0xff, - 0xdf, - 0xf2, - 0xfe, - 0x84, - 0x27, - 0xff, - 0xe2, - 0x8f, - 0xfe, - 0x22, - 0x78, - 0xfe, - 0x87, - 0x7a, - 0xfe, - 0xb7, - 0xce, - 0xfe, - 0x72, - 0xe5, - 0xfe, - 0x94, - 0xda, - 0xfe, - 0x06, - 0xfa, - 0xfe, - 0xe7, - 0xd5, - 0xfe, - 0x30, - 0xa2, - 0xff, - 0x51, - 0x41, - 0x00, - 0xee, - 0x41, - 0x00, - 0x9f, - 0x0b, - 0x00, - 0xb6, - 0x7c, - 0xff, - 0x02, - 0x95, - 0xff, - 0xe7, - 0x33, - 0xff, - 0x6f, - 0x9a, - 0xfe, - 0x0c, - 0xbb, - 0xfe, - 0x35, - 0x82, - 0xfe, - 0xa3, - 0x08, - 0xff, - 0xec, - 0xc2, - 0xff, - 0xed, - 0xc0, - 0xff, - 0x52, - 0x1e, - 0x00, - 0x45, - 0x0e, - 0x17, - 0x01, - 0x1c, - 0x31, - 0x27, - 0x96, - 0x0f, - 0xb9, - 0x75, - 0xf5, - 0x18, - 0x8e, - 0x07, - 0xfe, - 0x13, - 0xfe, - 0x7a, - 0x04, - 0xfe, - 0x4e, - 0x5e, - 0x07, - 0x1f, - 0xf4, - 0xf3, - 0x46, - 0xe5, - 0xf2, - 0x47, - 0xf2, - 0x03, - 0x5e, - 0x0f, - 0x09, - 0x6b, - 0x43, - 0xfa, - 0x92, - 0x45, - 0xf3, - 0x11, - 0xc6, - 0xfb, - 0xc0, - 0xca, - 0xfc, - 0x2f, - 0x92, - 0x04, - 0x41, - 0x69, - 0x03, - 0xd8, - 0xb3, - 0xf9, - 0x74, - 0x86, - 0xfd, - 0x77, - 0xf9, - 0x00, - 0x01, - 0x44, - 0x00, - 0xbf, - 0x00, - 0xfd, - 0x55, - 0x65, - 0xfe, - 0x3f, - 0x1c, - 0xff, - 0x21, - 0x66, - 0xfd, - 0xa9, - 0xa7, - 0xff, - 0xe7, - 0x5f, - 0xfc, - 0xf3, - 0xe1, - 0xfc, - 0xb3, - 0xcc, - 0xff, - 0x92, - 0x64, - 0xfe, - 0x17, - 0x01, - 0xff, - 0xe6, - 0x81, - 0xff, - 0x8b, - 0x4e, - 0x00, - 0x93, - 0x42, - 0xff, - 0x48, - 0xc7, - 0xfe, - 0xb1, - 0x50, - 0xff, - 0xb0, - 0x83, - 0xfe, - 0x65, - 0x33, - 0x00, - 0xed, - 0x18, - 0x00, - 0x8b, - 0x09, - 0xff, - 0x5c, - 0x50, - 0xff, - 0xce, - 0x94, - 0xfe, - 0x49, - 0x63, - 0xfe, - 0x76, - 0x60, - 0xfe, - 0xb6, - 0xc0, - 0xfe, - 0x5e, - 0x03, - 0xff, - 0xf8, - 0xdd, - 0xfe, - 0x4e, - 0xc4, - 0xfe, - 0xe5, - 0x5f, - 0xfe, - 0x27, - 0x61, - 0xff, - 0x7d, - 0x73, - 0x00, - 0x67, - 0x6f, - 0x00, - 0x0a, - 0x3a, - 0x00, - 0x5f, - 0x87, - 0xff, - 0x2e, - 0x58, - 0xff, - 0x2e, - 0x46, - 0xff, - 0xbd, - 0xb2, - 0xfe, - 0xeb, - 0x9c, - 0xfe, - 0xca, - 0x79, - 0xfe, - 0x22, - 0xd4, - 0xfe, - 0x12, - 0xb9, - 0xff, - 0x64, - 0xdb, - 0xff, - 0x83, - 0x1a, - 0x00, - 0x02, - 0x6f, - 0x19, - 0xc4, - 0x8d, - 0x34, - 0x65, - 0x7c, - 0x0d, - 0xc9, - 0xe1, - 0xf1, - 0x72, - 0x3d, - 0x07, - 0x18, - 0x08, - 0xfd, - 0x86, - 0x16, - 0xff, - 0x86, - 0x1f, - 0x0a, - 0xde, - 0x4b, - 0xf3, - 0x13, - 0xe4, - 0xf1, - 0x2e, - 0x4f, - 0x05, - 0x83, - 0xaf, - 0x0b, - 0x02, - 0xdd, - 0xfa, - 0x23, - 0xfa, - 0xf0, - 0x2f, - 0xc6, - 0xf9, - 0x41, - 0x38, - 0xfc, - 0x0e, - 0x74, - 0x05, - 0x43, - 0x31, - 0x04, - 0x38, - 0xec, - 0xf8, - 0x89, - 0x96, - 0xfc, - 0x5a, - 0xe4, - 0x00, - 0x18, - 0x64, - 0x00, - 0x3d, - 0xa0, - 0xfc, - 0x15, - 0x6c, - 0xfe, - 0xc8, - 0x67, - 0xff, - 0x1b, - 0x48, - 0xfd, - 0x62, - 0xb4, - 0xff, - 0x1e, - 0x07, - 0xfc, - 0xcf, - 0x76, - 0xfc, - 0x5c, - 0xf2, - 0xff, - 0x56, - 0x79, - 0xfe, - 0xf6, - 0x0b, - 0xff, - 0xaa, - 0x86, - 0xff, - 0x1e, - 0x3f, - 0x00, - 0x13, - 0x2d, - 0xff, - 0x86, - 0xd8, - 0xfe, - 0x3c, - 0x6d, - 0xff, - 0x0f, - 0x60, - 0xfe, - 0xf9, - 0x27, - 0x00, - 0x40, - 0x06, - 0x00, - 0x91, - 0xee, - 0xfe, - 0xd3, - 0x56, - 0xff, - 0x5e, - 0x98, - 0xfe, - 0x91, - 0x7f, - 0xfe, - 0xcc, - 0x60, - 0xfe, - 0x64, - 0x93, - 0xfe, - 0x28, - 0xdd, - 0xfe, - 0x57, - 0xd9, - 0xfe, - 0x3c, - 0xb8, - 0xfe, - 0x42, - 0x18, - 0xfe, - 0x7e, - 0x26, - 0xff, - 0x1c, - 0x88, - 0x00, - 0xa9, - 0x9d, - 0x00, - 0x9a, - 0x51, - 0x00, - 0x20, - 0xa8, - 0xff, - 0xb1, - 0x47, - 0xff, - 0x91, - 0x35, - 0xff, - 0xc4, - 0xd7, - 0xfe, - 0x8a, - 0x65, - 0xfe, - 0xd5, - 0x32, - 0xfe, - 0x0d, - 0xab, - 0xfe, - 0x08, - 0x93, - 0xff, - 0x66, - 0xf9, - 0xff, - 0x7a, - 0x25, - 0x00, - 0xd1, - 0xfd, - 0x1a, - 0xf9, - 0xe2, - 0x36, - 0xf0, - 0x5a, - 0x0c, - 0x00, - 0xea, - 0xef, - 0xa5, - 0xbe, - 0x06, - 0xae, - 0x92, - 0xfb, - 0x7d, - 0xec, - 0xff, - 0xba, - 0x0c, - 0x0c, - 0x4f, - 0xe5, - 0xf2, - 0xeb, - 0x57, - 0xf1, - 0x70, - 0x7c, - 0x05, - 0xbc, - 0x12, - 0x0e, - 0xf9, - 0x45, - 0xfc, - 0x73, - 0x11, - 0xef, - 0x45, - 0x23, - 0xf8, - 0x11, - 0xda, - 0xfa, - 0x7a, - 0x6c, - 0x05, - 0xc3, - 0x0e, - 0x05, - 0x17, - 0x82, - 0xf8, - 0x21, - 0xea, - 0xfb, - 0x81, - 0x4e, - 0x00, - 0xd8, - 0x37, - 0x00, - 0x6f, - 0x65, - 0xfc, - 0xf6, - 0x81, - 0xfe, - 0x71, - 0xb4, - 0xff, - 0x03, - 0x0d, - 0xfd, - 0x17, - 0xf7, - 0xff, - 0x31, - 0xd0, - 0xfb, - 0xd8, - 0x00, - 0xfc, - 0x8c, - 0x2b, - 0x00, - 0xcd, - 0xc5, - 0xfe, - 0x3a, - 0x4d, - 0xff, - 0xe1, - 0x62, - 0xff, - 0x13, - 0xf9, - 0xff, - 0x67, - 0xf4, - 0xfe, - 0x72, - 0xd6, - 0xfe, - 0x50, - 0x77, - 0xff, - 0x15, - 0x31, - 0xfe, - 0x8f, - 0x30, - 0x00, - 0x10, - 0x00, - 0x00, - 0x5d, - 0xee, - 0xfe, - 0x15, - 0x70, - 0xff, - 0xe9, - 0xa6, - 0xfe, - 0x7e, - 0x8c, - 0xfe, - 0x54, - 0x3a, - 0xfe, - 0x89, - 0x67, - 0xfe, - 0xeb, - 0xab, - 0xfe, - 0xad, - 0xb3, - 0xfe, - 0x7e, - 0xb2, - 0xfe, - 0xe7, - 0x05, - 0xfe, - 0xc9, - 0x01, - 0xff, - 0xba, - 0x71, - 0x00, - 0x43, - 0xa8, - 0x00, - 0x18, - 0x4a, - 0x00, - 0xd4, - 0xbe, - 0xff, - 0x73, - 0x6b, - 0xff, - 0x7a, - 0x2e, - 0xff, - 0xb9, - 0x04, - 0xff, - 0xf4, - 0x69, - 0xfe, - 0xf6, - 0xdf, - 0xfd, - 0xf1, - 0x77, - 0xfe, - 0x73, - 0x59, - 0xff, - 0x50, - 0xe2, - 0xff, - 0x4c, - 0x3b, - 0x00, - 0xfe, - 0xc8, - 0x1b, - 0x1a, - 0xbf, - 0x38, - 0xd7, - 0xce, - 0x0c, - 0x6a, - 0xbd, - 0xee, - 0xa9, - 0x80, - 0x05, - 0x4e, - 0x48, - 0xfa, - 0xfd, - 0xaa, - 0x00, - 0x1e, - 0xdb, - 0x0d, - 0x4d, - 0x1d, - 0xf3, - 0x93, - 0x33, - 0xf0, - 0x37, - 0x34, - 0x04, - 0x4d, - 0x15, - 0x10, - 0x74, - 0xec, - 0xfe, - 0xea, - 0x80, - 0xee, - 0xfd, - 0x2b, - 0xf6, - 0x80, - 0x51, - 0xf8, - 0xaf, - 0x52, - 0x05, - 0xa2, - 0xd8, - 0x06, - 0x0e, - 0x9d, - 0xf8, - 0x21, - 0x3b, - 0xfb, - 0xec, - 0x7a, - 0xff, - 0x60, - 0xdc, - 0xff, - 0xe1, - 0x74, - 0xfc, - 0x0a, - 0xad, - 0xfe, - 0xaf, - 0xc9, - 0xff, - 0x75, - 0xa3, - 0xfc, - 0x82, - 0xf7, - 0xff, - 0x92, - 0xdc, - 0xfb, - 0x2f, - 0x13, - 0xfc, - 0x95, - 0x84, - 0x00, - 0x59, - 0xfc, - 0xfe, - 0x04, - 0x73, - 0xff, - 0x9a, - 0x4c, - 0xff, - 0x08, - 0xd1, - 0xff, - 0x59, - 0xbc, - 0xfe, - 0xa4, - 0xae, - 0xfe, - 0xd2, - 0x70, - 0xff, - 0x89, - 0x38, - 0xfe, - 0x3a, - 0x51, - 0x00, - 0xf7, - 0x02, - 0x00, - 0xee, - 0x08, - 0xff, - 0x11, - 0x8a, - 0xff, - 0x9c, - 0xa3, - 0xfe, - 0x7a, - 0x8b, - 0xfe, - 0x0e, - 0x32, - 0xfe, - 0x4e, - 0x50, - 0xfe, - 0xb7, - 0x75, - 0xfe, - 0x1c, - 0x96, - 0xfe, - 0x51, - 0xb3, - 0xfe, - 0x01, - 0x08, - 0xfe, - 0x41, - 0xe3, - 0xfe, - 0xb9, - 0x4a, - 0x00, - 0x91, - 0xc0, - 0x00, - 0xe5, - 0x50, - 0x00, - 0x60, - 0xb6, - 0xff, - 0x99, - 0x82, - 0xff, - 0x9e, - 0x1a, - 0xff, - 0x56, - 0x0e, - 0xff, - 0x66, - 0x9b, - 0xfe, - 0x27, - 0xc3, - 0xfd, - 0xc8, - 0x60, - 0xfe, - 0xaa, - 0x42, - 0xff, - 0x60, - 0xb4, - 0xff, - 0x01, - 0x48, - 0x00, - 0x5b, - 0xe2, - 0x1c, - 0xd3, - 0xdf, - 0x39, - 0x34, - 0xcc, - 0x0c, - 0x2a, - 0x6d, - 0xef, - 0x6c, - 0x99, - 0x04, - 0x66, - 0xc4, - 0xf8, - 0x71, - 0x6c, - 0x01, - 0x5d, - 0x0a, - 0x0e, - 0x8f, - 0x9f, - 0xf3, - 0xea, - 0x67, - 0xef, - 0xa3, - 0x46, - 0x02, - 0x14, - 0xb5, - 0x11, - 0x1b, - 0x2d, - 0x01, - 0x2f, - 0x1e, - 0xef, - 0x6a, - 0x5b, - 0xf4, - 0xc0, - 0xf6, - 0xf5, - 0x43, - 0xa2, - 0x05, - 0x15, - 0x0a, - 0x08, - 0xa1, - 0xab, - 0xf9, - 0xf2, - 0xaa, - 0xfa, - 0x7b, - 0xac, - 0xfe, - 0x3a, - 0x04, - 0x00, - 0x2e, - 0x25, - 0xfc, - 0x49, - 0xc0, - 0xfe, - 0x98, - 0x48, - 0xff, - 0xdf, - 0x60, - 0xfc, - 0x1f, - 0x67, - 0x00, - 0x0b, - 0xef, - 0xfb, - 0x93, - 0x51, - 0xfc, - 0xf4, - 0x5d, - 0x00, - 0xc5, - 0x18, - 0xff, - 0x3b, - 0xa7, - 0xff, - 0x09, - 0x4e, - 0xff, - 0x6a, - 0xbf, - 0xff, - 0x88, - 0x4a, - 0xfe, - 0x2c, - 0xda, - 0xfe, - 0xec, - 0xa0, - 0xff, - 0x28, - 0x52, - 0xfe, - 0x5a, - 0x95, - 0x00, - 0xa4, - 0x1a, - 0x00, - 0x96, - 0x33, - 0xff, - 0x41, - 0x51, - 0xff, - 0x33, - 0x81, - 0xfe, - 0x84, - 0xa5, - 0xfe, - 0x93, - 0x23, - 0xfe, - 0xea, - 0x44, - 0xfe, - 0x3b, - 0x55, - 0xfe, - 0xe4, - 0x9d, - 0xfe, - 0xfb, - 0xb6, - 0xfe, - 0xb6, - 0x04, - 0xfe, - 0x45, - 0xee, - 0xfe, - 0x75, - 0x26, - 0x00, - 0x33, - 0xc0, - 0x00, - 0xea, - 0x4d, - 0x00, - 0x29, - 0x98, - 0xff, - 0x34, - 0x7e, - 0xff, - 0xfb, - 0xfe, - 0xfe, - 0x89, - 0x17, - 0xff, - 0x9d, - 0xcd, - 0xfe, - 0xc4, - 0xc5, - 0xfd, - 0xaf, - 0x56, - 0xfe, - 0xf6, - 0x2f, - 0xff, - 0xb1, - 0x92, - 0xff, - 0x30, - 0x45, - 0x00, - 0x6b, - 0x2b, - 0x1d, - 0x61, - 0x3f, - 0x3a, - 0xef, - 0x87, - 0x0d, - 0x57, - 0xae, - 0xf0, - 0xe7, - 0x24, - 0x04, - 0x7d, - 0xa8, - 0xf7, - 0x99, - 0x70, - 0x01, - 0xc4, - 0xb4, - 0x0d, - 0x64, - 0xd2, - 0xf3, - 0x3f, - 0xa3, - 0xee, - 0x2c, - 0x36, - 0x00, - 0x37, - 0x1e, - 0x12, - 0x3f, - 0x7a, - 0x03, - 0xf6, - 0xc1, - 0xf0, - 0xf2, - 0xfe, - 0xf2, - 0xa3, - 0xc2, - 0xf3, - 0xed, - 0x8e, - 0x05, - 0xab, - 0xe9, - 0x08, - 0x05, - 0x3f, - 0xfb, - 0x5a, - 0x64, - 0xfa, - 0xf5, - 0x81, - 0xfd, - 0xd7, - 0x79, - 0x00, - 0x5a, - 0xc9, - 0xfb, - 0x9d, - 0x44, - 0xfe, - 0x54, - 0x54, - 0xff, - 0x3b, - 0x77, - 0xfc, - 0xdf, - 0x94, - 0x00, - 0x16, - 0xef, - 0xfb, - 0x70, - 0x68, - 0xfc, - 0xa2, - 0xec, - 0xff, - 0xda, - 0x16, - 0xff, - 0x90, - 0xde, - 0xff, - 0xac, - 0xe6, - 0xfe, - 0xa0, - 0xbb, - 0xff, - 0xc0, - 0x49, - 0xfe, - 0xc0, - 0xff, - 0xfe, - 0xec, - 0xfe, - 0xff, - 0x2d, - 0x90, - 0xfe, - 0xd7, - 0xc2, - 0x00, - 0xdc, - 0xef, - 0xff, - 0xfc, - 0x46, - 0xff, - 0x07, - 0x66, - 0xff, - 0x80, - 0x49, - 0xfe, - 0x30, - 0xab, - 0xfe, - 0x4b, - 0x23, - 0xfe, - 0xb3, - 0x32, - 0xfe, - 0x7c, - 0x30, - 0xfe, - 0xfd, - 0x8b, - 0xfe, - 0xf4, - 0xde, - 0xfe, - 0xd5, - 0x24, - 0xfe, - 0x8b, - 0x14, - 0xff, - 0xfa, - 0x12, - 0x00, - 0xb5, - 0xac, - 0x00, - 0x9b, - 0x4b, - 0x00, - 0xe1, - 0x5e, - 0xff, - 0x24, - 0x7e, - 0xff, - 0x0b, - 0xef, - 0xfe, - 0xf6, - 0xf6, - 0xfe, - 0xe4, - 0xed, - 0xfe, - 0x88, - 0xdd, - 0xfd, - 0xc2, - 0x60, - 0xfe, - 0x04, - 0x16, - 0xff, - 0x99, - 0x72, - 0xff, - 0x81, - 0x3f, - 0x00, - 0x54, - 0x19, - 0x1d, - 0xa1, - 0x01, - 0x3a, - 0x69, - 0xba, - 0x0e, - 0xc4, - 0x1f, - 0xf3, - 0xcc, - 0x36, - 0x04, - 0x8f, - 0xce, - 0xf6, - 0x57, - 0x75, - 0x01, - 0x40, - 0xb8, - 0x0c, - 0x9f, - 0x6d, - 0xf3, - 0xf9, - 0x17, - 0xee, - 0x4f, - 0x4e, - 0xfe, - 0xb8, - 0x9b, - 0x11, - 0x9e, - 0x49, - 0x05, - 0x55, - 0xe7, - 0xf3, - 0x70, - 0x52, - 0xf3, - 0x94, - 0x06, - 0xf1, - 0x6a, - 0xbf, - 0x04, - 0x83, - 0xef, - 0x09, - 0xe1, - 0xcd, - 0xfc, - 0xc4, - 0xf3, - 0xfa, - 0xf9, - 0x59, - 0xfc, - 0x5c, - 0x66, - 0x00, - 0x98, - 0x3c, - 0xfc, - 0xb4, - 0x08, - 0xfe, - 0x02, - 0x8d, - 0xff, - 0x3e, - 0xf4, - 0xfc, - 0xd3, - 0xa5, - 0x00, - 0x4e, - 0xa6, - 0xfb, - 0xfc, - 0x4f, - 0xfc, - 0x1a, - 0xae, - 0xff, - 0xb6, - 0xb6, - 0xfe, - 0xe1, - 0xf1, - 0xff, - 0xd6, - 0xbf, - 0xfe, - 0xe2, - 0xb9, - 0xff, - 0xa1, - 0xcc, - 0xfe, - 0x62, - 0x72, - 0xff, - 0x8f, - 0x6f, - 0x00, - 0x56, - 0x82, - 0xfe, - 0xa7, - 0xa5, - 0x00, - 0xd2, - 0x28, - 0x00, - 0x63, - 0x46, - 0xff, - 0xeb, - 0x69, - 0xff, - 0x12, - 0x3f, - 0xfe, - 0x9d, - 0xb9, - 0xfe, - 0xc2, - 0x1d, - 0xfe, - 0x0c, - 0x00, - 0xfe, - 0x32, - 0x3c, - 0xfe, - 0xac, - 0x96, - 0xfe, - 0xe6, - 0x2c, - 0xff, - 0xbb, - 0x60, - 0xfe, - 0xf9, - 0x19, - 0xff, - 0xa2, - 0x39, - 0x00, - 0xda, - 0xb0, - 0x00, - 0xaf, - 0x5e, - 0x00, - 0x41, - 0x4e, - 0xff, - 0x26, - 0x46, - 0xff, - 0x6d, - 0xbd, - 0xfe, - 0x21, - 0xd2, - 0xfe, - 0x36, - 0xf2, - 0xfe, - 0xee, - 0xcd, - 0xfd, - 0xa4, - 0x62, - 0xfe, - 0x31, - 0x26, - 0xff, - 0x2b, - 0x74, - 0xff, - 0x37, - 0x48, - 0x00, - 0xc7, - 0x5c, - 0x1c, - 0x45, - 0x38, - 0x39, - 0x27, - 0xa6, - 0x10, - 0x20, - 0x5b, - 0xf5, - 0x37, - 0x03, - 0x04, - 0xc8, - 0x20, - 0xf7, - 0xbd, - 0x0e, - 0x01, - 0x09, - 0x46, - 0x0b, - 0x50, - 0xf5, - 0xf3, - 0x45, - 0x5e, - 0xed, - 0x92, - 0xfb, - 0xfb, - 0x1d, - 0xbd, - 0x10, - 0x50, - 0xf8, - 0x05, - 0x33, - 0x0a, - 0xf7, - 0xed, - 0x89, - 0xf5, - 0x2d, - 0xa4, - 0xee, - 0xe3, - 0x9c, - 0x02, - 0x99, - 0xad, - 0x0a, - 0x5f, - 0xac, - 0xfd, - 0x81, - 0xea, - 0xfb, - 0x43, - 0x78, - 0xfc, - 0x15, - 0xbc, - 0xff, - 0xee, - 0x1f, - 0xfd, - 0xc6, - 0x54, - 0xfe, - 0x75, - 0xeb, - 0xfe, - 0xd9, - 0x2c, - 0xfd, - 0x41, - 0xe3, - 0x00, - 0x91, - 0x91, - 0xfb, - 0x78, - 0x01, - 0xfc, - 0x14, - 0x64, - 0xff, - 0x32, - 0x3e, - 0xfe, - 0x47, - 0x0d, - 0x00, - 0xf8, - 0x5e, - 0xff, - 0xac, - 0xc7, - 0xff, - 0xc7, - 0x46, - 0xff, - 0x31, - 0xb9, - 0xff, - 0x45, - 0x60, - 0x00, - 0xde, - 0x93, - 0xfe, - 0x44, - 0x5a, - 0x00, - 0x79, - 0x24, - 0x00, - 0x2b, - 0x4b, - 0xff, - 0x69, - 0x6e, - 0xff, - 0x21, - 0x36, - 0xfe, - 0xc1, - 0xb4, - 0xfe, - 0xac, - 0x63, - 0xfe, - 0x09, - 0x05, - 0xfe, - 0xc6, - 0x4b, - 0xfe, - 0x5f, - 0xac, - 0xfe, - 0x22, - 0x4f, - 0xff, - 0x22, - 0x89, - 0xfe, - 0x7e, - 0x28, - 0xff, - 0x28, - 0x85, - 0x00, - 0xac, - 0xd5, - 0x00, - 0x0f, - 0x6e, - 0x00, - 0x26, - 0x4c, - 0xff, - 0xe7, - 0xf8, - 0xfe, - 0xe0, - 0x7d, - 0xfe, - 0x9b, - 0xbd, - 0xfe, - 0xab, - 0xef, - 0xfe, - 0xd9, - 0xc6, - 0xfd, - 0x60, - 0x62, - 0xfe, - 0xe2, - 0x31, - 0xff, - 0xf7, - 0x87, - 0xff, - 0x6a, - 0x5e, - 0x00, - 0xa3, - 0x5b, - 0x1a, - 0x39, - 0xbf, - 0x37, - 0xfd, - 0x61, - 0x13, - 0x9f, - 0xb5, - 0xf6, - 0xbd, - 0x23, - 0x04, - 0x43, - 0x50, - 0xf8, - 0xbe, - 0xca, - 0xff, - 0x4e, - 0x3d, - 0x0a, - 0x19, - 0xc2, - 0xf4, - 0xd2, - 0x85, - 0xed, - 0x71, - 0x65, - 0xf9, - 0xba, - 0xa2, - 0x0e, - 0x72, - 0x3b, - 0x07, - 0x7b, - 0x8d, - 0xf8, - 0xdd, - 0x72, - 0xf8, - 0xf2, - 0xdf, - 0xed, - 0x0d, - 0xea, - 0xfd, - 0x1f, - 0x05, - 0x0b, - 0xe1, - 0xed, - 0xfe, - 0xb1, - 0xb2, - 0xfc, - 0x66, - 0x9e, - 0xfd, - 0xb6, - 0x1a, - 0xff, - 0x45, - 0x88, - 0xfd, - 0x50, - 0x8d, - 0xfe, - 0xe7, - 0x74, - 0xfe, - 0xf0, - 0xbd, - 0xfc, - 0x3d, - 0x97, - 0x00, - 0xa9, - 0xbc, - 0xfb, - 0x7c, - 0xa2, - 0xfb, - 0x0d, - 0xa8, - 0xff, - 0xb3, - 0x22, - 0xfe, - 0x15, - 0x18, - 0x00, - 0x90, - 0x4e, - 0x00, - 0x11, - 0xb5, - 0xff, - 0x05, - 0x72, - 0xff, - 0x98, - 0xa4, - 0xff, - 0xf4, - 0x20, - 0x00, - 0xba, - 0xbc, - 0xfe, - 0x7f, - 0xcd, - 0xff, - 0xc9, - 0xb9, - 0xff, - 0xc3, - 0x15, - 0xff, - 0xff, - 0xa9, - 0xff, - 0x48, - 0x6a, - 0xfe, - 0xfe, - 0xa2, - 0xfe, - 0xee, - 0xc9, - 0xfe, - 0xc5, - 0x27, - 0xfe, - 0x33, - 0x64, - 0xfe, - 0xb3, - 0x82, - 0xfe, - 0x4c, - 0x1b, - 0xff, - 0x7d, - 0xec, - 0xfe, - 0x6e, - 0x5b, - 0xff, - 0xcb, - 0x94, - 0x00, - 0xc2, - 0xcc, - 0x00, - 0xde, - 0x72, - 0x00, - 0x16, - 0x6a, - 0xff, - 0x0e, - 0xd5, - 0xfe, - 0x68, - 0x56, - 0xfe, - 0xbb, - 0x9f, - 0xfe, - 0x2d, - 0xef, - 0xfe, - 0x93, - 0xce, - 0xfd, - 0xed, - 0x58, - 0xfe, - 0x1d, - 0x4e, - 0xff, - 0xc7, - 0x98, - 0xff, - 0x45, - 0x56, - 0x00, - 0x92, - 0x22, - 0x1a, - 0x75, - 0x31, - 0x36, - 0xc6, - 0x6a, - 0x12, - 0xd1, - 0x97, - 0xf8, - 0xc9, - 0x40, - 0x05, - 0xcd, - 0xd3, - 0xf7, - 0xca, - 0xa1, - 0xff, - 0x91, - 0xaa, - 0x09, - 0x98, - 0xa7, - 0xf4, - 0x2b, - 0x0a, - 0xee, - 0x9d, - 0x9a, - 0xf8, - 0x90, - 0x35, - 0x0d, - 0x76, - 0x3a, - 0x07, - 0x25, - 0xcb, - 0xf8, - 0xd2, - 0xd6, - 0xf9, - 0xce, - 0x00, - 0xef, - 0x0f, - 0x6a, - 0xfa, - 0x58, - 0x84, - 0x09, - 0xdb, - 0xf0, - 0x00, - 0xa3, - 0x31, - 0xfd, - 0x92, - 0x43, - 0xfe, - 0x82, - 0x1d, - 0xff, - 0x89, - 0x7b, - 0xfd, - 0xd5, - 0x0f, - 0xff, - 0xad, - 0x03, - 0xfe, - 0x69, - 0xb6, - 0xfb, - 0x33, - 0xf3, - 0xff, - 0x17, - 0xad, - 0xfc, - 0x58, - 0xe8, - 0xfb, - 0x2e, - 0x8a, - 0xff, - 0x70, - 0x83, - 0xfe, - 0xee, - 0xdd, - 0xff, - 0x51, - 0xd8, - 0x00, - 0x3f, - 0xc7, - 0xff, - 0x15, - 0x01, - 0xff, - 0x59, - 0xd9, - 0xff, - 0xad, - 0x24, - 0x00, - 0x4b, - 0xad, - 0xfe, - 0x48, - 0x51, - 0xff, - 0x81, - 0x28, - 0xff, - 0x73, - 0x1b, - 0xff, - 0xd2, - 0x16, - 0x00, - 0x1a, - 0x9d, - 0xfe, - 0x63, - 0x6b, - 0xfe, - 0xd1, - 0xff, - 0xfe, - 0x92, - 0x56, - 0xfe, - 0x12, - 0x4c, - 0xfe, - 0xc7, - 0x71, - 0xfe, - 0x83, - 0xef, - 0xfe, - 0xd0, - 0x41, - 0xff, - 0x96, - 0xcc, - 0xff, - 0x56, - 0x81, - 0x00, - 0xfe, - 0x9b, - 0x00, - 0x34, - 0x6a, - 0x00, - 0xbd, - 0x8d, - 0xff, - 0xe5, - 0xbb, - 0xfe, - 0xc4, - 0x15, - 0xfe, - 0xbe, - 0x7c, - 0xfe, - 0xc6, - 0xf1, - 0xfe, - 0xdc, - 0x1c, - 0xfe, - 0xd2, - 0x77, - 0xfe, - 0x41, - 0x3b, - 0xff, - 0x5f, - 0xaa, - 0xff, - 0x02, - 0x69, - 0x00, - 0x71, - 0x6a, - 0x19, - 0xba, - 0xf5, - 0x34, - 0x5a, - 0xd7, - 0x11, - 0x96, - 0x4e, - 0xf8, - 0xd5, - 0x88, - 0x06, - 0xa0, - 0xfc, - 0xf8, - 0xc9, - 0x9f, - 0xfd, - 0x53, - 0x5d, - 0x09, - 0x26, - 0xa1, - 0xf6, - 0x1e, - 0x71, - 0xef, - 0xe7, - 0xb0, - 0xf8, - 0xac, - 0x3b, - 0x0b, - 0x1d, - 0xcc, - 0x06, - 0x41, - 0xdc, - 0xf7, - 0x75, - 0x45, - 0xfa, - 0x80, - 0xdd, - 0xf2, - 0x87, - 0xd1, - 0xf7, - 0x31, - 0xc8, - 0x05, - 0xaf, - 0xb2, - 0x02, - 0x3a, - 0x52, - 0xfe, - 0xea, - 0xcc, - 0xfe, - 0x4a, - 0x43, - 0xff, - 0x45, - 0x00, - 0xfd, - 0x93, - 0x0e, - 0xff, - 0x5b, - 0x17, - 0xfe, - 0xb6, - 0x2a, - 0xfb, - 0x97, - 0x73, - 0xff, - 0xea, - 0xed, - 0xfd, - 0x91, - 0x75, - 0xfc, - 0x41, - 0x8a, - 0xff, - 0x1b, - 0x20, - 0xff, - 0xaf, - 0x22, - 0xff, - 0xd5, - 0x86, - 0x00, - 0x4b, - 0x2d, - 0x00, - 0x93, - 0xb4, - 0xfe, - 0x25, - 0xa3, - 0xff, - 0x0e, - 0x24, - 0x00, - 0x1c, - 0xc1, - 0xfe, - 0x4b, - 0x79, - 0xff, - 0x26, - 0x5d, - 0xff, - 0x78, - 0xe4, - 0xfe, - 0xc2, - 0xf9, - 0xff, - 0xe3, - 0x33, - 0xff, - 0x92, - 0x61, - 0xfe, - 0xf7, - 0xc4, - 0xfe, - 0x16, - 0x82, - 0xfe, - 0xd3, - 0x43, - 0xfe, - 0x98, - 0x8a, - 0xfe, - 0xa5, - 0xd3, - 0xfe, - 0x4a, - 0x21, - 0xff, - 0x09, - 0x36, - 0x00, - 0x9d, - 0xd6, - 0x00, - 0xb9, - 0x6e, - 0x00, - 0x2e, - 0x36, - 0x00, - 0x04, - 0x86, - 0xff, - 0x8f, - 0x76, - 0xfe, - 0xd8, - 0x2a, - 0xfe, - 0xa5, - 0xa5, - 0xfe, - 0x1c, - 0xc4, - 0xfe, - 0x0e, - 0x7a, - 0xfe, - 0xc1, - 0xbe, - 0xfe, - 0x42, - 0x1b, - 0xff, - 0x68, - 0xa2, - 0xff, - 0x7a, - 0x5e, - 0x00, - 0xc6, - 0x86, - 0x19, - 0x3b, - 0xb6, - 0x33, - 0x6b, - 0x75, - 0x0f, - 0x5b, - 0xf1, - 0xf7, - 0x6a, - 0xba, - 0x07, - 0xbc, - 0x36, - 0xfa, - 0x0a, - 0xdd, - 0xfd, - 0x07, - 0x4f, - 0x07, - 0xa5, - 0x44, - 0xf6, - 0xa9, - 0x7d, - 0xf3, - 0x99, - 0x90, - 0xfa, - 0x2e, - 0xd0, - 0x08, - 0xac, - 0x2c, - 0x06, - 0xf5, - 0xe3, - 0xf6, - 0x44, - 0x9e, - 0xf9, - 0x5e, - 0x43, - 0xf7, - 0xf9, - 0xfc, - 0xf7, - 0xc5, - 0x42, - 0x01, - 0x83, - 0xd5, - 0x02, - 0x40, - 0x6f, - 0xff, - 0x2d, - 0x6a, - 0xfe, - 0xe2, - 0x35, - 0x00, - 0x42, - 0x55, - 0xfd, - 0x42, - 0xa9, - 0xfd, - 0x34, - 0x3c, - 0xfe, - 0x52, - 0x46, - 0xfc, - 0xb5, - 0x05, - 0xff, - 0x39, - 0xd3, - 0xfe, - 0x52, - 0x62, - 0xfd, - 0xf2, - 0x69, - 0xfe, - 0xd2, - 0x73, - 0xff, - 0x51, - 0x8f, - 0xff, - 0xc1, - 0xbd, - 0xff, - 0x6f, - 0x58, - 0x00, - 0x12, - 0xf1, - 0xfe, - 0xbc, - 0x2d, - 0xff, - 0xab, - 0xf7, - 0xff, - 0xb9, - 0x40, - 0xff, - 0xd5, - 0xbd, - 0xff, - 0xcb, - 0x77, - 0xff, - 0x8a, - 0x04, - 0xff, - 0x7e, - 0xa0, - 0xff, - 0xc6, - 0x84, - 0xff, - 0xad, - 0xaf, - 0xfe, - 0x8b, - 0x5e, - 0xfe, - 0x8a, - 0xa3, - 0xfe, - 0xa5, - 0x7c, - 0xfe, - 0xd2, - 0x8c, - 0xfe, - 0xba, - 0xe6, - 0xfe, - 0x86, - 0x2c, - 0xff, - 0xaf, - 0x3f, - 0x00, - 0xf4, - 0x04, - 0x01, - 0xe9, - 0x77, - 0x00, - 0xcb, - 0xd8, - 0xff, - 0x3b, - 0x60, - 0xff, - 0x8f, - 0x74, - 0xfe, - 0x84, - 0x45, - 0xfe, - 0xbb, - 0xf1, - 0xfe, - 0xe9, - 0xcf, - 0xfe, - 0xdf, - 0x73, - 0xfe, - 0x83, - 0xbe, - 0xfe, - 0xb6, - 0x1d, - 0xff, - 0xf7, - 0xb1, - 0xff, - 0xb1, - 0x8a, - 0x00, - 0x78, - 0xb5, - 0x18, - 0x19, - 0x2a, - 0x31, - 0x64, - 0xd9, - 0x0d, - 0xee, - 0xf0, - 0xf8, - 0x4b, - 0xe7, - 0x08, - 0x37, - 0xf4, - 0xfa, - 0xa2, - 0x86, - 0xfd, - 0x9e, - 0x8b, - 0x06, - 0xb1, - 0x13, - 0xf7, - 0x04, - 0xb3, - 0xf4, - 0xa6, - 0x7f, - 0xfb, - 0xe4, - 0x8b, - 0x08, - 0xe0, - 0xff, - 0x05, - 0x28, - 0x45, - 0xf7, - 0x3d, - 0xc8, - 0xf8, - 0xbe, - 0x81, - 0xf9, - 0x39, - 0x10, - 0xfa, - 0x6f, - 0x1b, - 0xfe, - 0x1a, - 0x75, - 0x01, - 0x3b, - 0x41, - 0x00, - 0x42, - 0xd7, - 0xfd, - 0xca, - 0x18, - 0x00, - 0x6a, - 0xad, - 0xfd, - 0x69, - 0xe1, - 0xfd, - 0xc2, - 0xa6, - 0xfe, - 0xae, - 0xbf, - 0xfc, - 0x51, - 0xf0, - 0xfe, - 0x1c, - 0x1f, - 0xff, - 0x15, - 0xf2, - 0xfd, - 0x64, - 0xb2, - 0xfd, - 0xef, - 0x8c, - 0xff, - 0xfb, - 0x36, - 0x00, - 0xc8, - 0x4a, - 0xff, - 0x83, - 0x53, - 0x00, - 0xf4, - 0x1c, - 0xff, - 0xb0, - 0xf7, - 0xfe, - 0x0d, - 0x01, - 0x00, - 0x5a, - 0xbb, - 0xff, - 0x02, - 0xf2, - 0xff, - 0x5a, - 0x53, - 0xff, - 0x3f, - 0x19, - 0xff, - 0x9a, - 0x35, - 0xff, - 0xf6, - 0x6a, - 0xff, - 0xe6, - 0x2b, - 0xff, - 0xe3, - 0x43, - 0xfe, - 0xab, - 0xaf, - 0xfe, - 0xbc, - 0xdf, - 0xfe, - 0xb3, - 0xbb, - 0xfe, - 0x2a, - 0xeb, - 0xfe, - 0x42, - 0x3b, - 0xff, - 0x1c, - 0x55, - 0x00, - 0x24, - 0xf4, - 0x00, - 0x59, - 0x8a, - 0x00, - 0x2f, - 0xb6, - 0xff, - 0x39, - 0x0b, - 0xff, - 0x61, - 0xb0, - 0xfe, - 0x55, - 0x91, - 0xfe, - 0xb8, - 0xec, - 0xfe, - 0x3d, - 0xf7, - 0xfe, - 0x15, - 0x89, - 0xfe, - 0xe5, - 0x8e, - 0xfe, - 0x25, - 0x20, - 0xff, - 0x17, - 0xdc, - 0xff, - 0x57, - 0x8b, - 0x00, - 0xdc, - 0x78, - 0x17, - 0xb3, - 0xe3, - 0x2d, - 0x86, - 0x60, - 0x0c, - 0x85, - 0x75, - 0xfa, - 0x6b, - 0xb8, - 0x09, - 0x6e, - 0x2d, - 0xfb, - 0x4a, - 0x8a, - 0xfd, - 0x73, - 0x06, - 0x07, - 0x23, - 0x93, - 0xf8, - 0x01, - 0xc8, - 0xf4, - 0xe2, - 0xf4, - 0xfa, - 0xdd, - 0xde, - 0x07, - 0x6f, - 0x70, - 0x06, - 0x1a, - 0x11, - 0xf9, - 0xa6, - 0x2e, - 0xf8, - 0x3c, - 0x10, - 0xfa, - 0x9a, - 0x74, - 0xfc, - 0x67, - 0x8a, - 0xfd, - 0x30, - 0x86, - 0x00, - 0x42, - 0x1a, - 0x00, - 0x30, - 0xc2, - 0xfc, - 0x1e, - 0x45, - 0xff, - 0xef, - 0xd3, - 0xfd, - 0xa3, - 0x64, - 0xfe, - 0x86, - 0x8a, - 0xff, - 0xe8, - 0x8c, - 0xfd, - 0x61, - 0xeb, - 0xfd, - 0xeb, - 0x4a, - 0xfe, - 0x34, - 0x2d, - 0xff, - 0x58, - 0x81, - 0xfe, - 0xbf, - 0x8f, - 0xff, - 0xaa, - 0x45, - 0x00, - 0xb0, - 0x26, - 0xff, - 0xe1, - 0x28, - 0x00, - 0xbc, - 0x15, - 0xff, - 0x03, - 0x0b, - 0xff, - 0xd1, - 0xe5, - 0xff, - 0x17, - 0xac, - 0xff, - 0xc1, - 0xf0, - 0xff, - 0x3a, - 0x3d, - 0xff, - 0x1c, - 0x4c, - 0xff, - 0xbe, - 0x3e, - 0xff, - 0xd3, - 0x31, - 0xff, - 0x79, - 0x4d, - 0xff, - 0x54, - 0x8a, - 0xfe, - 0x18, - 0xb5, - 0xfe, - 0x50, - 0xea, - 0xfe, - 0xd2, - 0xfd, - 0xfe, - 0x48, - 0x17, - 0xff, - 0x97, - 0x57, - 0xff, - 0x47, - 0x68, - 0x00, - 0xa7, - 0xc7, - 0x00, - 0x3b, - 0x93, - 0x00, - 0x00, - 0x03, - 0x00, - 0x71, - 0x08, - 0xff, - 0x3f, - 0xc8, - 0xfe, - 0x95, - 0xea, - 0xfe, - 0x33, - 0xe8, - 0xfe, - 0x07, - 0xd9, - 0xfe, - 0x4b, - 0xa4, - 0xfe, - 0x37, - 0x98, - 0xfe, - 0x44, - 0x1a, - 0xff, - 0x01, - 0xe3, - 0xff, - 0x69, - 0x55, - 0x00, - 0xee, - 0xd3, - 0x14, - 0x93, - 0x1a, - 0x27, - 0x17, - 0xe7, - 0x08, - 0x9a, - 0xca, - 0xfd, - 0xa7, - 0x25, - 0x0d, - 0xf5, - 0xff, - 0xfb, - 0xd4, - 0x9e, - 0xfc, - 0x21, - 0x8c, - 0x06, - 0x3b, - 0xf9, - 0xfa, - 0xd2, - 0xef, - 0xf6, - 0x1c, - 0xcf, - 0xf8, - 0xa3, - 0x98, - 0x03, - 0x95, - 0xa8, - 0x06, - 0x9d, - 0x92, - 0xfc, - 0xf0, - 0xfa, - 0xfa, - 0x1a, - 0xbc, - 0xfc, - 0x05, - 0x4d, - 0xfb, - 0x57, - 0xd3, - 0xfa, - 0xa5, - 0xf6, - 0x01, - 0xfe, - 0x59, - 0x01, - 0x60, - 0x9b, - 0xfb, - 0x17, - 0xa1, - 0xfe, - 0xa1, - 0xed, - 0xfd, - 0xb6, - 0x4f, - 0xfe, - 0xa9, - 0xfc, - 0xff, - 0x06, - 0xee, - 0xfd, - 0x70, - 0xcf, - 0xfd, - 0x3f, - 0x4b, - 0xff, - 0x64, - 0xcd, - 0xff, - 0x3a, - 0x93, - 0xfe, - 0x0f, - 0x5f, - 0x00, - 0x5a, - 0x9b, - 0x00, - 0x21, - 0x13, - 0xff, - 0x4e, - 0xf5, - 0xff, - 0xe6, - 0x07, - 0xff, - 0xb6, - 0x39, - 0xff, - 0xe2, - 0x9b, - 0xff, - 0xc1, - 0x47, - 0xff, - 0x25, - 0xdd, - 0xff, - 0x81, - 0x53, - 0xff, - 0x2a, - 0x62, - 0xff, - 0xe8, - 0x86, - 0xff, - 0xf6, - 0x67, - 0xff, - 0x3b, - 0x65, - 0xff, - 0x6b, - 0x24, - 0xff, - 0x94, - 0x44, - 0xff, - 0xba, - 0x05, - 0xff, - 0x34, - 0x2a, - 0xff, - 0x0f, - 0x62, - 0xff, - 0xb2, - 0xad, - 0xff, - 0x57, - 0xe3, - 0x00, - 0xb5, - 0xfc, - 0x00, - 0x8e, - 0x97, - 0x00, - 0xc4, - 0x70, - 0x00, - 0x84, - 0x53, - 0xff, - 0xb6, - 0xc5, - 0xfe, - 0x25, - 0x01, - 0xff, - 0xb4, - 0xc5, - 0xfe, - 0xab, - 0xb8, - 0xfe, - 0x06, - 0xe4, - 0xfe, - 0x48, - 0xd8, - 0xfe, - 0xbe, - 0x26, - 0xff, - 0x20, - 0xc4, - 0xff, - 0xae, - 0x11, - 0x00, - 0xfb, - 0xc8, - 0x12, - 0x7c, - 0xc4, - 0x23, - 0xd6, - 0xe0, - 0x0a, - 0xb8, - 0xad, - 0x00, - 0x4e, - 0x25, - 0x0a, - 0x78, - 0x49, - 0xfa, - 0x0e, - 0x66, - 0xfd, - 0x77, - 0x76, - 0x06, - 0x1e, - 0x10, - 0xfb, - 0x70, - 0x83, - 0xf7, - 0xae, - 0xee, - 0xf9, - 0x3e, - 0x16, - 0x02, - 0xe4, - 0xf0, - 0x04, - 0x64, - 0x45, - 0xfe, - 0x45, - 0x0f, - 0xfc, - 0xf3, - 0xde, - 0xfc, - 0x70, - 0xcc, - 0xfc, - 0x29, - 0x7e, - 0xfb, - 0x70, - 0xdd, - 0xff, - 0x80, - 0x86, - 0x01, - 0x98, - 0x7a, - 0xfe, - 0x12, - 0xa7, - 0xfe, - 0xae, - 0x5a, - 0xfd, - 0x02, - 0xbe, - 0xfe, - 0xc6, - 0x1c, - 0x00, - 0xb9, - 0xd2, - 0xfe, - 0x16, - 0x82, - 0xfe, - 0x6a, - 0x69, - 0xfe, - 0xb9, - 0x4e, - 0xff, - 0x6d, - 0x44, - 0xff, - 0x5d, - 0xee, - 0xff, - 0x16, - 0x0e, - 0x00, - 0x58, - 0x13, - 0xff, - 0x94, - 0xb2, - 0xff, - 0xec, - 0x7a, - 0xff, - 0x68, - 0x58, - 0xff, - 0xd2, - 0x6b, - 0xff, - 0x00, - 0x4f, - 0xff, - 0xaf, - 0x8f, - 0xff, - 0x99, - 0x5b, - 0xff, - 0x4a, - 0x81, - 0xff, - 0xfd, - 0x54, - 0xff, - 0xb2, - 0x53, - 0xff, - 0xb9, - 0xdb, - 0xff, - 0xbd, - 0xa4, - 0xff, - 0xfe, - 0x6c, - 0xff, - 0x37, - 0xa9, - 0xff, - 0x7d, - 0x3a, - 0x00, - 0x27, - 0x54, - 0x00, - 0x84, - 0x1a, - 0x00, - 0xe6, - 0x72, - 0x00, - 0x6e, - 0xda, - 0xff, - 0xd8, - 0x18, - 0xff, - 0xd9, - 0x7d, - 0xff, - 0x1e, - 0x5a, - 0xff, - 0xf1, - 0x0b, - 0xff, - 0xc2, - 0x33, - 0xff, - 0x8d, - 0x24, - 0xff, - 0x06, - 0x3c, - 0xff, - 0x32, - 0x5b, - 0xff, - 0x32, - 0x66, - 0xff, - 0xf3, - 0xba, - 0xff, - 0x01, - 0x11, - 0x00, - 0x39, - 0x10, - 0x00, - 0x68, - 0x71, - 0x12, - 0x36, - 0xa2, - 0x20, - 0xc7, - 0xe0, - 0x08, - 0xb6, - 0xe2, - 0x01, - 0x3e, - 0x96, - 0x08, - 0x5f, - 0xfb, - 0xfa, - 0xb9, - 0x32, - 0x00, - 0x9a, - 0x12, - 0x05, - 0x53, - 0x96, - 0xfa, - 0x22, - 0x41, - 0xf8, - 0x98, - 0xec, - 0xfa, - 0x03, - 0xd5, - 0x02, - 0xe5, - 0x70, - 0x03, - 0xa8, - 0xd0, - 0xfd, - 0x84, - 0x66, - 0xfc, - 0xf4, - 0x58, - 0xfd, - 0x4f, - 0x8b, - 0xfe, - 0x19, - 0x93, - 0xfc, - 0x7f, - 0x4a, - 0xff, - 0xbb, - 0x56, - 0x01, - 0x42, - 0x15, - 0xff, - 0xeb, - 0x81, - 0xfe, - 0x77, - 0xa6, - 0xfd, - 0xdf, - 0x2b, - 0xff, - 0xa9, - 0xc2, - 0xff, - 0x53, - 0xdc, - 0xfe, - 0x99, - 0x58, - 0xfe, - 0xb9, - 0xe1, - 0xfd, - 0xb4, - 0x75, - 0xff, - 0x67, - 0xc1, - 0xff, - 0xfc, - 0x8a, - 0xff, - 0x07, - 0x75, - 0xff, - 0xa8, - 0x57, - 0xff, - 0xf7, - 0xfd, - 0xff, - 0x81, - 0x9c, - 0xff, - 0xa2, - 0x7f, - 0xff, - 0xe6, - 0x37, - 0xff, - 0x5c, - 0x2c, - 0xff, - 0xac, - 0xeb, - 0xff, - 0xf8, - 0xaf, - 0xff, - 0x24, - 0x6b, - 0xff, - 0x4a, - 0x4f, - 0xff, - 0x8c, - 0x8e, - 0xff, - 0xe3, - 0x14, - 0x00, - 0xde, - 0xf6, - 0xff, - 0x4f, - 0xb3, - 0xff, - 0x3c, - 0xc1, - 0xff, - 0xe6, - 0x4c, - 0x00, - 0x88, - 0x3d, - 0x00, - 0x85, - 0xf1, - 0xff, - 0xf6, - 0x18, - 0x00, - 0x82, - 0x68, - 0xff, - 0x71, - 0x3b, - 0xff, - 0x63, - 0x9f, - 0xff, - 0xb5, - 0x2e, - 0xff, - 0x6f, - 0x29, - 0xff, - 0x35, - 0x44, - 0xff, - 0x22, - 0x35, - 0xff, - 0xbb, - 0x72, - 0xff, - 0x4d, - 0x6c, - 0xff, - 0xbf, - 0x7f, - 0xff, - 0xcf, - 0xbe, - 0xff, - 0xd5, - 0xda, - 0xff, - 0x43, - 0xc9, - 0xff, - 0x83, - 0xf6, - 0x11, - 0xa1, - 0xe6, - 0x1d, - 0x4e, - 0x55, - 0x07, - 0xd3, - 0x05, - 0x02, - 0xd7, - 0x1c, - 0x07, - 0x0c, - 0x8d, - 0xfc, - 0x6d, - 0xc7, - 0x01, - 0x59, - 0x6a, - 0x03, - 0x30, - 0x82, - 0xfa, - 0xa1, - 0x9c, - 0xf8, - 0x2e, - 0x54, - 0xfc, - 0x27, - 0xac, - 0x03, - 0xc7, - 0xdd, - 0x01, - 0xa1, - 0x95, - 0xfd, - 0xdb, - 0xdf, - 0xfc, - 0x9d, - 0xf2, - 0xfd, - 0xac, - 0x63, - 0xff, - 0x67, - 0x23, - 0xfd, - 0x7b, - 0xa1, - 0xff, - 0x52, - 0x3b, - 0x01, - 0x3b, - 0x42, - 0xff, - 0x33, - 0xa5, - 0xfe, - 0x0e, - 0xea, - 0xfd, - 0x2c, - 0x5f, - 0xff, - 0xf4, - 0x75, - 0xff, - 0x3a, - 0xcd, - 0xfe, - 0x33, - 0x16, - 0xfe, - 0xd2, - 0x8b, - 0xfd, - 0x79, - 0x6e, - 0xff, - 0x1f, - 0xb1, - 0xff, - 0xff, - 0x8e, - 0xff, - 0xa5, - 0xac, - 0xff, - 0x91, - 0x84, - 0xff, - 0x04, - 0xdc, - 0xff, - 0x59, - 0xa8, - 0xff, - 0x80, - 0xad, - 0xff, - 0xfb, - 0x23, - 0xff, - 0x00, - 0x6b, - 0xff, - 0x0d, - 0x4d, - 0x00, - 0x23, - 0xb3, - 0xff, - 0x9a, - 0x79, - 0xff, - 0xf9, - 0x96, - 0xff, - 0x79, - 0xb7, - 0xff, - 0x95, - 0x10, - 0x00, - 0x7b, - 0xf8, - 0xff, - 0x8b, - 0x9f, - 0xff, - 0x62, - 0xab, - 0xff, - 0x00, - 0x36, - 0x00, - 0x4a, - 0x14, - 0x00, - 0xd4, - 0xdc, - 0xff, - 0x88, - 0xc1, - 0xff, - 0xcc, - 0x21, - 0xff, - 0xc6, - 0x4f, - 0xff, - 0x4b, - 0x68, - 0xff, - 0x93, - 0xfb, - 0xfe, - 0xe0, - 0x21, - 0xff, - 0x95, - 0x26, - 0xff, - 0x5f, - 0x64, - 0xff, - 0xc9, - 0xbb, - 0xff, - 0x4e, - 0xa2, - 0xff, - 0x40, - 0xc3, - 0xff, - 0x77, - 0xc5, - 0xff, - 0x73, - 0x9f, - 0xff, - 0x9b, - 0x7f, - 0xff, - 0xc0, - 0xb4, - 0x10, - 0x8f, - 0xab, - 0x1b, - 0x25, - 0x92, - 0x06, - 0x87, - 0x1c, - 0x01, - 0xb9, - 0x92, - 0x06, - 0x6e, - 0x4c, - 0xfe, - 0x56, - 0xd8, - 0x01, - 0x84, - 0x69, - 0x02, - 0x5e, - 0xbc, - 0xfa, - 0xc4, - 0x20, - 0xf9, - 0x55, - 0xda, - 0xfd, - 0x28, - 0x38, - 0x04, - 0x33, - 0xda, - 0x00, - 0xe9, - 0x97, - 0xfd, - 0xe2, - 0xbf, - 0xfd, - 0xdc, - 0x6a, - 0xfe, - 0x52, - 0x9b, - 0xff, - 0xbb, - 0xfb, - 0xfd, - 0x58, - 0x03, - 0x00, - 0xef, - 0xe1, - 0x00, - 0xd1, - 0x79, - 0xff, - 0x17, - 0xbc, - 0xfe, - 0x75, - 0xdf, - 0xfd, - 0x40, - 0xac, - 0xff, - 0x03, - 0x80, - 0xff, - 0xb4, - 0xb0, - 0xfe, - 0xfa, - 0x12, - 0xfe, - 0x7a, - 0xaa, - 0xfd, - 0xa4, - 0x95, - 0xff, - 0x2d, - 0xb5, - 0xff, - 0x38, - 0xa5, - 0xff, - 0x9b, - 0xc6, - 0xff, - 0xaf, - 0x86, - 0xff, - 0xa6, - 0xf0, - 0xff, - 0x01, - 0xc1, - 0xff, - 0x3a, - 0xc4, - 0xff, - 0xc7, - 0x69, - 0xff, - 0x1c, - 0xcf, - 0xff, - 0x24, - 0x6f, - 0x00, - 0x25, - 0xba, - 0xff, - 0xbf, - 0xbd, - 0xff, - 0x62, - 0xc9, - 0xff, - 0x1c, - 0xb1, - 0xff, - 0xd5, - 0xd7, - 0xff, - 0xf7, - 0x7a, - 0xff, - 0xbc, - 0x54, - 0xff, - 0x1c, - 0xbc, - 0xff, - 0x6c, - 0x1b, - 0x00, - 0xbe, - 0xe0, - 0xff, - 0x03, - 0x9a, - 0xff, - 0x29, - 0x54, - 0xff, - 0x13, - 0x21, - 0xff, - 0x36, - 0x63, - 0xff, - 0x3f, - 0x26, - 0xff, - 0x20, - 0x03, - 0xff, - 0x46, - 0x4a, - 0xff, - 0x3d, - 0x4a, - 0xff, - 0x39, - 0xa3, - 0xff, - 0xae, - 0xd5, - 0xff, - 0xec, - 0xb7, - 0xff, - 0xf8, - 0xd3, - 0xff, - 0xdb, - 0xad, - 0xff, - 0x84, - 0x79, - 0xff, - 0xb3, - 0x4b, - 0xff, - 0x6d, - 0x5f, - 0x0f, - 0xf6, - 0xac, - 0x19, - 0x3a, - 0xff, - 0x05, - 0xb2, - 0xbe, - 0x00, - 0xed, - 0x41, - 0x06, - 0xc3, - 0x92, - 0xfe, - 0xed, - 0x9b, - 0x01, - 0xd4, - 0x29, - 0x02, - 0x3c, - 0xf8, - 0xfa, - 0xde, - 0xe0, - 0xf9, - 0x3d, - 0xd0, - 0xfe, - 0xd6, - 0x39, - 0x04, - 0x9d, - 0x63, - 0x00, - 0x5b, - 0xfb, - 0xfd, - 0x74, - 0x6a, - 0xfe, - 0x91, - 0x5f, - 0xfe, - 0xa6, - 0xd4, - 0xff, - 0x69, - 0xa1, - 0xfe, - 0x7e, - 0xbc, - 0xff, - 0x77, - 0x4d, - 0x00, - 0xcb, - 0x91, - 0xff, - 0xa8, - 0xf3, - 0xfe, - 0x8e, - 0xee, - 0xfd, - 0x2c, - 0xc2, - 0xff, - 0x10, - 0x9e, - 0xff, - 0x1e, - 0xf5, - 0xfe, - 0xcc, - 0x7f, - 0xfe, - 0x6c, - 0xe3, - 0xfd, - 0xbb, - 0x69, - 0xff, - 0x73, - 0x72, - 0xff, - 0x15, - 0x90, - 0xff, - 0xe0, - 0xbf, - 0xff, - 0xa8, - 0x99, - 0xff, - 0x84, - 0x11, - 0x00, - 0x93, - 0xab, - 0xff, - 0x19, - 0xc8, - 0xff, - 0xa4, - 0xb8, - 0xff, - 0x67, - 0xf4, - 0xff, - 0x22, - 0x56, - 0x00, - 0xb3, - 0xb3, - 0xff, - 0xce, - 0x9d, - 0xff, - 0x76, - 0x71, - 0xff, - 0x4b, - 0x5f, - 0xff, - 0xb4, - 0x74, - 0xff, - 0x1f, - 0x2b, - 0xff, - 0x48, - 0x4f, - 0xff, - 0x6a, - 0xa9, - 0xff, - 0x35, - 0xea, - 0xff, - 0x1c, - 0xaf, - 0xff, - 0x29, - 0x4c, - 0xff, - 0xde, - 0x1e, - 0xff, - 0xe5, - 0x30, - 0xff, - 0x81, - 0x75, - 0xff, - 0x31, - 0x3c, - 0xff, - 0x04, - 0x29, - 0xff, - 0xf4, - 0x55, - 0xff, - 0x36, - 0x4f, - 0xff, - 0x83, - 0x99, - 0xff, - 0x6a, - 0xb4, - 0xff, - 0x3a, - 0x97, - 0xff, - 0x01, - 0xb0, - 0xff, - 0x8b, - 0x89, - 0xff, - 0x1e, - 0x54, - 0xff, - 0x9b, - 0x33, - 0xff, - 0xfc, - 0x19, - 0x0d, - 0x99, - 0xc1, - 0x17, - 0x8a, - 0xcc, - 0x06, - 0x5e, - 0x09, - 0x00, - 0xdc, - 0x7e, - 0x05, - 0x3d, - 0xcb, - 0xfe, - 0x95, - 0x75, - 0x01, - 0x46, - 0xa7, - 0x02, - 0xd8, - 0x55, - 0xfb, - 0x10, - 0x83, - 0xfa, - 0x0b, - 0x36, - 0xff, - 0x40, - 0x7a, - 0x04, - 0x24, - 0xfa, - 0x00, - 0x5e, - 0x65, - 0xfe, - 0x6b, - 0xda, - 0xfe, - 0x2e, - 0xdb, - 0xfd, - 0x23, - 0x10, - 0x00, - 0xaf, - 0x78, - 0xff, - 0x63, - 0x3b, - 0xff, - 0xb2, - 0xdf, - 0xff, - 0x30, - 0xa3, - 0xff, - 0xc9, - 0x58, - 0xff, - 0xc0, - 0x33, - 0xfe, - 0x2a, - 0xf4, - 0xff, - 0x89, - 0xf5, - 0xff, - 0x99, - 0x0a, - 0xff, - 0x14, - 0xc9, - 0xfe, - 0x31, - 0xcb, - 0xfd, - 0xe3, - 0x0f, - 0xff, - 0x5e, - 0x89, - 0xff, - 0x16, - 0xb8, - 0xff, - 0xd4, - 0xd3, - 0xff, - 0xae, - 0x7e, - 0xff, - 0xdc, - 0x0a, - 0x00, - 0x20, - 0xba, - 0xff, - 0xbd, - 0xd5, - 0xff, - 0xb4, - 0xc4, - 0xff, - 0x61, - 0xb1, - 0xff, - 0x74, - 0xff, - 0xff, - 0xca, - 0x4f, - 0xff, - 0xd1, - 0x40, - 0xff, - 0x77, - 0x58, - 0xff, - 0x2f, - 0x48, - 0xff, - 0x4f, - 0x5a, - 0xff, - 0xbe, - 0x21, - 0xff, - 0x53, - 0x4b, - 0xff, - 0xc2, - 0x84, - 0xff, - 0x1d, - 0xa9, - 0xff, - 0x64, - 0x83, - 0xff, - 0xf8, - 0x25, - 0xff, - 0x0e, - 0x24, - 0xff, - 0xda, - 0x4d, - 0xff, - 0xb9, - 0x6a, - 0xff, - 0xd2, - 0x46, - 0xff, - 0x8e, - 0x3e, - 0xff, - 0xd6, - 0x54, - 0xff, - 0x5f, - 0x45, - 0xff, - 0xde, - 0x77, - 0xff, - 0x0c, - 0x93, - 0xff, - 0x25, - 0x73, - 0xff, - 0x85, - 0x80, - 0xff, - 0xae, - 0x64, - 0xff, - 0x44, - 0x39, - 0xff, - 0x79, - 0x40, - 0xff, - 0x4c, - 0x45, - 0x0c, - 0x9c, - 0x6f, - 0x15, - 0xc3, - 0x12, - 0x06, - 0xfa, - 0xb6, - 0x00, - 0x6a, - 0x6f, - 0x04, - 0x02, - 0xa4, - 0xfe, - 0xf6, - 0x19, - 0x02, - 0x87, - 0x74, - 0x02, - 0x52, - 0xfc, - 0xfb, - 0x6f, - 0x6c, - 0xfb, - 0xa7, - 0x43, - 0x00, - 0x9b, - 0x30, - 0x05, - 0xdb, - 0x36, - 0x01, - 0x12, - 0xff, - 0xfe, - 0xec, - 0xcd, - 0xfe, - 0xf2, - 0xa0, - 0xfd, - 0x06, - 0x65, - 0x00, - 0xa8, - 0xfe, - 0xff, - 0x93, - 0x34, - 0xff, - 0x8d, - 0x6c, - 0xff, - 0x2f, - 0xd5, - 0xff, - 0x17, - 0xc6, - 0xff, - 0x91, - 0xae, - 0xfe, - 0x3e, - 0x2a, - 0x00, - 0xaf, - 0x98, - 0xff, - 0x21, - 0xf0, - 0xfe, - 0x6a, - 0x04, - 0xff, - 0xcd, - 0x12, - 0xfe, - 0xa5, - 0x41, - 0xff, - 0xa7, - 0xb2, - 0xff, - 0x2f, - 0xba, - 0xff, - 0x44, - 0xb1, - 0xff, - 0x54, - 0x9b, - 0xff, - 0x44, - 0x0e, - 0x00, - 0x81, - 0x8e, - 0xff, - 0xe3, - 0xa9, - 0xff, - 0x09, - 0x79, - 0xff, - 0x4d, - 0x5b, - 0xff, - 0x73, - 0xad, - 0xff, - 0x41, - 0x2f, - 0xff, - 0xa3, - 0x50, - 0xff, - 0x20, - 0x69, - 0xff, - 0xdb, - 0x52, - 0xff, - 0x0d, - 0x52, - 0xff, - 0x1d, - 0x1d, - 0xff, - 0x89, - 0x48, - 0xff, - 0x6d, - 0x6e, - 0xff, - 0xa4, - 0x8f, - 0xff, - 0x5b, - 0x69, - 0xff, - 0xa8, - 0x1c, - 0xff, - 0x5a, - 0x38, - 0xff, - 0xcc, - 0x52, - 0xff, - 0xd4, - 0x4f, - 0xff, - 0x50, - 0x34, - 0xff, - 0xdd, - 0x44, - 0xff, - 0xe3, - 0x66, - 0xff, - 0xf9, - 0x4f, - 0xff, - 0xb8, - 0x74, - 0xff, - 0x65, - 0x7c, - 0xff, - 0x24, - 0x4a, - 0xff, - 0xf7, - 0x58, - 0xff, - 0x18, - 0x48, - 0xff, - 0xeb, - 0x48, - 0xff, - 0x96, - 0x7d, - 0xff, - 0x1b, - 0xcd, - 0x0b, - 0xaa, - 0x64, - 0x13, - 0x7d, - 0xde, - 0x04, - 0x30, - 0x00, - 0x01, - 0x70, - 0x94, - 0x03, - 0x81, - 0xa0, - 0xfe, - 0xc4, - 0xf0, - 0x02, - 0x08, - 0xd8, - 0x02, - 0x6c, - 0xe8, - 0xfc, - 0x53, - 0x87, - 0xfc, - 0x73, - 0xa7, - 0x01, - 0x07, - 0xd5, - 0x05, - 0x16, - 0x64, - 0x01, - 0xe2, - 0x3d, - 0xff, - 0x69, - 0x5b, - 0xfe, - 0x42, - 0x99, - 0xfd, - 0x18, - 0x9b, - 0x00, - 0xfd, - 0x35, - 0x00, - 0xcb, - 0x22, - 0xff, - 0xf0, - 0x28, - 0xff, - 0xca, - 0x41, - 0x00, - 0x20, - 0xec, - 0xff, - 0xa1, - 0x94, - 0xfe, - 0x6d, - 0xf9, - 0xff, - 0xd5, - 0x70, - 0xff, - 0x01, - 0x49, - 0xff, - 0x37, - 0x49, - 0xff, - 0xab, - 0x40, - 0xfe, - 0x3d, - 0x4a, - 0xff, - 0xe6, - 0xb5, - 0xff, - 0x49, - 0xd2, - 0xff, - 0x05, - 0xad, - 0xff, - 0xb6, - 0x86, - 0xff, - 0x75, - 0xad, - 0xff, - 0xbc, - 0x3b, - 0xff, - 0x6e, - 0x75, - 0xff, - 0xb1, - 0x3b, - 0xff, - 0xeb, - 0x45, - 0xff, - 0xcb, - 0x9d, - 0xff, - 0xaa, - 0x50, - 0xff, - 0x05, - 0x7b, - 0xff, - 0x44, - 0x66, - 0xff, - 0x7e, - 0x49, - 0xff, - 0x0a, - 0x3b, - 0xff, - 0xa5, - 0x1c, - 0xff, - 0xad, - 0x53, - 0xff, - 0x43, - 0x71, - 0xff, - 0x90, - 0x84, - 0xff, - 0xa4, - 0x55, - 0xff, - 0xce, - 0x1e, - 0xff, - 0x17, - 0x17, - 0xff, - 0x0e, - 0x27, - 0xff, - 0xb0, - 0x4c, - 0xff, - 0x69, - 0x3e, - 0xff, - 0x4d, - 0x68, - 0xff, - 0x39, - 0x88, - 0xff, - 0x00, - 0x58, - 0xff, - 0x72, - 0x74, - 0xff, - 0x57, - 0x6e, - 0xff, - 0x6d, - 0x35, - 0xff, - 0x51, - 0x51, - 0xff, - 0x8b, - 0x59, - 0xff, - 0x71, - 0x5b, - 0xff, - 0x76, - 0x88, - 0xff, - 0x24, - 0x60, - 0x0b, - 0x20, - 0x22, - 0x12, - 0x2a, - 0xe1, - 0x03, - 0xac, - 0xc0, - 0x00, - 0x85, - 0x99, - 0x03, - 0x76, - 0x79, - 0xff, - 0x34, - 0xfe, - 0x03, - 0x25, - 0xcb, - 0x03, - 0x50, - 0x23, - 0xfe, - 0x19, - 0x38, - 0xfd, - 0x05, - 0x20, - 0x02, - 0xe6, - 0x14, - 0x06, - 0x66, - 0x03, - 0x01, - 0xff, - 0xc5, - 0xfe, - 0x75, - 0xd7, - 0xfd, - 0x6c, - 0x73, - 0xfd, - 0x6b, - 0xfa, - 0x00, - 0x4e, - 0xa5, - 0x00, - 0xa3, - 0x56, - 0xff, - 0x3a, - 0xfb, - 0xfe, - 0xea, - 0x06, - 0x00, - 0xeb, - 0xcb, - 0xff, - 0xf6, - 0xab, - 0xfe, - 0x99, - 0x3d, - 0x00, - 0x99, - 0x9c, - 0xff, - 0x26, - 0x73, - 0xff, - 0x29, - 0x7d, - 0xff, - 0x74, - 0x70, - 0xfe, - 0x53, - 0x66, - 0xff, - 0x37, - 0xc7, - 0xff, - 0xb0, - 0xc6, - 0xff, - 0x2c, - 0x6b, - 0xff, - 0x9d, - 0x44, - 0xff, - 0x7a, - 0x67, - 0xff, - 0xad, - 0xf7, - 0xfe, - 0xf9, - 0x6f, - 0xff, - 0xe1, - 0x66, - 0xff, - 0x35, - 0x74, - 0xff, - 0xc3, - 0xbf, - 0xff, - 0x5b, - 0x61, - 0xff, - 0xc9, - 0x75, - 0xff, - 0x02, - 0x64, - 0xff, - 0xc3, - 0x5a, - 0xff, - 0x59, - 0x52, - 0xff, - 0x3c, - 0x31, - 0xff, - 0x29, - 0x4b, - 0xff, - 0x9f, - 0x53, - 0xff, - 0x80, - 0x7d, - 0xff, - 0xf6, - 0x48, - 0xff, - 0x69, - 0xff, - 0xfe, - 0xa5, - 0x0b, - 0xff, - 0xcf, - 0x33, - 0xff, - 0x92, - 0x78, - 0xff, - 0x13, - 0x6f, - 0xff, - 0x91, - 0x82, - 0xff, - 0xf6, - 0xa3, - 0xff, - 0xea, - 0x72, - 0xff, - 0x68, - 0x82, - 0xff, - 0xdf, - 0x6c, - 0xff, - 0xc8, - 0x34, - 0xff, - 0xf4, - 0x4a, - 0xff, - 0x79, - 0x46, - 0xff, - 0xbc, - 0x61, - 0xff, - 0x0b, - 0x91, - 0xff, - 0x27, - 0x98, - 0x0a, - 0x5f, - 0xca, - 0x11, - 0x04, - 0x42, - 0x04, - 0x01, - 0xcf, - 0x00, - 0x2f, - 0xa8, - 0x04, - 0x4c, - 0x3f, - 0x00, - 0x58, - 0x08, - 0x04, - 0x30, - 0x59, - 0x04, - 0xde, - 0x88, - 0xfe, - 0xe4, - 0x9a, - 0xfd, - 0xe9, - 0xd6, - 0x01, - 0xbb, - 0x78, - 0x05, - 0xfe, - 0x7b, - 0x00, - 0x4c, - 0xfd, - 0xfd, - 0xe8, - 0xc0, - 0xfd, - 0x5f, - 0xb4, - 0xfd, - 0x1d, - 0x68, - 0x01, - 0x52, - 0xcf, - 0x00, - 0x5f, - 0xfd, - 0xfe, - 0x7e, - 0xbe, - 0xfe, - 0x71, - 0xd6, - 0xff, - 0xf4, - 0x1a, - 0x00, - 0xe3, - 0x05, - 0xff, - 0xce, - 0x63, - 0x00, - 0x37, - 0xdd, - 0xff, - 0x93, - 0x99, - 0xff, - 0x6c, - 0xc6, - 0xff, - 0xcb, - 0x72, - 0xfe, - 0x7a, - 0x13, - 0xff, - 0x0c, - 0x68, - 0xff, - 0x49, - 0x6c, - 0xff, - 0x23, - 0x5b, - 0xff, - 0x51, - 0x44, - 0xff, - 0x53, - 0x73, - 0xff, - 0xdd, - 0x04, - 0xff, - 0x3d, - 0x70, - 0xff, - 0xd3, - 0x74, - 0xff, - 0x8c, - 0x5b, - 0xff, - 0x00, - 0xa1, - 0xff, - 0xdc, - 0x63, - 0xff, - 0x50, - 0x95, - 0xff, - 0x58, - 0x82, - 0xff, - 0x59, - 0x5f, - 0xff, - 0xa3, - 0x64, - 0xff, - 0xd8, - 0x3c, - 0xff, - 0x54, - 0x3d, - 0xff, - 0x99, - 0x2f, - 0xff, - 0x20, - 0x46, - 0xff, - 0xed, - 0x26, - 0xff, - 0xda, - 0xf9, - 0xfe, - 0xb8, - 0x2a, - 0xff, - 0x50, - 0x70, - 0xff, - 0x79, - 0xaa, - 0xff, - 0x5e, - 0x9f, - 0xff, - 0xf3, - 0xac, - 0xff, - 0x21, - 0xa9, - 0xff, - 0x38, - 0x64, - 0xff, - 0xa6, - 0x72, - 0xff, - 0xfe, - 0x45, - 0xff, - 0x2d, - 0x06, - 0xff, - 0x18, - 0x41, - 0xff, - 0x99, - 0x4a, - 0xff, - 0x8f, - 0x73, - 0xff, - 0xe2, - 0xbf, - 0xff, - 0xa0, - 0x47, - 0x0a, - 0x36, - 0xc0, - 0x12, - 0x4f, - 0xf9, - 0x05, - 0xbe, - 0xef, - 0x00, - 0x4f, - 0xc0, - 0x04, - 0x03, - 0x15, - 0x00, - 0x27, - 0x57, - 0x03, - 0x87, - 0x28, - 0x04, - 0x67, - 0xee, - 0xfd, - 0x4e, - 0xfc, - 0xfc, - 0xc5, - 0x32, - 0x01, - 0xa4, - 0x73, - 0x05, - 0x04, - 0x16, - 0x01, - 0x67, - 0x0e, - 0xfe, - 0x42, - 0xd2, - 0xfd, - 0x09, - 0x78, - 0xfd, - 0xbb, - 0x47, - 0x01, - 0x33, - 0xcc, - 0x00, - 0xe9, - 0xc4, - 0xfe, - 0x72, - 0xe1, - 0xfe, - 0x3a, - 0xf4, - 0xff, - 0x47, - 0x5e, - 0x00, - 0xb8, - 0x29, - 0xff, - 0xf9, - 0x67, - 0x00, - 0xf7, - 0xeb, - 0xff, - 0x5e, - 0x83, - 0xff, - 0xe0, - 0x03, - 0x00, - 0xeb, - 0x65, - 0xfe, - 0x9a, - 0xaf, - 0xfe, - 0x62, - 0x2c, - 0xff, - 0xca, - 0x34, - 0xff, - 0x0a, - 0x57, - 0xff, - 0x97, - 0x72, - 0xff, - 0x52, - 0xb4, - 0xff, - 0x0b, - 0x26, - 0xff, - 0xca, - 0x78, - 0xff, - 0xb6, - 0x5e, - 0xff, - 0x11, - 0x1e, - 0xff, - 0xd8, - 0x8c, - 0xff, - 0x91, - 0x4f, - 0xff, - 0x17, - 0x78, - 0xff, - 0x30, - 0x7c, - 0xff, - 0xf4, - 0x61, - 0xff, - 0x25, - 0x6e, - 0xff, - 0x14, - 0x34, - 0xff, - 0x52, - 0x3a, - 0xff, - 0x03, - 0x3f, - 0xff, - 0x18, - 0x64, - 0xff, - 0x0e, - 0x3e, - 0xff, - 0xcb, - 0xfc, - 0xfe, - 0xb8, - 0x41, - 0xff, - 0x50, - 0x80, - 0xff, - 0x79, - 0xba, - 0xff, - 0x41, - 0xb4, - 0xff, - 0x5e, - 0x97, - 0xff, - 0xf9, - 0x8f, - 0xff, - 0x35, - 0x46, - 0xff, - 0x20, - 0x44, - 0xff, - 0xf5, - 0x41, - 0xff, - 0x69, - 0x11, - 0xff, - 0xea, - 0x3b, - 0xff, - 0x46, - 0x5e, - 0xff, - 0x45, - 0x88, - 0xff, - 0x7e, - 0xc2, - 0xff, - 0x8d, - 0xa7, - 0x0a, - 0xb4, - 0x48, - 0x13, - 0xe5, - 0x1c, - 0x06, - 0xc1, - 0xe4, - 0x00, - 0x40, - 0x7a, - 0x04, - 0xb2, - 0xe8, - 0xff, - 0xba, - 0x69, - 0x03, - 0x2a, - 0xf3, - 0x03, - 0x3d, - 0x7f, - 0xfd, - 0xe4, - 0x43, - 0xfc, - 0x7b, - 0x8b, - 0x00, - 0x81, - 0x63, - 0x05, - 0x3f, - 0x86, - 0x01, - 0xd0, - 0x7f, - 0xfe, - 0xb0, - 0xd9, - 0xfd, - 0x9a, - 0x87, - 0xfd, - 0x7e, - 0x6e, - 0x01, - 0x79, - 0xed, - 0x00, - 0x2c, - 0xee, - 0xfe, - 0xef, - 0xc1, - 0xfe, - 0x9c, - 0xb3, - 0xff, - 0xc4, - 0x48, - 0x00, - 0xba, - 0x43, - 0xff, - 0x2b, - 0x5a, - 0x00, - 0xe0, - 0xb6, - 0xff, - 0x0f, - 0x9b, - 0xff, - 0x54, - 0x4f, - 0x00, - 0xf1, - 0xb1, - 0xfe, - 0xea, - 0xb5, - 0xfe, - 0x3a, - 0xd8, - 0xfe, - 0x9f, - 0xf5, - 0xfe, - 0x55, - 0x4e, - 0xff, - 0xfa, - 0x7f, - 0xff, - 0x43, - 0xc3, - 0xff, - 0x2c, - 0x30, - 0xff, - 0x28, - 0x74, - 0xff, - 0xa8, - 0x4d, - 0xff, - 0xa8, - 0x22, - 0xff, - 0x9b, - 0x83, - 0xff, - 0x14, - 0x13, - 0xff, - 0xa3, - 0x48, - 0xff, - 0x03, - 0x75, - 0xff, - 0x9f, - 0x51, - 0xff, - 0x91, - 0x5e, - 0xff, - 0x35, - 0x43, - 0xff, - 0xa1, - 0x4a, - 0xff, - 0xac, - 0x51, - 0xff, - 0x2f, - 0x7d, - 0xff, - 0xf2, - 0x47, - 0xff, - 0xc6, - 0x15, - 0xff, - 0xbd, - 0x66, - 0xff, - 0xd5, - 0x82, - 0xff, - 0x44, - 0xa6, - 0xff, - 0x8e, - 0x9a, - 0xff, - 0xe7, - 0x6a, - 0xff, - 0xc4, - 0x6a, - 0xff, - 0xbd, - 0x3f, - 0xff, - 0xf0, - 0x4a, - 0xff, - 0xbc, - 0x5c, - 0xff, - 0x5f, - 0x2a, - 0xff, - 0xa1, - 0x32, - 0xff, - 0x2a, - 0x40, - 0xff, - 0x58, - 0x64, - 0xff, - 0x6e, - 0xa9, - 0xff, - 0xe6, - 0x3a, - 0x0a, - 0x9f, - 0x08, - 0x13, - 0xb6, - 0xe1, - 0x05, - 0x74, - 0x0a, - 0x00, - 0x7c, - 0x74, - 0x04, - 0x04, - 0x1a, - 0x00, - 0xce, - 0x53, - 0x03, - 0x24, - 0x48, - 0x04, - 0x9d, - 0x6d, - 0xfd, - 0x81, - 0x3a, - 0xfc, - 0xbc, - 0xcc, - 0x00, - 0xc4, - 0xb0, - 0x05, - 0xf6, - 0x2e, - 0x01, - 0x8d, - 0x9f, - 0xfd, - 0x89, - 0xc1, - 0xfd, - 0xf4, - 0x88, - 0xfd, - 0xf2, - 0xeb, - 0x01, - 0x72, - 0x04, - 0x02, - 0x44, - 0x4b, - 0xff, - 0x77, - 0xa8, - 0xfe, - 0xb0, - 0x88, - 0xff, - 0x89, - 0x13, - 0x00, - 0x2c, - 0xc2, - 0xfe, - 0x81, - 0x0c, - 0x00, - 0x12, - 0xd8, - 0xff, - 0x99, - 0x75, - 0xff, - 0xb9, - 0x38, - 0x00, - 0x51, - 0xfc, - 0xfe, - 0x61, - 0x5d, - 0xff, - 0x7b, - 0x5b, - 0xff, - 0x3f, - 0xe1, - 0xfe, - 0x89, - 0xef, - 0xfe, - 0xc8, - 0x14, - 0xff, - 0xd7, - 0xa8, - 0xff, - 0x28, - 0x3c, - 0xff, - 0x13, - 0x70, - 0xff, - 0x13, - 0x53, - 0xff, - 0xcf, - 0x09, - 0xff, - 0xd8, - 0x85, - 0xff, - 0x96, - 0x24, - 0xff, - 0x16, - 0x23, - 0xff, - 0x0b, - 0x4b, - 0xff, - 0x6a, - 0x36, - 0xff, - 0x5a, - 0x4a, - 0xff, - 0x96, - 0x3b, - 0xff, - 0xa5, - 0x4e, - 0xff, - 0x54, - 0x5b, - 0xff, - 0x50, - 0x78, - 0xff, - 0xf1, - 0x3e, - 0xff, - 0xda, - 0x0f, - 0xff, - 0xbf, - 0x5e, - 0xff, - 0xc4, - 0x82, - 0xff, - 0x81, - 0xad, - 0xff, - 0x17, - 0x9a, - 0xff, - 0xc2, - 0x4f, - 0xff, - 0xc1, - 0x55, - 0xff, - 0xd3, - 0x4f, - 0xff, - 0x3c, - 0x5d, - 0xff, - 0x74, - 0x5a, - 0xff, - 0xbf, - 0x19, - 0xff, - 0xc9, - 0x17, - 0xff, - 0x17, - 0x1c, - 0xff, - 0xee, - 0x3d, - 0xff, - 0x26, - 0x76, - 0xff, - 0xd8, - 0x79, - 0x0a, - 0x09, - 0x9b, - 0x13, - 0x3e, - 0xc5, - 0x05, - 0x4e, - 0x1c, - 0xff, - 0x11, - 0xa2, - 0x03, - 0xfb, - 0x62, - 0xff, - 0x37, - 0x1c, - 0x03, - 0x63, - 0x87, - 0x04, - 0xc2, - 0x66, - 0xfd, - 0x3a, - 0xee, - 0xfb, - 0x16, - 0x88, - 0x00, - 0x6f, - 0x3d, - 0x06, - 0xbc, - 0xfa, - 0x01, - 0x16, - 0x94, - 0xfd, - 0x4e, - 0x3e, - 0xfd, - 0x34, - 0xea, - 0xfc, - 0x80, - 0xba, - 0x01, - 0xe3, - 0x51, - 0x02, - 0xf7, - 0xdc, - 0xff, - 0x08, - 0x75, - 0xff, - 0xa1, - 0xf6, - 0xff, - 0x7a, - 0x23, - 0x00, - 0x2a, - 0xbb, - 0xfe, - 0x50, - 0xe7, - 0xff, - 0x98, - 0x87, - 0xff, - 0x89, - 0x0e, - 0xff, - 0x75, - 0x0e, - 0x00, - 0xd2, - 0xe2, - 0xfe, - 0x12, - 0x69, - 0xff, - 0x07, - 0x06, - 0x00, - 0x88, - 0xd5, - 0xff, - 0xac, - 0x95, - 0xff, - 0x54, - 0x27, - 0xff, - 0xbb, - 0x2e, - 0xff, - 0x03, - 0xac, - 0xfe, - 0x07, - 0x33, - 0xff, - 0x52, - 0x55, - 0xff, - 0x01, - 0x1e, - 0xff, - 0xac, - 0x9c, - 0xff, - 0x30, - 0x38, - 0xff, - 0xb7, - 0x3d, - 0xff, - 0x1b, - 0x5c, - 0xff, - 0xdd, - 0x2e, - 0xff, - 0xa2, - 0x33, - 0xff, - 0x70, - 0x1d, - 0xff, - 0x31, - 0x30, - 0xff, - 0x51, - 0x2d, - 0xff, - 0xd9, - 0x52, - 0xff, - 0x0f, - 0x47, - 0xff, - 0x3e, - 0x23, - 0xff, - 0xfe, - 0x5b, - 0xff, - 0x7a, - 0x83, - 0xff, - 0xe4, - 0xc5, - 0xff, - 0x6c, - 0xaa, - 0xff, - 0xa1, - 0x56, - 0xff, - 0x4f, - 0x50, - 0xff, - 0x05, - 0x2e, - 0xff, - 0x25, - 0x4c, - 0xff, - 0xf8, - 0x61, - 0xff, - 0x74, - 0x16, - 0xff, - 0x20, - 0x0c, - 0xff, - 0xcd, - 0x19, - 0xff, - 0xcc, - 0x36, - 0xff, - 0x46, - 0x64, - 0xff, - 0xa7, - 0xd7, - 0x0a, - 0x61, - 0x0e, - 0x15, - 0x67, - 0xbc, - 0x06, - 0xfa, - 0xab, - 0xfe, - 0xff, - 0x81, - 0x03, - 0xcb, - 0xc6, - 0xfe, - 0x5f, - 0x29, - 0x02, - 0xb2, - 0x21, - 0x04, - 0xfe, - 0x5a, - 0xfc, - 0xcd, - 0xb9, - 0xfa, - 0x6f, - 0xa3, - 0xff, - 0xbb, - 0x7e, - 0x06, - 0xbe, - 0xe2, - 0x02, - 0xc7, - 0x90, - 0xfd, - 0xaa, - 0x69, - 0xfd, - 0x7c, - 0x07, - 0xfd, - 0x9b, - 0x84, - 0x01, - 0x2c, - 0x4f, - 0x02, - 0x9e, - 0xc8, - 0xff, - 0x9f, - 0x5c, - 0xff, - 0x5d, - 0x07, - 0x00, - 0x6c, - 0xde, - 0x00, - 0x3b, - 0x28, - 0xff, - 0x15, - 0xd0, - 0xff, - 0x88, - 0xc5, - 0xff, - 0xf4, - 0x01, - 0xff, - 0x95, - 0xf2, - 0xff, - 0x9d, - 0xe6, - 0xfe, - 0xc6, - 0x3b, - 0xff, - 0x11, - 0xe7, - 0xff, - 0x53, - 0x04, - 0x00, - 0x81, - 0x37, - 0x00, - 0xd0, - 0xde, - 0xff, - 0xf6, - 0xaa, - 0xff, - 0x5d, - 0xbc, - 0xfe, - 0xe5, - 0xe7, - 0xfe, - 0x44, - 0x18, - 0xff, - 0x3b, - 0xf8, - 0xfe, - 0x0e, - 0x9c, - 0xff, - 0x72, - 0x69, - 0xff, - 0xa4, - 0x60, - 0xff, - 0x57, - 0x62, - 0xff, - 0x9d, - 0x37, - 0xff, - 0x87, - 0x2d, - 0xff, - 0xaf, - 0xfa, - 0xfe, - 0xcc, - 0x17, - 0xff, - 0x89, - 0x37, - 0xff, - 0x65, - 0x69, - 0xff, - 0xe8, - 0x4a, - 0xff, - 0x12, - 0x00, - 0xff, - 0xa1, - 0x23, - 0xff, - 0x51, - 0x73, - 0xff, - 0x38, - 0xd8, - 0xff, - 0xe9, - 0xb3, - 0xff, - 0x25, - 0x5f, - 0xff, - 0xde, - 0x4f, - 0xff, - 0x6d, - 0x20, - 0xff, - 0x11, - 0x41, - 0xff, - 0xc9, - 0x56, - 0xff, - 0x6f, - 0xff, - 0xfe, - 0xf3, - 0xf4, - 0xfe, - 0xb4, - 0x1f, - 0xff, - 0x46, - 0x48, - 0xff, - 0x7e, - 0x7e, - 0xff, - 0x5c, - 0x36, - 0x0b, - 0xfc, - 0xd0, - 0x16, - 0x6c, - 0x11, - 0x08, - 0xa9, - 0x55, - 0xfe, - 0x69, - 0xd8, - 0x03, - 0xe3, - 0x98, - 0xfe, - 0x4b, - 0x68, - 0x01, - 0x42, - 0x26, - 0x04, - 0x88, - 0x61, - 0xfb, - 0xa9, - 0x53, - 0xf9, - 0xfc, - 0x50, - 0xfe, - 0x13, - 0x39, - 0x06, - 0xf5, - 0x76, - 0x03, - 0x8d, - 0xe3, - 0xfc, - 0x8a, - 0x07, - 0xfd, - 0xa1, - 0xf7, - 0xfc, - 0x1a, - 0x83, - 0x01, - 0x7f, - 0xe6, - 0x02, - 0xc2, - 0xf4, - 0xff, - 0x19, - 0x5c, - 0xff, - 0x27, - 0xfc, - 0xff, - 0xa5, - 0xe0, - 0x00, - 0xb2, - 0x2a, - 0xff, - 0xa7, - 0xfe, - 0xff, - 0x90, - 0x11, - 0x00, - 0xba, - 0xf5, - 0xfe, - 0x97, - 0x45, - 0x00, - 0x50, - 0x1a, - 0xff, - 0xde, - 0x22, - 0xff, - 0xbc, - 0x0d, - 0x00, - 0xbd, - 0x1e, - 0x00, - 0x2a, - 0x14, - 0x00, - 0x51, - 0xa8, - 0xff, - 0x28, - 0x2d, - 0x00, - 0xc9, - 0x8f, - 0xff, - 0x0d, - 0x69, - 0xff, - 0x3a, - 0x55, - 0xff, - 0xc7, - 0xb6, - 0xfe, - 0xa1, - 0x55, - 0xff, - 0xe5, - 0x5d, - 0xff, - 0x92, - 0x8b, - 0xff, - 0xd7, - 0xad, - 0xff, - 0x53, - 0x4a, - 0xff, - 0xa9, - 0x17, - 0xff, - 0x06, - 0xde, - 0xfe, - 0x78, - 0x1d, - 0xff, - 0x10, - 0x3c, - 0xff, - 0xc0, - 0x64, - 0xff, - 0x77, - 0x6b, - 0xff, - 0x0d, - 0x11, - 0xff, - 0xa7, - 0x2c, - 0xff, - 0x17, - 0x77, - 0xff, - 0x17, - 0xcc, - 0xff, - 0xcd, - 0xa4, - 0xff, - 0x68, - 0x2b, - 0xff, - 0xcb, - 0x1e, - 0xff, - 0xad, - 0x0e, - 0xff, - 0xb6, - 0x2f, - 0xff, - 0xe1, - 0x45, - 0xff, - 0x71, - 0xf7, - 0xfe, - 0x49, - 0xfc, - 0xfe, - 0x8e, - 0x2b, - 0xff, - 0xa9, - 0x62, - 0xff, - 0x0e, - 0xae, - 0xff, - 0x49, - 0xb3, - 0x0b, - 0x1e, - 0xd3, - 0x18, - 0xc5, - 0x60, - 0x09, - 0x47, - 0xd4, - 0xfd, - 0xbf, - 0x6d, - 0x04, - 0x2a, - 0xa3, - 0xfe, - 0xb7, - 0xd8, - 0x00, - 0x83, - 0xa7, - 0x04, - 0xe4, - 0x92, - 0xfa, - 0xc9, - 0x11, - 0xf8, - 0x02, - 0x59, - 0xfd, - 0x7f, - 0x2b, - 0x06, - 0xab, - 0x19, - 0x04, - 0xd9, - 0xdc, - 0xfb, - 0xde, - 0x27, - 0xfc, - 0xbd, - 0x6b, - 0xfc, - 0xb1, - 0xee, - 0x00, - 0x08, - 0x07, - 0x03, - 0x55, - 0xff, - 0xff, - 0x32, - 0x81, - 0xff, - 0x1c, - 0x06, - 0x00, - 0x77, - 0x3b, - 0x01, - 0xb7, - 0x35, - 0xff, - 0x9a, - 0x89, - 0xff, - 0x9d, - 0x57, - 0x00, - 0xf8, - 0x0a, - 0xff, - 0x47, - 0x4e, - 0x00, - 0x2c, - 0x5b, - 0xff, - 0xc9, - 0x3d, - 0xff, - 0x07, - 0x30, - 0x00, - 0x1a, - 0x0a, - 0x00, - 0x49, - 0x03, - 0x00, - 0x11, - 0x9d, - 0xff, - 0x70, - 0x14, - 0x00, - 0x9e, - 0xa7, - 0xff, - 0x0f, - 0xf6, - 0xff, - 0x30, - 0x35, - 0x00, - 0xa0, - 0x4f, - 0xff, - 0xf8, - 0xa4, - 0xff, - 0x38, - 0x69, - 0xff, - 0x2c, - 0x36, - 0xff, - 0x09, - 0x5c, - 0xff, - 0x3d, - 0x54, - 0xff, - 0xd9, - 0x5b, - 0xff, - 0xbf, - 0x14, - 0xff, - 0x4f, - 0x18, - 0xff, - 0xac, - 0x1d, - 0xff, - 0x06, - 0x6d, - 0xff, - 0xb5, - 0x92, - 0xff, - 0x4d, - 0x46, - 0xff, - 0x8a, - 0x5a, - 0xff, - 0x5a, - 0x9c, - 0xff, - 0x38, - 0xdf, - 0xff, - 0xb6, - 0x89, - 0xff, - 0x49, - 0xf9, - 0xfe, - 0x80, - 0xd7, - 0xfe, - 0xe1, - 0xb7, - 0xfe, - 0x72, - 0xf4, - 0xfe, - 0xf3, - 0x3f, - 0xff, - 0xb9, - 0x0a, - 0xff, - 0xdb, - 0x11, - 0xff, - 0x97, - 0x4b, - 0xff, - 0xf1, - 0x7d, - 0xff, - 0x5b, - 0xd2, - 0xff, - 0x20, - 0x07, - 0x0d, - 0xd8, - 0x8b, - 0x1b, - 0x24, - 0xb2, - 0x09, - 0xfe, - 0xe3, - 0xfc, - 0xae, - 0x54, - 0x05, - 0x29, - 0x7e, - 0xfe, - 0x18, - 0x8c, - 0x00, - 0x17, - 0x03, - 0x05, - 0x6a, - 0x4d, - 0xf9, - 0x39, - 0xec, - 0xf6, - 0x8a, - 0xd3, - 0xfc, - 0x8a, - 0x84, - 0x06, - 0xfa, - 0x82, - 0x04, - 0x11, - 0xcc, - 0xfa, - 0x41, - 0x7d, - 0xfb, - 0xd4, - 0xec, - 0xfb, - 0x52, - 0x59, - 0x00, - 0xc6, - 0xab, - 0x02, - 0xde, - 0x72, - 0xff, - 0x36, - 0x52, - 0xff, - 0xd2, - 0xe7, - 0xff, - 0xee, - 0x2d, - 0x01, - 0x06, - 0x03, - 0xff, - 0x7e, - 0x71, - 0xff, - 0x89, - 0x8e, - 0x00, - 0x2f, - 0xec, - 0xfe, - 0x33, - 0x44, - 0x00, - 0xbb, - 0x4c, - 0xff, - 0x08, - 0x2a, - 0xff, - 0x8b, - 0x25, - 0x00, - 0x9f, - 0x00, - 0x00, - 0xd4, - 0x20, - 0x00, - 0xad, - 0x94, - 0xff, - 0x84, - 0x32, - 0x00, - 0x64, - 0xb1, - 0xff, - 0xf1, - 0xdb, - 0xff, - 0xf8, - 0x64, - 0x00, - 0x89, - 0xc2, - 0xff, - 0xdd, - 0x5f, - 0x00, - 0x0a, - 0xe9, - 0xff, - 0x81, - 0x5b, - 0xff, - 0x88, - 0x50, - 0xff, - 0x7b, - 0x0e, - 0xff, - 0x2d, - 0x1b, - 0xff, - 0x15, - 0xec, - 0xfe, - 0x1e, - 0x23, - 0xff, - 0x8c, - 0x4a, - 0xff, - 0xb4, - 0x9c, - 0xff, - 0xf0, - 0xbb, - 0xff, - 0x0f, - 0x4a, - 0xff, - 0x81, - 0x5e, - 0xff, - 0x86, - 0x9e, - 0xff, - 0x7f, - 0xe3, - 0xff, - 0x53, - 0xa7, - 0xff, - 0x49, - 0xe4, - 0xfe, - 0xc3, - 0x91, - 0xfe, - 0x5e, - 0x7b, - 0xfe, - 0xdf, - 0xb8, - 0xfe, - 0x05, - 0x1d, - 0xff, - 0x98, - 0x13, - 0xff, - 0x99, - 0x32, - 0xff, - 0x3d, - 0x6f, - 0xff, - 0x4d, - 0x8f, - 0xff, - 0xc7, - 0xd8, - 0xff, - 0xfb, - 0x57, - 0x0e, - 0x9e, - 0x90, - 0x1e, - 0x91, - 0x42, - 0x0a, - 0xac, - 0x79, - 0xfb, - 0x12, - 0x2c, - 0x06, - 0x6f, - 0x9a, - 0xfe, - 0x01, - 0xdc, - 0xff, - 0xab, - 0x5c, - 0x05, - 0x51, - 0x15, - 0xf8, - 0xbf, - 0xd8, - 0xf5, - 0xc6, - 0xe5, - 0xfc, - 0x02, - 0xdf, - 0x06, - 0xf9, - 0xc5, - 0x04, - 0xa0, - 0xee, - 0xf9, - 0x98, - 0xeb, - 0xfa, - 0x41, - 0x92, - 0xfb, - 0xa4, - 0x1b, - 0x00, - 0xcf, - 0x93, - 0x02, - 0x21, - 0xd3, - 0xfe, - 0x1c, - 0x35, - 0xff, - 0x6a, - 0xb0, - 0xff, - 0x76, - 0xe0, - 0x00, - 0xdd, - 0xe4, - 0xfe, - 0x30, - 0x2f, - 0xff, - 0x10, - 0x99, - 0x00, - 0xa9, - 0xba, - 0xfe, - 0x65, - 0x08, - 0x00, - 0xfc, - 0xfc, - 0xfe, - 0xa5, - 0xe6, - 0xfe, - 0x3c, - 0x39, - 0x00, - 0x64, - 0xed, - 0xff, - 0x12, - 0x51, - 0x00, - 0x52, - 0xd4, - 0xff, - 0x3a, - 0x67, - 0x00, - 0xc7, - 0xf9, - 0xff, - 0x12, - 0xe8, - 0xff, - 0x6b, - 0x4e, - 0x00, - 0x42, - 0x7e, - 0xff, - 0x28, - 0x4b, - 0x00, - 0x53, - 0x1e, - 0x00, - 0x8e, - 0xbc, - 0xff, - 0xff, - 0xd6, - 0xff, - 0x47, - 0x57, - 0xff, - 0x10, - 0x21, - 0xff, - 0x34, - 0xc0, - 0xfe, - 0x1d, - 0x02, - 0xff, - 0xf4, - 0x51, - 0xff, - 0xce, - 0xb1, - 0xff, - 0x23, - 0xe6, - 0xff, - 0x61, - 0x46, - 0xff, - 0x59, - 0x40, - 0xff, - 0x17, - 0x86, - 0xff, - 0xf0, - 0xca, - 0xff, - 0x75, - 0xc4, - 0xff, - 0xc0, - 0x06, - 0xff, - 0x19, - 0x99, - 0xfe, - 0x96, - 0x80, - 0xfe, - 0x9e, - 0xb5, - 0xfe, - 0x7a, - 0x25, - 0xff, - 0x84, - 0x16, - 0xff, - 0x3c, - 0x2a, - 0xff, - 0xca, - 0x75, - 0xff, - 0xec, - 0xa2, - 0xff, - 0x6e, - 0xf8, - 0xff, - 0xe6, - 0x9f, - 0x10, - 0x5a, - 0x95, - 0x21, - 0x9a, - 0x6a, - 0x09, - 0x90, - 0xce, - 0xfa, - 0x5f, - 0xe4, - 0x06, - 0x90, - 0x1a, - 0xfe, - 0xd7, - 0x48, - 0x00, - 0xc2, - 0xe5, - 0x04, - 0x3f, - 0x77, - 0xf6, - 0xa5, - 0x29, - 0xf5, - 0x7c, - 0x5b, - 0xfd, - 0x85, - 0xb2, - 0x07, - 0xd1, - 0xff, - 0x03, - 0x95, - 0x70, - 0xf9, - 0x05, - 0xb3, - 0xfa, - 0x0f, - 0x18, - 0xfb, - 0x98, - 0x6e, - 0x00, - 0x35, - 0x49, - 0x02, - 0x71, - 0xa2, - 0xfe, - 0x80, - 0x28, - 0xff, - 0x2d, - 0x94, - 0xff, - 0x66, - 0xea, - 0x00, - 0xd1, - 0x92, - 0xfe, - 0xc7, - 0x06, - 0xff, - 0xd8, - 0x18, - 0x00, - 0x0a, - 0x89, - 0xfe, - 0x51, - 0x02, - 0x00, - 0xdd, - 0x7d, - 0xfe, - 0x24, - 0xe6, - 0xfe, - 0x50, - 0x41, - 0x00, - 0xc3, - 0xeb, - 0xff, - 0x5c, - 0x67, - 0x00, - 0x57, - 0xf1, - 0xff, - 0x42, - 0x89, - 0x00, - 0x50, - 0xd7, - 0xff, - 0xc7, - 0x08, - 0x00, - 0x65, - 0x7b, - 0x00, - 0x2e, - 0x72, - 0xff, - 0x1a, - 0x2f, - 0x00, - 0x58, - 0xc8, - 0xff, - 0xfd, - 0x8b, - 0xff, - 0xf1, - 0xf0, - 0xff, - 0xf5, - 0xaf, - 0xff, - 0xcc, - 0xb7, - 0xff, - 0xbd, - 0x22, - 0xff, - 0xfc, - 0xfc, - 0xfe, - 0x1c, - 0x1f, - 0xff, - 0x03, - 0x8d, - 0xff, - 0xdb, - 0xcc, - 0xff, - 0x68, - 0x35, - 0xff, - 0x5a, - 0x5a, - 0xff, - 0xce, - 0x92, - 0xff, - 0xc2, - 0xba, - 0xff, - 0xcf, - 0xe8, - 0xff, - 0x32, - 0x39, - 0xff, - 0xc5, - 0xaa, - 0xfe, - 0x9f, - 0x8b, - 0xfe, - 0x90, - 0xb2, - 0xfe, - 0xa9, - 0x1d, - 0xff, - 0xbf, - 0x2e, - 0xff, - 0xc6, - 0x56, - 0xff, - 0xf0, - 0x82, - 0xff, - 0x0d, - 0xa0, - 0xff, - 0x25, - 0x04, - 0x00, - 0xc4, - 0x15, - 0x12, - 0x5b, - 0x37, - 0x24, - 0x04, - 0x29, - 0x0a, - 0x00, - 0x7f, - 0xfa, - 0xde, - 0xcf, - 0x06, - 0x1f, - 0x8d, - 0xfd, - 0xcd, - 0x46, - 0x00, - 0x30, - 0xc0, - 0x04, - 0x27, - 0x4a, - 0xf5, - 0x31, - 0x9f, - 0xf4, - 0x99, - 0x94, - 0xfd, - 0xc7, - 0xdd, - 0x06, - 0x53, - 0x32, - 0x03, - 0x1e, - 0x2d, - 0xfa, - 0x34, - 0xb1, - 0xfa, - 0x81, - 0x47, - 0xfa, - 0xe9, - 0x39, - 0x00, - 0x53, - 0xfb, - 0x01, - 0x87, - 0xf4, - 0xfe, - 0x4a, - 0xf1, - 0xff, - 0xe9, - 0x34, - 0xff, - 0xd3, - 0x33, - 0x00, - 0xe5, - 0x85, - 0xfe, - 0x11, - 0xea, - 0xfe, - 0x16, - 0xb2, - 0xff, - 0x53, - 0x36, - 0xfe, - 0x7c, - 0xb2, - 0xff, - 0x86, - 0x3e, - 0xfe, - 0xfd, - 0xea, - 0xfe, - 0x6c, - 0x47, - 0x00, - 0x34, - 0xdd, - 0xff, - 0xab, - 0x71, - 0x00, - 0xeb, - 0xcc, - 0xff, - 0xdf, - 0x58, - 0x00, - 0xb2, - 0xc1, - 0xff, - 0x9f, - 0xdf, - 0xff, - 0xa7, - 0x6a, - 0x00, - 0xed, - 0x68, - 0xff, - 0x04, - 0x1a, - 0x00, - 0xe7, - 0x94, - 0xff, - 0x78, - 0x4a, - 0xff, - 0x58, - 0xcc, - 0xff, - 0x9d, - 0x7a, - 0xff, - 0x82, - 0x88, - 0xff, - 0x7c, - 0x27, - 0xff, - 0xa1, - 0x3e, - 0xff, - 0x37, - 0x5d, - 0xff, - 0x7d, - 0x99, - 0xff, - 0xba, - 0xd6, - 0xff, - 0x38, - 0x12, - 0xff, - 0x82, - 0x34, - 0xff, - 0x9c, - 0xc8, - 0xff, - 0xc8, - 0xf8, - 0xff, - 0x42, - 0x24, - 0x00, - 0xe5, - 0x81, - 0xff, - 0xf2, - 0x97, - 0xfe, - 0x44, - 0x4e, - 0xfe, - 0x6b, - 0xa3, - 0xfe, - 0x76, - 0x16, - 0xff, - 0xd4, - 0x36, - 0xff, - 0x5d, - 0x77, - 0xff, - 0x6c, - 0xa1, - 0xff, - 0x90, - 0xbd, - 0xff, - 0xd6, - 0x24, - 0x00, - 0x67, - 0x00, - 0x12, - 0x57, - 0xc0, - 0x25, - 0x54, - 0xc6, - 0x0c, - 0x77, - 0xb1, - 0xfa, - 0xb9, - 0xc0, - 0x06, - 0xbe, - 0xa5, - 0xfd, - 0xee, - 0xdd, - 0xfe, - 0xeb, - 0x02, - 0x05, - 0x1d, - 0xa6, - 0xf5, - 0xf3, - 0x62, - 0xf4, - 0xc6, - 0xb3, - 0xfd, - 0xdd, - 0xf3, - 0x04, - 0xad, - 0x25, - 0x02, - 0x5f, - 0x4c, - 0xfb, - 0x84, - 0x92, - 0xfb, - 0xb2, - 0x47, - 0xfa, - 0x07, - 0x87, - 0xff, - 0x8e, - 0xab, - 0x01, - 0x35, - 0xed, - 0xfe, - 0x1e, - 0x81, - 0x00, - 0x33, - 0x7b, - 0xff, - 0x1e, - 0x86, - 0xff, - 0xc5, - 0x68, - 0xfe, - 0xfb, - 0xde, - 0xfe, - 0xf4, - 0xd8, - 0xff, - 0x6c, - 0x6c, - 0xfe, - 0x96, - 0x6d, - 0xff, - 0x2c, - 0x21, - 0xfe, - 0x7a, - 0xc6, - 0xfe, - 0x57, - 0x10, - 0x00, - 0x32, - 0x74, - 0xff, - 0x94, - 0x5f, - 0x00, - 0x92, - 0xfe, - 0xff, - 0xd9, - 0x47, - 0x00, - 0x45, - 0xc6, - 0xff, - 0x52, - 0x9d, - 0xff, - 0xc2, - 0x3b, - 0x00, - 0x0a, - 0x6e, - 0xff, - 0x03, - 0x25, - 0x00, - 0x3b, - 0xb2, - 0xff, - 0x07, - 0x24, - 0xff, - 0x55, - 0x88, - 0xff, - 0x29, - 0x03, - 0xff, - 0xb2, - 0x24, - 0xff, - 0xcb, - 0xea, - 0xfe, - 0xd0, - 0x00, - 0xff, - 0xda, - 0x69, - 0xff, - 0x13, - 0xc3, - 0xff, - 0xa4, - 0x37, - 0x00, - 0x3f, - 0x8a, - 0xff, - 0x4e, - 0x68, - 0xff, - 0x02, - 0xe0, - 0xff, - 0x28, - 0xee, - 0xff, - 0xd2, - 0x0b, - 0x00, - 0x0f, - 0xb1, - 0xff, - 0x7d, - 0xe9, - 0xfe, - 0xd4, - 0x63, - 0xfe, - 0xc9, - 0x8f, - 0xfe, - 0xcb, - 0xfb, - 0xfe, - 0x5b, - 0x13, - 0xff, - 0xcb, - 0x69, - 0xff, - 0x86, - 0xbb, - 0xff, - 0x14, - 0xcd, - 0xff, - 0xd7, - 0x42, - 0x00, - 0x59, - 0xe1, - 0x12, - 0x84, - 0x04, - 0x27, - 0x75, - 0x97, - 0x0d, - 0xc7, - 0x02, - 0xfc, - 0xf1, - 0x61, - 0x07, - 0x0d, - 0x37, - 0xfd, - 0x54, - 0xfc, - 0xfd, - 0x7b, - 0xd5, - 0x03, - 0x94, - 0x7a, - 0xf5, - 0x4a, - 0xfe, - 0xf4, - 0x0e, - 0xa9, - 0xfe, - 0x6e, - 0x85, - 0x03, - 0x1e, - 0x6d, - 0xff, - 0x6a, - 0x18, - 0xfc, - 0xb3, - 0x05, - 0xfd, - 0xb1, - 0x15, - 0xfb, - 0x19, - 0xc4, - 0xff, - 0x62, - 0x3c, - 0x00, - 0xa8, - 0x63, - 0xfe, - 0x3f, - 0x0a, - 0x01, - 0xf8, - 0xdc, - 0xff, - 0x59, - 0x4d, - 0xff, - 0x34, - 0x4e, - 0xfe, - 0x01, - 0x15, - 0xff, - 0x02, - 0xb7, - 0xff, - 0x30, - 0xbd, - 0xfe, - 0x82, - 0x54, - 0xff, - 0xf5, - 0xa9, - 0xfd, - 0x1b, - 0xac, - 0xfe, - 0x39, - 0xc4, - 0xff, - 0xfa, - 0x1d, - 0xff, - 0x3b, - 0x27, - 0x00, - 0xe9, - 0x02, - 0x00, - 0xd0, - 0x3b, - 0x00, - 0x5b, - 0xaf, - 0xff, - 0x73, - 0x91, - 0xff, - 0x16, - 0x0e, - 0x00, - 0x15, - 0x5e, - 0xff, - 0xe0, - 0x10, - 0x00, - 0xac, - 0x81, - 0xff, - 0x56, - 0xdb, - 0xfe, - 0xaa, - 0x59, - 0xff, - 0x22, - 0xdf, - 0xfe, - 0x7d, - 0xda, - 0xfe, - 0x2c, - 0xc5, - 0xfe, - 0x86, - 0xeb, - 0xfe, - 0x9d, - 0x47, - 0xff, - 0x3b, - 0x9d, - 0xff, - 0xf8, - 0x2a, - 0x00, - 0xaa, - 0xca, - 0xff, - 0xb6, - 0xb6, - 0xff, - 0xe1, - 0x0d, - 0x00, - 0xb2, - 0xf6, - 0xff, - 0xdb, - 0xdf, - 0xff, - 0x9c, - 0xbe, - 0xff, - 0x4a, - 0x30, - 0xff, - 0x6e, - 0x80, - 0xfe, - 0xf6, - 0xa9, - 0xfe, - 0xde, - 0xfd, - 0xfe, - 0x21, - 0x02, - 0xff, - 0xb6, - 0x63, - 0xff, - 0xd3, - 0xb6, - 0xff, - 0xa9, - 0xd0, - 0xff, - 0xcb, - 0x35, - 0x00, - 0x21, - 0x7f, - 0x13, - 0x4e, - 0x16, - 0x28, - 0x5f, - 0x20, - 0x0e, - 0xc2, - 0xd6, - 0xfc, - 0x12, - 0x92, - 0x08, - 0x99, - 0x68, - 0xfd, - 0xa2, - 0x23, - 0xfd, - 0x00, - 0x9e, - 0x02, - 0x6c, - 0xb3, - 0xf4, - 0xdb, - 0xa6, - 0xf5, - 0xe1, - 0x44, - 0x00, - 0xed, - 0x7e, - 0x02, - 0x52, - 0xb4, - 0xfc, - 0x9c, - 0x35, - 0xfc, - 0x3a, - 0x5d, - 0xfe, - 0x13, - 0x48, - 0xfc, - 0x65, - 0x6f, - 0x00, - 0x06, - 0xf6, - 0xfe, - 0xf6, - 0x25, - 0xfd, - 0xa3, - 0x42, - 0x01, - 0xcc, - 0xbe, - 0x00, - 0xc7, - 0x7c, - 0xff, - 0xbe, - 0x29, - 0xfe, - 0x8b, - 0x3d, - 0xff, - 0x92, - 0x99, - 0xff, - 0x8a, - 0xcf, - 0xfe, - 0x06, - 0x1f, - 0xff, - 0xe3, - 0x28, - 0xfd, - 0xcf, - 0x6d, - 0xfe, - 0x9a, - 0x8b, - 0xff, - 0x57, - 0xe3, - 0xfe, - 0xcb, - 0xe7, - 0xff, - 0x93, - 0x10, - 0x00, - 0x60, - 0x4a, - 0x00, - 0x63, - 0xa9, - 0xff, - 0xb2, - 0x80, - 0xff, - 0xe1, - 0xd2, - 0xff, - 0xea, - 0x34, - 0xff, - 0x2d, - 0xca, - 0xff, - 0xf6, - 0x43, - 0xff, - 0xd6, - 0xa3, - 0xfe, - 0x1e, - 0x32, - 0xff, - 0xa3, - 0xd2, - 0xfe, - 0x6e, - 0xc7, - 0xfe, - 0x3e, - 0xee, - 0xfe, - 0xd5, - 0x19, - 0xff, - 0x61, - 0x4d, - 0xff, - 0x1c, - 0x59, - 0xff, - 0x0d, - 0xb9, - 0xff, - 0x69, - 0xb2, - 0xff, - 0x66, - 0xce, - 0xff, - 0x79, - 0x16, - 0x00, - 0x6e, - 0x18, - 0x00, - 0x6e, - 0xeb, - 0xff, - 0x89, - 0xc3, - 0xff, - 0xca, - 0x6d, - 0xff, - 0x92, - 0x88, - 0xfe, - 0x21, - 0x93, - 0xfe, - 0x18, - 0xfa, - 0xfe, - 0xbc, - 0xfc, - 0xfe, - 0x02, - 0x88, - 0xff, - 0xf8, - 0xd4, - 0xff, - 0x76, - 0xe2, - 0xff, - 0xfe, - 0x1b, - 0x00, - 0x78, - 0x3e, - 0x14, - 0x82, - 0xa0, - 0x29, - 0xfa, - 0xf9, - 0x0d, - 0xc2, - 0x5f, - 0xfc, - 0x36, - 0x3e, - 0x0a, - 0xfe, - 0xed, - 0xfd, - 0xab, - 0x54, - 0xfc, - 0xd1, - 0x11, - 0x02, - 0xbd, - 0xdb, - 0xf3, - 0x2f, - 0x1b, - 0xf6, - 0xcf, - 0x28, - 0x02, - 0x9a, - 0x59, - 0x02, - 0x19, - 0x58, - 0xf9, - 0x8d, - 0xf2, - 0xfa, - 0xec, - 0xe7, - 0xff, - 0x84, - 0x6a, - 0xfd, - 0xdc, - 0x16, - 0x02, - 0x6c, - 0x8c, - 0xfe, - 0x65, - 0x33, - 0xfb, - 0xab, - 0x78, - 0x01, - 0x86, - 0x7f, - 0x01, - 0xbf, - 0x8e, - 0xff, - 0xbb, - 0xec, - 0xfd, - 0xf7, - 0x3e, - 0xff, - 0xf3, - 0x5d, - 0xff, - 0x28, - 0xa8, - 0xfe, - 0x60, - 0x42, - 0xff, - 0xbb, - 0x7f, - 0xfc, - 0xec, - 0x1e, - 0xfe, - 0xe6, - 0x81, - 0xff, - 0x98, - 0x7d, - 0xfe, - 0x0a, - 0xbb, - 0xff, - 0x71, - 0x0b, - 0x00, - 0x05, - 0x30, - 0x00, - 0x6e, - 0x43, - 0xff, - 0x93, - 0x4b, - 0xff, - 0xe5, - 0xcd, - 0xff, - 0xc4, - 0x27, - 0xff, - 0xd0, - 0xd6, - 0xff, - 0x1e, - 0x38, - 0xff, - 0x4b, - 0x8b, - 0xfe, - 0xaf, - 0x2d, - 0xff, - 0xc4, - 0xdd, - 0xfe, - 0x0b, - 0x9d, - 0xfe, - 0x16, - 0xa1, - 0xfe, - 0xa0, - 0x01, - 0xff, - 0x2c, - 0x5f, - 0xff, - 0xb3, - 0x60, - 0xff, - 0xdb, - 0x82, - 0xff, - 0x77, - 0x63, - 0xff, - 0xe8, - 0xb1, - 0xff, - 0x5a, - 0x0e, - 0x00, - 0x15, - 0x29, - 0x00, - 0xb9, - 0x0b, - 0x00, - 0xf3, - 0xb6, - 0xff, - 0xbd, - 0xab, - 0xff, - 0x3a, - 0xbc, - 0xfe, - 0xa2, - 0x57, - 0xfe, - 0xe6, - 0xde, - 0xfe, - 0xfd, - 0xd3, - 0xfe, - 0x8b, - 0x85, - 0xff, - 0xa4, - 0xed, - 0xff, - 0x60, - 0xd0, - 0xff, - 0x5f, - 0x29, - 0x00, - 0x78, - 0xa2, - 0x15, - 0xdf, - 0xe8, - 0x2b, - 0x09, - 0xb6, - 0x0c, - 0x36, - 0x6c, - 0xfa, - 0x05, - 0x89, - 0x0b, - 0x86, - 0xdf, - 0xfd, - 0x35, - 0x54, - 0xfc, - 0xca, - 0x16, - 0x03, - 0xce, - 0x73, - 0xf2, - 0x11, - 0x20, - 0xf6, - 0x8c, - 0xc8, - 0x04, - 0x1b, - 0x15, - 0x03, - 0xbb, - 0x1a, - 0xf6, - 0xb9, - 0x3f, - 0xf8, - 0x7b, - 0xfc, - 0x00, - 0x80, - 0x8e, - 0xfe, - 0x38, - 0x94, - 0x03, - 0xf4, - 0x8d, - 0xff, - 0x20, - 0x9b, - 0xf9, - 0x91, - 0xb7, - 0x00, - 0x92, - 0xfd, - 0x01, - 0xef, - 0xa9, - 0xff, - 0xa6, - 0xb5, - 0xfd, - 0x2e, - 0x15, - 0xff, - 0x7c, - 0xd6, - 0xfe, - 0x57, - 0x13, - 0xfe, - 0x85, - 0x98, - 0xff, - 0xdd, - 0x67, - 0xfc, - 0x69, - 0xe1, - 0xfd, - 0xf7, - 0x94, - 0xff, - 0x79, - 0xf8, - 0xfd, - 0x7c, - 0x58, - 0xff, - 0x96, - 0x14, - 0x00, - 0x24, - 0x4d, - 0x00, - 0x74, - 0x19, - 0xff, - 0xce, - 0xd7, - 0xfe, - 0xeb, - 0x4f, - 0xff, - 0xa5, - 0xeb, - 0xfe, - 0x49, - 0x44, - 0x00, - 0x22, - 0xbe, - 0xff, - 0x26, - 0xca, - 0xfe, - 0x27, - 0x29, - 0xff, - 0x34, - 0x94, - 0xfe, - 0x80, - 0x67, - 0xfe, - 0xf1, - 0x9f, - 0xfe, - 0x44, - 0xfc, - 0xfe, - 0xeb, - 0x13, - 0xff, - 0x18, - 0xfc, - 0xfe, - 0x2e, - 0x3e, - 0xff, - 0xbe, - 0x43, - 0xff, - 0xd8, - 0xdf, - 0xff, - 0x61, - 0x3d, - 0x00, - 0x08, - 0x0d, - 0x00, - 0xa8, - 0x02, - 0x00, - 0x14, - 0x9f, - 0xff, - 0x00, - 0xb6, - 0xff, - 0x11, - 0x1f, - 0xff, - 0x15, - 0x47, - 0xfe, - 0x7a, - 0xad, - 0xfe, - 0x32, - 0xb5, - 0xfe, - 0x48, - 0x55, - 0xff, - 0xf6, - 0x07, - 0x00, - 0x6a, - 0xd1, - 0xff, - 0x8b, - 0x26, - 0x00, - 0xac, - 0x38, - 0x17, - 0x0b, - 0x0c, - 0x2f, - 0x2f, - 0x96, - 0x0b, - 0xff, - 0xcf, - 0xf6, - 0xa2, - 0x30, - 0x0c, - 0x08, - 0x62, - 0xfe, - 0x7e, - 0x48, - 0xfc, - 0x41, - 0xdc, - 0x04, - 0x41, - 0xb3, - 0xf1, - 0xd4, - 0x8a, - 0xf5, - 0x1c, - 0x1b, - 0x07, - 0xee, - 0xe5, - 0x04, - 0x6f, - 0x74, - 0xf4, - 0xd6, - 0x01, - 0xf5, - 0x56, - 0xaf, - 0x00, - 0xdc, - 0x6e, - 0xff, - 0x56, - 0xcb, - 0x04, - 0xd9, - 0xea, - 0x00, - 0x8d, - 0x99, - 0xf8, - 0x60, - 0xc0, - 0xff, - 0xfd, - 0x3d, - 0x02, - 0x34, - 0x97, - 0xff, - 0xbc, - 0x46, - 0xfd, - 0x04, - 0x2d, - 0xff, - 0x51, - 0xfd, - 0xfe, - 0x9a, - 0x71, - 0xfd, - 0x5c, - 0x67, - 0xff, - 0xea, - 0x24, - 0xfc, - 0x33, - 0xa4, - 0xfd, - 0xbc, - 0x03, - 0x00, - 0x81, - 0xc9, - 0xfd, - 0x47, - 0xe3, - 0xfe, - 0x1c, - 0xe8, - 0xff, - 0x44, - 0x6c, - 0x00, - 0xf0, - 0x2e, - 0xff, - 0xeb, - 0xbf, - 0xfe, - 0xc5, - 0x54, - 0xff, - 0x93, - 0xa2, - 0xfe, - 0xae, - 0x2b, - 0x00, - 0x33, - 0xef, - 0xff, - 0x3b, - 0xe0, - 0xfe, - 0x9a, - 0x53, - 0xff, - 0xce, - 0x9f, - 0xfe, - 0xf4, - 0x4d, - 0xfe, - 0x56, - 0x7c, - 0xfe, - 0xf7, - 0xf6, - 0xfe, - 0x25, - 0x23, - 0xff, - 0x6d, - 0xe0, - 0xfe, - 0xb3, - 0xe6, - 0xfe, - 0x81, - 0xc2, - 0xfe, - 0x3d, - 0xbb, - 0xff, - 0x65, - 0x85, - 0x00, - 0xb4, - 0x34, - 0x00, - 0x70, - 0x23, - 0x00, - 0x77, - 0x94, - 0xff, - 0x12, - 0x75, - 0xff, - 0x47, - 0x5b, - 0xff, - 0x14, - 0x64, - 0xfe, - 0x08, - 0x78, - 0xfe, - 0x5c, - 0xad, - 0xfe, - 0xa0, - 0x21, - 0xff, - 0x3a, - 0x0d, - 0x00, - 0xe3, - 0xeb, - 0xff, - 0xb4, - 0x1f, - 0x00, - 0x2a, - 0x64, - 0x18, - 0x75, - 0xef, - 0x32, - 0x01, - 0xcd, - 0x0b, - 0xbf, - 0x65, - 0xf1, - 0x09, - 0x6f, - 0x0b, - 0x2d, - 0x42, - 0xff, - 0xf9, - 0x00, - 0xfc, - 0x0e, - 0x95, - 0x08, - 0x2d, - 0xd8, - 0xf1, - 0x1a, - 0xe1, - 0xf2, - 0x53, - 0x84, - 0x08, - 0xb4, - 0xe8, - 0x07, - 0x63, - 0x2c, - 0xf5, - 0xe9, - 0xee, - 0xf1, - 0xfd, - 0x1a, - 0xff, - 0xa6, - 0xb0, - 0xff, - 0xe4, - 0x0d, - 0x05, - 0xe7, - 0x59, - 0x02, - 0x49, - 0x06, - 0xf8, - 0xc2, - 0x92, - 0xfe, - 0x8f, - 0x51, - 0x02, - 0x46, - 0xb9, - 0xff, - 0xa9, - 0x19, - 0xfd, - 0x8f, - 0xf6, - 0xfe, - 0xa3, - 0x62, - 0xff, - 0x4a, - 0x33, - 0xfd, - 0x2b, - 0x58, - 0xff, - 0x9c, - 0xe8, - 0xfb, - 0x4f, - 0xe1, - 0xfc, - 0xcb, - 0x84, - 0x00, - 0xb0, - 0x02, - 0xfe, - 0x3c, - 0x94, - 0xfe, - 0x16, - 0xb6, - 0xff, - 0x58, - 0x70, - 0x00, - 0x93, - 0x95, - 0xff, - 0x06, - 0xc6, - 0xfe, - 0xea, - 0x4f, - 0xff, - 0x43, - 0x62, - 0xfe, - 0x47, - 0x09, - 0x00, - 0x88, - 0x24, - 0x00, - 0x54, - 0xb8, - 0xfe, - 0xcd, - 0x55, - 0xff, - 0x45, - 0xb2, - 0xfe, - 0x67, - 0x52, - 0xfe, - 0x23, - 0x7c, - 0xfe, - 0x09, - 0xd0, - 0xfe, - 0x7b, - 0x2f, - 0xff, - 0x2f, - 0xee, - 0xfe, - 0xf1, - 0xc3, - 0xfe, - 0x30, - 0x5f, - 0xfe, - 0xe1, - 0x6d, - 0xff, - 0x45, - 0xbf, - 0x00, - 0x4a, - 0x64, - 0x00, - 0xc2, - 0x34, - 0x00, - 0x0c, - 0xb5, - 0xff, - 0x61, - 0x36, - 0xff, - 0xd8, - 0x5b, - 0xff, - 0x11, - 0x99, - 0xfe, - 0x82, - 0x38, - 0xfe, - 0xa1, - 0x8f, - 0xfe, - 0x58, - 0xf7, - 0xfe, - 0x93, - 0x02, - 0x00, - 0x41, - 0x1f, - 0x00, - 0x81, - 0x01, - 0x00, - 0xf0, - 0x6b, - 0x1c, - 0x66, - 0xf3, - 0x36, - 0x75, - 0xe4, - 0x06, - 0x3a, - 0x3b, - 0xee, - 0x6b, - 0x0a, - 0x0c, - 0x60, - 0x9a, - 0xfc, - 0xf8, - 0x64, - 0xfe, - 0x14, - 0x22, - 0x0b, - 0xdb, - 0xbe, - 0xef, - 0x93, - 0xf6, - 0xf2, - 0xd8, - 0x61, - 0x0a, - 0x50, - 0xa9, - 0x0a, - 0x0f, - 0x59, - 0xf5, - 0xcc, - 0x62, - 0xef, - 0xd6, - 0x1d, - 0xfd, - 0x95, - 0x14, - 0xff, - 0x05, - 0xa6, - 0x06, - 0x6f, - 0x62, - 0x02, - 0xf7, - 0x6f, - 0xf6, - 0x1c, - 0xfe, - 0xfd, - 0x10, - 0x8c, - 0x02, - 0x86, - 0xda, - 0xff, - 0xfa, - 0x47, - 0xfc, - 0x57, - 0x27, - 0xff, - 0xad, - 0xc4, - 0xff, - 0x51, - 0x07, - 0xfd, - 0xa8, - 0x95, - 0xff, - 0x35, - 0x72, - 0xfb, - 0x07, - 0x97, - 0xfc, - 0xf8, - 0x81, - 0x00, - 0xe0, - 0xfb, - 0xfd, - 0x02, - 0xf1, - 0xfe, - 0x46, - 0xe2, - 0xff, - 0x2c, - 0x57, - 0x00, - 0xce, - 0x25, - 0xff, - 0x69, - 0xd6, - 0xfe, - 0xa9, - 0x80, - 0xff, - 0x80, - 0x30, - 0xfe, - 0x27, - 0x1c, - 0x00, - 0xf6, - 0xec, - 0xff, - 0xf3, - 0xa9, - 0xfe, - 0x27, - 0x6f, - 0xff, - 0xc4, - 0x9c, - 0xfe, - 0xb8, - 0x72, - 0xfe, - 0xa4, - 0x72, - 0xfe, - 0x8f, - 0xad, - 0xfe, - 0x8e, - 0x04, - 0xff, - 0xea, - 0xdf, - 0xfe, - 0xa1, - 0xa5, - 0xfe, - 0x06, - 0x03, - 0xfe, - 0x35, - 0x4c, - 0xff, - 0xa2, - 0xda, - 0x00, - 0x41, - 0x99, - 0x00, - 0x80, - 0x44, - 0x00, - 0xea, - 0xc5, - 0xff, - 0x0c, - 0x34, - 0xff, - 0xd8, - 0x49, - 0xff, - 0x87, - 0xcc, - 0xfe, - 0xfc, - 0x01, - 0xfe, - 0xe3, - 0x2c, - 0xfe, - 0xee, - 0xcf, - 0xfe, - 0x66, - 0xc9, - 0xff, - 0xfa, - 0x3c, - 0x00, - 0x30, - 0x26, - 0x00, - 0x44, - 0xed, - 0x1d, - 0x22, - 0x8d, - 0x39, - 0x75, - 0xee, - 0x05, - 0x55, - 0xd8, - 0xeb, - 0x8a, - 0x6e, - 0x0b, - 0xb9, - 0x1c, - 0xfb, - 0xf1, - 0x66, - 0xff, - 0x04, - 0x7d, - 0x0d, - 0xac, - 0x1a, - 0xef, - 0xff, - 0x11, - 0xf2, - 0x16, - 0x59, - 0x0a, - 0x2c, - 0x82, - 0x0d, - 0x99, - 0x23, - 0xf7, - 0x7d, - 0xee, - 0xec, - 0x6b, - 0x81, - 0xfb, - 0xb1, - 0x91, - 0xfd, - 0x44, - 0x73, - 0x06, - 0x14, - 0xa2, - 0x03, - 0x63, - 0xec, - 0xf5, - 0x35, - 0x2e, - 0xfd, - 0x11, - 0xe0, - 0x01, - 0xf8, - 0xc2, - 0xff, - 0x82, - 0x19, - 0xfc, - 0x86, - 0x1c, - 0xff, - 0x0b, - 0x1f, - 0x00, - 0xc5, - 0xc1, - 0xfc, - 0x67, - 0xfc, - 0xff, - 0x4d, - 0x2f, - 0xfb, - 0x85, - 0xf5, - 0xfb, - 0xe8, - 0xf1, - 0x00, - 0x15, - 0x66, - 0xfe, - 0x0e, - 0x29, - 0xff, - 0x29, - 0xa5, - 0xff, - 0x63, - 0x0f, - 0x00, - 0x60, - 0xfa, - 0xfe, - 0x69, - 0xc4, - 0xfe, - 0x32, - 0x75, - 0xff, - 0x81, - 0xf1, - 0xfd, - 0x9e, - 0x38, - 0x00, - 0x3c, - 0xf8, - 0xff, - 0xe6, - 0xa6, - 0xfe, - 0x91, - 0x8d, - 0xff, - 0x41, - 0xac, - 0xfe, - 0x27, - 0x78, - 0xfe, - 0xdc, - 0x41, - 0xfe, - 0x33, - 0x84, - 0xfe, - 0xbf, - 0xd4, - 0xfe, - 0xc1, - 0xb3, - 0xfe, - 0x2d, - 0xa3, - 0xfe, - 0xd6, - 0xf3, - 0xfd, - 0xd5, - 0x22, - 0xff, - 0xc3, - 0xc0, - 0x00, - 0x01, - 0xa6, - 0x00, - 0x05, - 0x36, - 0x00, - 0x15, - 0xd7, - 0xff, - 0x81, - 0x5d, - 0xff, - 0xba, - 0x3d, - 0xff, - 0x39, - 0x07, - 0xff, - 0x08, - 0x17, - 0xfe, - 0xfc, - 0xc8, - 0xfd, - 0x1e, - 0x9c, - 0xfe, - 0x0b, - 0x91, - 0xff, - 0x8b, - 0x1e, - 0x00, - 0x94, - 0x41, - 0x00, - 0x58, - 0x59, - 0x1f, - 0xea, - 0xed, - 0x3b, - 0x0a, - 0x86, - 0x05, - 0x56, - 0x40, - 0xea, - 0x58, - 0x22, - 0x0a, - 0xf9, - 0x7c, - 0xf9, - 0x95, - 0x03, - 0x01, - 0x4f, - 0x92, - 0x0f, - 0x49, - 0xba, - 0xee, - 0x21, - 0xc8, - 0xf0, - 0x2e, - 0x2d, - 0x09, - 0xa5, - 0x43, - 0x10, - 0x66, - 0xd0, - 0xf9, - 0xf0, - 0xcb, - 0xeb, - 0xa1, - 0x3c, - 0xf9, - 0x36, - 0xca, - 0xfa, - 0x9c, - 0xeb, - 0x06, - 0xdb, - 0xac, - 0x05, - 0x26, - 0x9f, - 0xf5, - 0x21, - 0x58, - 0xfc, - 0x13, - 0x0a, - 0x01, - 0x11, - 0x88, - 0xff, - 0xe3, - 0x2a, - 0xfc, - 0x21, - 0x44, - 0xff, - 0xe0, - 0x1f, - 0x00, - 0x62, - 0x59, - 0xfc, - 0xec, - 0x20, - 0x00, - 0xf3, - 0x1d, - 0xfb, - 0x1a, - 0x0f, - 0xfc, - 0x42, - 0x64, - 0x01, - 0xf6, - 0xa1, - 0xfe, - 0xf0, - 0x4d, - 0xff, - 0x55, - 0x7f, - 0xff, - 0xab, - 0xec, - 0xff, - 0x92, - 0xbc, - 0xfe, - 0x04, - 0x9d, - 0xfe, - 0x46, - 0x60, - 0xff, - 0x9a, - 0xf3, - 0xfd, - 0x61, - 0x6f, - 0x00, - 0xa3, - 0xf0, - 0xff, - 0x2d, - 0xc4, - 0xfe, - 0xb7, - 0xb0, - 0xff, - 0x05, - 0xac, - 0xfe, - 0x1f, - 0x76, - 0xfe, - 0x5d, - 0x2b, - 0xfe, - 0xf2, - 0x68, - 0xfe, - 0x55, - 0x9a, - 0xfe, - 0x38, - 0x98, - 0xfe, - 0xab, - 0xa6, - 0xfe, - 0x6a, - 0xf3, - 0xfd, - 0x2a, - 0xff, - 0xfe, - 0x14, - 0x99, - 0x00, - 0xf1, - 0xcb, - 0x00, - 0xe5, - 0x3b, - 0x00, - 0x5a, - 0xc9, - 0xff, - 0xbc, - 0x75, - 0xff, - 0x93, - 0x20, - 0xff, - 0xdd, - 0x19, - 0xff, - 0xa1, - 0x54, - 0xfe, - 0x3a, - 0x9d, - 0xfd, - 0x97, - 0x83, - 0xfe, - 0x1c, - 0x78, - 0xff, - 0xf0, - 0xe9, - 0xff, - 0xf1, - 0x59, - 0x00, - 0x36, - 0x27, - 0x20, - 0xb1, - 0x8a, - 0x3d, - 0x59, - 0x54, - 0x06, - 0xfc, - 0xe6, - 0xe9, - 0x57, - 0x94, - 0x08, - 0xdf, - 0x54, - 0xf8, - 0x47, - 0xd1, - 0x01, - 0xca, - 0x76, - 0x10, - 0x1b, - 0x75, - 0xef, - 0x9b, - 0x67, - 0xef, - 0x79, - 0xe0, - 0x06, - 0x8e, - 0xc7, - 0x12, - 0xdd, - 0xf6, - 0xfc, - 0xf3, - 0x61, - 0xeb, - 0xef, - 0xd8, - 0xf6, - 0x84, - 0x2c, - 0xf8, - 0x16, - 0x4f, - 0x07, - 0xf2, - 0xbe, - 0x07, - 0x4e, - 0x36, - 0xf6, - 0xaf, - 0x54, - 0xfb, - 0x7b, - 0x45, - 0x00, - 0xe1, - 0xa6, - 0xff, - 0xb0, - 0x06, - 0xfc, - 0x52, - 0x57, - 0xff, - 0x82, - 0xa5, - 0xff, - 0x7d, - 0xd8, - 0xfb, - 0xe4, - 0xae, - 0x00, - 0xbd, - 0x64, - 0xfb, - 0x2e, - 0x13, - 0xfc, - 0xdd, - 0x6e, - 0x01, - 0xfc, - 0xd8, - 0xfe, - 0x0a, - 0x6f, - 0xff, - 0xd6, - 0x8d, - 0xff, - 0xb8, - 0xd9, - 0xff, - 0x88, - 0x3e, - 0xfe, - 0x4c, - 0xad, - 0xfe, - 0xa9, - 0x89, - 0xff, - 0xe1, - 0x01, - 0xfe, - 0xdb, - 0xa7, - 0x00, - 0xde, - 0x1d, - 0x00, - 0x07, - 0xfb, - 0xfe, - 0x49, - 0x6b, - 0xff, - 0xd2, - 0x81, - 0xfe, - 0xb8, - 0x99, - 0xfe, - 0x90, - 0x23, - 0xfe, - 0xca, - 0x52, - 0xfe, - 0x45, - 0x76, - 0xfe, - 0x5c, - 0xaa, - 0xfe, - 0x8c, - 0xa0, - 0xfe, - 0xe1, - 0xdb, - 0xfd, - 0xf2, - 0xf7, - 0xfe, - 0x47, - 0x71, - 0x00, - 0x54, - 0xdf, - 0x00, - 0x59, - 0x41, - 0x00, - 0x81, - 0xaf, - 0xff, - 0x03, - 0x77, - 0xff, - 0x8c, - 0xf8, - 0xfe, - 0x89, - 0x26, - 0xff, - 0xa0, - 0x9f, - 0xfe, - 0x1c, - 0x8f, - 0xfd, - 0x4a, - 0x62, - 0xfe, - 0x70, - 0x6c, - 0xff, - 0xf1, - 0xc4, - 0xff, - 0x79, - 0x63, - 0x00, - 0x70, - 0xee, - 0x21, - 0xfa, - 0x57, - 0x3e, - 0xef, - 0x2a, - 0x05, - 0xad, - 0xa0, - 0xeb, - 0x5f, - 0xc3, - 0x07, - 0xaa, - 0x52, - 0xf6, - 0x33, - 0x4c, - 0x03, - 0xe5, - 0xb5, - 0x0f, - 0x69, - 0x97, - 0xef, - 0xb0, - 0xb7, - 0xee, - 0x91, - 0xe9, - 0x04, - 0xb5, - 0x7b, - 0x14, - 0xf1, - 0xad, - 0xfe, - 0xb3, - 0xa8, - 0xec, - 0x87, - 0xb5, - 0xf4, - 0x33, - 0xd9, - 0xf5, - 0x81, - 0x6b, - 0x08, - 0x70, - 0x43, - 0x08, - 0xa6, - 0xc9, - 0xf7, - 0x20, - 0xb9, - 0xfa, - 0x5d, - 0x24, - 0xff, - 0xab, - 0x50, - 0x00, - 0xff, - 0x5e, - 0xfb, - 0x50, - 0x41, - 0xff, - 0xf7, - 0x15, - 0xff, - 0x1b, - 0x09, - 0xfc, - 0xd0, - 0x17, - 0x01, - 0xcb, - 0x1c, - 0xfb, - 0xc7, - 0xab, - 0xfc, - 0x30, - 0xce, - 0x00, - 0x00, - 0xe5, - 0xfe, - 0x37, - 0xe3, - 0xff, - 0xea, - 0x39, - 0xff, - 0x2c, - 0xbf, - 0xff, - 0x25, - 0xee, - 0xfd, - 0xcc, - 0x18, - 0xff, - 0x5c, - 0xb9, - 0xff, - 0x35, - 0x24, - 0xfe, - 0x6c, - 0x14, - 0x01, - 0x41, - 0xfe, - 0xff, - 0xda, - 0x0c, - 0xff, - 0xbb, - 0x45, - 0xff, - 0x56, - 0x71, - 0xfe, - 0x78, - 0xaa, - 0xfe, - 0x66, - 0xfd, - 0xfd, - 0xc2, - 0x57, - 0xfe, - 0xfc, - 0x4c, - 0xfe, - 0x29, - 0xa6, - 0xfe, - 0x10, - 0xba, - 0xfe, - 0x0b, - 0xee, - 0xfd, - 0xe5, - 0x1b, - 0xff, - 0xec, - 0x47, - 0x00, - 0x33, - 0xd6, - 0x00, - 0x0e, - 0x35, - 0x00, - 0xf9, - 0x71, - 0xff, - 0xe2, - 0x7e, - 0xff, - 0xf8, - 0xeb, - 0xfe, - 0xb0, - 0x23, - 0xff, - 0x32, - 0xc4, - 0xfe, - 0x84, - 0xa0, - 0xfd, - 0x3b, - 0x78, - 0xfe, - 0xbf, - 0x45, - 0xff, - 0x82, - 0x96, - 0xff, - 0x1b, - 0x5c, - 0x00, - 0xf2, - 0x87, - 0x21, - 0x1d, - 0x9d, - 0x3e, - 0xa7, - 0x2f, - 0x07, - 0x0c, - 0x05, - 0xed, - 0xc9, - 0x1a, - 0x07, - 0x1e, - 0x6f, - 0xf5, - 0x44, - 0xec, - 0x02, - 0x49, - 0x5d, - 0x0f, - 0x47, - 0xc4, - 0xef, - 0x7f, - 0xbf, - 0xed, - 0x24, - 0x4f, - 0x02, - 0x8d, - 0xbc, - 0x14, - 0x94, - 0xfd, - 0x01, - 0xba, - 0xd1, - 0xee, - 0xfa, - 0x3c, - 0xf3, - 0x2e, - 0xf6, - 0xf2, - 0x17, - 0x26, - 0x08, - 0x3e, - 0xd6, - 0x09, - 0x2d, - 0xa7, - 0xf9, - 0x09, - 0x61, - 0xfa, - 0xeb, - 0x88, - 0xfd, - 0xd4, - 0x00, - 0x01, - 0xc0, - 0x2c, - 0xfb, - 0xd9, - 0x83, - 0xfe, - 0x2e, - 0xa3, - 0xff, - 0xac, - 0x29, - 0xfc, - 0x0b, - 0x43, - 0x01, - 0xea, - 0x18, - 0xfb, - 0x58, - 0x73, - 0xfc, - 0xda, - 0x73, - 0x00, - 0x3d, - 0xd2, - 0xfe, - 0xed, - 0x07, - 0x00, - 0xbe, - 0xaf, - 0xfe, - 0x71, - 0xde, - 0xff, - 0xc5, - 0x37, - 0xfe, - 0xe4, - 0x38, - 0xff, - 0x93, - 0x59, - 0x00, - 0xd0, - 0x48, - 0xfe, - 0x5d, - 0x0a, - 0x01, - 0x86, - 0xf0, - 0xff, - 0xd0, - 0x2d, - 0xff, - 0x27, - 0x65, - 0xff, - 0xa6, - 0x19, - 0xfe, - 0xd0, - 0xc7, - 0xfe, - 0xc6, - 0x08, - 0xfe, - 0xc8, - 0x22, - 0xfe, - 0xc1, - 0x36, - 0xfe, - 0x20, - 0x9a, - 0xfe, - 0x72, - 0x07, - 0xff, - 0xf4, - 0x18, - 0xfe, - 0xee, - 0x39, - 0xff, - 0x5e, - 0x43, - 0x00, - 0x51, - 0xbf, - 0x00, - 0x3c, - 0x44, - 0x00, - 0xe5, - 0x34, - 0xff, - 0x00, - 0x74, - 0xff, - 0x77, - 0xcc, - 0xfe, - 0x35, - 0xef, - 0xfe, - 0xe8, - 0xf0, - 0xfe, - 0x37, - 0xae, - 0xfd, - 0xf0, - 0x77, - 0xfe, - 0x6d, - 0x36, - 0xff, - 0xb1, - 0x80, - 0xff, - 0x04, - 0x62, - 0x00, - 0x14, - 0x4d, - 0x21, - 0xf2, - 0x24, - 0x3e, - 0xe1, - 0xc7, - 0x08, - 0xd9, - 0xf1, - 0xef, - 0xb0, - 0xd3, - 0x06, - 0xe7, - 0x63, - 0xf4, - 0x42, - 0xfa, - 0x02, - 0x1f, - 0x30, - 0x0e, - 0x79, - 0x89, - 0xef, - 0xc0, - 0x10, - 0xed, - 0xaf, - 0xf7, - 0xff, - 0x0c, - 0x55, - 0x14, - 0x6b, - 0x3d, - 0x04, - 0x12, - 0x6a, - 0xf2, - 0xa0, - 0x3e, - 0xf3, - 0x38, - 0x91, - 0xef, - 0x8c, - 0x7d, - 0x07, - 0x1a, - 0x30, - 0x0b, - 0xbf, - 0x53, - 0xfb, - 0x22, - 0xd8, - 0xfa, - 0xac, - 0x14, - 0xfc, - 0x18, - 0x09, - 0x01, - 0x63, - 0xc6, - 0xfb, - 0x67, - 0x25, - 0xfe, - 0x8e, - 0xeb, - 0xff, - 0xf3, - 0xb6, - 0xfc, - 0xab, - 0x37, - 0x01, - 0x8f, - 0xc6, - 0xfa, - 0xfc, - 0x5c, - 0xfc, - 0xb6, - 0x23, - 0x00, - 0xa5, - 0x6b, - 0xfe, - 0xce, - 0x2d, - 0x00, - 0xbb, - 0x7b, - 0xfe, - 0xf5, - 0xdd, - 0xff, - 0x13, - 0xdd, - 0xfe, - 0x4d, - 0xaa, - 0xff, - 0xd9, - 0xbf, - 0x00, - 0x06, - 0x2f, - 0xfe, - 0xea, - 0xf0, - 0x00, - 0xf3, - 0x2a, - 0x00, - 0x9d, - 0x19, - 0xff, - 0xa5, - 0x74, - 0xff, - 0x61, - 0x0f, - 0xfe, - 0xe5, - 0xd2, - 0xfe, - 0xac, - 0x01, - 0xfe, - 0xe9, - 0xe7, - 0xfd, - 0xb5, - 0x4e, - 0xfe, - 0x56, - 0xa3, - 0xfe, - 0x17, - 0x5e, - 0xff, - 0x66, - 0x54, - 0xfe, - 0x6d, - 0x37, - 0xff, - 0x06, - 0x76, - 0x00, - 0xb9, - 0xbe, - 0x00, - 0x39, - 0x58, - 0x00, - 0xea, - 0x1f, - 0xff, - 0x11, - 0x33, - 0xff, - 0xe8, - 0x97, - 0xfe, - 0xe3, - 0xc5, - 0xfe, - 0x35, - 0xfc, - 0xfe, - 0x54, - 0x9e, - 0xfd, - 0x22, - 0x7a, - 0xfe, - 0x9c, - 0x46, - 0xff, - 0x70, - 0x7d, - 0xff, - 0x12, - 0x6f, - 0x00, - 0x06, - 0xab, - 0x20, - 0xf9, - 0x18, - 0x3d, - 0x45, - 0xca, - 0x0a, - 0xa0, - 0xf8, - 0xf2, - 0x24, - 0x4c, - 0x06, - 0xad, - 0x66, - 0xf4, - 0x1c, - 0xb7, - 0x02, - 0x9d, - 0x6a, - 0x0c, - 0xf7, - 0x60, - 0xf0, - 0x74, - 0x04, - 0xec, - 0xa8, - 0x3c, - 0xfd, - 0x47, - 0xbc, - 0x13, - 0xd4, - 0x13, - 0x05, - 0x94, - 0x71, - 0xf6, - 0x30, - 0x31, - 0xf5, - 0xdb, - 0x2b, - 0xec, - 0x97, - 0xb2, - 0x05, - 0xcb, - 0x47, - 0x0c, - 0xf6, - 0x52, - 0xfc, - 0x3a, - 0xd9, - 0xfb, - 0xab, - 0xeb, - 0xfb, - 0x8e, - 0x46, - 0x00, - 0xc9, - 0xe6, - 0xfc, - 0xfb, - 0x61, - 0xfe, - 0x99, - 0x1a, - 0xff, - 0xf8, - 0x38, - 0xfd, - 0xb4, - 0x7e, - 0x01, - 0xb7, - 0x87, - 0xfa, - 0x24, - 0x09, - 0xfc, - 0x95, - 0xc8, - 0xff, - 0xb3, - 0xf1, - 0xfd, - 0x5a, - 0x57, - 0x00, - 0x5f, - 0x1d, - 0xff, - 0x4c, - 0xdd, - 0xff, - 0x33, - 0x72, - 0xff, - 0x09, - 0xfd, - 0xff, - 0xbd, - 0x9e, - 0x00, - 0x63, - 0x4d, - 0xfe, - 0xaf, - 0xad, - 0x00, - 0xfb, - 0x2b, - 0x00, - 0x73, - 0x19, - 0xff, - 0x1b, - 0x73, - 0xff, - 0xe6, - 0x04, - 0xfe, - 0x23, - 0xd5, - 0xfe, - 0x05, - 0x4c, - 0xfe, - 0x0a, - 0xdc, - 0xfd, - 0x55, - 0x64, - 0xfe, - 0xed, - 0xc4, - 0xfe, - 0x3f, - 0x82, - 0xff, - 0xd3, - 0x74, - 0xfe, - 0x1a, - 0x47, - 0xff, - 0xc6, - 0xd9, - 0x00, - 0x7a, - 0xe4, - 0x00, - 0x59, - 0x5d, - 0x00, - 0x21, - 0x17, - 0xff, - 0xd6, - 0xdb, - 0xfe, - 0xcc, - 0x53, - 0xfe, - 0xe6, - 0xb0, - 0xfe, - 0xd6, - 0xf7, - 0xfe, - 0x4a, - 0x9b, - 0xfd, - 0xc0, - 0x82, - 0xfe, - 0xd1, - 0x4b, - 0xff, - 0x04, - 0x8b, - 0xff, - 0x5d, - 0x8e, - 0x00, - 0x8c, - 0x75, - 0x1c, - 0xed, - 0x91, - 0x3b, - 0x2d, - 0x83, - 0x11, - 0x74, - 0x20, - 0xf3, - 0xc7, - 0xb6, - 0x05, - 0x1c, - 0x84, - 0xf7, - 0xb8, - 0x46, - 0xff, - 0x43, - 0xf2, - 0x0b, - 0xc5, - 0x9f, - 0xf2, - 0x8f, - 0x1f, - 0xeb, - 0xd7, - 0x4d, - 0xf9, - 0x6c, - 0x58, - 0x11, - 0x5e, - 0xde, - 0x07, - 0x07, - 0x27, - 0xf8, - 0x55, - 0x43, - 0xf9, - 0x10, - 0x4e, - 0xea, - 0x76, - 0x3e, - 0xff, - 0xfb, - 0xa4, - 0x0e, - 0xa8, - 0x51, - 0xfd, - 0x8d, - 0xad, - 0xfc, - 0x0c, - 0x13, - 0xfd, - 0x19, - 0xea, - 0xfe, - 0x75, - 0xf4, - 0xfd, - 0xb3, - 0x2c, - 0xfe, - 0x6d, - 0x03, - 0xff, - 0x0d, - 0xce, - 0xfc, - 0x3c, - 0x44, - 0x01, - 0xb8, - 0x1a, - 0xfb, - 0x0a, - 0xff, - 0xfa, - 0x16, - 0x2c, - 0x00, - 0x58, - 0x76, - 0xfd, - 0xea, - 0x67, - 0x00, - 0x57, - 0x50, - 0x00, - 0x3b, - 0x69, - 0xff, - 0x70, - 0x0f, - 0x00, - 0x7d, - 0xd7, - 0xff, - 0x8a, - 0x39, - 0x00, - 0xe7, - 0x87, - 0xfe, - 0x75, - 0x30, - 0x00, - 0x0f, - 0x27, - 0x00, - 0x81, - 0xa5, - 0xfe, - 0x18, - 0x98, - 0xff, - 0xe5, - 0x3f, - 0xfe, - 0x0e, - 0xa9, - 0xfe, - 0x1b, - 0xe5, - 0xfe, - 0x14, - 0xe2, - 0xfd, - 0xd0, - 0x87, - 0xfe, - 0xae, - 0xae, - 0xfe, - 0x21, - 0x3e, - 0xff, - 0x3a, - 0xc4, - 0xfe, - 0x61, - 0x50, - 0xff, - 0x33, - 0x0e, - 0x01, - 0xe9, - 0xe8, - 0x00, - 0xb3, - 0x77, - 0x00, - 0xc4, - 0x38, - 0xff, - 0x84, - 0x99, - 0xfe, - 0x60, - 0x43, - 0xfe, - 0x47, - 0x77, - 0xfe, - 0xf0, - 0xfc, - 0xfe, - 0x92, - 0xaf, - 0xfd, - 0x29, - 0x4f, - 0xfe, - 0xce, - 0x65, - 0xff, - 0xf9, - 0x94, - 0xff, - 0xff, - 0x78, - 0x00, - 0xcc, - 0xd0, - 0x1c, - 0x3e, - 0x77, - 0x39, - 0xaa, - 0xb8, - 0x0f, - 0x7a, - 0x12, - 0xf7, - 0x9b, - 0xd3, - 0x06, - 0x8a, - 0x31, - 0xf6, - 0x3f, - 0x5c, - 0x00, - 0xab, - 0xe3, - 0x09, - 0xe6, - 0x5a, - 0xf2, - 0x60, - 0x48, - 0xec, - 0x1f, - 0x3d, - 0xf7, - 0xa1, - 0xe1, - 0x0f, - 0x87, - 0xbf, - 0x07, - 0xc8, - 0xe3, - 0xf9, - 0xf1, - 0xa8, - 0xfb, - 0xb4, - 0xc8, - 0xe9, - 0x42, - 0x4b, - 0xfb, - 0x84, - 0xa3, - 0x0d, - 0x39, - 0x7c, - 0xff, - 0xb7, - 0x48, - 0xfd, - 0x9f, - 0x43, - 0xfe, - 0x03, - 0xae, - 0xfe, - 0x05, - 0xf2, - 0xfd, - 0x6e, - 0x04, - 0xff, - 0xbd, - 0xd0, - 0xfd, - 0x85, - 0x75, - 0xfc, - 0xd4, - 0xef, - 0x00, - 0x0a, - 0x16, - 0xfb, - 0xcb, - 0x1d, - 0xfb, - 0xb5, - 0x2a, - 0x00, - 0x98, - 0xfa, - 0xfd, - 0x69, - 0x51, - 0x00, - 0xdc, - 0x2b, - 0x01, - 0xd8, - 0x9d, - 0xff, - 0x76, - 0x9c, - 0xff, - 0xaa, - 0xff, - 0xff, - 0xe4, - 0x2a, - 0x00, - 0x7a, - 0x9f, - 0xfe, - 0xa7, - 0x79, - 0xff, - 0xdb, - 0x6a, - 0xff, - 0xc1, - 0xb2, - 0xfe, - 0xe8, - 0xe7, - 0xff, - 0xa0, - 0x78, - 0xfe, - 0xdf, - 0x9c, - 0xfe, - 0x8f, - 0x42, - 0xff, - 0x5e, - 0x23, - 0xfe, - 0x96, - 0x74, - 0xfe, - 0xa6, - 0x87, - 0xfe, - 0xe3, - 0x19, - 0xff, - 0xe3, - 0x33, - 0xff, - 0x8e, - 0xb4, - 0xff, - 0xc6, - 0x04, - 0x01, - 0xe8, - 0xdb, - 0x00, - 0xf0, - 0x6f, - 0x00, - 0x84, - 0x5a, - 0xff, - 0x8c, - 0x75, - 0xfe, - 0x6d, - 0xfb, - 0xfd, - 0x54, - 0x77, - 0xfe, - 0x20, - 0xd5, - 0xfe, - 0x3d, - 0xc0, - 0xfd, - 0x1b, - 0x8e, - 0xfe, - 0xfb, - 0x7b, - 0xff, - 0xc4, - 0xaf, - 0xff, - 0x9e, - 0x7e, - 0x00, - 0x8e, - 0x1a, - 0x1c, - 0x52, - 0x9a, - 0x37, - 0xca, - 0x25, - 0x0f, - 0xf3, - 0xa7, - 0xf8, - 0x34, - 0x49, - 0x08, - 0xb0, - 0x34, - 0xf6, - 0x84, - 0x56, - 0xff, - 0x55, - 0xe7, - 0x09, - 0x7a, - 0xd9, - 0xf2, - 0x08, - 0xad, - 0xec, - 0x58, - 0xb1, - 0xf6, - 0x5c, - 0x1b, - 0x0e, - 0x03, - 0x10, - 0x08, - 0x49, - 0x7f, - 0xf9, - 0x95, - 0x04, - 0xfd, - 0x82, - 0x3b, - 0xec, - 0xac, - 0xa4, - 0xf6, - 0x9c, - 0xc1, - 0x0b, - 0x4a, - 0x41, - 0x02, - 0x90, - 0x94, - 0xfd, - 0xc7, - 0x02, - 0xff, - 0x03, - 0x89, - 0xfe, - 0x2e, - 0xca, - 0xfd, - 0xbd, - 0xb4, - 0xff, - 0x2a, - 0x87, - 0xfd, - 0x92, - 0x18, - 0xfb, - 0x58, - 0x3a, - 0x00, - 0x1b, - 0xca, - 0xfc, - 0x59, - 0x3a, - 0xfb, - 0x60, - 0xe2, - 0xff, - 0x06, - 0xb0, - 0xfe, - 0xde, - 0xd3, - 0xff, - 0x4f, - 0x80, - 0x01, - 0xa3, - 0xa9, - 0xff, - 0x36, - 0x30, - 0xff, - 0x50, - 0x44, - 0x00, - 0xdd, - 0x24, - 0x00, - 0xbc, - 0x81, - 0xfe, - 0x8a, - 0x0d, - 0xff, - 0xa4, - 0x28, - 0xff, - 0x03, - 0xd2, - 0xfe, - 0x4a, - 0x29, - 0x00, - 0x21, - 0xae, - 0xfe, - 0xfc, - 0x63, - 0xfe, - 0xea, - 0x72, - 0xff, - 0x9d, - 0x51, - 0xfe, - 0xc7, - 0x49, - 0xfe, - 0x20, - 0x8a, - 0xfe, - 0x78, - 0xf9, - 0xfe, - 0x28, - 0x74, - 0xff, - 0xd2, - 0x11, - 0x00, - 0x42, - 0xee, - 0x00, - 0x3a, - 0xb6, - 0x00, - 0xc9, - 0x75, - 0x00, - 0x6c, - 0x8b, - 0xff, - 0xd3, - 0x3f, - 0xfe, - 0x20, - 0xbc, - 0xfd, - 0x68, - 0x69, - 0xfe, - 0x59, - 0xca, - 0xfe, - 0x5e, - 0x20, - 0xfe, - 0x71, - 0xaf, - 0xfe, - 0xc6, - 0x65, - 0xff, - 0x99, - 0xca, - 0xff, - 0xeb, - 0x7c, - 0x00, - 0xac, - 0x3a, - 0x1b, - 0xfd, - 0x1c, - 0x36, - 0xe3, - 0x78, - 0x0e, - 0xa5, - 0x67, - 0xf8, - 0x3a, - 0xfe, - 0x09, - 0x11, - 0x7b, - 0xf7, - 0xd2, - 0x9c, - 0xfc, - 0xf6, - 0x98, - 0x09, - 0x1d, - 0x6d, - 0xf5, - 0xf6, - 0x7b, - 0xee, - 0xc8, - 0x9a, - 0xf6, - 0x89, - 0x6c, - 0x0b, - 0x41, - 0xe4, - 0x07, - 0xf8, - 0x69, - 0xf8, - 0xca, - 0x6c, - 0xfd, - 0x98, - 0x49, - 0xf1, - 0x40, - 0x17, - 0xf3, - 0x73, - 0x1b, - 0x07, - 0xcf, - 0xe6, - 0x04, - 0x8f, - 0x89, - 0xfe, - 0x55, - 0x80, - 0xff, - 0x71, - 0x1c, - 0xff, - 0x8c, - 0x33, - 0xfd, - 0x91, - 0x6f, - 0xff, - 0x26, - 0x68, - 0xfd, - 0x18, - 0xbe, - 0xfa, - 0xd1, - 0xe5, - 0xff, - 0x4a, - 0x28, - 0xfe, - 0x14, - 0xc9, - 0xfb, - 0x09, - 0xb8, - 0xff, - 0x87, - 0x58, - 0xff, - 0x08, - 0x07, - 0xff, - 0x6a, - 0x34, - 0x01, - 0x30, - 0x1c, - 0x00, - 0x0b, - 0xbb, - 0xfe, - 0x80, - 0x1e, - 0x00, - 0x3a, - 0x26, - 0x00, - 0xad, - 0x7f, - 0xfe, - 0xc8, - 0x39, - 0xff, - 0x48, - 0x78, - 0xff, - 0x8c, - 0xc1, - 0xfe, - 0x61, - 0xfd, - 0xff, - 0x73, - 0x3b, - 0xff, - 0xd3, - 0x4e, - 0xfe, - 0x9a, - 0x2c, - 0xff, - 0x1f, - 0x94, - 0xfe, - 0x2c, - 0x32, - 0xfe, - 0x05, - 0x9e, - 0xfe, - 0x35, - 0xe9, - 0xfe, - 0x93, - 0x5c, - 0xff, - 0x92, - 0x80, - 0x00, - 0x47, - 0x2c, - 0x01, - 0xe1, - 0x8a, - 0x00, - 0x00, - 0x4b, - 0x00, - 0x52, - 0x83, - 0xff, - 0x84, - 0xf8, - 0xfd, - 0x07, - 0xd2, - 0xfd, - 0xc0, - 0x99, - 0xfe, - 0x9d, - 0x95, - 0xfe, - 0xd4, - 0x7d, - 0xfe, - 0xd0, - 0xf3, - 0xfe, - 0x1d, - 0x46, - 0xff, - 0xb8, - 0xcb, - 0xff, - 0x2e, - 0x78, - 0x00, - 0x59, - 0x7f, - 0x1b, - 0x4f, - 0xb9, - 0x34, - 0xa0, - 0xc6, - 0x0b, - 0x7c, - 0x4d, - 0xf8, - 0xf6, - 0x40, - 0x0b, - 0x7c, - 0xc0, - 0xf8, - 0xf1, - 0xdb, - 0xfc, - 0x18, - 0xbd, - 0x06, - 0xdf, - 0x88, - 0xf5, - 0xe9, - 0xc8, - 0xf3, - 0xa6, - 0x94, - 0xf7, - 0x73, - 0x4f, - 0x08, - 0xeb, - 0xfd, - 0x07, - 0x79, - 0xbf, - 0xf6, - 0xed, - 0xad, - 0xfc, - 0x71, - 0xdc, - 0xf6, - 0x2a, - 0x4a, - 0xf2, - 0x28, - 0xe9, - 0x01, - 0x9d, - 0xf1, - 0x05, - 0x11, - 0x7e, - 0xff, - 0x0c, - 0xfc, - 0xfe, - 0x2b, - 0xa5, - 0x00, - 0xcf, - 0x7a, - 0xfd, - 0x26, - 0x87, - 0xfd, - 0xb5, - 0x7c, - 0xfd, - 0x32, - 0xda, - 0xfb, - 0x4d, - 0x72, - 0xff, - 0x7c, - 0x89, - 0xff, - 0xbf, - 0xab, - 0xfc, - 0x13, - 0x4c, - 0xfe, - 0x3a, - 0xe2, - 0xff, - 0xd4, - 0x4d, - 0xff, - 0xad, - 0x5a, - 0x00, - 0xeb, - 0x6d, - 0x00, - 0x15, - 0xd0, - 0xfe, - 0x7e, - 0xb5, - 0xff, - 0x6f, - 0x01, - 0x00, - 0x9f, - 0xc8, - 0xfe, - 0x9f, - 0x85, - 0xff, - 0x11, - 0xb8, - 0xff, - 0x53, - 0xd9, - 0xfe, - 0xe5, - 0xc3, - 0xff, - 0x3e, - 0xaf, - 0xff, - 0x97, - 0x5c, - 0xfe, - 0x25, - 0xbd, - 0xfe, - 0x26, - 0xd2, - 0xfe, - 0x13, - 0x43, - 0xfe, - 0x5d, - 0xa4, - 0xfe, - 0xb8, - 0x10, - 0xff, - 0x0a, - 0x5c, - 0xff, - 0x52, - 0x97, - 0x00, - 0x3b, - 0x69, - 0x01, - 0x5b, - 0x73, - 0x00, - 0x13, - 0xe7, - 0xff, - 0x99, - 0x7a, - 0xff, - 0x73, - 0xda, - 0xfd, - 0x5b, - 0xee, - 0xfd, - 0x72, - 0xfc, - 0xfe, - 0xb7, - 0x87, - 0xfe, - 0x16, - 0x85, - 0xfe, - 0x74, - 0x02, - 0xff, - 0x7e, - 0x31, - 0xff, - 0xb2, - 0xda, - 0xff, - 0x89, - 0xb9, - 0x00, - 0x56, - 0x81, - 0x1a, - 0x14, - 0xf7, - 0x31, - 0x41, - 0x42, - 0x0a, - 0x19, - 0x39, - 0xf9, - 0x25, - 0x85, - 0x0c, - 0x67, - 0x03, - 0xfa, - 0x77, - 0x96, - 0xfc, - 0x68, - 0x51, - 0x05, - 0xdf, - 0xb6, - 0xf5, - 0xb2, - 0x8a, - 0xf6, - 0xf8, - 0xa0, - 0xf9, - 0xa0, - 0x53, - 0x06, - 0x50, - 0xd5, - 0x07, - 0x8f, - 0x44, - 0xf7, - 0x03, - 0x35, - 0xfb, - 0x57, - 0xe9, - 0xfa, - 0xc7, - 0xf0, - 0xf3, - 0x7f, - 0xe0, - 0xfc, - 0xe6, - 0x89, - 0x05, - 0x54, - 0x90, - 0x00, - 0x52, - 0xb6, - 0xfd, - 0x10, - 0x46, - 0x01, - 0x50, - 0x57, - 0xfe, - 0xab, - 0x1d, - 0xfd, - 0x0a, - 0x8e, - 0xfd, - 0xe1, - 0x99, - 0xfc, - 0x73, - 0x93, - 0xff, - 0x51, - 0x42, - 0x00, - 0x16, - 0x49, - 0xfd, - 0x90, - 0xfb, - 0xfc, - 0xcb, - 0x1c, - 0x00, - 0xb9, - 0x24, - 0x00, - 0x03, - 0x98, - 0xff, - 0xbe, - 0x9b, - 0x00, - 0x84, - 0x27, - 0xff, - 0x26, - 0x43, - 0xff, - 0x71, - 0xf8, - 0xff, - 0xb9, - 0x88, - 0xff, - 0x67, - 0xc0, - 0xff, - 0xa5, - 0x5d, - 0xff, - 0x4b, - 0x1e, - 0xff, - 0xf0, - 0x6a, - 0xff, - 0x6b, - 0x97, - 0xff, - 0x7f, - 0xea, - 0xfe, - 0xbf, - 0x78, - 0xfe, - 0xdd, - 0xf0, - 0xfe, - 0x29, - 0xbc, - 0xfe, - 0x03, - 0xb8, - 0xfe, - 0xf9, - 0x1a, - 0xff, - 0xbd, - 0x87, - 0xff, - 0x89, - 0xae, - 0x00, - 0x32, - 0x42, - 0x01, - 0x09, - 0x82, - 0x00, - 0xaf, - 0xbb, - 0xff, - 0x1e, - 0x19, - 0xff, - 0x23, - 0x25, - 0xfe, - 0x3f, - 0x47, - 0xfe, - 0x6d, - 0xf5, - 0xfe, - 0x4a, - 0xbe, - 0xfe, - 0xfb, - 0x97, - 0xfe, - 0x43, - 0xb7, - 0xfe, - 0xec, - 0x44, - 0xff, - 0xab, - 0x12, - 0x00, - 0xc3, - 0xb8, - 0x00, - 0xa9, - 0x98, - 0x19, - 0x79, - 0x7b, - 0x2e, - 0x05, - 0x38, - 0x08, - 0xd8, - 0x60, - 0xfb, - 0x10, - 0x9f, - 0x0d, - 0x06, - 0xde, - 0xf9, - 0x38, - 0x63, - 0xfc, - 0xd0, - 0x88, - 0x05, - 0x24, - 0x9f, - 0xf7, - 0x2a, - 0x55, - 0xf6, - 0x95, - 0x08, - 0xf9, - 0x35, - 0xc8, - 0x06, - 0x88, - 0x28, - 0x08, - 0x51, - 0x3f, - 0xf8, - 0x3a, - 0x30, - 0xfa, - 0xce, - 0x64, - 0xfc, - 0x3d, - 0xf8, - 0xf6, - 0x46, - 0x8d, - 0xfa, - 0x0a, - 0xfa, - 0x03, - 0xa2, - 0x21, - 0x01, - 0x6d, - 0x9e, - 0xfc, - 0x94, - 0x72, - 0x00, - 0x02, - 0x86, - 0xfe, - 0x3d, - 0xfb, - 0xfd, - 0xb7, - 0xa0, - 0xfe, - 0x1c, - 0xf7, - 0xfc, - 0x85, - 0xac, - 0xfe, - 0x81, - 0x01, - 0x00, - 0xbf, - 0x44, - 0xfe, - 0xae, - 0x16, - 0xfd, - 0x41, - 0x44, - 0x00, - 0x59, - 0x56, - 0x00, - 0x93, - 0x42, - 0xff, - 0x79, - 0xb8, - 0x00, - 0x0c, - 0x16, - 0xff, - 0xd3, - 0x1d, - 0xff, - 0x86, - 0x35, - 0x00, - 0xb7, - 0xc5, - 0xff, - 0xbf, - 0xb4, - 0xff, - 0x22, - 0x3f, - 0xff, - 0xad, - 0x1e, - 0xff, - 0x92, - 0x28, - 0xff, - 0x20, - 0x92, - 0xff, - 0xa0, - 0x2f, - 0xff, - 0xa2, - 0x74, - 0xfe, - 0x36, - 0x06, - 0xff, - 0x4e, - 0x0c, - 0xff, - 0xef, - 0xf1, - 0xfe, - 0xdf, - 0x24, - 0xff, - 0xf0, - 0xa3, - 0xff, - 0x0d, - 0xde, - 0x00, - 0x3b, - 0x29, - 0x01, - 0xf1, - 0x73, - 0x00, - 0x27, - 0xc6, - 0xff, - 0xd9, - 0xec, - 0xfe, - 0xe5, - 0x53, - 0xfe, - 0x4e, - 0xaa, - 0xfe, - 0x75, - 0xef, - 0xfe, - 0x87, - 0xc7, - 0xfe, - 0xb0, - 0xb6, - 0xfe, - 0x26, - 0x93, - 0xfe, - 0x20, - 0x36, - 0xff, - 0x0c, - 0x3d, - 0x00, - 0xa9, - 0xa2, - 0x00, - 0xc3, - 0x36, - 0x17, - 0x77, - 0xb6, - 0x2a, - 0x8c, - 0x62, - 0x08, - 0x8e, - 0xd0, - 0xfc, - 0x2c, - 0xcb, - 0x0d, - 0x5e, - 0xa6, - 0xfa, - 0x61, - 0x30, - 0xfc, - 0xcb, - 0x49, - 0x06, - 0x40, - 0x82, - 0xf9, - 0x1d, - 0x81, - 0xf6, - 0xe7, - 0x6a, - 0xf8, - 0xf8, - 0x16, - 0x05, - 0xd8, - 0x55, - 0x08, - 0xe8, - 0xce, - 0xfa, - 0x43, - 0xe5, - 0xf9, - 0x4a, - 0xa8, - 0xfc, - 0xa8, - 0x78, - 0xf9, - 0xf0, - 0x27, - 0xfa, - 0xf7, - 0xf9, - 0x02, - 0x53, - 0x54, - 0x01, - 0x79, - 0x7a, - 0xfb, - 0x07, - 0x62, - 0xff, - 0x47, - 0x82, - 0xfe, - 0xea, - 0x54, - 0xfe, - 0xa8, - 0xc5, - 0xff, - 0x5a, - 0xaf, - 0xfd, - 0x0b, - 0x80, - 0xfd, - 0xd4, - 0x47, - 0xff, - 0x57, - 0xa1, - 0xff, - 0xeb, - 0xfc, - 0xfd, - 0x0c, - 0x29, - 0x00, - 0x7f, - 0x79, - 0x00, - 0x33, - 0x1e, - 0xff, - 0x79, - 0x69, - 0x00, - 0x9c, - 0x20, - 0xff, - 0xe0, - 0x32, - 0xff, - 0xbc, - 0x02, - 0x00, - 0x56, - 0x89, - 0xff, - 0xae, - 0xb0, - 0xff, - 0x71, - 0x40, - 0xff, - 0xf5, - 0x47, - 0xff, - 0xab, - 0x4f, - 0xff, - 0xd9, - 0x72, - 0xff, - 0x1d, - 0x4d, - 0xff, - 0x2f, - 0xbc, - 0xfe, - 0x30, - 0x0d, - 0xff, - 0x35, - 0x0b, - 0xff, - 0x5a, - 0x1e, - 0xff, - 0x05, - 0x58, - 0xff, - 0x84, - 0xb9, - 0xff, - 0x2b, - 0xe4, - 0x00, - 0x0a, - 0x0a, - 0x01, - 0xb5, - 0x81, - 0x00, - 0xb4, - 0x1f, - 0x00, - 0xbb, - 0x0a, - 0xff, - 0xe6, - 0x81, - 0xfe, - 0xe6, - 0xea, - 0xfe, - 0x2a, - 0xd6, - 0xfe, - 0xe2, - 0xb3, - 0xfe, - 0x71, - 0xd4, - 0xfe, - 0x90, - 0xb2, - 0xfe, - 0xf0, - 0x31, - 0xff, - 0x3a, - 0x1a, - 0x00, - 0xba, - 0x63, - 0x00, - 0xce, - 0x1e, - 0x12, - 0xe3, - 0x7b, - 0x1f, - 0xba, - 0xb0, - 0x06, - 0x59, - 0xa8, - 0x05, - 0x17, - 0x52, - 0x11, - 0xbb, - 0xfc, - 0xf9, - 0xda, - 0xfe, - 0xfa, - 0xd7, - 0x80, - 0x06, - 0x2a, - 0x7b, - 0xfe, - 0xa3, - 0xf6, - 0xf8, - 0x02, - 0xc7, - 0xf3, - 0x28, - 0x80, - 0xff, - 0x6d, - 0x0c, - 0x09, - 0x98, - 0x3e, - 0xfe, - 0x04, - 0xb5, - 0xfd, - 0x50, - 0x32, - 0x01, - 0x2a, - 0xfa, - 0xf6, - 0xc9, - 0xb4, - 0xf6, - 0x65, - 0xf0, - 0x04, - 0xfd, - 0xa5, - 0x01, - 0xb8, - 0xdd, - 0xfa, - 0xee, - 0xe7, - 0xff, - 0xf1, - 0x1b, - 0xfe, - 0xae, - 0x09, - 0xfd, - 0x98, - 0xc9, - 0xff, - 0x9d, - 0xb3, - 0xfe, - 0x59, - 0x9a, - 0xfe, - 0x3c, - 0x58, - 0x00, - 0x87, - 0x81, - 0xfe, - 0xeb, - 0x08, - 0xfe, - 0x12, - 0x0a, - 0x02, - 0x6f, - 0x7b, - 0x00, - 0x0c, - 0xe8, - 0xfe, - 0x20, - 0x46, - 0x00, - 0xad, - 0x20, - 0xff, - 0x4b, - 0xc2, - 0xff, - 0x8e, - 0x8c, - 0xff, - 0x34, - 0x92, - 0xfe, - 0x23, - 0xbb, - 0xff, - 0x22, - 0xc0, - 0xff, - 0x59, - 0x3a, - 0xff, - 0xd3, - 0x96, - 0xff, - 0x0e, - 0xb5, - 0xff, - 0xfc, - 0x3e, - 0xff, - 0x07, - 0x86, - 0xff, - 0x0e, - 0xbe, - 0xff, - 0x21, - 0x08, - 0xff, - 0x77, - 0x47, - 0xff, - 0x38, - 0xa9, - 0xff, - 0x35, - 0xe2, - 0xff, - 0x26, - 0x21, - 0x01, - 0x18, - 0x2d, - 0x01, - 0xd9, - 0xa3, - 0x00, - 0x3c, - 0xcd, - 0x00, - 0x90, - 0x8d, - 0xff, - 0x08, - 0xb0, - 0xfe, - 0x60, - 0x20, - 0xff, - 0x69, - 0x9e, - 0xfe, - 0xab, - 0x7e, - 0xfe, - 0xa8, - 0x04, - 0xff, - 0xa6, - 0xd8, - 0xfe, - 0xb7, - 0x3a, - 0xff, - 0xfd, - 0xdf, - 0xff, - 0xeb, - 0x02, - 0x00, - 0x8a, - 0x71, - 0x0f, - 0xc1, - 0x2d, - 0x1c, - 0xa4, - 0xcd, - 0x09, - 0xbc, - 0xc4, - 0x07, - 0xe8, - 0x31, - 0x0e, - 0xe4, - 0xbc, - 0xf9, - 0xaa, - 0xf4, - 0xfa, - 0xd2, - 0x33, - 0x05, - 0x85, - 0xd6, - 0xfd, - 0xa8, - 0x92, - 0xfa, - 0x9e, - 0x51, - 0xf7, - 0xa2, - 0xb3, - 0xfc, - 0x90, - 0x32, - 0x05, - 0xc0, - 0x13, - 0x00, - 0x74, - 0x5e, - 0xff, - 0x44, - 0x59, - 0x02, - 0x72, - 0x41, - 0xf9, - 0xce, - 0x69, - 0xf6, - 0x3c, - 0x5d, - 0x01, - 0x93, - 0x63, - 0x02, - 0x47, - 0xa9, - 0xfe, - 0xbb, - 0xc7, - 0xff, - 0xa3, - 0x9c, - 0xfd, - 0xba, - 0x97, - 0xfd, - 0xfe, - 0xe6, - 0xff, - 0xde, - 0x56, - 0xff, - 0xfc, - 0x46, - 0xff, - 0x38, - 0x24, - 0x00, - 0x60, - 0x90, - 0xfe, - 0x26, - 0x20, - 0xfe, - 0xd8, - 0xbd, - 0x00, - 0x95, - 0x5d, - 0x00, - 0x22, - 0x28, - 0xff, - 0x3a, - 0xf2, - 0xff, - 0x41, - 0xad, - 0xff, - 0x73, - 0x3d, - 0xff, - 0x6a, - 0x6a, - 0xff, - 0xfa, - 0x32, - 0xff, - 0x66, - 0x27, - 0xff, - 0x18, - 0x89, - 0xff, - 0x92, - 0x90, - 0xff, - 0xb5, - 0x67, - 0xff, - 0x26, - 0x95, - 0xff, - 0x37, - 0xd5, - 0xff, - 0x31, - 0xbf, - 0xff, - 0x71, - 0xab, - 0xff, - 0x97, - 0xf1, - 0xff, - 0xd0, - 0x7f, - 0x00, - 0x47, - 0xc7, - 0x00, - 0x5d, - 0xa8, - 0x00, - 0x32, - 0xfb, - 0x00, - 0x9c, - 0x2e, - 0x00, - 0x1d, - 0xd3, - 0xfe, - 0x2d, - 0x59, - 0xff, - 0x92, - 0x57, - 0xff, - 0xad, - 0xbc, - 0xfe, - 0x5a, - 0x3e, - 0xff, - 0x27, - 0x39, - 0xff, - 0x6e, - 0x20, - 0xff, - 0x1e, - 0x6d, - 0xff, - 0x61, - 0x80, - 0xff, - 0x51, - 0x37, - 0x00, - 0xe6, - 0x96, - 0x00, - 0x65, - 0x0c, - 0x00, - 0xad, - 0x86, - 0x0e, - 0xdd, - 0x3a, - 0x19, - 0xbc, - 0xbc, - 0x08, - 0xec, - 0x3c, - 0x08, - 0xb5, - 0x6d, - 0x0c, - 0x60, - 0xfb, - 0xfa, - 0x20, - 0x9f, - 0xfd, - 0x62, - 0x1d, - 0x04, - 0xdc, - 0x65, - 0xfd, - 0x37, - 0x92, - 0xfb, - 0x17, - 0x13, - 0xf8, - 0x99, - 0xdc, - 0xfc, - 0x86, - 0x02, - 0x04, - 0xf1, - 0xb1, - 0xff, - 0xf1, - 0xc4, - 0xff, - 0x2d, - 0x33, - 0x02, - 0xed, - 0xfb, - 0xfa, - 0x83, - 0x18, - 0xf8, - 0x56, - 0x5b, - 0x00, - 0x6e, - 0xd1, - 0x02, - 0xf3, - 0x4f, - 0xff, - 0x8a, - 0x81, - 0xfe, - 0xf7, - 0xf1, - 0xfd, - 0xaa, - 0x9c, - 0xfe, - 0x59, - 0xe7, - 0xff, - 0xf4, - 0x21, - 0xff, - 0xc9, - 0xb3, - 0xfe, - 0xbe, - 0x96, - 0xff, - 0xa9, - 0x3a, - 0xff, - 0xfa, - 0x09, - 0xff, - 0x45, - 0x01, - 0x00, - 0x9b, - 0x66, - 0xff, - 0x6d, - 0x4b, - 0xff, - 0x96, - 0x50, - 0x00, - 0xe5, - 0xce, - 0xff, - 0x9a, - 0x46, - 0xff, - 0x9b, - 0x78, - 0xff, - 0x94, - 0x2c, - 0xff, - 0x46, - 0x35, - 0xff, - 0xe5, - 0xad, - 0xff, - 0xa9, - 0x9f, - 0xff, - 0xd6, - 0x6b, - 0xff, - 0x06, - 0xaf, - 0xff, - 0x0a, - 0x03, - 0x00, - 0x11, - 0xee, - 0xff, - 0x72, - 0x01, - 0x00, - 0x82, - 0x61, - 0x00, - 0xff, - 0xc2, - 0x00, - 0x02, - 0xa8, - 0x00, - 0xdd, - 0x7b, - 0x00, - 0xab, - 0xbe, - 0x00, - 0x32, - 0xaf, - 0xff, - 0x04, - 0xdf, - 0xfe, - 0x4c, - 0x85, - 0xff, - 0x09, - 0x26, - 0xff, - 0x19, - 0x06, - 0xff, - 0x2d, - 0x84, - 0xff, - 0x5a, - 0x28, - 0xff, - 0x15, - 0x41, - 0xff, - 0xbf, - 0x85, - 0xff, - 0x71, - 0x89, - 0xff, - 0x6d, - 0x2d, - 0x00, - 0x96, - 0x54, - 0x00, - 0xe8, - 0xc9, - 0xff, - 0x0b, - 0xfc, - 0x0d, - 0xb0, - 0x1f, - 0x16, - 0xdd, - 0x74, - 0x07, - 0x79, - 0x3d, - 0x08, - 0xc6, - 0xca, - 0x09, - 0x51, - 0x2e, - 0xfd, - 0xce, - 0x60, - 0x00, - 0xc3, - 0x0b, - 0x02, - 0x87, - 0x81, - 0xfd, - 0xf0, - 0x3e, - 0xfc, - 0x1b, - 0xc8, - 0xf8, - 0x31, - 0xdb, - 0xfd, - 0xeb, - 0xc3, - 0x02, - 0x00, - 0x8a, - 0xff, - 0x60, - 0x3e, - 0x00, - 0x38, - 0xcf, - 0x01, - 0x36, - 0x0d, - 0xfc, - 0x74, - 0xac, - 0xf9, - 0xa2, - 0xd2, - 0x00, - 0x57, - 0xd0, - 0x02, - 0x1c, - 0x1c, - 0xff, - 0x1e, - 0x7b, - 0xfe, - 0x2a, - 0x94, - 0xfe, - 0x4b, - 0x3d, - 0xff, - 0x9f, - 0xd4, - 0xff, - 0xef, - 0xb3, - 0xfe, - 0x7a, - 0x46, - 0xfe, - 0x59, - 0x2d, - 0xff, - 0xbd, - 0x6c, - 0xff, - 0x8b, - 0x2b, - 0xff, - 0xc7, - 0x5a, - 0xff, - 0x9c, - 0x58, - 0xff, - 0x18, - 0xd8, - 0xff, - 0x83, - 0x73, - 0x00, - 0x9f, - 0xe0, - 0xff, - 0xb8, - 0x67, - 0xff, - 0xcc, - 0x48, - 0xff, - 0x85, - 0x3b, - 0xff, - 0x8f, - 0xc3, - 0xff, - 0x8a, - 0xdf, - 0xff, - 0x2b, - 0x78, - 0xff, - 0xfe, - 0x93, - 0xff, - 0xd0, - 0x02, - 0x00, - 0x3e, - 0x37, - 0x00, - 0xbb, - 0x2c, - 0x00, - 0xc7, - 0x27, - 0x00, - 0xd3, - 0x64, - 0x00, - 0x43, - 0xba, - 0x00, - 0x9f, - 0x6a, - 0x00, - 0xd1, - 0x5f, - 0x00, - 0x11, - 0x6f, - 0x00, - 0xa7, - 0x5a, - 0xff, - 0xb4, - 0x3b, - 0xff, - 0xfd, - 0x69, - 0xff, - 0x20, - 0xc7, - 0xfe, - 0x48, - 0x1e, - 0xff, - 0xe4, - 0x52, - 0xff, - 0xa7, - 0x34, - 0xff, - 0x54, - 0x81, - 0xff, - 0x2c, - 0x93, - 0xff, - 0xe7, - 0xf4, - 0xff, - 0x29, - 0x71, - 0x00, - 0x03, - 0x1d, - 0x00, - 0x69, - 0x88, - 0xff, - 0x66, - 0xff, - 0x0c, - 0x72, - 0xf7, - 0x13, - 0xb3, - 0xdd, - 0x06, - 0xd8, - 0x08, - 0x07, - 0x40, - 0x60, - 0x08, - 0x6e, - 0x7c, - 0xff, - 0xcf, - 0x12, - 0x01, - 0xd8, - 0xce, - 0x00, - 0x72, - 0xc2, - 0xfd, - 0x52, - 0x50, - 0xfc, - 0xbe, - 0xd2, - 0xf9, - 0x57, - 0x5c, - 0xfe, - 0xfd, - 0xe8, - 0x01, - 0x47, - 0xb3, - 0xff, - 0x38, - 0x60, - 0x00, - 0x68, - 0xc6, - 0x01, - 0x36, - 0xb1, - 0xfc, - 0xb2, - 0x8b, - 0xfa, - 0x03, - 0x4c, - 0x01, - 0x21, - 0xb5, - 0x02, - 0x76, - 0xed, - 0xfe, - 0x5a, - 0x9d, - 0xfe, - 0xfe, - 0x05, - 0xff, - 0xce, - 0x55, - 0xff, - 0x1c, - 0x99, - 0xff, - 0xed, - 0xa8, - 0xfe, - 0xc4, - 0x09, - 0xfe, - 0xcf, - 0xe3, - 0xfe, - 0xbd, - 0x4f, - 0xff, - 0x3f, - 0xf9, - 0xfe, - 0xa1, - 0x82, - 0xff, - 0x4d, - 0xc5, - 0xff, - 0x40, - 0xd6, - 0xff, - 0x8b, - 0x41, - 0x00, - 0x6b, - 0xf5, - 0xff, - 0xe4, - 0x71, - 0xff, - 0xc7, - 0x4f, - 0xff, - 0x77, - 0xaf, - 0xff, - 0x87, - 0x0e, - 0x00, - 0x9e, - 0xbe, - 0xff, - 0x8c, - 0x8d, - 0xff, - 0x24, - 0xd4, - 0xff, - 0x56, - 0x25, - 0x00, - 0xe7, - 0x46, - 0x00, - 0x00, - 0x14, - 0x00, - 0x6d, - 0xe6, - 0xff, - 0xf1, - 0x29, - 0x00, - 0x48, - 0x6f, - 0x00, - 0xc3, - 0x5f, - 0x00, - 0xe3, - 0x83, - 0x00, - 0x66, - 0x0f, - 0x00, - 0x50, - 0x21, - 0xff, - 0x5b, - 0x3f, - 0xff, - 0x19, - 0x1d, - 0xff, - 0x9a, - 0xae, - 0xfe, - 0x61, - 0x02, - 0xff, - 0x47, - 0x1a, - 0xff, - 0xcf, - 0x52, - 0xff, - 0x83, - 0xc7, - 0xff, - 0x70, - 0xee, - 0xff, - 0xf7, - 0x43, - 0x00, - 0x83, - 0x6a, - 0x00, - 0xf8, - 0xe4, - 0xff, - 0x9e, - 0x5a, - 0xff, - 0xc7, - 0x4e, - 0x0b, - 0x8c, - 0xb8, - 0x11, - 0x30, - 0x6a, - 0x06, - 0xd2, - 0xb6, - 0x05, - 0x51, - 0x1a, - 0x08, - 0x24, - 0x4b, - 0x01, - 0x6a, - 0xba, - 0x00, - 0x88, - 0x6e, - 0x00, - 0xb8, - 0x2a, - 0xfe, - 0xe6, - 0xad, - 0xfc, - 0x79, - 0x4b, - 0xfb, - 0x4c, - 0x8b, - 0xfe, - 0xf7, - 0x24, - 0x01, - 0x6e, - 0x36, - 0x00, - 0x1d, - 0x0e, - 0x01, - 0xe8, - 0xaa, - 0x01, - 0x03, - 0x0e, - 0xfd, - 0x67, - 0xe6, - 0xfb, - 0x64, - 0xb6, - 0x01, - 0x80, - 0x43, - 0x02, - 0xc1, - 0xf8, - 0xfe, - 0x2b, - 0xa2, - 0xfe, - 0x63, - 0x36, - 0xff, - 0x5d, - 0xc4, - 0xff, - 0xef, - 0x83, - 0xff, - 0xa3, - 0x88, - 0xfe, - 0x20, - 0x2b, - 0xfe, - 0xb1, - 0x17, - 0xff, - 0x1c, - 0x8e, - 0xff, - 0x1b, - 0xe0, - 0xfe, - 0x86, - 0x73, - 0xff, - 0xc9, - 0x19, - 0x00, - 0x7c, - 0x0d, - 0x00, - 0xe5, - 0x38, - 0x00, - 0x77, - 0xd9, - 0xff, - 0xbf, - 0x90, - 0xff, - 0xda, - 0xc8, - 0xff, - 0xa5, - 0x13, - 0x00, - 0xc6, - 0x12, - 0x00, - 0x11, - 0xc5, - 0xff, - 0x30, - 0xe4, - 0xff, - 0xc7, - 0x27, - 0x00, - 0xd0, - 0x36, - 0x00, - 0xbd, - 0x00, - 0x00, - 0x06, - 0x82, - 0xff, - 0x41, - 0x97, - 0xff, - 0xa3, - 0x2d, - 0x00, - 0x5f, - 0x45, - 0x00, - 0x52, - 0x3f, - 0x00, - 0x70, - 0x45, - 0x00, - 0x1e, - 0xa1, - 0xff, - 0xd1, - 0x40, - 0xff, - 0x70, - 0x48, - 0xff, - 0x61, - 0xda, - 0xfe, - 0x3a, - 0xe0, - 0xfe, - 0x0e, - 0x2b, - 0xff, - 0x3c, - 0x35, - 0xff, - 0x01, - 0x8d, - 0xff, - 0xe5, - 0xd4, - 0xff, - 0x3c, - 0x12, - 0x00, - 0x7e, - 0x63, - 0x00, - 0x6b, - 0x4b, - 0x00, - 0xe2, - 0xca, - 0xff, - 0x4c, - 0x45, - 0xff, - 0xfa, - 0xfc, - 0x09, - 0xd2, - 0x86, - 0x0f, - 0xdf, - 0xb1, - 0x05, - 0xf3, - 0x86, - 0x05, - 0x20, - 0xf3, - 0x07, - 0x36, - 0x79, - 0x01, - 0xb6, - 0x51, - 0x00, - 0xd2, - 0x63, - 0x00, - 0x97, - 0x82, - 0xfe, - 0x4d, - 0x40, - 0xfd, - 0x2e, - 0x5e, - 0xfc, - 0xf5, - 0x78, - 0xfe, - 0xab, - 0x7e, - 0x00, - 0x0f, - 0xab, - 0x00, - 0xb4, - 0x97, - 0x01, - 0x45, - 0x85, - 0x01, - 0xf8, - 0x8b, - 0xfd, - 0xf2, - 0xf2, - 0xfc, - 0xbb, - 0x76, - 0x01, - 0x99, - 0x5e, - 0x01, - 0xa1, - 0xf2, - 0xfe, - 0xea, - 0xfc, - 0xfe, - 0x14, - 0x72, - 0xff, - 0xaa, - 0xb8, - 0xff, - 0x45, - 0x5c, - 0xff, - 0xdd, - 0xc6, - 0xfe, - 0x00, - 0xa5, - 0xfe, - 0xf2, - 0x7b, - 0xff, - 0xe6, - 0x97, - 0xff, - 0x55, - 0xa2, - 0xfe, - 0x73, - 0x53, - 0xff, - 0xde, - 0x1a, - 0x00, - 0x6d, - 0x20, - 0x00, - 0x17, - 0x31, - 0x00, - 0x44, - 0xb3, - 0xff, - 0x97, - 0xa0, - 0xff, - 0x61, - 0x1b, - 0x00, - 0x91, - 0x3a, - 0x00, - 0xd5, - 0x07, - 0x00, - 0x37, - 0x00, - 0x00, - 0x71, - 0xfa, - 0xff, - 0xac, - 0xd1, - 0xff, - 0xb5, - 0xca, - 0xff, - 0x07, - 0x82, - 0xff, - 0x81, - 0x35, - 0xff, - 0x6b, - 0x81, - 0xff, - 0x6b, - 0x06, - 0x00, - 0xac, - 0x25, - 0x00, - 0xd0, - 0x19, - 0x00, - 0xff, - 0xee, - 0xff, - 0xda, - 0x6a, - 0xff, - 0x76, - 0x4f, - 0xff, - 0x1e, - 0x49, - 0xff, - 0xcd, - 0xf5, - 0xfe, - 0x5e, - 0x0f, - 0xff, - 0xbb, - 0x31, - 0xff, - 0x48, - 0x45, - 0xff, - 0x6b, - 0x89, - 0xff, - 0x91, - 0xb6, - 0xff, - 0x15, - 0x04, - 0x00, - 0x53, - 0x48, - 0x00, - 0xac, - 0x18, - 0x00, - 0x79, - 0xa4, - 0xff, - 0xa6, - 0x30, - 0xff, - 0x6b, - 0xd8, - 0x07, - 0xcb, - 0x95, - 0x0d, - 0x11, - 0xe1, - 0x05, - 0x8b, - 0xe9, - 0x04, - 0x0f, - 0x76, - 0x07, - 0x7e, - 0xbd, - 0x01, - 0x29, - 0x51, - 0x00, - 0xdd, - 0x91, - 0x00, - 0x15, - 0xbf, - 0xfe, - 0x7d, - 0xf1, - 0xfd, - 0x4a, - 0x22, - 0xfd, - 0x02, - 0x4f, - 0xfe, - 0xa1, - 0x0f, - 0x00, - 0x04, - 0x35, - 0x01, - 0x01, - 0x40, - 0x02, - 0x1e, - 0x67, - 0x01, - 0x54, - 0x33, - 0xfe, - 0x28, - 0x83, - 0xfd, - 0x79, - 0x93, - 0x00, - 0x77, - 0xf7, - 0x00, - 0x51, - 0x5c, - 0xff, - 0xa5, - 0x23, - 0xff, - 0x30, - 0x61, - 0xff, - 0xf2, - 0xae, - 0xff, - 0xff, - 0xb5, - 0xff, - 0x8a, - 0x6f, - 0xff, - 0xb5, - 0x19, - 0xff, - 0x1f, - 0x6f, - 0xff, - 0xca, - 0x3e, - 0xff, - 0xe5, - 0x79, - 0xfe, - 0xe1, - 0x69, - 0xff, - 0xc5, - 0x23, - 0x00, - 0x2c, - 0xf8, - 0xff, - 0x9d, - 0x19, - 0x00, - 0x0f, - 0xce, - 0xff, - 0xba, - 0xc8, - 0xff, - 0xe7, - 0x31, - 0x00, - 0x64, - 0x58, - 0x00, - 0x9f, - 0x21, - 0x00, - 0x5b, - 0x98, - 0xff, - 0xdb, - 0x56, - 0xff, - 0xf0, - 0x73, - 0xff, - 0xd4, - 0x88, - 0xff, - 0x6a, - 0x5c, - 0xff, - 0xc3, - 0x3d, - 0xff, - 0xca, - 0x93, - 0xff, - 0x90, - 0xd2, - 0xff, - 0x55, - 0xcf, - 0xff, - 0x99, - 0xf6, - 0xff, - 0x83, - 0xcc, - 0xff, - 0x9c, - 0x65, - 0xff, - 0x5c, - 0x59, - 0xff, - 0xa2, - 0x30, - 0xff, - 0x95, - 0x0f, - 0xff, - 0x68, - 0x2d, - 0xff, - 0x51, - 0x2c, - 0xff, - 0x8b, - 0x4c, - 0xff, - 0x01, - 0x6f, - 0xff, - 0xa3, - 0x8b, - 0xff, - 0x78, - 0xe2, - 0xff, - 0x85, - 0x14, - 0x00, - 0x27, - 0xea, - 0xff, - 0x11, - 0x82, - 0xff, - 0xfe, - 0x21, - 0xff, - 0x71, - 0x1d, - 0x06, - 0x04, - 0x41, - 0x0b, - 0x76, - 0x08, - 0x06, - 0x7c, - 0x91, - 0x04, - 0x10, - 0xe6, - 0x05, - 0x42, - 0x24, - 0x02, - 0x70, - 0x3f, - 0x01, - 0x85, - 0xb3, - 0x00, - 0xf7, - 0xd2, - 0xfe, - 0x1b, - 0x4d, - 0xfe, - 0x78, - 0xfe, - 0xfd, - 0x97, - 0x13, - 0xff, - 0x2f, - 0x95, - 0x00, - 0x31, - 0xd6, - 0x01, - 0xb7, - 0x69, - 0x02, - 0x6d, - 0x2f, - 0x01, - 0x53, - 0xc6, - 0xfe, - 0xe6, - 0x43, - 0xfe, - 0x41, - 0x48, - 0x00, - 0x90, - 0x8d, - 0x00, - 0xf1, - 0x83, - 0xff, - 0x83, - 0x55, - 0xff, - 0x30, - 0xa7, - 0xff, - 0x6c, - 0x40, - 0x00, - 0x27, - 0x37, - 0x00, - 0x82, - 0x96, - 0xff, - 0x2b, - 0x04, - 0xff, - 0x0e, - 0x3b, - 0xff, - 0x96, - 0x62, - 0xff, - 0xd5, - 0xf0, - 0xfe, - 0x0f, - 0x81, - 0xff, - 0x33, - 0x0f, - 0x00, - 0x66, - 0xdf, - 0xff, - 0x2c, - 0x05, - 0x00, - 0xde, - 0x10, - 0x00, - 0x9a, - 0x0b, - 0x00, - 0x26, - 0x2b, - 0x00, - 0xe9, - 0xe3, - 0xff, - 0x92, - 0x68, - 0xff, - 0xc5, - 0x25, - 0xff, - 0x8f, - 0x3e, - 0xff, - 0x37, - 0x7c, - 0xff, - 0xbd, - 0x88, - 0xff, - 0x1d, - 0x78, - 0xff, - 0x0e, - 0x5a, - 0xff, - 0xdb, - 0x6c, - 0xff, - 0x87, - 0xad, - 0xff, - 0xb2, - 0xc4, - 0xff, - 0x00, - 0xd3, - 0xff, - 0x8b, - 0xb0, - 0xff, - 0x96, - 0x7b, - 0xff, - 0x73, - 0x69, - 0xff, - 0xfe, - 0x1c, - 0xff, - 0x76, - 0xff, - 0xfe, - 0x18, - 0x35, - 0xff, - 0x7b, - 0x3f, - 0xff, - 0x26, - 0x46, - 0xff, - 0xf9, - 0x5e, - 0xff, - 0xbe, - 0x8c, - 0xff, - 0xd6, - 0xd0, - 0xff, - 0xb6, - 0xde, - 0xff, - 0x4e, - 0xaf, - 0xff, - 0xf1, - 0x66, - 0xff, - 0x5a, - 0x37, - 0xff, - 0xbf, - 0xf8, - 0x04, - 0x2d, - 0x91, - 0x08, - 0xa8, - 0x9b, - 0x05, - 0xf0, - 0x40, - 0x05, - 0xe6, - 0xf7, - 0x04, - 0x9b, - 0x48, - 0x02, - 0x28, - 0x90, - 0x01, - 0x22, - 0x83, - 0x00, - 0x1f, - 0x78, - 0xff, - 0x45, - 0x04, - 0xff, - 0x23, - 0xfc, - 0xfe, - 0x4e, - 0xe1, - 0xff, - 0xfe, - 0xbf, - 0x00, - 0xd4, - 0x1c, - 0x02, - 0x3f, - 0xbb, - 0x02, - 0xab, - 0x44, - 0x01, - 0x2b, - 0x28, - 0xff, - 0x64, - 0xe0, - 0xfe, - 0xfe, - 0x0c, - 0x00, - 0xf3, - 0x11, - 0x00, - 0xa9, - 0x9e, - 0xff, - 0x9d, - 0xb7, - 0xff, - 0x99, - 0x29, - 0x00, - 0x11, - 0x5a, - 0x00, - 0x50, - 0xe1, - 0xff, - 0xa7, - 0x9f, - 0xff, - 0x83, - 0x7b, - 0xff, - 0x5c, - 0x84, - 0xff, - 0xfb, - 0x6c, - 0xff, - 0xe1, - 0x1c, - 0xff, - 0xeb, - 0x8d, - 0xff, - 0x27, - 0xee, - 0xff, - 0x5b, - 0xf9, - 0xff, - 0xae, - 0x10, - 0x00, - 0x56, - 0x00, - 0x00, - 0x69, - 0xfb, - 0xff, - 0xab, - 0xc8, - 0xff, - 0xba, - 0x71, - 0xff, - 0xee, - 0x25, - 0xff, - 0xf5, - 0x1b, - 0xff, - 0x01, - 0x71, - 0xff, - 0x89, - 0x97, - 0xff, - 0xc8, - 0x8a, - 0xff, - 0x6b, - 0x73, - 0xff, - 0x57, - 0x5b, - 0xff, - 0x3e, - 0x7a, - 0xff, - 0x35, - 0x94, - 0xff, - 0xbb, - 0xae, - 0xff, - 0x89, - 0xd3, - 0xff, - 0xfe, - 0xb3, - 0xff, - 0xa1, - 0x8a, - 0xff, - 0x77, - 0x48, - 0xff, - 0xbd, - 0xf2, - 0xfe, - 0xcd, - 0xfe, - 0xfe, - 0xf5, - 0x2a, - 0xff, - 0x71, - 0x43, - 0xff, - 0x54, - 0x58, - 0xff, - 0x87, - 0x6d, - 0xff, - 0x68, - 0x93, - 0xff, - 0x51, - 0xb0, - 0xff, - 0x4c, - 0xb2, - 0xff, - 0x89, - 0x8e, - 0xff, - 0x28, - 0x76, - 0xff, - 0xd4, - 0x6e, - 0xff, - 0x95, - 0xef, - 0x03, - 0x6b, - 0xc3, - 0x06, - 0xd6, - 0x1b, - 0x05, - 0xc4, - 0x9e, - 0x04, - 0xb7, - 0xed, - 0x03, - 0x54, - 0x46, - 0x02, - 0x35, - 0xe9, - 0x01, - 0xf2, - 0x08, - 0x01, - 0xa8, - 0xfa, - 0xff, - 0x24, - 0x13, - 0x00, - 0x46, - 0x74, - 0x00, - 0x26, - 0xdd, - 0x00, - 0x0d, - 0x7d, - 0x01, - 0x4e, - 0x33, - 0x02, - 0x85, - 0xaf, - 0x02, - 0x1b, - 0x74, - 0x01, - 0xe8, - 0x4a, - 0xff, - 0x1b, - 0x01, - 0xff, - 0xe1, - 0xa9, - 0xff, - 0xdf, - 0xf5, - 0xff, - 0x58, - 0x3b, - 0x00, - 0xdb, - 0x02, - 0x00, - 0x33, - 0xe6, - 0xff, - 0x01, - 0x34, - 0x00, - 0x94, - 0x34, - 0x00, - 0xac, - 0xf5, - 0xff, - 0xc9, - 0x9d, - 0xff, - 0x5d, - 0x87, - 0xff, - 0x2c, - 0x84, - 0xff, - 0x7d, - 0x5b, - 0xff, - 0x4d, - 0xa5, - 0xff, - 0x2f, - 0x09, - 0x00, - 0x5e, - 0x0e, - 0x00, - 0xb1, - 0xfb, - 0xff, - 0x43, - 0xca, - 0xff, - 0xa2, - 0x82, - 0xff, - 0x6f, - 0x63, - 0xff, - 0xf6, - 0x45, - 0xff, - 0x14, - 0x35, - 0xff, - 0xe3, - 0x5f, - 0xff, - 0x5b, - 0x88, - 0xff, - 0x94, - 0x91, - 0xff, - 0x03, - 0x8b, - 0xff, - 0x76, - 0x75, - 0xff, - 0x83, - 0x59, - 0xff, - 0xb5, - 0x75, - 0xff, - 0x98, - 0xa8, - 0xff, - 0xad, - 0xae, - 0xff, - 0x53, - 0xc5, - 0xff, - 0x4a, - 0xb0, - 0xff, - 0xd5, - 0x63, - 0xff, - 0x3d, - 0x1e, - 0xff, - 0x65, - 0xe0, - 0xfe, - 0x56, - 0x01, - 0xff, - 0xdd, - 0x4a, - 0xff, - 0x2f, - 0x5a, - 0xff, - 0x28, - 0x66, - 0xff, - 0x3e, - 0x84, - 0xff, - 0x66, - 0x99, - 0xff, - 0xb4, - 0x9f, - 0xff, - 0x24, - 0xad, - 0xff, - 0xdd, - 0xad, - 0xff, - 0xdf, - 0x80, - 0xff, - 0xe1, - 0x60, - 0xff, - 0x2d, - 0x8b, - 0x03, - 0x8f, - 0xc8, - 0x05, - 0x5a, - 0x4f, - 0x04, - 0xc2, - 0xb5, - 0x03, - 0xe2, - 0x17, - 0x03, - 0x01, - 0x69, - 0x02, - 0xed, - 0x4b, - 0x02, - 0x97, - 0x00, - 0x02, - 0xa4, - 0x60, - 0x01, - 0xc6, - 0xc5, - 0x00, - 0x41, - 0x42, - 0x01, - 0xd8, - 0xc7, - 0x01, - 0xef, - 0xec, - 0x01, - 0xe8, - 0x40, - 0x02, - 0x2e, - 0x23, - 0x02, - 0x6c, - 0xd0, - 0x00, - 0x9f, - 0x34, - 0xff, - 0x17, - 0x56, - 0xff, - 0xca, - 0x15, - 0x00, - 0xe9, - 0x38, - 0x00, - 0x2b, - 0x40, - 0x00, - 0x09, - 0xf3, - 0xff, - 0x4e, - 0xea, - 0xff, - 0x4c, - 0x3c, - 0x00, - 0x3b, - 0x4a, - 0x00, - 0x94, - 0x13, - 0x00, - 0x34, - 0xad, - 0xff, - 0xca, - 0xa2, - 0xff, - 0x64, - 0xc3, - 0xff, - 0xc1, - 0xbf, - 0xff, - 0x11, - 0xf2, - 0xff, - 0x8e, - 0x14, - 0x00, - 0x82, - 0xf3, - 0xff, - 0x83, - 0x9f, - 0xff, - 0xb5, - 0x50, - 0xff, - 0x58, - 0x4c, - 0xff, - 0x43, - 0x75, - 0xff, - 0x90, - 0x8f, - 0xff, - 0x4e, - 0x75, - 0xff, - 0x2a, - 0x6a, - 0xff, - 0x14, - 0x7e, - 0xff, - 0x06, - 0x84, - 0xff, - 0xdc, - 0x89, - 0xff, - 0x9d, - 0x7c, - 0xff, - 0x43, - 0x72, - 0xff, - 0x68, - 0x7f, - 0xff, - 0x28, - 0x9c, - 0xff, - 0xc2, - 0xbe, - 0xff, - 0xbd, - 0xc0, - 0xff, - 0x91, - 0x9d, - 0xff, - 0x93, - 0x4a, - 0xff, - 0x48, - 0x07, - 0xff, - 0x60, - 0x09, - 0xff, - 0x9a, - 0x1d, - 0xff, - 0x62, - 0x4c, - 0xff, - 0x91, - 0x7c, - 0xff, - 0x8d, - 0x8e, - 0xff, - 0x1c, - 0x9c, - 0xff, - 0x09, - 0xa8, - 0xff, - 0x8a, - 0xb3, - 0xff, - 0x1b, - 0xb1, - 0xff, - 0x22, - 0x98, - 0xff, - 0x12, - 0x6d, - 0xff, - 0x7a, - 0x53, - 0xff, - 0xe8, - 0xcb, - 0x02, - 0xc6, - 0x8f, - 0x04, - 0x37, - 0x56, - 0x03, - 0x67, - 0x58, - 0x03, - 0xd9, - 0x8e, - 0x03, - 0x27, - 0x02, - 0x03, - 0xee, - 0xda, - 0x02, - 0xbe, - 0xdd, - 0x02, - 0xfb, - 0xb5, - 0x02, - 0xda, - 0x28, - 0x02, - 0x93, - 0xa7, - 0x01, - 0xe2, - 0x6e, - 0x01, - 0xc5, - 0x74, - 0x01, - 0x85, - 0x95, - 0x01, - 0x33, - 0x6e, - 0x01, - 0xbe, - 0xac, - 0x00, - 0xde, - 0xcd, - 0xff, - 0x8a, - 0xe4, - 0xff, - 0x01, - 0x36, - 0x00, - 0x8f, - 0xf5, - 0xff, - 0xc5, - 0xe5, - 0xff, - 0x9d, - 0xf2, - 0xff, - 0x12, - 0xf1, - 0xff, - 0x61, - 0x2a, - 0x00, - 0x26, - 0x66, - 0x00, - 0x2d, - 0x60, - 0x00, - 0xbd, - 0x04, - 0x00, - 0x94, - 0xd8, - 0xff, - 0x5f, - 0xdc, - 0xff, - 0x28, - 0xcb, - 0xff, - 0x5f, - 0xf4, - 0xff, - 0xea, - 0xe4, - 0xff, - 0xaa, - 0x86, - 0xff, - 0x27, - 0x59, - 0xff, - 0x5d, - 0x43, - 0xff, - 0x48, - 0x5b, - 0xff, - 0x04, - 0x9e, - 0xff, - 0x67, - 0xaa, - 0xff, - 0x85, - 0x85, - 0xff, - 0x1b, - 0x5a, - 0xff, - 0x60, - 0x51, - 0xff, - 0x73, - 0x70, - 0xff, - 0x14, - 0x7d, - 0xff, - 0x24, - 0x94, - 0xff, - 0x97, - 0xa3, - 0xff, - 0xe6, - 0x80, - 0xff, - 0xcf, - 0x6b, - 0xff, - 0x06, - 0x93, - 0xff, - 0xc6, - 0xb0, - 0xff, - 0x52, - 0x71, - 0xff, - 0x59, - 0x4b, - 0xff, - 0x4a, - 0x46, - 0xff, - 0x95, - 0x1d, - 0xff, - 0xd1, - 0x3e, - 0xff, - 0xfd, - 0x78, - 0xff, - 0x3c, - 0x8b, - 0xff, - 0x0e, - 0xbb, - 0xff, - 0x69, - 0xc7, - 0xff, - 0x63, - 0x7d, - 0xff, - 0x8a, - 0x66, - 0xff, - 0x67, - 0x81, - 0xff, - 0xff, - 0x73, - 0xff, - 0x62, - 0x7a, - 0xff, - 0x53, - 0x7d, - 0xff, - 0x9d, - 0x7b, - 0x02, - 0x59, - 0xc1, - 0x04, - 0x61, - 0xef, - 0x03, - 0x10, - 0xee, - 0x03, - 0x67, - 0xb7, - 0x04, - 0x1d, - 0xe9, - 0x03, - 0xbf, - 0xee, - 0x02, - 0x5e, - 0x87, - 0x02, - 0x85, - 0x12, - 0x02, - 0x30, - 0xd3, - 0x01, - 0xf0, - 0xc7, - 0x01, - 0xd0, - 0x6e, - 0x01, - 0xfc, - 0x01, - 0x01, - 0x4f, - 0xa9, - 0x00, - 0xbc, - 0xb6, - 0x00, - 0xee, - 0xea, - 0x00, - 0x86, - 0x7d, - 0x00, - 0x63, - 0x17, - 0x00, - 0x1b, - 0xf5, - 0xff, - 0x89, - 0xa4, - 0xff, - 0x15, - 0x91, - 0xff, - 0x2a, - 0xe4, - 0xff, - 0xa4, - 0x43, - 0x00, - 0x7d, - 0x79, - 0x00, - 0xef, - 0x7c, - 0x00, - 0xb0, - 0x8a, - 0x00, - 0xde, - 0x7a, - 0x00, - 0xa2, - 0xfd, - 0xff, - 0x4a, - 0xa3, - 0xff, - 0x5e, - 0x94, - 0xff, - 0xa4, - 0x81, - 0xff, - 0x50, - 0x7c, - 0xff, - 0x6f, - 0x63, - 0xff, - 0x5b, - 0x5b, - 0xff, - 0x9d, - 0x85, - 0xff, - 0xb8, - 0xa8, - 0xff, - 0xba, - 0xc1, - 0xff, - 0xb2, - 0x9d, - 0xff, - 0x03, - 0x42, - 0xff, - 0xba, - 0x4b, - 0xff, - 0xe0, - 0x80, - 0xff, - 0x79, - 0x51, - 0xff, - 0xce, - 0x47, - 0xff, - 0xc3, - 0x87, - 0xff, - 0xb9, - 0x97, - 0xff, - 0xb6, - 0x94, - 0xff, - 0xba, - 0x98, - 0xff, - 0x14, - 0x94, - 0xff, - 0x78, - 0x95, - 0xff, - 0x6f, - 0x7f, - 0xff, - 0x66, - 0x44, - 0xff, - 0x26, - 0x40, - 0xff, - 0xe7, - 0x59, - 0xff, - 0x78, - 0x5f, - 0xff, - 0x7b, - 0xa2, - 0xff, - 0x96, - 0xc0, - 0xff, - 0x83, - 0xa4, - 0xff, - 0x7d, - 0xb0, - 0xff, - 0x26, - 0x7a, - 0xff, - 0x21, - 0x3a, - 0xff, - 0x53, - 0x4e, - 0xff, - 0x48, - 0x43, - 0xff, - 0x1c, - 0x63, - 0xff, - 0xb6, - 0xc9, - 0xff, - 0x22, - 0xcd, - 0x02, - 0x83, - 0xfd, - 0x05, - 0x60, - 0x8e, - 0x05, - 0x44, - 0xb4, - 0x04, - 0x17, - 0x4b, - 0x04, - 0x3d, - 0x8a, - 0x03, - 0xc3, - 0x39, - 0x03, - 0xe1, - 0x58, - 0x02, - 0x67, - 0x3a, - 0x01, - 0x77, - 0xbf, - 0x00, - 0x88, - 0xc0, - 0x00, - 0x27, - 0xdb, - 0x00, - 0x8b, - 0x0b, - 0x01, - 0x0f, - 0x3b, - 0x01, - 0x96, - 0x09, - 0x01, - 0xea, - 0xcb, - 0x00, - 0x92, - 0x43, - 0x00, - 0xe2, - 0xa5, - 0xff, - 0x4e, - 0x95, - 0xff, - 0x25, - 0xc9, - 0xff, - 0x1f, - 0x0d, - 0x00, - 0x48, - 0x08, - 0x00, - 0x93, - 0x27, - 0x00, - 0xd0, - 0x94, - 0x00, - 0x5c, - 0x88, - 0x00, - 0x65, - 0x72, - 0x00, - 0xe2, - 0x7c, - 0x00, - 0x16, - 0x1f, - 0x00, - 0x09, - 0x95, - 0xff, - 0x5e, - 0x43, - 0xff, - 0xf8, - 0x1d, - 0xff, - 0x05, - 0x29, - 0xff, - 0x4a, - 0x7b, - 0xff, - 0x0b, - 0x99, - 0xff, - 0xe3, - 0x9e, - 0xff, - 0xc0, - 0xc1, - 0xff, - 0x9b, - 0x99, - 0xff, - 0xba, - 0x75, - 0xff, - 0xd6, - 0x57, - 0xff, - 0x0a, - 0x30, - 0xff, - 0x8f, - 0x3f, - 0xff, - 0xf5, - 0x48, - 0xff, - 0x43, - 0x5f, - 0xff, - 0x12, - 0x81, - 0xff, - 0x9f, - 0x85, - 0xff, - 0xd3, - 0x75, - 0xff, - 0x73, - 0x81, - 0xff, - 0xa6, - 0xc9, - 0xff, - 0x2c, - 0xc6, - 0xff, - 0x7b, - 0x78, - 0xff, - 0xd7, - 0x5a, - 0xff, - 0x3a, - 0x55, - 0xff, - 0xb7, - 0x5f, - 0xff, - 0xb0, - 0x74, - 0xff, - 0x11, - 0x89, - 0xff, - 0xe2, - 0xb2, - 0xff, - 0x65, - 0xa5, - 0xff, - 0x39, - 0x58, - 0xff, - 0xd2, - 0x4a, - 0xff, - 0x88, - 0x56, - 0xff, - 0x0e, - 0x57, - 0xff, - 0xca, - 0x7d, - 0xff, - 0xf3, - 0x8e, - 0xff, - 0xe7, - 0x93, - 0xff, - 0xb4, - 0x27, - 0x03, - 0x64, - 0x6b, - 0x06, - 0x44, - 0x8c, - 0x05, - 0xd3, - 0x7c, - 0x04, - 0xc2, - 0x17, - 0x04, - 0xe9, - 0x8b, - 0x03, - 0x79, - 0x6a, - 0x03, - 0x56, - 0x81, - 0x02, - 0xd5, - 0x26, - 0x01, - 0x6d, - 0x25, - 0x00, - 0xc0, - 0xcb, - 0xff, - 0xa3, - 0x61, - 0x00, - 0xc3, - 0x4f, - 0x01, - 0x4a, - 0x62, - 0x01, - 0x0f, - 0xe1, - 0x00, - 0x9a, - 0xcd, - 0x00, - 0x6d, - 0x7b, - 0x00, - 0x25, - 0x1e, - 0x00, - 0xf1, - 0x18, - 0x00, - 0x97, - 0xdd, - 0xff, - 0xe1, - 0xbf, - 0xff, - 0xb6, - 0xe1, - 0xff, - 0x4e, - 0x34, - 0x00, - 0x14, - 0x52, - 0x00, - 0xa2, - 0x11, - 0x00, - 0x0e, - 0x53, - 0x00, - 0x67, - 0xd2, - 0x00, - 0xa2, - 0xb2, - 0x00, - 0x0b, - 0xe2, - 0xff, - 0xf7, - 0x0f, - 0xff, - 0x9d, - 0xe9, - 0xfe, - 0x38, - 0x1b, - 0xff, - 0x76, - 0x51, - 0xff, - 0xfc, - 0x85, - 0xff, - 0x6c, - 0xb5, - 0xff, - 0xdf, - 0xb0, - 0xff, - 0x1a, - 0x7c, - 0xff, - 0x1e, - 0x7d, - 0xff, - 0xd9, - 0x60, - 0xff, - 0xf2, - 0x1f, - 0xff, - 0x2f, - 0x2d, - 0xff, - 0xee, - 0x41, - 0xff, - 0x4d, - 0x35, - 0xff, - 0x49, - 0x54, - 0xff, - 0x5e, - 0x7f, - 0xff, - 0x66, - 0x7c, - 0xff, - 0x8d, - 0xa1, - 0xff, - 0x1a, - 0xd6, - 0xff, - 0x65, - 0xb9, - 0xff, - 0x5a, - 0x8f, - 0xff, - 0xd4, - 0x78, - 0xff, - 0x73, - 0x5c, - 0xff, - 0x17, - 0x7a, - 0xff, - 0xff, - 0x9b, - 0xff, - 0x96, - 0x6a, - 0xff, - 0x31, - 0x5c, - 0xff, - 0x85, - 0x5a, - 0xff, - 0xaf, - 0x50, - 0xff, - 0x32, - 0x78, - 0xff, - 0x34, - 0x79, - 0xff, - 0xcf, - 0x7b, - 0xff, - 0x47, - 0x73, - 0xff, - 0x14, - 0x61, - 0xff, - 0xfe, - 0x7e, - 0xff, - 0xda, - 0x0a, - 0x03, - 0x57, - 0x54, - 0x06, - 0x7c, - 0xf7, - 0x04, - 0xd2, - 0xa3, - 0x03, - 0x1a, - 0xe1, - 0x03, - 0x16, - 0x8e, - 0x03, - 0x83, - 0x76, - 0x03, - 0x60, - 0xaa, - 0x02, - 0x05, - 0x15, - 0x01, - 0x41, - 0x0d, - 0x00, - 0xeb, - 0x6c, - 0x00, - 0x95, - 0x2f, - 0x01, - 0x28, - 0xd4, - 0x00, - 0xb5, - 0x5e, - 0x00, - 0xb5, - 0x75, - 0x00, - 0xb6, - 0x91, - 0x00, - 0xe1, - 0xa2, - 0x00, - 0x22, - 0x03, - 0x01, - 0x29, - 0xec, - 0x00, - 0x3d, - 0x14, - 0x00, - 0x33, - 0xd0, - 0xff, - 0xe2, - 0xdc, - 0xff, - 0x31, - 0xe2, - 0xff, - 0xc7, - 0xfa, - 0xff, - 0xbd, - 0xf2, - 0xff, - 0x6f, - 0x24, - 0x00, - 0xea, - 0x45, - 0x00, - 0x0f, - 0x8a, - 0x00, - 0x2c, - 0xc3, - 0x00, - 0xf9, - 0x01, - 0x00, - 0x65, - 0x19, - 0xff, - 0x69, - 0xe0, - 0xfe, - 0xc3, - 0x0c, - 0xff, - 0xa3, - 0x5c, - 0xff, - 0x9d, - 0x9b, - 0xff, - 0xb4, - 0xa1, - 0xff, - 0xd9, - 0x70, - 0xff, - 0xe6, - 0x55, - 0xff, - 0x20, - 0x68, - 0xff, - 0xf5, - 0x38, - 0xff, - 0x53, - 0x13, - 0xff, - 0x9a, - 0x45, - 0xff, - 0xc0, - 0x46, - 0xff, - 0xba, - 0x3d, - 0xff, - 0x46, - 0x51, - 0xff, - 0x3e, - 0x5b, - 0xff, - 0x73, - 0xa2, - 0xff, - 0x1d, - 0xd3, - 0xff, - 0xac, - 0x90, - 0xff, - 0x94, - 0x76, - 0xff, - 0xa9, - 0xa6, - 0xff, - 0x68, - 0x8d, - 0xff, - 0x24, - 0x85, - 0xff, - 0xb2, - 0x91, - 0xff, - 0x2d, - 0x48, - 0xff, - 0xbc, - 0x38, - 0xff, - 0x8b, - 0x55, - 0xff, - 0xa3, - 0x53, - 0xff, - 0xd7, - 0x6d, - 0xff, - 0x97, - 0x87, - 0xff, - 0x24, - 0x7b, - 0xff, - 0x05, - 0x64, - 0xff, - 0x92, - 0x5a, - 0xff, - 0x63, - 0x43, - 0xff, - 0x66, - 0xa6, - 0x03, - 0x6f, - 0x30, - 0x07, - 0xa6, - 0xd5, - 0x04, - 0xc4, - 0xe4, - 0x02, - 0x65, - 0xd1, - 0x02, - 0x3c, - 0x74, - 0x02, - 0x58, - 0x08, - 0x03, - 0x4f, - 0x9c, - 0x02, - 0x1f, - 0x18, - 0x01, - 0x73, - 0xaf, - 0xff, - 0x6d, - 0x21, - 0x00, - 0xd6, - 0xe1, - 0x01, - 0x82, - 0xc8, - 0x01, - 0x0c, - 0xe5, - 0x00, - 0x18, - 0x07, - 0x00, - 0x47, - 0x4f, - 0xff, - 0x7c, - 0x0b, - 0x00, - 0xec, - 0x28, - 0x01, - 0x3a, - 0x3c, - 0x01, - 0xa7, - 0xfb, - 0x00, - 0x91, - 0xc2, - 0x00, - 0xfc, - 0xf6, - 0xff, - 0xbb, - 0xc0, - 0xff, - 0xef, - 0x37, - 0x00, - 0xc2, - 0xe6, - 0xff, - 0x55, - 0x8e, - 0xff, - 0x61, - 0xed, - 0xff, - 0x33, - 0x45, - 0x00, - 0xc6, - 0x3e, - 0x00, - 0x68, - 0x5e, - 0x00, - 0x2a, - 0x60, - 0x00, - 0x14, - 0xcb, - 0xff, - 0xbf, - 0x51, - 0xff, - 0xcc, - 0x03, - 0xff, - 0xe3, - 0x0b, - 0xff, - 0xce, - 0x82, - 0xff, - 0xd8, - 0x79, - 0xff, - 0x92, - 0x46, - 0xff, - 0x92, - 0x45, - 0xff, - 0x02, - 0x2e, - 0xff, - 0xb5, - 0x47, - 0xff, - 0x7f, - 0x5d, - 0xff, - 0xda, - 0x51, - 0xff, - 0x82, - 0x55, - 0xff, - 0xf5, - 0x4b, - 0xff, - 0x35, - 0x5b, - 0xff, - 0x43, - 0x83, - 0xff, - 0x71, - 0x7d, - 0xff, - 0x38, - 0x79, - 0xff, - 0xa8, - 0xa6, - 0xff, - 0xe7, - 0x9e, - 0xff, - 0x27, - 0x71, - 0xff, - 0x8e, - 0x8d, - 0xff, - 0xa7, - 0x9c, - 0xff, - 0xae, - 0x6a, - 0xff, - 0x73, - 0x45, - 0xff, - 0x12, - 0x37, - 0xff, - 0xa7, - 0x4c, - 0xff, - 0x28, - 0x84, - 0xff, - 0xae, - 0x88, - 0xff, - 0xdf, - 0x57, - 0xff, - 0x0a, - 0x4b, - 0xff, - 0xfb, - 0x52, - 0xff, - 0x31, - 0x43, - 0xff, - 0x50, - 0x0e, - 0x04, - 0x68, - 0x7e, - 0x08, - 0x9b, - 0x7d, - 0x05, - 0x9c, - 0x88, - 0x02, - 0x09, - 0x88, - 0x02, - 0xfa, - 0xdd, - 0x01, - 0x6f, - 0x88, - 0x02, - 0xc2, - 0xe5, - 0x01, - 0x47, - 0x01, - 0x00, - 0x55, - 0xcd, - 0xfe, - 0xae, - 0x3d, - 0xff, - 0xd3, - 0x28, - 0x02, - 0xda, - 0xd1, - 0x02, - 0xee, - 0x1d, - 0x01, - 0x5b, - 0x25, - 0x00, - 0x45, - 0xcd, - 0xff, - 0x17, - 0xf4, - 0xff, - 0x67, - 0x46, - 0x00, - 0xfc, - 0xd7, - 0x00, - 0xa7, - 0x03, - 0x01, - 0x69, - 0xc1, - 0x00, - 0x72, - 0xa1, - 0x00, - 0x13, - 0x78, - 0x00, - 0xf4, - 0x49, - 0x00, - 0xcd, - 0xec, - 0xff, - 0x04, - 0xdf, - 0xff, - 0xc2, - 0xde, - 0xff, - 0xba, - 0x89, - 0xff, - 0x49, - 0xbe, - 0xff, - 0x72, - 0x37, - 0x00, - 0xb6, - 0x76, - 0x00, - 0x99, - 0xa0, - 0x00, - 0xd1, - 0x48, - 0x00, - 0xda, - 0x7f, - 0xff, - 0xa5, - 0xf6, - 0xfe, - 0x05, - 0xdc, - 0xfe, - 0xe5, - 0x16, - 0xff, - 0xc7, - 0x58, - 0xff, - 0xe8, - 0x69, - 0xff, - 0x15, - 0x53, - 0xff, - 0x88, - 0x3f, - 0xff, - 0xb8, - 0x61, - 0xff, - 0xa1, - 0x62, - 0xff, - 0x8d, - 0x5d, - 0xff, - 0x87, - 0x7f, - 0xff, - 0x96, - 0x5d, - 0xff, - 0xa5, - 0x51, - 0xff, - 0xd5, - 0x85, - 0xff, - 0x0a, - 0x90, - 0xff, - 0x0a, - 0x76, - 0xff, - 0x48, - 0x58, - 0xff, - 0x4d, - 0x69, - 0xff, - 0x6f, - 0x9f, - 0xff, - 0x44, - 0xa2, - 0xff, - 0x4f, - 0x6e, - 0xff, - 0x72, - 0x42, - 0xff, - 0x43, - 0x45, - 0xff, - 0x34, - 0x68, - 0xff, - 0x47, - 0x7e, - 0xff, - 0xc1, - 0x5f, - 0xff, - 0xab, - 0x36, - 0xff, - 0x34, - 0x3b, - 0xff, - 0xa1, - 0x41, - 0xff, - 0xa3, - 0x48, - 0xff, - 0x03, - 0x08, - 0x05, - 0x75, - 0x64, - 0x0a, - 0x42, - 0x16, - 0x06, - 0x36, - 0x83, - 0x02, - 0x33, - 0xf5, - 0x02, - 0xcc, - 0x81, - 0x01, - 0xa5, - 0x1b, - 0x02, - 0xb4, - 0x58, - 0x01, - 0x72, - 0xa3, - 0xfe, - 0xe2, - 0x20, - 0xfd, - 0x72, - 0xd7, - 0xfd, - 0xd1, - 0x37, - 0x02, - 0x67, - 0x21, - 0x03, - 0x7b, - 0xae, - 0x00, - 0xcc, - 0x2f, - 0x00, - 0x8c, - 0x0a, - 0x00, - 0xeb, - 0x3c, - 0x00, - 0x29, - 0xec, - 0x00, - 0x45, - 0x0d, - 0x01, - 0x85, - 0x46, - 0x00, - 0xcd, - 0x42, - 0x00, - 0x17, - 0xf8, - 0x00, - 0x0f, - 0x8a, - 0x00, - 0xc6, - 0x6e, - 0x00, - 0xbf, - 0x84, - 0x00, - 0xfe, - 0xef, - 0xff, - 0xa6, - 0xe0, - 0xff, - 0xc2, - 0x02, - 0x00, - 0x63, - 0xa4, - 0xff, - 0xa7, - 0xad, - 0xff, - 0x85, - 0x36, - 0x00, - 0xea, - 0x9e, - 0x00, - 0x98, - 0xe3, - 0x00, - 0xf0, - 0x45, - 0x00, - 0x58, - 0x68, - 0xff, - 0x37, - 0x29, - 0xff, - 0x50, - 0xf0, - 0xfe, - 0x75, - 0xf4, - 0xfe, - 0xc7, - 0x43, - 0xff, - 0xf1, - 0x8d, - 0xff, - 0x78, - 0x8a, - 0xff, - 0xc2, - 0x75, - 0xff, - 0xe7, - 0x91, - 0xff, - 0x10, - 0x77, - 0xff, - 0x83, - 0x4d, - 0xff, - 0xb5, - 0x51, - 0xff, - 0xc8, - 0x95, - 0xff, - 0x0d, - 0xb9, - 0xff, - 0xcc, - 0x8b, - 0xff, - 0x8c, - 0x62, - 0xff, - 0xe5, - 0x2c, - 0xff, - 0x97, - 0x51, - 0xff, - 0x90, - 0xb6, - 0xff, - 0x73, - 0xa9, - 0xff, - 0x9f, - 0x66, - 0xff, - 0x82, - 0x3c, - 0xff, - 0xdb, - 0x27, - 0xff, - 0xff, - 0x4a, - 0xff, - 0xcb, - 0x86, - 0xff, - 0x5f, - 0x64, - 0xff, - 0x84, - 0x1c, - 0xff, - 0xb0, - 0x25, - 0xff, - 0x22, - 0x3c, - 0xff, - 0x1d, - 0x60, - 0xff, - 0x78, - 0xa7, - 0x05, - 0xae, - 0x5c, - 0x0c, - 0xb7, - 0x0d, - 0x07, - 0x1f, - 0x2f, - 0x02, - 0x9e, - 0x86, - 0x03, - 0x9a, - 0x61, - 0x01, - 0x9a, - 0xd3, - 0x01, - 0x89, - 0x77, - 0x01, - 0x76, - 0x9f, - 0xfd, - 0xd7, - 0xf8, - 0xfb, - 0xac, - 0xaa, - 0xfc, - 0xd5, - 0x0b, - 0x02, - 0x46, - 0x8a, - 0x03, - 0x24, - 0xba, - 0xff, - 0x9f, - 0x56, - 0xff, - 0xa3, - 0xa6, - 0xff, - 0xfd, - 0x2e, - 0x00, - 0x59, - 0x60, - 0x01, - 0x65, - 0x5c, - 0x01, - 0x7c, - 0xa1, - 0x00, - 0x1b, - 0x9b, - 0x00, - 0x98, - 0xc9, - 0x00, - 0xbd, - 0x18, - 0x00, - 0x48, - 0x88, - 0x00, - 0x7c, - 0x73, - 0x00, - 0x6e, - 0xcf, - 0xff, - 0xe6, - 0x50, - 0x00, - 0x23, - 0x17, - 0x00, - 0x1f, - 0xbd, - 0xff, - 0xa9, - 0x02, - 0x00, - 0x81, - 0x73, - 0x00, - 0x47, - 0x48, - 0x00, - 0xc5, - 0x00, - 0x00, - 0x5f, - 0x6a, - 0x00, - 0x97, - 0x45, - 0x00, - 0x38, - 0xe6, - 0xff, - 0x13, - 0x72, - 0xff, - 0x6e, - 0xf9, - 0xfe, - 0x7c, - 0x0d, - 0xff, - 0x20, - 0x41, - 0xff, - 0xb5, - 0xa5, - 0xff, - 0x1d, - 0xe5, - 0xff, - 0x98, - 0xa7, - 0xff, - 0xb6, - 0x48, - 0xff, - 0x23, - 0x3f, - 0xff, - 0x75, - 0x7b, - 0xff, - 0x64, - 0x99, - 0xff, - 0x9d, - 0xb5, - 0xff, - 0x71, - 0xa9, - 0xff, - 0xcb, - 0x70, - 0xff, - 0xb1, - 0x50, - 0xff, - 0x18, - 0x68, - 0xff, - 0x95, - 0xbf, - 0xff, - 0x71, - 0xb9, - 0xff, - 0x56, - 0x34, - 0xff, - 0x06, - 0xf7, - 0xfe, - 0x88, - 0x0b, - 0xff, - 0xa3, - 0x2b, - 0xff, - 0xef, - 0x53, - 0xff, - 0xdc, - 0x50, - 0xff, - 0xc7, - 0x34, - 0xff, - 0xc6, - 0x36, - 0xff, - 0xa3, - 0x59, - 0xff, - 0xea, - 0x8f, - 0xff, - 0xcf, - 0x15, - 0x06, - 0xde, - 0x51, - 0x0e, - 0x3a, - 0x49, - 0x08, - 0x09, - 0xa4, - 0x01, - 0x74, - 0x4d, - 0x04, - 0x92, - 0x95, - 0x01, - 0x9a, - 0x6c, - 0x01, - 0x1c, - 0x2c, - 0x02, - 0x33, - 0xbf, - 0xfc, - 0x13, - 0xa9, - 0xfa, - 0xb6, - 0xb1, - 0xfb, - 0xb7, - 0xea, - 0x01, - 0xa9, - 0x6b, - 0x04, - 0x32, - 0xd1, - 0xfe, - 0xb0, - 0x41, - 0xfe, - 0x36, - 0x2e, - 0xff, - 0x48, - 0x87, - 0xff, - 0x4f, - 0x30, - 0x01, - 0x55, - 0x5a, - 0x01, - 0x08, - 0xc3, - 0x00, - 0x83, - 0xb7, - 0x00, - 0x9b, - 0x6d, - 0x01, - 0xcc, - 0x52, - 0x00, - 0xa9, - 0xf5, - 0xff, - 0x93, - 0x88, - 0x00, - 0xbb, - 0xce, - 0xff, - 0x94, - 0x34, - 0x00, - 0x83, - 0x40, - 0x00, - 0xa7, - 0xea, - 0xff, - 0x05, - 0x55, - 0x00, - 0xb5, - 0x75, - 0x00, - 0x4e, - 0x19, - 0x00, - 0x51, - 0xf9, - 0xff, - 0x76, - 0x22, - 0x00, - 0x69, - 0xf3, - 0xff, - 0x63, - 0x69, - 0x00, - 0x8c, - 0x6d, - 0x00, - 0x93, - 0xae, - 0xff, - 0x2a, - 0x7f, - 0xff, - 0xc5, - 0x67, - 0xff, - 0xe2, - 0x58, - 0xff, - 0x11, - 0x63, - 0xff, - 0x10, - 0x9d, - 0xff, - 0xb7, - 0x99, - 0xff, - 0xb6, - 0x73, - 0xff, - 0x32, - 0x69, - 0xff, - 0x38, - 0x6c, - 0xff, - 0xb4, - 0xc7, - 0xff, - 0x60, - 0xc9, - 0xff, - 0xd3, - 0xa4, - 0xff, - 0x6d, - 0x8e, - 0xff, - 0x8f, - 0x94, - 0xff, - 0xd0, - 0xe0, - 0xff, - 0xf8, - 0xa0, - 0xff, - 0x9b, - 0x20, - 0xff, - 0x87, - 0xda, - 0xfe, - 0xc6, - 0xae, - 0xfe, - 0xbb, - 0xce, - 0xfe, - 0x75, - 0x2f, - 0xff, - 0x0c, - 0x52, - 0xff, - 0x76, - 0x3c, - 0xff, - 0xc0, - 0x58, - 0xff, - 0x5d, - 0x90, - 0xff, - 0x4a, - 0xd2, - 0xff, - 0x0b, - 0xb6, - 0x07, - 0xd5, - 0x7a, - 0x11, - 0xba, - 0x70, - 0x08, - 0xd5, - 0x85, - 0x00, - 0xc8, - 0x68, - 0x05, - 0x73, - 0x58, - 0x01, - 0x5f, - 0x25, - 0x01, - 0xbe, - 0x9e, - 0x02, - 0x6a, - 0x39, - 0xfb, - 0x76, - 0x5a, - 0xf9, - 0xac, - 0x23, - 0xfb, - 0xa8, - 0x86, - 0x02, - 0xe5, - 0x03, - 0x05, - 0x91, - 0x76, - 0xfd, - 0xe2, - 0x7a, - 0xfd, - 0x04, - 0xb3, - 0xfe, - 0x63, - 0xef, - 0xfe, - 0xa2, - 0xef, - 0x00, - 0xe9, - 0xc0, - 0x00, - 0x70, - 0x75, - 0x00, - 0xb1, - 0x91, - 0x00, - 0xce, - 0x43, - 0x01, - 0x49, - 0x1a, - 0x00, - 0x33, - 0x1f, - 0x00, - 0x7e, - 0xe5, - 0x00, - 0x06, - 0x9b, - 0xff, - 0x21, - 0x0b, - 0x00, - 0x29, - 0x37, - 0x00, - 0x4a, - 0xeb, - 0xff, - 0x8e, - 0x23, - 0x00, - 0x7d, - 0x76, - 0x00, - 0xd7, - 0x50, - 0x00, - 0x43, - 0xc4, - 0xff, - 0xf0, - 0x3f, - 0x00, - 0x45, - 0xdf, - 0xff, - 0xe3, - 0xec, - 0xff, - 0xea, - 0x73, - 0x00, - 0x0e, - 0x70, - 0x00, - 0xb7, - 0xbc, - 0x00, - 0x6a, - 0xef, - 0xff, - 0xb6, - 0x27, - 0xff, - 0xd4, - 0x2e, - 0xff, - 0xda, - 0x52, - 0xff, - 0xe8, - 0x52, - 0xff, - 0x45, - 0x45, - 0xff, - 0x94, - 0x61, - 0xff, - 0x16, - 0x7d, - 0xff, - 0x24, - 0xe3, - 0xff, - 0x09, - 0xe4, - 0xff, - 0x3d, - 0xb9, - 0xff, - 0x09, - 0xb1, - 0xff, - 0xcd, - 0xa0, - 0xff, - 0x88, - 0xf1, - 0xff, - 0x3a, - 0xc3, - 0xff, - 0x72, - 0xe8, - 0xfe, - 0x0b, - 0x64, - 0xfe, - 0x8a, - 0x67, - 0xfe, - 0xb3, - 0x97, - 0xfe, - 0x12, - 0x03, - 0xff, - 0x4d, - 0x4c, - 0xff, - 0x8f, - 0x50, - 0xff, - 0xf2, - 0x8a, - 0xff, - 0x87, - 0xb2, - 0xff, - 0xec, - 0xd1, - 0xff, - 0x51, - 0x15, - 0x09, - 0xec, - 0x94, - 0x14, - 0x5e, - 0xcd, - 0x08, - 0x8a, - 0xec, - 0xfe, - 0x5b, - 0x82, - 0x06, - 0xf9, - 0x61, - 0x01, - 0xbd, - 0x48, - 0x00, - 0xe7, - 0x29, - 0x03, - 0x7c, - 0xd2, - 0xf9, - 0xeb, - 0x43, - 0xf8, - 0x54, - 0x80, - 0xfb, - 0x94, - 0xfc, - 0x02, - 0xc1, - 0x5a, - 0x05, - 0xd2, - 0x52, - 0xfc, - 0x5e, - 0xd4, - 0xfc, - 0xc9, - 0x8d, - 0xfe, - 0xcb, - 0x92, - 0xfe, - 0xed, - 0xd9, - 0x00, - 0x2b, - 0x59, - 0x00, - 0x67, - 0x3c, - 0x00, - 0x10, - 0x27, - 0x00, - 0x1e, - 0x20, - 0x01, - 0x0f, - 0xcd, - 0xff, - 0x96, - 0x8e, - 0xff, - 0xea, - 0x3b, - 0x01, - 0x0d, - 0xbe, - 0xff, - 0xcd, - 0x1f, - 0x00, - 0x41, - 0xd5, - 0xff, - 0x4d, - 0x5c, - 0xff, - 0x1d, - 0x60, - 0x00, - 0x03, - 0x5b, - 0x00, - 0xb2, - 0x6b, - 0x00, - 0x9d, - 0x28, - 0x00, - 0xcc, - 0x5c, - 0x00, - 0x95, - 0xf5, - 0xff, - 0x2e, - 0x1a, - 0x00, - 0xc8, - 0x80, - 0x00, - 0x46, - 0xcf, - 0xff, - 0x1c, - 0x76, - 0x00, - 0xc3, - 0x9d, - 0x00, - 0x54, - 0x16, - 0x00, - 0x80, - 0xa6, - 0xff, - 0xad, - 0x17, - 0xff, - 0xa9, - 0xf4, - 0xfe, - 0x22, - 0xef, - 0xfe, - 0xf4, - 0x5b, - 0xff, - 0xc3, - 0xa7, - 0xff, - 0xb9, - 0x02, - 0x00, - 0xac, - 0x16, - 0x00, - 0xde, - 0x92, - 0xff, - 0xee, - 0x87, - 0xff, - 0x28, - 0xb0, - 0xff, - 0x0a, - 0xe5, - 0xff, - 0x7e, - 0xc4, - 0xff, - 0xf0, - 0xf3, - 0xfe, - 0xfe, - 0x56, - 0xfe, - 0x92, - 0x43, - 0xfe, - 0x4c, - 0x74, - 0xfe, - 0xcd, - 0x05, - 0xff, - 0x7c, - 0x6c, - 0xff, - 0x94, - 0x62, - 0xff, - 0xc5, - 0x7d, - 0xff, - 0x81, - 0xa5, - 0xff, - 0xfb, - 0xf0, - 0xff, - 0xb5, - 0x26, - 0x0a, - 0x0f, - 0x13, - 0x18, - 0x1d, - 0x60, - 0x0a, - 0xc0, - 0xc5, - 0xfc, - 0x32, - 0x40, - 0x07, - 0xe7, - 0x4c, - 0x02, - 0xb5, - 0xb6, - 0xfe, - 0xfe, - 0xc3, - 0x03, - 0xde, - 0xc4, - 0xf8, - 0xc9, - 0x81, - 0xf6, - 0x61, - 0x14, - 0xfc, - 0x1a, - 0x14, - 0x03, - 0xb5, - 0xec, - 0x05, - 0x6a, - 0xf5, - 0xfb, - 0xa6, - 0xc6, - 0xfb, - 0xcd, - 0x3f, - 0xfe, - 0xdc, - 0x59, - 0xfe, - 0x96, - 0x05, - 0x01, - 0x3f, - 0xa7, - 0xff, - 0x49, - 0x2f, - 0x00, - 0x3f, - 0x33, - 0x00, - 0x1d, - 0x57, - 0x00, - 0xc4, - 0xea, - 0xff, - 0x6d, - 0x5e, - 0xff, - 0x15, - 0x0c, - 0x01, - 0xc4, - 0x7b, - 0xff, - 0xe3, - 0x99, - 0xff, - 0x9f, - 0xd4, - 0xff, - 0xf7, - 0x33, - 0xff, - 0xdf, - 0x1c, - 0x00, - 0x2a, - 0x1c, - 0x00, - 0xeb, - 0x8c, - 0x00, - 0xe1, - 0x4e, - 0x00, - 0xcd, - 0xb0, - 0x00, - 0x3c, - 0xa8, - 0x00, - 0x16, - 0x0e, - 0x00, - 0x6b, - 0x5a, - 0x00, - 0xed, - 0xc5, - 0xff, - 0x84, - 0x39, - 0x00, - 0xb2, - 0x43, - 0x00, - 0xc0, - 0xce, - 0xff, - 0x7b, - 0x32, - 0x00, - 0xda, - 0xf0, - 0xff, - 0x65, - 0x67, - 0xff, - 0x48, - 0xe7, - 0xfe, - 0x56, - 0x20, - 0xff, - 0x7c, - 0x93, - 0xff, - 0xaf, - 0xf7, - 0xff, - 0xcb, - 0x34, - 0x00, - 0xed, - 0x9e, - 0xff, - 0xe3, - 0x55, - 0xff, - 0xd8, - 0x74, - 0xff, - 0x92, - 0xb4, - 0xff, - 0x0c, - 0xe9, - 0xff, - 0x40, - 0x27, - 0xff, - 0x6b, - 0x52, - 0xfe, - 0x98, - 0x61, - 0xfe, - 0x5c, - 0xa2, - 0xfe, - 0x45, - 0x22, - 0xff, - 0xe2, - 0x70, - 0xff, - 0x87, - 0x4c, - 0xff, - 0xe6, - 0x90, - 0xff, - 0xe4, - 0xcf, - 0xff, - 0xc3, - 0xfa, - 0xff, - 0x29, - 0x14, - 0x0e, - 0xb2, - 0x9e, - 0x1b, - 0x6b, - 0xe4, - 0x06, - 0xcb, - 0xec, - 0xfc, - 0x94, - 0xac, - 0x08, - 0x52, - 0xfa, - 0xff, - 0xed, - 0x67, - 0x00, - 0xab, - 0x9c, - 0x02, - 0xdd, - 0x3a, - 0xf6, - 0xc8, - 0xb0, - 0xf6, - 0xf4, - 0x84, - 0xfc, - 0xe0, - 0x19, - 0x05, - 0xdb, - 0x31, - 0x04, - 0x3c, - 0xfe, - 0xfa, - 0x66, - 0x87, - 0xfc, - 0x7e, - 0x41, - 0xfd, - 0x05, - 0x1b, - 0xff, - 0x78, - 0x9c, - 0x00, - 0x8e, - 0x9e, - 0xff, - 0xb2, - 0x3a, - 0x00, - 0x46, - 0xdd, - 0xff, - 0xd5, - 0xfe, - 0x00, - 0x7d, - 0x3f, - 0xff, - 0x5d, - 0x48, - 0xff, - 0xcd, - 0x60, - 0x00, - 0x60, - 0x1b, - 0xff, - 0x99, - 0xf5, - 0xff, - 0x76, - 0x09, - 0xff, - 0x32, - 0x5b, - 0xff, - 0x3e, - 0x43, - 0x00, - 0xc0, - 0x26, - 0x00, - 0x8f, - 0x95, - 0x00, - 0x7b, - 0x48, - 0x00, - 0x4b, - 0xcb, - 0x00, - 0xdc, - 0x20, - 0x00, - 0xb1, - 0x59, - 0x00, - 0xee, - 0xb9, - 0x00, - 0x77, - 0xae, - 0xff, - 0x92, - 0x28, - 0x00, - 0xcc, - 0xce, - 0xff, - 0x81, - 0x93, - 0xff, - 0x4d, - 0x0b, - 0x00, - 0xb7, - 0x00, - 0x00, - 0x71, - 0x07, - 0x00, - 0xd5, - 0x7b, - 0xff, - 0x47, - 0x35, - 0xff, - 0x13, - 0x60, - 0xff, - 0xed, - 0xe1, - 0xff, - 0x0a, - 0x0b, - 0x00, - 0xc0, - 0x6c, - 0xff, - 0x8b, - 0x72, - 0xff, - 0xdd, - 0x83, - 0xff, - 0xff, - 0x97, - 0xff, - 0x2d, - 0x09, - 0x00, - 0x03, - 0x50, - 0xff, - 0xb8, - 0x6f, - 0xfe, - 0xd0, - 0x74, - 0xfe, - 0x65, - 0x8b, - 0xfe, - 0x25, - 0x14, - 0xff, - 0xf9, - 0x87, - 0xff, - 0x62, - 0x93, - 0xff, - 0xe4, - 0xa9, - 0xff, - 0x71, - 0xbf, - 0xff, - 0x11, - 0x0d, - 0x00, - 0x9f, - 0xcf, - 0x0f, - 0x0b, - 0x8e, - 0x1e, - 0x50, - 0x81, - 0x07, - 0xbc, - 0x91, - 0xfc, - 0xd9, - 0x8a, - 0x08, - 0xff, - 0x14, - 0xff, - 0x35, - 0x70, - 0x00, - 0xd7, - 0x9a, - 0x02, - 0x83, - 0xe3, - 0xf4, - 0x40, - 0x33, - 0xf6, - 0x49, - 0xd0, - 0xfc, - 0xae, - 0x1a, - 0x04, - 0x19, - 0x7c, - 0x03, - 0xea, - 0xfe, - 0xfb, - 0x69, - 0x5d, - 0xfc, - 0x5e, - 0x2f, - 0xfc, - 0x46, - 0xfa, - 0xfe, - 0xc5, - 0x4e, - 0x00, - 0x69, - 0x11, - 0x00, - 0x3b, - 0x35, - 0x01, - 0x05, - 0x38, - 0xff, - 0xac, - 0x3c, - 0x00, - 0xc6, - 0x66, - 0xff, - 0x5e, - 0x23, - 0xff, - 0x08, - 0xe8, - 0xff, - 0x39, - 0x9c, - 0xfe, - 0x30, - 0x92, - 0xff, - 0x3e, - 0xd9, - 0xfe, - 0x08, - 0x54, - 0xff, - 0x02, - 0x43, - 0x00, - 0x3d, - 0x38, - 0x00, - 0x8e, - 0xb9, - 0x00, - 0x8e, - 0xfd, - 0xff, - 0x58, - 0x7f, - 0x00, - 0xb1, - 0x0c, - 0x00, - 0x0b, - 0x22, - 0x00, - 0xbd, - 0xa6, - 0x00, - 0xd4, - 0x9c, - 0xff, - 0xd3, - 0x0f, - 0x00, - 0xe4, - 0xa4, - 0xff, - 0x00, - 0x4a, - 0xff, - 0xa5, - 0xde, - 0xff, - 0x5b, - 0xbf, - 0xff, - 0x00, - 0xbd, - 0xff, - 0x64, - 0x7d, - 0xff, - 0x11, - 0x95, - 0xff, - 0x5f, - 0xa5, - 0xff, - 0xd1, - 0xe4, - 0xff, - 0xaf, - 0x1c, - 0x00, - 0xb0, - 0x32, - 0xff, - 0x2b, - 0x29, - 0xff, - 0x46, - 0xc0, - 0xff, - 0x3d, - 0xdf, - 0xff, - 0xbb, - 0x4b, - 0x00, - 0x88, - 0x9f, - 0xff, - 0x4a, - 0x3d, - 0xfe, - 0x99, - 0x25, - 0xfe, - 0xd1, - 0x8d, - 0xfe, - 0x52, - 0x0c, - 0xff, - 0xf5, - 0x8c, - 0xff, - 0x4e, - 0xb2, - 0xff, - 0xcc, - 0xbd, - 0xff, - 0x5b, - 0xe1, - 0xff, - 0xac, - 0x2d, - 0x00, - 0x27, - 0x9f, - 0x0e, - 0x9f, - 0x22, - 0x20, - 0xfc, - 0x0e, - 0x0c, - 0x8b, - 0xda, - 0xfb, - 0x53, - 0x0e, - 0x08, - 0x3d, - 0x14, - 0x00, - 0xd5, - 0xf9, - 0xfd, - 0x31, - 0xf6, - 0x03, - 0x70, - 0xdf, - 0xf5, - 0xf9, - 0x1a, - 0xf5, - 0xd3, - 0x24, - 0xfd, - 0xb4, - 0x82, - 0x01, - 0x1d, - 0xc5, - 0x02, - 0x38, - 0x90, - 0xfd, - 0x67, - 0x11, - 0xfd, - 0x05, - 0x09, - 0xfc, - 0x2e, - 0xbd, - 0xfd, - 0x8e, - 0x91, - 0x00, - 0x4e, - 0xfb, - 0xff, - 0x7b, - 0xa6, - 0x01, - 0x98, - 0xc4, - 0xff, - 0x80, - 0x59, - 0xff, - 0x83, - 0x9d, - 0xff, - 0xc2, - 0xbc, - 0xfe, - 0xf9, - 0xd9, - 0xff, - 0x9d, - 0xf5, - 0xfe, - 0xd5, - 0x37, - 0xff, - 0x7c, - 0x01, - 0xff, - 0x6a, - 0x1e, - 0xff, - 0x02, - 0xf7, - 0xff, - 0x09, - 0x9a, - 0xff, - 0x2a, - 0xc3, - 0x00, - 0x1d, - 0x76, - 0x00, - 0x2a, - 0x54, - 0x00, - 0x11, - 0x29, - 0x00, - 0xe9, - 0xa0, - 0xff, - 0x31, - 0x77, - 0x00, - 0x15, - 0xc2, - 0xff, - 0x21, - 0xea, - 0xff, - 0x48, - 0xee, - 0xff, - 0xa3, - 0x43, - 0xff, - 0x8f, - 0x9b, - 0xff, - 0x15, - 0x30, - 0xff, - 0xd6, - 0x4f, - 0xff, - 0x34, - 0x46, - 0xff, - 0x68, - 0x38, - 0xff, - 0x02, - 0xcd, - 0xff, - 0xe3, - 0x21, - 0x00, - 0x56, - 0x88, - 0x00, - 0x1d, - 0xba, - 0xff, - 0x22, - 0x3d, - 0xff, - 0x3e, - 0xe6, - 0xff, - 0xa8, - 0xec, - 0xff, - 0x22, - 0x1d, - 0x00, - 0x4a, - 0xdb, - 0xff, - 0xc1, - 0xa1, - 0xfe, - 0x0f, - 0x31, - 0xfe, - 0x78, - 0x6c, - 0xfe, - 0xc1, - 0xd3, - 0xfe, - 0x79, - 0x54, - 0xff, - 0xf6, - 0xb5, - 0xff, - 0x4e, - 0xf8, - 0xff, - 0x75, - 0xed, - 0xff, - 0xcb, - 0x38, - 0x00, - 0xfb, - 0x5d, - 0x10, - 0x31, - 0x89, - 0x21, - 0xf0, - 0xa7, - 0x0b, - 0xb5, - 0xc0, - 0xfd, - 0xa6, - 0xb1, - 0x08, - 0xf7, - 0x8b, - 0xfe, - 0x88, - 0xa0, - 0xfd, - 0xcd, - 0xbb, - 0x02, - 0x7e, - 0xe9, - 0xf5, - 0x56, - 0x55, - 0xf6, - 0x27, - 0x8d, - 0xfd, - 0x8e, - 0xc2, - 0xff, - 0x63, - 0x4b, - 0x00, - 0xde, - 0xdc, - 0xfe, - 0xb3, - 0x11, - 0xfe, - 0xf9, - 0x7e, - 0xfc, - 0x12, - 0x51, - 0xfe, - 0x2a, - 0xdb, - 0xfe, - 0xfa, - 0x0a, - 0x00, - 0xa6, - 0x9e, - 0x02, - 0xec, - 0xa4, - 0xff, - 0x28, - 0xca, - 0xfe, - 0x5d, - 0x33, - 0xff, - 0x3c, - 0x4a, - 0xff, - 0xe1, - 0xf4, - 0xff, - 0x97, - 0x12, - 0xff, - 0xbf, - 0x10, - 0xff, - 0x96, - 0xb4, - 0xfe, - 0x14, - 0x4d, - 0xff, - 0xa0, - 0x7c, - 0xff, - 0x56, - 0x55, - 0xff, - 0x15, - 0x9d, - 0x00, - 0x10, - 0x2f, - 0x00, - 0xff, - 0x47, - 0x00, - 0x0b, - 0x25, - 0x00, - 0x6a, - 0xd5, - 0xff, - 0xce, - 0x2e, - 0x00, - 0x8e, - 0x82, - 0xff, - 0x0a, - 0x26, - 0x00, - 0x2f, - 0xde, - 0xff, - 0x39, - 0x07, - 0xff, - 0x9e, - 0x53, - 0xff, - 0x07, - 0xf6, - 0xfe, - 0xe0, - 0x0a, - 0xff, - 0x45, - 0x00, - 0xff, - 0xb8, - 0x04, - 0xff, - 0x00, - 0x64, - 0xff, - 0xff, - 0xf4, - 0xff, - 0x16, - 0xe8, - 0x00, - 0x24, - 0x6c, - 0x00, - 0x82, - 0xb9, - 0xff, - 0x24, - 0xe3, - 0xff, - 0x4c, - 0xba, - 0xff, - 0x4e, - 0xfc, - 0xff, - 0x4b, - 0x0f, - 0x00, - 0xe6, - 0xde, - 0xfe, - 0x24, - 0x38, - 0xfe, - 0x0e, - 0x80, - 0xfe, - 0x4f, - 0xda, - 0xfe, - 0x92, - 0x46, - 0xff, - 0xdf, - 0x9c, - 0xff, - 0x5b, - 0xe3, - 0xff, - 0xdd, - 0xf7, - 0xff, - 0x4c, - 0x57, - 0x00, - 0x84, - 0xa4, - 0x10, - 0x59, - 0x6f, - 0x22, - 0x46, - 0x18, - 0x0d, - 0x0a, - 0x49, - 0xff, - 0x3d, - 0xd7, - 0x09, - 0x1f, - 0x8e, - 0xfe, - 0x59, - 0x09, - 0xfc, - 0x91, - 0x71, - 0x01, - 0x56, - 0xc2, - 0xf5, - 0x84, - 0xed, - 0xf6, - 0xcc, - 0x2f, - 0xff, - 0x73, - 0x4b, - 0xfe, - 0x29, - 0x92, - 0xfc, - 0x15, - 0x60, - 0xff, - 0x71, - 0x59, - 0x00, - 0x33, - 0x73, - 0xfd, - 0xea, - 0x98, - 0xfe, - 0x1f, - 0xbb, - 0xfd, - 0x9c, - 0xe1, - 0xfe, - 0xee, - 0xc6, - 0x02, - 0xfa, - 0x08, - 0x00, - 0xed, - 0xfe, - 0xfe, - 0x3c, - 0xd7, - 0xff, - 0xa8, - 0x36, - 0xff, - 0xf7, - 0x3c, - 0xff, - 0x24, - 0x3f, - 0xff, - 0x62, - 0x24, - 0xff, - 0xac, - 0x5a, - 0xfe, - 0x4e, - 0x3f, - 0xff, - 0x45, - 0x36, - 0xff, - 0x24, - 0x98, - 0xfe, - 0x72, - 0x63, - 0x00, - 0xeb, - 0x5f, - 0x00, - 0x6c, - 0x27, - 0x00, - 0xdd, - 0x0c, - 0x00, - 0x93, - 0xa8, - 0xff, - 0x4e, - 0x37, - 0x00, - 0x66, - 0x85, - 0xff, - 0xbd, - 0xa3, - 0xff, - 0xeb, - 0x78, - 0xff, - 0x68, - 0xcb, - 0xfe, - 0xc8, - 0x4d, - 0xff, - 0x40, - 0xdf, - 0xfe, - 0x42, - 0xc8, - 0xfe, - 0x83, - 0xf8, - 0xfe, - 0x46, - 0x0e, - 0xff, - 0xb1, - 0x6a, - 0xff, - 0x68, - 0xbb, - 0xff, - 0xde, - 0x77, - 0x00, - 0xcc, - 0x52, - 0x00, - 0x39, - 0xf4, - 0xff, - 0xff, - 0x34, - 0x00, - 0x8a, - 0xf0, - 0xff, - 0x90, - 0xb4, - 0xff, - 0x92, - 0xf1, - 0xff, - 0x41, - 0x40, - 0xff, - 0x72, - 0x66, - 0xfe, - 0x90, - 0xa4, - 0xfe, - 0x2d, - 0xd2, - 0xfe, - 0x6d, - 0x1e, - 0xff, - 0xb2, - 0xac, - 0xff, - 0xbf, - 0xf9, - 0xff, - 0x6a, - 0xfc, - 0xff, - 0x15, - 0x23, - 0x00, - 0x25, - 0x5b, - 0x11, - 0xbb, - 0x41, - 0x23, - 0xd4, - 0xfa, - 0x0c, - 0x6b, - 0x4a, - 0x00, - 0x3a, - 0xa2, - 0x0b, - 0x89, - 0xc1, - 0xfe, - 0xd5, - 0x24, - 0xfb, - 0x06, - 0x13, - 0x00, - 0xe0, - 0xe1, - 0xf4, - 0xf3, - 0xfe, - 0xf7, - 0x75, - 0x03, - 0x01, - 0x0b, - 0xff, - 0xfc, - 0x3c, - 0xc8, - 0xf9, - 0x8e, - 0xa0, - 0xff, - 0xaa, - 0x6a, - 0x01, - 0xe3, - 0x9c, - 0xfe, - 0xaf, - 0x9a, - 0xff, - 0x88, - 0x83, - 0xfc, - 0x4c, - 0xb9, - 0xfd, - 0x82, - 0xff, - 0x02, - 0x4a, - 0xb0, - 0x00, - 0x73, - 0xf0, - 0xfe, - 0x2e, - 0xbf, - 0xff, - 0x79, - 0xd1, - 0xff, - 0x73, - 0x47, - 0xff, - 0x3c, - 0xf9, - 0xfe, - 0x3c, - 0x9e, - 0xfe, - 0xbe, - 0xf7, - 0xfd, - 0xc4, - 0x3f, - 0xff, - 0x35, - 0x05, - 0xff, - 0x00, - 0x52, - 0xfe, - 0x65, - 0xff, - 0xff, - 0x87, - 0x56, - 0x00, - 0xa0, - 0x47, - 0x00, - 0x14, - 0x25, - 0x00, - 0x8b, - 0xae, - 0xff, - 0x81, - 0xf0, - 0xff, - 0x48, - 0x55, - 0xff, - 0x2b, - 0x69, - 0xff, - 0xe7, - 0x3b, - 0xff, - 0x85, - 0x8a, - 0xfe, - 0xa6, - 0x11, - 0xff, - 0x2e, - 0xcd, - 0xfe, - 0xd5, - 0xcf, - 0xfe, - 0x3f, - 0x3f, - 0xff, - 0x5c, - 0x54, - 0xff, - 0xf9, - 0x6c, - 0xff, - 0x29, - 0x69, - 0xff, - 0x90, - 0x0c, - 0x00, - 0x43, - 0x3f, - 0x00, - 0x17, - 0xfd, - 0xff, - 0xa7, - 0x05, - 0x00, - 0x95, - 0x02, - 0x00, - 0xa4, - 0xe8, - 0xff, - 0x6a, - 0xfe, - 0xff, - 0x73, - 0x7e, - 0xff, - 0x02, - 0x57, - 0xfe, - 0x24, - 0x7a, - 0xfe, - 0xdb, - 0xdd, - 0xfe, - 0xc8, - 0x12, - 0xff, - 0xc1, - 0xc7, - 0xff, - 0x38, - 0x14, - 0x00, - 0x4a, - 0x25, - 0x00, - 0x41, - 0x26, - 0x00, - 0xa0, - 0x2b, - 0x12, - 0x8c, - 0x81, - 0x24, - 0xcd, - 0x2b, - 0x0c, - 0x92, - 0x58, - 0x00, - 0x78, - 0x43, - 0x0e, - 0xc5, - 0x05, - 0xff, - 0xca, - 0xcd, - 0xf9, - 0x84, - 0x04, - 0xff, - 0x2b, - 0x18, - 0xf4, - 0x0a, - 0x11, - 0xf9, - 0xc6, - 0x13, - 0x03, - 0xa9, - 0x87, - 0xfc, - 0x39, - 0xb5, - 0xf5, - 0x58, - 0x9b, - 0xfe, - 0x0c, - 0x42, - 0x03, - 0xff, - 0x3d, - 0xff, - 0x37, - 0x6a, - 0x01, - 0xf9, - 0x20, - 0xfc, - 0xcf, - 0xe3, - 0xfb, - 0x08, - 0x90, - 0x03, - 0x74, - 0x06, - 0x01, - 0x20, - 0x7a, - 0xfe, - 0xec, - 0x9b, - 0xff, - 0xa1, - 0x4c, - 0x00, - 0xc8, - 0x0c, - 0xff, - 0x1a, - 0xb0, - 0xfe, - 0xd3, - 0x7d, - 0xfe, - 0x93, - 0xf3, - 0xfc, - 0x60, - 0x3b, - 0xff, - 0xff, - 0x2b, - 0xff, - 0xb4, - 0xcf, - 0xfd, - 0x21, - 0xc7, - 0xff, - 0x85, - 0x3c, - 0x00, - 0x9d, - 0xfd, - 0xff, - 0x63, - 0x9a, - 0xff, - 0x98, - 0x99, - 0xff, - 0xd1, - 0x10, - 0x00, - 0xce, - 0x53, - 0xff, - 0xf4, - 0x57, - 0xff, - 0x83, - 0x00, - 0xff, - 0x8c, - 0x6d, - 0xfe, - 0x9b, - 0x24, - 0xff, - 0xb7, - 0xe6, - 0xfe, - 0xfa, - 0x92, - 0xfe, - 0xe3, - 0xce, - 0xfe, - 0x22, - 0x2f, - 0xff, - 0x60, - 0x8b, - 0xff, - 0xc9, - 0x71, - 0xff, - 0xa7, - 0xd5, - 0xff, - 0x6d, - 0xe9, - 0xff, - 0xab, - 0xdb, - 0xff, - 0xdf, - 0xf3, - 0xff, - 0x89, - 0xf5, - 0xff, - 0x34, - 0x05, - 0x00, - 0x15, - 0xee, - 0xff, - 0x1b, - 0xd2, - 0xff, - 0x6d, - 0x93, - 0xfe, - 0x16, - 0x20, - 0xfe, - 0xfc, - 0xc6, - 0xfe, - 0x6c, - 0xe0, - 0xfe, - 0x16, - 0xbf, - 0xff, - 0x09, - 0x21, - 0x00, - 0x21, - 0xfd, - 0xff, - 0x81, - 0x42, - 0x00, - 0x12, - 0x3c, - 0x13, - 0x04, - 0x34, - 0x26, - 0xf2, - 0xcc, - 0x0a, - 0x49, - 0x6c, - 0xff, - 0xeb, - 0xea, - 0x10, - 0xe9, - 0xcc, - 0xfe, - 0xf0, - 0xf1, - 0xf8, - 0xa7, - 0xa7, - 0xff, - 0xc6, - 0x8c, - 0xf2, - 0xce, - 0xd1, - 0xf9, - 0x15, - 0x67, - 0x06, - 0x67, - 0xd2, - 0xfc, - 0xf9, - 0x9e, - 0xf1, - 0x18, - 0x16, - 0xfc, - 0x2e, - 0x28, - 0x05, - 0x94, - 0x51, - 0x00, - 0x43, - 0xcd, - 0x02, - 0xfc, - 0xf1, - 0xfc, - 0xde, - 0x24, - 0xfa, - 0x39, - 0x8b, - 0x03, - 0x56, - 0x9b, - 0x01, - 0x39, - 0x0f, - 0xfe, - 0x38, - 0x83, - 0xff, - 0x03, - 0x93, - 0x00, - 0xd2, - 0x91, - 0xfe, - 0x71, - 0x00, - 0xfe, - 0x1d, - 0xd7, - 0xfe, - 0x36, - 0xb6, - 0xfc, - 0xee, - 0x0b, - 0xff, - 0x2b, - 0x69, - 0xff, - 0xb5, - 0x5f, - 0xfd, - 0xfa, - 0x91, - 0xff, - 0x68, - 0x38, - 0x00, - 0xd2, - 0xdc, - 0xff, - 0xce, - 0x7d, - 0xff, - 0x4d, - 0x57, - 0xff, - 0x47, - 0x7b, - 0xff, - 0x8f, - 0x06, - 0xff, - 0x29, - 0xd4, - 0xff, - 0x9c, - 0x8c, - 0xff, - 0x2c, - 0xc8, - 0xfe, - 0x31, - 0x3a, - 0xff, - 0x2a, - 0x9c, - 0xfe, - 0x76, - 0x5f, - 0xfe, - 0x40, - 0xd5, - 0xfe, - 0xc4, - 0x04, - 0xff, - 0x59, - 0x20, - 0xff, - 0x2f, - 0x22, - 0xff, - 0x49, - 0xc3, - 0xff, - 0x56, - 0xea, - 0xff, - 0xec, - 0xf4, - 0xff, - 0x04, - 0x03, - 0x00, - 0xae, - 0xcf, - 0xff, - 0x51, - 0x20, - 0x00, - 0xcb, - 0xec, - 0xff, - 0x7f, - 0xdf, - 0xff, - 0x9c, - 0xee, - 0xfe, - 0xcb, - 0xea, - 0xfd, - 0xee, - 0xba, - 0xfe, - 0xfd, - 0xe3, - 0xfe, - 0xfa, - 0x81, - 0xff, - 0xc4, - 0x2b, - 0x00, - 0xed, - 0xdd, - 0xff, - 0x61, - 0x48, - 0x00, - 0xe4, - 0x67, - 0x15, - 0xb3, - 0x2a, - 0x29, - 0xe0, - 0x43, - 0x08, - 0x6d, - 0xe1, - 0xfc, - 0xc6, - 0xd9, - 0x12, - 0x47, - 0x47, - 0xfe, - 0x54, - 0xee, - 0xf8, - 0x48, - 0x9d, - 0x00, - 0x71, - 0x7c, - 0xf0, - 0x52, - 0xba, - 0xfa, - 0xe3, - 0x1f, - 0x0a, - 0xd3, - 0x8b, - 0xfd, - 0x87, - 0x41, - 0xee, - 0x16, - 0x3e, - 0xf9, - 0x0a, - 0xdc, - 0x05, - 0x97, - 0xe9, - 0x00, - 0x23, - 0xee, - 0x03, - 0xfc, - 0x82, - 0xfe, - 0xc2, - 0x21, - 0xf9, - 0x06, - 0x8a, - 0x02, - 0xa7, - 0x24, - 0x02, - 0xd8, - 0xf2, - 0xfd, - 0x9c, - 0x74, - 0xfe, - 0xd9, - 0x97, - 0x00, - 0xdf, - 0xdf, - 0xfe, - 0x61, - 0x93, - 0xfd, - 0x35, - 0x9a, - 0xfe, - 0xe4, - 0xdf, - 0xfb, - 0x4c, - 0xc3, - 0xfe, - 0xd6, - 0x28, - 0x00, - 0x2e, - 0x24, - 0xfd, - 0xff, - 0xef, - 0xfe, - 0xe7, - 0x49, - 0x00, - 0x04, - 0x0b, - 0x00, - 0x31, - 0xfd, - 0xfe, - 0x46, - 0xf4, - 0xfe, - 0xbf, - 0xa0, - 0xff, - 0x27, - 0x08, - 0xff, - 0xd4, - 0xda, - 0xff, - 0xbc, - 0x6d, - 0xff, - 0x89, - 0xaa, - 0xfe, - 0xdd, - 0x8b, - 0xff, - 0xb9, - 0xf9, - 0xfe, - 0x20, - 0x4e, - 0xfe, - 0x89, - 0x87, - 0xfe, - 0x84, - 0xe9, - 0xfe, - 0x08, - 0x02, - 0xff, - 0x2f, - 0xe7, - 0xfe, - 0x4e, - 0x5c, - 0xff, - 0xdf, - 0x74, - 0xff, - 0xfd, - 0xec, - 0xff, - 0x48, - 0x3b, - 0x00, - 0xa1, - 0xda, - 0xff, - 0x99, - 0x3d, - 0x00, - 0x58, - 0xed, - 0xff, - 0x10, - 0xb7, - 0xff, - 0x99, - 0x41, - 0xff, - 0x69, - 0xe1, - 0xfd, - 0xf3, - 0x65, - 0xfe, - 0x84, - 0xf4, - 0xfe, - 0xd8, - 0x6c, - 0xff, - 0x46, - 0x34, - 0x00, - 0x60, - 0xd0, - 0xff, - 0xa0, - 0x35, - 0x00, - 0x98, - 0xfc, - 0x16, - 0xcb, - 0xc9, - 0x2d, - 0x45, - 0x3f, - 0x08, - 0x1f, - 0xb0, - 0xf6, - 0x82, - 0x5d, - 0x12, - 0x47, - 0x9d, - 0xff, - 0xfd, - 0x4a, - 0xf8, - 0x20, - 0xe1, - 0x03, - 0xcc, - 0x84, - 0xf0, - 0xe5, - 0x03, - 0xf8, - 0xec, - 0xea, - 0x0b, - 0xaa, - 0x0e, - 0x01, - 0x22, - 0xff, - 0xed, - 0x1e, - 0x63, - 0xf5, - 0x5e, - 0x2f, - 0x05, - 0x2a, - 0x07, - 0x02, - 0xf7, - 0xad, - 0x04, - 0x37, - 0x86, - 0xff, - 0x7c, - 0xce, - 0xf7, - 0x04, - 0x13, - 0x02, - 0xdd, - 0xe7, - 0x02, - 0x60, - 0x90, - 0xfd, - 0x2b, - 0xf2, - 0xfd, - 0xa9, - 0xda, - 0x00, - 0x84, - 0x43, - 0xff, - 0x5c, - 0xd1, - 0xfc, - 0x13, - 0x89, - 0xfe, - 0x75, - 0xd7, - 0xfb, - 0x14, - 0x2f, - 0xfe, - 0xf9, - 0x8e, - 0x00, - 0xce, - 0x37, - 0xfd, - 0xd0, - 0xc4, - 0xfe, - 0x7b, - 0x15, - 0x00, - 0xda, - 0x06, - 0x00, - 0x78, - 0x5b, - 0xff, - 0xbe, - 0x0c, - 0xff, - 0x24, - 0xb6, - 0xff, - 0x9f, - 0xa0, - 0xfe, - 0xe8, - 0xad, - 0xff, - 0xad, - 0xcd, - 0xff, - 0x07, - 0xb2, - 0xfe, - 0x31, - 0x84, - 0xff, - 0x65, - 0xd4, - 0xfe, - 0x80, - 0x3a, - 0xfe, - 0x58, - 0x9d, - 0xfe, - 0xb2, - 0x03, - 0xff, - 0x3b, - 0x38, - 0xff, - 0x74, - 0xd9, - 0xfe, - 0x7a, - 0x06, - 0xff, - 0x54, - 0xff, - 0xfe, - 0x12, - 0xc5, - 0xff, - 0x2f, - 0x94, - 0x00, - 0x89, - 0xed, - 0xff, - 0xc0, - 0x3b, - 0x00, - 0xf6, - 0xf8, - 0xff, - 0x5c, - 0x6c, - 0xff, - 0xd9, - 0x84, - 0xff, - 0xf0, - 0x12, - 0xfe, - 0x59, - 0x0d, - 0xfe, - 0x0c, - 0xf9, - 0xfe, - 0xc4, - 0x3f, - 0xff, - 0x1d, - 0x4c, - 0x00, - 0x1a, - 0x13, - 0x00, - 0x00, - 0x06, - 0x00, - 0x00, - 0x12, - 0x18, - 0x5e, - 0xfa, - 0x32, - 0x0a, - 0x9b, - 0x09, - 0xd8, - 0xbe, - 0xee, - 0xa2, - 0x3b, - 0x10, - 0x13, - 0x68, - 0x01, - 0xce, - 0xdc, - 0xf7, - 0x12, - 0x34, - 0x09, - 0xac, - 0xce, - 0xf0, - 0x34, - 0xfb, - 0xf2, - 0xe9, - 0x77, - 0x0d, - 0x68, - 0x4d, - 0x05, - 0xc3, - 0x48, - 0xef, - 0xd3, - 0xd9, - 0xf1, - 0xf7, - 0x6b, - 0x03, - 0xc5, - 0x98, - 0x02, - 0xbf, - 0x70, - 0x04, - 0x59, - 0x25, - 0x01, - 0x3a, - 0xcd, - 0xf6, - 0x77, - 0x17, - 0x00, - 0x7d, - 0xbc, - 0x03, - 0x5a, - 0x67, - 0xfe, - 0x2b, - 0x7b, - 0xfd, - 0x98, - 0xfc, - 0xff, - 0x0b, - 0xb0, - 0xff, - 0x55, - 0xde, - 0xfc, - 0xa6, - 0xb0, - 0xfe, - 0xdc, - 0xaf, - 0xfb, - 0x20, - 0x08, - 0xfd, - 0x0a, - 0x43, - 0x01, - 0xc7, - 0x7b, - 0xfd, - 0x6e, - 0x10, - 0xfe, - 0xc2, - 0x27, - 0x00, - 0x5d, - 0x5a, - 0x00, - 0x30, - 0xd6, - 0xff, - 0xd2, - 0xcd, - 0xfe, - 0x48, - 0x65, - 0xff, - 0x75, - 0x7a, - 0xfe, - 0x91, - 0xac, - 0xff, - 0xa4, - 0x2b, - 0x00, - 0x65, - 0x67, - 0xfe, - 0xcd, - 0x55, - 0xff, - 0x04, - 0xf6, - 0xfe, - 0x6c, - 0x36, - 0xfe, - 0xf1, - 0xa5, - 0xfe, - 0x2f, - 0xdb, - 0xfe, - 0xc8, - 0x47, - 0xff, - 0x6d, - 0xf8, - 0xfe, - 0xec, - 0xc8, - 0xfe, - 0xcb, - 0x92, - 0xfe, - 0x9a, - 0x79, - 0xff, - 0x02, - 0xf3, - 0x00, - 0x05, - 0x43, - 0x00, - 0x69, - 0x16, - 0x00, - 0xe5, - 0x09, - 0x00, - 0xf6, - 0x25, - 0xff, - 0x14, - 0x76, - 0xff, - 0x0b, - 0x84, - 0xfe, - 0xf2, - 0xb0, - 0xfd, - 0xf0, - 0xc0, - 0xfe, - 0x1b, - 0x30, - 0xff, - 0x76, - 0x35, - 0x00, - 0xa5, - 0x64, - 0x00, - 0x89, - 0xd6, - 0xff, - 0x9d, - 0x8f, - 0x1e, - 0xdc, - 0xa5, - 0x37, - 0x5b, - 0x5f, - 0x00, - 0x9c, - 0xb7, - 0xec, - 0x23, - 0x47, - 0x12, - 0x29, - 0xd2, - 0xfb, - 0x60, - 0x8a, - 0xfc, - 0xa4, - 0x9b, - 0x0b, - 0x6c, - 0x6a, - 0xec, - 0xf0, - 0x2b, - 0xf5, - 0x56, - 0xba, - 0x0f, - 0x63, - 0x11, - 0x07, - 0x59, - 0xeb, - 0xee, - 0xb4, - 0xf7, - 0xef, - 0x85, - 0xd2, - 0x01, - 0x15, - 0xdf, - 0x01, - 0xfb, - 0xd7, - 0x06, - 0xab, - 0xe4, - 0xff, - 0xc0, - 0xa5, - 0xf4, - 0x99, - 0x6b, - 0x00, - 0xbb, - 0x0a, - 0x04, - 0x44, - 0x8f, - 0xfe, - 0x27, - 0x53, - 0xfc, - 0x89, - 0x41, - 0x00, - 0xc6, - 0x00, - 0x00, - 0x32, - 0xb9, - 0xfc, - 0x27, - 0x22, - 0xff, - 0xbc, - 0xef, - 0xfa, - 0xb5, - 0x14, - 0xfd, - 0xb1, - 0x13, - 0x01, - 0xe6, - 0x39, - 0xfd, - 0xb3, - 0xcd, - 0xfe, - 0xe5, - 0x5f, - 0x00, - 0x84, - 0x57, - 0x00, - 0x02, - 0x2b, - 0xff, - 0x5d, - 0xda, - 0xfe, - 0x25, - 0xa4, - 0xff, - 0x32, - 0x20, - 0xfe, - 0x05, - 0xf7, - 0xff, - 0x9c, - 0xca, - 0xff, - 0x03, - 0x60, - 0xfe, - 0x6f, - 0x95, - 0xff, - 0x3e, - 0xaa, - 0xfe, - 0xd1, - 0x59, - 0xfe, - 0x3a, - 0x9c, - 0xfe, - 0x51, - 0xd3, - 0xfe, - 0x62, - 0x2c, - 0xff, - 0x5f, - 0xdc, - 0xfe, - 0xa3, - 0x96, - 0xfe, - 0x6e, - 0x17, - 0xfe, - 0x82, - 0x84, - 0xff, - 0x91, - 0x21, - 0x01, - 0xc6, - 0x70, - 0x00, - 0x9b, - 0x34, - 0x00, - 0x4f, - 0xf9, - 0xff, - 0x6e, - 0x17, - 0xff, - 0x32, - 0x6c, - 0xff, - 0x12, - 0xab, - 0xfe, - 0x24, - 0x88, - 0xfd, - 0x12, - 0x5b, - 0xfe, - 0x2e, - 0x0b, - 0xff, - 0xc3, - 0x0c, - 0x00, - 0xda, - 0x7f, - 0x00, - 0x6f, - 0x0b, - 0x00, - 0xe0, - 0x2c, - 0x1f, - 0x93, - 0x9e, - 0x3a, - 0x12, - 0xd8, - 0x00, - 0x38, - 0xbc, - 0xe8, - 0x71, - 0xa7, - 0x11, - 0x10, - 0x7e, - 0xfb, - 0xd1, - 0x64, - 0xfc, - 0x85, - 0xcc, - 0x0e, - 0x06, - 0xed, - 0xeb, - 0xfc, - 0x54, - 0xf3, - 0x4e, - 0xfd, - 0x0f, - 0xb2, - 0x7d, - 0x0a, - 0xbe, - 0x0f, - 0xf1, - 0x53, - 0x03, - 0xec, - 0x12, - 0x6f, - 0x00, - 0x4c, - 0x4b, - 0x01, - 0x3a, - 0x05, - 0x06, - 0x66, - 0x87, - 0x01, - 0x6b, - 0xbf, - 0xf3, - 0xea, - 0x3e, - 0xff, - 0x31, - 0xc7, - 0x03, - 0xfa, - 0xb0, - 0xfe, - 0x60, - 0x0c, - 0xfc, - 0x34, - 0xce, - 0xff, - 0xb8, - 0xac, - 0x00, - 0xe3, - 0x5c, - 0xfc, - 0xed, - 0xb4, - 0xff, - 0xff, - 0xde, - 0xfa, - 0x3c, - 0xca, - 0xfb, - 0xac, - 0xad, - 0x01, - 0x62, - 0xc5, - 0xfd, - 0x63, - 0xe8, - 0xfe, - 0xc5, - 0x29, - 0x00, - 0x00, - 0x04, - 0x00, - 0x05, - 0x1e, - 0xff, - 0x02, - 0xb1, - 0xfe, - 0x1b, - 0x9b, - 0xff, - 0x16, - 0xc8, - 0xfd, - 0xa2, - 0x01, - 0x00, - 0xf6, - 0x0a, - 0x00, - 0x52, - 0x48, - 0xfe, - 0x6e, - 0xa2, - 0xff, - 0xf5, - 0xb3, - 0xfe, - 0xec, - 0x57, - 0xfe, - 0x73, - 0x71, - 0xfe, - 0x66, - 0xaa, - 0xfe, - 0x85, - 0x0a, - 0xff, - 0x79, - 0xb0, - 0xfe, - 0x2a, - 0x8f, - 0xfe, - 0xc5, - 0xf0, - 0xfd, - 0xf9, - 0x4e, - 0xff, - 0x46, - 0x1a, - 0x01, - 0x41, - 0x81, - 0x00, - 0xcd, - 0x19, - 0x00, - 0x8c, - 0x0e, - 0x00, - 0x9a, - 0x49, - 0xff, - 0x5f, - 0x59, - 0xff, - 0xf9, - 0x00, - 0xff, - 0x6e, - 0x95, - 0xfd, - 0x23, - 0xd2, - 0xfd, - 0x22, - 0xd4, - 0xfe, - 0xca, - 0xc9, - 0xff, - 0x29, - 0x72, - 0x00, - 0x1d, - 0x2d, - 0x00, - 0x53, - 0xe0, - 0x22, - 0xde, - 0x9f, - 0x3d, - 0xa4, - 0x92, - 0xfc, - 0x8b, - 0xce, - 0xe7, - 0xe1, - 0xfc, - 0x10, - 0x1c, - 0xcf, - 0xf7, - 0xbb, - 0xdd, - 0x00, - 0x42, - 0xc4, - 0x10, - 0x37, - 0x8f, - 0xe9, - 0xd3, - 0x3d, - 0xf3, - 0x3f, - 0x88, - 0x0f, - 0xe2, - 0xbb, - 0x0d, - 0x23, - 0x93, - 0xf2, - 0x1f, - 0xd0, - 0xea, - 0xc0, - 0x6d, - 0xfe, - 0xa0, - 0xee, - 0xfd, - 0xc8, - 0xa5, - 0x07, - 0xfb, - 0xef, - 0x02, - 0x76, - 0xd8, - 0xf2, - 0xfa, - 0xd4, - 0xfe, - 0xdf, - 0xc4, - 0x02, - 0x12, - 0x97, - 0xfe, - 0x5d, - 0xf9, - 0xfb, - 0x1e, - 0x29, - 0x00, - 0x68, - 0x85, - 0x00, - 0xa8, - 0x30, - 0xfc, - 0x4e, - 0x0f, - 0x00, - 0x53, - 0x1a, - 0xfa, - 0x6f, - 0x46, - 0xfc, - 0xae, - 0x57, - 0x02, - 0xa1, - 0xef, - 0xfd, - 0x07, - 0x20, - 0xff, - 0x75, - 0xd9, - 0xff, - 0xc2, - 0xfe, - 0xff, - 0x0b, - 0xd0, - 0xfe, - 0xdc, - 0x9f, - 0xfe, - 0x82, - 0x53, - 0xff, - 0xf1, - 0xa7, - 0xfd, - 0x9f, - 0x82, - 0x00, - 0xed, - 0xc9, - 0xff, - 0x4f, - 0x66, - 0xfe, - 0xe9, - 0xf4, - 0xff, - 0xc3, - 0xc0, - 0xfe, - 0x51, - 0x55, - 0xfe, - 0xdb, - 0x2c, - 0xfe, - 0x79, - 0x8f, - 0xfe, - 0xc4, - 0xcd, - 0xfe, - 0x0d, - 0x89, - 0xfe, - 0xaa, - 0x9c, - 0xfe, - 0x67, - 0xf8, - 0xfd, - 0x47, - 0x2b, - 0xff, - 0x0c, - 0xf4, - 0x00, - 0x2e, - 0xb2, - 0x00, - 0x69, - 0x1d, - 0x00, - 0x23, - 0xf9, - 0xff, - 0xa9, - 0x58, - 0xff, - 0x76, - 0x40, - 0xff, - 0xe0, - 0x28, - 0xff, - 0x6d, - 0xd0, - 0xfd, - 0xe5, - 0x8e, - 0xfd, - 0x58, - 0xc3, - 0xfe, - 0x87, - 0xaf, - 0xff, - 0x2b, - 0x31, - 0x00, - 0xd3, - 0x54, - 0x00, - 0x35, - 0x36, - 0x22, - 0xd7, - 0xff, - 0x3f, - 0x6e, - 0xcf, - 0xff, - 0xd6, - 0x7a, - 0xe4, - 0x70, - 0xe4, - 0x0e, - 0x18, - 0x76, - 0xf8, - 0x83, - 0x4f, - 0x00, - 0x51, - 0x69, - 0x13, - 0x08, - 0x65, - 0xea, - 0xf8, - 0x4a, - 0xf0, - 0x1c, - 0x71, - 0x0d, - 0x78, - 0xe2, - 0x10, - 0x24, - 0x06, - 0xf7, - 0x79, - 0x81, - 0xe8, - 0xb8, - 0x94, - 0xfb, - 0x25, - 0xd8, - 0xfb, - 0x56, - 0x86, - 0x07, - 0x50, - 0x49, - 0x06, - 0x28, - 0x4e, - 0xf2, - 0xb5, - 0x41, - 0xfd, - 0x00, - 0x5f, - 0x02, - 0xd7, - 0x89, - 0xfe, - 0x81, - 0x4d, - 0xfc, - 0xec, - 0xc1, - 0xff, - 0x0a, - 0x8e, - 0x00, - 0xce, - 0x76, - 0xfb, - 0x31, - 0x45, - 0x00, - 0xa0, - 0xdb, - 0xfa, - 0xe9, - 0xd5, - 0xfb, - 0xd3, - 0xa3, - 0x02, - 0xba, - 0x2e, - 0xfe, - 0x6f, - 0x31, - 0xff, - 0xf0, - 0xd6, - 0xff, - 0x5a, - 0xd1, - 0xff, - 0x71, - 0xa9, - 0xfe, - 0x53, - 0x43, - 0xfe, - 0x67, - 0x66, - 0xff, - 0x12, - 0xc5, - 0xfd, - 0x83, - 0x8e, - 0x00, - 0x54, - 0xfe, - 0xff, - 0xd2, - 0x7f, - 0xfe, - 0x4e, - 0xeb, - 0xff, - 0xed, - 0xa1, - 0xfe, - 0x8d, - 0x53, - 0xfe, - 0x63, - 0x3a, - 0xfe, - 0xc9, - 0x78, - 0xfe, - 0x6c, - 0x9f, - 0xfe, - 0xf0, - 0x86, - 0xfe, - 0x36, - 0x94, - 0xfe, - 0xad, - 0xd5, - 0xfd, - 0x3d, - 0x07, - 0xff, - 0x64, - 0xd5, - 0x00, - 0xc3, - 0xe4, - 0x00, - 0x52, - 0x25, - 0x00, - 0x25, - 0xda, - 0xff, - 0x12, - 0x7c, - 0xff, - 0x20, - 0x12, - 0xff, - 0xcb, - 0x23, - 0xff, - 0xce, - 0x32, - 0xfe, - 0x87, - 0x6c, - 0xfd, - 0x2f, - 0x96, - 0xfe, - 0xf9, - 0xa7, - 0xff, - 0xd9, - 0x01, - 0x00, - 0x77, - 0x72, - 0x00, - 0x67, - 0x87, - 0x24, - 0x27, - 0x84, - 0x41, - 0x3a, - 0x3e, - 0xfe, - 0x22, - 0x9f, - 0xe5, - 0xac, - 0x6c, - 0x0d, - 0x7f, - 0x21, - 0xf6, - 0x00, - 0xfd, - 0x02, - 0x7a, - 0x0a, - 0x13, - 0xc1, - 0xa6, - 0xea, - 0x44, - 0xa6, - 0xef, - 0x60, - 0xe3, - 0x0a, - 0x0a, - 0x3b, - 0x14, - 0xb6, - 0x36, - 0xf9, - 0x90, - 0x53, - 0xe8, - 0x42, - 0x27, - 0xf9, - 0x47, - 0xe7, - 0xf8, - 0x3a, - 0x32, - 0x09, - 0xe2, - 0xb6, - 0x07, - 0xc0, - 0x0a, - 0xf3, - 0xfd, - 0x4e, - 0xfc, - 0x6f, - 0x7b, - 0x01, - 0x17, - 0x19, - 0xff, - 0x6b, - 0xbf, - 0xfb, - 0x97, - 0x1a, - 0x00, - 0x53, - 0x8b, - 0xff, - 0x77, - 0x26, - 0xfb, - 0xd4, - 0x62, - 0x01, - 0x42, - 0xb1, - 0xfa, - 0xac, - 0x1b, - 0xfc, - 0x7c, - 0x80, - 0x02, - 0x3f, - 0x6e, - 0xfe, - 0xd4, - 0x5e, - 0xff, - 0xee, - 0xdc, - 0xff, - 0xad, - 0xd7, - 0xff, - 0x2b, - 0xe3, - 0xfd, - 0x29, - 0xb1, - 0xfe, - 0x42, - 0x90, - 0xff, - 0x13, - 0xbc, - 0xfd, - 0xad, - 0xfa, - 0x00, - 0xbf, - 0x20, - 0x00, - 0x4c, - 0xcd, - 0xfe, - 0x38, - 0x6a, - 0xff, - 0x8c, - 0x77, - 0xfe, - 0xbe, - 0x9b, - 0xfe, - 0xee, - 0x13, - 0xfe, - 0xf7, - 0x62, - 0xfe, - 0x90, - 0x83, - 0xfe, - 0xcd, - 0xb6, - 0xfe, - 0x1b, - 0x86, - 0xfe, - 0x75, - 0xb5, - 0xfd, - 0xa9, - 0x17, - 0xff, - 0x6f, - 0xa9, - 0x00, - 0x01, - 0xf5, - 0x00, - 0x3e, - 0x29, - 0x00, - 0x60, - 0xb9, - 0xff, - 0x8b, - 0x69, - 0xff, - 0xcf, - 0xe2, - 0xfe, - 0x49, - 0x43, - 0xff, - 0x6b, - 0x82, - 0xfe, - 0x82, - 0x59, - 0xfd, - 0xcd, - 0x77, - 0xfe, - 0x4c, - 0xa1, - 0xff, - 0x83, - 0xde, - 0xff, - 0xea, - 0x7a, - 0x00, - 0xd3, - 0xec, - 0x26, - 0xd9, - 0x1b, - 0x42, - 0x40, - 0x2d, - 0xfc, - 0xfe, - 0x15, - 0xe8, - 0x6f, - 0x55, - 0x0c, - 0x9c, - 0xc1, - 0xf3, - 0xde, - 0x54, - 0x05, - 0x7c, - 0x94, - 0x11, - 0xe8, - 0xb7, - 0xea, - 0x3f, - 0x1b, - 0xef, - 0xf5, - 0xdb, - 0x08, - 0xfb, - 0x59, - 0x16, - 0x00, - 0x84, - 0xfa, - 0x3a, - 0xcc, - 0xe9, - 0x0c, - 0x98, - 0xf6, - 0xfb, - 0x9f, - 0xf6, - 0x1e, - 0x0a, - 0x0b, - 0xd7, - 0xb9, - 0x07, - 0xd4, - 0xe5, - 0xf4, - 0x19, - 0x84, - 0xfb, - 0x32, - 0x2d, - 0x00, - 0xfa, - 0x26, - 0x00, - 0x9d, - 0xce, - 0xfa, - 0x73, - 0x0e, - 0x00, - 0xa8, - 0xdf, - 0xfe, - 0x68, - 0x97, - 0xfb, - 0x6f, - 0xcd, - 0x01, - 0xd3, - 0x2c, - 0xfa, - 0x4c, - 0x02, - 0xfd, - 0x82, - 0x8b, - 0x01, - 0xab, - 0x87, - 0xfe, - 0x67, - 0x04, - 0x00, - 0x37, - 0x50, - 0xff, - 0x80, - 0xc0, - 0xff, - 0x3b, - 0x9c, - 0xfd, - 0xa1, - 0x44, - 0xff, - 0x97, - 0xa9, - 0xff, - 0x9c, - 0xda, - 0xfd, - 0x90, - 0x85, - 0x01, - 0x69, - 0xe0, - 0xff, - 0x4c, - 0xda, - 0xfe, - 0x6e, - 0x47, - 0xff, - 0x99, - 0x73, - 0xfe, - 0xe7, - 0xa7, - 0xfe, - 0x56, - 0xde, - 0xfd, - 0x28, - 0x76, - 0xfe, - 0xb6, - 0x53, - 0xfe, - 0x09, - 0xb3, - 0xfe, - 0xdc, - 0xa8, - 0xfe, - 0x10, - 0xca, - 0xfd, - 0xa5, - 0x40, - 0xff, - 0x8f, - 0x77, - 0x00, - 0x64, - 0xed, - 0x00, - 0x3a, - 0x1a, - 0x00, - 0x0d, - 0x6d, - 0xff, - 0x92, - 0x7d, - 0xff, - 0x4d, - 0xdd, - 0xfe, - 0x4e, - 0x3c, - 0xff, - 0x0c, - 0xa5, - 0xfe, - 0x68, - 0x70, - 0xfd, - 0x11, - 0x9b, - 0xfe, - 0x50, - 0x6a, - 0xff, - 0x08, - 0xa9, - 0xff, - 0x1f, - 0x77, - 0x00, - 0x2a, - 0x87, - 0x26, - 0x20, - 0x94, - 0x42, - 0x64, - 0x3c, - 0xfe, - 0x03, - 0x00, - 0xe9, - 0xde, - 0x4d, - 0x0b, - 0x33, - 0xf1, - 0xf2, - 0x66, - 0x09, - 0x05, - 0x60, - 0x49, - 0x11, - 0x16, - 0x1d, - 0xeb, - 0x0b, - 0xe1, - 0xed, - 0x6a, - 0xfc, - 0x05, - 0x13, - 0x41, - 0x17, - 0x1a, - 0x32, - 0xfe, - 0xcb, - 0x47, - 0xeb, - 0xb1, - 0x54, - 0xf4, - 0x5c, - 0xe6, - 0xf3, - 0x0c, - 0x3f, - 0x0b, - 0x98, - 0x61, - 0x09, - 0x5b, - 0xc6, - 0xf6, - 0x20, - 0x97, - 0xfa, - 0xcc, - 0x83, - 0xfe, - 0x18, - 0x52, - 0x01, - 0x78, - 0x2f, - 0xfa, - 0xaa, - 0x3a, - 0xff, - 0xda, - 0x93, - 0xff, - 0xc6, - 0x83, - 0xfb, - 0x65, - 0x00, - 0x02, - 0x2a, - 0x4c, - 0xfa, - 0xc1, - 0xb9, - 0xfc, - 0x63, - 0x07, - 0x01, - 0xb1, - 0xb3, - 0xfe, - 0x5d, - 0x27, - 0x00, - 0xf3, - 0x8f, - 0xfe, - 0xbf, - 0x08, - 0x00, - 0x67, - 0xcb, - 0xfd, - 0x22, - 0x47, - 0xff, - 0xfa, - 0x49, - 0x00, - 0x14, - 0x12, - 0xfe, - 0x4e, - 0x84, - 0x01, - 0x54, - 0x98, - 0xff, - 0xed, - 0x18, - 0xff, - 0x6a, - 0x75, - 0xff, - 0xe4, - 0xec, - 0xfd, - 0x51, - 0xd4, - 0xfe, - 0xe7, - 0xf3, - 0xfd, - 0x73, - 0x3c, - 0xfe, - 0x07, - 0x2f, - 0xfe, - 0x73, - 0xa9, - 0xfe, - 0x70, - 0xf6, - 0xfe, - 0x6c, - 0xe6, - 0xfd, - 0xf2, - 0x67, - 0xff, - 0x1b, - 0x5c, - 0x00, - 0xb4, - 0xd5, - 0x00, - 0x96, - 0x27, - 0x00, - 0x7e, - 0x16, - 0xff, - 0x1c, - 0x90, - 0xff, - 0xb1, - 0xbf, - 0xfe, - 0x73, - 0xfe, - 0xfe, - 0x7c, - 0xea, - 0xfe, - 0x79, - 0x86, - 0xfd, - 0x28, - 0x94, - 0xfe, - 0x40, - 0x4b, - 0xff, - 0x50, - 0x8a, - 0xff, - 0x5c, - 0x7e, - 0x00, - 0x94, - 0x72, - 0x25, - 0xf1, - 0x98, - 0x42, - 0x58, - 0xb7, - 0x01, - 0xf9, - 0x36, - 0xeb, - 0xee, - 0x98, - 0x0a, - 0x90, - 0xd1, - 0xf1, - 0xbf, - 0x42, - 0x04, - 0xf3, - 0x1d, - 0x11, - 0xee, - 0x08, - 0xeb, - 0x28, - 0xc6, - 0xec, - 0x5e, - 0x05, - 0x03, - 0xac, - 0x17, - 0x17, - 0x31, - 0x80, - 0x02, - 0xf8, - 0xa9, - 0xee, - 0xfd, - 0x26, - 0xf3, - 0x1d, - 0xa8, - 0xef, - 0x33, - 0xd5, - 0x0a, - 0xc0, - 0xf9, - 0x0b, - 0x57, - 0xac, - 0xf8, - 0xf2, - 0xb1, - 0xfa, - 0x22, - 0x50, - 0xfc, - 0x0d, - 0xec, - 0x01, - 0x82, - 0xbc, - 0xfa, - 0x03, - 0x3d, - 0xfe, - 0x2b, - 0x90, - 0x00, - 0x3b, - 0xeb, - 0xfb, - 0xc5, - 0x1f, - 0x02, - 0x0d, - 0xd0, - 0xf9, - 0x95, - 0x69, - 0xfc, - 0x06, - 0x2d, - 0x01, - 0xec, - 0x06, - 0xfe, - 0x77, - 0x6c, - 0x00, - 0x3e, - 0x34, - 0xfe, - 0x2b, - 0x07, - 0x00, - 0xba, - 0x88, - 0xfe, - 0x87, - 0x91, - 0xff, - 0x8f, - 0x44, - 0x01, - 0x6f, - 0xb3, - 0xfd, - 0x0c, - 0x3c, - 0x01, - 0x8c, - 0x41, - 0x00, - 0x32, - 0xed, - 0xfe, - 0xd3, - 0x6b, - 0xff, - 0x44, - 0xda, - 0xfd, - 0x71, - 0x09, - 0xff, - 0xbb, - 0xd4, - 0xfd, - 0xa4, - 0xe5, - 0xfd, - 0x79, - 0x5e, - 0xfe, - 0x52, - 0x92, - 0xfe, - 0x12, - 0x73, - 0xff, - 0x9c, - 0x29, - 0xfe, - 0x32, - 0x5f, - 0xff, - 0xd3, - 0x8f, - 0x00, - 0xb6, - 0xaf, - 0x00, - 0xdd, - 0x51, - 0x00, - 0x77, - 0xfc, - 0xfe, - 0x40, - 0x4b, - 0xff, - 0x84, - 0x8d, - 0xfe, - 0x6c, - 0xce, - 0xfe, - 0x49, - 0x0d, - 0xff, - 0x4a, - 0x6e, - 0xfd, - 0xe2, - 0x98, - 0xfe, - 0x40, - 0x5d, - 0xff, - 0x04, - 0x87, - 0xff, - 0x21, - 0x99, - 0x00, - 0x4d, - 0xd5, - 0x25, - 0x53, - 0x34, - 0x41, - 0xb9, - 0x2b, - 0x02, - 0xeb, - 0xb3, - 0xef, - 0x64, - 0xce, - 0x09, - 0x1c, - 0x87, - 0xf0, - 0xff, - 0x65, - 0x05, - 0xfa, - 0xb4, - 0x0e, - 0x3d, - 0x33, - 0xeb, - 0xfb, - 0x25, - 0xec, - 0xa5, - 0x9b, - 0x00, - 0x12, - 0xf7, - 0x16, - 0x94, - 0x75, - 0x03, - 0x14, - 0x11, - 0xf3, - 0x57, - 0x4d, - 0xf3, - 0x63, - 0x16, - 0xec, - 0x96, - 0xc6, - 0x0a, - 0x9e, - 0x96, - 0x0c, - 0x55, - 0x23, - 0xfa, - 0x6f, - 0x35, - 0xfb, - 0x70, - 0x20, - 0xfb, - 0x70, - 0xcc, - 0x01, - 0x7f, - 0x8c, - 0xfb, - 0x32, - 0x33, - 0xfe, - 0xb3, - 0x57, - 0x00, - 0xf6, - 0xb7, - 0xfc, - 0x4f, - 0xb1, - 0x01, - 0x59, - 0x9d, - 0xf9, - 0x32, - 0x99, - 0xfc, - 0x3a, - 0x4e, - 0x00, - 0xec, - 0xee, - 0xfd, - 0x8d, - 0x97, - 0x00, - 0xb9, - 0x06, - 0xfe, - 0xcb, - 0x15, - 0x00, - 0xde, - 0x52, - 0xff, - 0x81, - 0x13, - 0x00, - 0xd5, - 0xf6, - 0x00, - 0xad, - 0xd0, - 0xfd, - 0x70, - 0x68, - 0x01, - 0x4c, - 0x0a, - 0x00, - 0xb3, - 0xcc, - 0xfe, - 0x18, - 0xad, - 0xff, - 0xb2, - 0xd5, - 0xfd, - 0xfc, - 0xed, - 0xfe, - 0xbe, - 0xdf, - 0xfd, - 0xc2, - 0xba, - 0xfd, - 0xeb, - 0x7d, - 0xfe, - 0x10, - 0xb6, - 0xfe, - 0xde, - 0xae, - 0xff, - 0xfa, - 0x4d, - 0xfe, - 0x1a, - 0x58, - 0xff, - 0x83, - 0xdb, - 0x00, - 0x34, - 0xc4, - 0x00, - 0x95, - 0x50, - 0x00, - 0x1f, - 0xe6, - 0xfe, - 0xde, - 0x08, - 0xff, - 0x26, - 0x55, - 0xfe, - 0xa2, - 0xa6, - 0xfe, - 0x9b, - 0x12, - 0xff, - 0x83, - 0x67, - 0xfd, - 0xbf, - 0x9b, - 0xfe, - 0xd6, - 0x64, - 0xff, - 0x06, - 0x78, - 0xff, - 0xfb, - 0xa4, - 0x00, - 0x6f, - 0x58, - 0x24, - 0x26, - 0xae, - 0x3f, - 0x2b, - 0xbe, - 0x05, - 0x5e, - 0x29, - 0xf3, - 0x52, - 0xb1, - 0x08, - 0xc7, - 0xc8, - 0xf0, - 0x10, - 0x42, - 0x04, - 0xbe, - 0x38, - 0x0d, - 0xc8, - 0x76, - 0xed, - 0x60, - 0x22, - 0xea, - 0x97, - 0xc9, - 0xfc, - 0x24, - 0x92, - 0x16, - 0xd8, - 0xab, - 0x04, - 0x00, - 0x0e, - 0xf8, - 0xb9, - 0x9f, - 0xf5, - 0x6c, - 0x46, - 0xe7, - 0x6b, - 0x92, - 0x08, - 0xd4, - 0x92, - 0x0e, - 0x02, - 0xdf, - 0xfa, - 0x48, - 0x6c, - 0xfc, - 0x30, - 0x49, - 0xfb, - 0x63, - 0x97, - 0x00, - 0x14, - 0x21, - 0xfd, - 0xb6, - 0x6e, - 0xfe, - 0x71, - 0xf8, - 0xfe, - 0xb6, - 0x75, - 0xfd, - 0xc2, - 0x59, - 0x02, - 0x82, - 0x13, - 0xf9, - 0xe6, - 0xf7, - 0xfb, - 0x3c, - 0x48, - 0x00, - 0x62, - 0x3a, - 0xfd, - 0xb4, - 0xcf, - 0x00, - 0x4f, - 0x31, - 0xff, - 0x8e, - 0xea, - 0xff, - 0x02, - 0xe5, - 0xff, - 0x44, - 0x43, - 0x00, - 0x81, - 0xc7, - 0x00, - 0xb0, - 0x12, - 0xfe, - 0xc1, - 0xf4, - 0x00, - 0x4d, - 0x23, - 0x00, - 0x93, - 0xc4, - 0xfe, - 0xa3, - 0x88, - 0xff, - 0x1a, - 0xd0, - 0xfd, - 0x1d, - 0x05, - 0xff, - 0x20, - 0x57, - 0xfe, - 0x6e, - 0xad, - 0xfd, - 0x5b, - 0xa4, - 0xfe, - 0x06, - 0xda, - 0xfe, - 0x82, - 0xa7, - 0xff, - 0xa9, - 0x63, - 0xfe, - 0xda, - 0x84, - 0xff, - 0x01, - 0x66, - 0x01, - 0x96, - 0xe1, - 0x00, - 0x8e, - 0x4b, - 0x00, - 0x61, - 0xec, - 0xfe, - 0x3d, - 0xa3, - 0xfe, - 0xb5, - 0x04, - 0xfe, - 0x57, - 0x96, - 0xfe, - 0xc5, - 0x0d, - 0xff, - 0xf8, - 0x78, - 0xfd, - 0xf5, - 0xaa, - 0xfe, - 0xc2, - 0x4f, - 0xff, - 0xa9, - 0x8c, - 0xff, - 0x5f, - 0xe4, - 0x00, - 0x8a, - 0x12, - 0x1e, - 0x2a, - 0x2b, - 0x3e, - 0xb6, - 0xa1, - 0x0f, - 0xa9, - 0x78, - 0xf1, - 0xe4, - 0x1f, - 0x08, - 0xc1, - 0xf7, - 0xf5, - 0xbc, - 0x75, - 0xfe, - 0xcd, - 0x7a, - 0x0d, - 0x46, - 0xd1, - 0xf0, - 0xba, - 0xed, - 0xe8, - 0xda, - 0xc0, - 0xf7, - 0x5c, - 0x8f, - 0x13, - 0xae, - 0x1a, - 0x09, - 0xbc, - 0x8c, - 0xf8, - 0x2f, - 0x5e, - 0xfb, - 0xca, - 0x65, - 0xe5, - 0x81, - 0x12, - 0xff, - 0x9a, - 0x12, - 0x13, - 0xb3, - 0xb9, - 0xfb, - 0x91, - 0xfd, - 0xfc, - 0xa0, - 0x0b, - 0xfd, - 0x97, - 0x6b, - 0xfe, - 0xa2, - 0x92, - 0xfe, - 0x98, - 0xd5, - 0xfd, - 0x8c, - 0x6a, - 0xff, - 0x99, - 0xbf, - 0xfc, - 0x80, - 0xea, - 0x01, - 0x93, - 0x47, - 0xfa, - 0x75, - 0x14, - 0xfa, - 0x21, - 0x30, - 0x01, - 0x09, - 0xc6, - 0xfc, - 0x72, - 0x94, - 0x00, - 0x0b, - 0xca, - 0x00, - 0x6b, - 0x0d, - 0xff, - 0xa5, - 0xb1, - 0x00, - 0x4a, - 0x02, - 0x00, - 0xe2, - 0x32, - 0x00, - 0xa6, - 0x7b, - 0xfe, - 0x62, - 0x70, - 0x00, - 0xb9, - 0x4c, - 0x00, - 0xd1, - 0xf2, - 0xfd, - 0x88, - 0xbe, - 0xff, - 0xa5, - 0x42, - 0xfe, - 0x16, - 0x9a, - 0xfe, - 0x39, - 0x3c, - 0xff, - 0x14, - 0x94, - 0xfd, - 0xec, - 0xc2, - 0xfe, - 0xa3, - 0xd8, - 0xfe, - 0xa3, - 0x22, - 0xff, - 0x44, - 0xcb, - 0xfe, - 0x9d, - 0x70, - 0xff, - 0x4f, - 0xa1, - 0x01, - 0x00, - 0xee, - 0x00, - 0x1e, - 0x63, - 0x00, - 0x79, - 0x1c, - 0xff, - 0xf1, - 0x59, - 0xfe, - 0x64, - 0x23, - 0xfe, - 0xdb, - 0x31, - 0xfe, - 0x8f, - 0x12, - 0xff, - 0xa1, - 0xa6, - 0xfd, - 0x23, - 0x4d, - 0xfe, - 0x31, - 0x7f, - 0xff, - 0x52, - 0x81, - 0xff, - 0x0e, - 0xb3, - 0x00, - 0x36, - 0x70, - 0x1e, - 0x04, - 0x0d, - 0x3b, - 0x6e, - 0xd0, - 0x0d, - 0xc7, - 0x95, - 0xf7, - 0xe8, - 0xb7, - 0x08, - 0xb6, - 0x35, - 0xf4, - 0x16, - 0x48, - 0x00, - 0x57, - 0xfe, - 0x09, - 0xa7, - 0xdb, - 0xf1, - 0xe9, - 0x32, - 0xea, - 0x38, - 0xcf, - 0xf3, - 0xce, - 0xec, - 0x12, - 0x23, - 0xb0, - 0x08, - 0xad, - 0x5c, - 0xfb, - 0xa8, - 0xa0, - 0xfe, - 0x54, - 0x3e, - 0xe3, - 0x16, - 0x24, - 0xfb, - 0xb9, - 0x70, - 0x12, - 0x22, - 0xe6, - 0xfd, - 0x46, - 0xa1, - 0xfd, - 0xd2, - 0x90, - 0xfe, - 0xc2, - 0x07, - 0xfe, - 0xcc, - 0x50, - 0xfe, - 0x30, - 0x00, - 0xff, - 0x8f, - 0xe9, - 0xfd, - 0xb6, - 0xf2, - 0xfc, - 0xa6, - 0xb4, - 0x01, - 0x1d, - 0x91, - 0xf9, - 0x0a, - 0x2e, - 0xfa, - 0x3a, - 0x43, - 0x01, - 0xcf, - 0x89, - 0xfd, - 0xbb, - 0x51, - 0x00, - 0x13, - 0xaa, - 0x01, - 0xe8, - 0x9e, - 0xff, - 0x3b, - 0x17, - 0x00, - 0xa7, - 0x02, - 0x00, - 0xc7, - 0x36, - 0x00, - 0x6d, - 0xa3, - 0xfe, - 0x03, - 0xcf, - 0xff, - 0x50, - 0x95, - 0xff, - 0x7e, - 0xb8, - 0xfd, - 0x62, - 0xfe, - 0xff, - 0x02, - 0xad, - 0xfe, - 0x98, - 0x97, - 0xfe, - 0xe7, - 0x9d, - 0xff, - 0x86, - 0xe9, - 0xfd, - 0x3d, - 0xb3, - 0xfe, - 0x2a, - 0xb7, - 0xfe, - 0x59, - 0xfa, - 0xfe, - 0x9f, - 0x0a, - 0xff, - 0x4f, - 0xe7, - 0xff, - 0x9d, - 0xb6, - 0x01, - 0x16, - 0xdd, - 0x00, - 0x8c, - 0x69, - 0x00, - 0x9e, - 0x38, - 0xff, - 0x9e, - 0x2e, - 0xfe, - 0x64, - 0xf3, - 0xfd, - 0x80, - 0x3f, - 0xfe, - 0x01, - 0xad, - 0xfe, - 0xd7, - 0xaf, - 0xfd, - 0x9b, - 0xad, - 0xfe, - 0x27, - 0x90, - 0xff, - 0x1b, - 0xa5, - 0xff, - 0x65, - 0x9e, - 0x00, - 0xf8, - 0x1b, - 0x1e, - 0x87, - 0x00, - 0x38, - 0x9d, - 0x33, - 0x0c, - 0xbc, - 0xfa, - 0xfb, - 0x4f, - 0x61, - 0x0a, - 0x1c, - 0x73, - 0xf2, - 0x69, - 0x89, - 0x00, - 0x81, - 0x72, - 0x09, - 0xb9, - 0x97, - 0xf1, - 0x07, - 0xde, - 0xea, - 0x70, - 0x88, - 0xf2, - 0xb4, - 0xbe, - 0x10, - 0xd7, - 0x10, - 0x09, - 0xdb, - 0xa9, - 0xfc, - 0xd6, - 0x3a, - 0x00, - 0xfb, - 0xb3, - 0xe3, - 0x45, - 0x47, - 0xf6, - 0x81, - 0x8b, - 0x11, - 0x7b, - 0x06, - 0x01, - 0x09, - 0x57, - 0xfd, - 0x72, - 0x02, - 0xff, - 0x27, - 0x30, - 0xfe, - 0xf6, - 0x88, - 0xfe, - 0x32, - 0x94, - 0xff, - 0x23, - 0x45, - 0xfd, - 0x0c, - 0xd3, - 0xfb, - 0x62, - 0xc0, - 0x00, - 0xa2, - 0x20, - 0xfb, - 0x6d, - 0x70, - 0xfa, - 0xfa, - 0x63, - 0x00, - 0x22, - 0x21, - 0xfe, - 0xfe, - 0x86, - 0x00, - 0x12, - 0x35, - 0x02, - 0x21, - 0x2c, - 0xff, - 0x75, - 0xa5, - 0xff, - 0xdb, - 0x9b, - 0x00, - 0x30, - 0x18, - 0x00, - 0x6e, - 0x69, - 0xfe, - 0x57, - 0x31, - 0xff, - 0x77, - 0x27, - 0xff, - 0x60, - 0x12, - 0xfe, - 0x20, - 0x20, - 0x00, - 0x25, - 0xa8, - 0xfe, - 0xd0, - 0x8e, - 0xfe, - 0xad, - 0xdd, - 0xff, - 0x0c, - 0x2a, - 0xfe, - 0x6a, - 0x70, - 0xfe, - 0xdf, - 0x9a, - 0xfe, - 0x5d, - 0x10, - 0xff, - 0xe8, - 0x45, - 0xff, - 0xf5, - 0x0c, - 0x00, - 0x4a, - 0x92, - 0x01, - 0x15, - 0xdd, - 0x00, - 0xf9, - 0x7a, - 0x00, - 0x3a, - 0x76, - 0xff, - 0x76, - 0xfa, - 0xfd, - 0xf2, - 0x90, - 0xfd, - 0xb0, - 0x4c, - 0xfe, - 0x41, - 0x79, - 0xfe, - 0x8d, - 0xde, - 0xfd, - 0x5d, - 0xfe, - 0xfe, - 0x3e, - 0x79, - 0xff, - 0x25, - 0xbb, - 0xff, - 0xb7, - 0xa9, - 0x00, - 0xf8, - 0x81, - 0x1c, - 0x8f, - 0x78, - 0x36, - 0x87, - 0xda, - 0x0c, - 0x1d, - 0x72, - 0xfb, - 0x9b, - 0x49, - 0x0c, - 0x20, - 0xd4, - 0xf4, - 0x94, - 0xde, - 0xfd, - 0xd8, - 0xe8, - 0x09, - 0x10, - 0xf7, - 0xf2, - 0x42, - 0x19, - 0xeb, - 0x04, - 0x90, - 0xf2, - 0xb5, - 0xb9, - 0x0e, - 0x81, - 0xfc, - 0x09, - 0xce, - 0x41, - 0xfa, - 0x01, - 0x06, - 0x02, - 0x9d, - 0x6b, - 0xe9, - 0x9b, - 0x3e, - 0xef, - 0x24, - 0xd5, - 0x0e, - 0xca, - 0xd4, - 0x04, - 0xb0, - 0x48, - 0xfd, - 0xb6, - 0x8b, - 0x00, - 0xa5, - 0x94, - 0xfd, - 0x33, - 0x08, - 0xfe, - 0x75, - 0xa7, - 0x00, - 0x11, - 0x0d, - 0xfd, - 0x54, - 0x7f, - 0xfa, - 0x23, - 0x4c, - 0x00, - 0xf4, - 0x43, - 0xfd, - 0x6e, - 0xe5, - 0xf9, - 0xcf, - 0x62, - 0x00, - 0x91, - 0xae, - 0xff, - 0x4c, - 0x3b, - 0xff, - 0xa5, - 0x09, - 0x02, - 0x12, - 0xa5, - 0xff, - 0x56, - 0x71, - 0xff, - 0x5c, - 0x96, - 0x00, - 0x2e, - 0xfe, - 0xff, - 0x0a, - 0x74, - 0xfe, - 0x30, - 0xcb, - 0xfe, - 0xff, - 0x94, - 0xff, - 0x7d, - 0x5f, - 0xfe, - 0xcb, - 0xbf, - 0xff, - 0x18, - 0xfc, - 0xfe, - 0x66, - 0x7c, - 0xfe, - 0xab, - 0xf6, - 0xff, - 0x22, - 0x5a, - 0xfe, - 0x90, - 0x38, - 0xfe, - 0xc2, - 0xbc, - 0xfe, - 0x2b, - 0x0d, - 0xff, - 0x76, - 0x6c, - 0xff, - 0xfb, - 0x16, - 0x00, - 0xac, - 0x92, - 0x01, - 0xa6, - 0x05, - 0x01, - 0xf0, - 0x71, - 0x00, - 0x04, - 0xae, - 0xff, - 0x4b, - 0xa9, - 0xfd, - 0xff, - 0x5d, - 0xfd, - 0x12, - 0x7e, - 0xfe, - 0xf2, - 0x50, - 0xfe, - 0x52, - 0x1d, - 0xfe, - 0x40, - 0x25, - 0xff, - 0x3d, - 0x95, - 0xff, - 0x66, - 0xd9, - 0xff, - 0x5f, - 0x7b, - 0x00, - 0xcf, - 0xcd, - 0x1b, - 0xe2, - 0xd4, - 0x34, - 0xb5, - 0x7e, - 0x0b, - 0x09, - 0x3a, - 0xfb, - 0xd9, - 0x7c, - 0x0e, - 0x60, - 0xe1, - 0xf5, - 0x7e, - 0x73, - 0xfa, - 0xd0, - 0x44, - 0x09, - 0x08, - 0x58, - 0xf6, - 0xe6, - 0x10, - 0xee, - 0xd2, - 0x37, - 0xf2, - 0x38, - 0x07, - 0x0b, - 0x3e, - 0x25, - 0x0a, - 0x3d, - 0x05, - 0xf9, - 0x44, - 0xbf, - 0x01, - 0x73, - 0x36, - 0xf0, - 0x0d, - 0xa2, - 0xeb, - 0xeb, - 0x6a, - 0x08, - 0x3d, - 0x2a, - 0x08, - 0x4a, - 0xed, - 0xfd, - 0xb5, - 0xd3, - 0x00, - 0x9f, - 0x78, - 0xff, - 0x19, - 0x2d, - 0xfd, - 0xb3, - 0x60, - 0xff, - 0x23, - 0x8a, - 0xfc, - 0x95, - 0x06, - 0xfb, - 0x0e, - 0x7f, - 0x00, - 0xdc, - 0x21, - 0xfe, - 0x9d, - 0xb0, - 0xfa, - 0x3e, - 0x13, - 0x00, - 0x33, - 0x11, - 0x00, - 0x42, - 0xa3, - 0xfe, - 0xf8, - 0xbf, - 0x01, - 0x42, - 0x00, - 0x00, - 0xcb, - 0xcf, - 0xfe, - 0xfd, - 0xa4, - 0x00, - 0x71, - 0xd5, - 0xff, - 0x69, - 0x2c, - 0xfe, - 0x69, - 0x4e, - 0xff, - 0xf0, - 0x0a, - 0x00, - 0xd7, - 0x80, - 0xfe, - 0x80, - 0x82, - 0xff, - 0xe1, - 0x57, - 0xff, - 0x38, - 0x76, - 0xfe, - 0x50, - 0x92, - 0xff, - 0x5a, - 0xa5, - 0xfe, - 0xf3, - 0x23, - 0xfe, - 0x02, - 0xcf, - 0xfe, - 0xae, - 0x01, - 0xff, - 0xb0, - 0x5e, - 0xff, - 0x2c, - 0x98, - 0x00, - 0xea, - 0x95, - 0x01, - 0x4a, - 0xe8, - 0x00, - 0x3f, - 0x67, - 0x00, - 0x08, - 0x7b, - 0xff, - 0x79, - 0x75, - 0xfd, - 0x60, - 0x80, - 0xfd, - 0xa1, - 0x9f, - 0xfe, - 0x3f, - 0x31, - 0xfe, - 0xa4, - 0x71, - 0xfe, - 0xff, - 0x4d, - 0xff, - 0xdb, - 0x8a, - 0xff, - 0xc7, - 0xe5, - 0xff, - 0x2f, - 0x79, - 0x00, - 0xa9, - 0x41, - 0x1c, - 0x91, - 0x38, - 0x33, - 0x57, - 0x98, - 0x08, - 0x25, - 0x66, - 0xfb, - 0x38, - 0x3a, - 0x0f, - 0x09, - 0xc4, - 0xf7, - 0x12, - 0xc8, - 0xfb, - 0xb7, - 0xca, - 0x04, - 0x73, - 0x2f, - 0xf6, - 0x70, - 0xae, - 0xf4, - 0x16, - 0x3f, - 0xf2, - 0xb8, - 0x25, - 0x08, - 0xbc, - 0x93, - 0x0b, - 0xae, - 0x2b, - 0xf6, - 0x7e, - 0x88, - 0x00, - 0xbd, - 0xcb, - 0xf6, - 0x67, - 0x95, - 0xea, - 0x19, - 0x1a, - 0x03, - 0x93, - 0x78, - 0x09, - 0xf9, - 0x6b, - 0xfe, - 0xc9, - 0x10, - 0x00, - 0x7e, - 0x87, - 0x01, - 0x37, - 0xd5, - 0xfd, - 0x49, - 0xff, - 0xfc, - 0x13, - 0x3f, - 0xfc, - 0x81, - 0x58, - 0xfc, - 0xfd, - 0x66, - 0x00, - 0xb6, - 0xc9, - 0xff, - 0xfc, - 0x56, - 0xfb, - 0xa2, - 0x40, - 0xfe, - 0xcc, - 0xa0, - 0x00, - 0x5a, - 0x1e, - 0xff, - 0xfb, - 0xfd, - 0x00, - 0x60, - 0x32, - 0x00, - 0xd4, - 0xee, - 0xfe, - 0x2d, - 0x7b, - 0x00, - 0x04, - 0x71, - 0xff, - 0x92, - 0x51, - 0xfe, - 0x8c, - 0xd5, - 0xff, - 0x1c, - 0x19, - 0x00, - 0x7f, - 0xae, - 0xfe, - 0xa0, - 0xa7, - 0xff, - 0x32, - 0x83, - 0xff, - 0xd7, - 0x52, - 0xfe, - 0x04, - 0x65, - 0xff, - 0xe4, - 0xcb, - 0xfe, - 0xd4, - 0x19, - 0xfe, - 0x43, - 0x00, - 0xff, - 0xf4, - 0x1b, - 0xff, - 0x42, - 0x6c, - 0xff, - 0xab, - 0xca, - 0x00, - 0x5a, - 0x93, - 0x01, - 0x8c, - 0xbe, - 0x00, - 0x5e, - 0x34, - 0x00, - 0xad, - 0x66, - 0xff, - 0xd5, - 0x58, - 0xfd, - 0x3b, - 0xbb, - 0xfd, - 0x42, - 0xd9, - 0xfe, - 0x2a, - 0x2f, - 0xfe, - 0xcb, - 0x9d, - 0xfe, - 0x87, - 0x1d, - 0xff, - 0xdc, - 0x6f, - 0xff, - 0x93, - 0x29, - 0x00, - 0x0d, - 0xac, - 0x00, - 0x50, - 0xf8, - 0x1a, - 0xd3, - 0x19, - 0x30, - 0xdf, - 0x45, - 0x07, - 0x17, - 0x7c, - 0xfc, - 0x1e, - 0xbb, - 0x10, - 0x96, - 0x6d, - 0xf9, - 0x61, - 0xaa, - 0xfb, - 0x65, - 0x15, - 0x03, - 0xb8, - 0x78, - 0xf5, - 0x96, - 0x7a, - 0xf8, - 0xf5, - 0x0b, - 0xf5, - 0x24, - 0x72, - 0x04, - 0xc7, - 0x2f, - 0x0c, - 0xac, - 0x02, - 0xf7, - 0xeb, - 0xfd, - 0xfd, - 0xe1, - 0x80, - 0xfc, - 0x8f, - 0xab, - 0xeb, - 0x31, - 0x92, - 0xfc, - 0x10, - 0x5b, - 0x0a, - 0x1e, - 0x3c, - 0xff, - 0x8d, - 0x0e, - 0xfe, - 0x6f, - 0x16, - 0x03, - 0x6a, - 0x1f, - 0xff, - 0x0f, - 0x29, - 0xfc, - 0x72, - 0xb0, - 0xfb, - 0x19, - 0x1b, - 0xfd, - 0xdb, - 0x2f, - 0x01, - 0x87, - 0xd5, - 0x00, - 0x9f, - 0xb1, - 0xfb, - 0x42, - 0x93, - 0xfc, - 0xdb, - 0xf8, - 0x00, - 0x5f, - 0xf0, - 0xff, - 0x91, - 0x28, - 0x00, - 0x96, - 0x95, - 0x00, - 0xf3, - 0x2e, - 0xff, - 0x0b, - 0x1b, - 0x00, - 0xd7, - 0x65, - 0xff, - 0xbe, - 0xe0, - 0xfe, - 0xa9, - 0x37, - 0x00, - 0x53, - 0xba, - 0xff, - 0xf9, - 0xf3, - 0xfe, - 0x71, - 0x8b, - 0xff, - 0x63, - 0x67, - 0xff, - 0x83, - 0xa3, - 0xfe, - 0x84, - 0x33, - 0xff, - 0xb9, - 0x11, - 0xff, - 0x8e, - 0x56, - 0xfe, - 0xce, - 0x1c, - 0xff, - 0xca, - 0x5b, - 0xff, - 0x12, - 0x75, - 0xff, - 0x06, - 0xeb, - 0x00, - 0x0e, - 0x7c, - 0x01, - 0xc1, - 0x8f, - 0x00, - 0x0f, - 0x1b, - 0x00, - 0xdd, - 0x2d, - 0xff, - 0x55, - 0x81, - 0xfd, - 0x09, - 0x2e, - 0xfe, - 0x83, - 0xe5, - 0xfe, - 0x0b, - 0x3c, - 0xfe, - 0xf8, - 0xbb, - 0xfe, - 0x3b, - 0xe1, - 0xfe, - 0x6f, - 0x61, - 0xff, - 0xa1, - 0x69, - 0x00, - 0x63, - 0xd4, - 0x00, - 0x8f, - 0xd0, - 0x19, - 0x79, - 0xa4, - 0x2c, - 0x9c, - 0xd5, - 0x05, - 0x8e, - 0xd3, - 0xfe, - 0x41, - 0xa6, - 0x11, - 0x2a, - 0x37, - 0xf9, - 0x4c, - 0x3d, - 0xfb, - 0x60, - 0x3e, - 0x03, - 0xf0, - 0xb5, - 0xf7, - 0xfb, - 0x14, - 0xf8, - 0xbb, - 0x8e, - 0xf4, - 0x63, - 0x92, - 0x05, - 0x82, - 0xb5, - 0x0b, - 0x90, - 0x68, - 0xf7, - 0x87, - 0x7e, - 0xfd, - 0xe1, - 0x5f, - 0xfe, - 0x90, - 0xee, - 0xee, - 0x05, - 0x09, - 0xf9, - 0xa6, - 0x57, - 0x08, - 0x80, - 0xa7, - 0x00, - 0xb2, - 0xcb, - 0xfc, - 0x1c, - 0x5f, - 0x02, - 0x33, - 0x72, - 0xff, - 0x38, - 0x3d, - 0xfd, - 0x73, - 0xba, - 0xfc, - 0x58, - 0x92, - 0xfc, - 0xea, - 0xf6, - 0x00, - 0x3a, - 0x7e, - 0x01, - 0xe3, - 0xdf, - 0xfb, - 0xd4, - 0x14, - 0xfc, - 0x36, - 0x60, - 0x01, - 0x54, - 0x30, - 0x00, - 0xfe, - 0xaf, - 0xff, - 0xc0, - 0xf2, - 0x00, - 0x17, - 0x1a, - 0xff, - 0x7b, - 0xc1, - 0xff, - 0xcb, - 0xe4, - 0xff, - 0xc5, - 0x30, - 0xff, - 0x63, - 0x2a, - 0x00, - 0xd0, - 0xb2, - 0xff, - 0x65, - 0xba, - 0xfe, - 0x83, - 0x44, - 0xff, - 0x47, - 0x94, - 0xff, - 0x8e, - 0xb6, - 0xfe, - 0xff, - 0x08, - 0xff, - 0x99, - 0x65, - 0xff, - 0x55, - 0xb5, - 0xfe, - 0x2d, - 0x30, - 0xff, - 0xd9, - 0x68, - 0xff, - 0x10, - 0x8f, - 0xff, - 0xb6, - 0x26, - 0x01, - 0x26, - 0x71, - 0x01, - 0xf8, - 0x57, - 0x00, - 0xec, - 0x0f, - 0x00, - 0xba, - 0x07, - 0xff, - 0x50, - 0xa3, - 0xfd, - 0xfa, - 0x7d, - 0xfe, - 0xe7, - 0xf5, - 0xfe, - 0x5c, - 0x67, - 0xfe, - 0x7c, - 0xc5, - 0xfe, - 0xae, - 0xac, - 0xfe, - 0x5c, - 0x4d, - 0xff, - 0x2d, - 0x91, - 0x00, - 0xfc, - 0xea, - 0x00, - 0x91, - 0x70, - 0x18, - 0xb4, - 0x12, - 0x28, - 0xaa, - 0x6a, - 0x04, - 0x03, - 0x0e, - 0x02, - 0x25, - 0x98, - 0x11, - 0x04, - 0x9a, - 0xf8, - 0xc5, - 0xae, - 0xfb, - 0xd0, - 0xef, - 0x03, - 0xe4, - 0x6b, - 0xfa, - 0x01, - 0x30, - 0xf8, - 0x2d, - 0xb4, - 0xf2, - 0x58, - 0xc2, - 0x04, - 0x39, - 0x2d, - 0x0d, - 0x95, - 0x81, - 0xf8, - 0x7a, - 0xdc, - 0xfb, - 0x71, - 0x2b, - 0x01, - 0xef, - 0xb6, - 0xf1, - 0xaa, - 0xc5, - 0xf6, - 0xc8, - 0xfe, - 0x07, - 0x1f, - 0x90, - 0x00, - 0x30, - 0xe7, - 0xfa, - 0x30, - 0x6a, - 0x01, - 0xdb, - 0x53, - 0xff, - 0xbe, - 0xec, - 0xfd, - 0xde, - 0xb1, - 0xfe, - 0x65, - 0x5d, - 0xfd, - 0x63, - 0xdf, - 0xfe, - 0xf8, - 0xe9, - 0x00, - 0x78, - 0x82, - 0xfd, - 0x7e, - 0xcf, - 0xfc, - 0x5b, - 0x9a, - 0x01, - 0x04, - 0xce, - 0xff, - 0x62, - 0x7c, - 0xff, - 0x3f, - 0x52, - 0x01, - 0x24, - 0xb3, - 0xfe, - 0x9e, - 0xa3, - 0xff, - 0x0c, - 0x73, - 0x00, - 0x4a, - 0x22, - 0xff, - 0x0e, - 0xa5, - 0xff, - 0xc4, - 0xa9, - 0xff, - 0xdc, - 0xeb, - 0xfe, - 0x52, - 0x34, - 0xff, - 0xa9, - 0xb0, - 0xff, - 0x47, - 0xe3, - 0xfe, - 0xb3, - 0xf6, - 0xfe, - 0xbb, - 0x6b, - 0xff, - 0x65, - 0xef, - 0xfe, - 0x19, - 0x54, - 0xff, - 0x2a, - 0x95, - 0xff, - 0xaa, - 0xde, - 0xff, - 0xbe, - 0x3f, - 0x01, - 0xda, - 0x48, - 0x01, - 0x5d, - 0x4b, - 0x00, - 0x1f, - 0x34, - 0x00, - 0xeb, - 0x10, - 0xff, - 0x57, - 0xe5, - 0xfd, - 0x7e, - 0xe2, - 0xfe, - 0xf6, - 0xdf, - 0xfe, - 0x45, - 0x62, - 0xfe, - 0xf2, - 0xe3, - 0xfe, - 0x61, - 0x90, - 0xfe, - 0x26, - 0x52, - 0xff, - 0xb3, - 0x9e, - 0x00, - 0x27, - 0xa8, - 0x00, - 0x43, - 0xb2, - 0x14, - 0x2a, - 0xc7, - 0x23, - 0x6e, - 0x43, - 0x06, - 0x27, - 0xd0, - 0x03, - 0x23, - 0xd3, - 0x11, - 0x15, - 0x28, - 0xf9, - 0x99, - 0xa4, - 0xfa, - 0x79, - 0xb2, - 0x05, - 0xe5, - 0xd6, - 0xfc, - 0x07, - 0xa9, - 0xf8, - 0xc5, - 0x92, - 0xf2, - 0x94, - 0x2d, - 0x01, - 0xe6, - 0xfb, - 0x0b, - 0xd8, - 0x8f, - 0xfc, - 0xe4, - 0x4a, - 0xfc, - 0x89, - 0xc1, - 0x00, - 0x66, - 0xcc, - 0xf4, - 0xe5, - 0x41, - 0xf6, - 0xf1, - 0x50, - 0x06, - 0x53, - 0x8a, - 0x01, - 0xcc, - 0x3c, - 0xfa, - 0x1c, - 0x5f, - 0x00, - 0x8d, - 0xd5, - 0xfe, - 0xe7, - 0x8b, - 0xfd, - 0xba, - 0xe9, - 0xff, - 0x12, - 0x59, - 0xfe, - 0x6c, - 0xfc, - 0xfd, - 0x60, - 0x21, - 0x00, - 0xdf, - 0x98, - 0xfe, - 0xe3, - 0xa3, - 0xfd, - 0xbb, - 0x9d, - 0x01, - 0x96, - 0x45, - 0x00, - 0x83, - 0x14, - 0xff, - 0xb6, - 0xb7, - 0x00, - 0xbf, - 0x0d, - 0xff, - 0x25, - 0xd6, - 0xff, - 0x22, - 0x11, - 0x00, - 0x7f, - 0xa2, - 0xfe, - 0x56, - 0x9c, - 0xff, - 0x5b, - 0xd2, - 0xff, - 0xe0, - 0x0c, - 0xff, - 0xa0, - 0x67, - 0xff, - 0xae, - 0xb5, - 0xff, - 0x28, - 0x02, - 0xff, - 0x83, - 0x2f, - 0xff, - 0xfa, - 0x8e, - 0xff, - 0xb7, - 0xe8, - 0xfe, - 0x51, - 0x3e, - 0xff, - 0x3d, - 0xc5, - 0xff, - 0x31, - 0xf5, - 0xff, - 0x4e, - 0x27, - 0x01, - 0x31, - 0x34, - 0x01, - 0xf8, - 0x70, - 0x00, - 0x75, - 0x94, - 0x00, - 0xe5, - 0x58, - 0xff, - 0x70, - 0x3e, - 0xfe, - 0x22, - 0xec, - 0xfe, - 0xd2, - 0xaa, - 0xfe, - 0xea, - 0x72, - 0xfe, - 0x18, - 0x00, - 0xff, - 0x76, - 0xbd, - 0xfe, - 0x05, - 0x46, - 0xff, - 0xfd, - 0x43, - 0x00, - 0xb7, - 0x65, - 0x00, - 0x22, - 0xa1, - 0x17, - 0x92, - 0x96, - 0x21, - 0xbc, - 0x38, - 0x01, - 0xe0, - 0x0f, - 0x0a, - 0x1c, - 0x42, - 0x11, - 0xcd, - 0xde, - 0xf0, - 0x96, - 0xca, - 0xfb, - 0x56, - 0x1a, - 0x05, - 0x99, - 0xbb, - 0xf8, - 0x83, - 0xc5, - 0xf3, - 0xd2, - 0x6b, - 0xf4, - 0xf7, - 0x18, - 0x0d, - 0x8e, - 0x85, - 0x0b, - 0x1d, - 0x5c, - 0xf8, - 0xe3, - 0x59, - 0x05, - 0x44, - 0x37, - 0x05, - 0xfb, - 0x70, - 0xf3, - 0xab, - 0xfa, - 0xf9, - 0x5e, - 0xbd, - 0x06, - 0x8a, - 0xd4, - 0xfd, - 0xe2, - 0x1d, - 0xf9, - 0xd5, - 0xcd, - 0xfd, - 0x9f, - 0x5a, - 0xfb, - 0xc8, - 0xba, - 0xfd, - 0xeb, - 0x2d, - 0xff, - 0x7a, - 0xb8, - 0xfb, - 0x7c, - 0x51, - 0xfe, - 0x97, - 0xab, - 0xff, - 0xd4, - 0x19, - 0xfd, - 0x17, - 0x48, - 0xff, - 0x60, - 0x9e, - 0x01, - 0xbe, - 0xdd, - 0xfe, - 0xd3, - 0xfe, - 0xfe, - 0x4d, - 0xf3, - 0x00, - 0x8d, - 0xea, - 0xff, - 0x7e, - 0x6e, - 0xff, - 0xd6, - 0x92, - 0xff, - 0x66, - 0xe1, - 0xfe, - 0xfb, - 0x47, - 0xff, - 0x6a, - 0x15, - 0x00, - 0x60, - 0x86, - 0xff, - 0xba, - 0x95, - 0xff, - 0x92, - 0xfb, - 0xff, - 0xdd, - 0x4e, - 0xff, - 0xcd, - 0xc1, - 0xfe, - 0x80, - 0x29, - 0xff, - 0xf9, - 0x92, - 0xff, - 0xb7, - 0x4d, - 0xff, - 0x8f, - 0x2e, - 0xff, - 0x5b, - 0x76, - 0xff, - 0x05, - 0x03, - 0x00, - 0xdd, - 0xd2, - 0xff, - 0x88, - 0x69, - 0xff, - 0xdd, - 0x9b, - 0xff, - 0x42, - 0xa8, - 0xff, - 0xa5, - 0xa6, - 0xff, - 0x1b, - 0x6e, - 0xff, - 0xa9, - 0xa1, - 0xff, - 0x86, - 0xd2, - 0xff, - 0xe7, - 0x8c, - 0xff, - 0xc2, - 0x99, - 0xff, - 0xdd, - 0x62, - 0xff, - 0x31, - 0x55, - 0xff, - 0x74, - 0xb0, - 0xff, - 0x2b, - 0xe1, - 0x11, - 0x0a, - 0x9e, - 0x1e, - 0x1c, - 0x83, - 0x06, - 0xca, - 0x70, - 0x07, - 0xcf, - 0xa5, - 0x11, - 0x71, - 0x5a, - 0xf6, - 0xe7, - 0xa9, - 0xf6, - 0x38, - 0xc2, - 0x02, - 0xb6, - 0x6c, - 0xfa, - 0x9b, - 0x0a, - 0xf7, - 0x5e, - 0x0a, - 0xf8, - 0x22, - 0x94, - 0x07, - 0x3d, - 0xd6, - 0x0a, - 0xdf, - 0x02, - 0xfd, - 0x88, - 0x71, - 0x02, - 0x0e, - 0x2a, - 0x04, - 0xea, - 0x0a, - 0xf7, - 0xed, - 0x8a, - 0xf7, - 0x97, - 0x48, - 0x02, - 0x0f, - 0x92, - 0xff, - 0x42, - 0x50, - 0xfb, - 0x02, - 0x4c, - 0xff, - 0x38, - 0xb5, - 0xfc, - 0xf7, - 0x0b, - 0xfd, - 0x4f, - 0xfc, - 0x00, - 0x24, - 0xa0, - 0xfc, - 0xf5, - 0xe3, - 0xfc, - 0x9c, - 0x14, - 0x01, - 0x03, - 0x39, - 0xfd, - 0xb7, - 0xc8, - 0xfc, - 0xb8, - 0xe6, - 0x00, - 0x1a, - 0x93, - 0xff, - 0x9b, - 0x42, - 0xff, - 0x18, - 0x57, - 0x00, - 0x17, - 0xbd, - 0xff, - 0x68, - 0x10, - 0x00, - 0x24, - 0xa5, - 0xff, - 0xe5, - 0x58, - 0xff, - 0xff, - 0x0b, - 0x00, - 0x1b, - 0x6d, - 0xff, - 0x49, - 0x18, - 0xff, - 0xec, - 0xf6, - 0xff, - 0xab, - 0x19, - 0xff, - 0x85, - 0xc2, - 0xfe, - 0x2a, - 0x13, - 0x00, - 0x23, - 0x8c, - 0xff, - 0xff, - 0x0f, - 0xff, - 0xc6, - 0xe8, - 0xff, - 0x9b, - 0x7f, - 0xff, - 0xe7, - 0xf6, - 0xfe, - 0xf8, - 0xb5, - 0xff, - 0x03, - 0xa3, - 0xff, - 0xdb, - 0x85, - 0xff, - 0x28, - 0xd7, - 0xff, - 0x94, - 0x68, - 0xff, - 0xe3, - 0x72, - 0xff, - 0xd2, - 0x9b, - 0xff, - 0xe6, - 0xc0, - 0xff, - 0x01, - 0xda, - 0xff, - 0x93, - 0x99, - 0xff, - 0xed, - 0xa1, - 0xff, - 0xd1, - 0xa9, - 0xff, - 0x63, - 0xb3, - 0xff, - 0xe8, - 0xad, - 0xff, - 0xc4, - 0x32, - 0x10, - 0xf3, - 0x63, - 0x1a, - 0xf3, - 0x4d, - 0x06, - 0x28, - 0x40, - 0x09, - 0x2d, - 0x3e, - 0x0f, - 0x21, - 0xd5, - 0xf7, - 0x1e, - 0xee, - 0xf9, - 0x94, - 0xda, - 0x01, - 0x04, - 0xbf, - 0xfa, - 0x99, - 0x36, - 0xf9, - 0x58, - 0xed, - 0xf9, - 0xad, - 0xa2, - 0x05, - 0x4d, - 0x32, - 0x08, - 0x33, - 0xec, - 0xfd, - 0x71, - 0xbb, - 0x01, - 0x6b, - 0x29, - 0x03, - 0xb2, - 0x85, - 0xf8, - 0xfd, - 0xc2, - 0xf8, - 0x1a, - 0x92, - 0x01, - 0x59, - 0xf3, - 0xfe, - 0xb5, - 0xae, - 0xfc, - 0xd9, - 0xff, - 0xff, - 0x77, - 0x4b, - 0xfd, - 0x25, - 0x56, - 0xfe, - 0x83, - 0xd9, - 0x00, - 0xe3, - 0xc0, - 0xfc, - 0xc1, - 0xbf, - 0xfd, - 0xc2, - 0xc6, - 0x00, - 0x22, - 0x1e, - 0xfd, - 0x76, - 0x0c, - 0xfd, - 0x39, - 0x17, - 0x00, - 0xbc, - 0x20, - 0xff, - 0x8d, - 0x67, - 0xff, - 0xc0, - 0x24, - 0x00, - 0xd5, - 0x86, - 0xff, - 0x8d, - 0xad, - 0xff, - 0x4e, - 0x90, - 0xff, - 0x2e, - 0xc9, - 0xff, - 0x5f, - 0x36, - 0x00, - 0xd7, - 0x85, - 0xff, - 0xf9, - 0x3c, - 0xff, - 0x52, - 0xc5, - 0xff, - 0xc9, - 0x3e, - 0xff, - 0x7d, - 0x42, - 0xff, - 0xfc, - 0x3a, - 0x00, - 0x96, - 0xab, - 0xff, - 0x08, - 0x35, - 0xff, - 0xf8, - 0xd1, - 0xff, - 0xec, - 0x4d, - 0xff, - 0x97, - 0xcb, - 0xfe, - 0x85, - 0x98, - 0xff, - 0xde, - 0xb2, - 0xff, - 0x1d, - 0x97, - 0xff, - 0x51, - 0xd1, - 0xff, - 0xeb, - 0x87, - 0xff, - 0x45, - 0x78, - 0xff, - 0x53, - 0x90, - 0xff, - 0x26, - 0xae, - 0xff, - 0xb7, - 0xc5, - 0xff, - 0xfb, - 0xc0, - 0xff, - 0x84, - 0xcb, - 0xff, - 0x52, - 0xd1, - 0xff, - 0xeb, - 0xba, - 0xff, - 0x27, - 0x9c, - 0xff, - 0xd6, - 0x30, - 0x0d, - 0xaf, - 0xaa, - 0x16, - 0x0d, - 0x99, - 0x07, - 0x50, - 0x42, - 0x09, - 0x57, - 0x7f, - 0x0d, - 0x0e, - 0x83, - 0xfa, - 0x08, - 0xa9, - 0xfb, - 0x7c, - 0x72, - 0x01, - 0x3c, - 0xd9, - 0xfb, - 0x08, - 0x4b, - 0xfb, - 0xcd, - 0xda, - 0xfa, - 0x9a, - 0x73, - 0x03, - 0x01, - 0x72, - 0x06, - 0x0e, - 0x3e, - 0xfe, - 0x80, - 0x0d, - 0x01, - 0xa0, - 0x8d, - 0x02, - 0x8d, - 0x3a, - 0xfa, - 0xb3, - 0xad, - 0xf9, - 0xc5, - 0x43, - 0x00, - 0x51, - 0x4d, - 0xff, - 0xe1, - 0x64, - 0xfd, - 0x42, - 0xc9, - 0xff, - 0x3b, - 0x01, - 0xff, - 0x6c, - 0xd6, - 0xff, - 0x45, - 0xe0, - 0x00, - 0x0d, - 0x50, - 0xfd, - 0xd8, - 0xe7, - 0xfd, - 0xd3, - 0x1a, - 0x00, - 0x6b, - 0x44, - 0xfd, - 0x6b, - 0x38, - 0xfd, - 0x1b, - 0x36, - 0xff, - 0xd0, - 0x75, - 0xfe, - 0x17, - 0x15, - 0xff, - 0x41, - 0x23, - 0x00, - 0x19, - 0xf2, - 0xff, - 0x59, - 0x93, - 0xff, - 0xa7, - 0x66, - 0xff, - 0x10, - 0xf6, - 0xff, - 0xfd, - 0x46, - 0x00, - 0xe6, - 0xbe, - 0xff, - 0xa1, - 0x5a, - 0xff, - 0xfd, - 0xa5, - 0xff, - 0x1c, - 0xa3, - 0xff, - 0xf0, - 0xca, - 0xff, - 0x5c, - 0x32, - 0x00, - 0xf6, - 0x97, - 0xff, - 0xfe, - 0x2e, - 0xff, - 0x6a, - 0x8b, - 0xff, - 0xba, - 0x4b, - 0xff, - 0x34, - 0x09, - 0xff, - 0x08, - 0x90, - 0xff, - 0x99, - 0x96, - 0xff, - 0xee, - 0x93, - 0xff, - 0xd9, - 0xc1, - 0xff, - 0x58, - 0x66, - 0xff, - 0x2b, - 0x6b, - 0xff, - 0x7b, - 0x9e, - 0xff, - 0xf3, - 0xb2, - 0xff, - 0x3f, - 0xdb, - 0xff, - 0x3b, - 0xff, - 0xff, - 0x28, - 0x00, - 0x00, - 0x6b, - 0xb8, - 0xff, - 0x7d, - 0x8a, - 0xff, - 0xc4, - 0x8f, - 0xff, - 0xf3, - 0x19, - 0x0b, - 0xa3, - 0x9a, - 0x13, - 0x4d, - 0x20, - 0x08, - 0xc0, - 0x03, - 0x09, - 0x84, - 0xcd, - 0x0b, - 0x5b, - 0xd1, - 0xfc, - 0xbf, - 0xd2, - 0xfc, - 0xdf, - 0x1d, - 0x01, - 0xd1, - 0xd9, - 0xfd, - 0xa4, - 0x92, - 0xfc, - 0x3e, - 0x40, - 0xfb, - 0xab, - 0x62, - 0x02, - 0x20, - 0xae, - 0x04, - 0x79, - 0x62, - 0xfe, - 0xe9, - 0x9f, - 0x00, - 0xa4, - 0x14, - 0x02, - 0x6c, - 0xb4, - 0xfb, - 0x1d, - 0x31, - 0xfa, - 0x9b, - 0x9f, - 0xff, - 0xe2, - 0xbf, - 0xff, - 0xe9, - 0xf0, - 0xfd, - 0x10, - 0x82, - 0x00, - 0x2c, - 0xb0, - 0x00, - 0x27, - 0x98, - 0x00, - 0x1d, - 0x84, - 0x00, - 0x1e, - 0xa5, - 0xfd, - 0x79, - 0x12, - 0xfe, - 0x5f, - 0x60, - 0xff, - 0x5b, - 0x71, - 0xfd, - 0xe7, - 0x66, - 0xfd, - 0x28, - 0x89, - 0xfe, - 0x86, - 0x6d, - 0xfe, - 0x1a, - 0x18, - 0xff, - 0xb4, - 0xf3, - 0xff, - 0xd7, - 0x08, - 0x00, - 0x21, - 0xcb, - 0xff, - 0xd9, - 0xb1, - 0xff, - 0xe9, - 0xdc, - 0xff, - 0x28, - 0x2e, - 0x00, - 0x5f, - 0xe8, - 0xff, - 0x95, - 0x92, - 0xff, - 0x10, - 0x20, - 0x00, - 0x5c, - 0xfa, - 0xff, - 0x05, - 0xa5, - 0xff, - 0xe7, - 0xe7, - 0xff, - 0x88, - 0x8a, - 0xff, - 0x4b, - 0x56, - 0xff, - 0x88, - 0x9b, - 0xff, - 0xb0, - 0x47, - 0xff, - 0xb7, - 0x1a, - 0xff, - 0x8d, - 0x93, - 0xff, - 0xe3, - 0x8e, - 0xff, - 0xa6, - 0x7a, - 0xff, - 0xf9, - 0x8c, - 0xff, - 0xcb, - 0x5c, - 0xff, - 0xdf, - 0x7f, - 0xff, - 0x37, - 0xb1, - 0xff, - 0xcc, - 0xd4, - 0xff, - 0xc3, - 0x03, - 0x00, - 0x93, - 0xf9, - 0xff, - 0xe7, - 0xd2, - 0xff, - 0xde, - 0xb5, - 0xff, - 0xa6, - 0x96, - 0xff, - 0x6f, - 0x86, - 0xff, - 0xee, - 0xae, - 0x08, - 0x78, - 0x43, - 0x11, - 0x48, - 0xde, - 0x08, - 0xa8, - 0x72, - 0x07, - 0xc7, - 0xf5, - 0x0a, - 0x24, - 0x3d, - 0xff, - 0x77, - 0xf3, - 0xfc, - 0x54, - 0xc5, - 0x01, - 0x94, - 0x6a, - 0xff, - 0xba, - 0x3f, - 0xfd, - 0x07, - 0xfe, - 0xfb, - 0x60, - 0xde, - 0x00, - 0x57, - 0x3c, - 0x03, - 0xff, - 0xbf, - 0xfe, - 0xb7, - 0x25, - 0x00, - 0x27, - 0xd3, - 0x01, - 0x91, - 0xe2, - 0xfc, - 0xb1, - 0xc5, - 0xfa, - 0x61, - 0x37, - 0xff, - 0x75, - 0x64, - 0x00, - 0xdf, - 0x4e, - 0xff, - 0x04, - 0x47, - 0x01, - 0x59, - 0xf4, - 0x00, - 0xa7, - 0x2f, - 0x00, - 0x1d, - 0x55, - 0x00, - 0x82, - 0x3b, - 0xfe, - 0x3a, - 0xe7, - 0xfd, - 0x8e, - 0xeb, - 0xfe, - 0x57, - 0xa8, - 0xfd, - 0x6c, - 0x99, - 0xfd, - 0x09, - 0xce, - 0xfe, - 0x9b, - 0x86, - 0xfe, - 0x68, - 0xec, - 0xfe, - 0xf5, - 0xc4, - 0xff, - 0x86, - 0xc3, - 0xff, - 0x66, - 0xe9, - 0xff, - 0x6d, - 0x12, - 0x00, - 0xe8, - 0x1e, - 0x00, - 0xcb, - 0x32, - 0x00, - 0xc3, - 0xfb, - 0xff, - 0xee, - 0xd9, - 0xff, - 0x05, - 0x14, - 0x00, - 0xe9, - 0xd8, - 0xff, - 0x12, - 0x7f, - 0xff, - 0xf5, - 0xac, - 0xff, - 0x4d, - 0x9e, - 0xff, - 0xa1, - 0x7d, - 0xff, - 0xb4, - 0xac, - 0xff, - 0xfc, - 0x5a, - 0xff, - 0xda, - 0x09, - 0xff, - 0x0d, - 0x6f, - 0xff, - 0x2c, - 0x8a, - 0xff, - 0xfc, - 0x70, - 0xff, - 0x17, - 0x74, - 0xff, - 0x5b, - 0x6e, - 0xff, - 0xcc, - 0x99, - 0xff, - 0xd9, - 0xa5, - 0xff, - 0x91, - 0xbe, - 0xff, - 0xb2, - 0xdc, - 0xff, - 0xdd, - 0xe1, - 0xff, - 0xb3, - 0xdc, - 0xff, - 0x2c, - 0xae, - 0xff, - 0x72, - 0x94, - 0xff, - 0x94, - 0x80, - 0xff, - 0x73, - 0x43, - 0x08, - 0x42, - 0x86, - 0x0f, - 0x78, - 0xbf, - 0x07, - 0xb6, - 0x06, - 0x07, - 0x22, - 0x6f, - 0x09, - 0x2f, - 0x75, - 0xff, - 0x16, - 0x5e, - 0xfe, - 0x13, - 0x30, - 0x02, - 0x16, - 0xc9, - 0xff, - 0x9c, - 0xb8, - 0xfd, - 0x58, - 0xab, - 0xfc, - 0x7e, - 0xf8, - 0xff, - 0x99, - 0xac, - 0x01, - 0x31, - 0x01, - 0xff, - 0x8e, - 0x67, - 0x00, - 0x65, - 0x71, - 0x01, - 0xf4, - 0x08, - 0xfd, - 0x19, - 0xce, - 0xfb, - 0xdb, - 0xfe, - 0xff, - 0x6f, - 0xd4, - 0x00, - 0xbe, - 0x56, - 0x00, - 0xb8, - 0x72, - 0x01, - 0x85, - 0x3a, - 0x00, - 0x56, - 0xc7, - 0xff, - 0x5b, - 0xfb, - 0xff, - 0x89, - 0x19, - 0xfe, - 0x12, - 0xf0, - 0xfd, - 0x86, - 0x0a, - 0xff, - 0xcd, - 0x65, - 0xfe, - 0xfa, - 0x10, - 0xfe, - 0xd9, - 0x72, - 0xfe, - 0x56, - 0x78, - 0xfe, - 0xc9, - 0x1c, - 0xff, - 0x1b, - 0xc2, - 0xff, - 0x0e, - 0xd3, - 0xff, - 0x25, - 0xfe, - 0xff, - 0x96, - 0x3e, - 0x00, - 0x9a, - 0x74, - 0x00, - 0xf5, - 0x42, - 0x00, - 0xfc, - 0x9e, - 0xff, - 0xa4, - 0x83, - 0xff, - 0xc5, - 0xc4, - 0xff, - 0x17, - 0x92, - 0xff, - 0xa1, - 0x97, - 0xff, - 0x70, - 0xcb, - 0xff, - 0x80, - 0x93, - 0xff, - 0xe4, - 0x84, - 0xff, - 0x27, - 0xa0, - 0xff, - 0x07, - 0x3e, - 0xff, - 0xd0, - 0xfd, - 0xfe, - 0xd4, - 0x70, - 0xff, - 0x73, - 0x95, - 0xff, - 0x83, - 0x68, - 0xff, - 0x61, - 0x6d, - 0xff, - 0xb5, - 0x4f, - 0xff, - 0x91, - 0x61, - 0xff, - 0xd0, - 0x8e, - 0xff, - 0xa5, - 0x9c, - 0xff, - 0x4a, - 0xd1, - 0xff, - 0xd5, - 0xd5, - 0xff, - 0x24, - 0xc5, - 0xff, - 0x6a, - 0xc3, - 0xff, - 0xe5, - 0x82, - 0xff, - 0x29, - 0x8d, - 0xff, - 0xd4, - 0x89, - 0x08, - 0x38, - 0xb5, - 0x0d, - 0xc1, - 0x40, - 0x06, - 0xc8, - 0x42, - 0x07, - 0x1f, - 0xb9, - 0x07, - 0x38, - 0xa6, - 0xff, - 0x5a, - 0x5b, - 0x00, - 0xea, - 0x31, - 0x02, - 0xbf, - 0x01, - 0x00, - 0xd0, - 0x54, - 0xfe, - 0xfc, - 0x0d, - 0xfd, - 0xe8, - 0x72, - 0xff, - 0x51, - 0xe5, - 0x00, - 0x24, - 0x9c, - 0xff, - 0x84, - 0xde, - 0x00, - 0xa2, - 0x70, - 0x01, - 0x81, - 0xb9, - 0xfd, - 0xf4, - 0xec, - 0xfc, - 0x7c, - 0x94, - 0x00, - 0x54, - 0x57, - 0x01, - 0x93, - 0xea, - 0x00, - 0xdb, - 0xde, - 0x00, - 0x36, - 0x9f, - 0xff, - 0x72, - 0xcc, - 0xff, - 0x78, - 0x99, - 0xff, - 0x29, - 0x5d, - 0xfe, - 0x07, - 0x1c, - 0xff, - 0xb6, - 0xa4, - 0xff, - 0x92, - 0x70, - 0xfe, - 0xe8, - 0x0a, - 0xfe, - 0x83, - 0x96, - 0xfe, - 0xfc, - 0xeb, - 0xfe, - 0xf1, - 0x76, - 0xff, - 0xbf, - 0xfc, - 0xff, - 0x26, - 0x1f, - 0x00, - 0x06, - 0x3c, - 0x00, - 0xa7, - 0x5d, - 0x00, - 0x53, - 0x41, - 0x00, - 0xb3, - 0xc0, - 0xff, - 0x6c, - 0x58, - 0xff, - 0xf1, - 0x87, - 0xff, - 0x52, - 0xce, - 0xff, - 0x2d, - 0xb1, - 0xff, - 0xdd, - 0xae, - 0xff, - 0xbe, - 0xd7, - 0xff, - 0x6e, - 0xa3, - 0xff, - 0xc5, - 0x77, - 0xff, - 0x53, - 0x85, - 0xff, - 0x4f, - 0x4e, - 0xff, - 0x0d, - 0x49, - 0xff, - 0x76, - 0x8c, - 0xff, - 0xc9, - 0x73, - 0xff, - 0xea, - 0x4d, - 0xff, - 0xd6, - 0x4d, - 0xff, - 0x30, - 0x53, - 0xff, - 0xc7, - 0x6c, - 0xff, - 0x38, - 0x87, - 0xff, - 0x99, - 0xb4, - 0xff, - 0xbf, - 0xd6, - 0xff, - 0xa2, - 0xdd, - 0xff, - 0x1c, - 0xd7, - 0xff, - 0xb2, - 0xa9, - 0xff, - 0x8a, - 0x8e, - 0xff, - 0x61, - 0xae, - 0xff, - 0xfe, - 0xec, - 0x07, - 0x48, - 0x2d, - 0x0c, - 0x7f, - 0xa5, - 0x05, - 0x40, - 0x82, - 0x06, - 0xc0, - 0x95, - 0x06, - 0x3d, - 0xa9, - 0x00, - 0x26, - 0x51, - 0x01, - 0xea, - 0xfb, - 0x01, - 0xdf, - 0x50, - 0x00, - 0xee, - 0xcd, - 0xfe, - 0x73, - 0x30, - 0xfd, - 0xb7, - 0x04, - 0xff, - 0xda, - 0x93, - 0x00, - 0x93, - 0x80, - 0x00, - 0xa7, - 0xf5, - 0x01, - 0xfe, - 0x82, - 0x01, - 0x7e, - 0xe9, - 0xfd, - 0xb6, - 0x7c, - 0xfd, - 0x02, - 0xd9, - 0x00, - 0x59, - 0xd5, - 0x01, - 0xf6, - 0xd6, - 0x00, - 0x22, - 0x00, - 0x00, - 0x91, - 0x45, - 0xff, - 0x2b, - 0x10, - 0x00, - 0xb6, - 0x38, - 0x00, - 0x4c, - 0x0e, - 0xff, - 0xee, - 0x4c, - 0xff, - 0x89, - 0x97, - 0xff, - 0x58, - 0xa5, - 0xfe, - 0x7b, - 0x3d, - 0xfe, - 0x24, - 0xde, - 0xfe, - 0x01, - 0x86, - 0xff, - 0x81, - 0xf4, - 0xff, - 0xf2, - 0x55, - 0x00, - 0xb7, - 0x2a, - 0x00, - 0x00, - 0xb4, - 0xff, - 0xf4, - 0xd4, - 0xff, - 0xfd, - 0xf0, - 0xff, - 0x83, - 0x96, - 0xff, - 0x7e, - 0x86, - 0xff, - 0x6d, - 0xbc, - 0xff, - 0xd8, - 0xbd, - 0xff, - 0xfa, - 0x96, - 0xff, - 0x2a, - 0xad, - 0xff, - 0x15, - 0xbe, - 0xff, - 0x47, - 0x7f, - 0xff, - 0x65, - 0x90, - 0xff, - 0xf5, - 0x9e, - 0xff, - 0xb8, - 0x52, - 0xff, - 0xbc, - 0x5b, - 0xff, - 0xf8, - 0x74, - 0xff, - 0x91, - 0x45, - 0xff, - 0xc1, - 0x4a, - 0xff, - 0x5c, - 0x63, - 0xff, - 0x01, - 0x5c, - 0xff, - 0xc5, - 0x7c, - 0xff, - 0x96, - 0x9a, - 0xff, - 0xcb, - 0xab, - 0xff, - 0xbb, - 0xd4, - 0xff, - 0xab, - 0xdf, - 0xff, - 0x8f, - 0xc0, - 0xff, - 0x3b, - 0x99, - 0xff, - 0x92, - 0x9c, - 0xff, - 0x04, - 0xc3, - 0xff, - 0x2f, - 0x9b, - 0x06, - 0xb2, - 0x05, - 0x0b, - 0xd6, - 0xa3, - 0x05, - 0xfa, - 0xf8, - 0x04, - 0x92, - 0xca, - 0x05, - 0x95, - 0x1a, - 0x02, - 0x52, - 0xd8, - 0x01, - 0x31, - 0xbc, - 0x01, - 0xaf, - 0x57, - 0x00, - 0x12, - 0x12, - 0xff, - 0xab, - 0x6a, - 0xfd, - 0xfc, - 0x4e, - 0xff, - 0x5a, - 0xcf, - 0x01, - 0xe5, - 0x5c, - 0x01, - 0xf6, - 0x76, - 0x01, - 0xe7, - 0x31, - 0x01, - 0x07, - 0x72, - 0xfe, - 0xff, - 0xf4, - 0xfd, - 0xfd, - 0xe5, - 0x00, - 0xd5, - 0xd8, - 0x01, - 0x7c, - 0x5f, - 0x00, - 0x50, - 0xab, - 0xff, - 0x1d, - 0xef, - 0xff, - 0x8e, - 0x61, - 0x00, - 0xad, - 0x4f, - 0x00, - 0x80, - 0x7c, - 0xff, - 0x1e, - 0x1f, - 0xff, - 0x3a, - 0x5f, - 0xff, - 0x9e, - 0x1d, - 0xff, - 0xbb, - 0xef, - 0xfe, - 0x7d, - 0x78, - 0xff, - 0xe9, - 0x0e, - 0x00, - 0xb8, - 0x3b, - 0x00, - 0x21, - 0xbb, - 0xff, - 0x03, - 0x33, - 0xff, - 0x95, - 0x68, - 0xff, - 0xa3, - 0xe8, - 0xff, - 0x73, - 0xfc, - 0xff, - 0x97, - 0xa7, - 0xff, - 0xdc, - 0x8e, - 0xff, - 0x5b, - 0xa1, - 0xff, - 0xfe, - 0x8c, - 0xff, - 0x36, - 0x81, - 0xff, - 0xef, - 0x85, - 0xff, - 0xb4, - 0x9b, - 0xff, - 0x69, - 0xa3, - 0xff, - 0xc3, - 0x9c, - 0xff, - 0xb5, - 0x90, - 0xff, - 0xd6, - 0x5f, - 0xff, - 0xc5, - 0x56, - 0xff, - 0x80, - 0x60, - 0xff, - 0x5f, - 0x47, - 0xff, - 0xb3, - 0x5d, - 0xff, - 0x8f, - 0x74, - 0xff, - 0xd6, - 0x69, - 0xff, - 0xc1, - 0x76, - 0xff, - 0x59, - 0x8e, - 0xff, - 0xd4, - 0xb1, - 0xff, - 0x8c, - 0xc7, - 0xff, - 0x42, - 0xc2, - 0xff, - 0xbd, - 0xb3, - 0xff, - 0xde, - 0xa1, - 0xff, - 0x8c, - 0xb4, - 0xff, - 0xdb, - 0xce, - 0xff, - 0x4c, - 0xda, - 0x04, - 0xc4, - 0xe1, - 0x08, - 0x73, - 0xc3, - 0x05, - 0x41, - 0xd6, - 0x04, - 0xe6, - 0x88, - 0x05, - 0xc6, - 0xd5, - 0x02, - 0xb8, - 0x99, - 0x01, - 0xb3, - 0x89, - 0x01, - 0xed, - 0xc7, - 0x00, - 0x2d, - 0x3d, - 0x00, - 0x9a, - 0x4e, - 0xff, - 0xf2, - 0x8b, - 0xff, - 0x25, - 0x72, - 0x01, - 0x5d, - 0xed, - 0x01, - 0x5a, - 0x27, - 0x01, - 0x89, - 0xac, - 0x00, - 0xbd, - 0x4b, - 0xff, - 0xa2, - 0x7e, - 0xfe, - 0x15, - 0x5e, - 0x00, - 0xbd, - 0xc4, - 0x01, - 0x7e, - 0xb7, - 0x00, - 0x34, - 0xd9, - 0xff, - 0x6e, - 0x23, - 0x00, - 0x04, - 0x72, - 0x00, - 0x14, - 0x37, - 0x00, - 0x78, - 0x87, - 0xff, - 0xf5, - 0x7e, - 0xff, - 0x48, - 0xef, - 0xff, - 0x76, - 0xa4, - 0xff, - 0x97, - 0x8d, - 0xff, - 0x08, - 0xfe, - 0xff, - 0x77, - 0xcd, - 0xff, - 0x06, - 0x5b, - 0xff, - 0x59, - 0x2d, - 0xff, - 0x54, - 0x35, - 0xff, - 0xf6, - 0x9c, - 0xff, - 0xd4, - 0x02, - 0x00, - 0xc6, - 0xf0, - 0xff, - 0x1d, - 0x8e, - 0xff, - 0xb2, - 0x6f, - 0xff, - 0x59, - 0x77, - 0xff, - 0x03, - 0x62, - 0xff, - 0x98, - 0x82, - 0xff, - 0x57, - 0x85, - 0xff, - 0x37, - 0x90, - 0xff, - 0xbe, - 0xc4, - 0xff, - 0x68, - 0xa4, - 0xff, - 0x63, - 0x8a, - 0xff, - 0xb1, - 0x6d, - 0xff, - 0xda, - 0x52, - 0xff, - 0xda, - 0x68, - 0xff, - 0x59, - 0x56, - 0xff, - 0x59, - 0x68, - 0xff, - 0x3b, - 0x75, - 0xff, - 0xeb, - 0x61, - 0xff, - 0xc7, - 0x8c, - 0xff, - 0x48, - 0x90, - 0xff, - 0x78, - 0x9a, - 0xff, - 0x40, - 0xb6, - 0xff, - 0x49, - 0xa3, - 0xff, - 0xa0, - 0xc5, - 0xff, - 0x46, - 0xca, - 0xff, - 0xcb, - 0xb2, - 0xff, - 0xce, - 0xc8, - 0xff, - 0x07, - 0xc5, - 0x03, - 0x4e, - 0xd4, - 0x07, - 0xf6, - 0xfc, - 0x05, - 0x45, - 0xa6, - 0x03, - 0x9f, - 0xab, - 0x03, - 0xe9, - 0x77, - 0x03, - 0x4a, - 0xf8, - 0x02, - 0x21, - 0xe8, - 0x01, - 0xa0, - 0x1e, - 0x01, - 0x89, - 0x03, - 0x01, - 0x7a, - 0xbc, - 0x00, - 0x62, - 0x98, - 0x00, - 0xaa, - 0x1a, - 0x01, - 0x80, - 0x56, - 0x01, - 0x12, - 0x8b, - 0x00, - 0x1d, - 0x38, - 0x00, - 0x92, - 0xec, - 0xff, - 0xaa, - 0x42, - 0xff, - 0x88, - 0x67, - 0x00, - 0xe8, - 0x90, - 0x01, - 0x5d, - 0xcc, - 0x00, - 0x75, - 0x05, - 0x00, - 0x63, - 0xf8, - 0xff, - 0x4a, - 0x40, - 0x00, - 0xf2, - 0x66, - 0x00, - 0x69, - 0x3c, - 0x00, - 0xf1, - 0x16, - 0x00, - 0x8b, - 0x19, - 0x00, - 0x4d, - 0x31, - 0x00, - 0xf4, - 0xb9, - 0xff, - 0xa7, - 0x1d, - 0xff, - 0x06, - 0x21, - 0xff, - 0x90, - 0x46, - 0xff, - 0xd2, - 0x67, - 0xff, - 0xdc, - 0x86, - 0xff, - 0x56, - 0xa4, - 0xff, - 0x1c, - 0xd0, - 0xff, - 0x68, - 0xb2, - 0xff, - 0x4b, - 0x69, - 0xff, - 0xff, - 0x44, - 0xff, - 0x0f, - 0x4a, - 0xff, - 0xa2, - 0x83, - 0xff, - 0xf9, - 0x9f, - 0xff, - 0x35, - 0x88, - 0xff, - 0xdd, - 0xa7, - 0xff, - 0xe6, - 0xab, - 0xff, - 0x45, - 0x8f, - 0xff, - 0x1a, - 0x95, - 0xff, - 0x10, - 0x62, - 0xff, - 0xac, - 0x58, - 0xff, - 0xd4, - 0x6c, - 0xff, - 0xbe, - 0x5d, - 0xff, - 0x96, - 0x80, - 0xff, - 0x88, - 0x75, - 0xff, - 0x8e, - 0x69, - 0xff, - 0xc9, - 0x7c, - 0xff, - 0x44, - 0x77, - 0xff, - 0xbe, - 0xa7, - 0xff, - 0x78, - 0xbb, - 0xff, - 0x7a, - 0xaf, - 0xff, - 0x61, - 0xcb, - 0xff, - 0xb9, - 0xcb, - 0xff, - 0xe6, - 0xb9, - 0xff, - 0xb7, - 0xbf, - 0xff, - 0x13, - 0x67, - 0x03, - 0x26, - 0x2a, - 0x06, - 0xe4, - 0xab, - 0x04, - 0x71, - 0x6e, - 0x03, - 0x35, - 0xc9, - 0x03, - 0x00, - 0xf1, - 0x03, - 0xea, - 0x62, - 0x03, - 0x1a, - 0xfd, - 0x02, - 0xfc, - 0x5b, - 0x02, - 0xe1, - 0x54, - 0x01, - 0xef, - 0x15, - 0x01, - 0x72, - 0xcd, - 0x00, - 0x8a, - 0x81, - 0x00, - 0xd1, - 0xbc, - 0x00, - 0x5e, - 0x8f, - 0x00, - 0x55, - 0xda, - 0xff, - 0xe6, - 0xbd, - 0xff, - 0x24, - 0x7c, - 0x00, - 0x35, - 0xec, - 0x00, - 0xd5, - 0xcf, - 0x00, - 0x7c, - 0x6e, - 0x00, - 0x32, - 0xfe, - 0xff, - 0x63, - 0x1e, - 0x00, - 0xab, - 0xbb, - 0x00, - 0x65, - 0xfe, - 0x00, - 0xaf, - 0xa0, - 0x00, - 0x58, - 0x4d, - 0x00, - 0x2a, - 0xf7, - 0xff, - 0xaa, - 0x5b, - 0xff, - 0xef, - 0x1d, - 0xff, - 0x4f, - 0x39, - 0xff, - 0x39, - 0x40, - 0xff, - 0x1d, - 0x5d, - 0xff, - 0xac, - 0x93, - 0xff, - 0xed, - 0x80, - 0xff, - 0x8c, - 0x60, - 0xff, - 0x31, - 0x87, - 0xff, - 0x39, - 0x72, - 0xff, - 0xfa, - 0x3b, - 0xff, - 0x40, - 0x4d, - 0xff, - 0x48, - 0x7e, - 0xff, - 0xd5, - 0x95, - 0xff, - 0x53, - 0x77, - 0xff, - 0x81, - 0x83, - 0xff, - 0xc9, - 0xa1, - 0xff, - 0x8b, - 0x83, - 0xff, - 0xb5, - 0x6a, - 0xff, - 0x72, - 0x7c, - 0xff, - 0x8d, - 0x87, - 0xff, - 0xfb, - 0x50, - 0xff, - 0x7f, - 0x59, - 0xff, - 0x6d, - 0x85, - 0xff, - 0x64, - 0x62, - 0xff, - 0xf8, - 0x5d, - 0xff, - 0x74, - 0x68, - 0xff, - 0xd5, - 0x81, - 0xff, - 0x5d, - 0x91, - 0xff, - 0xb7, - 0x88, - 0xff, - 0xb7, - 0xc1, - 0xff, - 0x39, - 0xd3, - 0xff, - 0xcc, - 0xb6, - 0xff, - 0x9b, - 0xb0, - 0xff, - 0x44, - 0xbf, - 0xff, - 0xac, - 0xd2, - 0xff, - 0x7e, - 0x42, - 0x03, - 0x09, - 0xdf, - 0x04, - 0x2e, - 0xae, - 0x03, - 0x6d, - 0xa3, - 0x04, - 0x74, - 0x2b, - 0x05, - 0xe0, - 0x5a, - 0x04, - 0x38, - 0x6f, - 0x03, - 0xb5, - 0x56, - 0x02, - 0xb8, - 0x47, - 0x02, - 0xf9, - 0x14, - 0x02, - 0x41, - 0x03, - 0x01, - 0x4d, - 0x7b, - 0x00, - 0x56, - 0x4a, - 0x00, - 0x15, - 0x0c, - 0x00, - 0x48, - 0x34, - 0x00, - 0xda, - 0x4c, - 0x00, - 0x41, - 0x34, - 0x00, - 0x5c, - 0x7c, - 0x00, - 0x53, - 0xa2, - 0x00, - 0x97, - 0x66, - 0x00, - 0x87, - 0x9d, - 0x00, - 0x0a, - 0xec, - 0x00, - 0x04, - 0xc2, - 0x00, - 0xbf, - 0xa7, - 0x00, - 0xf7, - 0xa4, - 0x00, - 0x21, - 0x68, - 0x00, - 0x04, - 0xe1, - 0xff, - 0x8f, - 0x66, - 0xff, - 0xd2, - 0x17, - 0xff, - 0x74, - 0x03, - 0xff, - 0xf3, - 0x55, - 0xff, - 0x7f, - 0x6e, - 0xff, - 0x52, - 0x5a, - 0xff, - 0xc9, - 0x68, - 0xff, - 0x78, - 0x59, - 0xff, - 0xd2, - 0x50, - 0xff, - 0x88, - 0x52, - 0xff, - 0x6c, - 0x4e, - 0xff, - 0x6f, - 0x49, - 0xff, - 0xca, - 0x4e, - 0xff, - 0x41, - 0x6b, - 0xff, - 0x08, - 0x8a, - 0xff, - 0x30, - 0x7a, - 0xff, - 0xb7, - 0x56, - 0xff, - 0x5f, - 0x82, - 0xff, - 0x50, - 0x92, - 0xff, - 0x56, - 0x4e, - 0xff, - 0x73, - 0x5e, - 0xff, - 0x8a, - 0x78, - 0xff, - 0x26, - 0x3a, - 0xff, - 0x30, - 0x58, - 0xff, - 0xd3, - 0x8e, - 0xff, - 0x9f, - 0x57, - 0xff, - 0x4e, - 0x5a, - 0xff, - 0x8c, - 0x86, - 0xff, - 0x24, - 0x87, - 0xff, - 0xe6, - 0x96, - 0xff, - 0x49, - 0x8d, - 0xff, - 0x1e, - 0x87, - 0xff, - 0xbb, - 0xca, - 0xff, - 0xa5, - 0xdb, - 0xff, - 0x91, - 0xa8, - 0xff, - 0x6e, - 0xc5, - 0xff, - 0xf4, - 0xcd, - 0xff, - 0xfb, - 0x0a, - 0x04, - 0x3c, - 0xae, - 0x06, - 0x72, - 0x7d, - 0x04, - 0xad, - 0x82, - 0x04, - 0x76, - 0x1d, - 0x05, - 0x61, - 0x35, - 0x04, - 0x89, - 0x71, - 0x03, - 0x06, - 0xd7, - 0x01, - 0xd6, - 0xcc, - 0x00, - 0x6f, - 0xa8, - 0x00, - 0x43, - 0xab, - 0x00, - 0x80, - 0xd5, - 0x00, - 0xd6, - 0x72, - 0x00, - 0x10, - 0x0f, - 0x00, - 0xa3, - 0x3a, - 0x00, - 0x29, - 0x8e, - 0x00, - 0x4c, - 0x54, - 0x00, - 0xd9, - 0xda, - 0xff, - 0xba, - 0x49, - 0x00, - 0x1b, - 0x05, - 0x01, - 0x1b, - 0x63, - 0x01, - 0x37, - 0x7e, - 0x01, - 0x83, - 0xfb, - 0x00, - 0x40, - 0x32, - 0x00, - 0x44, - 0xa1, - 0xff, - 0xe8, - 0x60, - 0xff, - 0x24, - 0x50, - 0xff, - 0x0e, - 0x39, - 0xff, - 0x06, - 0x4b, - 0xff, - 0x27, - 0x64, - 0xff, - 0x61, - 0x52, - 0xff, - 0xe8, - 0x4e, - 0xff, - 0x03, - 0x4c, - 0xff, - 0xe0, - 0x30, - 0xff, - 0x45, - 0x2f, - 0xff, - 0x59, - 0x54, - 0xff, - 0xfd, - 0x53, - 0xff, - 0x35, - 0x30, - 0xff, - 0xfa, - 0x59, - 0xff, - 0xc8, - 0x6e, - 0xff, - 0x95, - 0x3a, - 0xff, - 0x12, - 0x55, - 0xff, - 0x28, - 0x6a, - 0xff, - 0x6e, - 0x4b, - 0xff, - 0xa4, - 0x61, - 0xff, - 0x60, - 0x83, - 0xff, - 0x0d, - 0x78, - 0xff, - 0x56, - 0x54, - 0xff, - 0x8d, - 0x3d, - 0xff, - 0xb6, - 0x32, - 0xff, - 0x32, - 0x48, - 0xff, - 0x7f, - 0x79, - 0xff, - 0x05, - 0x86, - 0xff, - 0x72, - 0x85, - 0xff, - 0xfb, - 0x98, - 0xff, - 0xde, - 0x8c, - 0xff, - 0x0c, - 0x67, - 0xff, - 0x88, - 0x73, - 0xff, - 0xbe, - 0xac, - 0xff, - 0x44, - 0xd7, - 0xff, - 0x9c, - 0xc6, - 0xff, - 0xd8, - 0xac, - 0xff, - 0xfb, - 0xd2, - 0xff, - 0x10, - 0xde, - 0xff, - 0x53, - 0x4e, - 0x03, - 0xc5, - 0x63, - 0x06, - 0x79, - 0x4f, - 0x05, - 0x33, - 0x0d, - 0x05, - 0xc1, - 0x2b, - 0x05, - 0x98, - 0x2b, - 0x04, - 0xee, - 0x21, - 0x03, - 0xb7, - 0x58, - 0x01, - 0x3c, - 0x9a, - 0x00, - 0xfb, - 0xa5, - 0x00, - 0x05, - 0x85, - 0x00, - 0xfb, - 0xdd, - 0x00, - 0x52, - 0xfd, - 0x00, - 0xb6, - 0xbd, - 0x00, - 0xb0, - 0x58, - 0x00, - 0x71, - 0xf1, - 0xff, - 0x0b, - 0xc1, - 0xff, - 0xa8, - 0x23, - 0x00, - 0x48, - 0xbe, - 0x00, - 0x52, - 0xf8, - 0x00, - 0xfc, - 0x70, - 0x01, - 0x07, - 0xb3, - 0x01, - 0x33, - 0x21, - 0x01, - 0xd1, - 0x60, - 0x00, - 0xe3, - 0x88, - 0xff, - 0x9f, - 0xe6, - 0xfe, - 0x87, - 0xfd, - 0xfe, - 0xdc, - 0x37, - 0xff, - 0x7b, - 0x4e, - 0xff, - 0x8e, - 0x7d, - 0xff, - 0xbe, - 0x66, - 0xff, - 0x0b, - 0x50, - 0xff, - 0x8b, - 0x6d, - 0xff, - 0x51, - 0x30, - 0xff, - 0x76, - 0x12, - 0xff, - 0x2b, - 0x61, - 0xff, - 0xd7, - 0x66, - 0xff, - 0x17, - 0x29, - 0xff, - 0x81, - 0x35, - 0xff, - 0xb4, - 0x4c, - 0xff, - 0x25, - 0x3f, - 0xff, - 0x94, - 0x58, - 0xff, - 0xf7, - 0x4f, - 0xff, - 0x84, - 0x48, - 0xff, - 0xef, - 0x74, - 0xff, - 0x07, - 0x6a, - 0xff, - 0x4f, - 0x4f, - 0xff, - 0x43, - 0x52, - 0xff, - 0xea, - 0x6b, - 0xff, - 0x6b, - 0x52, - 0xff, - 0x9a, - 0x22, - 0xff, - 0x3a, - 0x6b, - 0xff, - 0xc8, - 0x8b, - 0xff, - 0x2d, - 0x74, - 0xff, - 0x3d, - 0xa0, - 0xff, - 0x62, - 0xa3, - 0xff, - 0x5e, - 0x79, - 0xff, - 0x18, - 0x5f, - 0xff, - 0xff, - 0x96, - 0xff, - 0xed, - 0xe5, - 0xff, - 0x07, - 0xcb, - 0xff, - 0xe8, - 0xb9, - 0xff, - 0xe7, - 0xe3, - 0xff, - 0x3b, - 0xe8, - 0xff, - 0xe5, - 0xd3, - 0x02, - 0xc2, - 0x20, - 0x07, - 0x4d, - 0xc3, - 0x05, - 0x51, - 0xb0, - 0x03, - 0x66, - 0xdf, - 0x04, - 0x0e, - 0x6d, - 0x03, - 0x03, - 0x71, - 0x02, - 0x6a, - 0x5e, - 0x02, - 0x55, - 0x89, - 0x00, - 0xac, - 0x3a, - 0x00, - 0x37, - 0x03, - 0x01, - 0x12, - 0x75, - 0x01, - 0x88, - 0x0f, - 0x01, - 0x06, - 0xc9, - 0x00, - 0x80, - 0x85, - 0x00, - 0x3e, - 0x53, - 0xff, - 0xe6, - 0xc2, - 0xff, - 0x99, - 0x91, - 0x00, - 0x61, - 0x7e, - 0x00, - 0x94, - 0xd5, - 0x00, - 0x74, - 0x4f, - 0x01, - 0xba, - 0xc0, - 0x01, - 0xb5, - 0x41, - 0x01, - 0xd4, - 0x78, - 0x00, - 0xa5, - 0xd0, - 0xff, - 0x9e, - 0xe2, - 0xfe, - 0xf1, - 0xe0, - 0xfe, - 0x09, - 0x3c, - 0xff, - 0xba, - 0x13, - 0xff, - 0x18, - 0x21, - 0xff, - 0x3d, - 0x94, - 0xff, - 0x86, - 0x8a, - 0xff, - 0x3e, - 0x40, - 0xff, - 0x88, - 0x66, - 0xff, - 0x49, - 0x35, - 0xff, - 0xee, - 0x02, - 0xff, - 0x01, - 0x55, - 0xff, - 0xcd, - 0x4d, - 0xff, - 0x15, - 0x09, - 0xff, - 0xa0, - 0x2c, - 0xff, - 0x00, - 0x45, - 0xff, - 0xcf, - 0x1e, - 0xff, - 0xa9, - 0x55, - 0xff, - 0x61, - 0x69, - 0xff, - 0x6b, - 0x2b, - 0xff, - 0x46, - 0x45, - 0xff, - 0xf1, - 0x50, - 0xff, - 0x44, - 0x4b, - 0xff, - 0x10, - 0x68, - 0xff, - 0x2f, - 0x44, - 0xff, - 0xb5, - 0x2f, - 0xff, - 0xc8, - 0x54, - 0xff, - 0xde, - 0x50, - 0xff, - 0x18, - 0x64, - 0xff, - 0x0e, - 0xa5, - 0xff, - 0x8d, - 0x9b, - 0xff, - 0x29, - 0x71, - 0xff, - 0x69, - 0x8b, - 0xff, - 0x88, - 0xb4, - 0xff, - 0x45, - 0xb4, - 0xff, - 0xb4, - 0xad, - 0xff, - 0x14, - 0xb1, - 0xff, - 0x82, - 0xe7, - 0xff, - 0xdc, - 0x0c, - 0x00, - 0x3d, - 0x31, - 0x03, - 0xcf, - 0x01, - 0x07, - 0x73, - 0xd0, - 0x04, - 0x26, - 0x34, - 0x03, - 0xca, - 0x34, - 0x04, - 0xfe, - 0xf7, - 0x02, - 0xed, - 0xbf, - 0x02, - 0xcd, - 0x21, - 0x02, - 0x67, - 0xac, - 0x00, - 0x69, - 0xc3, - 0x00, - 0xbc, - 0x0e, - 0x01, - 0x46, - 0x66, - 0x01, - 0xd9, - 0x2c, - 0x01, - 0x0f, - 0x33, - 0x01, - 0x79, - 0xa0, - 0x00, - 0x46, - 0xbc, - 0xff, - 0x1a, - 0x76, - 0x00, - 0x6a, - 0x78, - 0x00, - 0x34, - 0x43, - 0x00, - 0xfc, - 0x8a, - 0x00, - 0xc8, - 0xb8, - 0x00, - 0xad, - 0x2b, - 0x01, - 0x11, - 0x80, - 0x01, - 0x62, - 0xce, - 0x01, - 0xa4, - 0xaa, - 0x00, - 0xb9, - 0x32, - 0xff, - 0x05, - 0x21, - 0xff, - 0x18, - 0xd1, - 0xfe, - 0x37, - 0xdf, - 0xfe, - 0x76, - 0x7a, - 0xff, - 0xce, - 0x6f, - 0xff, - 0xa3, - 0x62, - 0xff, - 0x89, - 0x80, - 0xff, - 0xbb, - 0x80, - 0xff, - 0x4b, - 0x56, - 0xff, - 0x52, - 0x17, - 0xff, - 0x0e, - 0x3d, - 0xff, - 0x5f, - 0x6b, - 0xff, - 0xad, - 0x49, - 0xff, - 0x20, - 0x28, - 0xff, - 0x0b, - 0x1d, - 0xff, - 0xf3, - 0x48, - 0xff, - 0xd5, - 0x4d, - 0xff, - 0xa6, - 0x22, - 0xff, - 0x0d, - 0x3a, - 0xff, - 0x37, - 0x53, - 0xff, - 0xac, - 0x6e, - 0xff, - 0xcf, - 0x5f, - 0xff, - 0xe2, - 0x1d, - 0xff, - 0xd5, - 0x27, - 0xff, - 0x6a, - 0x39, - 0xff, - 0x71, - 0x44, - 0xff, - 0x53, - 0x63, - 0xff, - 0xb7, - 0x5d, - 0xff, - 0xf2, - 0x83, - 0xff, - 0x79, - 0xab, - 0xff, - 0xcf, - 0x74, - 0xff, - 0xf3, - 0x91, - 0xff, - 0xea, - 0xda, - 0xff, - 0xfe, - 0xae, - 0xff, - 0x3e, - 0xc2, - 0xff, - 0xdd, - 0xe4, - 0xff, - 0x8d, - 0xc0, - 0xff, - 0xe6, - 0xdf, - 0xff, - 0xf0, - 0xaa, - 0x03, - 0x01, - 0xe1, - 0x07, - 0x6f, - 0xe8, - 0x04, - 0x1b, - 0x6c, - 0x02, - 0xec, - 0x52, - 0x03, - 0x5e, - 0x4c, - 0x02, - 0x90, - 0x6d, - 0x02, - 0xe5, - 0x0f, - 0x02, - 0x89, - 0x60, - 0x00, - 0x59, - 0x14, - 0x00, - 0xe7, - 0xe8, - 0x00, - 0x06, - 0x1c, - 0x02, - 0x21, - 0x83, - 0x01, - 0x96, - 0xa9, - 0x00, - 0x10, - 0xaa, - 0x00, - 0x77, - 0x9a, - 0x00, - 0xb2, - 0x5c, - 0x00, - 0x98, - 0x6e, - 0x00, - 0xad, - 0x33, - 0x01, - 0x9c, - 0x71, - 0x00, - 0xcb, - 0x2f, - 0x00, - 0xcc, - 0x01, - 0x01, - 0xc3, - 0x96, - 0x00, - 0x1b, - 0xfe, - 0x00, - 0x29, - 0x9e, - 0x01, - 0x7b, - 0x3d, - 0x01, - 0x00, - 0xf6, - 0xff, - 0xf2, - 0x92, - 0xfe, - 0x95, - 0xb4, - 0xfe, - 0xa9, - 0x0c, - 0xff, - 0xea, - 0x47, - 0xff, - 0xde, - 0x9a, - 0xff, - 0xe1, - 0x94, - 0xff, - 0xeb, - 0x97, - 0xff, - 0x41, - 0x66, - 0xff, - 0xf2, - 0x50, - 0xff, - 0x7a, - 0x33, - 0xff, - 0xa5, - 0x13, - 0xff, - 0x35, - 0x65, - 0xff, - 0x0f, - 0x76, - 0xff, - 0xfc, - 0x70, - 0xff, - 0x46, - 0x5b, - 0xff, - 0xc7, - 0x06, - 0xff, - 0xd4, - 0x17, - 0xff, - 0x54, - 0x45, - 0xff, - 0x98, - 0x4c, - 0xff, - 0x91, - 0x49, - 0xff, - 0x2a, - 0x33, - 0xff, - 0x83, - 0x33, - 0xff, - 0xf2, - 0x30, - 0xff, - 0xb1, - 0x37, - 0xff, - 0xb1, - 0x32, - 0xff, - 0x17, - 0x21, - 0xff, - 0x75, - 0x5d, - 0xff, - 0x26, - 0x87, - 0xff, - 0xac, - 0x83, - 0xff, - 0x8f, - 0x91, - 0xff, - 0x70, - 0xa1, - 0xff, - 0xa7, - 0xdc, - 0xff, - 0xe5, - 0xf2, - 0xff, - 0x0d, - 0xcd, - 0xff, - 0xb7, - 0xc7, - 0xff, - 0xd5, - 0xb8, - 0xff, - 0x6e, - 0xaa, - 0xff, - 0x0f, - 0x4f, - 0x04, - 0xf7, - 0x93, - 0x09, - 0x65, - 0xb7, - 0x05, - 0x95, - 0x06, - 0x02, - 0x6b, - 0x0b, - 0x03, - 0x6a, - 0x03, - 0x01, - 0x39, - 0x61, - 0x01, - 0x35, - 0x4a, - 0x02, - 0xe4, - 0xe6, - 0xff, - 0x40, - 0x26, - 0xff, - 0x98, - 0x40, - 0x00, - 0x50, - 0x2c, - 0x02, - 0xda, - 0xd1, - 0x01, - 0x25, - 0xc1, - 0x00, - 0x27, - 0x12, - 0x01, - 0x71, - 0x22, - 0x00, - 0x80, - 0x28, - 0x00, - 0x12, - 0x34, - 0x01, - 0x0d, - 0x14, - 0x01, - 0x98, - 0xab, - 0x00, - 0xbd, - 0x16, - 0x01, - 0x02, - 0xe1, - 0x00, - 0x94, - 0xe3, - 0xff, - 0x3a, - 0xae, - 0x00, - 0x82, - 0x3e, - 0x01, - 0xe1, - 0xcc, - 0x00, - 0x2b, - 0x07, - 0x01, - 0x16, - 0x6f, - 0x00, - 0x98, - 0x26, - 0xff, - 0xeb, - 0xc3, - 0xfe, - 0xb3, - 0x35, - 0xff, - 0x1c, - 0x7e, - 0xff, - 0x5e, - 0x7e, - 0xff, - 0x7f, - 0xa2, - 0xff, - 0xc0, - 0x96, - 0xff, - 0x0e, - 0x59, - 0xff, - 0x4c, - 0x5c, - 0xff, - 0xd2, - 0x78, - 0xff, - 0x8a, - 0x62, - 0xff, - 0x62, - 0x70, - 0xff, - 0x6c, - 0x74, - 0xff, - 0x35, - 0x50, - 0xff, - 0x8f, - 0x69, - 0xff, - 0x98, - 0x62, - 0xff, - 0x68, - 0x2d, - 0xff, - 0x0f, - 0x3f, - 0xff, - 0xe9, - 0x4c, - 0xff, - 0xc7, - 0x02, - 0xff, - 0x40, - 0x05, - 0xff, - 0xbc, - 0x58, - 0xff, - 0x4b, - 0x42, - 0xff, - 0xc7, - 0x27, - 0xff, - 0x21, - 0x42, - 0xff, - 0xe8, - 0x47, - 0xff, - 0xf9, - 0x6e, - 0xff, - 0x1a, - 0x81, - 0xff, - 0x76, - 0x72, - 0xff, - 0x66, - 0xcf, - 0xff, - 0xf1, - 0x25, - 0x00, - 0x81, - 0xeb, - 0xff, - 0xec, - 0xca, - 0xff, - 0x0e, - 0xd0, - 0xff, - 0xef, - 0xa6, - 0xff, - 0x42, - 0xb5, - 0xff, - 0xf9, - 0xb9, - 0x05, - 0x8c, - 0xb3, - 0x0a, - 0x7f, - 0x13, - 0x05, - 0x00, - 0x87, - 0x02, - 0x76, - 0x9e, - 0x03, - 0xae, - 0x1f, - 0x01, - 0x76, - 0xca, - 0x01, - 0xcf, - 0x26, - 0x01, - 0x62, - 0xfc, - 0xfd, - 0x61, - 0x66, - 0xfd, - 0x25, - 0x25, - 0x00, - 0x4a, - 0x41, - 0x03, - 0x5e, - 0x42, - 0x01, - 0xc4, - 0x2a, - 0x00, - 0xbe, - 0x01, - 0x01, - 0xd7, - 0xc9, - 0xff, - 0xa9, - 0x73, - 0x00, - 0x0a, - 0x0f, - 0x01, - 0x34, - 0x7d, - 0x00, - 0xcf, - 0x40, - 0x01, - 0xd7, - 0xbf, - 0x01, - 0x9e, - 0xc2, - 0x00, - 0xff, - 0x34, - 0x00, - 0x65, - 0x8e, - 0x00, - 0x02, - 0x14, - 0x00, - 0xc1, - 0x68, - 0x00, - 0xc7, - 0x14, - 0x01, - 0xbf, - 0x50, - 0x00, - 0xf6, - 0x40, - 0x00, - 0x5e, - 0x68, - 0x00, - 0xc5, - 0x85, - 0xff, - 0xdc, - 0xd2, - 0xfe, - 0x7e, - 0x07, - 0xff, - 0xab, - 0xa9, - 0xff, - 0x34, - 0x9b, - 0xff, - 0xb4, - 0x5d, - 0xff, - 0x38, - 0xb3, - 0xff, - 0x15, - 0xc0, - 0xff, - 0x14, - 0x84, - 0xff, - 0x59, - 0x43, - 0xff, - 0x0a, - 0x1c, - 0xff, - 0x53, - 0x77, - 0xff, - 0xab, - 0xad, - 0xff, - 0x47, - 0x7f, - 0xff, - 0xbd, - 0x3e, - 0xff, - 0x35, - 0x0a, - 0xff, - 0x6c, - 0x1d, - 0xff, - 0x00, - 0x3d, - 0xff, - 0xc0, - 0x38, - 0xff, - 0x26, - 0xfe, - 0xfe, - 0x20, - 0xe6, - 0xfe, - 0x56, - 0x45, - 0xff, - 0xac, - 0x7a, - 0xff, - 0x2c, - 0x5e, - 0xff, - 0xaa, - 0x45, - 0xff, - 0xc6, - 0x4e, - 0xff, - 0x14, - 0x96, - 0xff, - 0xc8, - 0xd8, - 0xff, - 0xe1, - 0xdb, - 0xff, - 0x40, - 0xd3, - 0xff, - 0x7e, - 0xdc, - 0xff, - 0x11, - 0xdf, - 0xff, - 0x2d, - 0xc5, - 0xff, - 0xc6, - 0xaf, - 0xff, - 0xa1, - 0xbe, - 0x06, - 0x09, - 0xc8, - 0x0c, - 0x7e, - 0x7c, - 0x05, - 0x74, - 0x16, - 0x02, - 0x54, - 0x2f, - 0x04, - 0x24, - 0x18, - 0x01, - 0x6e, - 0x97, - 0x01, - 0x69, - 0xbb, - 0x00, - 0xd6, - 0x92, - 0xfc, - 0xbf, - 0x39, - 0xfc, - 0xbc, - 0xed, - 0xff, - 0xec, - 0xdb, - 0x03, - 0x27, - 0x29, - 0x01, - 0x4c, - 0x1b, - 0xff, - 0x69, - 0xfa, - 0xff, - 0x34, - 0x28, - 0xff, - 0x41, - 0x8e, - 0x00, - 0xad, - 0x60, - 0x01, - 0xab, - 0xf1, - 0x00, - 0xe1, - 0x06, - 0x01, - 0xf1, - 0xf6, - 0x00, - 0x41, - 0xfb, - 0x00, - 0x4a, - 0x4d, - 0x00, - 0x23, - 0xa2, - 0x00, - 0x46, - 0xd4, - 0x00, - 0x63, - 0x20, - 0x00, - 0xdc, - 0x08, - 0x00, - 0x41, - 0xde, - 0xff, - 0xa6, - 0x33, - 0x00, - 0x7a, - 0xaf, - 0x00, - 0x8b, - 0x85, - 0x00, - 0x07, - 0xff, - 0xff, - 0x64, - 0x59, - 0xff, - 0xbe, - 0x03, - 0xff, - 0x8e, - 0x1e, - 0xff, - 0x63, - 0xc4, - 0xff, - 0x83, - 0xf8, - 0xff, - 0x53, - 0x7b, - 0xff, - 0xcb, - 0x85, - 0xff, - 0xb1, - 0x9b, - 0xff, - 0x50, - 0x73, - 0xff, - 0xc6, - 0x89, - 0xff, - 0xbd, - 0x57, - 0xff, - 0xf8, - 0x24, - 0xff, - 0x4b, - 0x3d, - 0xff, - 0x9d, - 0x53, - 0xff, - 0x96, - 0x6d, - 0xff, - 0x60, - 0x2c, - 0xff, - 0xca, - 0xdb, - 0xfe, - 0x0e, - 0xed, - 0xfe, - 0x2d, - 0x25, - 0xff, - 0x01, - 0x57, - 0xff, - 0x8b, - 0x45, - 0xff, - 0xbf, - 0x33, - 0xff, - 0xdf, - 0x62, - 0xff, - 0xb0, - 0x96, - 0xff, - 0x87, - 0xa9, - 0xff, - 0xe5, - 0xa3, - 0xff, - 0xf0, - 0x9e, - 0xff, - 0xa9, - 0xa1, - 0xff, - 0x42, - 0xc6, - 0xff, - 0xd6, - 0xe1, - 0xff, - 0x13, - 0xc6, - 0xff, - 0xdf, - 0xb1, - 0xff, - 0xde, - 0x29, - 0x06, - 0x89, - 0x12, - 0x0f, - 0x7e, - 0xb4, - 0x08, - 0x02, - 0x92, - 0x00, - 0x3c, - 0x13, - 0x04, - 0x09, - 0xb5, - 0x01, - 0x22, - 0x60, - 0x00, - 0x51, - 0xfa, - 0x01, - 0xc1, - 0x03, - 0xfc, - 0xbd, - 0x51, - 0xfa, - 0xfc, - 0x30, - 0xff, - 0x45, - 0x13, - 0x04, - 0xeb, - 0x20, - 0x02, - 0x7d, - 0xf9, - 0xfd, - 0x24, - 0x85, - 0xff, - 0x38, - 0xb0, - 0xfe, - 0x89, - 0x3d, - 0xff, - 0xd3, - 0x8f, - 0x01, - 0xdf, - 0xae, - 0x00, - 0xb6, - 0x10, - 0x01, - 0x0b, - 0x5c, - 0x01, - 0xdf, - 0xd7, - 0x00, - 0xfc, - 0xa0, - 0xff, - 0x68, - 0x37, - 0x00, - 0x3f, - 0x7c, - 0x01, - 0x3e, - 0x13, - 0x00, - 0xce, - 0x5a, - 0x00, - 0x80, - 0x1c, - 0x00, - 0xca, - 0xff, - 0xfe, - 0xae, - 0x2f, - 0x00, - 0x82, - 0xc1, - 0x00, - 0x8a, - 0x50, - 0x00, - 0x9f, - 0x0a, - 0x00, - 0x00, - 0x39, - 0x00, - 0x90, - 0xfa, - 0xff, - 0xb9, - 0x34, - 0xff, - 0xf6, - 0x40, - 0xff, - 0x6a, - 0x7f, - 0xff, - 0xa0, - 0xc0, - 0xff, - 0xfd, - 0xf9, - 0xff, - 0x11, - 0xb1, - 0xff, - 0x52, - 0x7f, - 0xff, - 0xb2, - 0x5c, - 0xff, - 0x79, - 0x2e, - 0xff, - 0xab, - 0x49, - 0xff, - 0x77, - 0x57, - 0xff, - 0x99, - 0x43, - 0xff, - 0x6f, - 0x1c, - 0xff, - 0x81, - 0xfc, - 0xfe, - 0xb2, - 0x24, - 0xff, - 0x76, - 0x41, - 0xff, - 0xc3, - 0x2d, - 0xff, - 0x9a, - 0x22, - 0xff, - 0x1a, - 0x4d, - 0xff, - 0x85, - 0x7b, - 0xff, - 0x5d, - 0x94, - 0xff, - 0xc7, - 0xb6, - 0xff, - 0xb4, - 0xab, - 0xff, - 0x6c, - 0x9e, - 0xff, - 0x17, - 0x90, - 0xff, - 0x97, - 0x7e, - 0xff, - 0xee, - 0x97, - 0xff, - 0xb8, - 0xa2, - 0xff, - 0xcc, - 0xd2, - 0xff, - 0xd3, - 0xac, - 0x07, - 0x2b, - 0x03, - 0x12, - 0xfb, - 0x1e, - 0x09, - 0x38, - 0x77, - 0xff, - 0xd2, - 0x82, - 0x04, - 0x15, - 0xaa, - 0x01, - 0x85, - 0x23, - 0x00, - 0x8e, - 0xd5, - 0x01, - 0xaf, - 0x73, - 0xfa, - 0x2b, - 0x3a, - 0xf9, - 0x78, - 0xd1, - 0xff, - 0x8f, - 0xe5, - 0x04, - 0xa8, - 0xa2, - 0x01, - 0x18, - 0x50, - 0xfd, - 0x7f, - 0x27, - 0xff, - 0x4d, - 0xcd, - 0xfd, - 0xf9, - 0x26, - 0xff, - 0x0a, - 0x80, - 0x01, - 0x49, - 0x04, - 0x00, - 0x74, - 0x07, - 0x01, - 0x8e, - 0x38, - 0x01, - 0x44, - 0x4d, - 0x00, - 0x18, - 0x89, - 0xff, - 0x9e, - 0x59, - 0x00, - 0x39, - 0xd1, - 0x00, - 0x4a, - 0xc7, - 0xff, - 0xfa, - 0xde, - 0x00, - 0xef, - 0xcc, - 0xff, - 0xc9, - 0x11, - 0xff, - 0xab, - 0x5b, - 0x00, - 0x21, - 0xa8, - 0xff, - 0xb5, - 0xf7, - 0xff, - 0xdf, - 0xcb, - 0x00, - 0xff, - 0xd1, - 0x00, - 0x9d, - 0x70, - 0x00, - 0x45, - 0xd6, - 0xff, - 0x97, - 0xc8, - 0xff, - 0x6b, - 0x47, - 0xff, - 0x24, - 0x56, - 0xff, - 0x16, - 0xd9, - 0xff, - 0x3f, - 0x91, - 0xff, - 0x03, - 0x98, - 0xff, - 0x09, - 0xc7, - 0xff, - 0x68, - 0xbb, - 0xff, - 0x87, - 0x5c, - 0xff, - 0x1e, - 0xe1, - 0xfe, - 0x80, - 0x07, - 0xff, - 0xd9, - 0x28, - 0xff, - 0x77, - 0x40, - 0xff, - 0x7c, - 0x3e, - 0xff, - 0x3d, - 0xf7, - 0xfe, - 0xc3, - 0x3e, - 0xff, - 0x4c, - 0x6b, - 0xff, - 0xb1, - 0x47, - 0xff, - 0x70, - 0x69, - 0xff, - 0x25, - 0x85, - 0xff, - 0x0b, - 0xa3, - 0xff, - 0xaf, - 0xbd, - 0xff, - 0xfd, - 0xb9, - 0xff, - 0x5a, - 0x88, - 0xff, - 0xbd, - 0x5d, - 0xff, - 0xe1, - 0x83, - 0xff, - 0x56, - 0x9f, - 0xff, - 0x84, - 0xba, - 0xff, - 0x60, - 0xab, - 0x0a, - 0x43, - 0x46, - 0x15, - 0x24, - 0x4f, - 0x07, - 0x94, - 0x13, - 0xff, - 0x7a, - 0x84, - 0x05, - 0xbf, - 0xbd, - 0x00, - 0x73, - 0xd4, - 0x00, - 0xee, - 0xaf, - 0x00, - 0x65, - 0xe3, - 0xf7, - 0xdc, - 0xe1, - 0xf8, - 0x5a, - 0x9c, - 0x01, - 0x92, - 0x18, - 0x06, - 0xee, - 0x0c, - 0x00, - 0x47, - 0x2f, - 0xfd, - 0x1b, - 0xb3, - 0xfe, - 0x04, - 0x8e, - 0xfc, - 0xc4, - 0xd4, - 0xff, - 0x44, - 0x46, - 0x01, - 0x4c, - 0xe4, - 0xff, - 0x1b, - 0x01, - 0x01, - 0x67, - 0x9f, - 0x00, - 0x9d, - 0xdc, - 0xff, - 0xf5, - 0x1c, - 0xff, - 0xe4, - 0x8d, - 0x00, - 0xf2, - 0xab, - 0x00, - 0x13, - 0x77, - 0xff, - 0xdb, - 0x4c, - 0x00, - 0x1b, - 0x4d, - 0xff, - 0xdd, - 0x21, - 0xff, - 0x7a, - 0x22, - 0x00, - 0x54, - 0x41, - 0x00, - 0x07, - 0x33, - 0x00, - 0x88, - 0xf8, - 0xff, - 0x30, - 0xc4, - 0x00, - 0x7b, - 0xd1, - 0x00, - 0xeb, - 0x83, - 0x00, - 0x1d, - 0x8c, - 0x00, - 0x55, - 0xc4, - 0xff, - 0x77, - 0x8c, - 0xff, - 0xff, - 0x37, - 0xff, - 0xd9, - 0x2d, - 0xff, - 0x68, - 0x1a, - 0x00, - 0xf3, - 0x16, - 0x00, - 0x28, - 0x99, - 0xff, - 0x24, - 0x5b, - 0xff, - 0xff, - 0x3b, - 0xff, - 0x58, - 0x43, - 0xff, - 0x07, - 0x1f, - 0xff, - 0x0d, - 0x02, - 0xff, - 0xc8, - 0x0d, - 0xff, - 0x96, - 0x48, - 0xff, - 0xfb, - 0x70, - 0xff, - 0x3d, - 0x5e, - 0xff, - 0x1a, - 0x60, - 0xff, - 0xe4, - 0x5a, - 0xff, - 0x3e, - 0x70, - 0xff, - 0x96, - 0xa3, - 0xff, - 0xaf, - 0xa2, - 0xff, - 0x7e, - 0x9d, - 0xff, - 0xe4, - 0x9e, - 0xff, - 0x0f, - 0xae, - 0xff, - 0xa8, - 0xb2, - 0xff, - 0xfb, - 0x7f, - 0xff, - 0x5b, - 0x80, - 0xff, - 0x8c, - 0x27, - 0x0c, - 0xde, - 0x7b, - 0x18, - 0x0a, - 0x0c, - 0x08, - 0xf3, - 0xf0, - 0xfd, - 0x43, - 0xdb, - 0x05, - 0xd8, - 0x5b, - 0x00, - 0x66, - 0x64, - 0x00, - 0x55, - 0x8a, - 0x00, - 0x85, - 0x0d, - 0xf6, - 0x25, - 0x49, - 0xf8, - 0x3b, - 0xbd, - 0x02, - 0xb3, - 0x6d, - 0x06, - 0xaa, - 0xb6, - 0xff, - 0x2a, - 0x09, - 0xfd, - 0xb0, - 0x41, - 0xfe, - 0x8a, - 0xa6, - 0xfb, - 0xa0, - 0xb5, - 0xff, - 0x85, - 0x4d, - 0x01, - 0x6a, - 0xc7, - 0xff, - 0x22, - 0x39, - 0x01, - 0x94, - 0x36, - 0x00, - 0x1d, - 0x39, - 0xff, - 0xed, - 0xd0, - 0xfe, - 0xb7, - 0x74, - 0x00, - 0x71, - 0x94, - 0x00, - 0x07, - 0x4a, - 0xff, - 0x28, - 0xf2, - 0xff, - 0xf6, - 0x73, - 0xfe, - 0x2f, - 0xba, - 0xfe, - 0x32, - 0x42, - 0x00, - 0x2f, - 0x26, - 0x00, - 0x79, - 0x18, - 0x00, - 0x8f, - 0x12, - 0x00, - 0x92, - 0x07, - 0x01, - 0xf6, - 0x8c, - 0x00, - 0x04, - 0x3b, - 0x00, - 0xa1, - 0x02, - 0x01, - 0xb0, - 0x01, - 0x00, - 0xdd, - 0xef, - 0xff, - 0xfd, - 0x4e, - 0x00, - 0x01, - 0xbe, - 0xff, - 0x19, - 0x82, - 0xff, - 0xe3, - 0x64, - 0xff, - 0xcf, - 0xa9, - 0xff, - 0x2e, - 0x9c, - 0xff, - 0xa8, - 0x50, - 0xff, - 0x97, - 0x57, - 0xff, - 0x8f, - 0x54, - 0xff, - 0x1b, - 0x37, - 0xff, - 0x9b, - 0xed, - 0xfe, - 0xa1, - 0x24, - 0xff, - 0xc8, - 0x8c, - 0xff, - 0xcd, - 0x7d, - 0xff, - 0xc6, - 0x61, - 0xff, - 0xe3, - 0x49, - 0xff, - 0xc0, - 0x4c, - 0xff, - 0x0a, - 0x7e, - 0xff, - 0xa2, - 0xa9, - 0xff, - 0x9d, - 0xb0, - 0xff, - 0xcc, - 0x99, - 0xff, - 0xcc, - 0xa0, - 0xff, - 0x07, - 0xb4, - 0xff, - 0x77, - 0x94, - 0xff, - 0xb0, - 0x7f, - 0xff, - 0x97, - 0x0f, - 0x0c, - 0x59, - 0x37, - 0x1b, - 0xd0, - 0x64, - 0x0b, - 0xcc, - 0x80, - 0xfc, - 0x19, - 0x89, - 0x05, - 0xef, - 0xde, - 0x00, - 0xb7, - 0xa5, - 0xfe, - 0xe3, - 0x26, - 0x01, - 0xc0, - 0x53, - 0xf5, - 0x00, - 0xde, - 0xf6, - 0xf1, - 0x4c, - 0x03, - 0xe8, - 0x3c, - 0x06, - 0xc3, - 0xf1, - 0xff, - 0x5e, - 0xef, - 0xfc, - 0x39, - 0x30, - 0xfe, - 0x00, - 0x47, - 0xfb, - 0xbd, - 0xa6, - 0xfe, - 0x22, - 0x59, - 0x01, - 0x6d, - 0xc4, - 0xff, - 0x17, - 0x63, - 0x01, - 0x42, - 0x0b, - 0x00, - 0x36, - 0xcc, - 0xfe, - 0xd5, - 0x9e, - 0xfe, - 0x87, - 0x07, - 0x00, - 0xff, - 0xb1, - 0x00, - 0xba, - 0xa2, - 0xfe, - 0x30, - 0x9d, - 0xff, - 0x85, - 0xda, - 0xfe, - 0xc7, - 0x1c, - 0xfe, - 0x98, - 0xd4, - 0xff, - 0x3f, - 0xb7, - 0xff, - 0x06, - 0xed, - 0xff, - 0x47, - 0x54, - 0x00, - 0x0b, - 0xb2, - 0x00, - 0xfb, - 0x93, - 0x00, - 0x9c, - 0x1f, - 0x00, - 0xca, - 0x7a, - 0x00, - 0x23, - 0x43, - 0x00, - 0x81, - 0xae, - 0x00, - 0x05, - 0xc0, - 0x00, - 0x5d, - 0xf3, - 0xff, - 0xf6, - 0x22, - 0x00, - 0x5f, - 0xf5, - 0xff, - 0xa8, - 0x4a, - 0xff, - 0x09, - 0xdc, - 0xfe, - 0x44, - 0x10, - 0xff, - 0x65, - 0x8c, - 0xff, - 0x23, - 0x7e, - 0xff, - 0x27, - 0x6a, - 0xff, - 0xbe, - 0x39, - 0xff, - 0xa8, - 0x3f, - 0xff, - 0x49, - 0x65, - 0xff, - 0x2c, - 0x42, - 0xff, - 0xda, - 0x44, - 0xff, - 0x25, - 0x4e, - 0xff, - 0x01, - 0x77, - 0xff, - 0x9d, - 0xb0, - 0xff, - 0x94, - 0xa8, - 0xff, - 0xde, - 0x83, - 0xff, - 0xe7, - 0x6d, - 0xff, - 0xb4, - 0x81, - 0xff, - 0xbb, - 0x98, - 0xff, - 0xfe, - 0x71, - 0xff, - 0xae, - 0x77, - 0xff, - 0x86, - 0x67, - 0x0b, - 0x3c, - 0xf6, - 0x1c, - 0x18, - 0xf6, - 0x0f, - 0xa6, - 0x5e, - 0xfc, - 0xf8, - 0x5b, - 0x04, - 0xca, - 0x16, - 0x02, - 0xaf, - 0xac, - 0xfc, - 0xcc, - 0xda, - 0x00, - 0x7a, - 0x33, - 0xf6, - 0xcf, - 0x71, - 0xf5, - 0xf9, - 0x3e, - 0x03, - 0x7b, - 0xfd, - 0x05, - 0xe8, - 0xe0, - 0xff, - 0xe5, - 0x2c, - 0xfd, - 0x53, - 0x21, - 0xfe, - 0xe9, - 0x93, - 0xfb, - 0x4b, - 0xd3, - 0xfd, - 0x58, - 0xb5, - 0x00, - 0xa0, - 0xae, - 0xff, - 0x88, - 0xc2, - 0x01, - 0x8c, - 0x43, - 0x00, - 0xdb, - 0x6f, - 0xfe, - 0x0b, - 0x99, - 0xfe, - 0x5c, - 0x2b, - 0xff, - 0xa0, - 0xb9, - 0x00, - 0x08, - 0x4e, - 0xff, - 0x6c, - 0xd8, - 0xfe, - 0xf8, - 0xae, - 0xfe, - 0x02, - 0x0a, - 0xfe, - 0x2e, - 0x53, - 0xff, - 0x65, - 0xfc, - 0xff, - 0x39, - 0xc5, - 0xff, - 0x98, - 0x98, - 0xff, - 0xd8, - 0xa2, - 0x00, - 0xb9, - 0x9a, - 0x00, - 0x39, - 0xd6, - 0xff, - 0xb7, - 0xe6, - 0x00, - 0x03, - 0x92, - 0x00, - 0x4a, - 0xfe, - 0xff, - 0xe7, - 0x8a, - 0x00, - 0x2a, - 0x91, - 0x00, - 0xc3, - 0xc5, - 0x00, - 0xa7, - 0x69, - 0x00, - 0xe1, - 0x9a, - 0xff, - 0xc6, - 0x2e, - 0xff, - 0xc0, - 0xf8, - 0xfe, - 0x7b, - 0x05, - 0xff, - 0xa0, - 0x5c, - 0xff, - 0x4a, - 0xb3, - 0xff, - 0x8c, - 0x63, - 0xff, - 0xeb, - 0x41, - 0xff, - 0x84, - 0x5e, - 0xff, - 0x27, - 0x3b, - 0xff, - 0xde, - 0x5e, - 0xff, - 0x06, - 0x78, - 0xff, - 0x7f, - 0x7a, - 0xff, - 0xe3, - 0xab, - 0xff, - 0x41, - 0xcc, - 0xff, - 0xd5, - 0xa1, - 0xff, - 0x8e, - 0x6e, - 0xff, - 0x03, - 0x50, - 0xff, - 0x77, - 0x4a, - 0xff, - 0x22, - 0x57, - 0xff, - 0x14, - 0x66, - 0xff, - 0x01, - 0x68, - 0x0d, - 0xd7, - 0xfc, - 0x1e, - 0xf0, - 0xb8, - 0x0f, - 0xb4, - 0x0b, - 0xfe, - 0x39, - 0xa0, - 0x04, - 0xbe, - 0x60, - 0x00, - 0x1a, - 0xe3, - 0xfc, - 0xcc, - 0xea, - 0xfe, - 0xf3, - 0x2a, - 0xf5, - 0x91, - 0x05, - 0xf7, - 0x0c, - 0x7c, - 0x03, - 0xc5, - 0xe4, - 0x04, - 0x9a, - 0xf9, - 0xfe, - 0x30, - 0xb8, - 0xfd, - 0xe3, - 0x8f, - 0xfd, - 0xe1, - 0xae, - 0xfb, - 0x60, - 0x58, - 0xfe, - 0x91, - 0x5e, - 0xff, - 0x98, - 0xfa, - 0xff, - 0xc9, - 0xeb, - 0x01, - 0xe4, - 0xf2, - 0xff, - 0xd7, - 0x54, - 0xfe, - 0x8a, - 0x00, - 0xfe, - 0xa5, - 0x9b, - 0xff, - 0xa7, - 0x9c, - 0x00, - 0x13, - 0x16, - 0xff, - 0x83, - 0xb8, - 0xfe, - 0x47, - 0x0c, - 0xfe, - 0x0b, - 0x41, - 0xfe, - 0x2d, - 0x2b, - 0xff, - 0xae, - 0x81, - 0xff, - 0xa5, - 0x9f, - 0xff, - 0xdc, - 0x4b, - 0xff, - 0xa3, - 0xa8, - 0x00, - 0x35, - 0xc7, - 0x00, - 0xb9, - 0x12, - 0x00, - 0x22, - 0xae, - 0x00, - 0x81, - 0x05, - 0x00, - 0x1f, - 0x16, - 0x00, - 0xaf, - 0x7d, - 0x00, - 0xf9, - 0x2c, - 0x00, - 0x7f, - 0x75, - 0x00, - 0xa6, - 0x87, - 0x00, - 0x64, - 0x1a, - 0x00, - 0x42, - 0x7c, - 0xff, - 0x67, - 0x78, - 0xff, - 0xa3, - 0x61, - 0xff, - 0x16, - 0x2b, - 0xff, - 0x10, - 0x37, - 0xff, - 0x23, - 0x0b, - 0xff, - 0x8e, - 0x4e, - 0xff, - 0xf0, - 0x7a, - 0xff, - 0x6d, - 0x70, - 0xff, - 0x54, - 0x79, - 0xff, - 0x38, - 0x5b, - 0xff, - 0xd5, - 0x59, - 0xff, - 0x98, - 0xaf, - 0xff, - 0x0f, - 0xde, - 0xff, - 0xaa, - 0x87, - 0xff, - 0xf9, - 0x5e, - 0xff, - 0x66, - 0x52, - 0xff, - 0xc2, - 0x4d, - 0xff, - 0x66, - 0x47, - 0xff, - 0xe3, - 0x57, - 0xff, - 0x34, - 0xeb, - 0x0d, - 0xc3, - 0x71, - 0x1f, - 0x65, - 0x6e, - 0x11, - 0x64, - 0xf7, - 0x00, - 0x5d, - 0x7a, - 0x04, - 0x06, - 0x9c, - 0xff, - 0xfa, - 0xef, - 0xfc, - 0x5a, - 0x77, - 0xfd, - 0x4c, - 0xfa, - 0xf4, - 0x40, - 0x93, - 0xf7, - 0xd0, - 0xd2, - 0x02, - 0x49, - 0xd5, - 0x03, - 0x0f, - 0x0b, - 0xff, - 0x45, - 0x2c, - 0xfe, - 0x45, - 0xd2, - 0xfc, - 0x90, - 0x22, - 0xfc, - 0x78, - 0x7d, - 0xfe, - 0x95, - 0x3c, - 0xfe, - 0x21, - 0x34, - 0x00, - 0x82, - 0xca, - 0x01, - 0x55, - 0x70, - 0xff, - 0xac, - 0x3b, - 0xff, - 0xd1, - 0x64, - 0xfe, - 0xed, - 0x9f, - 0xfe, - 0x53, - 0x5e, - 0x00, - 0xdb, - 0x3d, - 0xff, - 0xfe, - 0xa5, - 0xfe, - 0x81, - 0x6c, - 0xfe, - 0x2f, - 0xe7, - 0xfd, - 0x67, - 0x71, - 0xfe, - 0x0f, - 0x1c, - 0xff, - 0x9b, - 0x7b, - 0xff, - 0x4b, - 0xdb, - 0xff, - 0x0b, - 0xfd, - 0x00, - 0x6f, - 0x87, - 0x00, - 0xfa, - 0xcf, - 0xff, - 0xe1, - 0x99, - 0x00, - 0x38, - 0x35, - 0x00, - 0x79, - 0x16, - 0x00, - 0xae, - 0xfd, - 0xff, - 0x2e, - 0xaf, - 0xff, - 0xf3, - 0x59, - 0x00, - 0xbf, - 0x71, - 0x00, - 0x11, - 0xf6, - 0xff, - 0x25, - 0xa2, - 0xff, - 0xd9, - 0xc6, - 0xff, - 0x21, - 0xa7, - 0xff, - 0x50, - 0x98, - 0xff, - 0xd6, - 0x88, - 0xff, - 0x8f, - 0xe6, - 0xfe, - 0x21, - 0x0d, - 0xff, - 0xf6, - 0x5f, - 0xff, - 0x93, - 0x72, - 0xff, - 0xeb, - 0x94, - 0xff, - 0xc4, - 0x79, - 0xff, - 0xa0, - 0x5d, - 0xff, - 0x8e, - 0x7f, - 0xff, - 0xd8, - 0xa6, - 0xff, - 0x34, - 0x75, - 0xff, - 0x6a, - 0x69, - 0xff, - 0x47, - 0x7e, - 0xff, - 0xc4, - 0x70, - 0xff, - 0xdc, - 0x66, - 0xff, - 0x79, - 0x65, - 0xff, - 0x89, - 0xb3, - 0x0e, - 0xd2, - 0xa0, - 0x1f, - 0x9b, - 0xbe, - 0x11, - 0x64, - 0x10, - 0x04, - 0xe1, - 0xad, - 0x05, - 0x64, - 0x80, - 0xfe, - 0x1f, - 0x3b, - 0xfd, - 0x3d, - 0x11, - 0xfd, - 0xd5, - 0xcc, - 0xf4, - 0x7f, - 0x2d, - 0xf8, - 0x82, - 0x9a, - 0x01, - 0x13, - 0x0a, - 0x02, - 0xea, - 0x79, - 0xff, - 0x89, - 0xf6, - 0xfe, - 0xdb, - 0x0a, - 0xfc, - 0x01, - 0x6f, - 0xfc, - 0x4e, - 0xc6, - 0xfe, - 0x87, - 0x2e, - 0xfd, - 0x0e, - 0xdb, - 0xff, - 0x78, - 0x37, - 0x02, - 0x24, - 0xbe, - 0xff, - 0xe5, - 0xe1, - 0xfe, - 0xa3, - 0xb0, - 0xfe, - 0x70, - 0x0d, - 0xff, - 0x98, - 0x1c, - 0x00, - 0x8f, - 0x52, - 0xff, - 0x99, - 0x26, - 0xfe, - 0xa0, - 0x25, - 0xfe, - 0x94, - 0xd9, - 0xfd, - 0xc5, - 0xf8, - 0xfd, - 0xdb, - 0x95, - 0xff, - 0x11, - 0xe7, - 0xff, - 0x47, - 0x9e, - 0xff, - 0x3b, - 0x9d, - 0x00, - 0x00, - 0x70, - 0x00, - 0x93, - 0x32, - 0x00, - 0xb1, - 0x9c, - 0x00, - 0xe5, - 0xfa, - 0xff, - 0xa6, - 0xb9, - 0xff, - 0x9d, - 0xca, - 0xff, - 0x92, - 0xc4, - 0xff, - 0x04, - 0x12, - 0x00, - 0x5e, - 0x3a, - 0x00, - 0xb5, - 0xb3, - 0xff, - 0xab, - 0x39, - 0xff, - 0xe5, - 0xb0, - 0xff, - 0x46, - 0xe5, - 0xff, - 0xc2, - 0x0b, - 0x00, - 0xc8, - 0xf8, - 0xff, - 0x93, - 0x66, - 0xff, - 0x1b, - 0x46, - 0xff, - 0x67, - 0x1e, - 0xff, - 0x70, - 0x22, - 0xff, - 0x3e, - 0x65, - 0xff, - 0x6e, - 0x83, - 0xff, - 0x99, - 0x79, - 0xff, - 0xe8, - 0x85, - 0xff, - 0xf5, - 0xa3, - 0xff, - 0x9f, - 0x8d, - 0xff, - 0xe1, - 0x84, - 0xff, - 0x22, - 0x77, - 0xff, - 0xb3, - 0x63, - 0xff, - 0xce, - 0x4d, - 0xff, - 0x55, - 0x53, - 0xff, - 0xdd, - 0x36, - 0x0e, - 0x37, - 0xb2, - 0x1f, - 0x4b, - 0x7f, - 0x12, - 0x77, - 0xc2, - 0x05, - 0x30, - 0x80, - 0x08, - 0x0b, - 0x6e, - 0xfe, - 0xcf, - 0x01, - 0xfc, - 0x77, - 0xb1, - 0xfd, - 0xf3, - 0x27, - 0xf5, - 0xaf, - 0x76, - 0xf8, - 0xd6, - 0x37, - 0x00, - 0x24, - 0x09, - 0xff, - 0xda, - 0xfe, - 0xfe, - 0xd8, - 0x53, - 0x00, - 0x8d, - 0x1b, - 0xfc, - 0xa0, - 0x9d, - 0xfc, - 0x0a, - 0xf6, - 0xfe, - 0x08, - 0x9a, - 0xfb, - 0x36, - 0xf6, - 0xff, - 0x5d, - 0xec, - 0x02, - 0x1b, - 0xf9, - 0xfe, - 0x07, - 0x5e, - 0xff, - 0x50, - 0x19, - 0xff, - 0xd4, - 0x8f, - 0xfe, - 0x22, - 0x12, - 0x00, - 0xb3, - 0x80, - 0xff, - 0x22, - 0xd4, - 0xfd, - 0x78, - 0xca, - 0xfd, - 0x57, - 0x45, - 0xfe, - 0x98, - 0xd7, - 0xfd, - 0xaf, - 0xdb, - 0xfe, - 0x13, - 0x87, - 0xff, - 0x72, - 0xa0, - 0xff, - 0x8f, - 0x2f, - 0x01, - 0x3b, - 0xa2, - 0x00, - 0xdf, - 0xae, - 0xff, - 0xf7, - 0x26, - 0x00, - 0xc3, - 0xd2, - 0xff, - 0xe5, - 0x1c, - 0x00, - 0x96, - 0x16, - 0x00, - 0xfd, - 0x72, - 0xff, - 0x70, - 0x73, - 0xff, - 0x1d, - 0x86, - 0xff, - 0xdd, - 0x83, - 0xff, - 0xc3, - 0x7d, - 0xff, - 0x75, - 0xce, - 0xff, - 0x40, - 0x92, - 0xff, - 0xee, - 0xb1, - 0xff, - 0x59, - 0x1d, - 0x00, - 0xe6, - 0xba, - 0xff, - 0x73, - 0xbb, - 0xff, - 0xd4, - 0x64, - 0xff, - 0x44, - 0x04, - 0xff, - 0x19, - 0x1b, - 0xff, - 0xd8, - 0x2d, - 0xff, - 0x6f, - 0x6d, - 0xff, - 0xb0, - 0xbc, - 0xff, - 0x36, - 0xdb, - 0xff, - 0x21, - 0xa1, - 0xff, - 0xaf, - 0xa0, - 0xff, - 0x64, - 0x85, - 0xff, - 0xa4, - 0x41, - 0xff, - 0xc7, - 0x27, - 0xff, - 0x6f, - 0x30, - 0xff, - 0x24, - 0x7c, - 0x0f, - 0x61, - 0xac, - 0x20, - 0xef, - 0xc3, - 0x10, - 0xc8, - 0x73, - 0x06, - 0xe6, - 0x87, - 0x0b, - 0xfd, - 0x46, - 0xfe, - 0x9e, - 0x79, - 0xfb, - 0xf2, - 0x02, - 0xfe, - 0xf4, - 0x86, - 0xf5, - 0x97, - 0x04, - 0xfa, - 0x8b, - 0xd0, - 0xff, - 0x17, - 0x16, - 0xfb, - 0x21, - 0xf1, - 0xfc, - 0xcd, - 0x23, - 0x02, - 0xf4, - 0x0f, - 0xfc, - 0x93, - 0x36, - 0xfc, - 0x94, - 0xb3, - 0x00, - 0x5d, - 0xe5, - 0xfa, - 0x63, - 0xe5, - 0xfe, - 0xfa, - 0xa6, - 0x03, - 0x71, - 0xf6, - 0xfe, - 0x7e, - 0x61, - 0xff, - 0xcd, - 0x71, - 0xff, - 0x3b, - 0x25, - 0xfe, - 0x84, - 0xc3, - 0xff, - 0x74, - 0xdc, - 0xff, - 0xc0, - 0xb5, - 0xfd, - 0x31, - 0xc9, - 0xfd, - 0xbe, - 0xbd, - 0xfe, - 0x2a, - 0x6e, - 0xfd, - 0xfb, - 0x54, - 0xfe, - 0x0a, - 0xaf, - 0xff, - 0x09, - 0x97, - 0xff, - 0xf6, - 0xbe, - 0x00, - 0x58, - 0x3e, - 0x00, - 0x14, - 0xa5, - 0xff, - 0x9e, - 0x65, - 0x00, - 0x25, - 0xf1, - 0xff, - 0x6b, - 0xf7, - 0xff, - 0xae, - 0xbc, - 0xff, - 0x40, - 0x33, - 0xff, - 0xc1, - 0x8f, - 0xff, - 0xd4, - 0x87, - 0xff, - 0xdf, - 0x50, - 0xff, - 0xeb, - 0x48, - 0xff, - 0x68, - 0xa9, - 0xff, - 0xc2, - 0x8c, - 0xff, - 0x2b, - 0xb1, - 0xff, - 0xd0, - 0xff, - 0xff, - 0x37, - 0x59, - 0xff, - 0x2c, - 0x82, - 0xff, - 0xa9, - 0x80, - 0xff, - 0xb0, - 0x45, - 0xff, - 0xe5, - 0x98, - 0xff, - 0xe3, - 0x6b, - 0xff, - 0x3c, - 0x3f, - 0xff, - 0xb1, - 0x94, - 0xff, - 0xf0, - 0xe1, - 0xff, - 0xf1, - 0xbd, - 0xff, - 0xf8, - 0xaf, - 0xff, - 0x88, - 0x87, - 0xff, - 0xff, - 0x40, - 0xff, - 0x59, - 0x2e, - 0xff, - 0x61, - 0x2f, - 0xff, - 0x82, - 0x8b, - 0x10, - 0x53, - 0x64, - 0x22, - 0x86, - 0x21, - 0x0f, - 0x10, - 0x79, - 0x05, - 0x80, - 0x9f, - 0x0e, - 0x56, - 0x30, - 0xfe, - 0xc0, - 0xb7, - 0xfa, - 0xc2, - 0x3b, - 0xff, - 0x68, - 0xa8, - 0xf5, - 0x2d, - 0x03, - 0xfc, - 0x63, - 0x31, - 0x00, - 0xf1, - 0xc8, - 0xf6, - 0x4c, - 0xfb, - 0xf9, - 0x52, - 0x61, - 0x03, - 0xe5, - 0x5b, - 0xfc, - 0xb5, - 0x7f, - 0xfb, - 0xd6, - 0x97, - 0x02, - 0x7e, - 0x97, - 0xfa, - 0xcc, - 0x2b, - 0xfe, - 0x47, - 0xb7, - 0x04, - 0x51, - 0xec, - 0xfd, - 0x65, - 0xf6, - 0xfe, - 0xe0, - 0x4b, - 0x00, - 0xd0, - 0x67, - 0xfe, - 0x60, - 0x83, - 0xff, - 0x1f, - 0xc6, - 0xff, - 0x0d, - 0xa2, - 0xfd, - 0x5e, - 0x43, - 0xfd, - 0x32, - 0x3a, - 0xff, - 0x79, - 0xe3, - 0xfd, - 0x17, - 0xe5, - 0xfd, - 0xdc, - 0x1c, - 0xff, - 0xe4, - 0x1f, - 0xff, - 0x63, - 0xc1, - 0x00, - 0x07, - 0x3d, - 0x00, - 0xd0, - 0x83, - 0xff, - 0x7b, - 0x26, - 0x00, - 0x19, - 0x57, - 0xff, - 0x34, - 0xae, - 0xff, - 0x6f, - 0x11, - 0x00, - 0x39, - 0x6c, - 0xff, - 0xcc, - 0xa2, - 0xff, - 0x0c, - 0x86, - 0xff, - 0x8a, - 0xf3, - 0xfe, - 0xbd, - 0x2c, - 0xff, - 0xd7, - 0xf3, - 0xff, - 0xd3, - 0x94, - 0xff, - 0xb0, - 0x59, - 0xff, - 0xe0, - 0x94, - 0xff, - 0x7d, - 0xec, - 0xfe, - 0x3f, - 0x4b, - 0xff, - 0x98, - 0x9b, - 0xff, - 0x16, - 0x5f, - 0xff, - 0x87, - 0xc3, - 0xff, - 0x8b, - 0xc2, - 0xff, - 0x0a, - 0x80, - 0xff, - 0x37, - 0xaa, - 0xff, - 0x5f, - 0xc4, - 0xff, - 0xa5, - 0x7a, - 0xff, - 0x7f, - 0xbf, - 0xff, - 0xd1, - 0xd5, - 0xff, - 0x2c, - 0x4c, - 0xff, - 0x60, - 0x14, - 0xff, - 0x6b, - 0x21, - 0xff, - 0xea, - 0x84, - 0x12, - 0x17, - 0x91, - 0x24, - 0x9e, - 0x24, - 0x0c, - 0x03, - 0x3d, - 0x04, - 0x73, - 0xf0, - 0x11, - 0x94, - 0x02, - 0xfd, - 0xbc, - 0xfc, - 0xf9, - 0xb9, - 0x59, - 0x01, - 0x0b, - 0xd2, - 0xf5, - 0xbc, - 0x75, - 0xfe, - 0x35, - 0xe6, - 0x01, - 0x12, - 0x8d, - 0xf2, - 0x33, - 0x98, - 0xf5, - 0x9e, - 0x88, - 0x04, - 0x7d, - 0xde, - 0xfd, - 0xaa, - 0xf7, - 0xf9, - 0x07, - 0xe8, - 0x03, - 0xd4, - 0xc0, - 0xfb, - 0xf6, - 0xee, - 0xfc, - 0x85, - 0x14, - 0x05, - 0x4e, - 0xa0, - 0xfd, - 0x37, - 0x87, - 0xfe, - 0xc1, - 0x37, - 0x01, - 0x30, - 0xe5, - 0xfe, - 0x94, - 0x36, - 0xff, - 0x42, - 0x76, - 0xff, - 0x62, - 0xcd, - 0xfd, - 0x29, - 0x30, - 0xfd, - 0x87, - 0x42, - 0xff, - 0x62, - 0xc7, - 0xfd, - 0x70, - 0x56, - 0xfd, - 0xf0, - 0x16, - 0xff, - 0x92, - 0x6f, - 0xff, - 0x26, - 0xd3, - 0x00, - 0x41, - 0x74, - 0xff, - 0xb7, - 0x89, - 0xfe, - 0x40, - 0x08, - 0x00, - 0xbf, - 0xa3, - 0xff, - 0xa5, - 0xfd, - 0xff, - 0x63, - 0x33, - 0x00, - 0x4e, - 0x3a, - 0xff, - 0x71, - 0x5e, - 0xff, - 0x5e, - 0xa0, - 0xff, - 0x38, - 0x2d, - 0xff, - 0x6e, - 0x1a, - 0xff, - 0x51, - 0xc7, - 0xff, - 0x00, - 0x6b, - 0xff, - 0x30, - 0x3c, - 0xff, - 0x86, - 0x92, - 0xff, - 0x50, - 0xe1, - 0xfe, - 0x4d, - 0x1c, - 0xff, - 0xbd, - 0x75, - 0xff, - 0xb3, - 0x4d, - 0xff, - 0xa4, - 0xc0, - 0xff, - 0xf1, - 0xe5, - 0xff, - 0x83, - 0x9e, - 0xff, - 0xf9, - 0xcb, - 0xff, - 0xd0, - 0xfb, - 0xff, - 0x81, - 0x88, - 0xff, - 0xd4, - 0xa5, - 0xff, - 0x64, - 0xc3, - 0xff, - 0x74, - 0x5d, - 0xff, - 0xd5, - 0x38, - 0xff, - 0xe8, - 0x27, - 0xff, - 0x49, - 0xaf, - 0x14, - 0x29, - 0x7f, - 0x27, - 0xd2, - 0x09, - 0x09, - 0xd5, - 0x92, - 0x01, - 0xc2, - 0x7f, - 0x15, - 0xba, - 0xdf, - 0xfb, - 0x64, - 0x89, - 0xf7, - 0x45, - 0xb7, - 0x03, - 0x27, - 0x1e, - 0xf6, - 0xd2, - 0xdf, - 0x00, - 0x6a, - 0x6e, - 0x05, - 0xd2, - 0x4f, - 0xee, - 0xc8, - 0xf2, - 0xef, - 0x18, - 0x08, - 0x05, - 0x91, - 0x24, - 0x00, - 0xb8, - 0x8a, - 0xf9, - 0x57, - 0xca, - 0x03, - 0xf9, - 0x5e, - 0xfc, - 0x98, - 0x66, - 0xfc, - 0x94, - 0x29, - 0x05, - 0x0f, - 0xb8, - 0xfd, - 0x82, - 0xec, - 0xfd, - 0x03, - 0x3e, - 0x01, - 0x50, - 0x96, - 0xff, - 0x27, - 0x7f, - 0xff, - 0x31, - 0x56, - 0xff, - 0xb5, - 0xd0, - 0xfd, - 0xee, - 0x76, - 0xfc, - 0x18, - 0xaa, - 0xfe, - 0x3f, - 0x37, - 0xfe, - 0x0d, - 0x8e, - 0xfd, - 0xb9, - 0xbd, - 0xfe, - 0x39, - 0xf0, - 0xfe, - 0x40, - 0x51, - 0x00, - 0x79, - 0x1d, - 0xff, - 0xc8, - 0xa3, - 0xfe, - 0xa4, - 0x0f, - 0x00, - 0xf7, - 0x44, - 0xff, - 0x8f, - 0xb6, - 0xff, - 0x0c, - 0x5b, - 0x00, - 0xab, - 0xbc, - 0xff, - 0x1d, - 0xa5, - 0xff, - 0x00, - 0x6c, - 0xff, - 0x23, - 0x91, - 0xfe, - 0x65, - 0x95, - 0xfe, - 0x52, - 0xc5, - 0xff, - 0x1b, - 0xa4, - 0xff, - 0x4e, - 0x65, - 0xff, - 0x3d, - 0x71, - 0xff, - 0x4c, - 0xbe, - 0xfe, - 0x1b, - 0x02, - 0xff, - 0x31, - 0x42, - 0xff, - 0x48, - 0x4c, - 0xff, - 0x67, - 0xdd, - 0xff, - 0x62, - 0xfb, - 0xff, - 0xb9, - 0x9a, - 0xff, - 0x65, - 0xb7, - 0xff, - 0xdc, - 0xe4, - 0xff, - 0x54, - 0x8c, - 0xff, - 0x0b, - 0xde, - 0xff, - 0xcc, - 0xe9, - 0xff, - 0x11, - 0x48, - 0xff, - 0x49, - 0x06, - 0xff, - 0xf9, - 0x11, - 0xff, - 0x9c, - 0x84, - 0x15, - 0x15, - 0x76, - 0x2b, - 0x1d, - 0x26, - 0x09, - 0x3d, - 0x61, - 0xfb, - 0xbf, - 0x48, - 0x17, - 0x84, - 0xa5, - 0xfe, - 0xe1, - 0xf1, - 0xf3, - 0xe5, - 0xe8, - 0x05, - 0x63, - 0x46, - 0xf7, - 0x83, - 0x25, - 0x01, - 0x3d, - 0xd0, - 0x0a, - 0x55, - 0x69, - 0xed, - 0x0a, - 0x98, - 0xe9, - 0x9d, - 0x1d, - 0x03, - 0x85, - 0x43, - 0x03, - 0xdd, - 0x0c, - 0xfa, - 0x31, - 0xec, - 0x02, - 0xd6, - 0x2a, - 0xfe, - 0x83, - 0x75, - 0xfb, - 0x99, - 0x87, - 0x04, - 0x8d, - 0x83, - 0xfe, - 0x23, - 0xfc, - 0xfc, - 0xc0, - 0x08, - 0x01, - 0x07, - 0x6c, - 0x00, - 0xc6, - 0x94, - 0x00, - 0x07, - 0xef, - 0xfe, - 0xc3, - 0x1f, - 0xfd, - 0xa3, - 0x8b, - 0xfc, - 0x02, - 0x72, - 0xfe, - 0x4a, - 0xce, - 0xfe, - 0x4e, - 0x54, - 0xfd, - 0x93, - 0x73, - 0xfd, - 0x11, - 0xce, - 0xfe, - 0x52, - 0x3c, - 0x01, - 0x17, - 0x54, - 0xff, - 0x51, - 0xcf, - 0xfd, - 0x06, - 0xcc, - 0xff, - 0x5e, - 0x3b, - 0xff, - 0xc1, - 0xdd, - 0xff, - 0x83, - 0xf4, - 0x00, - 0x83, - 0xc2, - 0xff, - 0xfe, - 0x57, - 0xff, - 0x35, - 0x2e, - 0xff, - 0x61, - 0x6d, - 0xfe, - 0x23, - 0xa3, - 0xfe, - 0x5c, - 0xf1, - 0xff, - 0x6e, - 0xad, - 0xff, - 0x91, - 0x41, - 0xff, - 0xf7, - 0x64, - 0xff, - 0xee, - 0x9b, - 0xfe, - 0xe9, - 0xe2, - 0xfe, - 0xaf, - 0x51, - 0xff, - 0x79, - 0x55, - 0xff, - 0x98, - 0xda, - 0xff, - 0x63, - 0x19, - 0x00, - 0x3a, - 0xc1, - 0xff, - 0x4f, - 0xc1, - 0xff, - 0x85, - 0xf6, - 0xff, - 0x0e, - 0x79, - 0xff, - 0xbf, - 0xaf, - 0xff, - 0x3c, - 0xf4, - 0xff, - 0x80, - 0x78, - 0xff, - 0xa8, - 0x1b, - 0xff, - 0xa6, - 0xfc, - 0xfe, - 0xc6, - 0x99, - 0x18, - 0xf2, - 0xf6, - 0x30, - 0xcc, - 0x41, - 0x07, - 0x92, - 0x63, - 0xf4, - 0x15, - 0x61, - 0x16, - 0xa1, - 0xd6, - 0xff, - 0xc7, - 0xbf, - 0xf3, - 0x58, - 0xb4, - 0x07, - 0x25, - 0x17, - 0xf7, - 0xab, - 0x84, - 0x00, - 0x4f, - 0xa9, - 0x0e, - 0xfe, - 0x75, - 0xee, - 0x04, - 0x5b, - 0xe5, - 0xaf, - 0x85, - 0x00, - 0xe0, - 0x4e, - 0x04, - 0x03, - 0xe8, - 0xfb, - 0x40, - 0x17, - 0x03, - 0x90, - 0x77, - 0xfe, - 0x7a, - 0x3c, - 0xfb, - 0x81, - 0x2d, - 0x03, - 0xfa, - 0xcf, - 0xfe, - 0x67, - 0x9c, - 0xfc, - 0xce, - 0x86, - 0x00, - 0xb0, - 0x3b, - 0x01, - 0xe1, - 0xb8, - 0x00, - 0xc6, - 0x8a, - 0xfe, - 0xf2, - 0xac, - 0xfc, - 0xf8, - 0xb9, - 0xfc, - 0x07, - 0x0b, - 0xfe, - 0x48, - 0x22, - 0xfe, - 0xd0, - 0x95, - 0xfd, - 0xf7, - 0x60, - 0xfd, - 0xfd, - 0x04, - 0xff, - 0x11, - 0x9b, - 0x01, - 0x20, - 0x00, - 0xff, - 0x0a, - 0x33, - 0xfd, - 0x20, - 0xb3, - 0xff, - 0x5e, - 0xb0, - 0xff, - 0x1f, - 0xed, - 0xff, - 0x91, - 0xab, - 0x00, - 0x01, - 0x4d, - 0xff, - 0xa1, - 0x29, - 0xff, - 0xa8, - 0x94, - 0xff, - 0x48, - 0x8b, - 0xfe, - 0x06, - 0x55, - 0xfe, - 0x73, - 0xbf, - 0xff, - 0x24, - 0xb3, - 0xff, - 0x50, - 0x65, - 0xff, - 0x61, - 0x65, - 0xff, - 0x41, - 0x6b, - 0xfe, - 0x37, - 0xc4, - 0xfe, - 0x5b, - 0x41, - 0xff, - 0x7d, - 0x3d, - 0xff, - 0xad, - 0xc7, - 0xff, - 0x7c, - 0x2e, - 0x00, - 0x6e, - 0xd9, - 0xff, - 0x36, - 0xc4, - 0xff, - 0x3b, - 0x02, - 0x00, - 0x61, - 0x64, - 0xff, - 0x8e, - 0x95, - 0xff, - 0x3c, - 0xf7, - 0xff, - 0xd3, - 0x8d, - 0xff, - 0x66, - 0x19, - 0xff, - 0xe1, - 0xdb, - 0xfe, - 0x88, - 0x3e, - 0x1d, - 0xe4, - 0xb9, - 0x35, - 0x36, - 0x73, - 0x02, - 0x61, - 0x8d, - 0xf0, - 0xa0, - 0x38, - 0x16, - 0x34, - 0xe4, - 0xfd, - 0x18, - 0x9d, - 0xf5, - 0x1f, - 0x02, - 0x09, - 0x4d, - 0x2b, - 0xf5, - 0x35, - 0xac, - 0x01, - 0xa7, - 0x10, - 0x13, - 0x8d, - 0x9f, - 0xee, - 0x14, - 0xa0, - 0xe1, - 0x62, - 0xc6, - 0xff, - 0x63, - 0x36, - 0x04, - 0xd3, - 0xa2, - 0xfd, - 0x85, - 0x5c, - 0x04, - 0x53, - 0x2f, - 0xfd, - 0xfa, - 0xac, - 0xfb, - 0xfd, - 0xfe, - 0x01, - 0xf5, - 0x64, - 0xfe, - 0xd8, - 0x5a, - 0xfd, - 0xae, - 0xcc, - 0xff, - 0x6d, - 0x5e, - 0x01, - 0x79, - 0x8d, - 0x00, - 0xe1, - 0x9d, - 0xfe, - 0x56, - 0x6b, - 0xfc, - 0x99, - 0x01, - 0xfc, - 0xea, - 0xbb, - 0xfd, - 0x57, - 0xf8, - 0xfd, - 0x3e, - 0x8c, - 0xfe, - 0x68, - 0xa1, - 0xfd, - 0x7f, - 0xe1, - 0xfe, - 0x65, - 0xcf, - 0x01, - 0xc5, - 0xad, - 0xfe, - 0xb2, - 0x6c, - 0xfd, - 0xd3, - 0xc8, - 0xff, - 0xdc, - 0x5e, - 0xff, - 0x5a, - 0x87, - 0xff, - 0x77, - 0x5c, - 0x00, - 0xe4, - 0xb0, - 0xff, - 0xb4, - 0x50, - 0xff, - 0xe1, - 0x6d, - 0xff, - 0xf3, - 0x4b, - 0xfe, - 0x7e, - 0x50, - 0xfe, - 0xfa, - 0x18, - 0x00, - 0xe1, - 0x8d, - 0xff, - 0x55, - 0x4e, - 0xff, - 0x01, - 0x59, - 0xff, - 0xa6, - 0x73, - 0xfe, - 0x4e, - 0xfe, - 0xfe, - 0x14, - 0x07, - 0xff, - 0xb1, - 0x15, - 0xff, - 0x43, - 0xc8, - 0xff, - 0xfc, - 0x3d, - 0x00, - 0x57, - 0xf0, - 0xff, - 0xed, - 0xa3, - 0xff, - 0xdb, - 0xce, - 0xff, - 0x8f, - 0x44, - 0xff, - 0xbe, - 0xae, - 0xff, - 0x1b, - 0x22, - 0x00, - 0xd0, - 0x9b, - 0xff, - 0x69, - 0x09, - 0xff, - 0xc6, - 0xcf, - 0xfe, - 0xf1, - 0xb1, - 0x1f, - 0x49, - 0x89, - 0x3b, - 0x22, - 0x31, - 0x02, - 0xa1, - 0xb8, - 0xe8, - 0x39, - 0x49, - 0x12, - 0x51, - 0x35, - 0xfe, - 0xf9, - 0x5a, - 0xf8, - 0xc1, - 0xfa, - 0x0b, - 0x4c, - 0xeb, - 0xf1, - 0x7e, - 0x82, - 0xff, - 0xfb, - 0x0d, - 0x17, - 0xb0, - 0xc8, - 0xf0, - 0xc6, - 0x12, - 0xe0, - 0x7f, - 0x60, - 0xfe, - 0x64, - 0x59, - 0x03, - 0xf1, - 0x99, - 0xfd, - 0x0e, - 0x76, - 0x05, - 0x58, - 0x6b, - 0xfd, - 0x69, - 0xe4, - 0xfa, - 0x68, - 0x09, - 0x01, - 0x05, - 0x47, - 0xfe, - 0x70, - 0x46, - 0xfd, - 0x0a, - 0xd8, - 0xfe, - 0x53, - 0x57, - 0x01, - 0x14, - 0x97, - 0x00, - 0x17, - 0x1d, - 0xfe, - 0x7e, - 0xc4, - 0xfb, - 0xd8, - 0x4d, - 0xfb, - 0x19, - 0x8d, - 0xfd, - 0x61, - 0x2e, - 0xfe, - 0x07, - 0x5a, - 0xff, - 0x51, - 0xce, - 0xfd, - 0x2f, - 0x7b, - 0xfe, - 0x17, - 0x11, - 0x02, - 0xfd, - 0xf7, - 0xfe, - 0x6e, - 0x58, - 0xfd, - 0xb0, - 0x3f, - 0xff, - 0x8c, - 0xb7, - 0xfe, - 0x9e, - 0x7c, - 0xff, - 0x67, - 0xb0, - 0x00, - 0x39, - 0xa5, - 0xff, - 0xee, - 0x04, - 0xff, - 0x41, - 0x2a, - 0xff, - 0xa5, - 0x4c, - 0xfe, - 0x99, - 0x82, - 0xfe, - 0x63, - 0xf3, - 0xff, - 0x55, - 0x5e, - 0xff, - 0x9a, - 0x92, - 0xff, - 0x0f, - 0x91, - 0xff, - 0x16, - 0x04, - 0xfe, - 0x97, - 0xac, - 0xfe, - 0x0e, - 0x12, - 0xff, - 0x69, - 0x28, - 0xff, - 0x94, - 0xfc, - 0xff, - 0xf2, - 0x2b, - 0x00, - 0xff, - 0xb2, - 0xff, - 0xf1, - 0x7c, - 0xff, - 0x11, - 0xcf, - 0xff, - 0x71, - 0x30, - 0xff, - 0x82, - 0x77, - 0xff, - 0x94, - 0x14, - 0x00, - 0x1d, - 0x8d, - 0xff, - 0x4e, - 0x12, - 0xff, - 0x8c, - 0xec, - 0xfe, - 0x6d, - 0x8b, - 0x23, - 0x9b, - 0xbd, - 0x40, - 0x54, - 0xac, - 0xff, - 0x17, - 0x41, - 0xe4, - 0xd9, - 0x9b, - 0x0f, - 0xf4, - 0x6f, - 0xfc, - 0x53, - 0x55, - 0xfd, - 0x76, - 0x85, - 0x0d, - 0x84, - 0xbc, - 0xed, - 0x04, - 0x16, - 0x01, - 0x7e, - 0x9c, - 0x19, - 0x8e, - 0x6f, - 0xf2, - 0x7b, - 0xd6, - 0xe1, - 0x1c, - 0xbc, - 0xfc, - 0x6a, - 0x6c, - 0x01, - 0x71, - 0xa9, - 0xfd, - 0x96, - 0x2c, - 0x07, - 0x53, - 0xb2, - 0xfe, - 0xb4, - 0xe1, - 0xf9, - 0x2d, - 0xfd, - 0xff, - 0x22, - 0x69, - 0xfe, - 0xeb, - 0x8c, - 0xfd, - 0x73, - 0x6f, - 0xfe, - 0xa2, - 0x28, - 0x01, - 0xfd, - 0x7e, - 0x00, - 0x60, - 0xa5, - 0xfd, - 0x6e, - 0xf2, - 0xfb, - 0x19, - 0xf9, - 0xfa, - 0x2f, - 0x2a, - 0xfd, - 0xbd, - 0xd4, - 0xfe, - 0xad, - 0xe6, - 0xff, - 0x14, - 0x1c, - 0xfe, - 0x04, - 0xc5, - 0xfe, - 0x88, - 0xae, - 0x02, - 0x7f, - 0xf4, - 0xfe, - 0xac, - 0xc9, - 0xfc, - 0x5a, - 0x49, - 0xff, - 0x18, - 0xc3, - 0xfe, - 0x0d, - 0xa6, - 0xff, - 0x9e, - 0x99, - 0x00, - 0xc6, - 0x80, - 0xff, - 0xe3, - 0x34, - 0xff, - 0x3c, - 0x2e, - 0xff, - 0xf6, - 0x88, - 0xfe, - 0xa1, - 0x7c, - 0xfe, - 0xa3, - 0xb1, - 0xff, - 0x08, - 0x8f, - 0xff, - 0xf7, - 0xe6, - 0xff, - 0x70, - 0xa2, - 0xff, - 0xd3, - 0xd8, - 0xfd, - 0xb0, - 0x99, - 0xfe, - 0xb3, - 0xfe, - 0xfe, - 0x20, - 0x21, - 0xff, - 0x16, - 0x27, - 0x00, - 0xbc, - 0x44, - 0x00, - 0x11, - 0xb1, - 0xff, - 0xe5, - 0x74, - 0xff, - 0xda, - 0xc8, - 0xff, - 0x2a, - 0x31, - 0xff, - 0x24, - 0x66, - 0xff, - 0x60, - 0xf7, - 0xff, - 0x9d, - 0x79, - 0xff, - 0x3c, - 0x0a, - 0xff, - 0x20, - 0xf4, - 0xfe, - 0xac, - 0xb0, - 0x27, - 0x78, - 0xc9, - 0x44, - 0x63, - 0x05, - 0xfc, - 0x0a, - 0xa9, - 0xe1, - 0xb0, - 0x4a, - 0x0d, - 0xbe, - 0xd9, - 0xf9, - 0x9c, - 0xb1, - 0x01, - 0x2d, - 0xf8, - 0x0c, - 0x7f, - 0xa7, - 0xea, - 0xe7, - 0x6e, - 0x03, - 0x00, - 0x83, - 0x1a, - 0x90, - 0xbe, - 0xf4, - 0x39, - 0x46, - 0xe3, - 0xe6, - 0xc5, - 0xfa, - 0x36, - 0xd6, - 0xff, - 0x90, - 0xf6, - 0xfc, - 0x81, - 0x66, - 0x09, - 0xe1, - 0x3e, - 0xff, - 0x46, - 0xf7, - 0xf7, - 0x04, - 0xe2, - 0xff, - 0x41, - 0x8e, - 0xfe, - 0x32, - 0x77, - 0xfd, - 0xdc, - 0xb7, - 0xfd, - 0x77, - 0x9e, - 0x00, - 0x31, - 0x47, - 0x00, - 0x02, - 0x8b, - 0xfd, - 0x56, - 0x73, - 0xfc, - 0xe8, - 0xf9, - 0xf9, - 0x91, - 0xa0, - 0xfc, - 0x75, - 0x8f, - 0xff, - 0xfa, - 0x28, - 0x00, - 0x02, - 0x8d, - 0xfe, - 0x7f, - 0x24, - 0xff, - 0x39, - 0xb5, - 0x02, - 0xfe, - 0x65, - 0xfe, - 0x10, - 0xc9, - 0xfc, - 0x9f, - 0x99, - 0xff, - 0xf5, - 0x55, - 0xfe, - 0x6e, - 0x94, - 0xff, - 0xdd, - 0x98, - 0x00, - 0x2c, - 0xb2, - 0xff, - 0x5c, - 0x7c, - 0xff, - 0xbb, - 0x25, - 0xff, - 0xdc, - 0x7f, - 0xfe, - 0xf8, - 0x2c, - 0xfe, - 0x44, - 0x9f, - 0xff, - 0x77, - 0xda, - 0xff, - 0x26, - 0xf5, - 0xff, - 0xdb, - 0x62, - 0xff, - 0xdd, - 0xc4, - 0xfd, - 0x1f, - 0xac, - 0xfe, - 0xb5, - 0xe8, - 0xfe, - 0x9b, - 0x12, - 0xff, - 0x93, - 0x37, - 0x00, - 0x55, - 0x40, - 0x00, - 0xba, - 0x95, - 0xff, - 0x1a, - 0x84, - 0xff, - 0x05, - 0xce, - 0xff, - 0x7f, - 0x31, - 0xff, - 0x89, - 0x5f, - 0xff, - 0xba, - 0xd2, - 0xff, - 0xba, - 0x6a, - 0xff, - 0xe5, - 0x04, - 0xff, - 0x83, - 0x0a, - 0xff, - 0xd7, - 0x51, - 0x29, - 0x75, - 0x82, - 0x48, - 0x45, - 0x52, - 0xfc, - 0xf7, - 0x6c, - 0xde, - 0x45, - 0x04, - 0x0b, - 0x9d, - 0xc5, - 0xf8, - 0xe9, - 0xb2, - 0x02, - 0x85, - 0x3f, - 0x0d, - 0x22, - 0xf6, - 0xe9, - 0x8d, - 0xef, - 0x02, - 0x2f, - 0xe8, - 0x1a, - 0x1a, - 0xba, - 0xf9, - 0x44, - 0x5c, - 0xe4, - 0x8c, - 0x08, - 0xf8, - 0x49, - 0x4e, - 0xff, - 0x96, - 0x17, - 0xfb, - 0xc2, - 0x1a, - 0x0b, - 0x19, - 0xac, - 0x00, - 0x84, - 0xe0, - 0xf5, - 0x0d, - 0x61, - 0x00, - 0xc1, - 0xd0, - 0xfe, - 0xba, - 0xc9, - 0xfc, - 0x05, - 0xdd, - 0xfc, - 0xce, - 0x7f, - 0x00, - 0xd6, - 0x7c, - 0x00, - 0xdd, - 0x5a, - 0xfd, - 0x83, - 0x07, - 0xfd, - 0xe7, - 0xee, - 0xf8, - 0xbd, - 0x28, - 0xfc, - 0x0d, - 0x41, - 0x00, - 0x06, - 0x4e, - 0x00, - 0xed, - 0x3c, - 0xff, - 0xa0, - 0x0e, - 0xff, - 0x78, - 0x40, - 0x02, - 0x00, - 0x6b, - 0xfe, - 0xe5, - 0x03, - 0xfd, - 0x22, - 0x68, - 0xff, - 0x93, - 0xee, - 0xfd, - 0x8a, - 0xd1, - 0xff, - 0x66, - 0xc6, - 0x00, - 0x0e, - 0x10, - 0x00, - 0xd9, - 0xc4, - 0xff, - 0x25, - 0x24, - 0xff, - 0x94, - 0x6c, - 0xfe, - 0x84, - 0xd5, - 0xfd, - 0x2f, - 0xaf, - 0xff, - 0x1f, - 0xec, - 0xff, - 0xfa, - 0xbf, - 0xff, - 0xae, - 0x66, - 0xff, - 0x1e, - 0xc5, - 0xfd, - 0xdc, - 0x90, - 0xfe, - 0xde, - 0xe4, - 0xfe, - 0x81, - 0x1d, - 0xff, - 0x09, - 0x46, - 0x00, - 0x37, - 0x4c, - 0x00, - 0xfa, - 0x87, - 0xff, - 0x7b, - 0x6d, - 0xff, - 0x2a, - 0xd1, - 0xff, - 0xdb, - 0x38, - 0xff, - 0xe5, - 0x52, - 0xff, - 0x5a, - 0xe5, - 0xff, - 0xb0, - 0x7b, - 0xff, - 0xf9, - 0xf8, - 0xfe, - 0xe3, - 0x07, - 0xff, - 0x22, - 0x5e, - 0x28, - 0x3c, - 0x7f, - 0x4b, - 0xcb, - 0x9b, - 0x00, - 0x57, - 0xec, - 0xda, - 0x4c, - 0x94, - 0x08, - 0xa8, - 0xc1, - 0xf8, - 0x5e, - 0xaa, - 0x00, - 0x3e, - 0x79, - 0x0e, - 0x20, - 0x5e, - 0xea, - 0x81, - 0xe6, - 0xff, - 0x9c, - 0xdc, - 0x1a, - 0x58, - 0x52, - 0x00, - 0x37, - 0x59, - 0xe6, - 0x72, - 0x08, - 0xf4, - 0x02, - 0x2b, - 0xff, - 0x07, - 0xb2, - 0xf8, - 0xde, - 0x3e, - 0x0b, - 0x0c, - 0xa6, - 0x03, - 0x6c, - 0x03, - 0xf4, - 0x75, - 0x78, - 0x00, - 0x4f, - 0x27, - 0xff, - 0xd7, - 0xb8, - 0xfb, - 0x07, - 0x38, - 0xfc, - 0x14, - 0x7d, - 0x00, - 0x74, - 0xbc, - 0x00, - 0x91, - 0xa0, - 0xfc, - 0xc9, - 0xdc, - 0xfd, - 0x6a, - 0x97, - 0xf8, - 0x9e, - 0x42, - 0xfb, - 0x02, - 0xd1, - 0x00, - 0xc5, - 0x4e, - 0x00, - 0x3c, - 0x98, - 0xff, - 0xd6, - 0xad, - 0xfe, - 0xcf, - 0xc7, - 0x01, - 0x83, - 0xac, - 0xfe, - 0xc2, - 0xce, - 0xfc, - 0xea, - 0x47, - 0xff, - 0xdd, - 0xfd, - 0xfd, - 0x20, - 0xe6, - 0xff, - 0x1e, - 0xde, - 0x00, - 0x18, - 0x89, - 0x00, - 0x12, - 0x18, - 0x00, - 0x11, - 0xd7, - 0xfe, - 0x4c, - 0x5c, - 0xfe, - 0x35, - 0xe3, - 0xfd, - 0x57, - 0x83, - 0xff, - 0x15, - 0xb1, - 0xff, - 0x63, - 0xa6, - 0xff, - 0x30, - 0x77, - 0xff, - 0x72, - 0x98, - 0xfd, - 0xdd, - 0x57, - 0xfe, - 0xeb, - 0x02, - 0xff, - 0x3a, - 0x54, - 0xff, - 0xe2, - 0x4a, - 0x00, - 0x6e, - 0x31, - 0x00, - 0x15, - 0x84, - 0xff, - 0xad, - 0x5d, - 0xff, - 0x4b, - 0xc8, - 0xff, - 0x74, - 0x3a, - 0xff, - 0x31, - 0x41, - 0xff, - 0x9a, - 0xef, - 0xff, - 0xdc, - 0x7e, - 0xff, - 0x10, - 0x04, - 0xff, - 0xf3, - 0x17, - 0xff, - 0xce, - 0x9e, - 0x29, - 0x4d, - 0x41, - 0x4d, - 0x80, - 0xfa, - 0x00, - 0x1b, - 0x23, - 0xdb, - 0xde, - 0x59, - 0x07, - 0x7d, - 0xbf, - 0xf6, - 0x70, - 0x80, - 0x00, - 0xe8, - 0xc5, - 0x0d, - 0x4c, - 0xfa, - 0xe9, - 0xd8, - 0xb8, - 0xfe, - 0xae, - 0x68, - 0x1a, - 0xce, - 0x53, - 0x05, - 0xe2, - 0x95, - 0xe8, - 0x70, - 0xf6, - 0xf1, - 0x92, - 0xb5, - 0xfd, - 0x77, - 0x03, - 0xf7, - 0x50, - 0xd4, - 0x0b, - 0xd3, - 0xdd, - 0x04, - 0xa5, - 0xef, - 0xf3, - 0x4f, - 0x58, - 0x00, - 0x88, - 0xfb, - 0xfe, - 0x04, - 0x5d, - 0xfb, - 0xce, - 0x89, - 0xfb, - 0xf1, - 0xd3, - 0x00, - 0xf9, - 0x53, - 0x00, - 0xc7, - 0x2f, - 0xfc, - 0x8e, - 0xcf, - 0xfe, - 0x47, - 0x78, - 0xf8, - 0x8e, - 0x1c, - 0xfb, - 0x4d, - 0xfc, - 0x00, - 0x99, - 0x29, - 0x00, - 0xb1, - 0x4a, - 0xff, - 0xe5, - 0x82, - 0xfe, - 0x33, - 0xaf, - 0x01, - 0xfd, - 0x42, - 0xfe, - 0xb3, - 0x2b, - 0xfd, - 0x86, - 0x85, - 0xff, - 0xbc, - 0xea, - 0xfd, - 0x4b, - 0x1a, - 0x00, - 0xf7, - 0x24, - 0x01, - 0xeb, - 0xf5, - 0x00, - 0x10, - 0xdc, - 0xff, - 0x57, - 0xb6, - 0xfe, - 0xc0, - 0xac, - 0xfe, - 0x0a, - 0xde, - 0xfd, - 0xda, - 0x41, - 0xff, - 0x2e, - 0x9f, - 0xff, - 0x47, - 0xb5, - 0xff, - 0x4f, - 0x31, - 0xff, - 0x52, - 0x86, - 0xfd, - 0x94, - 0x67, - 0xfe, - 0x87, - 0x07, - 0xff, - 0xe4, - 0x8f, - 0xff, - 0xca, - 0x5c, - 0x00, - 0x81, - 0x1f, - 0x00, - 0x87, - 0x81, - 0xff, - 0x33, - 0x56, - 0xff, - 0x90, - 0xbd, - 0xff, - 0xfc, - 0x45, - 0xff, - 0xa8, - 0x39, - 0xff, - 0xe2, - 0xe2, - 0xff, - 0x7c, - 0x76, - 0xff, - 0xae, - 0xff, - 0xfe, - 0xa6, - 0x35, - 0xff, - 0x62, - 0xb3, - 0x2c, - 0x08, - 0x7f, - 0x4d, - 0xa4, - 0xd1, - 0xfd, - 0x1f, - 0xc3, - 0xde, - 0x5c, - 0x4e, - 0x06, - 0x9c, - 0xb6, - 0xf2, - 0x6b, - 0x99, - 0x02, - 0x48, - 0x91, - 0x0b, - 0x3b, - 0x5c, - 0xe8, - 0x87, - 0x88, - 0xfe, - 0x3e, - 0x5f, - 0x1a, - 0x94, - 0x3e, - 0x08, - 0x4d, - 0x00, - 0xea, - 0x17, - 0x8e, - 0xf2, - 0xe4, - 0xda, - 0xfa, - 0xda, - 0xe7, - 0xf5, - 0x28, - 0xae, - 0x0c, - 0x8b, - 0x18, - 0x04, - 0xb5, - 0xa7, - 0xf5, - 0x25, - 0x4e, - 0xff, - 0x86, - 0x78, - 0xfe, - 0x2d, - 0x06, - 0xfc, - 0x0d, - 0x65, - 0xfa, - 0xaa, - 0xfd, - 0x00, - 0xa6, - 0x69, - 0xff, - 0xde, - 0x8c, - 0xfc, - 0x6d, - 0x6f, - 0xff, - 0x94, - 0x60, - 0xf8, - 0xa2, - 0xa6, - 0xfb, - 0x22, - 0x36, - 0x00, - 0x7d, - 0xdf, - 0xff, - 0x5c, - 0xce, - 0xfe, - 0xd4, - 0x4d, - 0xfe, - 0xd1, - 0xad, - 0x01, - 0x75, - 0xeb, - 0xfd, - 0x61, - 0xed, - 0xfd, - 0xff, - 0x67, - 0xff, - 0x56, - 0xec, - 0xfd, - 0xba, - 0xac, - 0x00, - 0xb9, - 0xf3, - 0x00, - 0x63, - 0xae, - 0x00, - 0x24, - 0xd8, - 0xff, - 0xb4, - 0xef, - 0xfe, - 0xde, - 0x78, - 0xfe, - 0x04, - 0xd7, - 0xfd, - 0xe8, - 0x57, - 0xff, - 0xbc, - 0x59, - 0xff, - 0x90, - 0x90, - 0xff, - 0x10, - 0x0a, - 0xff, - 0x95, - 0x9c, - 0xfd, - 0x46, - 0x94, - 0xfe, - 0x79, - 0x13, - 0xff, - 0x2a, - 0x8d, - 0xff, - 0xaa, - 0x51, - 0x00, - 0xcf, - 0x0d, - 0x00, - 0x17, - 0x6a, - 0xff, - 0xad, - 0x69, - 0xff, - 0x1b, - 0xce, - 0xff, - 0x09, - 0x41, - 0xff, - 0xbe, - 0x1f, - 0xff, - 0xeb, - 0xc3, - 0xff, - 0x47, - 0x62, - 0xff, - 0x5d, - 0x01, - 0xff, - 0x12, - 0x4c, - 0xff, - 0xa1, - 0x88, - 0x29, - 0x13, - 0xe9, - 0x4d, - 0x57, - 0xee, - 0x04, - 0xbd, - 0x2e, - 0xdf, - 0x10, - 0x88, - 0x04, - 0x4f, - 0x6a, - 0xf1, - 0x9d, - 0xad, - 0xff, - 0x22, - 0x57, - 0x0e, - 0x91, - 0xe7, - 0xe6, - 0x70, - 0xdd, - 0xf9, - 0x86, - 0xf0, - 0x1a, - 0x2a, - 0xbf, - 0x0b, - 0x44, - 0x52, - 0xee, - 0xd2, - 0x13, - 0xf2, - 0x81, - 0x68, - 0xf9, - 0x63, - 0xeb, - 0xf3, - 0x6d, - 0x5f, - 0x0a, - 0x67, - 0x95, - 0x06, - 0xb1, - 0x10, - 0xf7, - 0x05, - 0x02, - 0xfe, - 0xf8, - 0xee, - 0xfd, - 0x58, - 0x0e, - 0xfd, - 0x02, - 0xd8, - 0xf9, - 0x09, - 0xc4, - 0xff, - 0xb3, - 0x3a, - 0x00, - 0x29, - 0x61, - 0xfc, - 0xc0, - 0x76, - 0x00, - 0x87, - 0x46, - 0xf9, - 0x79, - 0x46, - 0xfa, - 0xbe, - 0xbe, - 0xff, - 0x6a, - 0x9e, - 0xff, - 0xaf, - 0x6e, - 0xfe, - 0x8c, - 0x5b, - 0xfe, - 0x37, - 0x1e, - 0x02, - 0xba, - 0xef, - 0xfd, - 0x73, - 0xe1, - 0xfd, - 0x0c, - 0x14, - 0x00, - 0xd7, - 0x0d, - 0xfe, - 0xda, - 0x76, - 0x00, - 0xad, - 0x8c, - 0x00, - 0x75, - 0xa9, - 0x00, - 0xd9, - 0x27, - 0x00, - 0x02, - 0xb2, - 0xfe, - 0x7d, - 0x9e, - 0xfe, - 0x37, - 0x0b, - 0xfe, - 0x5a, - 0x26, - 0xff, - 0x02, - 0x1e, - 0xff, - 0x43, - 0x7f, - 0xff, - 0x69, - 0x32, - 0xff, - 0x75, - 0xca, - 0xfd, - 0x9c, - 0xe6, - 0xfe, - 0x95, - 0x1c, - 0xff, - 0x63, - 0x64, - 0xff, - 0x70, - 0x31, - 0x00, - 0x4f, - 0xe2, - 0xff, - 0x27, - 0x83, - 0xff, - 0xe2, - 0x91, - 0xff, - 0x62, - 0xe6, - 0xff, - 0xa0, - 0x3e, - 0xff, - 0x81, - 0x04, - 0xff, - 0x6d, - 0x9f, - 0xff, - 0xae, - 0x4b, - 0xff, - 0xda, - 0x13, - 0xff, - 0xb3, - 0x5f, - 0xff, - 0x3e, - 0x2e, - 0x27, - 0x00, - 0xfb, - 0x4c, - 0x72, - 0x73, - 0x0a, - 0x75, - 0x68, - 0xe2, - 0xc7, - 0x03, - 0x03, - 0xd2, - 0x2b, - 0xef, - 0x47, - 0x1f, - 0xfe, - 0x24, - 0x65, - 0x10, - 0x8f, - 0x55, - 0xe5, - 0x49, - 0x99, - 0xf5, - 0x04, - 0x3b, - 0x1b, - 0x94, - 0xed, - 0x0d, - 0x93, - 0x63, - 0xf2, - 0x2d, - 0x95, - 0xf4, - 0xfb, - 0xcf, - 0xf7, - 0x18, - 0xeb, - 0xf0, - 0x3f, - 0xbf, - 0x08, - 0x8c, - 0x1a, - 0x08, - 0x6e, - 0x6d, - 0xf8, - 0xfa, - 0xc0, - 0xfd, - 0x78, - 0xf8, - 0xfc, - 0x4c, - 0x42, - 0xfd, - 0x78, - 0x4d, - 0xfa, - 0x86, - 0x27, - 0xff, - 0xa0, - 0xf0, - 0x00, - 0x78, - 0xf1, - 0xfc, - 0x40, - 0xa8, - 0x00, - 0xf5, - 0x75, - 0xf9, - 0xeb, - 0xc4, - 0xf9, - 0x72, - 0xe5, - 0xfe, - 0xc1, - 0xe1, - 0xfe, - 0x75, - 0x70, - 0xff, - 0x8e, - 0xd4, - 0xfe, - 0xbc, - 0xd8, - 0x01, - 0x2c, - 0x60, - 0xfe, - 0xd1, - 0x0a, - 0xfe, - 0xcb, - 0x86, - 0x00, - 0x71, - 0xcd, - 0xfd, - 0xcd, - 0x2b, - 0x00, - 0xb8, - 0xa8, - 0x00, - 0x34, - 0x37, - 0x00, - 0xb7, - 0x3c, - 0x00, - 0x64, - 0xdd, - 0xfe, - 0x27, - 0xc0, - 0xfe, - 0x51, - 0x28, - 0xfe, - 0xe3, - 0x0d, - 0xff, - 0x55, - 0x10, - 0xff, - 0xdc, - 0x5c, - 0xff, - 0x7e, - 0x81, - 0xff, - 0xb9, - 0x25, - 0xfe, - 0x30, - 0x22, - 0xff, - 0x74, - 0x33, - 0xff, - 0x30, - 0x14, - 0xff, - 0x46, - 0x23, - 0x00, - 0x6a, - 0xf6, - 0xff, - 0x7f, - 0x85, - 0xff, - 0x4c, - 0xb7, - 0xff, - 0xbe, - 0x00, - 0x00, - 0x31, - 0x29, - 0xff, - 0xfc, - 0xdd, - 0xfe, - 0xa4, - 0x89, - 0xff, - 0x79, - 0x49, - 0xff, - 0xd9, - 0x2a, - 0xff, - 0x1e, - 0x86, - 0xff, - 0x1d, - 0xdb, - 0x28, - 0xb7, - 0xdc, - 0x4a, - 0xa1, - 0xca, - 0x08, - 0x7c, - 0xa7, - 0xe9, - 0xa9, - 0xe0, - 0x01, - 0x16, - 0x9b, - 0xea, - 0xe9, - 0xc3, - 0x01, - 0xcf, - 0x93, - 0x0e, - 0x4a, - 0xf1, - 0xe2, - 0x59, - 0xd7, - 0xf4, - 0x1e, - 0x6d, - 0x1a, - 0x91, - 0x53, - 0x0f, - 0x55, - 0x51, - 0xf4, - 0xd6, - 0x65, - 0xf9, - 0x46, - 0x3f, - 0xf6, - 0xcb, - 0x17, - 0xed, - 0x6e, - 0xa9, - 0x09, - 0xee, - 0x69, - 0x07, - 0x3f, - 0x11, - 0xf9, - 0x7b, - 0x34, - 0xfe, - 0x22, - 0xf4, - 0xfb, - 0x8d, - 0xa2, - 0xfc, - 0x99, - 0x37, - 0xfb, - 0x27, - 0xde, - 0x00, - 0x01, - 0x1c, - 0x00, - 0xcd, - 0x2e, - 0xfd, - 0xd4, - 0x12, - 0x01, - 0xd7, - 0x8d, - 0xf8, - 0xf8, - 0xc2, - 0xf9, - 0x9b, - 0xbe, - 0xfe, - 0xc9, - 0xeb, - 0xfe, - 0xd8, - 0xee, - 0xff, - 0xe6, - 0x6d, - 0xff, - 0x95, - 0xce, - 0x01, - 0xf2, - 0x6a, - 0xfe, - 0x02, - 0x62, - 0xfe, - 0x89, - 0x2b, - 0x00, - 0x4b, - 0xf8, - 0xfd, - 0xfd, - 0xe5, - 0xff, - 0x29, - 0x07, - 0x00, - 0x3e, - 0x80, - 0x00, - 0x46, - 0x1b, - 0x00, - 0x43, - 0xa2, - 0xfe, - 0xe4, - 0x10, - 0xff, - 0xab, - 0x69, - 0xfe, - 0x20, - 0x05, - 0xff, - 0x53, - 0xf0, - 0xfe, - 0x79, - 0x6e, - 0xff, - 0xe1, - 0xab, - 0xff, - 0x82, - 0x83, - 0xfe, - 0xae, - 0x52, - 0xff, - 0xd0, - 0xde, - 0xfe, - 0x5d, - 0x1e, - 0xff, - 0x90, - 0x5f, - 0x00, - 0xe7, - 0xdc, - 0xff, - 0x9d, - 0xa0, - 0xff, - 0x9e, - 0xc5, - 0xff, - 0xe3, - 0xde, - 0xff, - 0x8a, - 0x18, - 0xff, - 0x8a, - 0xdc, - 0xfe, - 0x56, - 0x93, - 0xff, - 0xbd, - 0x29, - 0xff, - 0xae, - 0x46, - 0xff, - 0xd4, - 0xac, - 0xff, - 0xf0, - 0x80, - 0x27, - 0x18, - 0x3b, - 0x48, - 0xab, - 0xd3, - 0x0b, - 0x67, - 0x69, - 0xef, - 0x17, - 0x41, - 0x00, - 0xe1, - 0xb3, - 0xe8, - 0x92, - 0x50, - 0x01, - 0x62, - 0x2f, - 0x0d, - 0xa2, - 0xbe, - 0xe4, - 0xb1, - 0x31, - 0xf1, - 0x9e, - 0x02, - 0x17, - 0x97, - 0x9f, - 0x13, - 0x63, - 0x39, - 0xf6, - 0x5f, - 0xf3, - 0xfc, - 0xe5, - 0x0f, - 0xf8, - 0xfb, - 0xdd, - 0xe7, - 0xc7, - 0x89, - 0x08, - 0x6b, - 0x20, - 0x08, - 0x85, - 0x30, - 0xf8, - 0x21, - 0x53, - 0xff, - 0x5b, - 0xeb, - 0xfb, - 0x2a, - 0x72, - 0xfb, - 0x67, - 0x78, - 0xfc, - 0x91, - 0xfd, - 0x01, - 0xaf, - 0xee, - 0xfe, - 0x51, - 0xb5, - 0xfd, - 0xbf, - 0x83, - 0x01, - 0x6b, - 0x0b, - 0xf7, - 0x8f, - 0xac, - 0xfa, - 0x5e, - 0x9e, - 0xff, - 0x26, - 0x02, - 0xfe, - 0xce, - 0x9d, - 0x00, - 0xfe, - 0x35, - 0x00, - 0x42, - 0x40, - 0x01, - 0x7d, - 0x4d, - 0xfe, - 0x61, - 0xdd, - 0xfe, - 0xc3, - 0x47, - 0x00, - 0x56, - 0x73, - 0xfd, - 0x03, - 0x8b, - 0xff, - 0x2e, - 0x0c, - 0x00, - 0xf5, - 0x3c, - 0x00, - 0xec, - 0xfb, - 0xff, - 0x5c, - 0xcf, - 0xfe, - 0x56, - 0x4d, - 0xff, - 0xdb, - 0x8b, - 0xfe, - 0x8c, - 0x1f, - 0xff, - 0x3c, - 0x0a, - 0xff, - 0x86, - 0x3b, - 0xff, - 0x34, - 0xe8, - 0xff, - 0x2d, - 0xba, - 0xfe, - 0xce, - 0x23, - 0xff, - 0x08, - 0x06, - 0xff, - 0xf7, - 0x43, - 0xff, - 0x59, - 0x62, - 0x00, - 0x01, - 0xcc, - 0xff, - 0x02, - 0x9d, - 0xff, - 0x22, - 0xbc, - 0xff, - 0x8e, - 0xe7, - 0xff, - 0x3c, - 0x51, - 0xff, - 0xf3, - 0xe8, - 0xfe, - 0x02, - 0x8b, - 0xff, - 0xc9, - 0x00, - 0xff, - 0x8c, - 0x34, - 0xff, - 0x21, - 0xc0, - 0xff, - 0x9e, - 0x22, - 0x25, - 0x0d, - 0x3c, - 0x45, - 0xba, - 0x98, - 0x0f, - 0x2d, - 0x4b, - 0xf4, - 0xe5, - 0x1c, - 0xff, - 0xb5, - 0xe8, - 0xe7, - 0x5d, - 0x0c, - 0xff, - 0x63, - 0xeb, - 0x0a, - 0x46, - 0xcf, - 0xe8, - 0x15, - 0x6a, - 0xee, - 0x66, - 0xbc, - 0x10, - 0xf1, - 0x49, - 0x18, - 0xd4, - 0x00, - 0xf9, - 0x5f, - 0x42, - 0xfe, - 0xcc, - 0xe5, - 0xfc, - 0xaa, - 0x46, - 0xe3, - 0x1c, - 0xf2, - 0x03, - 0xbc, - 0xe4, - 0x09, - 0x7b, - 0xdc, - 0xf6, - 0x31, - 0xde, - 0xff, - 0x97, - 0xcb, - 0xfd, - 0x2f, - 0x39, - 0xfa, - 0xcd, - 0xcc, - 0xfb, - 0x62, - 0xac, - 0x02, - 0x4c, - 0x36, - 0xff, - 0x1d, - 0xb6, - 0xfc, - 0x25, - 0xf7, - 0x01, - 0x3f, - 0xa8, - 0xf7, - 0x3c, - 0x2f, - 0xfa, - 0xb3, - 0xec, - 0x00, - 0x0d, - 0x2e, - 0xfe, - 0x0f, - 0x0e, - 0x00, - 0x75, - 0x7f, - 0x00, - 0xf1, - 0xe4, - 0x00, - 0xc2, - 0x90, - 0xfe, - 0xb6, - 0x9f, - 0xfe, - 0x40, - 0xdf, - 0xff, - 0x99, - 0xac, - 0xfd, - 0xcf, - 0x6f, - 0xff, - 0xd3, - 0xa7, - 0xff, - 0xce, - 0x94, - 0xff, - 0x8c, - 0x39, - 0x00, - 0xbd, - 0x25, - 0xff, - 0xe0, - 0x75, - 0xff, - 0x11, - 0xbc, - 0xfe, - 0xd3, - 0xf3, - 0xfe, - 0xef, - 0x40, - 0xff, - 0x34, - 0x0c, - 0xff, - 0x46, - 0xeb, - 0xff, - 0x9c, - 0xd0, - 0xfe, - 0xc0, - 0xf9, - 0xfe, - 0xa0, - 0x6d, - 0xff, - 0x89, - 0x43, - 0xff, - 0x59, - 0x2c, - 0x00, - 0xc0, - 0x9f, - 0xff, - 0x5b, - 0x86, - 0xff, - 0x0c, - 0xcf, - 0xff, - 0x9a, - 0x19, - 0x00, - 0x99, - 0xa9, - 0xff, - 0xd6, - 0xcd, - 0xfe, - 0x91, - 0x84, - 0xff, - 0x8a, - 0xe9, - 0xfe, - 0x24, - 0xf2, - 0xfe, - 0xcd, - 0xcd, - 0xff, - 0xea, - 0x04, - 0x23, - 0xcd, - 0x62, - 0x42, - 0x58, - 0xce, - 0x11, - 0xe1, - 0x19, - 0xf8, - 0xa9, - 0x7c, - 0x00, - 0x05, - 0x60, - 0xe8, - 0x05, - 0x03, - 0xfc, - 0x74, - 0x8e, - 0x08, - 0x8c, - 0xed, - 0xeb, - 0xe1, - 0xd4, - 0xed, - 0xbb, - 0x35, - 0x0b, - 0xad, - 0xd1, - 0x1a, - 0x44, - 0xd3, - 0xfd, - 0xed, - 0xab, - 0xfd, - 0xe0, - 0x98, - 0x01, - 0xdb, - 0xb9, - 0xe2, - 0x23, - 0x93, - 0xfc, - 0x32, - 0xcf, - 0x0b, - 0x03, - 0x12, - 0xf7, - 0xcc, - 0x7f, - 0xfe, - 0x59, - 0x34, - 0x00, - 0xcd, - 0xb3, - 0xf9, - 0xed, - 0xc6, - 0xfb, - 0x47, - 0x50, - 0x02, - 0x97, - 0xc6, - 0xfe, - 0x53, - 0xda, - 0xfc, - 0x11, - 0x9c, - 0x02, - 0x09, - 0x13, - 0xf9, - 0x4f, - 0xb8, - 0xf9, - 0xb4, - 0x20, - 0x02, - 0x68, - 0x2f, - 0xfe, - 0x9a, - 0x09, - 0xff, - 0xf8, - 0x91, - 0x01, - 0x95, - 0x58, - 0x00, - 0x51, - 0x57, - 0xfe, - 0xa8, - 0x88, - 0xfe, - 0xef, - 0xdc, - 0xff, - 0xd5, - 0xf9, - 0xfd, - 0x71, - 0xe2, - 0xfe, - 0xd3, - 0xf2, - 0xff, - 0xe7, - 0x5b, - 0xff, - 0x23, - 0x16, - 0x00, - 0x85, - 0x93, - 0xff, - 0xd9, - 0xbb, - 0xff, - 0xaa, - 0x21, - 0xff, - 0x1e, - 0xbf, - 0xfe, - 0xe5, - 0x49, - 0xff, - 0xec, - 0x06, - 0xff, - 0xf5, - 0xdd, - 0xff, - 0xe5, - 0x0a, - 0xff, - 0x90, - 0xfa, - 0xfe, - 0x8d, - 0xc7, - 0xff, - 0x6f, - 0x28, - 0xff, - 0xe8, - 0xba, - 0xff, - 0xfb, - 0xc3, - 0xff, - 0xf0, - 0x9c, - 0xff, - 0x8a, - 0xe7, - 0xff, - 0x12, - 0x58, - 0x00, - 0x2f, - 0xcb, - 0xff, - 0x05, - 0xeb, - 0xfe, - 0xc7, - 0x79, - 0xff, - 0xf9, - 0xba, - 0xfe, - 0x2c, - 0xc7, - 0xfe, - 0xe8, - 0xdb, - 0xff, - 0x40, - 0x1a, - 0x22, - 0x41, - 0xad, - 0x40, - 0x11, - 0x22, - 0x11, - 0x01, - 0x24, - 0xf9, - 0xa3, - 0xf5, - 0x03, - 0x2e, - 0x99, - 0xe9, - 0xb3, - 0x9c, - 0xf7, - 0x64, - 0x5e, - 0x07, - 0xa9, - 0x7f, - 0xee, - 0xad, - 0x5a, - 0xec, - 0x2e, - 0x06, - 0x08, - 0xb9, - 0xd8, - 0x1c, - 0x23, - 0x9a, - 0x01, - 0x80, - 0xca, - 0xfc, - 0x3a, - 0x80, - 0x04, - 0xc3, - 0x37, - 0xe4, - 0x92, - 0x28, - 0xf6, - 0x39, - 0xcb, - 0x0c, - 0x64, - 0x7b, - 0xf8, - 0xdd, - 0x59, - 0xfb, - 0x9f, - 0xd2, - 0x01, - 0x76, - 0x06, - 0xfa, - 0x13, - 0x2b, - 0xfb, - 0x9f, - 0x9b, - 0x02, - 0x5f, - 0x2f, - 0xfe, - 0x18, - 0x89, - 0xfc, - 0xa0, - 0x6b, - 0x03, - 0x29, - 0x2e, - 0xfb, - 0xca, - 0x69, - 0xf9, - 0xee, - 0x97, - 0x01, - 0x5e, - 0xda, - 0xfe, - 0x5b, - 0xf6, - 0xfe, - 0xcd, - 0x56, - 0x01, - 0x6b, - 0xdc, - 0xff, - 0xf0, - 0xa9, - 0xfe, - 0x8f, - 0x5e, - 0xfe, - 0x98, - 0x8d, - 0xff, - 0x78, - 0x33, - 0xfe, - 0x70, - 0x85, - 0xfe, - 0xa2, - 0x05, - 0x00, - 0x44, - 0x3a, - 0xff, - 0xb1, - 0x33, - 0x00, - 0xf5, - 0x0e, - 0x00, - 0x69, - 0xaa, - 0xff, - 0x2c, - 0x2f, - 0xff, - 0xa1, - 0xcc, - 0xfe, - 0xe4, - 0x7d, - 0xff, - 0xbd, - 0x05, - 0xff, - 0xc0, - 0x93, - 0xff, - 0x2f, - 0x3c, - 0xff, - 0x5d, - 0x30, - 0xff, - 0xf6, - 0xc6, - 0xff, - 0x80, - 0x00, - 0xff, - 0x0d, - 0x86, - 0xff, - 0x50, - 0xc2, - 0xff, - 0x27, - 0xa3, - 0xff, - 0xb4, - 0x1b, - 0x00, - 0xa7, - 0x8c, - 0x00, - 0xea, - 0xd0, - 0xff, - 0x19, - 0xd3, - 0xfe, - 0xcb, - 0x41, - 0xff, - 0x1d, - 0xd1, - 0xfe, - 0x57, - 0xde, - 0xfe, - 0xdc, - 0xe4, - 0xff, - 0xc9, - 0x27, - 0x1f, - 0xd8, - 0x4c, - 0x3f, - 0xb7, - 0x44, - 0x12, - 0x05, - 0xea, - 0xf7, - 0x68, - 0xff, - 0x08, - 0xec, - 0xc9, - 0xea, - 0xd6, - 0x36, - 0xf1, - 0x3f, - 0xcf, - 0x09, - 0x2e, - 0x1e, - 0xf1, - 0xa2, - 0xbc, - 0xea, - 0x87, - 0x11, - 0x03, - 0x6e, - 0x83, - 0x1c, - 0xd5, - 0x5e, - 0x08, - 0x63, - 0x6b, - 0xfa, - 0x73, - 0x79, - 0x07, - 0x4c, - 0x95, - 0xe8, - 0xe3, - 0x2e, - 0xee, - 0x6c, - 0x5c, - 0x0c, - 0xcb, - 0xc4, - 0xfb, - 0xdc, - 0x9e, - 0xf9, - 0x66, - 0xbf, - 0x00, - 0xdf, - 0xed, - 0xf9, - 0x6d, - 0xa4, - 0xfa, - 0x64, - 0xa2, - 0x02, - 0x62, - 0x39, - 0x00, - 0xaa, - 0x3f, - 0xfb, - 0xb3, - 0xfc, - 0x02, - 0x6e, - 0x19, - 0xfe, - 0x62, - 0x89, - 0xf8, - 0x76, - 0x36, - 0x01, - 0xcc, - 0x87, - 0xff, - 0x8e, - 0xed, - 0xfd, - 0x7a, - 0x8f, - 0x01, - 0x2b, - 0x01, - 0x00, - 0x21, - 0x6c, - 0xfe, - 0x7a, - 0x54, - 0xfe, - 0xf4, - 0x7f, - 0xff, - 0x56, - 0xa7, - 0xfe, - 0x86, - 0x3b, - 0xfe, - 0xa0, - 0x89, - 0xff, - 0x53, - 0x61, - 0xff, - 0xfc, - 0xac, - 0x00, - 0x8f, - 0x2e, - 0x00, - 0xc3, - 0x63, - 0xff, - 0x8a, - 0x74, - 0xff, - 0xf8, - 0xbd, - 0xfe, - 0xe3, - 0x8c, - 0xff, - 0x49, - 0x1f, - 0xff, - 0x05, - 0x25, - 0xff, - 0x9c, - 0x84, - 0xff, - 0xc8, - 0x57, - 0xff, - 0x70, - 0x9c, - 0xff, - 0xfb, - 0x06, - 0xff, - 0xa7, - 0x77, - 0xff, - 0xbd, - 0xc2, - 0xff, - 0x53, - 0xc8, - 0xff, - 0x39, - 0x48, - 0x00, - 0x6e, - 0x59, - 0x00, - 0xe1, - 0xa9, - 0xff, - 0x83, - 0xb1, - 0xfe, - 0x27, - 0x3e, - 0xff, - 0xd7, - 0x32, - 0xff, - 0x7d, - 0xca, - 0xfe, - 0xd7, - 0xbc, - 0xff, - 0x77, - 0xf3, - 0x22, - 0x8a, - 0x89, - 0x3b, - 0xb8, - 0xac, - 0x09, - 0xfb, - 0x66, - 0xff, - 0xb6, - 0xe6, - 0x09, - 0x1e, - 0x01, - 0xe4, - 0x4c, - 0xdf, - 0xf6, - 0x90, - 0x37, - 0x0a, - 0x8b, - 0x56, - 0xef, - 0x4b, - 0x3b, - 0xec, - 0x13, - 0x06, - 0x01, - 0xf9, - 0xc4, - 0x1a, - 0x11, - 0xff, - 0x08, - 0xe5, - 0xc9, - 0xfd, - 0x2d, - 0x29, - 0x08, - 0x29, - 0x1f, - 0xe9, - 0xac, - 0xd6, - 0xed, - 0x68, - 0x77, - 0x09, - 0x95, - 0x91, - 0xfd, - 0xe6, - 0xa4, - 0xfa, - 0x90, - 0xcf, - 0xfe, - 0x9e, - 0x5e, - 0xf8, - 0xf1, - 0x1b, - 0xfa, - 0xeb, - 0xea, - 0x03, - 0xc1, - 0xdd, - 0x00, - 0xa6, - 0x90, - 0xfb, - 0xa7, - 0x85, - 0x03, - 0xff, - 0x06, - 0xfe, - 0x8c, - 0xc6, - 0xf7, - 0xe4, - 0x14, - 0x01, - 0xec, - 0xbb, - 0x00, - 0x08, - 0xf1, - 0xfd, - 0xb2, - 0xee, - 0x00, - 0xf3, - 0xc3, - 0xff, - 0x46, - 0xf7, - 0xfd, - 0x4b, - 0x22, - 0xff, - 0xc9, - 0xf8, - 0xff, - 0x7b, - 0xdc, - 0xfd, - 0x0a, - 0x2b, - 0xfe, - 0xb8, - 0xf8, - 0xff, - 0xe4, - 0xe4, - 0xff, - 0xff, - 0x5d, - 0x00, - 0x24, - 0xcf, - 0xff, - 0xbf, - 0xad, - 0xff, - 0x92, - 0x99, - 0xff, - 0x2e, - 0xfa, - 0xfe, - 0x72, - 0x20, - 0xff, - 0x40, - 0xdb, - 0xfe, - 0x35, - 0x51, - 0xff, - 0x72, - 0x9f, - 0xff, - 0xa6, - 0x8f, - 0xff, - 0x3f, - 0x5b, - 0xff, - 0x21, - 0x01, - 0xff, - 0xc3, - 0xa6, - 0xff, - 0xbb, - 0x00, - 0x00, - 0x00, - 0xf1, - 0xff, - 0x4c, - 0xfb, - 0xff, - 0x43, - 0x0e, - 0x00, - 0xe9, - 0x90, - 0xff, - 0xb3, - 0xec, - 0xfe, - 0xf0, - 0x41, - 0xff, - 0xeb, - 0x0a, - 0xff, - 0xdf, - 0xf1, - 0xfe, - 0xaa, - 0xe5, - 0xff, - 0xd4, - 0xfb, - 0x21, - 0x9c, - 0x60, - 0x36, - 0x76, - 0x59, - 0x07, - 0xbf, - 0x34, - 0x04, - 0x4f, - 0xf6, - 0x0a, - 0xb9, - 0xb5, - 0xe3, - 0xad, - 0x44, - 0xf8, - 0x82, - 0x88, - 0x09, - 0x61, - 0x1a, - 0xf1, - 0x50, - 0x40, - 0xec, - 0x6d, - 0x42, - 0xfc, - 0x08, - 0x55, - 0x18, - 0xc4, - 0x34, - 0x0b, - 0x6f, - 0x33, - 0xff, - 0x69, - 0x76, - 0x09, - 0xd6, - 0xb2, - 0xed, - 0x5b, - 0xf2, - 0xeb, - 0x12, - 0x01, - 0x06, - 0x65, - 0x5e, - 0x00, - 0x53, - 0xd7, - 0xf9, - 0xf6, - 0xcf, - 0xfd, - 0x4d, - 0x19, - 0xf9, - 0x49, - 0x0e, - 0xf8, - 0x03, - 0xfa, - 0x02, - 0xed, - 0x3c, - 0x01, - 0x49, - 0x42, - 0xfd, - 0xb9, - 0x12, - 0x05, - 0x75, - 0x83, - 0xfc, - 0x1f, - 0xe0, - 0xf5, - 0xe4, - 0xdf, - 0x01, - 0x4c, - 0x85, - 0x02, - 0xf9, - 0x6e, - 0xfd, - 0xc4, - 0xfd, - 0xff, - 0x81, - 0xc5, - 0xff, - 0x24, - 0x42, - 0xfe, - 0xdf, - 0xcd, - 0xff, - 0xb0, - 0x9e, - 0xff, - 0x69, - 0x6e, - 0xfd, - 0x86, - 0x9e, - 0xfe, - 0x38, - 0x5a, - 0x00, - 0x94, - 0xc2, - 0xff, - 0xc3, - 0x05, - 0x00, - 0x93, - 0x1a, - 0x00, - 0x9e, - 0xbb, - 0xff, - 0x90, - 0x73, - 0xff, - 0x74, - 0x00, - 0xff, - 0xdc, - 0xe2, - 0xfe, - 0x03, - 0xfa, - 0xfe, - 0x19, - 0x32, - 0xff, - 0x4d, - 0x73, - 0xff, - 0x26, - 0xc5, - 0xff, - 0x7a, - 0x45, - 0xff, - 0x82, - 0x0e, - 0xff, - 0xe0, - 0xc1, - 0xff, - 0xbe, - 0x11, - 0x00, - 0x0e, - 0x02, - 0x00, - 0xcd, - 0xd0, - 0xff, - 0x01, - 0x03, - 0x00, - 0x8a, - 0x90, - 0xff, - 0xc4, - 0xe3, - 0xfe, - 0x6d, - 0x50, - 0xff, - 0x7e, - 0x23, - 0xff, - 0x53, - 0xeb, - 0xfe, - 0x6d, - 0x9f, - 0xff, - 0x44, - 0xa6, - 0x20, - 0xfd, - 0xe4, - 0x32, - 0x22, - 0xa8, - 0x02, - 0xdc, - 0x9d, - 0x03, - 0xe3, - 0xea, - 0x11, - 0x14, - 0x3f, - 0xe8, - 0x2f, - 0xb3, - 0xf6, - 0x01, - 0x43, - 0x08, - 0x53, - 0xbe, - 0xf0, - 0x03, - 0xbb, - 0xec, - 0xd9, - 0x1d, - 0xf9, - 0x40, - 0x38, - 0x16, - 0xb5, - 0x0f, - 0x0f, - 0x08, - 0x20, - 0xfc, - 0xbb, - 0x6b, - 0x08, - 0xca, - 0x1a, - 0xf6, - 0xb5, - 0xaa, - 0xeb, - 0xc6, - 0x52, - 0x02, - 0xb1, - 0xce, - 0x02, - 0x35, - 0xfc, - 0xf9, - 0x4b, - 0x17, - 0xfc, - 0x72, - 0x6c, - 0xf9, - 0x2b, - 0x9d, - 0xf7, - 0x5f, - 0xdc, - 0x00, - 0x78, - 0x91, - 0x01, - 0x36, - 0x7a, - 0xfe, - 0xb5, - 0x85, - 0x04, - 0xd8, - 0x33, - 0xfd, - 0xaa, - 0x55, - 0xf5, - 0x35, - 0xea, - 0x00, - 0x79, - 0x10, - 0x04, - 0x10, - 0x7c, - 0xfd, - 0x98, - 0x40, - 0xff, - 0xe0, - 0xec, - 0xff, - 0xf4, - 0x9e, - 0xfe, - 0xf4, - 0x22, - 0x00, - 0x56, - 0x3a, - 0xff, - 0x4e, - 0x8f, - 0xfd, - 0x28, - 0x2e, - 0xff, - 0x3d, - 0x59, - 0x00, - 0x14, - 0x59, - 0xff, - 0xa3, - 0x06, - 0x00, - 0xd1, - 0x6c, - 0x00, - 0xa1, - 0x7e, - 0xff, - 0xc8, - 0x6e, - 0xff, - 0x4f, - 0x0f, - 0xff, - 0x63, - 0xe6, - 0xfe, - 0xa4, - 0x01, - 0xff, - 0x91, - 0xd3, - 0xfe, - 0x9a, - 0x5d, - 0xff, - 0x4f, - 0xc2, - 0xff, - 0xd7, - 0x43, - 0xff, - 0x45, - 0x49, - 0xff, - 0xa0, - 0xdc, - 0xff, - 0xc2, - 0x01, - 0x00, - 0x93, - 0xe7, - 0xff, - 0x42, - 0xe5, - 0xff, - 0xa5, - 0x0f, - 0x00, - 0x39, - 0xb4, - 0xff, - 0xd6, - 0x12, - 0xff, - 0x70, - 0x0b, - 0xff, - 0x04, - 0x04, - 0xff, - 0xc0, - 0xf6, - 0xfe, - 0x09, - 0x69, - 0xff, - 0x80, - 0x53, - 0x1f, - 0x59, - 0x59, - 0x2e, - 0xdd, - 0x6f, - 0x00, - 0x06, - 0x5e, - 0x06, - 0x44, - 0x64, - 0x13, - 0xf5, - 0x5c, - 0xe9, - 0xa7, - 0x6b, - 0xf7, - 0xe7, - 0x2c, - 0x08, - 0x6c, - 0x9e, - 0xf3, - 0xf2, - 0x97, - 0xed, - 0xeb, - 0xcf, - 0xf5, - 0x4a, - 0x7b, - 0x14, - 0x84, - 0x62, - 0x0f, - 0x46, - 0x75, - 0xf8, - 0x27, - 0x1e, - 0x08, - 0x7d, - 0xbb, - 0xff, - 0x60, - 0x57, - 0xec, - 0x1e, - 0x2d, - 0xfd, - 0x19, - 0x4c, - 0x06, - 0x5d, - 0xd8, - 0xf9, - 0xc0, - 0xc0, - 0xf9, - 0x3f, - 0xf9, - 0xfb, - 0xba, - 0x3a, - 0xf8, - 0xdb, - 0x00, - 0xff, - 0xdb, - 0x36, - 0x00, - 0x52, - 0x76, - 0xfd, - 0x31, - 0xf2, - 0x03, - 0x19, - 0x8c, - 0xff, - 0x52, - 0x09, - 0xf7, - 0x3f, - 0x93, - 0xfe, - 0xa1, - 0x7b, - 0x03, - 0xc2, - 0xf1, - 0xfe, - 0x41, - 0x5e, - 0xff, - 0x6e, - 0xff, - 0xff, - 0x1e, - 0xbe, - 0xfe, - 0xda, - 0xb1, - 0xff, - 0xdd, - 0x87, - 0xff, - 0xf0, - 0x6a, - 0xfe, - 0x75, - 0x20, - 0xff, - 0xf7, - 0x17, - 0x00, - 0xf2, - 0x85, - 0xff, - 0x4e, - 0xe6, - 0xff, - 0xe8, - 0x2d, - 0x00, - 0x60, - 0x9d, - 0xff, - 0x8d, - 0x8b, - 0xff, - 0x2f, - 0x0f, - 0xff, - 0x4e, - 0xef, - 0xfe, - 0x2a, - 0xd9, - 0xfe, - 0xa8, - 0xb0, - 0xfe, - 0x45, - 0x6c, - 0xff, - 0x64, - 0xc6, - 0xff, - 0xaa, - 0x3f, - 0xff, - 0x6d, - 0x75, - 0xff, - 0x63, - 0xf4, - 0xff, - 0x89, - 0xf0, - 0xff, - 0x0a, - 0x0d, - 0x00, - 0x43, - 0xf7, - 0xff, - 0xcb, - 0x11, - 0x00, - 0x29, - 0xb1, - 0xff, - 0x57, - 0xf3, - 0xfe, - 0xfd, - 0x1b, - 0xff, - 0x7f, - 0x15, - 0xff, - 0x16, - 0xec, - 0xfe, - 0x6c, - 0x61, - 0xff, - 0x37, - 0x37, - 0x1d, - 0x36, - 0x9e, - 0x29, - 0x65, - 0x1f, - 0x00, - 0xfe, - 0xa3, - 0x08, - 0x28, - 0x10, - 0x12, - 0xa8, - 0x0f, - 0xeb, - 0x5d, - 0x90, - 0xf9, - 0x7d, - 0xa8, - 0x06, - 0xd1, - 0xbc, - 0xf5, - 0x3a, - 0x96, - 0xef, - 0x4f, - 0xd2, - 0xf3, - 0xb3, - 0xc1, - 0x12, - 0xfb, - 0xca, - 0x0d, - 0x83, - 0x63, - 0xf6, - 0x0e, - 0x5c, - 0x08, - 0xd0, - 0xc1, - 0x03, - 0xd2, - 0x57, - 0xee, - 0xf7, - 0x98, - 0xfb, - 0x3e, - 0xde, - 0x06, - 0x3a, - 0x3f, - 0xfa, - 0xa8, - 0xc5, - 0xf8, - 0x0c, - 0x38, - 0xfd, - 0xfe, - 0x51, - 0xf9, - 0x38, - 0x56, - 0xfe, - 0x1d, - 0x09, - 0xff, - 0x62, - 0x85, - 0xfb, - 0x13, - 0x4b, - 0x02, - 0xbd, - 0xe6, - 0x00, - 0x6f, - 0xc8, - 0xf9, - 0xe8, - 0x3b, - 0xfe, - 0xea, - 0xc7, - 0x01, - 0x37, - 0xa8, - 0xfe, - 0xfd, - 0xf5, - 0xff, - 0x39, - 0x15, - 0x01, - 0x10, - 0xda, - 0xfe, - 0x43, - 0xe0, - 0xfe, - 0xb7, - 0x72, - 0xff, - 0x5a, - 0x34, - 0xff, - 0x32, - 0x89, - 0xff, - 0x1b, - 0xb1, - 0xff, - 0x22, - 0x44, - 0xff, - 0x6a, - 0xad, - 0xff, - 0x78, - 0x33, - 0x00, - 0xdc, - 0xd3, - 0xff, - 0x1e, - 0x26, - 0xff, - 0x1a, - 0xc6, - 0xfe, - 0xd9, - 0x0c, - 0xff, - 0x1c, - 0x02, - 0xff, - 0xa4, - 0xc2, - 0xfe, - 0x87, - 0x3a, - 0xff, - 0x2b, - 0xbd, - 0xff, - 0xad, - 0x99, - 0xff, - 0x34, - 0x9f, - 0xff, - 0x27, - 0xcb, - 0xff, - 0x42, - 0xe4, - 0xff, - 0xde, - 0x04, - 0x00, - 0x73, - 0xcb, - 0xff, - 0x61, - 0xdc, - 0xff, - 0xf1, - 0x8b, - 0xff, - 0xc8, - 0xff, - 0xfe, - 0xb7, - 0x4f, - 0xff, - 0x07, - 0x4d, - 0xff, - 0x9a, - 0xf9, - 0xfe, - 0x66, - 0x5c, - 0xff, - 0x77, - 0x67, - 0x1b, - 0xca, - 0x6a, - 0x25, - 0xab, - 0x53, - 0xff, - 0xb3, - 0x51, - 0x0a, - 0x0a, - 0x8f, - 0x11, - 0xa5, - 0xec, - 0xec, - 0x9b, - 0x91, - 0xfb, - 0xc5, - 0xaa, - 0x05, - 0xb5, - 0xb7, - 0xf6, - 0xf0, - 0xeb, - 0xf1, - 0xbb, - 0x02, - 0xf4, - 0x07, - 0x04, - 0x10, - 0x01, - 0x8a, - 0x0c, - 0x1f, - 0x1a, - 0xf7, - 0x8a, - 0x05, - 0x07, - 0xb7, - 0x6f, - 0x04, - 0x23, - 0xde, - 0xf0, - 0x91, - 0xd3, - 0xfb, - 0x02, - 0xb3, - 0x06, - 0xb2, - 0x02, - 0xfb, - 0x64, - 0x6d, - 0xf9, - 0x23, - 0x71, - 0xfd, - 0xff, - 0xfc, - 0xf9, - 0xb0, - 0x5d, - 0xfe, - 0x21, - 0xc2, - 0xfe, - 0x26, - 0x3b, - 0xfb, - 0x25, - 0x0d, - 0x00, - 0x43, - 0x26, - 0x00, - 0x15, - 0xf8, - 0xfb, - 0xb2, - 0x72, - 0xff, - 0x70, - 0x53, - 0x01, - 0xc7, - 0xd3, - 0xfd, - 0xbe, - 0xd2, - 0xff, - 0x39, - 0xbd, - 0x01, - 0x03, - 0x35, - 0xff, - 0x6a, - 0xe5, - 0xfe, - 0x87, - 0x9e, - 0xff, - 0x27, - 0x3b, - 0xff, - 0x85, - 0x7c, - 0xff, - 0xd2, - 0xb1, - 0xff, - 0xbb, - 0x30, - 0xff, - 0xdd, - 0xcf, - 0xff, - 0x6b, - 0x39, - 0x00, - 0x1c, - 0x68, - 0xff, - 0x98, - 0xdd, - 0xfe, - 0x6a, - 0xe1, - 0xfe, - 0xb8, - 0x23, - 0xff, - 0x7d, - 0x26, - 0xff, - 0x87, - 0x16, - 0xff, - 0xa7, - 0x5f, - 0xff, - 0x93, - 0xd7, - 0xff, - 0x60, - 0xb6, - 0xff, - 0x98, - 0x9f, - 0xff, - 0x4d, - 0xd8, - 0xff, - 0xe4, - 0xc8, - 0xff, - 0x37, - 0xb9, - 0xff, - 0x89, - 0x7a, - 0xff, - 0x75, - 0x99, - 0xff, - 0x02, - 0xa8, - 0xff, - 0xac, - 0x67, - 0xff, - 0x07, - 0x7d, - 0xff, - 0x0a, - 0x50, - 0xff, - 0x56, - 0x2a, - 0xff, - 0x7a, - 0x8a, - 0xff, - 0x95, - 0x9e, - 0x18, - 0x53, - 0xc8, - 0x27, - 0xdc, - 0xf1, - 0xfc, - 0x71, - 0x25, - 0xfe, - 0x08, - 0x48, - 0x1b, - 0x7f, - 0x3e, - 0xf7, - 0xa2, - 0xba, - 0xf1, - 0xf6, - 0xf1, - 0x03, - 0x23, - 0x88, - 0xfa, - 0x35, - 0xe5, - 0xf4, - 0x2f, - 0x64, - 0xf4, - 0x07, - 0xf2, - 0x0d, - 0x60, - 0x6d, - 0x0b, - 0x71, - 0x35, - 0xf1, - 0x32, - 0x00, - 0x03, - 0x7b, - 0x52, - 0x07, - 0x5b, - 0xdb, - 0xf7, - 0x37, - 0xee, - 0xfe, - 0xb1, - 0xff, - 0x08, - 0xc2, - 0xf2, - 0x00, - 0x1f, - 0x69, - 0xfb, - 0x06, - 0xa0, - 0x00, - 0x9f, - 0x51, - 0xfc, - 0x33, - 0x0c, - 0xfd, - 0xb9, - 0xe0, - 0xfc, - 0x4b, - 0xd9, - 0xf6, - 0x5f, - 0x9e, - 0xfc, - 0xfe, - 0x08, - 0xff, - 0x9c, - 0xc8, - 0xfb, - 0x98, - 0xfa, - 0xfc, - 0x15, - 0xed, - 0xff, - 0xc0, - 0x89, - 0xff, - 0x89, - 0xf3, - 0xff, - 0xee, - 0xa9, - 0x01, - 0xde, - 0xfb, - 0xfe, - 0x7d, - 0x99, - 0xff, - 0xf3, - 0x27, - 0x00, - 0x4e, - 0x3c, - 0xfe, - 0xe6, - 0x4b, - 0x00, - 0xb1, - 0x08, - 0x00, - 0xc3, - 0x09, - 0xfe, - 0x85, - 0xe3, - 0xff, - 0x5c, - 0x86, - 0x00, - 0xf1, - 0x05, - 0xff, - 0x51, - 0x64, - 0xff, - 0x95, - 0x5c, - 0xff, - 0x51, - 0xff, - 0xfe, - 0x63, - 0x8a, - 0xff, - 0x83, - 0x6f, - 0xff, - 0xfb, - 0x5b, - 0xff, - 0x22, - 0xa5, - 0xff, - 0xde, - 0x65, - 0xff, - 0xf4, - 0xe4, - 0xfe, - 0x29, - 0x76, - 0xff, - 0x75, - 0x98, - 0xff, - 0xea, - 0x3e, - 0xff, - 0xd4, - 0xcd, - 0xff, - 0x69, - 0xce, - 0xff, - 0xa4, - 0xa9, - 0xff, - 0xdc, - 0xcf, - 0xff, - 0x43, - 0x8a, - 0xff, - 0x13, - 0x57, - 0xff, - 0x35, - 0x74, - 0xff, - 0xbf, - 0x4f, - 0xff, - 0xec, - 0x7f, - 0x10, - 0xcb, - 0x6a, - 0x23, - 0x60, - 0xa2, - 0x08, - 0x21, - 0x03, - 0xfc, - 0x0c, - 0xeb, - 0x15, - 0x41, - 0xd4, - 0xfe, - 0x13, - 0xcf, - 0xee, - 0xec, - 0xda, - 0x03, - 0x04, - 0x86, - 0xfc, - 0x26, - 0x97, - 0xf5, - 0xbd, - 0xde, - 0xf6, - 0x16, - 0x39, - 0x05, - 0xa2, - 0xe7, - 0x0d, - 0x83, - 0x01, - 0xf8, - 0xb5, - 0xe2, - 0xfe, - 0x74, - 0x4c, - 0x08, - 0xfe, - 0x0b, - 0xf9, - 0x4d, - 0x9b, - 0xfc, - 0x32, - 0x78, - 0x06, - 0x1a, - 0x52, - 0x02, - 0x1a, - 0x91, - 0xfc, - 0x55, - 0x9f, - 0xff, - 0x58, - 0x8d, - 0xfd, - 0x26, - 0x26, - 0xfc, - 0x3b, - 0xc7, - 0xfe, - 0x94, - 0x02, - 0xf9, - 0x4e, - 0xdb, - 0xfb, - 0x99, - 0xbb, - 0xff, - 0x5e, - 0xd1, - 0xfb, - 0x59, - 0x10, - 0xfd, - 0xea, - 0x9e, - 0xff, - 0x08, - 0x59, - 0xff, - 0x4e, - 0x27, - 0xff, - 0xc8, - 0x03, - 0x01, - 0xcd, - 0x24, - 0x00, - 0xba, - 0x51, - 0xff, - 0xb9, - 0xad, - 0x00, - 0x65, - 0xfb, - 0xfe, - 0x49, - 0x8a, - 0xfe, - 0x92, - 0xff, - 0xff, - 0x8a, - 0x92, - 0xff, - 0x40, - 0x1b, - 0xff, - 0xc5, - 0xdd, - 0xff, - 0xb0, - 0x90, - 0xff, - 0xe6, - 0x1e, - 0xff, - 0x53, - 0x63, - 0xff, - 0x75, - 0x52, - 0xff, - 0x32, - 0x9e, - 0xff, - 0x9e, - 0x63, - 0xff, - 0xb2, - 0x54, - 0xff, - 0x67, - 0xa3, - 0xff, - 0x1f, - 0x66, - 0xff, - 0xb8, - 0x19, - 0xff, - 0x2c, - 0x62, - 0xff, - 0x62, - 0xb8, - 0xff, - 0xe9, - 0x56, - 0xff, - 0xac, - 0x77, - 0xff, - 0xf5, - 0xb3, - 0xff, - 0x5f, - 0xb4, - 0xff, - 0xbe, - 0x9f, - 0xff, - 0x7d, - 0x99, - 0xff, - 0xf3, - 0x97, - 0xff, - 0xf6, - 0x3b, - 0xff, - 0x69, - 0x79, - 0xff, - 0x23, - 0x3e, - 0x10, - 0x73, - 0xb8, - 0x1e, - 0xf1, - 0xd4, - 0x05, - 0x55, - 0xd1, - 0x01, - 0x5a, - 0xba, - 0x13, - 0x26, - 0x32, - 0xfb, - 0x0a, - 0x5a, - 0xf5, - 0xeb, - 0x0a, - 0x04, - 0xd3, - 0x7d, - 0xfb, - 0x12, - 0xbb, - 0xf6, - 0x34, - 0x5c, - 0xf7, - 0x05, - 0xb8, - 0x06, - 0xbe, - 0xb8, - 0x09, - 0xf5, - 0x51, - 0xf9, - 0xfb, - 0xe4, - 0x01, - 0x16, - 0x00, - 0x05, - 0x73, - 0xfd, - 0xf9, - 0xcf, - 0x89, - 0xfd, - 0x60, - 0x0f, - 0x05, - 0xa2, - 0xa4, - 0x01, - 0x4c, - 0xfe, - 0xfc, - 0x48, - 0xa3, - 0xff, - 0xf1, - 0x4c, - 0xfd, - 0x63, - 0x1e, - 0xfd, - 0xe7, - 0x71, - 0xfe, - 0xf1, - 0xcc, - 0xfa, - 0xae, - 0x90, - 0xfd, - 0x4d, - 0x46, - 0xff, - 0x93, - 0xc1, - 0xfc, - 0xea, - 0x4c, - 0xfd, - 0x68, - 0x7b, - 0xff, - 0x99, - 0x6e, - 0xff, - 0x24, - 0xdb, - 0xfe, - 0xdf, - 0x2b, - 0x00, - 0x84, - 0x95, - 0xff, - 0xba, - 0x89, - 0xff, - 0x38, - 0x68, - 0x00, - 0x89, - 0x00, - 0xff, - 0x8c, - 0xae, - 0xfe, - 0x88, - 0xbf, - 0xff, - 0xe7, - 0x92, - 0xff, - 0x42, - 0x7a, - 0xff, - 0x31, - 0xd9, - 0xff, - 0xa7, - 0x6d, - 0xff, - 0x11, - 0x62, - 0xff, - 0x8e, - 0x8e, - 0xff, - 0x6b, - 0x8c, - 0xff, - 0xaf, - 0x78, - 0xff, - 0x45, - 0x3a, - 0xff, - 0x3a, - 0x5a, - 0xff, - 0x4d, - 0x97, - 0xff, - 0xd5, - 0x7a, - 0xff, - 0x6b, - 0x23, - 0xff, - 0x44, - 0x76, - 0xff, - 0x35, - 0x8c, - 0xff, - 0x83, - 0x52, - 0xff, - 0xf2, - 0x9d, - 0xff, - 0x6b, - 0xb0, - 0xff, - 0xf7, - 0xa7, - 0xff, - 0x69, - 0xaa, - 0xff, - 0xe4, - 0xc3, - 0xff, - 0xe7, - 0x80, - 0xff, - 0x27, - 0x4f, - 0xff, - 0x7b, - 0x8d, - 0xff, - 0x70, - 0xcb, - 0x0d, - 0x0e, - 0x39, - 0x1a, - 0x47, - 0xd1, - 0x06, - 0x95, - 0x6f, - 0x04, - 0x12, - 0x21, - 0x11, - 0x61, - 0xdd, - 0xfb, - 0x55, - 0xcc, - 0xf8, - 0x2e, - 0xa3, - 0x04, - 0x9f, - 0xaf, - 0xfb, - 0x03, - 0xf9, - 0xf6, - 0x0d, - 0xa4, - 0xf8, - 0xea, - 0xb9, - 0x05, - 0xa8, - 0x0d, - 0x08, - 0x22, - 0x3c, - 0xfb, - 0xb0, - 0x52, - 0x01, - 0xe8, - 0x2d, - 0x04, - 0x11, - 0x75, - 0xfb, - 0x21, - 0xb6, - 0xfc, - 0x7a, - 0xf7, - 0x03, - 0x7b, - 0x0f, - 0x02, - 0x18, - 0x40, - 0xfd, - 0x00, - 0x69, - 0xff, - 0xcb, - 0xa4, - 0xfd, - 0xe9, - 0x79, - 0xfd, - 0x2c, - 0xb2, - 0xfe, - 0x8c, - 0x3d, - 0xfc, - 0x8c, - 0xf2, - 0xfe, - 0xfc, - 0xbd, - 0xff, - 0x0f, - 0xeb, - 0xfc, - 0x4c, - 0x82, - 0xfd, - 0xda, - 0x96, - 0xff, - 0x75, - 0x60, - 0xff, - 0xb1, - 0xa0, - 0xfe, - 0xca, - 0x86, - 0xff, - 0x14, - 0x21, - 0xff, - 0x54, - 0x21, - 0xff, - 0xc3, - 0x01, - 0x00, - 0x8e, - 0x50, - 0xff, - 0xc1, - 0x1f, - 0xff, - 0xbf, - 0x9e, - 0xff, - 0x31, - 0x54, - 0xff, - 0x1d, - 0xc0, - 0xff, - 0xdd, - 0x5b, - 0x00, - 0x8b, - 0x9f, - 0xff, - 0x61, - 0x3c, - 0xff, - 0x89, - 0x60, - 0xff, - 0x74, - 0x7c, - 0xff, - 0x93, - 0x76, - 0xff, - 0x4f, - 0x3a, - 0xff, - 0xf6, - 0x67, - 0xff, - 0x7d, - 0xae, - 0xff, - 0x66, - 0x80, - 0xff, - 0x49, - 0x3b, - 0xff, - 0x12, - 0x81, - 0xff, - 0xfa, - 0x82, - 0xff, - 0x97, - 0x58, - 0xff, - 0xf7, - 0x95, - 0xff, - 0x49, - 0xc3, - 0xff, - 0x56, - 0xd6, - 0xff, - 0xec, - 0xae, - 0xff, - 0xbf, - 0x97, - 0xff, - 0x0b, - 0x7c, - 0xff, - 0x32, - 0x6c, - 0xff, - 0x96, - 0x8d, - 0xff, - 0xf1, - 0x10, - 0x0b, - 0x64, - 0xe9, - 0x16, - 0x14, - 0x47, - 0x08, - 0x5c, - 0x17, - 0x04, - 0xc7, - 0x69, - 0x0f, - 0x29, - 0xf4, - 0xfe, - 0x56, - 0x06, - 0xfa, - 0x59, - 0x3c, - 0x04, - 0xf2, - 0xa5, - 0xfc, - 0xe9, - 0x2d, - 0xf8, - 0xd8, - 0x65, - 0xf9, - 0x8f, - 0xab, - 0x03, - 0xeb, - 0x30, - 0x08, - 0xb6, - 0x80, - 0xfc, - 0x4a, - 0x6f, - 0xff, - 0xa3, - 0x26, - 0x04, - 0xbd, - 0xad, - 0xfc, - 0x76, - 0x34, - 0xfc, - 0xe8, - 0xfe, - 0x02, - 0x3c, - 0x23, - 0x02, - 0x91, - 0x9a, - 0xfd, - 0xb8, - 0x2e, - 0xff, - 0x7c, - 0x04, - 0xfe, - 0xc7, - 0xc1, - 0xfd, - 0x9e, - 0x87, - 0xff, - 0xba, - 0xce, - 0xfd, - 0xf6, - 0x30, - 0xff, - 0x4f, - 0xb8, - 0xff, - 0x80, - 0x8a, - 0xfd, - 0x72, - 0xd9, - 0xfd, - 0xd8, - 0x86, - 0xff, - 0x87, - 0x08, - 0xff, - 0x4e, - 0x22, - 0xfe, - 0xc5, - 0x3e, - 0xff, - 0xb5, - 0x06, - 0xff, - 0x52, - 0xd4, - 0xfe, - 0xe0, - 0x80, - 0xff, - 0x57, - 0x3d, - 0xff, - 0x49, - 0x7d, - 0xff, - 0xf5, - 0xfe, - 0xff, - 0x02, - 0xb9, - 0xff, - 0x58, - 0xbc, - 0xff, - 0x93, - 0x1e, - 0x00, - 0x51, - 0x95, - 0xff, - 0x66, - 0x26, - 0xff, - 0x98, - 0x2c, - 0xff, - 0x88, - 0x51, - 0xff, - 0xeb, - 0x9d, - 0xff, - 0x46, - 0x64, - 0xff, - 0x99, - 0x6b, - 0xff, - 0x9c, - 0xb2, - 0xff, - 0x6a, - 0x86, - 0xff, - 0x8b, - 0x5c, - 0xff, - 0x73, - 0x77, - 0xff, - 0x8b, - 0x70, - 0xff, - 0x82, - 0x63, - 0xff, - 0xbb, - 0x9e, - 0xff, - 0xfa, - 0xd3, - 0xff, - 0x70, - 0xc6, - 0xff, - 0x2e, - 0x9c, - 0xff, - 0x35, - 0x96, - 0xff, - 0xcc, - 0x79, - 0xff, - 0x7d, - 0x76, - 0xff, - 0x33, - 0x79, - 0xff, - 0x74, - 0x6e, - 0x0a, - 0x4f, - 0xad, - 0x14, - 0xf5, - 0x1a, - 0x07, - 0x71, - 0x3a, - 0x04, - 0xb8, - 0x0f, - 0x0e, - 0xd5, - 0x83, - 0x00, - 0xda, - 0x52, - 0xfc, - 0xb5, - 0x6d, - 0x02, - 0xbd, - 0x14, - 0xfd, - 0x6f, - 0x92, - 0xfa, - 0xf3, - 0x1a, - 0xfa, - 0xf4, - 0x22, - 0x03, - 0x4f, - 0x35, - 0x07, - 0x6c, - 0x09, - 0xfd, - 0x6e, - 0x14, - 0xff, - 0x63, - 0xf3, - 0x02, - 0xe7, - 0x5d, - 0xfd, - 0xa9, - 0x2d, - 0xfd, - 0x02, - 0x65, - 0x02, - 0x47, - 0x47, - 0x01, - 0x7b, - 0x0b, - 0xfe, - 0xe9, - 0x45, - 0xff, - 0x9b, - 0x84, - 0xfe, - 0xc3, - 0x23, - 0xff, - 0xd9, - 0x48, - 0x00, - 0xb1, - 0x5a, - 0xfe, - 0xa8, - 0xef, - 0xfe, - 0x48, - 0xa2, - 0xff, - 0xed, - 0x5d, - 0xfe, - 0xd3, - 0x29, - 0xfe, - 0x73, - 0x0c, - 0xff, - 0xe1, - 0x84, - 0xfe, - 0xd6, - 0x47, - 0xfe, - 0xc6, - 0x7b, - 0xff, - 0xf3, - 0xe3, - 0xfe, - 0xed, - 0x7b, - 0xfe, - 0x7c, - 0x68, - 0xff, - 0xca, - 0x7d, - 0xff, - 0x9d, - 0xe9, - 0xff, - 0x8a, - 0x7c, - 0x00, - 0xda, - 0xb3, - 0xff, - 0xc1, - 0x51, - 0xff, - 0x0e, - 0xac, - 0xff, - 0x41, - 0x6d, - 0xff, - 0xbc, - 0x3a, - 0xff, - 0x0d, - 0x60, - 0xff, - 0xdc, - 0x8c, - 0xff, - 0xe8, - 0x7e, - 0xff, - 0xeb, - 0x7e, - 0xff, - 0xc8, - 0x94, - 0xff, - 0x9c, - 0x9e, - 0xff, - 0x9f, - 0x9b, - 0xff, - 0x4a, - 0x59, - 0xff, - 0x82, - 0x78, - 0xff, - 0xca, - 0x85, - 0xff, - 0x45, - 0x75, - 0xff, - 0xf9, - 0xb4, - 0xff, - 0x47, - 0xc2, - 0xff, - 0x31, - 0xb5, - 0xff, - 0x3c, - 0x96, - 0xff, - 0xcb, - 0x8d, - 0xff, - 0xcf, - 0x81, - 0xff, - 0x35, - 0x59, - 0xff, - 0xcc, - 0x5e, - 0xff, - 0xe6, - 0x72, - 0x08, - 0x67, - 0xe2, - 0x11, - 0x9f, - 0xc4, - 0x07, - 0x89, - 0x56, - 0x04, - 0x14, - 0x8b, - 0x0c, - 0x15, - 0x1e, - 0x02, - 0x13, - 0x79, - 0xfd, - 0x8e, - 0xfb, - 0x01, - 0x38, - 0xc1, - 0xfd, - 0xe0, - 0xe3, - 0xfb, - 0x64, - 0x20, - 0xfb, - 0x3f, - 0xe5, - 0x01, - 0x1a, - 0xf2, - 0x05, - 0xd4, - 0xb1, - 0xfd, - 0xdc, - 0xbc, - 0xfe, - 0x81, - 0x19, - 0x02, - 0x17, - 0x1e, - 0xfe, - 0x89, - 0xa9, - 0xfd, - 0x79, - 0x52, - 0x01, - 0x07, - 0xfc, - 0x00, - 0xff, - 0x9d, - 0xfe, - 0x22, - 0xf6, - 0xff, - 0x32, - 0x96, - 0xff, - 0x33, - 0x59, - 0xff, - 0x46, - 0x55, - 0x00, - 0xd6, - 0x9d, - 0xfe, - 0x53, - 0xa2, - 0xfe, - 0x79, - 0x8a, - 0xff, - 0x47, - 0x9a, - 0xfe, - 0xc2, - 0x20, - 0xfe, - 0x7f, - 0xab, - 0xfe, - 0xb0, - 0x9f, - 0xfe, - 0x5b, - 0xa8, - 0xfe, - 0xec, - 0x59, - 0xff, - 0x48, - 0xdc, - 0xfe, - 0x4c, - 0x96, - 0xfe, - 0x18, - 0x92, - 0xff, - 0xcb, - 0xd8, - 0xff, - 0x5e, - 0xc4, - 0xff, - 0xb0, - 0x03, - 0x00, - 0x3e, - 0x75, - 0xff, - 0x2f, - 0xfa, - 0xfe, - 0xf8, - 0x65, - 0xff, - 0x55, - 0x9b, - 0xff, - 0xb5, - 0x89, - 0xff, - 0x62, - 0x73, - 0xff, - 0xf9, - 0x7b, - 0xff, - 0x4b, - 0x7f, - 0xff, - 0xd6, - 0x67, - 0xff, - 0xec, - 0x7f, - 0xff, - 0xe9, - 0xb2, - 0xff, - 0x9a, - 0xa6, - 0xff, - 0x7a, - 0x5c, - 0xff, - 0xef, - 0x6f, - 0xff, - 0xcc, - 0x8a, - 0xff, - 0x66, - 0x81, - 0xff, - 0xe9, - 0x98, - 0xff, - 0x56, - 0xa2, - 0xff, - 0x35, - 0x9d, - 0xff, - 0x60, - 0x88, - 0xff, - 0xeb, - 0x82, - 0xff, - 0x3e, - 0x6b, - 0xff, - 0xa1, - 0x5a, - 0xff, - 0x45, - 0x68, - 0xff, - 0xcb, - 0xc1, - 0x07, - 0x1d, - 0x98, - 0x0f, - 0x9f, - 0x10, - 0x07, - 0x81, - 0x52, - 0x05, - 0x7a, - 0x1a, - 0x0b, - 0x9e, - 0x3e, - 0x02, - 0x5d, - 0x12, - 0xff, - 0x64, - 0x59, - 0x01, - 0xe7, - 0x71, - 0xfe, - 0xf0, - 0x3b, - 0xfd, - 0x99, - 0x04, - 0xfc, - 0x86, - 0x71, - 0x01, - 0x75, - 0x0d, - 0x04, - 0x7c, - 0x4f, - 0xfe, - 0x88, - 0x09, - 0xff, - 0x26, - 0x24, - 0x01, - 0x5c, - 0xb9, - 0xfe, - 0x3f, - 0x13, - 0xfe, - 0xdc, - 0xf8, - 0x00, - 0x4a, - 0x56, - 0x01, - 0x50, - 0xb6, - 0xff, - 0x12, - 0x19, - 0x00, - 0xce, - 0x8e, - 0xff, - 0x44, - 0x07, - 0x00, - 0xa1, - 0x43, - 0x00, - 0x5b, - 0x54, - 0xfe, - 0x15, - 0x7a, - 0xfe, - 0xd9, - 0x54, - 0xff, - 0x8e, - 0xb0, - 0xfe, - 0xe8, - 0x67, - 0xfe, - 0x83, - 0xfc, - 0xfe, - 0x15, - 0xd0, - 0xfe, - 0xf5, - 0xd9, - 0xfe, - 0x39, - 0x84, - 0xff, - 0x24, - 0x14, - 0xff, - 0x55, - 0x1c, - 0xff, - 0x87, - 0xc6, - 0xff, - 0x47, - 0x51, - 0xff, - 0xc5, - 0x3a, - 0xff, - 0xd0, - 0xa0, - 0xff, - 0x87, - 0x27, - 0xff, - 0xf3, - 0x3b, - 0xff, - 0x3b, - 0xc6, - 0xff, - 0x8f, - 0xa1, - 0xff, - 0x72, - 0x80, - 0xff, - 0x55, - 0x7c, - 0xff, - 0xae, - 0x68, - 0xff, - 0xb5, - 0x6c, - 0xff, - 0x8d, - 0x90, - 0xff, - 0xa3, - 0x98, - 0xff, - 0x43, - 0xb5, - 0xff, - 0xf0, - 0xb0, - 0xff, - 0xa7, - 0x56, - 0xff, - 0x46, - 0x6a, - 0xff, - 0xa6, - 0x81, - 0xff, - 0xa5, - 0x7b, - 0xff, - 0xf5, - 0x8d, - 0xff, - 0x2a, - 0x7e, - 0xff, - 0x3e, - 0x97, - 0xff, - 0xcc, - 0x9f, - 0xff, - 0x78, - 0x87, - 0xff, - 0xae, - 0x72, - 0xff, - 0x10, - 0x61, - 0xff, - 0x39, - 0x73, - 0xff, - 0x43, - 0xe7, - 0x06, - 0x68, - 0x57, - 0x0d, - 0xb4, - 0xb6, - 0x06, - 0xbe, - 0x64, - 0x06, - 0x20, - 0xcb, - 0x09, - 0xf1, - 0xc4, - 0x01, - 0x41, - 0x26, - 0x00, - 0x40, - 0xcd, - 0x01, - 0x94, - 0x2f, - 0xff, - 0x2c, - 0xbf, - 0xfd, - 0xc5, - 0x9b, - 0xfc, - 0xf0, - 0x08, - 0x01, - 0xa0, - 0xbf, - 0x02, - 0xb4, - 0x4e, - 0xfe, - 0xcf, - 0x2a, - 0xff, - 0x90, - 0x4d, - 0x01, - 0x7b, - 0x18, - 0xff, - 0x26, - 0x88, - 0xfe, - 0x5b, - 0x9d, - 0x01, - 0xef, - 0x56, - 0x01, - 0x6b, - 0x86, - 0xff, - 0x87, - 0x24, - 0x00, - 0x0d, - 0x0b, - 0x00, - 0x37, - 0x40, - 0x00, - 0x63, - 0x98, - 0xff, - 0x26, - 0xd5, - 0xfd, - 0x77, - 0x7d, - 0xfe, - 0xf1, - 0xaa, - 0xff, - 0x6b, - 0x22, - 0xff, - 0xdb, - 0xa4, - 0xfe, - 0x28, - 0xfd, - 0xfe, - 0x09, - 0x03, - 0xff, - 0xf9, - 0x60, - 0xff, - 0xc8, - 0xce, - 0xff, - 0x6a, - 0x4a, - 0xff, - 0x19, - 0x0a, - 0xff, - 0xa2, - 0x01, - 0xff, - 0x0b, - 0xd3, - 0xfe, - 0xc8, - 0x22, - 0xff, - 0x53, - 0x6a, - 0xff, - 0x98, - 0x53, - 0xff, - 0xa0, - 0x8d, - 0xff, - 0x17, - 0xc1, - 0xff, - 0x0d, - 0x70, - 0xff, - 0xa5, - 0x57, - 0xff, - 0x1d, - 0x8b, - 0xff, - 0x1b, - 0x76, - 0xff, - 0xf2, - 0x7e, - 0xff, - 0x49, - 0xa0, - 0xff, - 0x42, - 0x98, - 0xff, - 0xcd, - 0xb3, - 0xff, - 0x97, - 0x77, - 0xff, - 0xd7, - 0x44, - 0xff, - 0x4b, - 0x6d, - 0xff, - 0x29, - 0x5e, - 0xff, - 0x63, - 0x6f, - 0xff, - 0x65, - 0x82, - 0xff, - 0x6a, - 0x88, - 0xff, - 0x1b, - 0x9d, - 0xff, - 0x43, - 0x97, - 0xff, - 0xdf, - 0x89, - 0xff, - 0xb2, - 0x60, - 0xff, - 0x6c, - 0x64, - 0xff, - 0x7a, - 0x77, - 0xff, - 0xe9, - 0xf1, - 0x04, - 0xb2, - 0xbf, - 0x0b, - 0x28, - 0xc4, - 0x07, - 0xee, - 0x24, - 0x05, - 0x37, - 0x0c, - 0x09, - 0x26, - 0x35, - 0x03, - 0x11, - 0xb0, - 0xff, - 0xef, - 0x67, - 0x02, - 0xaa, - 0x2c, - 0x00, - 0x82, - 0x7d, - 0xfe, - 0x9d, - 0x22, - 0xfd, - 0x87, - 0x3c, - 0xff, - 0x8c, - 0x49, - 0x02, - 0xb7, - 0xf2, - 0xfe, - 0x16, - 0xf8, - 0xfe, - 0x31, - 0xf8, - 0x01, - 0x48, - 0x79, - 0x00, - 0x10, - 0xa2, - 0xfe, - 0xf9, - 0x83, - 0x00, - 0x1d, - 0x77, - 0x01, - 0xc8, - 0xdc, - 0xff, - 0x5d, - 0x2c, - 0x00, - 0x47, - 0x4a, - 0x00, - 0xa7, - 0x8f, - 0xff, - 0x24, - 0xf7, - 0xfe, - 0xd7, - 0x2d, - 0xfe, - 0x0e, - 0x34, - 0xff, - 0x16, - 0xe9, - 0xff, - 0x97, - 0x30, - 0xff, - 0x25, - 0xd5, - 0xfe, - 0x1c, - 0x20, - 0xff, - 0xbf, - 0x93, - 0xff, - 0x84, - 0xc4, - 0xff, - 0x6c, - 0x91, - 0xff, - 0x29, - 0xb8, - 0xfe, - 0xaa, - 0x7b, - 0xfe, - 0x75, - 0xec, - 0xfe, - 0x54, - 0xe6, - 0xfe, - 0x8b, - 0x1a, - 0xff, - 0xb1, - 0x74, - 0xff, - 0x2f, - 0x57, - 0xff, - 0x3e, - 0x6b, - 0xff, - 0xe4, - 0xac, - 0xff, - 0x60, - 0x69, - 0xff, - 0xbc, - 0x4d, - 0xff, - 0xcd, - 0x8d, - 0xff, - 0xfb, - 0x8e, - 0xff, - 0x9d, - 0x9b, - 0xff, - 0xd4, - 0x8b, - 0xff, - 0xb6, - 0x6e, - 0xff, - 0x2a, - 0x93, - 0xff, - 0x24, - 0x6d, - 0xff, - 0x44, - 0x3e, - 0xff, - 0xe8, - 0x52, - 0xff, - 0x04, - 0x5c, - 0xff, - 0x8c, - 0x71, - 0xff, - 0xa1, - 0x7d, - 0xff, - 0x4b, - 0x93, - 0xff, - 0x02, - 0x91, - 0xff, - 0xa7, - 0x6d, - 0xff, - 0xb6, - 0x83, - 0xff, - 0x0d, - 0x76, - 0xff, - 0x9b, - 0x5f, - 0xff, - 0x70, - 0x5e, - 0xff, - 0xc0, - 0x24, - 0x06, - 0xb6, - 0xff, - 0x0a, - 0x0a, - 0x79, - 0x05, - 0x8e, - 0x25, - 0x06, - 0x72, - 0xfe, - 0x07, - 0xad, - 0x5e, - 0x01, - 0xb8, - 0x3d, - 0x01, - 0x5f, - 0x92, - 0x02, - 0x76, - 0x69, - 0x00, - 0x4a, - 0x94, - 0xfe, - 0xe6, - 0xda, - 0xfc, - 0xdc, - 0xee, - 0xff, - 0x1d, - 0x45, - 0x01, - 0x18, - 0x67, - 0xff, - 0x87, - 0x61, - 0x01, - 0xb6, - 0x23, - 0x02, - 0xbe, - 0x36, - 0xff, - 0xc1, - 0xba, - 0xfe, - 0x4c, - 0x01, - 0x01, - 0xd4, - 0xfd, - 0x00, - 0x5b, - 0x2e, - 0x00, - 0x6e, - 0x1e, - 0x00, - 0xcb, - 0x6f, - 0xff, - 0x55, - 0x5f, - 0xff, - 0x11, - 0x3d, - 0xff, - 0xef, - 0x22, - 0xff, - 0x0f, - 0xbc, - 0xff, - 0x3e, - 0xd5, - 0xff, - 0x44, - 0x4a, - 0xff, - 0xb3, - 0x2d, - 0xff, - 0x6b, - 0xb4, - 0xff, - 0x50, - 0x7d, - 0xff, - 0x3d, - 0x19, - 0xff, - 0x21, - 0xe3, - 0xfe, - 0x1a, - 0x69, - 0xfe, - 0x49, - 0xd1, - 0xfe, - 0x0d, - 0x53, - 0xff, - 0xc6, - 0x09, - 0xff, - 0x29, - 0xfc, - 0xfe, - 0x5b, - 0x45, - 0xff, - 0xd1, - 0x63, - 0xff, - 0xfd, - 0x71, - 0xff, - 0x81, - 0x85, - 0xff, - 0x3e, - 0x71, - 0xff, - 0x1e, - 0x74, - 0xff, - 0x79, - 0x9b, - 0xff, - 0x15, - 0x97, - 0xff, - 0x2a, - 0x88, - 0xff, - 0x1e, - 0x74, - 0xff, - 0x7a, - 0x6b, - 0xff, - 0x1a, - 0x78, - 0xff, - 0x8d, - 0x4d, - 0xff, - 0x7d, - 0x3a, - 0xff, - 0x5c, - 0x61, - 0xff, - 0xcf, - 0x6b, - 0xff, - 0x38, - 0x64, - 0xff, - 0x72, - 0x6f, - 0xff, - 0xd8, - 0x88, - 0xff, - 0xc3, - 0x85, - 0xff, - 0x4f, - 0x80, - 0xff, - 0xd1, - 0x7b, - 0xff, - 0x3d, - 0x65, - 0xff, - 0x91, - 0x5b, - 0xff, - 0x6e, - 0x48, - 0xff, - 0xd8, - 0x0f, - 0x06, - 0x94, - 0x3a, - 0x0a, - 0xe4, - 0xb2, - 0x04, - 0xd0, - 0xae, - 0x05, - 0x30, - 0x34, - 0x07, - 0x89, - 0x5a, - 0x01, - 0xf4, - 0xef, - 0x01, - 0x86, - 0x02, - 0x03, - 0xab, - 0x72, - 0x00, - 0x1f, - 0xa1, - 0xfe, - 0xeb, - 0x42, - 0xfd, - 0x27, - 0x20, - 0x00, - 0xde, - 0x2c, - 0x02, - 0x7f, - 0x8e, - 0x00, - 0x6d, - 0x23, - 0x01, - 0x53, - 0xac, - 0x01, - 0xa9, - 0x31, - 0xff, - 0x77, - 0xb6, - 0xfe, - 0x7b, - 0xff, - 0x00, - 0x71, - 0x00, - 0x01, - 0xc7, - 0xdb, - 0xff, - 0xcd, - 0xe2, - 0xff, - 0xcf, - 0xe7, - 0xff, - 0xee, - 0xcc, - 0xff, - 0x4a, - 0xb7, - 0xff, - 0x52, - 0x9d, - 0xff, - 0xe5, - 0xe9, - 0xff, - 0xda, - 0x37, - 0x00, - 0x43, - 0x7c, - 0xff, - 0x7e, - 0xf4, - 0xfe, - 0x56, - 0x2c, - 0xff, - 0xd2, - 0xfb, - 0xfe, - 0xb8, - 0xf2, - 0xfe, - 0x8e, - 0xfb, - 0xfe, - 0x63, - 0xee, - 0xfe, - 0x71, - 0x2f, - 0xff, - 0x09, - 0x2e, - 0xff, - 0xe8, - 0xdd, - 0xfe, - 0x67, - 0xf6, - 0xfe, - 0x9b, - 0x5a, - 0xff, - 0x8e, - 0x55, - 0xff, - 0x81, - 0x72, - 0xff, - 0x2f, - 0xa5, - 0xff, - 0x08, - 0x72, - 0xff, - 0x36, - 0x92, - 0xff, - 0xb0, - 0xb2, - 0xff, - 0x4a, - 0x86, - 0xff, - 0xa6, - 0x7d, - 0xff, - 0x1a, - 0x61, - 0xff, - 0xc8, - 0x59, - 0xff, - 0xcf, - 0x65, - 0xff, - 0x7b, - 0x43, - 0xff, - 0xc9, - 0x50, - 0xff, - 0x70, - 0x69, - 0xff, - 0x93, - 0x5f, - 0xff, - 0xd9, - 0x5d, - 0xff, - 0x20, - 0x68, - 0xff, - 0xb4, - 0x96, - 0xff, - 0xb5, - 0x9b, - 0xff, - 0xb6, - 0x76, - 0xff, - 0x74, - 0x68, - 0xff, - 0x4e, - 0x53, - 0xff, - 0x08, - 0x58, - 0xff, - 0x7b, - 0x66, - 0xff, - 0x70, - 0x78, - 0x05, - 0x21, - 0x52, - 0x09, - 0xe7, - 0x20, - 0x04, - 0x22, - 0xfb, - 0x04, - 0x2f, - 0xd9, - 0x06, - 0xa6, - 0xbd, - 0x01, - 0x26, - 0x57, - 0x02, - 0xe8, - 0x3d, - 0x03, - 0xe7, - 0x87, - 0x00, - 0x6f, - 0x55, - 0xff, - 0x9f, - 0xcf, - 0xfe, - 0x80, - 0x78, - 0x00, - 0xb5, - 0x7d, - 0x01, - 0xfa, - 0xf3, - 0x00, - 0x3d, - 0x56, - 0x01, - 0xf8, - 0x07, - 0x01, - 0xb3, - 0x35, - 0xff, - 0x42, - 0x8d, - 0xfe, - 0xf2, - 0x74, - 0x00, - 0x43, - 0x2d, - 0x01, - 0xa5, - 0x7b, - 0x00, - 0xcd, - 0x66, - 0x00, - 0xb0, - 0xef, - 0xff, - 0x1f, - 0xc8, - 0xff, - 0x32, - 0x30, - 0x00, - 0x8f, - 0x4a, - 0x00, - 0xa4, - 0x49, - 0x00, - 0x09, - 0xb6, - 0xff, - 0x40, - 0x88, - 0xfe, - 0x92, - 0x6f, - 0xfe, - 0xe2, - 0x28, - 0xff, - 0xc8, - 0x42, - 0xff, - 0x47, - 0x52, - 0xff, - 0x18, - 0x30, - 0xff, - 0x85, - 0xc2, - 0xfe, - 0x5a, - 0x12, - 0xff, - 0xbc, - 0x41, - 0xff, - 0xec, - 0xc8, - 0xfe, - 0x93, - 0xfa, - 0xfe, - 0xbe, - 0x6a, - 0xff, - 0x20, - 0x57, - 0xff, - 0xa9, - 0x84, - 0xff, - 0x9a, - 0xaa, - 0xff, - 0x83, - 0x86, - 0xff, - 0xcd, - 0x95, - 0xff, - 0x5f, - 0x99, - 0xff, - 0x18, - 0x6f, - 0xff, - 0x5e, - 0x56, - 0xff, - 0x83, - 0x56, - 0xff, - 0xb2, - 0x50, - 0xff, - 0xd1, - 0x55, - 0xff, - 0xf6, - 0x57, - 0xff, - 0xaf, - 0x42, - 0xff, - 0xf2, - 0x5c, - 0xff, - 0x46, - 0x6e, - 0xff, - 0x68, - 0x55, - 0xff, - 0xbf, - 0x7d, - 0xff, - 0x20, - 0x9a, - 0xff, - 0x87, - 0x7d, - 0xff, - 0x51, - 0x6b, - 0xff, - 0xb3, - 0x57, - 0xff, - 0xee, - 0x66, - 0xff, - 0xa2, - 0x78, - 0xff, - 0xa3, - 0x6c, - 0xff, - 0xf7, - 0x42, - 0x05, - 0x63, - 0xef, - 0x08, - 0xeb, - 0xc2, - 0x03, - 0xfe, - 0x8c, - 0x03, - 0x0a, - 0x89, - 0x05, - 0x90, - 0xda, - 0x02, - 0xe8, - 0x91, - 0x03, - 0xa0, - 0x5c, - 0x03, - 0x03, - 0x57, - 0x01, - 0x68, - 0x49, - 0x00, - 0xb6, - 0xd0, - 0xfe, - 0xf9, - 0x6e, - 0x00, - 0x81, - 0x01, - 0x02, - 0x55, - 0xe0, - 0x00, - 0x19, - 0x8f, - 0x00, - 0x41, - 0x5a, - 0x00, - 0x6d, - 0xd2, - 0xfe, - 0x42, - 0x03, - 0xff, - 0x14, - 0x7a, - 0x01, - 0xfd, - 0xaf, - 0x01, - 0x69, - 0x50, - 0x00, - 0x2e, - 0x23, - 0x00, - 0x32, - 0x40, - 0x00, - 0x09, - 0xc0, - 0x00, - 0xdc, - 0xdd, - 0x00, - 0xc0, - 0xc4, - 0xff, - 0xa4, - 0x02, - 0xff, - 0x25, - 0xdb, - 0xfe, - 0x3d, - 0xac, - 0xfe, - 0x57, - 0xf2, - 0xfe, - 0x29, - 0x80, - 0xff, - 0xce, - 0x76, - 0xff, - 0x59, - 0x19, - 0xff, - 0x3e, - 0xea, - 0xfe, - 0xdd, - 0xe1, - 0xfe, - 0xb5, - 0x23, - 0xff, - 0x63, - 0x41, - 0xff, - 0x97, - 0xf6, - 0xfe, - 0x9e, - 0x23, - 0xff, - 0x2d, - 0x7b, - 0xff, - 0xc6, - 0x68, - 0xff, - 0x7e, - 0x84, - 0xff, - 0x32, - 0x9b, - 0xff, - 0xdc, - 0x86, - 0xff, - 0x76, - 0x8a, - 0xff, - 0xd9, - 0x6e, - 0xff, - 0xd9, - 0x55, - 0xff, - 0x46, - 0x53, - 0xff, - 0x6f, - 0x4b, - 0xff, - 0x00, - 0x52, - 0xff, - 0xee, - 0x54, - 0xff, - 0x90, - 0x51, - 0xff, - 0xd3, - 0x55, - 0xff, - 0x55, - 0x6a, - 0xff, - 0x78, - 0x76, - 0xff, - 0xff, - 0x60, - 0xff, - 0x7c, - 0x78, - 0xff, - 0xf9, - 0x89, - 0xff, - 0x46, - 0x64, - 0xff, - 0x1f, - 0x6f, - 0xff, - 0x28, - 0x77, - 0xff, - 0xd2, - 0x76, - 0xff, - 0xc6, - 0x83, - 0xff, - 0x3d, - 0x70, - 0xff, - 0x60, - 0xe7, - 0x03, - 0x11, - 0xa4, - 0x07, - 0x70, - 0x35, - 0x04, - 0x03, - 0x30, - 0x03, - 0x64, - 0x49, - 0x05, - 0x35, - 0x62, - 0x03, - 0x07, - 0xe1, - 0x03, - 0xa8, - 0x18, - 0x05, - 0x1f, - 0x7f, - 0x02, - 0x5e, - 0x72, - 0x00, - 0xd8, - 0x5a, - 0xff, - 0x7f, - 0x92, - 0xff, - 0x31, - 0x22, - 0x01, - 0xee, - 0x0b, - 0x01, - 0x00, - 0x3a, - 0x00, - 0xa2, - 0xfc, - 0xff, - 0x78, - 0x85, - 0xff, - 0x99, - 0x00, - 0x00, - 0x2d, - 0x8f, - 0x01, - 0xab, - 0xcd, - 0x01, - 0x14, - 0xb7, - 0x00, - 0xa5, - 0x4d, - 0x00, - 0xe6, - 0xb2, - 0x00, - 0x58, - 0xcf, - 0x00, - 0x78, - 0x22, - 0x00, - 0x98, - 0x04, - 0xff, - 0x79, - 0xc4, - 0xfe, - 0xc2, - 0x1e, - 0xff, - 0x69, - 0xfd, - 0xfe, - 0x47, - 0x33, - 0xff, - 0xce, - 0x85, - 0xff, - 0x88, - 0x3e, - 0xff, - 0x30, - 0x11, - 0xff, - 0xe4, - 0xf7, - 0xfe, - 0x9c, - 0xf5, - 0xfe, - 0x38, - 0x53, - 0xff, - 0xcd, - 0x72, - 0xff, - 0x54, - 0x33, - 0xff, - 0xc4, - 0x34, - 0xff, - 0x15, - 0x6f, - 0xff, - 0xde, - 0x6b, - 0xff, - 0x25, - 0x6a, - 0xff, - 0x17, - 0x9a, - 0xff, - 0x52, - 0x7e, - 0xff, - 0x40, - 0x5d, - 0xff, - 0x87, - 0x6e, - 0xff, - 0x57, - 0x50, - 0xff, - 0x51, - 0x52, - 0xff, - 0x2d, - 0x5b, - 0xff, - 0x95, - 0x45, - 0xff, - 0xd4, - 0x5b, - 0xff, - 0x1a, - 0x62, - 0xff, - 0x04, - 0x6d, - 0xff, - 0xd6, - 0x84, - 0xff, - 0x4b, - 0x72, - 0xff, - 0xf0, - 0x64, - 0xff, - 0x45, - 0x62, - 0xff, - 0x8e, - 0x69, - 0xff, - 0x46, - 0x80, - 0xff, - 0x9c, - 0x83, - 0xff, - 0xf2, - 0x89, - 0xff, - 0x13, - 0x94, - 0xff, - 0xe5, - 0x8c, - 0xff, - 0x6a, - 0x83, - 0xff, - 0x59, - 0xf6, - 0x02, - 0x8d, - 0xfc, - 0x06, - 0x60, - 0x4d, - 0x05, - 0xd3, - 0x78, - 0x03, - 0xcc, - 0x64, - 0x05, - 0x14, - 0x09, - 0x05, - 0x03, - 0xb3, - 0x03, - 0xf5, - 0x6a, - 0x03, - 0xb2, - 0xc4, - 0x02, - 0xc0, - 0x55, - 0x01, - 0x45, - 0x9f, - 0xff, - 0xaf, - 0x55, - 0xff, - 0x69, - 0x94, - 0xff, - 0xa0, - 0xc8, - 0xff, - 0x17, - 0xbf, - 0x00, - 0xaf, - 0x74, - 0x01, - 0x73, - 0xd0, - 0x00, - 0x2b, - 0x55, - 0x00, - 0x2c, - 0x3a, - 0x01, - 0x9b, - 0x8f, - 0x01, - 0x6e, - 0xf8, - 0x00, - 0x45, - 0x6e, - 0x00, - 0x32, - 0x2f, - 0x00, - 0x6e, - 0x00, - 0x00, - 0x28, - 0x60, - 0xff, - 0x6e, - 0x06, - 0xff, - 0x24, - 0x1c, - 0xff, - 0xce, - 0x1d, - 0xff, - 0x64, - 0xfd, - 0xfe, - 0x6b, - 0x13, - 0xff, - 0xfd, - 0x6c, - 0xff, - 0x09, - 0x75, - 0xff, - 0xca, - 0x2b, - 0xff, - 0xaf, - 0xec, - 0xfe, - 0x47, - 0x1d, - 0xff, - 0x79, - 0x70, - 0xff, - 0x6e, - 0x60, - 0xff, - 0x36, - 0x3a, - 0xff, - 0x93, - 0x50, - 0xff, - 0x88, - 0x77, - 0xff, - 0x89, - 0x74, - 0xff, - 0xd7, - 0x70, - 0xff, - 0x9f, - 0x41, - 0xff, - 0xbd, - 0x2a, - 0xff, - 0xf5, - 0x59, - 0xff, - 0xe5, - 0x46, - 0xff, - 0xfb, - 0x5b, - 0xff, - 0xbf, - 0x84, - 0xff, - 0x18, - 0x5b, - 0xff, - 0x9c, - 0x52, - 0xff, - 0xd1, - 0x64, - 0xff, - 0x66, - 0x5b, - 0xff, - 0xe5, - 0x55, - 0xff, - 0xf5, - 0x77, - 0xff, - 0x13, - 0x71, - 0xff, - 0x65, - 0x51, - 0xff, - 0x78, - 0x81, - 0xff, - 0xcc, - 0x7e, - 0xff, - 0xb4, - 0x72, - 0xff, - 0x86, - 0xa4, - 0xff, - 0x83, - 0x8f, - 0xff, - 0x78, - 0x85, - 0xff, - 0xf3, - 0x94, - 0xff, - 0xfa, - 0x76, - 0xff, - 0xba, - 0x20, - 0x02, - 0x41, - 0x25, - 0x06, - 0xb4, - 0x81, - 0x06, - 0xec, - 0x8e, - 0x04, - 0x49, - 0xf2, - 0x04, - 0x12, - 0x77, - 0x05, - 0xfa, - 0xe5, - 0x04, - 0x52, - 0x86, - 0x03, - 0x09, - 0x80, - 0x01, - 0x37, - 0x19, - 0x00, - 0x29, - 0x65, - 0xff, - 0xcc, - 0x83, - 0xff, - 0x6f, - 0x22, - 0x00, - 0xda, - 0x7a, - 0x00, - 0x17, - 0x96, - 0x00, - 0xaf, - 0x08, - 0x01, - 0x4b, - 0x9b, - 0x01, - 0x34, - 0x7c, - 0x01, - 0x16, - 0x38, - 0x01, - 0x06, - 0x14, - 0x01, - 0x7c, - 0x98, - 0x00, - 0x7d, - 0xfa, - 0xff, - 0x66, - 0xa8, - 0xff, - 0x3f, - 0x91, - 0xff, - 0xe9, - 0x6e, - 0xff, - 0xe3, - 0x3b, - 0xff, - 0xb8, - 0x29, - 0xff, - 0x34, - 0x42, - 0xff, - 0xed, - 0x11, - 0xff, - 0xd9, - 0xe1, - 0xfe, - 0xda, - 0x29, - 0xff, - 0xc3, - 0x73, - 0xff, - 0xf4, - 0x6d, - 0xff, - 0xad, - 0x5e, - 0xff, - 0xd2, - 0x5d, - 0xff, - 0x9f, - 0x42, - 0xff, - 0x82, - 0x49, - 0xff, - 0x47, - 0x4e, - 0xff, - 0xdd, - 0x4d, - 0xff, - 0x37, - 0x5e, - 0xff, - 0xf1, - 0x46, - 0xff, - 0xbc, - 0x4e, - 0xff, - 0xe2, - 0x48, - 0xff, - 0x10, - 0x3f, - 0xff, - 0x99, - 0x50, - 0xff, - 0x40, - 0x34, - 0xff, - 0x47, - 0x4d, - 0xff, - 0x17, - 0x8b, - 0xff, - 0x63, - 0x6f, - 0xff, - 0x03, - 0x50, - 0xff, - 0xaf, - 0x74, - 0xff, - 0xe1, - 0x75, - 0xff, - 0xf0, - 0x5a, - 0xff, - 0x3f, - 0x64, - 0xff, - 0x21, - 0x74, - 0xff, - 0x2b, - 0x76, - 0xff, - 0x65, - 0x76, - 0xff, - 0x7a, - 0x82, - 0xff, - 0x37, - 0x7d, - 0xff, - 0xcc, - 0x98, - 0xff, - 0x79, - 0xb1, - 0xff, - 0xb8, - 0x81, - 0xff, - 0x96, - 0x7c, - 0xff, - 0xc6, - 0x8f, - 0xff, - 0x76, - 0xb8, - 0x03, - 0x12, - 0x76, - 0x07, - 0xfa, - 0x28, - 0x05, - 0x23, - 0x8f, - 0x04, - 0xcc, - 0x43, - 0x06, - 0x17, - 0x91, - 0x04, - 0xc0, - 0xd5, - 0x03, - 0xae, - 0xb6, - 0x03, - 0x61, - 0x0c, - 0x01, - 0x39, - 0xc9, - 0xfe, - 0xdc, - 0x1b, - 0xff, - 0x44, - 0x7d, - 0x00, - 0x85, - 0xa5, - 0x00, - 0xfc, - 0x8c, - 0x00, - 0xcb, - 0x24, - 0x01, - 0xc5, - 0x42, - 0x01, - 0x7b, - 0x69, - 0x01, - 0xcb, - 0x14, - 0x02, - 0x5d, - 0xb4, - 0x01, - 0x31, - 0x30, - 0x00, - 0x2f, - 0x5e, - 0xff, - 0x8e, - 0x80, - 0xff, - 0xb1, - 0xa8, - 0xff, - 0xc2, - 0x9f, - 0xff, - 0x00, - 0x93, - 0xff, - 0x4c, - 0x56, - 0xff, - 0x2c, - 0x0d, - 0xff, - 0x4e, - 0x0c, - 0xff, - 0x4a, - 0x0a, - 0xff, - 0xc0, - 0x48, - 0xff, - 0xb1, - 0x83, - 0xff, - 0x7a, - 0x35, - 0xff, - 0xb1, - 0x42, - 0xff, - 0xd9, - 0x91, - 0xff, - 0xb8, - 0x7f, - 0xff, - 0xb5, - 0x62, - 0xff, - 0x1e, - 0x4d, - 0xff, - 0xa1, - 0x3d, - 0xff, - 0x03, - 0x4a, - 0xff, - 0x87, - 0x35, - 0xff, - 0xfa, - 0x0f, - 0xff, - 0xf7, - 0x39, - 0xff, - 0xfb, - 0x69, - 0xff, - 0xc6, - 0x48, - 0xff, - 0x4c, - 0x24, - 0xff, - 0xae, - 0x42, - 0xff, - 0x65, - 0x7b, - 0xff, - 0xfc, - 0x74, - 0xff, - 0xd5, - 0x58, - 0xff, - 0xe1, - 0x69, - 0xff, - 0x8a, - 0x89, - 0xff, - 0x18, - 0x81, - 0xff, - 0x06, - 0x58, - 0xff, - 0x80, - 0x6d, - 0xff, - 0x77, - 0x92, - 0xff, - 0xb7, - 0x7e, - 0xff, - 0x20, - 0x69, - 0xff, - 0x6f, - 0x6b, - 0xff, - 0x55, - 0x93, - 0xff, - 0x15, - 0xaa, - 0xff, - 0x16, - 0x91, - 0xff, - 0x0f, - 0x8f, - 0xff, - 0xb3, - 0x99, - 0xff, - 0xec, - 0x97, - 0xff, - 0xce, - 0xb5, - 0x03, - 0xe0, - 0x57, - 0x07, - 0xf6, - 0x8e, - 0x05, - 0x2c, - 0xb6, - 0x04, - 0x72, - 0x45, - 0x05, - 0x02, - 0x01, - 0x04, - 0x41, - 0x3e, - 0x03, - 0xdc, - 0xe0, - 0x02, - 0xba, - 0xac, - 0x01, - 0x2d, - 0x15, - 0x00, - 0x42, - 0xf5, - 0xff, - 0xea, - 0xa4, - 0x00, - 0x7b, - 0x76, - 0x00, - 0x44, - 0x72, - 0x00, - 0x85, - 0xdd, - 0x00, - 0x8f, - 0x76, - 0x01, - 0xd6, - 0xfa, - 0x01, - 0xaa, - 0x17, - 0x02, - 0x0b, - 0x3e, - 0x01, - 0xf6, - 0xc7, - 0xff, - 0x59, - 0x63, - 0xff, - 0x28, - 0x76, - 0xff, - 0xad, - 0x61, - 0xff, - 0x57, - 0x99, - 0xff, - 0xc5, - 0xaa, - 0xff, - 0x56, - 0x8f, - 0xff, - 0xb3, - 0x41, - 0xff, - 0x92, - 0xe0, - 0xfe, - 0xca, - 0xef, - 0xfe, - 0xf8, - 0x4a, - 0xff, - 0xc6, - 0x74, - 0xff, - 0xd5, - 0x66, - 0xff, - 0x95, - 0x78, - 0xff, - 0x82, - 0x72, - 0xff, - 0xa4, - 0x5b, - 0xff, - 0xa4, - 0x68, - 0xff, - 0x69, - 0x4d, - 0xff, - 0x44, - 0x44, - 0xff, - 0x88, - 0x3d, - 0xff, - 0xdd, - 0x15, - 0xff, - 0xd8, - 0x24, - 0xff, - 0x1b, - 0x3d, - 0xff, - 0x5e, - 0x2e, - 0xff, - 0xa7, - 0x1a, - 0xff, - 0xaf, - 0x33, - 0xff, - 0x89, - 0x54, - 0xff, - 0x61, - 0x6b, - 0xff, - 0xa5, - 0x7e, - 0xff, - 0x83, - 0x64, - 0xff, - 0x7c, - 0x61, - 0xff, - 0x43, - 0x73, - 0xff, - 0xb7, - 0x86, - 0xff, - 0xa8, - 0x92, - 0xff, - 0xe2, - 0x7b, - 0xff, - 0xa6, - 0x7e, - 0xff, - 0xc1, - 0x71, - 0xff, - 0x06, - 0x51, - 0xff, - 0xe7, - 0x5f, - 0xff, - 0xb9, - 0xa1, - 0xff, - 0x4e, - 0xbb, - 0xff, - 0x35, - 0x8b, - 0xff, - 0xeb, - 0x8f, - 0xff, - 0x68, - 0xa2, - 0xff, - 0x67, - 0x8f, - 0xff, - 0x5a, - 0x6b, - 0x03, - 0xd7, - 0xff, - 0x07, - 0xb3, - 0xcf, - 0x05, - 0xe3, - 0xc0, - 0x02, - 0xbd, - 0xd9, - 0x03, - 0xe5, - 0xb1, - 0x03, - 0xb5, - 0xd5, - 0x02, - 0xeb, - 0xca, - 0x02, - 0x3c, - 0xd8, - 0x02, - 0x0a, - 0x8d, - 0x01, - 0xc2, - 0xeb, - 0xff, - 0xc4, - 0xc6, - 0x00, - 0x1d, - 0xdf, - 0x00, - 0xf4, - 0x22, - 0x00, - 0x7b, - 0x00, - 0x01, - 0x09, - 0xb4, - 0x01, - 0x64, - 0x7c, - 0x01, - 0x40, - 0x5a, - 0x01, - 0xcd, - 0xd5, - 0x01, - 0x63, - 0xd2, - 0x00, - 0x03, - 0xe8, - 0xfe, - 0xdb, - 0xdf, - 0xfe, - 0x98, - 0x94, - 0xff, - 0x29, - 0xd0, - 0xff, - 0x0d, - 0x80, - 0xff, - 0x70, - 0x54, - 0xff, - 0x42, - 0x7c, - 0xff, - 0x20, - 0x2f, - 0xff, - 0x35, - 0xfe, - 0xfe, - 0xec, - 0x00, - 0xff, - 0x3a, - 0x27, - 0xff, - 0x65, - 0x8c, - 0xff, - 0xe9, - 0xa6, - 0xff, - 0x8a, - 0x7d, - 0xff, - 0x32, - 0x48, - 0xff, - 0x66, - 0x1f, - 0xff, - 0xf5, - 0x37, - 0xff, - 0xf4, - 0x6b, - 0xff, - 0x14, - 0x43, - 0xff, - 0xf5, - 0x19, - 0xff, - 0x26, - 0x33, - 0xff, - 0x4c, - 0x0d, - 0xff, - 0x9e, - 0x07, - 0xff, - 0x67, - 0x26, - 0xff, - 0x79, - 0x1b, - 0xff, - 0x37, - 0x37, - 0xff, - 0x7d, - 0x3d, - 0xff, - 0xe5, - 0x55, - 0xff, - 0xe6, - 0x94, - 0xff, - 0x73, - 0x82, - 0xff, - 0x21, - 0x5f, - 0xff, - 0xfd, - 0x6e, - 0xff, - 0x0a, - 0x9c, - 0xff, - 0xec, - 0x8b, - 0xff, - 0x03, - 0x58, - 0xff, - 0xa9, - 0x5c, - 0xff, - 0x38, - 0x59, - 0xff, - 0xe6, - 0x75, - 0xff, - 0x89, - 0xa0, - 0xff, - 0xab, - 0x9c, - 0xff, - 0xf5, - 0xa1, - 0xff, - 0xdf, - 0x91, - 0xff, - 0x99, - 0x77, - 0xff, - 0x8c, - 0x68, - 0xff, - 0xdf, - 0xea, - 0x03, - 0xe0, - 0x04, - 0x08, - 0x9a, - 0xad, - 0x04, - 0xd7, - 0xc2, - 0x01, - 0x0a, - 0xbd, - 0x02, - 0x65, - 0xa1, - 0x02, - 0xe1, - 0x46, - 0x03, - 0xb6, - 0xd1, - 0x03, - 0x1f, - 0x8b, - 0x02, - 0xb0, - 0x46, - 0x01, - 0xa1, - 0x72, - 0x01, - 0xd5, - 0x6e, - 0x01, - 0x15, - 0xff, - 0xff, - 0x57, - 0x64, - 0x00, - 0x1f, - 0x91, - 0x01, - 0xa8, - 0x77, - 0x01, - 0xcd, - 0x91, - 0x01, - 0x14, - 0x97, - 0x01, - 0x92, - 0x90, - 0x01, - 0x31, - 0x3a, - 0x01, - 0x3b, - 0x32, - 0x00, - 0x4f, - 0x2f, - 0xff, - 0x8c, - 0xd7, - 0xfe, - 0xf6, - 0x5e, - 0xff, - 0x02, - 0xcc, - 0xff, - 0x97, - 0xe3, - 0xff, - 0xf6, - 0x91, - 0xff, - 0x17, - 0x09, - 0xff, - 0xc7, - 0x2c, - 0xff, - 0x13, - 0x37, - 0xff, - 0x93, - 0x0a, - 0xff, - 0xd1, - 0x41, - 0xff, - 0xda, - 0x7f, - 0xff, - 0xb5, - 0xc4, - 0xff, - 0xc3, - 0x94, - 0xff, - 0xdd, - 0x0a, - 0xff, - 0xd0, - 0x24, - 0xff, - 0x7b, - 0x6f, - 0xff, - 0x38, - 0x67, - 0xff, - 0x92, - 0x3e, - 0xff, - 0x32, - 0x21, - 0xff, - 0xd9, - 0x25, - 0xff, - 0xf3, - 0x19, - 0xff, - 0x8a, - 0x04, - 0xff, - 0xee, - 0x12, - 0xff, - 0x94, - 0x38, - 0xff, - 0x8e, - 0x45, - 0xff, - 0x0c, - 0x5a, - 0xff, - 0x64, - 0x71, - 0xff, - 0x70, - 0x4c, - 0xff, - 0x0b, - 0x68, - 0xff, - 0x11, - 0xa5, - 0xff, - 0x1b, - 0x84, - 0xff, - 0xdc, - 0x6c, - 0xff, - 0x05, - 0x80, - 0xff, - 0x78, - 0x91, - 0xff, - 0x0e, - 0x87, - 0xff, - 0x0e, - 0x66, - 0xff, - 0xdd, - 0x7f, - 0xff, - 0x8e, - 0xa3, - 0xff, - 0x94, - 0x81, - 0xff, - 0x6f, - 0x78, - 0xff, - 0x90, - 0x8c, - 0xff, - 0x7b, - 0x75, - 0xff, - 0x66, - 0x45, - 0x04, - 0x9d, - 0x05, - 0x08, - 0x0b, - 0x4b, - 0x04, - 0x8c, - 0xeb, - 0x01, - 0x37, - 0xca, - 0x02, - 0xd5, - 0x4d, - 0x02, - 0x18, - 0x63, - 0x02, - 0x4a, - 0x6b, - 0x02, - 0xcb, - 0xc3, - 0x01, - 0x6d, - 0x55, - 0x01, - 0x9f, - 0xeb, - 0x01, - 0xb7, - 0x2c, - 0x02, - 0xfc, - 0x3b, - 0x01, - 0xc7, - 0xa1, - 0x00, - 0x83, - 0x80, - 0x00, - 0x26, - 0x9f, - 0x01, - 0x7a, - 0x31, - 0x02, - 0x40, - 0x69, - 0x01, - 0xd1, - 0x57, - 0x01, - 0x59, - 0x7e, - 0x01, - 0xea, - 0x55, - 0x01, - 0xbc, - 0x40, - 0x00, - 0x90, - 0x82, - 0xff, - 0x1f, - 0x4d, - 0xff, - 0x5a, - 0xb3, - 0xfe, - 0x9f, - 0x9f, - 0xff, - 0xf5, - 0x3f, - 0x00, - 0x0e, - 0x77, - 0xff, - 0x48, - 0x39, - 0xff, - 0xaa, - 0x5d, - 0xff, - 0x94, - 0x5d, - 0xff, - 0x77, - 0x14, - 0xff, - 0x8c, - 0x58, - 0xff, - 0xb7, - 0xa7, - 0xff, - 0x0b, - 0x8e, - 0xff, - 0x07, - 0xad, - 0xff, - 0x3f, - 0x39, - 0xff, - 0x66, - 0x1f, - 0xff, - 0x71, - 0x94, - 0xff, - 0x93, - 0x66, - 0xff, - 0xa8, - 0x3e, - 0xff, - 0xb9, - 0x5f, - 0xff, - 0x59, - 0x3b, - 0xff, - 0x31, - 0xe8, - 0xfe, - 0xc9, - 0x10, - 0xff, - 0x0b, - 0x5f, - 0xff, - 0x3a, - 0x56, - 0xff, - 0x7a, - 0x4d, - 0xff, - 0xec, - 0x52, - 0xff, - 0xf1, - 0x5a, - 0xff, - 0x55, - 0x56, - 0xff, - 0x01, - 0x7d, - 0xff, - 0x52, - 0x9d, - 0xff, - 0xf8, - 0x7c, - 0xff, - 0x74, - 0x84, - 0xff, - 0xaa, - 0xa1, - 0xff, - 0x8f, - 0xaa, - 0xff, - 0xaf, - 0x95, - 0xff, - 0x4d, - 0x8a, - 0xff, - 0x0a, - 0x93, - 0xff, - 0x6a, - 0x7d, - 0xff, - 0x26, - 0x85, - 0xff, - 0x21, - 0x88, - 0xff, - 0xa4, - 0x46, - 0xff, - 0x97, - 0x29, - 0x04, - 0x20, - 0x51, - 0x08, - 0x33, - 0x98, - 0x04, - 0xb4, - 0x92, - 0x01, - 0x6f, - 0xfa, - 0x02, - 0xaa, - 0x27, - 0x03, - 0xa7, - 0xaf, - 0x02, - 0x6f, - 0x92, - 0x01, - 0x11, - 0xb1, - 0xff, - 0x2d, - 0x51, - 0xff, - 0x9c, - 0x16, - 0x02, - 0x63, - 0xb6, - 0x03, - 0x8d, - 0x67, - 0x01, - 0xc8, - 0x5f, - 0x00, - 0x98, - 0xf6, - 0x00, - 0x0c, - 0x2f, - 0x01, - 0x72, - 0x8f, - 0x01, - 0x4b, - 0xd9, - 0x01, - 0x58, - 0xb9, - 0x01, - 0xa7, - 0x28, - 0x01, - 0x32, - 0x6f, - 0x01, - 0x26, - 0xb2, - 0x01, - 0xb5, - 0xb1, - 0x00, - 0x19, - 0x92, - 0xff, - 0xc2, - 0x3d, - 0xff, - 0x29, - 0x47, - 0xff, - 0x4d, - 0xe8, - 0xfe, - 0x0f, - 0x6c, - 0xff, - 0x96, - 0x36, - 0x00, - 0xb7, - 0x9e, - 0xff, - 0xe1, - 0x43, - 0xff, - 0xb6, - 0x70, - 0xff, - 0x2d, - 0x46, - 0xff, - 0xfc, - 0x4e, - 0xff, - 0x7c, - 0x8c, - 0xff, - 0x9c, - 0x81, - 0xff, - 0xbb, - 0x70, - 0xff, - 0x8e, - 0x96, - 0xff, - 0x8c, - 0x69, - 0xff, - 0x90, - 0x45, - 0xff, - 0x63, - 0x94, - 0xff, - 0x55, - 0x83, - 0xff, - 0xc6, - 0x2a, - 0xff, - 0x1e, - 0x0c, - 0xff, - 0x0b, - 0x2c, - 0xff, - 0xcf, - 0x75, - 0xff, - 0x0b, - 0x6f, - 0xff, - 0xa2, - 0x33, - 0xff, - 0xde, - 0x37, - 0xff, - 0x1b, - 0x63, - 0xff, - 0x84, - 0x62, - 0xff, - 0xf8, - 0x4e, - 0xff, - 0x31, - 0x6c, - 0xff, - 0xbc, - 0x89, - 0xff, - 0x52, - 0x9f, - 0xff, - 0xd6, - 0xaa, - 0xff, - 0x6b, - 0xa3, - 0xff, - 0xa1, - 0xa2, - 0xff, - 0x9c, - 0x9d, - 0xff, - 0xf5, - 0xa4, - 0xff, - 0x4a, - 0xa5, - 0xff, - 0x87, - 0x7b, - 0xff, - 0x83, - 0x54, - 0xff, - 0x20, - 0x52, - 0xff, - 0x6e, - 0xb3, - 0x04, - 0xa3, - 0x4a, - 0x09, - 0x4c, - 0xa0, - 0x04, - 0x09, - 0x56, - 0x01, - 0xb3, - 0x45, - 0x03, - 0x2b, - 0x2a, - 0x03, - 0x97, - 0xe6, - 0x02, - 0xdd, - 0x4f, - 0x01, - 0xd9, - 0x53, - 0xfe, - 0x87, - 0x58, - 0xfe, - 0x47, - 0x64, - 0x01, - 0x72, - 0xe8, - 0x02, - 0xc2, - 0x6b, - 0x01, - 0x26, - 0xf3, - 0x00, - 0x53, - 0x7e, - 0x00, - 0x6b, - 0x56, - 0x00, - 0x8b, - 0xef, - 0x01, - 0x68, - 0xc5, - 0x01, - 0xf7, - 0xed, - 0x00, - 0x6a, - 0x7c, - 0x01, - 0xeb, - 0xcb, - 0x01, - 0x32, - 0x14, - 0x01, - 0x0a, - 0x19, - 0x01, - 0xe3, - 0x72, - 0x01, - 0x26, - 0xe5, - 0xff, - 0xc2, - 0xe9, - 0xfe, - 0x0d, - 0x17, - 0xff, - 0x6a, - 0xc3, - 0xfe, - 0x63, - 0x2e, - 0xff, - 0xe4, - 0xdd, - 0xff, - 0x01, - 0xdd, - 0xff, - 0xbf, - 0x80, - 0xff, - 0x92, - 0x47, - 0xff, - 0x72, - 0x52, - 0xff, - 0x81, - 0x22, - 0xff, - 0x01, - 0x47, - 0xff, - 0x81, - 0x86, - 0xff, - 0xca, - 0x5e, - 0xff, - 0xe1, - 0x7f, - 0xff, - 0x60, - 0x7b, - 0xff, - 0xeb, - 0x4f, - 0xff, - 0x74, - 0x75, - 0xff, - 0x95, - 0x5c, - 0xff, - 0xdd, - 0x31, - 0xff, - 0x15, - 0x47, - 0xff, - 0x75, - 0x56, - 0xff, - 0xe3, - 0x35, - 0xff, - 0xdd, - 0x2c, - 0xff, - 0xdd, - 0x5e, - 0xff, - 0x6c, - 0x4a, - 0xff, - 0x2b, - 0x2f, - 0xff, - 0xdd, - 0x3c, - 0xff, - 0x58, - 0x43, - 0xff, - 0x20, - 0x78, - 0xff, - 0x8a, - 0x84, - 0xff, - 0x0a, - 0x8a, - 0xff, - 0xef, - 0xa5, - 0xff, - 0xa4, - 0x92, - 0xff, - 0x7a, - 0x9b, - 0xff, - 0xe6, - 0x99, - 0xff, - 0xc0, - 0x93, - 0xff, - 0x13, - 0x82, - 0xff, - 0x5b, - 0x46, - 0xff, - 0x2f, - 0x49, - 0xff, - 0xdb, - 0x4b, - 0x05, - 0x2b, - 0xeb, - 0x0a, - 0x56, - 0x90, - 0x05, - 0x15, - 0x25, - 0x01, - 0x60, - 0x01, - 0x03, - 0x38, - 0x94, - 0x02, - 0x04, - 0xa6, - 0x02, - 0x8d, - 0x5b, - 0x01, - 0x94, - 0xaf, - 0xfd, - 0x30, - 0x7e, - 0xfd, - 0xcd, - 0x64, - 0x01, - 0x9d, - 0x42, - 0x03, - 0xa2, - 0x59, - 0x00, - 0x1d, - 0xc4, - 0xff, - 0xbe, - 0xa0, - 0x00, - 0xde, - 0x6a, - 0x00, - 0xce, - 0x7b, - 0x01, - 0x55, - 0x3e, - 0x01, - 0x51, - 0x0f, - 0x01, - 0xa1, - 0x97, - 0x01, - 0x1c, - 0x47, - 0x01, - 0x14, - 0x62, - 0x01, - 0x75, - 0x61, - 0x01, - 0xc4, - 0xfa, - 0x00, - 0xc5, - 0xc9, - 0x00, - 0x4a, - 0x9c, - 0x00, - 0x11, - 0x55, - 0xff, - 0x03, - 0x81, - 0xfe, - 0xaa, - 0x56, - 0xff, - 0xca, - 0x4d, - 0xff, - 0xe0, - 0x17, - 0xff, - 0xc7, - 0xba, - 0xff, - 0x21, - 0xe8, - 0xff, - 0x7f, - 0x88, - 0xff, - 0x19, - 0x22, - 0xff, - 0x84, - 0x34, - 0xff, - 0x56, - 0x33, - 0xff, - 0xe8, - 0x4c, - 0xff, - 0x21, - 0x9f, - 0xff, - 0x8c, - 0x5c, - 0xff, - 0xd3, - 0x6b, - 0xff, - 0x22, - 0xa5, - 0xff, - 0x3b, - 0x73, - 0xff, - 0x77, - 0x78, - 0xff, - 0x75, - 0x5e, - 0xff, - 0x24, - 0x33, - 0xff, - 0xce, - 0x3c, - 0xff, - 0xe8, - 0x4d, - 0xff, - 0x31, - 0x60, - 0xff, - 0x3c, - 0x46, - 0xff, - 0xe3, - 0x28, - 0xff, - 0xb3, - 0x2a, - 0xff, - 0x5c, - 0x56, - 0xff, - 0xe5, - 0x7e, - 0xff, - 0xc7, - 0x69, - 0xff, - 0xbd, - 0x68, - 0xff, - 0x7f, - 0x8a, - 0xff, - 0xe8, - 0xac, - 0xff, - 0x66, - 0xa4, - 0xff, - 0x6f, - 0x80, - 0xff, - 0x35, - 0x7e, - 0xff, - 0xf3, - 0x78, - 0xff, - 0xd7, - 0x6b, - 0xff, - 0x01, - 0x4f, - 0xff, - 0x1a, - 0x62, - 0x05, - 0x15, - 0x74, - 0x0c, - 0x01, - 0x00, - 0x07, - 0x7c, - 0x9f, - 0x00, - 0xeb, - 0x25, - 0x03, - 0x7f, - 0xc1, - 0x02, - 0xd8, - 0x5f, - 0x02, - 0x95, - 0x6e, - 0x01, - 0xb2, - 0x79, - 0xfc, - 0x7b, - 0x94, - 0xfc, - 0x0b, - 0x9b, - 0x01, - 0x02, - 0xaa, - 0x03, - 0x5a, - 0x5b, - 0x00, - 0x7e, - 0xf1, - 0xfe, - 0x6b, - 0xa7, - 0xff, - 0x1f, - 0x68, - 0xff, - 0xc6, - 0x8e, - 0x01, - 0x81, - 0xa6, - 0x01, - 0x1d, - 0x88, - 0x00, - 0x59, - 0x41, - 0x01, - 0x18, - 0x09, - 0x01, - 0x0b, - 0xfa, - 0x00, - 0x41, - 0x07, - 0x01, - 0x00, - 0x7b, - 0x01, - 0x59, - 0x39, - 0x01, - 0x8f, - 0x41, - 0x00, - 0xd1, - 0x8a, - 0x00, - 0x66, - 0xf8, - 0xff, - 0x70, - 0x2e, - 0xff, - 0x61, - 0x11, - 0xff, - 0x9e, - 0x0e, - 0xff, - 0x6f, - 0x58, - 0xff, - 0x8a, - 0x58, - 0xff, - 0xfb, - 0xa4, - 0xff, - 0xe6, - 0xb5, - 0xff, - 0x6c, - 0x4f, - 0xff, - 0x4e, - 0x3d, - 0xff, - 0xf1, - 0x2f, - 0xff, - 0xf2, - 0x45, - 0xff, - 0x08, - 0x51, - 0xff, - 0xf8, - 0x71, - 0xff, - 0x21, - 0xbf, - 0xff, - 0x43, - 0xc4, - 0xff, - 0x5b, - 0x95, - 0xff, - 0x4c, - 0x4c, - 0xff, - 0x03, - 0x50, - 0xff, - 0x2d, - 0x51, - 0xff, - 0xb6, - 0x40, - 0xff, - 0x6e, - 0x68, - 0xff, - 0xba, - 0x37, - 0xff, - 0x76, - 0x2c, - 0xff, - 0x34, - 0x62, - 0xff, - 0x08, - 0x5b, - 0xff, - 0xed, - 0x4c, - 0xff, - 0x8f, - 0x43, - 0xff, - 0x84, - 0x6b, - 0xff, - 0xb8, - 0x93, - 0xff, - 0xd4, - 0x91, - 0xff, - 0x2c, - 0x90, - 0xff, - 0x7c, - 0x72, - 0xff, - 0xbf, - 0x6e, - 0xff, - 0xd6, - 0x7a, - 0xff, - 0xf9, - 0x5d, - 0xff, - 0xff, - 0x4d, - 0xff, - 0xa0, - 0xac, - 0x06, - 0x5f, - 0x6b, - 0x0e, - 0xe0, - 0xd7, - 0x06, - 0xb1, - 0x43, - 0x00, - 0x5d, - 0xec, - 0x03, - 0xdd, - 0xcf, - 0x02, - 0x20, - 0x56, - 0x02, - 0x2d, - 0xd7, - 0x00, - 0x2b, - 0x09, - 0xfb, - 0x0c, - 0x37, - 0xfc, - 0xe7, - 0x6e, - 0x02, - 0x47, - 0xe1, - 0x03, - 0x42, - 0xa7, - 0xff, - 0x97, - 0xc0, - 0xfe, - 0x6e, - 0x64, - 0xff, - 0xf7, - 0xc9, - 0xfe, - 0x1f, - 0xfc, - 0x00, - 0x49, - 0x07, - 0x01, - 0x68, - 0xd8, - 0x00, - 0x27, - 0x93, - 0x01, - 0x93, - 0x80, - 0x00, - 0x58, - 0x56, - 0x00, - 0xad, - 0xac, - 0x00, - 0x4b, - 0x56, - 0x01, - 0x4b, - 0xf2, - 0x00, - 0xbf, - 0xb9, - 0x00, - 0x68, - 0xdc, - 0x00, - 0x05, - 0xd4, - 0xff, - 0x7b, - 0x98, - 0x00, - 0x63, - 0x35, - 0x00, - 0x20, - 0xc1, - 0xfe, - 0x80, - 0x40, - 0xff, - 0x06, - 0x5e, - 0xff, - 0x8c, - 0x3d, - 0xff, - 0x27, - 0x37, - 0xff, - 0x2c, - 0xaa, - 0xff, - 0x19, - 0xc7, - 0xff, - 0x15, - 0x12, - 0xff, - 0x8d, - 0x55, - 0xff, - 0x8d, - 0x4c, - 0xff, - 0xda, - 0x6b, - 0xff, - 0x99, - 0x00, - 0x00, - 0x36, - 0xb3, - 0xff, - 0xf7, - 0x8c, - 0xff, - 0x5a, - 0x79, - 0xff, - 0x5b, - 0x6c, - 0xff, - 0x91, - 0x77, - 0xff, - 0x7f, - 0x5e, - 0xff, - 0xf5, - 0x50, - 0xff, - 0x2c, - 0x33, - 0xff, - 0xcc, - 0x73, - 0xff, - 0x49, - 0x80, - 0xff, - 0x88, - 0x36, - 0xff, - 0xbc, - 0x3f, - 0xff, - 0xa8, - 0x5a, - 0xff, - 0xbe, - 0x79, - 0xff, - 0xd1, - 0x87, - 0xff, - 0x40, - 0x7b, - 0xff, - 0x31, - 0x79, - 0xff, - 0x60, - 0x76, - 0xff, - 0x9f, - 0x6d, - 0xff, - 0x18, - 0x70, - 0xff, - 0x26, - 0x5c, - 0xff, - 0x47, - 0x48, - 0xff, - 0x52, - 0x37, - 0x07, - 0x52, - 0x7a, - 0x10, - 0x67, - 0x18, - 0x08, - 0x21, - 0x72, - 0xff, - 0xf6, - 0x34, - 0x04, - 0x99, - 0x02, - 0x03, - 0x89, - 0x9f, - 0x01, - 0xf7, - 0xb4, - 0x00, - 0xf3, - 0x01, - 0xfa, - 0x4d, - 0xe5, - 0xfb, - 0xc8, - 0x4d, - 0x03, - 0x29, - 0xca, - 0x03, - 0xcd, - 0xf2, - 0xfe, - 0xe4, - 0x20, - 0xfe, - 0x9c, - 0x31, - 0xff, - 0xe7, - 0x92, - 0xfe, - 0x76, - 0xe7, - 0x00, - 0xaa, - 0x9e, - 0x00, - 0xd7, - 0xeb, - 0xff, - 0x95, - 0xa6, - 0x01, - 0xc9, - 0xa9, - 0x00, - 0x14, - 0x01, - 0x00, - 0x6b, - 0x3c, - 0x00, - 0x4b, - 0x90, - 0x00, - 0x6b, - 0xa0, - 0x00, - 0xc0, - 0x88, - 0x00, - 0x61, - 0x8f, - 0x00, - 0xc3, - 0x27, - 0x00, - 0x60, - 0xc4, - 0x00, - 0xa8, - 0x62, - 0x00, - 0x0d, - 0x07, - 0x00, - 0x70, - 0x22, - 0x00, - 0x66, - 0x05, - 0xff, - 0xa7, - 0x1f, - 0xff, - 0x4a, - 0x3d, - 0xff, - 0x2a, - 0xf8, - 0xfe, - 0xd5, - 0x3e, - 0xff, - 0x4a, - 0x7e, - 0xff, - 0x25, - 0xe1, - 0xff, - 0x88, - 0x7d, - 0xff, - 0x7b, - 0x67, - 0xff, - 0x21, - 0xb5, - 0xff, - 0x86, - 0xa1, - 0xff, - 0x2e, - 0xab, - 0xff, - 0xe0, - 0x64, - 0xff, - 0xe7, - 0x85, - 0xff, - 0x11, - 0x88, - 0xff, - 0xd6, - 0x43, - 0xff, - 0xdc, - 0x8b, - 0xff, - 0xc0, - 0x79, - 0xff, - 0xb3, - 0x53, - 0xff, - 0x28, - 0x47, - 0xff, - 0x7f, - 0x3e, - 0xff, - 0x76, - 0x6e, - 0xff, - 0x1e, - 0x73, - 0xff, - 0x1c, - 0x63, - 0xff, - 0xa4, - 0x5f, - 0xff, - 0x57, - 0x73, - 0xff, - 0x57, - 0x75, - 0xff, - 0xbf, - 0x5f, - 0xff, - 0x7f, - 0x5d, - 0xff, - 0x26, - 0x5a, - 0xff, - 0xb5, - 0x64, - 0xff, - 0xf7, - 0x76, - 0xff, - 0x17, - 0x25, - 0x09, - 0xb1, - 0xe7, - 0x12, - 0xcf, - 0x50, - 0x07, - 0x29, - 0x2d, - 0xff, - 0xdd, - 0x51, - 0x05, - 0x79, - 0x96, - 0x02, - 0x53, - 0x28, - 0x01, - 0x82, - 0x6e, - 0xff, - 0xf3, - 0x86, - 0xf8, - 0x2c, - 0xe0, - 0xfc, - 0x56, - 0xf5, - 0x04, - 0x03, - 0x58, - 0x03, - 0xd7, - 0xce, - 0xfd, - 0x05, - 0x01, - 0xfe, - 0x72, - 0x79, - 0xfe, - 0x9b, - 0x68, - 0xfe, - 0x64, - 0x44, - 0x01, - 0xd3, - 0x0e, - 0x00, - 0x11, - 0x26, - 0x00, - 0xd6, - 0x87, - 0x01, - 0x48, - 0xdd, - 0xff, - 0x9d, - 0xed, - 0xff, - 0x15, - 0x34, - 0x00, - 0x06, - 0x6c, - 0x00, - 0xa7, - 0x31, - 0x00, - 0x00, - 0xee, - 0xff, - 0xfc, - 0x1c, - 0x00, - 0x18, - 0xc6, - 0xff, - 0x68, - 0xcc, - 0x00, - 0x04, - 0xbf, - 0x00, - 0xdf, - 0x29, - 0x00, - 0x29, - 0x89, - 0x00, - 0x2a, - 0x50, - 0x00, - 0x57, - 0xc7, - 0xff, - 0x30, - 0xa6, - 0xfe, - 0x5b, - 0xd4, - 0xfe, - 0xec, - 0x63, - 0xff, - 0x2b, - 0x30, - 0xff, - 0x46, - 0xda, - 0xff, - 0xb6, - 0xb7, - 0xff, - 0x0c, - 0xb1, - 0xff, - 0x35, - 0x07, - 0x00, - 0x46, - 0x80, - 0xff, - 0x12, - 0x71, - 0xff, - 0x2c, - 0x70, - 0xff, - 0xcb, - 0x6d, - 0xff, - 0xf6, - 0x95, - 0xff, - 0x37, - 0xb4, - 0xff, - 0x7c, - 0xa5, - 0xff, - 0xe6, - 0x49, - 0xff, - 0xf1, - 0x58, - 0xff, - 0xa6, - 0x68, - 0xff, - 0xad, - 0x6a, - 0xff, - 0xaa, - 0x76, - 0xff, - 0x5a, - 0x5d, - 0xff, - 0xd1, - 0x6e, - 0xff, - 0x49, - 0x77, - 0xff, - 0xae, - 0x69, - 0xff, - 0x72, - 0x4e, - 0xff, - 0x4b, - 0x4a, - 0xff, - 0xc4, - 0x66, - 0xff, - 0x4e, - 0x84, - 0xff, - 0x0f, - 0x7c, - 0xff, - 0x9e, - 0x4e, - 0xff, - 0x0d, - 0xe3, - 0x0a, - 0xdf, - 0x54, - 0x15, - 0x7c, - 0xf1, - 0x06, - 0x58, - 0xe9, - 0xfe, - 0x30, - 0x5c, - 0x06, - 0x4e, - 0x33, - 0x02, - 0xa7, - 0x5a, - 0x00, - 0xef, - 0x10, - 0xfe, - 0xec, - 0x54, - 0xf7, - 0xf4, - 0x2f, - 0xfe, - 0xc7, - 0x59, - 0x06, - 0xb5, - 0x8c, - 0x02, - 0xb3, - 0x07, - 0xfd, - 0x4b, - 0x05, - 0xfe, - 0x8b, - 0xef, - 0xfd, - 0x5c, - 0x3f, - 0xfe, - 0x38, - 0x41, - 0x01, - 0x70, - 0x63, - 0xff, - 0xa8, - 0x44, - 0x00, - 0x6e, - 0xf9, - 0x01, - 0x87, - 0x7e, - 0xff, - 0x46, - 0x60, - 0xff, - 0x03, - 0xf6, - 0xff, - 0xe7, - 0x46, - 0x00, - 0x6d, - 0x19, - 0x00, - 0x7a, - 0xdb, - 0xff, - 0xa2, - 0x66, - 0xff, - 0xbd, - 0xff, - 0xfe, - 0xd3, - 0xbe, - 0x00, - 0x66, - 0x60, - 0x00, - 0x47, - 0x08, - 0x00, - 0xc1, - 0x30, - 0x01, - 0x65, - 0x31, - 0x00, - 0x29, - 0xef, - 0xff, - 0x6f, - 0x07, - 0x00, - 0x90, - 0x63, - 0xff, - 0xa5, - 0x25, - 0xff, - 0x6a, - 0x2e, - 0xff, - 0xb7, - 0x8c, - 0xff, - 0x7c, - 0x7a, - 0xff, - 0xd0, - 0xe0, - 0xff, - 0xfc, - 0x42, - 0x00, - 0x9f, - 0xe4, - 0xff, - 0x97, - 0x49, - 0xff, - 0xf3, - 0xe9, - 0xfe, - 0x09, - 0xb5, - 0xff, - 0x34, - 0xeb, - 0xff, - 0x56, - 0x8f, - 0xff, - 0xeb, - 0x8a, - 0xff, - 0x1c, - 0x5f, - 0xff, - 0x6f, - 0x97, - 0xff, - 0xda, - 0x98, - 0xff, - 0xc4, - 0x64, - 0xff, - 0x71, - 0x63, - 0xff, - 0xfd, - 0x6f, - 0xff, - 0x95, - 0x77, - 0xff, - 0x23, - 0x60, - 0xff, - 0x21, - 0x66, - 0xff, - 0xf6, - 0x52, - 0xff, - 0x2d, - 0x5b, - 0xff, - 0x75, - 0x8d, - 0xff, - 0xea, - 0x7e, - 0xff, - 0x7e, - 0x5a, - 0xff, - 0x5e, - 0x54, - 0xff, - 0x48, - 0xff, - 0x0b, - 0x6f, - 0xe1, - 0x17, - 0x03, - 0xb7, - 0x07, - 0x01, - 0x31, - 0xfe, - 0x69, - 0xfb, - 0x06, - 0xa3, - 0x08, - 0x02, - 0x4b, - 0x1c, - 0xff, - 0x56, - 0x06, - 0xfd, - 0x77, - 0x6b, - 0xf6, - 0xe7, - 0x3e, - 0xff, - 0x17, - 0x7d, - 0x07, - 0xfb, - 0x9a, - 0x01, - 0x9a, - 0x75, - 0xfc, - 0xb6, - 0xfb, - 0xfd, - 0x36, - 0x96, - 0xfd, - 0xdf, - 0x57, - 0xfe, - 0x17, - 0x19, - 0x01, - 0x6e, - 0x97, - 0xfe, - 0xbd, - 0x1a, - 0x00, - 0xc8, - 0x41, - 0x02, - 0x49, - 0x58, - 0xff, - 0x76, - 0x4d, - 0xff, - 0xed, - 0xbe, - 0xff, - 0xdd, - 0xb0, - 0xff, - 0xd2, - 0xf9, - 0xff, - 0x3e, - 0xd3, - 0xff, - 0xd1, - 0x0b, - 0xff, - 0x4e, - 0xbb, - 0xfe, - 0x98, - 0x21, - 0x00, - 0xc8, - 0xd7, - 0xff, - 0xc5, - 0xfd, - 0xff, - 0x37, - 0x78, - 0x00, - 0xe1, - 0x08, - 0x00, - 0x38, - 0xd4, - 0x00, - 0x88, - 0x0b, - 0x00, - 0x3c, - 0xd7, - 0xff, - 0xec, - 0x23, - 0x00, - 0xa0, - 0x35, - 0xff, - 0x22, - 0x98, - 0xff, - 0x41, - 0x77, - 0xff, - 0x4d, - 0xc5, - 0xff, - 0xdc, - 0x21, - 0x00, - 0xe3, - 0x64, - 0xff, - 0x0e, - 0x96, - 0xff, - 0x2b, - 0x96, - 0xff, - 0x5d, - 0x81, - 0xff, - 0xd6, - 0x76, - 0xff, - 0xc1, - 0x7b, - 0xff, - 0x6f, - 0xb5, - 0xff, - 0xa0, - 0x9e, - 0xff, - 0x59, - 0xb4, - 0xff, - 0x42, - 0x78, - 0xff, - 0x8c, - 0x69, - 0xff, - 0x24, - 0x95, - 0xff, - 0xb6, - 0x65, - 0xff, - 0x59, - 0x45, - 0xff, - 0xcd, - 0x4b, - 0xff, - 0xb1, - 0x6e, - 0xff, - 0x55, - 0x7b, - 0xff, - 0x69, - 0x89, - 0xff, - 0x5e, - 0x85, - 0xff, - 0x4a, - 0x67, - 0xff, - 0xa5, - 0x55, - 0xff, - 0x18, - 0x5b, - 0xff, - 0xfa, - 0x90, - 0x0a, - 0x12, - 0xb0, - 0x19, - 0x3f, - 0xa4, - 0x0c, - 0x65, - 0xb8, - 0xfc, - 0xad, - 0x37, - 0x06, - 0x14, - 0x12, - 0x04, - 0x05, - 0x00, - 0xfd, - 0xd5, - 0xe1, - 0xfc, - 0x0b, - 0x08, - 0xf6, - 0x88, - 0xf4, - 0xfd, - 0x31, - 0xec, - 0x08, - 0xb8, - 0xc6, - 0x01, - 0xdf, - 0xf2, - 0xfb, - 0xc1, - 0x9b, - 0xfd, - 0x97, - 0x8d, - 0xfd, - 0xa8, - 0x35, - 0xfe, - 0x05, - 0xf8, - 0x00, - 0xd3, - 0x98, - 0xfe, - 0x94, - 0xed, - 0xfe, - 0xea, - 0x71, - 0x02, - 0x5d, - 0xa3, - 0xff, - 0xff, - 0xee, - 0xfe, - 0xfb, - 0x10, - 0x00, - 0xde, - 0x3f, - 0xff, - 0xb5, - 0xa1, - 0xff, - 0x18, - 0xb1, - 0xff, - 0xc4, - 0xee, - 0xfe, - 0x58, - 0x7a, - 0xfe, - 0x0a, - 0xef, - 0xff, - 0x56, - 0xbb, - 0xff, - 0x81, - 0x7f, - 0xfe, - 0xf8, - 0x47, - 0x00, - 0x99, - 0xcc, - 0x00, - 0x13, - 0x36, - 0x00, - 0xcd, - 0x3e, - 0x00, - 0x27, - 0xf2, - 0xff, - 0x69, - 0x07, - 0x00, - 0x75, - 0x22, - 0x00, - 0x2d, - 0x5f, - 0x00, - 0x78, - 0xeb, - 0xff, - 0xcb, - 0x6d, - 0xff, - 0xca, - 0xa7, - 0xff, - 0xd8, - 0x9f, - 0xff, - 0xd5, - 0x94, - 0xff, - 0xba, - 0x5d, - 0xff, - 0xe7, - 0x9b, - 0xff, - 0x3c, - 0xaa, - 0xff, - 0xa2, - 0x80, - 0xff, - 0xc5, - 0xcc, - 0xff, - 0xac, - 0x9c, - 0xff, - 0x41, - 0x92, - 0xff, - 0xac, - 0x7d, - 0xff, - 0x56, - 0x8e, - 0xff, - 0xcf, - 0xa2, - 0xff, - 0xbd, - 0x44, - 0xff, - 0xdc, - 0x50, - 0xff, - 0xca, - 0x62, - 0xff, - 0xb1, - 0x7f, - 0xff, - 0x2f, - 0x7f, - 0xff, - 0x59, - 0x7d, - 0xff, - 0x88, - 0xa1, - 0xff, - 0x44, - 0x84, - 0xff, - 0x91, - 0x63, - 0xff, - 0x14, - 0x3d, - 0xff, - 0x4a, - 0xa3, - 0x0c, - 0x6f, - 0x13, - 0x1c, - 0x0b, - 0x1c, - 0x0c, - 0xdc, - 0x19, - 0xfd, - 0x05, - 0xd7, - 0x06, - 0x21, - 0x23, - 0x03, - 0x62, - 0x74, - 0xfc, - 0xa9, - 0xf8, - 0xfa, - 0xcb, - 0x31, - 0xf5, - 0xa2, - 0xf2, - 0xff, - 0x51, - 0x8e, - 0x09, - 0xb0, - 0x62, - 0x00, - 0xb2, - 0xa0, - 0xfb, - 0xa0, - 0xab, - 0xfd, - 0x8c, - 0xb7, - 0xfc, - 0xd5, - 0xf5, - 0xfe, - 0xff, - 0x14, - 0x01, - 0xce, - 0xbb, - 0xfd, - 0xdc, - 0x6e, - 0xff, - 0xa4, - 0xea, - 0x01, - 0xcd, - 0x04, - 0xff, - 0x42, - 0x24, - 0xff, - 0xba, - 0x03, - 0x00, - 0xd8, - 0x37, - 0xff, - 0xd8, - 0x81, - 0xff, - 0x9d, - 0x5f, - 0xff, - 0x83, - 0x85, - 0xfe, - 0x41, - 0xa1, - 0xfe, - 0xe2, - 0x4e, - 0xff, - 0x5f, - 0xda, - 0xfe, - 0x09, - 0x5c, - 0xff, - 0x0b, - 0x3c, - 0x00, - 0xb0, - 0xd5, - 0xff, - 0x47, - 0x3f, - 0x00, - 0x32, - 0x10, - 0x00, - 0x60, - 0xd4, - 0xff, - 0x86, - 0x53, - 0x00, - 0xe1, - 0x3d, - 0x00, - 0x12, - 0x6b, - 0x00, - 0xd9, - 0x21, - 0x00, - 0x5a, - 0x26, - 0x00, - 0x4f, - 0x2e, - 0x00, - 0xc4, - 0x78, - 0xff, - 0xb9, - 0x28, - 0xff, - 0x20, - 0xf5, - 0xfe, - 0x49, - 0x81, - 0xff, - 0x3b, - 0xf7, - 0xff, - 0x66, - 0x08, - 0x00, - 0x74, - 0xd9, - 0xff, - 0x75, - 0x47, - 0xff, - 0x73, - 0x7a, - 0xff, - 0xe7, - 0x85, - 0xff, - 0xf6, - 0x6e, - 0xff, - 0xa5, - 0x81, - 0xff, - 0xb7, - 0x70, - 0xff, - 0x4b, - 0x77, - 0xff, - 0xd0, - 0x76, - 0xff, - 0x78, - 0x7f, - 0xff, - 0x43, - 0x7b, - 0xff, - 0x3d, - 0xa0, - 0xff, - 0xb8, - 0x96, - 0xff, - 0x3a, - 0x80, - 0xff, - 0x01, - 0x79, - 0xff, - 0x87, - 0x3a, - 0xff, - 0xa5, - 0xa3, - 0x0c, - 0x81, - 0x2f, - 0x1d, - 0xa9, - 0xd6, - 0x0e, - 0xe0, - 0xf5, - 0xfd, - 0x17, - 0xda, - 0x05, - 0x8c, - 0xb5, - 0x03, - 0xf6, - 0x00, - 0xfc, - 0xae, - 0x8f, - 0xf9, - 0xa0, - 0x1d, - 0xf5, - 0x51, - 0xb2, - 0xff, - 0xd3, - 0xb0, - 0x09, - 0xc0, - 0x75, - 0x00, - 0x74, - 0x6f, - 0xfb, - 0xe4, - 0x8c, - 0xfd, - 0x16, - 0x0b, - 0xfc, - 0x39, - 0x16, - 0xff, - 0xd1, - 0x2f, - 0x01, - 0x81, - 0x7d, - 0xfd, - 0xae, - 0x7f, - 0xff, - 0x3a, - 0xab, - 0x01, - 0x30, - 0xc0, - 0xfe, - 0x35, - 0xc2, - 0xfe, - 0x13, - 0xf8, - 0xff, - 0x73, - 0x38, - 0xff, - 0x00, - 0x5f, - 0xff, - 0x02, - 0xaa, - 0xff, - 0x1f, - 0xef, - 0xfd, - 0x84, - 0xa4, - 0xfd, - 0xdd, - 0x84, - 0xff, - 0xb4, - 0x31, - 0xff, - 0x35, - 0xe5, - 0xfe, - 0x28, - 0x0b, - 0x00, - 0x26, - 0xf4, - 0xff, - 0x15, - 0xe8, - 0xff, - 0x9a, - 0xd6, - 0xff, - 0xa5, - 0xef, - 0xff, - 0x32, - 0x5a, - 0x00, - 0x02, - 0xd5, - 0xff, - 0xb7, - 0x02, - 0x00, - 0x73, - 0x77, - 0x00, - 0x26, - 0xb1, - 0x00, - 0xcd, - 0x9e, - 0x00, - 0xeb, - 0xb3, - 0xff, - 0x15, - 0x18, - 0xff, - 0xaa, - 0x0b, - 0xff, - 0xe4, - 0x8a, - 0xff, - 0x34, - 0xb8, - 0xff, - 0x32, - 0xc9, - 0xff, - 0x60, - 0xfb, - 0xff, - 0x8c, - 0x9d, - 0xff, - 0xdc, - 0x5b, - 0xff, - 0xbd, - 0x37, - 0xff, - 0xbb, - 0x70, - 0xff, - 0xe5, - 0x9c, - 0xff, - 0x4f, - 0x73, - 0xff, - 0x36, - 0x6c, - 0xff, - 0x6b, - 0x81, - 0xff, - 0xd2, - 0xb9, - 0xff, - 0xac, - 0x96, - 0xff, - 0xfd, - 0x82, - 0xff, - 0x11, - 0x98, - 0xff, - 0x51, - 0x7f, - 0xff, - 0x4a, - 0x6f, - 0xff, - 0xbf, - 0x56, - 0xff, - 0xa7, - 0x77, - 0x0b, - 0xe1, - 0xfb, - 0x1c, - 0x32, - 0xe0, - 0x12, - 0xb7, - 0x2f, - 0x00, - 0x55, - 0x34, - 0x04, - 0xe5, - 0x41, - 0x04, - 0xf9, - 0x59, - 0xfc, - 0x73, - 0x74, - 0xf8, - 0xa9, - 0x26, - 0xf5, - 0xfd, - 0x70, - 0xfe, - 0xb4, - 0xe7, - 0x08, - 0x85, - 0x6f, - 0x01, - 0x0a, - 0x50, - 0xfb, - 0xf8, - 0x60, - 0xfd, - 0xa3, - 0xbe, - 0xfb, - 0xf3, - 0x67, - 0xfe, - 0xe6, - 0x6a, - 0x01, - 0x01, - 0x70, - 0xfd, - 0xb3, - 0x2c, - 0xff, - 0xc3, - 0xc1, - 0x01, - 0x2e, - 0xc0, - 0xfe, - 0x3c, - 0x61, - 0xfe, - 0x3e, - 0x75, - 0xff, - 0xea, - 0x4e, - 0xff, - 0xb0, - 0x94, - 0xff, - 0x22, - 0xee, - 0xfe, - 0xe7, - 0x56, - 0xfd, - 0x78, - 0x1e, - 0xfe, - 0xf7, - 0x5a, - 0xff, - 0x21, - 0xb1, - 0xfe, - 0x1e, - 0xea, - 0xfe, - 0x11, - 0xb7, - 0xff, - 0x2b, - 0xf5, - 0xff, - 0x28, - 0x2f, - 0x00, - 0x57, - 0xff, - 0xff, - 0x4d, - 0x97, - 0xff, - 0xe9, - 0x86, - 0xff, - 0x62, - 0xe8, - 0xff, - 0x0b, - 0x42, - 0x00, - 0x5b, - 0x42, - 0x00, - 0x77, - 0x5c, - 0x00, - 0x76, - 0x5b, - 0x00, - 0xbb, - 0x29, - 0x00, - 0xed, - 0xf2, - 0xff, - 0x9e, - 0x8b, - 0xff, - 0x4c, - 0x4f, - 0xff, - 0x4c, - 0x5c, - 0xff, - 0x05, - 0xc6, - 0xff, - 0xa3, - 0xbd, - 0xff, - 0xd6, - 0x5d, - 0xff, - 0xd7, - 0x7c, - 0xff, - 0x45, - 0x4d, - 0xff, - 0xf9, - 0x52, - 0xff, - 0x32, - 0x8f, - 0xff, - 0xb5, - 0x80, - 0xff, - 0x8c, - 0x86, - 0xff, - 0x44, - 0x89, - 0xff, - 0x9e, - 0x9f, - 0xff, - 0xe0, - 0x9c, - 0xff, - 0xc9, - 0xb0, - 0xff, - 0xde, - 0xaf, - 0xff, - 0x1e, - 0x81, - 0xff, - 0xbb, - 0x79, - 0xff, - 0x2d, - 0x56, - 0xff, - 0xe1, - 0x2d, - 0x0c, - 0x8b, - 0x49, - 0x1d, - 0x3f, - 0x58, - 0x13, - 0x19, - 0xeb, - 0x02, - 0x96, - 0xb8, - 0x04, - 0x5e, - 0xd6, - 0x02, - 0xa5, - 0xbc, - 0xfc, - 0xef, - 0xbc, - 0xf7, - 0x2d, - 0xbe, - 0xf4, - 0xe7, - 0x0b, - 0xff, - 0x96, - 0xce, - 0x07, - 0x9c, - 0xc5, - 0x00, - 0xed, - 0xbb, - 0xfb, - 0xbc, - 0x3c, - 0xfd, - 0xf1, - 0x65, - 0xfb, - 0x39, - 0x78, - 0xfe, - 0x56, - 0x1d, - 0x01, - 0xec, - 0x0e, - 0xfd, - 0x99, - 0x6f, - 0xff, - 0x19, - 0xb6, - 0x01, - 0xe4, - 0xa8, - 0xfe, - 0x75, - 0x6b, - 0xfe, - 0x33, - 0x57, - 0xff, - 0x83, - 0xdc, - 0xfe, - 0xe3, - 0xa6, - 0xfe, - 0x99, - 0x40, - 0xff, - 0x66, - 0xd5, - 0xfd, - 0x3c, - 0x4f, - 0xfd, - 0x19, - 0x21, - 0xff, - 0x58, - 0xa8, - 0xfe, - 0x79, - 0xc1, - 0xfe, - 0x99, - 0xdb, - 0xff, - 0xc0, - 0x0f, - 0x00, - 0x4e, - 0x60, - 0x00, - 0xa7, - 0x8f, - 0xff, - 0x47, - 0x45, - 0xff, - 0xbf, - 0xe0, - 0xff, - 0x57, - 0x09, - 0x00, - 0x70, - 0xdd, - 0xff, - 0x2c, - 0x9f, - 0xff, - 0x15, - 0x48, - 0x00, - 0x56, - 0x7d, - 0x00, - 0x2a, - 0x4e, - 0x00, - 0x68, - 0xf5, - 0xff, - 0x14, - 0x73, - 0xff, - 0x02, - 0xe8, - 0xff, - 0x05, - 0xc1, - 0xff, - 0xe4, - 0x8c, - 0xff, - 0x77, - 0x89, - 0xff, - 0x1d, - 0x31, - 0xff, - 0xde, - 0x35, - 0xff, - 0xb6, - 0x1d, - 0xff, - 0xf6, - 0x78, - 0xff, - 0xe6, - 0xa9, - 0xff, - 0x79, - 0x85, - 0xff, - 0x0c, - 0x8c, - 0xff, - 0x83, - 0x7d, - 0xff, - 0x46, - 0xaf, - 0xff, - 0x60, - 0xb3, - 0xff, - 0x27, - 0xb7, - 0xff, - 0x29, - 0xde, - 0xff, - 0x9e, - 0xc1, - 0xff, - 0x2e, - 0x6d, - 0xff, - 0xe5, - 0x38, - 0xff, - 0x78, - 0x4c, - 0x0c, - 0x68, - 0x55, - 0x1d, - 0xfd, - 0xdc, - 0x13, - 0x49, - 0x3a, - 0x05, - 0xfa, - 0x67, - 0x06, - 0x58, - 0xef, - 0x01, - 0x63, - 0x52, - 0xfc, - 0xc8, - 0x1e, - 0xf8, - 0x00, - 0x8b, - 0xf4, - 0x00, - 0xac, - 0xfe, - 0xdf, - 0xe4, - 0x06, - 0xa7, - 0x63, - 0x00, - 0xde, - 0x00, - 0xfc, - 0xf6, - 0xe8, - 0xfc, - 0xc3, - 0x30, - 0xfb, - 0x88, - 0x7b, - 0xfe, - 0x9c, - 0xd9, - 0x00, - 0x1d, - 0xbd, - 0xfc, - 0x76, - 0x5c, - 0xff, - 0x41, - 0xb6, - 0x01, - 0x0b, - 0xda, - 0xfe, - 0x9f, - 0x07, - 0xff, - 0x83, - 0x90, - 0xfe, - 0x23, - 0xc3, - 0xfd, - 0x45, - 0x65, - 0xff, - 0x25, - 0x3b, - 0xff, - 0x7e, - 0x5e, - 0xfd, - 0xf8, - 0x83, - 0xfd, - 0xc5, - 0x76, - 0xfe, - 0x1d, - 0x6b, - 0xfe, - 0x53, - 0x17, - 0xff, - 0x61, - 0x10, - 0x00, - 0x85, - 0x10, - 0x00, - 0xdf, - 0xbd, - 0xff, - 0x6c, - 0x73, - 0xff, - 0x32, - 0xe4, - 0xff, - 0xe3, - 0x27, - 0x00, - 0xf6, - 0x7d, - 0xff, - 0xfa, - 0x77, - 0xff, - 0x68, - 0xb6, - 0xff, - 0x24, - 0x32, - 0x00, - 0x85, - 0x8e, - 0x00, - 0x77, - 0x14, - 0x00, - 0xf5, - 0xbc, - 0xff, - 0xd7, - 0x7c, - 0xff, - 0x20, - 0xa9, - 0xff, - 0x58, - 0xf3, - 0xff, - 0x98, - 0x0b, - 0x00, - 0xe1, - 0xba, - 0xff, - 0xa5, - 0x0b, - 0xff, - 0x97, - 0x0d, - 0xff, - 0xbc, - 0x00, - 0xff, - 0x7b, - 0x29, - 0xff, - 0x59, - 0x9b, - 0xff, - 0xab, - 0x9c, - 0xff, - 0x03, - 0xab, - 0xff, - 0x84, - 0xa0, - 0xff, - 0xc4, - 0xac, - 0xff, - 0xcc, - 0xd8, - 0xff, - 0x88, - 0xe0, - 0xff, - 0xb3, - 0xe2, - 0xff, - 0x4c, - 0xc8, - 0xff, - 0x5b, - 0x96, - 0xff, - 0x2c, - 0x44, - 0xff, - 0xea, - 0xb6, - 0x0b, - 0x05, - 0x36, - 0x1d, - 0x3a, - 0xad, - 0x14, - 0xd5, - 0x4b, - 0x06, - 0x46, - 0xa2, - 0x08, - 0x00, - 0xd4, - 0x02, - 0x76, - 0x6e, - 0xfb, - 0xaf, - 0xc4, - 0xf8, - 0x1a, - 0x61, - 0xf5, - 0x7e, - 0xa9, - 0xfd, - 0xd2, - 0x78, - 0x05, - 0x3a, - 0x75, - 0x00, - 0x64, - 0x6a, - 0xfc, - 0xd9, - 0xac, - 0xfc, - 0xe1, - 0x91, - 0xfa, - 0x2f, - 0x02, - 0xfe, - 0x7c, - 0x23, - 0x01, - 0x35, - 0x37, - 0xfc, - 0xe2, - 0xd2, - 0xfe, - 0x91, - 0x37, - 0x02, - 0xf6, - 0x00, - 0xff, - 0x68, - 0x80, - 0xfe, - 0x7c, - 0xc4, - 0xfe, - 0xe9, - 0x73, - 0xfe, - 0x5e, - 0x7b, - 0xfe, - 0xdf, - 0xf1, - 0xfe, - 0xad, - 0xe0, - 0xfd, - 0x92, - 0x4b, - 0xfd, - 0xeb, - 0x89, - 0xfe, - 0x0f, - 0x04, - 0xfe, - 0xe3, - 0x12, - 0xff, - 0x1d, - 0x06, - 0x00, - 0xf6, - 0x66, - 0xff, - 0x07, - 0x31, - 0x00, - 0x8e, - 0x14, - 0x00, - 0x15, - 0x92, - 0xff, - 0x7f, - 0x8d, - 0xff, - 0xbe, - 0x8f, - 0xff, - 0x51, - 0xc7, - 0xff, - 0x4d, - 0xbe, - 0xff, - 0x9e, - 0x0a, - 0x00, - 0xf2, - 0x10, - 0x00, - 0x54, - 0xf3, - 0xff, - 0xb5, - 0xeb, - 0xff, - 0x01, - 0x67, - 0xff, - 0xeb, - 0x7f, - 0xff, - 0x23, - 0xae, - 0xff, - 0xcf, - 0xbf, - 0xff, - 0x87, - 0xf6, - 0xff, - 0xf6, - 0x9f, - 0xff, - 0xff, - 0x45, - 0xff, - 0x80, - 0x00, - 0xff, - 0x9f, - 0x10, - 0xff, - 0xb7, - 0x55, - 0xff, - 0xdf, - 0x6b, - 0xff, - 0xc8, - 0x93, - 0xff, - 0xbf, - 0xe3, - 0xff, - 0x4a, - 0x0b, - 0x00, - 0xd7, - 0xdd, - 0xff, - 0x0e, - 0xef, - 0xff, - 0x7f, - 0xe2, - 0xff, - 0x01, - 0xca, - 0xff, - 0x4e, - 0x92, - 0xff, - 0xdf, - 0x1c, - 0xff, - 0x24, - 0x58, - 0x0d, - 0xeb, - 0x8d, - 0x1e, - 0x29, - 0x86, - 0x12, - 0x5b, - 0x93, - 0x06, - 0xde, - 0x35, - 0x0b, - 0xe1, - 0x95, - 0x02, - 0x02, - 0x35, - 0xfb, - 0x2f, - 0x43, - 0xf8, - 0xe8, - 0x54, - 0xf6, - 0x29, - 0x3e, - 0xff, - 0x42, - 0xde, - 0x02, - 0xb9, - 0x1c, - 0xff, - 0x8f, - 0xc4, - 0xfd, - 0x34, - 0xca, - 0xfc, - 0x23, - 0x98, - 0xf9, - 0x54, - 0xb4, - 0xfd, - 0x71, - 0x2b, - 0x01, - 0x5d, - 0x42, - 0xfb, - 0x12, - 0x7a, - 0xff, - 0x3b, - 0x22, - 0x02, - 0x84, - 0x91, - 0xfd, - 0xd3, - 0x09, - 0x00, - 0xf6, - 0x4b, - 0xff, - 0x52, - 0x57, - 0xfd, - 0x52, - 0xe0, - 0xfe, - 0x2b, - 0xd8, - 0xfe, - 0x96, - 0x73, - 0xfd, - 0x3e, - 0x9b, - 0xfd, - 0x06, - 0xdf, - 0xfe, - 0x19, - 0xbf, - 0xfd, - 0x84, - 0x51, - 0xfe, - 0x1e, - 0xc1, - 0xff, - 0x26, - 0xd9, - 0xff, - 0xad, - 0x9f, - 0x00, - 0x41, - 0xad, - 0xff, - 0xc2, - 0x35, - 0xff, - 0x6c, - 0xee, - 0xff, - 0x57, - 0xaf, - 0xff, - 0x4c, - 0xbf, - 0xff, - 0x29, - 0xb2, - 0xff, - 0xba, - 0xdf, - 0xff, - 0xa0, - 0xe5, - 0xff, - 0x9c, - 0x99, - 0xff, - 0x97, - 0xca, - 0xff, - 0x41, - 0x77, - 0xff, - 0x4b, - 0x5c, - 0xff, - 0xf5, - 0x7a, - 0xff, - 0x4a, - 0xb8, - 0xff, - 0x33, - 0xd5, - 0xff, - 0x0a, - 0x5c, - 0xff, - 0x2b, - 0x59, - 0xff, - 0x01, - 0x66, - 0xff, - 0x7c, - 0x88, - 0xff, - 0x2b, - 0x6f, - 0xff, - 0x07, - 0x43, - 0xff, - 0xe6, - 0x89, - 0xff, - 0x31, - 0xbc, - 0xff, - 0xed, - 0x12, - 0x00, - 0xd6, - 0x2e, - 0x00, - 0x57, - 0x00, - 0x00, - 0x32, - 0xc3, - 0xff, - 0x1f, - 0xae, - 0xff, - 0x4d, - 0x81, - 0xff, - 0xbd, - 0x38, - 0xff, - 0xb5, - 0xda, - 0x0e, - 0x82, - 0x36, - 0x20, - 0x0f, - 0x3a, - 0x10, - 0x49, - 0xf3, - 0x05, - 0x78, - 0xfb, - 0x0d, - 0xf1, - 0x05, - 0x02, - 0x9b, - 0x3a, - 0xfb, - 0xa7, - 0xce, - 0xf8, - 0xf0, - 0x85, - 0xf6, - 0x8d, - 0xa9, - 0x01, - 0x63, - 0x62, - 0x00, - 0x3b, - 0x0b, - 0xfc, - 0x22, - 0xb1, - 0xff, - 0x83, - 0x94, - 0xfd, - 0x4d, - 0xde, - 0xf8, - 0xa8, - 0xd3, - 0xfc, - 0x52, - 0xe9, - 0x00, - 0xdf, - 0xfd, - 0xfa, - 0x66, - 0x91, - 0xfe, - 0x6f, - 0xe1, - 0x01, - 0x40, - 0xf4, - 0xfd, - 0x5c, - 0xb5, - 0x00, - 0x47, - 0x14, - 0xff, - 0x7e, - 0x53, - 0xfd, - 0x0e, - 0x17, - 0xff, - 0xcf, - 0x95, - 0xfe, - 0xb3, - 0x8d, - 0xfd, - 0xa8, - 0x9e, - 0xfd, - 0x1e, - 0x03, - 0xff, - 0x83, - 0x15, - 0xfd, - 0xbb, - 0xfc, - 0xfd, - 0x6a, - 0x93, - 0x00, - 0xf4, - 0x6f, - 0xff, - 0x3e, - 0xea, - 0xff, - 0x68, - 0xba, - 0xff, - 0x60, - 0x78, - 0xff, - 0xe5, - 0x03, - 0x00, - 0xf0, - 0xa7, - 0xff, - 0x3c, - 0xb5, - 0xff, - 0xa0, - 0x72, - 0xff, - 0x4d, - 0x09, - 0x00, - 0x5a, - 0xe3, - 0xff, - 0x53, - 0x21, - 0xff, - 0x2c, - 0x67, - 0xff, - 0xc1, - 0x25, - 0xff, - 0x12, - 0x58, - 0xff, - 0x1f, - 0x76, - 0xff, - 0x86, - 0x98, - 0xff, - 0x8a, - 0xaa, - 0xff, - 0x46, - 0x5d, - 0xff, - 0x5b, - 0x6d, - 0xff, - 0x61, - 0x25, - 0xff, - 0xd9, - 0xb2, - 0xff, - 0xf3, - 0xe2, - 0xff, - 0x95, - 0x88, - 0xff, - 0xc4, - 0xb9, - 0xff, - 0xe1, - 0xa9, - 0xff, - 0x78, - 0xcf, - 0xff, - 0x2e, - 0xcc, - 0xff, - 0x25, - 0xf9, - 0xff, - 0x32, - 0xf4, - 0xff, - 0xe3, - 0xb3, - 0xff, - 0xf1, - 0x8d, - 0xff, - 0x02, - 0x12, - 0xff, - 0x38, - 0x57, - 0x11, - 0xf6, - 0x7c, - 0x22, - 0x0c, - 0x99, - 0x0c, - 0xa5, - 0x05, - 0x05, - 0x03, - 0x3e, - 0x11, - 0x56, - 0x7b, - 0x00, - 0xd2, - 0xd7, - 0xfa, - 0x05, - 0x5d, - 0xfa, - 0xa4, - 0x25, - 0xf7, - 0x80, - 0x6c, - 0x04, - 0x2e, - 0x98, - 0xfe, - 0xf9, - 0xb5, - 0xf7, - 0xb4, - 0x08, - 0x01, - 0xc0, - 0x85, - 0xff, - 0xfb, - 0x25, - 0xf8, - 0x7c, - 0xa2, - 0xfc, - 0x9a, - 0x9c, - 0x00, - 0xf4, - 0xf7, - 0xf8, - 0x17, - 0xa5, - 0xfe, - 0xe4, - 0xfe, - 0x02, - 0xe7, - 0x6f, - 0xfc, - 0x4a, - 0x80, - 0x01, - 0x69, - 0x82, - 0x00, - 0xa1, - 0x38, - 0xfc, - 0x67, - 0x68, - 0xff, - 0xe0, - 0xeb, - 0xfe, - 0x1e, - 0x8a, - 0xfd, - 0x11, - 0xc9, - 0xfd, - 0x83, - 0x6e, - 0xfe, - 0xec, - 0x4a, - 0xfd, - 0x5e, - 0x50, - 0xfe, - 0x6a, - 0x74, - 0x00, - 0xb8, - 0x0f, - 0xff, - 0x11, - 0xbe, - 0xff, - 0xa9, - 0xc1, - 0xff, - 0x7f, - 0x51, - 0xff, - 0x08, - 0x2b, - 0x00, - 0xc3, - 0x6c, - 0xff, - 0xb3, - 0xca, - 0xff, - 0xed, - 0xb8, - 0xff, - 0x24, - 0xd8, - 0xff, - 0xc0, - 0xd5, - 0xff, - 0xda, - 0xbd, - 0xfe, - 0xdc, - 0x41, - 0xff, - 0xd5, - 0x3e, - 0xff, - 0x1b, - 0x10, - 0xff, - 0xae, - 0x03, - 0xff, - 0x37, - 0x6c, - 0xff, - 0x19, - 0xe2, - 0xff, - 0x4a, - 0x4b, - 0xff, - 0x4d, - 0x91, - 0xff, - 0xbc, - 0x71, - 0xff, - 0x92, - 0xa5, - 0xff, - 0x22, - 0x06, - 0x00, - 0xa5, - 0xb0, - 0xff, - 0x1d, - 0xdb, - 0xff, - 0x3f, - 0xbd, - 0xff, - 0xfb, - 0xab, - 0xff, - 0xec, - 0xbe, - 0xff, - 0xe1, - 0xda, - 0xff, - 0x0e, - 0xdd, - 0xff, - 0xaa, - 0xc3, - 0xff, - 0xbf, - 0x8c, - 0xff, - 0x1b, - 0x45, - 0xff, - 0x93, - 0x10, - 0x12, - 0xa2, - 0x0d, - 0x25, - 0xe8, - 0x74, - 0x0b, - 0xad, - 0x68, - 0x01, - 0xa1, - 0x90, - 0x14, - 0x0a, - 0x34, - 0x01, - 0x7e, - 0xd6, - 0xf7, - 0xd3, - 0x37, - 0xfd, - 0x0c, - 0x64, - 0xf8, - 0xf9, - 0xe9, - 0x05, - 0x64, - 0x43, - 0xff, - 0xa6, - 0x41, - 0xf2, - 0xd4, - 0xf5, - 0xff, - 0xf1, - 0x8f, - 0x02, - 0xbd, - 0x07, - 0xf9, - 0x4f, - 0x9d, - 0xfb, - 0x4b, - 0x1d, - 0xff, - 0x43, - 0x79, - 0xf8, - 0xdf, - 0x4e, - 0xfe, - 0xd3, - 0xac, - 0x02, - 0x78, - 0xf6, - 0xfb, - 0x27, - 0xfd, - 0x01, - 0x62, - 0x93, - 0x01, - 0x84, - 0xd0, - 0xfb, - 0xd5, - 0x01, - 0xff, - 0xa5, - 0x53, - 0xff, - 0x5f, - 0xd3, - 0xfd, - 0x17, - 0xb1, - 0xfd, - 0x96, - 0x7e, - 0xfe, - 0xa6, - 0x29, - 0xfd, - 0xd7, - 0xf2, - 0xfd, - 0x9a, - 0xc4, - 0x00, - 0x2d, - 0x1e, - 0xff, - 0x66, - 0x47, - 0xff, - 0x16, - 0x7a, - 0xff, - 0x0b, - 0x07, - 0xff, - 0x67, - 0x17, - 0x00, - 0x56, - 0x7e, - 0xff, - 0x19, - 0xc9, - 0xff, - 0x0c, - 0xa4, - 0xff, - 0x09, - 0xab, - 0xff, - 0x3f, - 0xd5, - 0xff, - 0xb1, - 0x8a, - 0xfe, - 0x5a, - 0xfa, - 0xfe, - 0x08, - 0x2f, - 0xff, - 0x4b, - 0x02, - 0xff, - 0x37, - 0x06, - 0xff, - 0x0e, - 0x29, - 0xff, - 0x06, - 0xa4, - 0xff, - 0x1b, - 0x49, - 0xff, - 0x7a, - 0x94, - 0xff, - 0x80, - 0x94, - 0xff, - 0x13, - 0xcf, - 0xff, - 0x0f, - 0x1a, - 0x00, - 0x67, - 0x75, - 0xff, - 0x9e, - 0xaf, - 0xff, - 0x5e, - 0xe8, - 0xff, - 0x31, - 0xe5, - 0xff, - 0x70, - 0xd3, - 0xff, - 0x7b, - 0xbc, - 0xff, - 0x13, - 0xbc, - 0xff, - 0x5b, - 0xb5, - 0xff, - 0x53, - 0x99, - 0xff, - 0xd9, - 0x40, - 0xff, - 0x16, - 0x26, - 0x14, - 0xd9, - 0x88, - 0x28, - 0x23, - 0x2d, - 0x09, - 0x58, - 0x10, - 0xfd, - 0x69, - 0xcc, - 0x16, - 0x44, - 0x0b, - 0x02, - 0x6a, - 0x41, - 0xf5, - 0xd4, - 0xbd, - 0xfe, - 0x38, - 0xb3, - 0xfa, - 0x7b, - 0xee, - 0x07, - 0x6d, - 0x0e, - 0x00, - 0x6b, - 0xac, - 0xed, - 0x43, - 0xda, - 0xfc, - 0x12, - 0x99, - 0x05, - 0xf6, - 0x16, - 0xfb, - 0x36, - 0xb1, - 0xf9, - 0x01, - 0x91, - 0xfe, - 0x11, - 0x5b, - 0xf8, - 0xae, - 0xd0, - 0xfc, - 0x7d, - 0x76, - 0x03, - 0x46, - 0xa2, - 0xfb, - 0x8e, - 0x40, - 0x01, - 0x5e, - 0x3a, - 0x03, - 0xb6, - 0x69, - 0xfb, - 0x17, - 0x93, - 0xfe, - 0x10, - 0xcc, - 0xff, - 0xa6, - 0x78, - 0xfd, - 0xea, - 0x04, - 0xfe, - 0x16, - 0xe6, - 0xfe, - 0x39, - 0x10, - 0xfd, - 0x21, - 0x76, - 0xfd, - 0x24, - 0x1f, - 0x01, - 0xe6, - 0x60, - 0xff, - 0x53, - 0x99, - 0xfe, - 0xf1, - 0x53, - 0xff, - 0xe4, - 0x9e, - 0xfe, - 0xd4, - 0x24, - 0x00, - 0xd0, - 0x9c, - 0xff, - 0x72, - 0x3b, - 0xff, - 0xe6, - 0xb3, - 0xff, - 0x10, - 0xb7, - 0xff, - 0xc6, - 0xd4, - 0xff, - 0xd5, - 0x2e, - 0xfe, - 0x00, - 0x88, - 0xfe, - 0x4c, - 0x70, - 0xff, - 0x16, - 0x1f, - 0xff, - 0x46, - 0x11, - 0xff, - 0xbf, - 0x1b, - 0xff, - 0x97, - 0x95, - 0xff, - 0x94, - 0x4d, - 0xff, - 0x70, - 0x73, - 0xff, - 0x4b, - 0x94, - 0xff, - 0x39, - 0x96, - 0xff, - 0x7c, - 0xef, - 0xff, - 0x67, - 0x74, - 0xff, - 0x9e, - 0x95, - 0xff, - 0x82, - 0xff, - 0xff, - 0x14, - 0xef, - 0xff, - 0x14, - 0xeb, - 0xff, - 0x30, - 0x07, - 0x00, - 0x86, - 0xf8, - 0xff, - 0x2f, - 0xb3, - 0xff, - 0xc9, - 0x3a, - 0xff, - 0x89, - 0xf6, - 0xfe, - 0x70, - 0x96, - 0x18, - 0xbe, - 0x03, - 0x2e, - 0x23, - 0xf0, - 0x04, - 0xa4, - 0xde, - 0xf6, - 0x68, - 0x86, - 0x16, - 0xe5, - 0x2e, - 0x03, - 0x21, - 0xb0, - 0xf6, - 0xb1, - 0x6e, - 0xff, - 0x2e, - 0x8c, - 0xfb, - 0x52, - 0xb1, - 0x09, - 0x62, - 0xf2, - 0x00, - 0x91, - 0x11, - 0xeb, - 0xdf, - 0x9c, - 0xf9, - 0x1c, - 0xaa, - 0x07, - 0xf4, - 0x9c, - 0xfc, - 0xfd, - 0xff, - 0xf8, - 0x68, - 0x4b, - 0xfe, - 0xdb, - 0x31, - 0xf7, - 0x9f, - 0x71, - 0xfd, - 0xab, - 0xac, - 0x03, - 0x01, - 0x04, - 0xfb, - 0x3a, - 0xa9, - 0x01, - 0xa7, - 0xfd, - 0x02, - 0x90, - 0x04, - 0xfc, - 0x53, - 0xd2, - 0xfe, - 0x5f, - 0x26, - 0xff, - 0x35, - 0x68, - 0xfd, - 0xce, - 0x2d, - 0xfe, - 0xb8, - 0xad, - 0xff, - 0xf7, - 0x3d, - 0xfd, - 0x7a, - 0x40, - 0xfd, - 0xc9, - 0x21, - 0x01, - 0x52, - 0x5d, - 0xff, - 0x43, - 0xb3, - 0xfe, - 0x86, - 0xc1, - 0xfe, - 0x96, - 0x8d, - 0xfe, - 0x88, - 0x26, - 0x00, - 0x05, - 0x47, - 0xff, - 0x6a, - 0x5f, - 0xff, - 0x3e, - 0x80, - 0xff, - 0xc0, - 0xa6, - 0xff, - 0x3b, - 0xa4, - 0xff, - 0x4b, - 0x04, - 0xfe, - 0x23, - 0x8f, - 0xfe, - 0xe2, - 0x61, - 0xff, - 0xbe, - 0x7e, - 0xff, - 0x54, - 0x31, - 0xff, - 0x1b, - 0x35, - 0xff, - 0xa0, - 0x9b, - 0xff, - 0xb5, - 0x2f, - 0xff, - 0x6e, - 0x69, - 0xff, - 0x33, - 0x52, - 0xff, - 0x5c, - 0x86, - 0xff, - 0xe9, - 0xf8, - 0xff, - 0xcb, - 0x75, - 0xff, - 0x58, - 0x62, - 0xff, - 0x4c, - 0xbd, - 0xff, - 0x2b, - 0xf1, - 0xff, - 0x85, - 0x2a, - 0x00, - 0xf6, - 0x6e, - 0x00, - 0x32, - 0x27, - 0x00, - 0xd5, - 0xbe, - 0xff, - 0x5b, - 0x43, - 0xff, - 0x5f, - 0xf6, - 0xfe, - 0x55, - 0x88, - 0x1a, - 0x5e, - 0xbc, - 0x33, - 0xda, - 0x17, - 0x05, - 0x34, - 0x7f, - 0xed, - 0x38, - 0xc6, - 0x13, - 0x46, - 0xdb, - 0x07, - 0xc9, - 0xd5, - 0xf7, - 0x4b, - 0x5e, - 0x00, - 0xa2, - 0x68, - 0xfb, - 0xe3, - 0x36, - 0x09, - 0x54, - 0x2f, - 0x04, - 0x00, - 0x26, - 0xea, - 0xba, - 0xc2, - 0xf4, - 0x7a, - 0xa7, - 0x07, - 0x90, - 0x55, - 0xff, - 0xc9, - 0x15, - 0xf9, - 0xb6, - 0x5c, - 0xfd, - 0xd7, - 0x24, - 0xf7, - 0xd5, - 0xcf, - 0xfc, - 0x02, - 0x9d, - 0x03, - 0x52, - 0x73, - 0xfb, - 0x1a, - 0xf4, - 0x00, - 0x5c, - 0x44, - 0x03, - 0x3c, - 0x90, - 0xfc, - 0x41, - 0x2d, - 0xfe, - 0xc4, - 0xd2, - 0xfe, - 0xbc, - 0x6f, - 0xfd, - 0xcb, - 0x60, - 0xfe, - 0x05, - 0xe7, - 0xff, - 0x72, - 0x79, - 0xfd, - 0xf2, - 0x0b, - 0xfd, - 0x9b, - 0xc0, - 0x00, - 0x32, - 0xeb, - 0xff, - 0xa5, - 0xcd, - 0xfe, - 0x56, - 0x12, - 0xfe, - 0x52, - 0xf7, - 0xfd, - 0x0e, - 0x1d, - 0x00, - 0xe7, - 0xa2, - 0xff, - 0x4e, - 0x2c, - 0xff, - 0xdb, - 0x26, - 0xff, - 0x45, - 0x59, - 0xff, - 0xa5, - 0xa2, - 0xff, - 0x2c, - 0x22, - 0xfe, - 0x6e, - 0x51, - 0xfe, - 0x61, - 0x93, - 0xff, - 0x50, - 0xbf, - 0xff, - 0xce, - 0x38, - 0xff, - 0x56, - 0x37, - 0xff, - 0x4e, - 0x78, - 0xff, - 0xb5, - 0x21, - 0xff, - 0xe3, - 0x3a, - 0xff, - 0xe7, - 0x34, - 0xff, - 0x8c, - 0x9f, - 0xff, - 0xd6, - 0xf5, - 0xff, - 0x72, - 0x55, - 0xff, - 0x35, - 0x18, - 0xff, - 0x9b, - 0xa6, - 0xff, - 0x2c, - 0x09, - 0x00, - 0x8e, - 0xfa, - 0xff, - 0x73, - 0x51, - 0x00, - 0x54, - 0x4e, - 0x00, - 0x56, - 0x14, - 0x00, - 0x2d, - 0x85, - 0xff, - 0xf1, - 0xe0, - 0xfe, - 0x20, - 0x5e, - 0x1c, - 0xaf, - 0x34, - 0x39, - 0xcc, - 0xa5, - 0x05, - 0xe9, - 0xff, - 0xe4, - 0x8e, - 0x14, - 0x10, - 0x0c, - 0xad, - 0x0b, - 0x02, - 0x60, - 0xfa, - 0xe7, - 0x66, - 0x01, - 0x86, - 0xbc, - 0xfa, - 0xa2, - 0xab, - 0x08, - 0xc9, - 0x08, - 0x07, - 0x2c, - 0xc5, - 0xea, - 0xa9, - 0x96, - 0xf0, - 0xfc, - 0xfd, - 0x05, - 0x85, - 0xdb, - 0x01, - 0x28, - 0x54, - 0xfa, - 0x5a, - 0x9a, - 0xfc, - 0xd8, - 0xec, - 0xf6, - 0xfd, - 0xe1, - 0xfc, - 0xf5, - 0x0d, - 0x03, - 0xbf, - 0x81, - 0xfb, - 0x7c, - 0x29, - 0x01, - 0x39, - 0x17, - 0x03, - 0x63, - 0xb5, - 0xfc, - 0x42, - 0xe7, - 0xfd, - 0xba, - 0xb0, - 0xfe, - 0x42, - 0x83, - 0xfd, - 0x87, - 0x58, - 0xfe, - 0x5e, - 0xd3, - 0xff, - 0xc0, - 0x78, - 0xfd, - 0x59, - 0x73, - 0xfd, - 0x41, - 0xa9, - 0x00, - 0xe1, - 0x16, - 0x00, - 0xdb, - 0xdc, - 0xfe, - 0xc5, - 0x5f, - 0xfd, - 0xc3, - 0xdd, - 0xfd, - 0x3e, - 0x2d, - 0x00, - 0xd7, - 0x97, - 0xff, - 0x29, - 0x0f, - 0xff, - 0xc6, - 0x13, - 0xff, - 0x9d, - 0x4c, - 0xff, - 0x95, - 0x70, - 0xff, - 0x4a, - 0x5a, - 0xfe, - 0x4c, - 0x49, - 0xfe, - 0xb7, - 0x6f, - 0xff, - 0xd0, - 0x1e, - 0x00, - 0xe5, - 0x65, - 0xff, - 0x20, - 0x1a, - 0xff, - 0x2b, - 0x1f, - 0xff, - 0x00, - 0xf0, - 0xfe, - 0x05, - 0x88, - 0xff, - 0xc2, - 0x5c, - 0xff, - 0x12, - 0x85, - 0xff, - 0x42, - 0xbc, - 0xff, - 0x00, - 0x40, - 0xff, - 0x61, - 0x37, - 0xff, - 0x39, - 0x96, - 0xff, - 0x08, - 0xf7, - 0xff, - 0x82, - 0xe1, - 0xff, - 0x27, - 0x37, - 0x00, - 0xa7, - 0x40, - 0x00, - 0x28, - 0x0d, - 0x00, - 0x7b, - 0xae, - 0xff, - 0x49, - 0xfa, - 0xfe, - 0xf3, - 0xe4, - 0x21, - 0xd4, - 0xf7, - 0x3d, - 0x93, - 0xd8, - 0xfe, - 0x0c, - 0x95, - 0xe0, - 0xda, - 0xa8, - 0x0f, - 0xa3, - 0x78, - 0x0a, - 0x34, - 0x8c, - 0xfe, - 0xe6, - 0x71, - 0x01, - 0x7d, - 0xe9, - 0xf8, - 0x34, - 0x02, - 0x0b, - 0x07, - 0xf3, - 0x07, - 0x5d, - 0xd5, - 0xe9, - 0xa4, - 0xfd, - 0xed, - 0x9a, - 0x41, - 0x05, - 0x71, - 0xb6, - 0x02, - 0x32, - 0xaf, - 0xfb, - 0x6e, - 0xd5, - 0xfc, - 0x29, - 0xe7, - 0xf5, - 0x16, - 0x20, - 0xfe, - 0x1e, - 0x8e, - 0x01, - 0x4f, - 0xb3, - 0xfa, - 0xb1, - 0x05, - 0x03, - 0xcc, - 0x02, - 0x02, - 0x33, - 0x36, - 0xfc, - 0x5d, - 0x24, - 0xfe, - 0xa3, - 0x92, - 0xfe, - 0xf7, - 0x48, - 0xfd, - 0xe6, - 0xc7, - 0xfd, - 0x63, - 0xf4, - 0xff, - 0xa2, - 0x65, - 0xfd, - 0x8c, - 0xea, - 0xfd, - 0x1f, - 0x9f, - 0x00, - 0x13, - 0x93, - 0xff, - 0x8a, - 0x20, - 0xff, - 0x9a, - 0x00, - 0xfd, - 0x6d, - 0xd8, - 0xfd, - 0xa9, - 0x13, - 0x00, - 0xa1, - 0x3c, - 0xff, - 0xd8, - 0x37, - 0xff, - 0xd7, - 0xf4, - 0xfe, - 0xcb, - 0x8b, - 0xff, - 0x62, - 0x55, - 0xff, - 0x94, - 0x10, - 0xfe, - 0x0c, - 0x63, - 0xfe, - 0x44, - 0x57, - 0xff, - 0xf3, - 0x48, - 0x00, - 0xdb, - 0x77, - 0xff, - 0x4c, - 0x08, - 0xff, - 0xf9, - 0xed, - 0xfe, - 0xd0, - 0xd3, - 0xfe, - 0x96, - 0x92, - 0xff, - 0x9a, - 0x3f, - 0xff, - 0x8a, - 0xa1, - 0xff, - 0x16, - 0xcd, - 0xff, - 0xb6, - 0x2c, - 0xff, - 0x0f, - 0x1b, - 0xff, - 0xbc, - 0x81, - 0xff, - 0x27, - 0xfc, - 0xff, - 0xab, - 0xf0, - 0xff, - 0xba, - 0x2e, - 0x00, - 0x44, - 0x09, - 0x00, - 0x32, - 0xd9, - 0xff, - 0x0c, - 0x88, - 0xff, - 0xed, - 0x0d, - 0xff, - 0x1f, - 0xad, - 0x23, - 0xf7, - 0x71, - 0x42, - 0xfc, - 0x86, - 0xfe, - 0x9b, - 0x26, - 0xdb, - 0xf2, - 0x13, - 0x0e, - 0xfc, - 0xf9, - 0x0a, - 0x08, - 0x73, - 0x00, - 0xe8, - 0xac, - 0x02, - 0xe8, - 0x93, - 0xf6, - 0x14, - 0x32, - 0x0d, - 0x27, - 0x34, - 0x0c, - 0xca, - 0x7d, - 0xe8, - 0x8a, - 0x45, - 0xea, - 0xe9, - 0xc3, - 0x04, - 0x84, - 0xe3, - 0x03, - 0xdf, - 0x84, - 0xfc, - 0x32, - 0x24, - 0xff, - 0xb4, - 0x85, - 0xf5, - 0xd6, - 0xb2, - 0xfc, - 0x7b, - 0x90, - 0x01, - 0x42, - 0x34, - 0xfa, - 0x67, - 0x01, - 0x04, - 0xa2, - 0xb0, - 0x01, - 0xdf, - 0x95, - 0xfb, - 0xf1, - 0xed, - 0xfe, - 0x38, - 0x85, - 0xfe, - 0xcb, - 0xd7, - 0xfc, - 0xcc, - 0x05, - 0xfd, - 0x65, - 0x76, - 0x00, - 0xcd, - 0xbb, - 0xfd, - 0x32, - 0x7f, - 0xfd, - 0xc7, - 0xd9, - 0x00, - 0x9e, - 0x6c, - 0xff, - 0xa3, - 0x81, - 0xff, - 0xe8, - 0xfc, - 0xfc, - 0xa4, - 0x62, - 0xfd, - 0x07, - 0x35, - 0x00, - 0xda, - 0x1c, - 0xff, - 0x57, - 0x6d, - 0xff, - 0x1e, - 0x26, - 0xff, - 0xc6, - 0x7c, - 0xff, - 0x92, - 0x64, - 0xff, - 0x1e, - 0x24, - 0xfe, - 0xfb, - 0x65, - 0xfe, - 0x6c, - 0x16, - 0xff, - 0x8b, - 0x73, - 0x00, - 0xd5, - 0x90, - 0xff, - 0x19, - 0xf0, - 0xfe, - 0xbd, - 0x3a, - 0xff, - 0x04, - 0xc4, - 0xfe, - 0xc9, - 0x46, - 0xff, - 0x9f, - 0x0e, - 0xff, - 0x21, - 0xc0, - 0xff, - 0x1a, - 0x0c, - 0x00, - 0xd2, - 0x26, - 0xff, - 0x50, - 0x1e, - 0xff, - 0x40, - 0x70, - 0xff, - 0xb5, - 0x01, - 0x00, - 0xe1, - 0xf3, - 0xff, - 0x06, - 0x0d, - 0x00, - 0x75, - 0x06, - 0x00, - 0x72, - 0xcb, - 0xff, - 0x3b, - 0x64, - 0xff, - 0xa4, - 0xe0, - 0xfe, - 0xd2, - 0xd7, - 0x27, - 0x37, - 0xc0, - 0x45, - 0x32, - 0x24, - 0xf9, - 0xbc, - 0x77, - 0xd9, - 0x94, - 0x1a, - 0x0f, - 0xb0, - 0xcb, - 0x07, - 0xd8, - 0x4c, - 0x02, - 0x2a, - 0x77, - 0x02, - 0x46, - 0xf8, - 0xf3, - 0xcf, - 0x3f, - 0x12, - 0x94, - 0x87, - 0x0e, - 0xfe, - 0x74, - 0xe4, - 0x80, - 0x77, - 0xe9, - 0x13, - 0xed, - 0x04, - 0xf3, - 0x3b, - 0x02, - 0xcf, - 0xe5, - 0xfe, - 0x69, - 0x59, - 0x01, - 0xbd, - 0x38, - 0xf4, - 0x29, - 0x0e, - 0xfc, - 0xb7, - 0xca, - 0x00, - 0xce, - 0x82, - 0xfa, - 0xfb, - 0x37, - 0x04, - 0x7d, - 0x83, - 0x00, - 0x84, - 0xc1, - 0xfb, - 0x82, - 0x8c, - 0xff, - 0x72, - 0x75, - 0xfe, - 0xec, - 0xdf, - 0xfb, - 0x5c, - 0x7f, - 0xfc, - 0xc5, - 0xb5, - 0x00, - 0x31, - 0xa5, - 0xfd, - 0xec, - 0x85, - 0xfd, - 0x08, - 0xb3, - 0x00, - 0x46, - 0x83, - 0xff, - 0xbc, - 0x77, - 0xff, - 0xf5, - 0xae, - 0xfc, - 0x08, - 0x9d, - 0xfd, - 0x7b, - 0xf2, - 0xff, - 0x1e, - 0xf2, - 0xfe, - 0x3b, - 0xb1, - 0xff, - 0x31, - 0x04, - 0xff, - 0xc8, - 0x90, - 0xff, - 0x23, - 0x9a, - 0xff, - 0x0e, - 0x09, - 0xfe, - 0xf3, - 0x27, - 0xfe, - 0x74, - 0x23, - 0xff, - 0x30, - 0x95, - 0x00, - 0xf4, - 0x76, - 0xff, - 0xbf, - 0x03, - 0xff, - 0xea, - 0x42, - 0xff, - 0x3e, - 0xa7, - 0xfe, - 0x96, - 0x1f, - 0xff, - 0xec, - 0xee, - 0xfe, - 0xe6, - 0xcc, - 0xff, - 0xf2, - 0xfa, - 0xff, - 0x12, - 0x0b, - 0xff, - 0x8d, - 0x36, - 0xff, - 0xb9, - 0x97, - 0xff, - 0x1e, - 0x04, - 0x00, - 0xd3, - 0xd9, - 0xff, - 0x27, - 0xe6, - 0xff, - 0x1b, - 0xf4, - 0xff, - 0xf8, - 0xc6, - 0xff, - 0xd2, - 0x58, - 0xff, - 0x36, - 0xd0, - 0xfe, - 0xdf, - 0x19, - 0x27, - 0xf5, - 0x43, - 0x49, - 0xd2, - 0x65, - 0xfc, - 0x7b, - 0xf4, - 0xd4, - 0x7f, - 0x45, - 0x0e, - 0x9e, - 0x54, - 0x07, - 0x73, - 0x5a, - 0x00, - 0x27, - 0x85, - 0x04, - 0xe2, - 0x1c, - 0xf1, - 0x91, - 0x64, - 0x14, - 0x5e, - 0xf1, - 0x13, - 0x5b, - 0x55, - 0xe2, - 0x47, - 0x30, - 0xe8, - 0x84, - 0x10, - 0x03, - 0xd7, - 0x58, - 0x01, - 0x20, - 0xff, - 0x00, - 0x78, - 0x82, - 0x03, - 0x3d, - 0x93, - 0xf4, - 0x47, - 0xa9, - 0xf9, - 0x2d, - 0x76, - 0x01, - 0x45, - 0x92, - 0xfa, - 0x96, - 0x5b, - 0x02, - 0xcd, - 0x0d, - 0x01, - 0x38, - 0x02, - 0xfc, - 0x44, - 0xe0, - 0xff, - 0x1b, - 0x85, - 0xfe, - 0x03, - 0x1a, - 0xfb, - 0xd3, - 0xd6, - 0xfb, - 0x5a, - 0x96, - 0x00, - 0x98, - 0x3a, - 0xfe, - 0xee, - 0x23, - 0xfd, - 0xa4, - 0x91, - 0x00, - 0x49, - 0x9e, - 0xff, - 0x26, - 0x3a, - 0xff, - 0x52, - 0x3e, - 0xfd, - 0x77, - 0x45, - 0xfd, - 0xce, - 0x76, - 0xff, - 0x2e, - 0x28, - 0xff, - 0x06, - 0x9d, - 0xff, - 0x66, - 0x1a, - 0xff, - 0xd7, - 0xc1, - 0xff, - 0x89, - 0xe0, - 0xff, - 0x55, - 0xcf, - 0xfd, - 0xe7, - 0x08, - 0xfe, - 0xdc, - 0x61, - 0xff, - 0xec, - 0x64, - 0x00, - 0x58, - 0x8b, - 0xff, - 0x08, - 0x2f, - 0xff, - 0x88, - 0x3a, - 0xff, - 0x41, - 0x78, - 0xfe, - 0x35, - 0x18, - 0xff, - 0x13, - 0xee, - 0xfe, - 0x94, - 0x8f, - 0xff, - 0xe5, - 0xf6, - 0xff, - 0x9d, - 0x03, - 0xff, - 0xcd, - 0x47, - 0xff, - 0x96, - 0xa6, - 0xff, - 0xa2, - 0xee, - 0xff, - 0xf0, - 0xd3, - 0xff, - 0x15, - 0xed, - 0xff, - 0xf4, - 0xf2, - 0xff, - 0x5d, - 0xac, - 0xff, - 0x16, - 0x62, - 0xff, - 0x62, - 0xc9, - 0xfe, - 0x1f, - 0x54, - 0x2c, - 0xb9, - 0x77, - 0x4b, - 0x8d, - 0x19, - 0xf5, - 0x1d, - 0xd6, - 0xd6, - 0x9b, - 0xa3, - 0x10, - 0x58, - 0x09, - 0x02, - 0x1b, - 0x42, - 0x02, - 0x9a, - 0x88, - 0x02, - 0xca, - 0x67, - 0xef, - 0x86, - 0xf1, - 0x1a, - 0xa7, - 0x21, - 0x13, - 0x63, - 0x4a, - 0xe0, - 0x52, - 0x88, - 0xea, - 0xe2, - 0x28, - 0x01, - 0x8e, - 0xd1, - 0xff, - 0x96, - 0xa8, - 0x03, - 0xfd, - 0xa8, - 0x04, - 0x91, - 0x5d, - 0xf4, - 0x23, - 0xa4, - 0xf9, - 0x07, - 0x5d, - 0x01, - 0x11, - 0x7d, - 0xfa, - 0x0b, - 0xd4, - 0x00, - 0x10, - 0xe0, - 0x00, - 0x40, - 0x4a, - 0xfd, - 0xd6, - 0xf4, - 0xff, - 0x4a, - 0x00, - 0xfe, - 0x19, - 0x74, - 0xfa, - 0x59, - 0xdb, - 0xfb, - 0xdc, - 0xbf, - 0x00, - 0x1d, - 0x48, - 0xfe, - 0x77, - 0x20, - 0xfd, - 0x54, - 0x5e, - 0x00, - 0x3a, - 0xe3, - 0xff, - 0x60, - 0x50, - 0xff, - 0x6d, - 0x08, - 0xfd, - 0x46, - 0x2a, - 0xfd, - 0x75, - 0x51, - 0xff, - 0x8a, - 0x1a, - 0xff, - 0x6e, - 0xc4, - 0xff, - 0x27, - 0x65, - 0xff, - 0x59, - 0xfc, - 0xff, - 0xbd, - 0xd6, - 0xff, - 0xef, - 0xc0, - 0xfd, - 0x7e, - 0x3c, - 0xfe, - 0x29, - 0x84, - 0xff, - 0xc0, - 0x2b, - 0x00, - 0x6c, - 0xad, - 0xff, - 0x58, - 0x8c, - 0xff, - 0x4a, - 0xf6, - 0xfe, - 0x49, - 0x65, - 0xfe, - 0x99, - 0x31, - 0xff, - 0x2a, - 0xd4, - 0xfe, - 0xd3, - 0x7c, - 0xff, - 0x8a, - 0xd1, - 0xff, - 0x82, - 0x21, - 0xff, - 0x5f, - 0x5b, - 0xff, - 0xdc, - 0xa5, - 0xff, - 0xd5, - 0xd9, - 0xff, - 0x24, - 0xbd, - 0xff, - 0x83, - 0x0c, - 0x00, - 0xc3, - 0xfa, - 0xff, - 0x7b, - 0xcb, - 0xff, - 0xb0, - 0x63, - 0xff, - 0x47, - 0xb4, - 0xfe, - 0x71, - 0x39, - 0x2e, - 0x79, - 0xcb, - 0x4d, - 0x96, - 0xa3, - 0xf3, - 0xdf, - 0x55, - 0xd6, - 0x37, - 0xcb, - 0x10, - 0xe1, - 0x49, - 0xff, - 0x03, - 0x5d, - 0x02, - 0x8e, - 0x7a, - 0x01, - 0xe0, - 0x9b, - 0xed, - 0xc6, - 0xbf, - 0x1d, - 0x18, - 0xfc, - 0x13, - 0x34, - 0x80, - 0xe1, - 0xf0, - 0x49, - 0xeb, - 0x7f, - 0x1d, - 0xfe, - 0xa2, - 0x4d, - 0xff, - 0xba, - 0x8b, - 0x04, - 0xeb, - 0x43, - 0x06, - 0x41, - 0x1d, - 0xf5, - 0xb6, - 0x8a, - 0xf8, - 0x73, - 0x36, - 0x02, - 0x58, - 0x97, - 0xf9, - 0xe1, - 0xc4, - 0xfe, - 0x87, - 0x59, - 0x01, - 0x6f, - 0x57, - 0xfe, - 0xa9, - 0xc8, - 0xff, - 0xd2, - 0x35, - 0xfd, - 0x74, - 0x6e, - 0xfa, - 0xff, - 0x86, - 0xfb, - 0x47, - 0x00, - 0x01, - 0xb9, - 0x8d, - 0xfe, - 0xe4, - 0x3c, - 0xfc, - 0x5b, - 0xb2, - 0x00, - 0x14, - 0x5e, - 0x00, - 0x7e, - 0xe5, - 0xfe, - 0xfc, - 0x8f, - 0xfc, - 0x1c, - 0x13, - 0xfd, - 0x9c, - 0x40, - 0xff, - 0x1a, - 0xe0, - 0xfe, - 0xf7, - 0x42, - 0x00, - 0x53, - 0x87, - 0xff, - 0x81, - 0xcd, - 0xff, - 0x2e, - 0x1a, - 0x00, - 0x98, - 0xe4, - 0xfd, - 0x31, - 0x2c, - 0xfe, - 0xdb, - 0x3c, - 0xff, - 0xab, - 0x3d, - 0x00, - 0x95, - 0xf0, - 0xff, - 0xe6, - 0x84, - 0xff, - 0x53, - 0xf3, - 0xfe, - 0x84, - 0x58, - 0xfe, - 0xdf, - 0x14, - 0xff, - 0x5d, - 0xa8, - 0xfe, - 0x24, - 0x5c, - 0xff, - 0xda, - 0xed, - 0xff, - 0x8b, - 0x28, - 0xff, - 0x4e, - 0x4c, - 0xff, - 0x1e, - 0x9c, - 0xff, - 0x23, - 0xb2, - 0xff, - 0x48, - 0xb4, - 0xff, - 0xde, - 0x0d, - 0x00, - 0x40, - 0x14, - 0x00, - 0x44, - 0xf1, - 0xff, - 0xc0, - 0x5c, - 0xff, - 0xe0, - 0xbf, - 0xfe, - 0x4b, - 0xb5, - 0x2c, - 0xf1, - 0xa0, - 0x50, - 0xf6, - 0x77, - 0xf8, - 0x26, - 0xe2, - 0xd2, - 0xbe, - 0x1c, - 0x0f, - 0x6a, - 0x67, - 0xff, - 0x65, - 0x3b, - 0x00, - 0x24, - 0x59, - 0x02, - 0x45, - 0x2c, - 0xeb, - 0x14, - 0xac, - 0x1c, - 0x96, - 0x99, - 0x17, - 0xac, - 0xbc, - 0xe4, - 0x51, - 0x09, - 0xeb, - 0x22, - 0xce, - 0xfa, - 0x7b, - 0x0a, - 0xff, - 0x82, - 0x1f, - 0x04, - 0x35, - 0x49, - 0x08, - 0x6a, - 0x12, - 0xf7, - 0x20, - 0x5e, - 0xf6, - 0x99, - 0x9d, - 0x03, - 0x66, - 0xcb, - 0xf8, - 0x32, - 0x53, - 0xfc, - 0x9c, - 0x23, - 0x02, - 0xd2, - 0xe3, - 0xfe, - 0xe6, - 0xb4, - 0xff, - 0xc5, - 0xca, - 0xfc, - 0x10, - 0x94, - 0xfa, - 0x96, - 0xe5, - 0xfa, - 0x26, - 0x59, - 0x01, - 0x0e, - 0xfe, - 0xfe, - 0x0a, - 0x2c, - 0xfb, - 0xaf, - 0x6f, - 0x01, - 0xec, - 0x52, - 0x00, - 0x9d, - 0x46, - 0xfe, - 0x79, - 0xa4, - 0xfc, - 0x2b, - 0x9f, - 0xfc, - 0x34, - 0x46, - 0xff, - 0x27, - 0x0f, - 0xff, - 0xa3, - 0x9b, - 0x00, - 0x24, - 0x5f, - 0xff, - 0x44, - 0xd0, - 0xff, - 0x28, - 0xc0, - 0x00, - 0x05, - 0xa0, - 0xfd, - 0x5f, - 0xea, - 0xfd, - 0x85, - 0x49, - 0xff, - 0x75, - 0x5e, - 0x00, - 0x88, - 0xf8, - 0xff, - 0x81, - 0x65, - 0xff, - 0xd2, - 0x3e, - 0xff, - 0x7b, - 0x3d, - 0xfe, - 0xf9, - 0xd9, - 0xfe, - 0xea, - 0x91, - 0xfe, - 0xcc, - 0x3e, - 0xff, - 0x75, - 0x26, - 0x00, - 0xd0, - 0x2d, - 0xff, - 0xf3, - 0x33, - 0xff, - 0x5c, - 0x8a, - 0xff, - 0xd2, - 0x91, - 0xff, - 0x95, - 0xaa, - 0xff, - 0xec, - 0x16, - 0x00, - 0xca, - 0x35, - 0x00, - 0x23, - 0xfe, - 0xff, - 0x3c, - 0x65, - 0xff, - 0x3f, - 0xca, - 0xfe, - 0x48, - 0xda, - 0x2c, - 0xca, - 0x6e, - 0x52, - 0x53, - 0x7f, - 0xfa, - 0xad, - 0x10, - 0xd2, - 0xfe, - 0x91, - 0x0d, - 0x2d, - 0x79, - 0xfe, - 0xc0, - 0xb4, - 0xff, - 0x7a, - 0xa3, - 0x01, - 0x26, - 0x67, - 0xe9, - 0xc1, - 0xac, - 0x1b, - 0x2b, - 0x36, - 0x19, - 0x95, - 0xbb, - 0xe8, - 0xa0, - 0x5c, - 0xeb, - 0x48, - 0x4b, - 0xf8, - 0x19, - 0xa0, - 0xfe, - 0x3a, - 0x5b, - 0x03, - 0xf7, - 0xfc, - 0x09, - 0xd7, - 0x87, - 0xf8, - 0xd9, - 0x3c, - 0xf5, - 0x9c, - 0x61, - 0x04, - 0x50, - 0x0a, - 0xf8, - 0xc2, - 0xdf, - 0xfa, - 0xb3, - 0x3d, - 0x02, - 0xc1, - 0x31, - 0xff, - 0x14, - 0xa5, - 0xff, - 0x81, - 0x98, - 0xfc, - 0xc0, - 0xf5, - 0xfa, - 0xd1, - 0x42, - 0xfa, - 0x0e, - 0x70, - 0x01, - 0xec, - 0x6f, - 0xff, - 0xd9, - 0xd2, - 0xfa, - 0xb5, - 0x98, - 0x01, - 0xc7, - 0xba, - 0xff, - 0xa6, - 0x0c, - 0xfe, - 0xa2, - 0xaf, - 0xfc, - 0xe2, - 0x69, - 0xfc, - 0xae, - 0xad, - 0xff, - 0x46, - 0x3a, - 0xff, - 0xaf, - 0x80, - 0x00, - 0x65, - 0x5b, - 0xff, - 0xfa, - 0x43, - 0x00, - 0xdf, - 0xb4, - 0x00, - 0x73, - 0x26, - 0xfd, - 0x1f, - 0x46, - 0xfe, - 0x7f, - 0x6b, - 0xff, - 0x3f, - 0x11, - 0x00, - 0x73, - 0xfd, - 0xff, - 0xfe, - 0x8b, - 0xff, - 0x93, - 0x3e, - 0xff, - 0x31, - 0x1e, - 0xfe, - 0x3a, - 0xc8, - 0xfe, - 0x34, - 0x8b, - 0xfe, - 0x62, - 0x4a, - 0xff, - 0x40, - 0x35, - 0x00, - 0x97, - 0x2f, - 0xff, - 0xe7, - 0x38, - 0xff, - 0xd7, - 0x7e, - 0xff, - 0x3b, - 0x7f, - 0xff, - 0x85, - 0xa5, - 0xff, - 0x82, - 0x27, - 0x00, - 0xeb, - 0x47, - 0x00, - 0x4e, - 0xfa, - 0xff, - 0x6c, - 0x74, - 0xff, - 0x1d, - 0xbb, - 0xfe, - 0x9a, - 0xed, - 0x2d, - 0xbc, - 0x7d, - 0x53, - 0x38, - 0xea, - 0xfa, - 0xb3, - 0x0b, - 0xd3, - 0xf8, - 0x1f, - 0x0c, - 0xf4, - 0xae, - 0xfc, - 0x21, - 0x10, - 0x00, - 0xee, - 0x8d, - 0x00, - 0xf3, - 0xbc, - 0xe7, - 0x3f, - 0xed, - 0x19, - 0x21, - 0x88, - 0x1a, - 0x2e, - 0xe3, - 0xec, - 0x76, - 0x91, - 0xeb, - 0xab, - 0x41, - 0xf7, - 0x1d, - 0x9f, - 0xfd, - 0x76, - 0xa5, - 0x02, - 0x1b, - 0x78, - 0x0b, - 0x5c, - 0x1c, - 0xf9, - 0xd2, - 0x8e, - 0xf5, - 0xc9, - 0x19, - 0x04, - 0x7e, - 0x38, - 0xf7, - 0xce, - 0xb0, - 0xfa, - 0xba, - 0xab, - 0x01, - 0x67, - 0x4d, - 0xff, - 0x07, - 0x67, - 0xff, - 0xd3, - 0xc3, - 0xfc, - 0x0b, - 0x97, - 0xfb, - 0xd9, - 0x76, - 0xf9, - 0x8a, - 0x55, - 0x01, - 0x21, - 0xeb, - 0xff, - 0xbb, - 0xbb, - 0xfa, - 0x7c, - 0x20, - 0x01, - 0xc0, - 0x55, - 0xff, - 0x7e, - 0xe0, - 0xfd, - 0xa2, - 0xcc, - 0xfc, - 0xfc, - 0x2f, - 0xfd, - 0x9a, - 0xbe, - 0xff, - 0x4b, - 0xf7, - 0xfe, - 0x86, - 0xbd, - 0x00, - 0xdb, - 0x86, - 0xff, - 0xbf, - 0x08, - 0x00, - 0xb2, - 0x4f, - 0x00, - 0x14, - 0x9b, - 0xfd, - 0xd7, - 0x94, - 0xfe, - 0x77, - 0x0b, - 0xff, - 0x14, - 0xe7, - 0xff, - 0x86, - 0x12, - 0x00, - 0xad, - 0x98, - 0xff, - 0x1c, - 0x18, - 0xff, - 0xd1, - 0x19, - 0xfe, - 0x27, - 0xcc, - 0xfe, - 0xdf, - 0x98, - 0xfe, - 0x02, - 0x56, - 0xff, - 0x72, - 0x2c, - 0x00, - 0x62, - 0x49, - 0xff, - 0x62, - 0x34, - 0xff, - 0xbc, - 0x7b, - 0xff, - 0x21, - 0x92, - 0xff, - 0xca, - 0xb1, - 0xff, - 0x4a, - 0x28, - 0x00, - 0xc2, - 0x33, - 0x00, - 0xd7, - 0xe5, - 0xff, - 0x9c, - 0x78, - 0xff, - 0x46, - 0xcc, - 0xfe, - 0xa6, - 0x13, - 0x2d, - 0x90, - 0xf5, - 0x53, - 0x35, - 0xa8, - 0xfe, - 0x9b, - 0xe9, - 0xd3, - 0x0d, - 0x09, - 0x0a, - 0xc3, - 0xa2, - 0xfb, - 0xf6, - 0xee, - 0xfe, - 0x9a, - 0x8c, - 0x01, - 0xda, - 0x4a, - 0xe5, - 0xd1, - 0x29, - 0x15, - 0x9f, - 0x71, - 0x1e, - 0x22, - 0xfe, - 0xf0, - 0x91, - 0x77, - 0xeb, - 0xe2, - 0x7d, - 0xf7, - 0xf3, - 0xd0, - 0xfb, - 0xd1, - 0xb6, - 0x01, - 0xf5, - 0x68, - 0x0c, - 0xf3, - 0x65, - 0xfa, - 0xa1, - 0x3d, - 0xf6, - 0x58, - 0xe4, - 0x02, - 0x68, - 0xec, - 0xf6, - 0x35, - 0xc1, - 0xfa, - 0x27, - 0x41, - 0x01, - 0x80, - 0x01, - 0xff, - 0x38, - 0xfb, - 0xfe, - 0x70, - 0x94, - 0xfd, - 0xdf, - 0xf6, - 0xfb, - 0x42, - 0xd5, - 0xf8, - 0xb3, - 0x0b, - 0x01, - 0x88, - 0xce, - 0xff, - 0x9f, - 0xe8, - 0xfa, - 0x93, - 0xac, - 0x00, - 0x76, - 0xd7, - 0xfe, - 0x53, - 0x39, - 0xfe, - 0x12, - 0x95, - 0xfd, - 0xa6, - 0xb7, - 0xfd, - 0x41, - 0x6a, - 0xff, - 0xce, - 0x12, - 0xff, - 0x3e, - 0xec, - 0x00, - 0xe4, - 0xf4, - 0xfe, - 0xbe, - 0xbe, - 0xff, - 0x58, - 0xac, - 0x00, - 0x77, - 0x04, - 0xfe, - 0x6b, - 0x63, - 0xfe, - 0x01, - 0xdc, - 0xfe, - 0x3b, - 0xd0, - 0xff, - 0xb9, - 0xd9, - 0xff, - 0xe5, - 0x9e, - 0xff, - 0xa2, - 0x16, - 0xff, - 0xdf, - 0x0d, - 0xfe, - 0x2d, - 0xe9, - 0xfe, - 0xbb, - 0xb3, - 0xfe, - 0xfa, - 0x4e, - 0xff, - 0x40, - 0x2f, - 0x00, - 0x18, - 0x4c, - 0xff, - 0x49, - 0x46, - 0xff, - 0x18, - 0xa6, - 0xff, - 0x6b, - 0xa7, - 0xff, - 0xfc, - 0xc2, - 0xff, - 0x5d, - 0x0b, - 0x00, - 0x1e, - 0x0b, - 0x00, - 0x4e, - 0xc8, - 0xff, - 0x42, - 0x7d, - 0xff, - 0x57, - 0xf4, - 0xfe, - 0x5e, - 0x25, - 0x2b, - 0x38, - 0x87, - 0x53, - 0x4f, - 0xf2, - 0x03, - 0x87, - 0xc5, - 0xd5, - 0x8e, - 0xf4, - 0x07, - 0x6c, - 0x95, - 0xfa, - 0x6c, - 0x37, - 0xfd, - 0x23, - 0x7c, - 0x03, - 0xf4, - 0x2b, - 0xe2, - 0x93, - 0xdb, - 0x0e, - 0x2f, - 0x8d, - 0x23, - 0x31, - 0x0e, - 0xf5, - 0x78, - 0x58, - 0xeb, - 0xcb, - 0xce, - 0xf8, - 0x48, - 0x01, - 0xfa, - 0xc7, - 0x2a, - 0x00, - 0xe6, - 0xd8, - 0x0c, - 0xff, - 0x72, - 0xfc, - 0x93, - 0x07, - 0xf7, - 0x65, - 0x26, - 0x01, - 0xba, - 0xd9, - 0xf6, - 0x41, - 0x34, - 0xfb, - 0x53, - 0x23, - 0x01, - 0x54, - 0x2c, - 0xfe, - 0xc3, - 0xa2, - 0xfe, - 0xff, - 0x8f, - 0xfe, - 0xdf, - 0x21, - 0xfc, - 0x85, - 0x68, - 0xf8, - 0x3a, - 0x4c, - 0x00, - 0x20, - 0xb2, - 0xff, - 0xc2, - 0x14, - 0xfb, - 0xd6, - 0x2f, - 0x00, - 0x27, - 0x3a, - 0xff, - 0x44, - 0xe4, - 0xfe, - 0x89, - 0x16, - 0xfe, - 0xf6, - 0x22, - 0xfe, - 0xf8, - 0x85, - 0xff, - 0x33, - 0xea, - 0xfe, - 0xef, - 0x30, - 0x00, - 0xf0, - 0xde, - 0xfe, - 0x04, - 0x18, - 0x00, - 0x7b, - 0x9d, - 0x00, - 0x83, - 0x33, - 0xfe, - 0x3a, - 0x7a, - 0xfe, - 0xce, - 0xa0, - 0xfe, - 0xe5, - 0x84, - 0xff, - 0x8b, - 0xbd, - 0xff, - 0x64, - 0xa8, - 0xff, - 0x6e, - 0x03, - 0xff, - 0x96, - 0x21, - 0xfe, - 0xab, - 0x00, - 0xff, - 0x3c, - 0xca, - 0xfe, - 0x1f, - 0x72, - 0xff, - 0xf9, - 0x13, - 0x00, - 0x79, - 0x58, - 0xff, - 0x5a, - 0x79, - 0xff, - 0x0b, - 0xc7, - 0xff, - 0x4f, - 0xdb, - 0xff, - 0xc0, - 0xa9, - 0xff, - 0x96, - 0xe5, - 0xff, - 0x30, - 0xf5, - 0xff, - 0xe2, - 0x9e, - 0xff, - 0x0d, - 0x9e, - 0xff, - 0xdb, - 0x00, - 0xff, - 0x47, - 0x6c, - 0x27, - 0xfa, - 0xd5, - 0x51, - 0x0e, - 0xe8, - 0x0b, - 0xaf, - 0xa8, - 0xd8, - 0x70, - 0x2e, - 0x05, - 0xd5, - 0x09, - 0xfa, - 0xac, - 0xbe, - 0xfa, - 0x2b, - 0x08, - 0x06, - 0x64, - 0x5d, - 0xdf, - 0x74, - 0x50, - 0x06, - 0xd0, - 0x81, - 0x28, - 0xd7, - 0x56, - 0xfa, - 0x5e, - 0x32, - 0xeb, - 0xf6, - 0x9d, - 0xfa, - 0x51, - 0x05, - 0xf9, - 0x76, - 0x1a, - 0xfd, - 0x81, - 0xb7, - 0x0c, - 0x87, - 0xad, - 0xff, - 0x89, - 0x23, - 0xf7, - 0x40, - 0x7d, - 0xff, - 0x0c, - 0x74, - 0xf7, - 0xe8, - 0x27, - 0xfb, - 0x81, - 0x13, - 0x01, - 0xf6, - 0xa5, - 0xfd, - 0xbf, - 0xd5, - 0xfd, - 0x7e, - 0x34, - 0xff, - 0x7c, - 0x86, - 0xfc, - 0xf6, - 0xa3, - 0xf7, - 0x98, - 0xb1, - 0xff, - 0xd1, - 0x66, - 0xff, - 0x88, - 0xf2, - 0xfa, - 0x52, - 0xfa, - 0x00, - 0x44, - 0x99, - 0xff, - 0xbb, - 0x2b, - 0xff, - 0xce, - 0xf1, - 0xfe, - 0x29, - 0x89, - 0xfe, - 0xc9, - 0x37, - 0xff, - 0x95, - 0x11, - 0xfe, - 0x02, - 0x47, - 0x00, - 0x87, - 0x0c, - 0xff, - 0x5c, - 0xbd, - 0xff, - 0x3c, - 0xc7, - 0x00, - 0x0a, - 0x64, - 0xfe, - 0x0b, - 0x85, - 0xfe, - 0x6a, - 0x3f, - 0xfe, - 0x74, - 0x64, - 0xff, - 0xa8, - 0xaf, - 0xff, - 0xa6, - 0x58, - 0xff, - 0x83, - 0x41, - 0xff, - 0x0a, - 0x1a, - 0xfe, - 0x34, - 0x09, - 0xff, - 0x7d, - 0x02, - 0xff, - 0x6f, - 0x64, - 0xff, - 0x76, - 0x3a, - 0x00, - 0xc5, - 0x6a, - 0xff, - 0xd6, - 0x98, - 0xff, - 0x71, - 0xe8, - 0xff, - 0x57, - 0xd1, - 0xff, - 0x9e, - 0xa5, - 0xff, - 0x14, - 0xd0, - 0xff, - 0x98, - 0xdf, - 0xff, - 0x9c, - 0x91, - 0xff, - 0xc2, - 0xa1, - 0xff, - 0xbc, - 0x1f, - 0xff, - 0xd4, - 0x9a, - 0x26, - 0xcb, - 0xb4, - 0x4f, - 0xa8, - 0x31, - 0x0e, - 0x07, - 0x98, - 0xde, - 0xc8, - 0xf1, - 0x03, - 0x15, - 0x9b, - 0xf6, - 0x9b, - 0x17, - 0xfc, - 0x37, - 0x28, - 0x06, - 0xc8, - 0x29, - 0xdc, - 0xef, - 0x07, - 0x02, - 0x54, - 0x77, - 0x29, - 0x7d, - 0xfc, - 0xfe, - 0xe0, - 0x8b, - 0xec, - 0xe4, - 0xa3, - 0xfc, - 0x6e, - 0x4b, - 0xf9, - 0x64, - 0x76, - 0xf9, - 0x5c, - 0xce, - 0x0c, - 0xf0, - 0xf8, - 0x01, - 0x4e, - 0x47, - 0xf7, - 0x29, - 0x0c, - 0xff, - 0xc2, - 0x93, - 0xf7, - 0xc4, - 0x56, - 0xfb, - 0x3e, - 0x17, - 0x01, - 0x3b, - 0x81, - 0xfd, - 0xa1, - 0xb3, - 0xfc, - 0xcd, - 0xc1, - 0xfe, - 0x7e, - 0x82, - 0xfd, - 0x86, - 0x34, - 0xf7, - 0xfb, - 0xb5, - 0xfe, - 0xab, - 0x9e, - 0xff, - 0x30, - 0x9c, - 0xfb, - 0xc8, - 0xa5, - 0x01, - 0x49, - 0x0b, - 0x00, - 0xbe, - 0xd5, - 0xff, - 0xce, - 0x75, - 0xff, - 0xd0, - 0x34, - 0xfe, - 0xa1, - 0xd1, - 0xfe, - 0xe2, - 0x4e, - 0xfe, - 0x0d, - 0x62, - 0x00, - 0x53, - 0x9a, - 0xfe, - 0xe7, - 0xcf, - 0xff, - 0x7b, - 0xef, - 0x00, - 0x18, - 0x2f, - 0xfe, - 0x8c, - 0x8c, - 0xfe, - 0x7c, - 0x55, - 0xfe, - 0x10, - 0x5b, - 0xff, - 0x6d, - 0x63, - 0xff, - 0xec, - 0x2e, - 0xff, - 0x1c, - 0x5f, - 0xff, - 0x4a, - 0x39, - 0xfe, - 0x5e, - 0x38, - 0xff, - 0x56, - 0x17, - 0xff, - 0x18, - 0x8c, - 0xff, - 0x26, - 0x52, - 0x00, - 0x1c, - 0x7f, - 0xff, - 0xf4, - 0xd4, - 0xff, - 0xa0, - 0xc8, - 0xff, - 0x59, - 0xc2, - 0xff, - 0xc7, - 0xbe, - 0xff, - 0x51, - 0xbb, - 0xff, - 0x8b, - 0xf3, - 0xff, - 0x50, - 0x93, - 0xff, - 0x32, - 0xa6, - 0xff, - 0x59, - 0x2a, - 0xff, - 0x13, - 0x45, - 0x26, - 0x5d, - 0x7a, - 0x4d, - 0xef, - 0x06, - 0x0f, - 0x55, - 0x11, - 0xe4, - 0xa0, - 0x5a, - 0x03, - 0x40, - 0x17, - 0xf4, - 0xf2, - 0xfa, - 0xfc, - 0xcb, - 0x6a, - 0x04, - 0x54, - 0x25, - 0xdb, - 0xfd, - 0x99, - 0xfe, - 0xe1, - 0xee, - 0x26, - 0x7a, - 0xb7, - 0x04, - 0x1a, - 0xd0, - 0xee, - 0x31, - 0x51, - 0xfd, - 0xb6, - 0xe9, - 0xfa, - 0xa0, - 0x83, - 0xf5, - 0x49, - 0x1e, - 0x0c, - 0x59, - 0xab, - 0x04, - 0xa0, - 0xed, - 0xf6, - 0x3b, - 0x31, - 0xff, - 0x34, - 0x0d, - 0xf8, - 0xc1, - 0x6b, - 0xfa, - 0xff, - 0x2b, - 0x01, - 0x13, - 0xab, - 0xfd, - 0x6b, - 0xe1, - 0xfa, - 0x62, - 0x39, - 0xfe, - 0x7e, - 0x19, - 0xfe, - 0xdd, - 0xc1, - 0xf6, - 0x18, - 0x14, - 0xff, - 0x65, - 0xe0, - 0xff, - 0xd4, - 0xa3, - 0xfb, - 0x22, - 0xb3, - 0x02, - 0x1c, - 0xf1, - 0x00, - 0x10, - 0xc1, - 0xff, - 0x55, - 0xe9, - 0xfe, - 0xb7, - 0x74, - 0xfe, - 0x1c, - 0x0e, - 0xff, - 0x27, - 0x1a, - 0xfe, - 0x03, - 0x7a, - 0x00, - 0x61, - 0x53, - 0xfe, - 0x9d, - 0xb4, - 0xff, - 0x93, - 0x05, - 0x01, - 0x84, - 0xde, - 0xfd, - 0x1e, - 0xad, - 0xfe, - 0xdb, - 0x70, - 0xfe, - 0x14, - 0x26, - 0xff, - 0x31, - 0x49, - 0xff, - 0x04, - 0xe6, - 0xfe, - 0x6e, - 0x7f, - 0xff, - 0x23, - 0x80, - 0xfe, - 0xca, - 0x60, - 0xff, - 0xa7, - 0x5a, - 0xff, - 0x5c, - 0x63, - 0xff, - 0x4b, - 0x76, - 0x00, - 0xf9, - 0x9d, - 0xff, - 0x3a, - 0x9d, - 0xff, - 0x19, - 0xe3, - 0xff, - 0xe7, - 0xac, - 0xff, - 0xfa, - 0xc4, - 0xff, - 0xd6, - 0xd8, - 0xff, - 0xd6, - 0xf8, - 0xff, - 0xd9, - 0xab, - 0xff, - 0x8b, - 0x94, - 0xff, - 0xf1, - 0x2f, - 0xff, - 0x32, - 0x43, - 0x23, - 0x6e, - 0x38, - 0x4b, - 0x1c, - 0x7e, - 0x13, - 0xdb, - 0x13, - 0xe6, - 0x02, - 0x89, - 0x03, - 0xaa, - 0x3e, - 0xf6, - 0x73, - 0x6f, - 0xf8, - 0x0e, - 0xc7, - 0x02, - 0xbd, - 0x6c, - 0xde, - 0x4f, - 0xde, - 0xf7, - 0xda, - 0x4c, - 0x22, - 0x4c, - 0x9b, - 0x0c, - 0x3f, - 0xb5, - 0xf1, - 0x5f, - 0xcb, - 0xfb, - 0xa0, - 0x11, - 0xfe, - 0x01, - 0xf5, - 0xf1, - 0x7e, - 0x0b, - 0x09, - 0x11, - 0x26, - 0x09, - 0x6e, - 0x96, - 0xf6, - 0x9a, - 0xef, - 0xfe, - 0x7d, - 0x90, - 0xf9, - 0x8a, - 0x1e, - 0xf8, - 0x88, - 0xdb, - 0xff, - 0xc9, - 0xb5, - 0xfe, - 0x15, - 0x21, - 0xfa, - 0x37, - 0x8e, - 0xfb, - 0x81, - 0x0e, - 0xff, - 0xc4, - 0x1b, - 0xf8, - 0x73, - 0x60, - 0xfe, - 0x7c, - 0xca, - 0x00, - 0x63, - 0x88, - 0xfb, - 0xa9, - 0x19, - 0x03, - 0x0c, - 0xca, - 0x01, - 0x56, - 0x03, - 0xff, - 0x59, - 0xee, - 0xfe, - 0xa1, - 0x6c, - 0xfe, - 0x5e, - 0x64, - 0xff, - 0xa0, - 0x1d, - 0xfe, - 0x70, - 0xe2, - 0xff, - 0xb2, - 0x77, - 0xfe, - 0xed, - 0x7a, - 0xff, - 0x9c, - 0x05, - 0x01, - 0xa4, - 0xae, - 0xfd, - 0x12, - 0x99, - 0xfe, - 0x0b, - 0x96, - 0xfe, - 0x06, - 0x9b, - 0xfe, - 0x17, - 0x4c, - 0xff, - 0xeb, - 0xd7, - 0xfe, - 0x48, - 0x99, - 0xff, - 0xb8, - 0xe6, - 0xfe, - 0x7b, - 0x5f, - 0xff, - 0x01, - 0x81, - 0xff, - 0x14, - 0x54, - 0xff, - 0x23, - 0x66, - 0x00, - 0x58, - 0x5a, - 0xff, - 0x00, - 0x67, - 0xff, - 0x37, - 0x13, - 0x00, - 0xaa, - 0xa7, - 0xff, - 0xa3, - 0xd6, - 0xff, - 0x6c, - 0xdd, - 0xff, - 0xc0, - 0x11, - 0x00, - 0x8b, - 0xb6, - 0xff, - 0xde, - 0x63, - 0xff, - 0x9e, - 0x41, - 0xff, - 0x37, - 0xf5, - 0x20, - 0xf7, - 0xb8, - 0x48, - 0x61, - 0xcd, - 0x15, - 0xcc, - 0x27, - 0xe8, - 0x7b, - 0x7d, - 0x05, - 0x8b, - 0x32, - 0xf9, - 0xbe, - 0xc6, - 0xf3, - 0x63, - 0xbe, - 0xff, - 0x42, - 0xab, - 0xe2, - 0xc5, - 0x61, - 0xf3, - 0x51, - 0x96, - 0x1c, - 0x2e, - 0x01, - 0x13, - 0x6b, - 0xcd, - 0xf4, - 0xe5, - 0x98, - 0xfa, - 0x18, - 0x12, - 0x01, - 0x51, - 0x1b, - 0xef, - 0xb7, - 0x75, - 0x06, - 0x62, - 0xb6, - 0x0c, - 0xfa, - 0x06, - 0xf7, - 0xa6, - 0x60, - 0xff, - 0x9f, - 0x0f, - 0xfa, - 0x4d, - 0xf5, - 0xf5, - 0xcd, - 0xca, - 0xfe, - 0x6b, - 0x0e, - 0xff, - 0x23, - 0x53, - 0xf9, - 0xd2, - 0x25, - 0xfa, - 0xc6, - 0x66, - 0x00, - 0xde, - 0xc1, - 0xf8, - 0x28, - 0x39, - 0xfe, - 0x11, - 0xf5, - 0x01, - 0x9a, - 0xfa, - 0xfa, - 0x2a, - 0x53, - 0x03, - 0xfe, - 0x57, - 0x02, - 0xec, - 0x5f, - 0xfe, - 0xc3, - 0x08, - 0xff, - 0x3c, - 0x97, - 0xfe, - 0xef, - 0xee, - 0xff, - 0x65, - 0xa4, - 0xfd, - 0x2d, - 0x5f, - 0xff, - 0x45, - 0x34, - 0xff, - 0x40, - 0x06, - 0xff, - 0xd7, - 0xf9, - 0x00, - 0xed, - 0xbf, - 0xfd, - 0xea, - 0x55, - 0xfe, - 0xe3, - 0xfe, - 0xfe, - 0x8b, - 0x09, - 0xfe, - 0x7b, - 0x2a, - 0xff, - 0xac, - 0x17, - 0xff, - 0x96, - 0xc7, - 0xff, - 0xb1, - 0x73, - 0xff, - 0x9c, - 0x37, - 0xff, - 0x96, - 0xad, - 0xff, - 0x80, - 0x32, - 0xff, - 0x71, - 0x05, - 0x00, - 0x39, - 0x5a, - 0xff, - 0x0a, - 0x22, - 0xff, - 0xe3, - 0x4e, - 0x00, - 0xb1, - 0xd5, - 0xff, - 0xc8, - 0xd8, - 0xff, - 0x3d, - 0xf7, - 0xff, - 0x71, - 0x01, - 0x00, - 0xb5, - 0xa4, - 0xff, - 0xee, - 0x5b, - 0xff, - 0x26, - 0x7c, - 0xff, - 0x5f, - 0xc4, - 0x23, - 0xac, - 0x07, - 0x47, - 0x09, - 0x87, - 0x0e, - 0x92, - 0x15, - 0xec, - 0x77, - 0x89, - 0x0a, - 0xc7, - 0x96, - 0xf7, - 0xd8, - 0x63, - 0xf2, - 0x5f, - 0x8b, - 0xfb, - 0x11, - 0xcb, - 0xe5, - 0xa3, - 0x8a, - 0xf3, - 0xa4, - 0x96, - 0x17, - 0x3e, - 0x38, - 0x17, - 0x6d, - 0x51, - 0xf4, - 0x23, - 0x70, - 0xfb, - 0x8b, - 0xfd, - 0x03, - 0x8f, - 0xed, - 0xeb, - 0x13, - 0x6d, - 0x07, - 0x7d, - 0xbe, - 0x0d, - 0xcf, - 0x88, - 0xf7, - 0x6d, - 0xae, - 0xff, - 0xc6, - 0x64, - 0xf9, - 0x0f, - 0x3d, - 0xf6, - 0x21, - 0xff, - 0xfc, - 0x89, - 0x09, - 0xfe, - 0x58, - 0xd0, - 0xf8, - 0xe8, - 0x9a, - 0xfa, - 0x2e, - 0x96, - 0x01, - 0x35, - 0xc1, - 0xf8, - 0x35, - 0x7a, - 0xfe, - 0x35, - 0xf2, - 0x01, - 0xfc, - 0xc2, - 0xfb, - 0x52, - 0x8c, - 0x03, - 0xf2, - 0x83, - 0x01, - 0x82, - 0x2e, - 0xfe, - 0x85, - 0x89, - 0xff, - 0xae, - 0x50, - 0xff, - 0x89, - 0x65, - 0xff, - 0x4e, - 0x40, - 0xfd, - 0xfe, - 0xc8, - 0xff, - 0x87, - 0x31, - 0xff, - 0xf7, - 0xda, - 0xfe, - 0x89, - 0xcf, - 0x00, - 0x4b, - 0xba, - 0xfd, - 0x91, - 0xa7, - 0xfe, - 0xad, - 0xef, - 0xfe, - 0x66, - 0x9d, - 0xfd, - 0xa6, - 0x53, - 0xff, - 0x1b, - 0x6c, - 0xff, - 0xb9, - 0x04, - 0x00, - 0x41, - 0xaa, - 0xff, - 0x46, - 0x3c, - 0xff, - 0xfd, - 0x7f, - 0xff, - 0x87, - 0xf5, - 0xfe, - 0xa2, - 0xe9, - 0xff, - 0x8c, - 0x36, - 0xff, - 0xbe, - 0x4a, - 0xff, - 0x87, - 0x80, - 0x00, - 0xbe, - 0xda, - 0xff, - 0x23, - 0xe2, - 0xff, - 0x4e, - 0xca, - 0xff, - 0x7c, - 0xf6, - 0xff, - 0xaf, - 0xcd, - 0xff, - 0x4c, - 0x7f, - 0xff, - 0x58, - 0x7d, - 0xff, - 0xe2, - 0xce, - 0x20, - 0xb0, - 0x6a, - 0x45, - 0x37, - 0x11, - 0x11, - 0x7f, - 0x94, - 0xea, - 0x79, - 0xc3, - 0x0c, - 0xfc, - 0xc2, - 0xfb, - 0x56, - 0x1e, - 0xed, - 0x5c, - 0x3a, - 0xfb, - 0xdf, - 0xf2, - 0xeb, - 0x73, - 0xd6, - 0xf0, - 0xbe, - 0xcf, - 0x0e, - 0xd4, - 0x3f, - 0x1b, - 0xc3, - 0xe9, - 0xf9, - 0x97, - 0x2a, - 0xf4, - 0x05, - 0xea, - 0x09, - 0x0e, - 0xf5, - 0xee, - 0x34, - 0x7b, - 0xfe, - 0xbd, - 0x4f, - 0x14, - 0xe7, - 0xa0, - 0xf8, - 0xb7, - 0xca, - 0xfb, - 0xd9, - 0xb3, - 0xfd, - 0x06, - 0x2c, - 0xf5, - 0x52, - 0x9f, - 0xfa, - 0x5f, - 0x83, - 0xfd, - 0x46, - 0x49, - 0xf9, - 0xb6, - 0xc5, - 0xf9, - 0xf9, - 0xb4, - 0x02, - 0x3b, - 0xf6, - 0xfa, - 0xb3, - 0x2b, - 0xfb, - 0xd5, - 0x47, - 0x03, - 0x6c, - 0x07, - 0xfd, - 0xeb, - 0x44, - 0x01, - 0xc6, - 0xe4, - 0x02, - 0x25, - 0x04, - 0xfe, - 0x30, - 0x60, - 0xff, - 0xc0, - 0xcd, - 0xff, - 0xd5, - 0x06, - 0xff, - 0xdb, - 0x64, - 0xfd, - 0x5a, - 0xbc, - 0xff, - 0xb2, - 0xb6, - 0xff, - 0x74, - 0x1a, - 0xfe, - 0xeb, - 0x90, - 0x00, - 0xba, - 0x7c, - 0xfe, - 0x32, - 0x38, - 0xfe, - 0x4d, - 0x39, - 0xff, - 0xdb, - 0xbc, - 0xfd, - 0x6f, - 0x82, - 0xff, - 0x02, - 0xd7, - 0xff, - 0xf0, - 0x9e, - 0xff, - 0x71, - 0xaa, - 0xff, - 0xb6, - 0x12, - 0xff, - 0xaf, - 0x93, - 0xff, - 0x8c, - 0xee, - 0xfe, - 0xcc, - 0x6f, - 0xff, - 0xf3, - 0xa0, - 0xff, - 0x43, - 0x64, - 0xff, - 0x28, - 0x6a, - 0x00, - 0x5c, - 0xe9, - 0xff, - 0x52, - 0xaf, - 0xff, - 0xc2, - 0xed, - 0xff, - 0xef, - 0x0b, - 0x00, - 0x37, - 0xe5, - 0xff, - 0xf6, - 0x62, - 0xff, - 0xc9, - 0x6c, - 0xff, - 0x26, - 0x7b, - 0x21, - 0xf4, - 0xc1, - 0x43, - 0x0a, - 0xda, - 0x0c, - 0xa9, - 0x0f, - 0xec, - 0xf4, - 0x8f, - 0x10, - 0xe2, - 0x3d, - 0xfb, - 0x88, - 0xb5, - 0xeb, - 0xaf, - 0x76, - 0xfa, - 0x88, - 0xde, - 0xee, - 0x5c, - 0x5f, - 0xf1, - 0x45, - 0x11, - 0x09, - 0x18, - 0x84, - 0x1c, - 0x4d, - 0xdd, - 0xfd, - 0xff, - 0x84, - 0xf0, - 0x05, - 0x50, - 0x0a, - 0x7d, - 0x44, - 0xf3, - 0x53, - 0x07, - 0xfb, - 0x72, - 0x61, - 0x14, - 0xda, - 0x10, - 0xfd, - 0xb3, - 0xc7, - 0xf8, - 0x53, - 0xe7, - 0xfd, - 0xe6, - 0x74, - 0xf7, - 0xfc, - 0x9c, - 0xf8, - 0xfc, - 0x86, - 0xfd, - 0xde, - 0xca, - 0xf8, - 0x59, - 0x24, - 0xf9, - 0x7d, - 0x8a, - 0x03, - 0xe1, - 0x91, - 0xfb, - 0x36, - 0xbe, - 0xfa, - 0xe6, - 0x7d, - 0x02, - 0xcb, - 0xc3, - 0xfd, - 0x90, - 0xe6, - 0x00, - 0x69, - 0xe0, - 0x02, - 0x44, - 0xdd, - 0xfe, - 0xbe, - 0xdd, - 0xfe, - 0x89, - 0xdd, - 0xff, - 0x9f, - 0x7f, - 0xff, - 0x44, - 0x83, - 0xfd, - 0x45, - 0x79, - 0xff, - 0xbf, - 0x94, - 0xff, - 0x7d, - 0xfe, - 0xfd, - 0x66, - 0x5c, - 0x00, - 0x63, - 0xe7, - 0xfe, - 0x14, - 0x27, - 0xfe, - 0x8c, - 0x5b, - 0xff, - 0xea, - 0x6e, - 0xfe, - 0x0d, - 0x8e, - 0xff, - 0x64, - 0xcb, - 0xff, - 0xaf, - 0x6d, - 0xff, - 0x98, - 0x77, - 0xff, - 0xc8, - 0x32, - 0xff, - 0x22, - 0x4b, - 0xff, - 0x0e, - 0xcd, - 0xfe, - 0x5f, - 0xae, - 0xff, - 0xcc, - 0xb9, - 0xff, - 0xe1, - 0x7b, - 0xff, - 0xc3, - 0x45, - 0x00, - 0xd2, - 0xe3, - 0xff, - 0x8a, - 0xe3, - 0xff, - 0x09, - 0xf4, - 0xff, - 0xa8, - 0xf9, - 0xff, - 0xcb, - 0xb7, - 0xff, - 0x20, - 0x77, - 0xff, - 0xef, - 0xa0, - 0xff, - 0x35, - 0xd9, - 0x20, - 0xe2, - 0x26, - 0x41, - 0x33, - 0x35, - 0x0a, - 0x26, - 0xe5, - 0xed, - 0xb9, - 0xbd, - 0x13, - 0x54, - 0x4b, - 0xfa, - 0x2b, - 0x1f, - 0xeb, - 0x4e, - 0x45, - 0xfc, - 0x79, - 0xac, - 0xef, - 0xa2, - 0xa2, - 0xf0, - 0xdf, - 0x9b, - 0x05, - 0xb4, - 0x61, - 0x1c, - 0x8e, - 0x8e, - 0x01, - 0x38, - 0xf9, - 0xed, - 0x38, - 0xc7, - 0x08, - 0x37, - 0xa7, - 0xf6, - 0x69, - 0x2f, - 0xfa, - 0xce, - 0xd1, - 0x13, - 0x37, - 0x80, - 0xff, - 0x1c, - 0x59, - 0xf8, - 0x86, - 0x61, - 0xfd, - 0x82, - 0x4f, - 0xf9, - 0xdb, - 0x45, - 0xf8, - 0xb0, - 0x2e, - 0xfd, - 0xbf, - 0xdc, - 0xf9, - 0x11, - 0xbb, - 0xf6, - 0x06, - 0x2e, - 0x02, - 0x4c, - 0x52, - 0xfd, - 0xb7, - 0xc5, - 0xfa, - 0xd0, - 0x28, - 0x02, - 0x1c, - 0xaf, - 0xfd, - 0x58, - 0x62, - 0x00, - 0xcf, - 0xf2, - 0x02, - 0x97, - 0x43, - 0xff, - 0xcb, - 0x1d, - 0xff, - 0x50, - 0x20, - 0x00, - 0x2a, - 0xc6, - 0xff, - 0x9f, - 0x28, - 0xfd, - 0xe2, - 0x31, - 0xff, - 0xc0, - 0xe5, - 0xff, - 0x07, - 0xc8, - 0xfd, - 0x3c, - 0x3e, - 0x00, - 0xdc, - 0x4b, - 0xff, - 0x2e, - 0x3e, - 0xfe, - 0x70, - 0xb8, - 0xff, - 0xf3, - 0xac, - 0xfe, - 0x59, - 0x6d, - 0xff, - 0x17, - 0xcc, - 0xff, - 0x1b, - 0x4b, - 0xff, - 0x92, - 0x7f, - 0xff, - 0x03, - 0xf0, - 0xfe, - 0x54, - 0x1f, - 0xff, - 0xa9, - 0x12, - 0xff, - 0xb2, - 0xb9, - 0xff, - 0x2c, - 0xcd, - 0xff, - 0x58, - 0x3b, - 0xff, - 0xa5, - 0x45, - 0x00, - 0xa4, - 0x34, - 0x00, - 0xfb, - 0xe3, - 0xff, - 0x5a, - 0x00, - 0x00, - 0x64, - 0xba, - 0xff, - 0xe4, - 0xa7, - 0xff, - 0xdd, - 0x95, - 0xff, - 0xbb, - 0x86, - 0xff, - 0x06, - 0x6c, - 0x20, - 0xd2, - 0xf1, - 0x3e, - 0xf4, - 0x7e, - 0x07, - 0xf1, - 0x1b, - 0xef, - 0x37, - 0x16, - 0x16, - 0xb1, - 0x0f, - 0xf8, - 0xf0, - 0x5c, - 0xea, - 0xa6, - 0x9b, - 0x00, - 0x61, - 0x19, - 0xf2, - 0x56, - 0x71, - 0xee, - 0x3f, - 0x51, - 0x01, - 0x0f, - 0xd8, - 0x1c, - 0x6c, - 0xb5, - 0x04, - 0x80, - 0x3a, - 0xea, - 0xcc, - 0x76, - 0x08, - 0xd6, - 0x63, - 0xfb, - 0xd2, - 0x24, - 0xf7, - 0x04, - 0x6e, - 0x12, - 0x63, - 0x3d, - 0x03, - 0x49, - 0x3c, - 0xf8, - 0xdf, - 0x17, - 0xfd, - 0xf8, - 0x6c, - 0xfa, - 0x11, - 0x38, - 0xf8, - 0xaa, - 0xf0, - 0xfd, - 0xb5, - 0x40, - 0xfb, - 0xde, - 0x5c, - 0xf4, - 0x41, - 0xaf, - 0xfe, - 0xea, - 0x80, - 0xfe, - 0x04, - 0x11, - 0xfc, - 0x6d, - 0x3b, - 0x02, - 0xb0, - 0x68, - 0xfe, - 0xcd, - 0x8b, - 0xfe, - 0xf9, - 0xe5, - 0x01, - 0xc2, - 0x00, - 0x01, - 0x8e, - 0xf2, - 0xff, - 0x41, - 0xfe, - 0xff, - 0xe7, - 0x37, - 0xff, - 0x8b, - 0xce, - 0xfc, - 0x94, - 0x86, - 0xff, - 0x08, - 0x44, - 0x00, - 0x03, - 0xae, - 0xfd, - 0xc1, - 0x01, - 0x00, - 0x6c, - 0xbb, - 0xff, - 0xe7, - 0x4a, - 0xfe, - 0x85, - 0xbd, - 0xff, - 0xec, - 0x19, - 0xff, - 0x71, - 0x3c, - 0xff, - 0x03, - 0xc3, - 0xff, - 0x8f, - 0x29, - 0xff, - 0x9c, - 0x47, - 0xff, - 0x1f, - 0x1b, - 0xff, - 0x1c, - 0x09, - 0xff, - 0xda, - 0x28, - 0xff, - 0x05, - 0xc8, - 0xff, - 0x7f, - 0xa5, - 0xff, - 0x4c, - 0x5c, - 0xff, - 0x65, - 0x4c, - 0x00, - 0xa5, - 0x16, - 0x00, - 0xba, - 0xe5, - 0xff, - 0x02, - 0x12, - 0x00, - 0xea, - 0xbe, - 0xff, - 0x3f, - 0x83, - 0xff, - 0x6a, - 0x65, - 0xff, - 0xc4, - 0x65, - 0xff, - 0xe5, - 0x38, - 0x1f, - 0xf9, - 0x0b, - 0x3d, - 0xe4, - 0x75, - 0x05, - 0xb1, - 0xec, - 0xed, - 0xb6, - 0xc8, - 0x19, - 0xad, - 0x36, - 0xf9, - 0x33, - 0xfb, - 0xe6, - 0x06, - 0xe2, - 0x03, - 0xe4, - 0x2e, - 0xf6, - 0x67, - 0x1b, - 0xed, - 0x07, - 0x6d, - 0xfc, - 0xe4, - 0xaa, - 0x1a, - 0x9a, - 0x20, - 0x0a, - 0x09, - 0x7c, - 0xe8, - 0x51, - 0x63, - 0x05, - 0xfa, - 0x60, - 0x01, - 0x98, - 0x64, - 0xf4, - 0x90, - 0x14, - 0x0e, - 0xf9, - 0xcf, - 0x08, - 0xb4, - 0x6d, - 0xf9, - 0x06, - 0x7a, - 0xfb, - 0x99, - 0xbb, - 0xfc, - 0xf1, - 0xae, - 0xf7, - 0x45, - 0xdb, - 0xfd, - 0xd2, - 0x42, - 0xfe, - 0x6f, - 0x13, - 0xf2, - 0x69, - 0xe8, - 0xfa, - 0x8a, - 0x66, - 0xff, - 0x1d, - 0x81, - 0xfc, - 0x87, - 0x43, - 0x02, - 0x20, - 0x30, - 0x00, - 0xa7, - 0x73, - 0xfd, - 0xa2, - 0x8e, - 0xff, - 0x42, - 0x82, - 0x02, - 0x65, - 0x55, - 0x01, - 0x95, - 0x39, - 0xff, - 0x6c, - 0x13, - 0xff, - 0x8b, - 0xb4, - 0xfc, - 0x4b, - 0x7b, - 0xff, - 0x85, - 0x2c, - 0x01, - 0xb1, - 0xd6, - 0xfd, - 0xa7, - 0x37, - 0xff, - 0xcb, - 0xfd, - 0xff, - 0x12, - 0xa9, - 0xfe, - 0x26, - 0xa0, - 0xff, - 0xad, - 0x6c, - 0xff, - 0x83, - 0x35, - 0xff, - 0x34, - 0x6b, - 0xff, - 0x14, - 0x16, - 0xff, - 0x72, - 0x66, - 0xff, - 0xf0, - 0x1d, - 0xff, - 0x48, - 0x19, - 0xff, - 0xa2, - 0x2e, - 0xff, - 0x1f, - 0x8d, - 0xff, - 0xc1, - 0xdd, - 0xff, - 0xce, - 0x7f, - 0xff, - 0x8a, - 0x16, - 0x00, - 0xf3, - 0x0b, - 0x00, - 0x4a, - 0xde, - 0xff, - 0xbf, - 0x07, - 0x00, - 0xdc, - 0xa4, - 0xff, - 0x8d, - 0x6f, - 0xff, - 0x77, - 0x4d, - 0xff, - 0x55, - 0x53, - 0xff, - 0x22, - 0x73, - 0x1b, - 0xce, - 0x60, - 0x3a, - 0xcd, - 0xa1, - 0x08, - 0xdd, - 0x2f, - 0xeb, - 0xae, - 0x55, - 0x1a, - 0xc4, - 0x7b, - 0x00, - 0xc5, - 0xaa, - 0xe3, - 0xc3, - 0x79, - 0x02, - 0xc9, - 0xde, - 0xfb, - 0xf7, - 0x3f, - 0xef, - 0x0f, - 0xb3, - 0xf5, - 0x8b, - 0x8b, - 0x14, - 0x8b, - 0x88, - 0x13, - 0x9e, - 0xcc, - 0xe8, - 0xef, - 0x41, - 0xff, - 0xae, - 0x7d, - 0x08, - 0xf3, - 0xd3, - 0xf2, - 0x95, - 0x39, - 0x08, - 0xd1, - 0x2d, - 0x0c, - 0xab, - 0x2e, - 0xfd, - 0xea, - 0x77, - 0xfb, - 0xce, - 0x0b, - 0xfd, - 0x97, - 0x4e, - 0xf9, - 0x7e, - 0x50, - 0xfc, - 0xf9, - 0x9c, - 0xff, - 0x81, - 0x48, - 0xf3, - 0x0e, - 0x14, - 0xf8, - 0x1a, - 0x57, - 0xff, - 0x52, - 0x8b, - 0xfb, - 0xdf, - 0xc4, - 0x01, - 0x8c, - 0x4f, - 0x02, - 0xfd, - 0xc9, - 0xfd, - 0x97, - 0x84, - 0xfe, - 0x68, - 0xd1, - 0x01, - 0xd3, - 0xca, - 0x01, - 0x13, - 0xcc, - 0xff, - 0xb4, - 0x73, - 0xff, - 0x9d, - 0xda, - 0xfc, - 0x41, - 0x21, - 0xff, - 0x63, - 0xb7, - 0x01, - 0x55, - 0x66, - 0xfe, - 0x4f, - 0xb6, - 0xfe, - 0xc4, - 0x1b, - 0x00, - 0x53, - 0x16, - 0xff, - 0xf4, - 0x91, - 0xff, - 0xa9, - 0x9b, - 0xff, - 0xb6, - 0x25, - 0xff, - 0x67, - 0x81, - 0xff, - 0x7d, - 0x43, - 0xff, - 0x21, - 0x4b, - 0xff, - 0xdc, - 0x35, - 0xff, - 0x5d, - 0x1e, - 0xff, - 0xd8, - 0x4e, - 0xff, - 0x68, - 0xaa, - 0xff, - 0xc5, - 0xf3, - 0xff, - 0x2c, - 0x78, - 0xff, - 0xbb, - 0xf3, - 0xff, - 0xe4, - 0x23, - 0x00, - 0x20, - 0xca, - 0xff, - 0xca, - 0xf5, - 0xff, - 0xa6, - 0x98, - 0xff, - 0x3b, - 0x65, - 0xff, - 0xe6, - 0x6e, - 0xff, - 0x92, - 0x66, - 0xff, - 0x40, - 0x59, - 0x1c, - 0x71, - 0xf4, - 0x36, - 0x91, - 0x33, - 0x02, - 0x20, - 0x20, - 0xef, - 0x5b, - 0xf8, - 0x1d, - 0xe8, - 0xa6, - 0xfc, - 0xe9, - 0x34, - 0xe6, - 0xbc, - 0x4c, - 0x04, - 0xd6, - 0x15, - 0xfb, - 0xbd, - 0x9c, - 0xf0, - 0x98, - 0xbf, - 0xf4, - 0x10, - 0x3f, - 0x13, - 0x02, - 0xa4, - 0x11, - 0xe8, - 0x17, - 0xea, - 0xce, - 0x75, - 0x01, - 0x3a, - 0x18, - 0x08, - 0x3a, - 0x2a, - 0xf3, - 0xd0, - 0xd1, - 0x05, - 0x5e, - 0x77, - 0x0b, - 0x56, - 0x1f, - 0xff, - 0xd2, - 0xba, - 0xfc, - 0x90, - 0x08, - 0xfe, - 0x60, - 0x57, - 0xf9, - 0xb3, - 0xce, - 0xfc, - 0x3c, - 0x24, - 0xfe, - 0x7a, - 0xe2, - 0xf3, - 0xad, - 0xf6, - 0xf9, - 0x01, - 0xd5, - 0xfd, - 0x80, - 0xdf, - 0xfa, - 0x2e, - 0xb6, - 0x00, - 0xbc, - 0x55, - 0x02, - 0x20, - 0x1b, - 0xff, - 0x04, - 0xed, - 0xfe, - 0xf3, - 0x76, - 0x01, - 0x8e, - 0xfc, - 0xff, - 0xe6, - 0x75, - 0x00, - 0x6a, - 0x8d, - 0x00, - 0x69, - 0x90, - 0xfc, - 0x5b, - 0xae, - 0xff, - 0x9a, - 0x50, - 0x01, - 0xac, - 0x13, - 0xfe, - 0x15, - 0x4b, - 0xff, - 0x0c, - 0x56, - 0x00, - 0x9d, - 0xc6, - 0xfe, - 0xd2, - 0x99, - 0xff, - 0xcc, - 0xea, - 0xff, - 0xce, - 0xd7, - 0xfe, - 0xc1, - 0x8c, - 0xff, - 0xbf, - 0x5b, - 0xff, - 0x3a, - 0x07, - 0xff, - 0x6f, - 0x68, - 0xff, - 0x8e, - 0x4b, - 0xff, - 0xfe, - 0x37, - 0xff, - 0x81, - 0xb0, - 0xff, - 0xa8, - 0xf2, - 0xff, - 0x35, - 0x63, - 0xff, - 0x67, - 0xcd, - 0xff, - 0x31, - 0xfd, - 0xff, - 0x01, - 0xc5, - 0xff, - 0xbe, - 0xfa, - 0xff, - 0x39, - 0xa8, - 0xff, - 0x98, - 0x58, - 0xff, - 0x97, - 0x55, - 0xff, - 0xee, - 0x54, - 0xff, - 0xd1, - 0x8f, - 0x1b, - 0xee, - 0x4c, - 0x32, - 0x16, - 0x06, - 0xff, - 0xe0, - 0xec, - 0xf3, - 0x44, - 0xc7, - 0x1e, - 0x68, - 0xe0, - 0xf9, - 0xf2, - 0xce, - 0xe9, - 0x94, - 0x33, - 0x05, - 0xd0, - 0xcd, - 0xf9, - 0x7f, - 0xf1, - 0xf1, - 0x4b, - 0xe8, - 0xf4, - 0x17, - 0x57, - 0x11, - 0xad, - 0x63, - 0x0f, - 0xad, - 0xef, - 0xeb, - 0x0c, - 0xe0, - 0x02, - 0xc6, - 0x79, - 0x08, - 0xf0, - 0xce, - 0xf3, - 0xcd, - 0x99, - 0x02, - 0xc1, - 0x6c, - 0x0b, - 0xba, - 0x54, - 0x00, - 0xd7, - 0xda, - 0xfb, - 0xe9, - 0x51, - 0x00, - 0x79, - 0x61, - 0xfa, - 0xf8, - 0x95, - 0xfb, - 0x80, - 0x22, - 0xfe, - 0x39, - 0x4c, - 0xf4, - 0x2d, - 0xa6, - 0xfa, - 0x55, - 0x0a, - 0xff, - 0x55, - 0x4e, - 0xfa, - 0x89, - 0x8c, - 0xfe, - 0xcf, - 0xc0, - 0x01, - 0xb2, - 0xc7, - 0xff, - 0xf0, - 0xca, - 0xff, - 0xd8, - 0x9c, - 0x01, - 0x21, - 0x3d, - 0xff, - 0xba, - 0xbb, - 0xff, - 0x48, - 0xa7, - 0x00, - 0x02, - 0xbb, - 0xfd, - 0x93, - 0xf5, - 0xff, - 0xe5, - 0x96, - 0x00, - 0x96, - 0xc7, - 0xfd, - 0x29, - 0xad, - 0xff, - 0xf9, - 0xa3, - 0x00, - 0x39, - 0xb3, - 0xfe, - 0x50, - 0xa7, - 0xff, - 0xf5, - 0xdd, - 0xff, - 0xc4, - 0xcb, - 0xfe, - 0x9d, - 0x5b, - 0xff, - 0xc5, - 0x3b, - 0xff, - 0x8c, - 0x30, - 0xff, - 0x60, - 0x91, - 0xff, - 0xde, - 0x86, - 0xff, - 0xe2, - 0x22, - 0xff, - 0x2b, - 0x82, - 0xff, - 0x50, - 0xbf, - 0xff, - 0x8e, - 0x29, - 0xff, - 0xef, - 0xdd, - 0xff, - 0x44, - 0x08, - 0x00, - 0xe9, - 0xbd, - 0xff, - 0x72, - 0xf3, - 0xff, - 0x7a, - 0x9e, - 0xff, - 0xd0, - 0x69, - 0xff, - 0x43, - 0x50, - 0xff, - 0x33, - 0x26, - 0xff, - 0x8f, - 0xb5, - 0x16, - 0x86, - 0x77, - 0x2d, - 0xb7, - 0x9a, - 0x03, - 0x82, - 0x99, - 0xf4, - 0x55, - 0xb8, - 0x1c, - 0x48, - 0x2f, - 0xfe, - 0xd9, - 0xcf, - 0xe9, - 0x3f, - 0x45, - 0x05, - 0x94, - 0x38, - 0xfb, - 0x70, - 0xde, - 0xf2, - 0x8f, - 0x0f, - 0xf5, - 0x33, - 0x9c, - 0x0b, - 0xf4, - 0x54, - 0x11, - 0x17, - 0x55, - 0xef, - 0x7b, - 0x1b, - 0xff, - 0x34, - 0x4e, - 0x0b, - 0x30, - 0x06, - 0xf6, - 0x29, - 0x61, - 0xfe, - 0x36, - 0x55, - 0x0a, - 0x01, - 0xa9, - 0x02, - 0x7e, - 0xf0, - 0xfa, - 0x74, - 0x07, - 0x00, - 0x64, - 0x70, - 0xfd, - 0x37, - 0xca, - 0xfa, - 0xb4, - 0xd8, - 0xfd, - 0x9c, - 0x21, - 0xf6, - 0xe3, - 0x3e, - 0xfa, - 0xc4, - 0xec, - 0xff, - 0xc9, - 0x4f, - 0xfb, - 0xa9, - 0xb4, - 0xfc, - 0xdf, - 0x5a, - 0x00, - 0x2a, - 0x4a, - 0x00, - 0x2b, - 0xbd, - 0xff, - 0xa8, - 0x05, - 0x02, - 0x2c, - 0xb4, - 0xff, - 0x1a, - 0x9c, - 0xfe, - 0xab, - 0x88, - 0x00, - 0xca, - 0x94, - 0xfe, - 0x3f, - 0x01, - 0x00, - 0xcd, - 0x54, - 0x00, - 0x37, - 0xf6, - 0xfd, - 0x31, - 0x71, - 0xff, - 0x4a, - 0xb6, - 0x00, - 0xe4, - 0x66, - 0xff, - 0xf3, - 0x42, - 0xff, - 0xc4, - 0x96, - 0xff, - 0xc8, - 0xf2, - 0xfe, - 0xb5, - 0x59, - 0xff, - 0x25, - 0x4f, - 0xff, - 0x8d, - 0x2c, - 0xff, - 0x79, - 0xc7, - 0xff, - 0xd8, - 0xa0, - 0xff, - 0x57, - 0x1b, - 0xff, - 0xa4, - 0x4e, - 0xff, - 0x94, - 0x83, - 0xff, - 0x0c, - 0x3f, - 0xff, - 0x9e, - 0xd4, - 0xff, - 0x19, - 0x0d, - 0x00, - 0x73, - 0xd7, - 0xff, - 0x16, - 0xce, - 0xff, - 0x1d, - 0x83, - 0xff, - 0x38, - 0x6c, - 0xff, - 0x74, - 0x64, - 0xff, - 0xfd, - 0x48, - 0xff, - 0x6b, - 0x56, - 0x16, - 0x5a, - 0x1f, - 0x2a, - 0xca, - 0x46, - 0xfe, - 0x4c, - 0x36, - 0xf5, - 0xf4, - 0x94, - 0x23, - 0x5b, - 0xd8, - 0x00, - 0x9a, - 0x32, - 0xe4, - 0xad, - 0x56, - 0x02, - 0x2c, - 0x9d, - 0xff, - 0xf6, - 0x0d, - 0xf6, - 0xaf, - 0x7d, - 0xf8, - 0x49, - 0x22, - 0x0a, - 0x1d, - 0x1f, - 0x08, - 0x29, - 0x15, - 0xf0, - 0x24, - 0xea, - 0x02, - 0x4d, - 0x0c, - 0x08, - 0x51, - 0xe8, - 0xf7, - 0x15, - 0x09, - 0x01, - 0xb8, - 0xd7, - 0x05, - 0x95, - 0xd8, - 0xff, - 0x67, - 0x4a, - 0xfe, - 0x45, - 0x34, - 0x02, - 0x43, - 0x52, - 0xff, - 0xfb, - 0x3f, - 0x00, - 0x9c, - 0xe0, - 0x01, - 0xcd, - 0x30, - 0xfa, - 0xf5, - 0x6b, - 0xfe, - 0x77, - 0x89, - 0x00, - 0xd6, - 0x61, - 0xfb, - 0x9e, - 0x61, - 0xfd, - 0xfd, - 0xab, - 0xfe, - 0x50, - 0x1e, - 0xfc, - 0xe4, - 0x1f, - 0xfc, - 0x22, - 0x3b, - 0xff, - 0xab, - 0x5a, - 0xfe, - 0x31, - 0xfb, - 0xfd, - 0x3d, - 0x0c, - 0xff, - 0xab, - 0x3e, - 0xff, - 0xd0, - 0x77, - 0x00, - 0x24, - 0xce, - 0xff, - 0xee, - 0xfd, - 0xff, - 0x40, - 0xe4, - 0xff, - 0xbc, - 0x20, - 0xff, - 0xf5, - 0xec, - 0xff, - 0x29, - 0xe5, - 0xff, - 0xc8, - 0x69, - 0xff, - 0xd7, - 0xb6, - 0xff, - 0x01, - 0x22, - 0x00, - 0x46, - 0x86, - 0xff, - 0x91, - 0x59, - 0xff, - 0x50, - 0x5e, - 0xff, - 0xd5, - 0xe6, - 0xfe, - 0xf7, - 0xe5, - 0xfe, - 0xbe, - 0x27, - 0xff, - 0x25, - 0x36, - 0xff, - 0x80, - 0xfe, - 0xfe, - 0xb7, - 0x5c, - 0xff, - 0x61, - 0x6a, - 0xff, - 0x8a, - 0x8d, - 0xff, - 0x6b, - 0xcb, - 0xff, - 0xb2, - 0x84, - 0xff, - 0x1f, - 0xd4, - 0xff, - 0x96, - 0xc8, - 0xff, - 0x23, - 0x9e, - 0xff, - 0x77, - 0x53, - 0x14, - 0xa1, - 0xbb, - 0x24, - 0xd1, - 0x79, - 0xfe, - 0x8b, - 0x0b, - 0xfa, - 0x87, - 0x45, - 0x1f, - 0xbc, - 0x0c, - 0xff, - 0x15, - 0xd1, - 0xea, - 0x60, - 0x7a, - 0x02, - 0xb4, - 0x35, - 0xfe, - 0x04, - 0xab, - 0xf7, - 0x04, - 0x56, - 0xf9, - 0x70, - 0xd3, - 0x08, - 0x0e, - 0x6a, - 0x06, - 0xdd, - 0x89, - 0xf2, - 0x0b, - 0xba, - 0x02, - 0x7c, - 0x4c, - 0x06, - 0x55, - 0x21, - 0xf9, - 0xc2, - 0x57, - 0x00, - 0x95, - 0x44, - 0x05, - 0x3f, - 0x36, - 0x00, - 0x29, - 0x41, - 0xfe, - 0x15, - 0xb9, - 0x01, - 0x43, - 0x66, - 0xff, - 0x7f, - 0xb9, - 0x00, - 0x7e, - 0xd8, - 0x00, - 0x2c, - 0x81, - 0xfa, - 0xcc, - 0x0a, - 0xff, - 0xb9, - 0x10, - 0x00, - 0xac, - 0xca, - 0xfb, - 0x88, - 0x24, - 0xfe, - 0x22, - 0x57, - 0xff, - 0x2c, - 0xf0, - 0xfc, - 0x81, - 0xf8, - 0xfc, - 0xaa, - 0xd8, - 0xfe, - 0x13, - 0x30, - 0xfe, - 0x55, - 0x88, - 0xfe, - 0x13, - 0xa4, - 0xfe, - 0x61, - 0xb1, - 0xfe, - 0x6c, - 0xbd, - 0xff, - 0x69, - 0x82, - 0xff, - 0x6b, - 0x28, - 0x00, - 0xbd, - 0xf2, - 0xff, - 0x42, - 0x59, - 0xff, - 0x28, - 0x9f, - 0xff, - 0x32, - 0xe0, - 0xff, - 0x6c, - 0xc7, - 0xff, - 0x47, - 0x87, - 0xff, - 0xa7, - 0x98, - 0xff, - 0x23, - 0x17, - 0xff, - 0x0a, - 0x5c, - 0xff, - 0x9e, - 0x69, - 0xff, - 0x95, - 0xcd, - 0xfe, - 0x3d, - 0xed, - 0xfe, - 0xc6, - 0x29, - 0xff, - 0x8b, - 0x34, - 0xff, - 0x53, - 0x2e, - 0xff, - 0x8d, - 0x83, - 0xff, - 0xdd, - 0x76, - 0xff, - 0x03, - 0x90, - 0xff, - 0x9a, - 0xb1, - 0xff, - 0x07, - 0x6e, - 0xff, - 0x8e, - 0xbd, - 0xff, - 0x05, - 0xc3, - 0xff, - 0x1c, - 0x89, - 0xff, - 0x3e, - 0x7d, - 0x10, - 0x30, - 0x48, - 0x20, - 0x4d, - 0xb5, - 0x02, - 0xa9, - 0x0c, - 0xfb, - 0x7b, - 0xcb, - 0x19, - 0xe7, - 0xbb, - 0x02, - 0xe1, - 0x22, - 0xef, - 0xb3, - 0xfe, - 0x00, - 0x64, - 0x73, - 0xfe, - 0x96, - 0x3e, - 0xf9, - 0x49, - 0xcd, - 0xf9, - 0x44, - 0x57, - 0x06, - 0x4c, - 0x09, - 0x07, - 0x56, - 0xf2, - 0xf4, - 0xe6, - 0x8f, - 0x00, - 0xda, - 0x48, - 0x06, - 0xcb, - 0xdf, - 0xfa, - 0xc8, - 0x5c, - 0xff, - 0xc4, - 0x7c, - 0x04, - 0x72, - 0x24, - 0x01, - 0xd5, - 0x87, - 0xfe, - 0x14, - 0x19, - 0x01, - 0x66, - 0xac, - 0xff, - 0xd2, - 0x63, - 0x00, - 0x72, - 0x05, - 0x01, - 0x18, - 0x5d, - 0xfb, - 0x87, - 0x61, - 0xfe, - 0xa7, - 0x1a, - 0x00, - 0xb8, - 0xaf, - 0xfc, - 0xea, - 0x64, - 0xfe, - 0xd9, - 0x18, - 0x00, - 0xf5, - 0x08, - 0xfe, - 0xa8, - 0x37, - 0xfd, - 0x06, - 0xfd, - 0xfe, - 0x95, - 0x63, - 0xfe, - 0xc3, - 0x9f, - 0xfe, - 0x0d, - 0xe4, - 0xfe, - 0x31, - 0x46, - 0xfe, - 0xe6, - 0x48, - 0xff, - 0xf2, - 0x61, - 0xff, - 0xc8, - 0xea, - 0xff, - 0x76, - 0x2c, - 0x00, - 0x58, - 0xba, - 0xff, - 0xad, - 0x83, - 0xff, - 0x8e, - 0x6e, - 0xff, - 0x6a, - 0x83, - 0xff, - 0x30, - 0x53, - 0xff, - 0x99, - 0x74, - 0xff, - 0xd2, - 0x33, - 0xff, - 0xa2, - 0x56, - 0xff, - 0x93, - 0x69, - 0xff, - 0xe7, - 0xec, - 0xfe, - 0xf0, - 0xf3, - 0xfe, - 0x2c, - 0x1b, - 0xff, - 0x4b, - 0x50, - 0xff, - 0x71, - 0x69, - 0xff, - 0x88, - 0x90, - 0xff, - 0xa6, - 0x8d, - 0xff, - 0x48, - 0xa2, - 0xff, - 0x4a, - 0xbe, - 0xff, - 0x90, - 0x96, - 0xff, - 0x5d, - 0xb1, - 0xff, - 0x31, - 0xad, - 0xff, - 0xc0, - 0x91, - 0xff, - 0x41, - 0x58, - 0x0e, - 0xa4, - 0x24, - 0x1c, - 0xa3, - 0xc2, - 0x03, - 0xa9, - 0x2f, - 0xfd, - 0x43, - 0xcd, - 0x15, - 0x18, - 0xbf, - 0x03, - 0x3b, - 0x8c, - 0xf3, - 0x59, - 0xdd, - 0xff, - 0xf4, - 0xc5, - 0xfe, - 0x13, - 0xa8, - 0xfa, - 0x40, - 0xd4, - 0xf9, - 0x10, - 0x74, - 0x05, - 0x46, - 0x1e, - 0x06, - 0xe2, - 0xaa, - 0xf6, - 0xc4, - 0xe1, - 0xff, - 0x52, - 0x1d, - 0x05, - 0x7b, - 0x5f, - 0xfc, - 0x76, - 0x36, - 0xff, - 0x2e, - 0xba, - 0x03, - 0x75, - 0x15, - 0x01, - 0x89, - 0xeb, - 0xfe, - 0x61, - 0x13, - 0x01, - 0x4a, - 0x40, - 0xff, - 0xf1, - 0x44, - 0x00, - 0x27, - 0xd8, - 0x00, - 0xe8, - 0xe8, - 0xfb, - 0xa0, - 0x6c, - 0xfe, - 0x2a, - 0x04, - 0x00, - 0x8a, - 0xb2, - 0xfd, - 0xb9, - 0xb5, - 0xfe, - 0x9e, - 0xbd, - 0xff, - 0x2a, - 0xa3, - 0xfe, - 0x29, - 0x10, - 0xfe, - 0xf4, - 0x01, - 0xff, - 0x38, - 0x6f, - 0xfe, - 0x42, - 0x8d, - 0xfe, - 0x03, - 0xed, - 0xfe, - 0x38, - 0x98, - 0xfe, - 0x20, - 0x0c, - 0xff, - 0x22, - 0x0c, - 0xff, - 0xd8, - 0xa4, - 0xff, - 0xb6, - 0x0e, - 0x00, - 0xe6, - 0x7a, - 0xff, - 0x07, - 0x1d, - 0xff, - 0xfc, - 0x30, - 0xff, - 0xfb, - 0x23, - 0xff, - 0xb4, - 0x5c, - 0xff, - 0x8a, - 0xb3, - 0xff, - 0xb2, - 0x3c, - 0xff, - 0x96, - 0x36, - 0xff, - 0x92, - 0x47, - 0xff, - 0x0f, - 0x0d, - 0xff, - 0x04, - 0xfa, - 0xfe, - 0xea, - 0x11, - 0xff, - 0x72, - 0x50, - 0xff, - 0x66, - 0x71, - 0xff, - 0xdc, - 0xb4, - 0xff, - 0x0e, - 0x9d, - 0xff, - 0xaf, - 0xaf, - 0xff, - 0x06, - 0xe0, - 0xff, - 0xa2, - 0xa2, - 0xff, - 0xb4, - 0xae, - 0xff, - 0x3a, - 0xa8, - 0xff, - 0xf3, - 0x7b, - 0xff, - 0xa4, - 0x82, - 0x0b, - 0x2d, - 0x7f, - 0x18, - 0x48, - 0x1d, - 0x06, - 0x27, - 0xba, - 0xfd, - 0x46, - 0x37, - 0x12, - 0x65, - 0x64, - 0x06, - 0xf0, - 0x4a, - 0xf6, - 0x3f, - 0x66, - 0xff, - 0x98, - 0xe4, - 0xff, - 0xac, - 0x87, - 0xfb, - 0x7f, - 0x15, - 0xfa, - 0xb7, - 0xf6, - 0x03, - 0x38, - 0x1c, - 0x06, - 0xa1, - 0x4e, - 0xf8, - 0x8e, - 0x92, - 0xfe, - 0xa5, - 0xe9, - 0x04, - 0xac, - 0xc2, - 0xfd, - 0x58, - 0x06, - 0xff, - 0xcf, - 0xe6, - 0x02, - 0xe6, - 0x5e, - 0x01, - 0x0a, - 0x9a, - 0xff, - 0x2d, - 0xa1, - 0x00, - 0xfb, - 0x47, - 0xff, - 0x69, - 0x38, - 0x00, - 0x56, - 0xb1, - 0x00, - 0x65, - 0xc4, - 0xfc, - 0x10, - 0xe4, - 0xfe, - 0x97, - 0x79, - 0x00, - 0xd3, - 0x22, - 0xfe, - 0x51, - 0x9b, - 0xfe, - 0x42, - 0xd0, - 0xff, - 0xa6, - 0x0a, - 0xff, - 0x50, - 0x7e, - 0xfe, - 0x93, - 0x2c, - 0xff, - 0x00, - 0xb1, - 0xfe, - 0xe2, - 0xcd, - 0xfe, - 0x26, - 0xfa, - 0xfe, - 0xb6, - 0xec, - 0xfe, - 0x27, - 0x42, - 0xff, - 0x33, - 0xc1, - 0xfe, - 0x3e, - 0x16, - 0xff, - 0xb5, - 0x62, - 0xff, - 0xed, - 0x29, - 0xff, - 0x88, - 0x1f, - 0xff, - 0x91, - 0x50, - 0xff, - 0x6f, - 0x58, - 0xff, - 0xa0, - 0x5b, - 0xff, - 0x29, - 0xad, - 0xff, - 0xe2, - 0x40, - 0xff, - 0x85, - 0x45, - 0xff, - 0x92, - 0x47, - 0xff, - 0x00, - 0xf0, - 0xfe, - 0x88, - 0x0f, - 0xff, - 0xc3, - 0x2d, - 0xff, - 0x5b, - 0x7f, - 0xff, - 0x23, - 0x94, - 0xff, - 0x5b, - 0xba, - 0xff, - 0x5d, - 0xce, - 0xff, - 0x7e, - 0xbd, - 0xff, - 0xc2, - 0xd5, - 0xff, - 0x13, - 0xb7, - 0xff, - 0xf3, - 0xbf, - 0xff, - 0xaf, - 0xa8, - 0xff, - 0x7f, - 0x74, - 0xff, - 0xfb, - 0x4d, - 0x09, - 0x3a, - 0x26, - 0x15, - 0xac, - 0x45, - 0x07, - 0x6a, - 0x7b, - 0xfe, - 0x4b, - 0x9c, - 0x0f, - 0xf2, - 0xfb, - 0x07, - 0x79, - 0x93, - 0xf8, - 0xad, - 0x50, - 0xff, - 0xfd, - 0xcf, - 0x00, - 0x16, - 0x29, - 0xfc, - 0x70, - 0x50, - 0xfa, - 0x02, - 0xdd, - 0x02, - 0xf7, - 0xad, - 0x05, - 0x14, - 0x9d, - 0xf9, - 0xc5, - 0xe4, - 0xfd, - 0x24, - 0x97, - 0x04, - 0x7e, - 0xc8, - 0xfe, - 0xc5, - 0xd5, - 0xfe, - 0x6f, - 0x65, - 0x02, - 0xf2, - 0xd1, - 0x01, - 0x21, - 0x96, - 0xff, - 0xa4, - 0x09, - 0x00, - 0xef, - 0xc0, - 0xff, - 0xd6, - 0x41, - 0x00, - 0x98, - 0xc2, - 0x00, - 0x63, - 0xb1, - 0xfd, - 0xa8, - 0x0b, - 0xff, - 0xd7, - 0x9a, - 0x00, - 0x2f, - 0x82, - 0xfe, - 0xa5, - 0xa3, - 0xfe, - 0x45, - 0x9f, - 0xff, - 0x98, - 0x0b, - 0xff, - 0x7c, - 0xb4, - 0xfe, - 0xf8, - 0x6f, - 0xff, - 0x40, - 0x21, - 0xff, - 0x73, - 0x00, - 0xff, - 0xda, - 0x3f, - 0xff, - 0x24, - 0xfc, - 0xfe, - 0xc8, - 0xe3, - 0xfe, - 0x90, - 0x5d, - 0xfe, - 0xed, - 0x8f, - 0xfe, - 0x8c, - 0x19, - 0xff, - 0xcd, - 0x12, - 0xff, - 0x9d, - 0x60, - 0xff, - 0x6b, - 0x87, - 0xff, - 0x44, - 0x1b, - 0xff, - 0xec, - 0x48, - 0xff, - 0xc3, - 0x9b, - 0xff, - 0x3b, - 0x4b, - 0xff, - 0x1f, - 0x42, - 0xff, - 0x8b, - 0x26, - 0xff, - 0xd7, - 0x10, - 0xff, - 0x9f, - 0x20, - 0xff, - 0x75, - 0x70, - 0xff, - 0xf7, - 0xc0, - 0xff, - 0x9d, - 0x90, - 0xff, - 0x0f, - 0xba, - 0xff, - 0x86, - 0xad, - 0xff, - 0xd5, - 0xc1, - 0xff, - 0xf2, - 0xef, - 0xff, - 0xea, - 0xa7, - 0xff, - 0xd4, - 0xbd, - 0xff, - 0xce, - 0xa9, - 0xff, - 0x32, - 0x77, - 0xff, - 0x88, - 0x5f, - 0x0a, - 0xe5, - 0x5a, - 0x12, - 0x9a, - 0x1a, - 0x03, - 0xbb, - 0x50, - 0x02, - 0x5a, - 0xa7, - 0x0f, - 0x7c, - 0x2d, - 0x04, - 0xc6, - 0x4e, - 0xfb, - 0x95, - 0x75, - 0x00, - 0x2f, - 0xcd, - 0x00, - 0x86, - 0xb5, - 0xfb, - 0x24, - 0xc0, - 0xfa, - 0xb8, - 0xa6, - 0x04, - 0x0d, - 0xce, - 0x02, - 0x5d, - 0xef, - 0xf9, - 0x81, - 0xc6, - 0xff, - 0x1e, - 0x69, - 0x03, - 0x6e, - 0x0d, - 0xff, - 0x81, - 0x57, - 0xff, - 0x25, - 0x9c, - 0x02, - 0xfe, - 0xe8, - 0x00, - 0x2b, - 0x6d, - 0xff, - 0x5d, - 0x8e, - 0x00, - 0xc2, - 0xf3, - 0xff, - 0x9c, - 0xec, - 0x00, - 0x33, - 0xf7, - 0xff, - 0x0f, - 0x0f, - 0xfe, - 0x98, - 0x14, - 0x00, - 0x6f, - 0x31, - 0x00, - 0x25, - 0x4a, - 0xfe, - 0x6d, - 0xab, - 0xfe, - 0x33, - 0x74, - 0xff, - 0x21, - 0xe4, - 0xfe, - 0x49, - 0x40, - 0xff, - 0x27, - 0xcb, - 0xff, - 0xea, - 0x59, - 0xff, - 0x6d, - 0x25, - 0xff, - 0x24, - 0xc0, - 0xfe, - 0x9e, - 0x9c, - 0xfe, - 0xc4, - 0x99, - 0xfe, - 0xb7, - 0x62, - 0xfe, - 0xac, - 0xbd, - 0xfe, - 0xf9, - 0x23, - 0xff, - 0x02, - 0x02, - 0xff, - 0xd3, - 0x19, - 0xff, - 0xa3, - 0x5a, - 0xff, - 0x7f, - 0x2a, - 0xff, - 0xb4, - 0x51, - 0xff, - 0x4c, - 0x6b, - 0xff, - 0xef, - 0x3d, - 0xff, - 0x22, - 0x4d, - 0xff, - 0x5e, - 0x3f, - 0xff, - 0x96, - 0x39, - 0xff, - 0xda, - 0x55, - 0xff, - 0x35, - 0x94, - 0xff, - 0x89, - 0xa8, - 0xff, - 0x2a, - 0x8e, - 0xff, - 0x8f, - 0x9b, - 0xff, - 0x55, - 0xa8, - 0xff, - 0x2d, - 0xc9, - 0xff, - 0xac, - 0xdc, - 0xff, - 0x20, - 0xb3, - 0xff, - 0x53, - 0x9e, - 0xff, - 0x98, - 0x90, - 0xff, - 0x29, - 0x64, - 0xff, - 0xcf, - 0x35, - 0x09, - 0x35, - 0x3c, - 0x10, - 0xa1, - 0x7e, - 0x03, - 0xeb, - 0x03, - 0x03, - 0xa4, - 0xa4, - 0x0d, - 0x76, - 0xe9, - 0x03, - 0xc9, - 0xf9, - 0xfc, - 0x99, - 0x37, - 0x01, - 0x54, - 0xef, - 0x00, - 0x5e, - 0xfb, - 0xfb, - 0xc0, - 0x50, - 0xfb, - 0x15, - 0xd7, - 0x03, - 0x4a, - 0x21, - 0x02, - 0x8c, - 0xb9, - 0xfa, - 0x9c, - 0x2f, - 0x00, - 0xef, - 0x8c, - 0x03, - 0x17, - 0x20, - 0xff, - 0x4b, - 0x80, - 0xff, - 0xf5, - 0x4a, - 0x02, - 0x78, - 0x81, - 0x00, - 0x1a, - 0x51, - 0x00, - 0xf1, - 0x23, - 0x01, - 0x2e, - 0xbf, - 0xff, - 0xbe, - 0xd4, - 0x00, - 0xb9, - 0x3d, - 0x00, - 0xa0, - 0x7f, - 0xfe, - 0xaa, - 0xba, - 0xff, - 0x69, - 0xbc, - 0xff, - 0x23, - 0x73, - 0xfe, - 0xcd, - 0xba, - 0xfe, - 0xa0, - 0x96, - 0xff, - 0x86, - 0x62, - 0xff, - 0xb3, - 0x82, - 0xff, - 0xf2, - 0xa0, - 0xff, - 0x4d, - 0xf2, - 0xfe, - 0xef, - 0xca, - 0xfe, - 0xea, - 0xbc, - 0xfe, - 0x0c, - 0xc3, - 0xfe, - 0xc8, - 0xc0, - 0xfe, - 0xf6, - 0x9f, - 0xfe, - 0xcd, - 0xcc, - 0xfe, - 0x4c, - 0xbb, - 0xfe, - 0xb8, - 0xd9, - 0xfe, - 0xf1, - 0x36, - 0xff, - 0x8e, - 0x26, - 0xff, - 0x49, - 0x35, - 0xff, - 0xbf, - 0x5f, - 0xff, - 0xa5, - 0x47, - 0xff, - 0xc7, - 0x5d, - 0xff, - 0x86, - 0x7b, - 0xff, - 0x40, - 0x70, - 0xff, - 0x81, - 0x41, - 0xff, - 0x27, - 0x4f, - 0xff, - 0xcf, - 0x8e, - 0xff, - 0x00, - 0x7a, - 0xff, - 0xdf, - 0x9e, - 0xff, - 0xab, - 0xb8, - 0xff, - 0x13, - 0xaa, - 0xff, - 0x0a, - 0xc8, - 0xff, - 0xe4, - 0xa9, - 0xff, - 0x2b, - 0x9c, - 0xff, - 0x1a, - 0x95, - 0xff, - 0x86, - 0x6f, - 0xff, - 0x8c, - 0x68, - 0xff, - 0x36, - 0xd7, - 0x07, - 0x98, - 0x3e, - 0x0e, - 0x0e, - 0xec, - 0x03, - 0xde, - 0x36, - 0x03, - 0x53, - 0x38, - 0x0c, - 0x27, - 0x93, - 0x04, - 0xaf, - 0x5b, - 0xfe, - 0x65, - 0xfb, - 0x00, - 0x82, - 0xbf, - 0x00, - 0xa6, - 0xec, - 0xfc, - 0x01, - 0x94, - 0xfb, - 0x1a, - 0x82, - 0x02, - 0xe4, - 0x33, - 0x02, - 0x74, - 0x33, - 0xfc, - 0xce, - 0x09, - 0x00, - 0x0b, - 0xb2, - 0x02, - 0x66, - 0xa8, - 0xff, - 0xe2, - 0x20, - 0x00, - 0x58, - 0x0f, - 0x02, - 0x98, - 0x03, - 0x01, - 0x2f, - 0xbf, - 0x00, - 0x8d, - 0xb7, - 0x00, - 0xba, - 0xce, - 0xff, - 0x56, - 0xda, - 0x00, - 0x06, - 0x1f, - 0x00, - 0xa5, - 0x7a, - 0xfe, - 0x83, - 0x53, - 0xff, - 0xc2, - 0x8e, - 0xff, - 0x3b, - 0xc9, - 0xfe, - 0x1a, - 0x20, - 0xff, - 0xef, - 0xda, - 0xff, - 0x9a, - 0x4f, - 0xff, - 0x4f, - 0xe6, - 0xfe, - 0x1b, - 0x12, - 0xff, - 0x53, - 0xe3, - 0xfe, - 0xd1, - 0x08, - 0xff, - 0xbc, - 0x17, - 0xff, - 0xbb, - 0xe2, - 0xfe, - 0xb8, - 0xaf, - 0xfe, - 0x67, - 0x7e, - 0xfe, - 0x3f, - 0xa3, - 0xfe, - 0xe4, - 0xb8, - 0xfe, - 0x43, - 0xc6, - 0xfe, - 0x02, - 0x1e, - 0xff, - 0x5b, - 0x33, - 0xff, - 0x79, - 0x3f, - 0xff, - 0x4d, - 0x75, - 0xff, - 0xa2, - 0x59, - 0xff, - 0x53, - 0x60, - 0xff, - 0x6c, - 0x7a, - 0xff, - 0xc7, - 0x62, - 0xff, - 0xb5, - 0x4d, - 0xff, - 0x87, - 0x46, - 0xff, - 0x19, - 0x73, - 0xff, - 0x90, - 0x8c, - 0xff, - 0xf9, - 0x9c, - 0xff, - 0x06, - 0xb0, - 0xff, - 0x93, - 0xa3, - 0xff, - 0xe2, - 0x9e, - 0xff, - 0x0f, - 0x8b, - 0xff, - 0xcf, - 0x81, - 0xff, - 0x6f, - 0x84, - 0xff, - 0x46, - 0x72, - 0xff, - 0xd1, - 0x66, - 0xff, - 0x23, - 0x84, - 0x06, - 0x35, - 0x40, - 0x0c, - 0x0d, - 0x81, - 0x04, - 0x10, - 0xac, - 0x03, - 0x84, - 0xae, - 0x0a, - 0x3f, - 0x46, - 0x05, - 0xb4, - 0xd0, - 0xff, - 0x32, - 0x70, - 0x00, - 0xaf, - 0x6a, - 0x00, - 0x05, - 0xdd, - 0xfd, - 0xf9, - 0x3c, - 0xfc, - 0x70, - 0xac, - 0x01, - 0x6f, - 0x0d, - 0x02, - 0xfa, - 0x2e, - 0xfd, - 0x0e, - 0xd1, - 0xff, - 0xec, - 0x98, - 0x02, - 0xe9, - 0xff, - 0x00, - 0xed, - 0xe7, - 0x00, - 0x57, - 0x85, - 0x01, - 0x71, - 0xdb, - 0x00, - 0x61, - 0xff, - 0x00, - 0x3a, - 0x97, - 0x00, - 0x89, - 0xd5, - 0xff, - 0xbc, - 0xa1, - 0x00, - 0x5c, - 0xc3, - 0xff, - 0x5f, - 0x73, - 0xfe, - 0x39, - 0x7a, - 0xff, - 0x58, - 0x19, - 0x00, - 0xda, - 0x23, - 0xff, - 0x82, - 0xfc, - 0xfe, - 0x26, - 0x4c, - 0xff, - 0xca, - 0xaa, - 0xfe, - 0xe2, - 0xe5, - 0xfe, - 0x08, - 0x57, - 0xff, - 0x5f, - 0x33, - 0xff, - 0xd7, - 0x53, - 0xff, - 0xfe, - 0x07, - 0xff, - 0x5b, - 0xb3, - 0xfe, - 0xb0, - 0x95, - 0xfe, - 0x29, - 0x88, - 0xfe, - 0x9a, - 0xa3, - 0xfe, - 0xb0, - 0xbc, - 0xfe, - 0x1c, - 0xf5, - 0xfe, - 0x5b, - 0x23, - 0xff, - 0xa7, - 0x3e, - 0xff, - 0x34, - 0x65, - 0xff, - 0xcc, - 0x6b, - 0xff, - 0x92, - 0x5e, - 0xff, - 0x5a, - 0x5d, - 0xff, - 0x6f, - 0x5b, - 0xff, - 0xb6, - 0x6d, - 0xff, - 0x6f, - 0x5d, - 0xff, - 0xa8, - 0x45, - 0xff, - 0x39, - 0x6b, - 0xff, - 0xd5, - 0x86, - 0xff, - 0xea, - 0x9f, - 0xff, - 0xa2, - 0x9b, - 0xff, - 0xbe, - 0x90, - 0xff, - 0x00, - 0x98, - 0xff, - 0x5a, - 0x75, - 0xff, - 0x0a, - 0x6f, - 0xff, - 0x1c, - 0x87, - 0xff, - 0x28, - 0x83, - 0xff, - 0xb4, - 0x7e, - 0xff, - 0x0b, - 0xde, - 0x05, - 0xe0, - 0x06, - 0x0b, - 0xbb, - 0xdd, - 0x04, - 0x75, - 0xde, - 0x03, - 0x60, - 0x4c, - 0x09, - 0x4d, - 0xa2, - 0x05, - 0x4b, - 0x43, - 0x00, - 0x0e, - 0xaa, - 0xff, - 0x80, - 0xd1, - 0x00, - 0x6f, - 0xf2, - 0xfe, - 0xac, - 0x97, - 0xfc, - 0xe4, - 0xa4, - 0x00, - 0x64, - 0xef, - 0x01, - 0xe8, - 0xaf, - 0xfe, - 0x88, - 0xa5, - 0x00, - 0x07, - 0x54, - 0x03, - 0xfc, - 0x81, - 0x01, - 0xca, - 0x5c, - 0x00, - 0x28, - 0x36, - 0x01, - 0x38, - 0x1c, - 0x01, - 0xad, - 0xc4, - 0x00, - 0x26, - 0x47, - 0x00, - 0x31, - 0xc1, - 0xff, - 0x4b, - 0x3c, - 0x00, - 0x90, - 0x04, - 0x00, - 0xef, - 0x4f, - 0xff, - 0x73, - 0xac, - 0xff, - 0xce, - 0x7c, - 0xff, - 0x1b, - 0x79, - 0xfe, - 0xf1, - 0xaf, - 0xfe, - 0x42, - 0x3d, - 0xff, - 0x1f, - 0x1d, - 0xff, - 0x2a, - 0x41, - 0xff, - 0xf8, - 0x65, - 0xff, - 0xe8, - 0x47, - 0xff, - 0x36, - 0x10, - 0xff, - 0xb2, - 0xda, - 0xfe, - 0x0c, - 0xc1, - 0xfe, - 0xa9, - 0x9e, - 0xfe, - 0x8c, - 0x93, - 0xfe, - 0xeb, - 0xce, - 0xfe, - 0xd8, - 0x06, - 0xff, - 0x07, - 0xfb, - 0xfe, - 0x8a, - 0x32, - 0xff, - 0xab, - 0x73, - 0xff, - 0x4d, - 0x56, - 0xff, - 0x9b, - 0x56, - 0xff, - 0x4e, - 0x5e, - 0xff, - 0x84, - 0x4f, - 0xff, - 0x6b, - 0x5f, - 0xff, - 0x2a, - 0x6c, - 0xff, - 0x66, - 0x52, - 0xff, - 0xe9, - 0x4c, - 0xff, - 0xec, - 0x6c, - 0xff, - 0x98, - 0x88, - 0xff, - 0xfa, - 0x9c, - 0xff, - 0x9d, - 0x92, - 0xff, - 0x93, - 0x87, - 0xff, - 0x2a, - 0x8c, - 0xff, - 0xe5, - 0x79, - 0xff, - 0xb7, - 0x76, - 0xff, - 0xb0, - 0x93, - 0xff, - 0x84, - 0x94, - 0xff, - 0xc3, - 0x7d, - 0xff, - 0x45, - 0xd1, - 0x04, - 0x2a, - 0x8a, - 0x09, - 0x30, - 0x88, - 0x05, - 0xd7, - 0x09, - 0x04, - 0x4d, - 0xe3, - 0x07, - 0x2d, - 0xf2, - 0x05, - 0x1a, - 0xf6, - 0x00, - 0xd5, - 0xf2, - 0xff, - 0x77, - 0xe2, - 0x00, - 0x92, - 0x81, - 0xfe, - 0xea, - 0x07, - 0xfd, - 0x13, - 0x1c, - 0x01, - 0xe2, - 0xd0, - 0x02, - 0x3e, - 0x56, - 0x00, - 0xa9, - 0xdf, - 0x00, - 0x81, - 0xbf, - 0x02, - 0x55, - 0x55, - 0x01, - 0x05, - 0x4d, - 0x00, - 0x57, - 0x3b, - 0x01, - 0x0d, - 0xe9, - 0x00, - 0x2c, - 0x3a, - 0x00, - 0xbb, - 0x1c, - 0x00, - 0xff, - 0x3b, - 0x00, - 0x42, - 0xaf, - 0x00, - 0xf7, - 0x1d, - 0x00, - 0x3c, - 0xfa, - 0xfe, - 0xc1, - 0xba, - 0xfe, - 0xe1, - 0xd6, - 0xfe, - 0x70, - 0xce, - 0xfe, - 0xcd, - 0x15, - 0xff, - 0xa4, - 0x5f, - 0xff, - 0xea, - 0x4e, - 0xff, - 0xc3, - 0x3d, - 0xff, - 0x6e, - 0x25, - 0xff, - 0x2e, - 0x17, - 0xff, - 0x0f, - 0x0f, - 0xff, - 0xf5, - 0xd3, - 0xfe, - 0x27, - 0xc0, - 0xfe, - 0xc0, - 0xd7, - 0xfe, - 0x2b, - 0xcd, - 0xfe, - 0xf8, - 0xdd, - 0xfe, - 0x9d, - 0x0e, - 0xff, - 0xc1, - 0x25, - 0xff, - 0xe0, - 0x47, - 0xff, - 0x9d, - 0x54, - 0xff, - 0xa0, - 0x40, - 0xff, - 0xcf, - 0x50, - 0xff, - 0xfb, - 0x54, - 0xff, - 0xdf, - 0x44, - 0xff, - 0x24, - 0x50, - 0xff, - 0x64, - 0x58, - 0xff, - 0x56, - 0x57, - 0xff, - 0x5f, - 0x5d, - 0xff, - 0x3d, - 0x79, - 0xff, - 0x19, - 0x94, - 0xff, - 0x08, - 0x8d, - 0xff, - 0x81, - 0x88, - 0xff, - 0x39, - 0x87, - 0xff, - 0xa3, - 0x80, - 0xff, - 0x98, - 0x7c, - 0xff, - 0x05, - 0x75, - 0xff, - 0x5b, - 0x81, - 0xff, - 0x8f, - 0x85, - 0xff, - 0x80, - 0x7b, - 0xff, - 0x02, - 0xfc, - 0x03, - 0x68, - 0xf1, - 0x08, - 0xea, - 0xee, - 0x05, - 0x92, - 0x42, - 0x03, - 0xb2, - 0x29, - 0x07, - 0x24, - 0x9e, - 0x06, - 0x85, - 0xe8, - 0x00, - 0x62, - 0x49, - 0xff, - 0xf8, - 0xe6, - 0x00, - 0x58, - 0x9e, - 0xff, - 0x0c, - 0xb5, - 0xfe, - 0x1e, - 0xf6, - 0x01, - 0x81, - 0xda, - 0x02, - 0x57, - 0x80, - 0x00, - 0x8f, - 0x19, - 0x01, - 0x70, - 0x7f, - 0x02, - 0x31, - 0x0c, - 0x01, - 0x3b, - 0x12, - 0x00, - 0xf3, - 0xa0, - 0x00, - 0x7e, - 0xd0, - 0x00, - 0xd9, - 0xee, - 0x00, - 0xbc, - 0x97, - 0x00, - 0x76, - 0x19, - 0x00, - 0xbb, - 0xec, - 0xff, - 0xe4, - 0x15, - 0xff, - 0xb0, - 0x86, - 0xfe, - 0xae, - 0xf5, - 0xfe, - 0xd5, - 0x47, - 0xff, - 0x4c, - 0x1e, - 0xff, - 0x83, - 0x20, - 0xff, - 0x85, - 0x37, - 0xff, - 0x80, - 0x08, - 0xff, - 0xdd, - 0x15, - 0xff, - 0x8b, - 0x3f, - 0xff, - 0x90, - 0x2c, - 0xff, - 0x90, - 0xfa, - 0xfe, - 0x50, - 0xe8, - 0xfe, - 0xa6, - 0xf5, - 0xfe, - 0x10, - 0xd4, - 0xfe, - 0x1e, - 0xeb, - 0xfe, - 0x15, - 0x1e, - 0xff, - 0xb3, - 0x14, - 0xff, - 0xbc, - 0x27, - 0xff, - 0x34, - 0x2c, - 0xff, - 0x74, - 0x33, - 0xff, - 0xa7, - 0x4a, - 0xff, - 0x30, - 0x44, - 0xff, - 0xc4, - 0x4f, - 0xff, - 0x2c, - 0x3f, - 0xff, - 0x12, - 0x3f, - 0xff, - 0xc5, - 0x68, - 0xff, - 0x27, - 0x6b, - 0xff, - 0x66, - 0x78, - 0xff, - 0x47, - 0x82, - 0xff, - 0xd5, - 0x7e, - 0xff, - 0x77, - 0x7d, - 0xff, - 0x4b, - 0x70, - 0xff, - 0x48, - 0x79, - 0xff, - 0x2a, - 0x78, - 0xff, - 0xdf, - 0x74, - 0xff, - 0x92, - 0x7b, - 0xff, - 0x14, - 0x7b, - 0xff, - 0x9c, - 0x82, - 0xff, - 0xea, - 0x81, - 0xff, - 0x44, - 0xad, - 0x03, - 0xd5, - 0x2a, - 0x08, - 0xdb, - 0xaa, - 0x05, - 0x69, - 0x07, - 0x04, - 0x01, - 0xa8, - 0x06, - 0x8e, - 0x7c, - 0x04, - 0x6b, - 0xd6, - 0x00, - 0x88, - 0x47, - 0x01, - 0x35, - 0x6b, - 0x02, - 0x98, - 0x93, - 0x00, - 0x42, - 0x34, - 0xff, - 0xaf, - 0x00, - 0x02, - 0x62, - 0xb6, - 0x02, - 0x54, - 0xa2, - 0x00, - 0x10, - 0x78, - 0x01, - 0x1e, - 0x14, - 0x02, - 0xf2, - 0x2d, - 0x00, - 0x80, - 0xf7, - 0xff, - 0x20, - 0x81, - 0x01, - 0xd3, - 0x83, - 0x01, - 0xa0, - 0x79, - 0x00, - 0xc1, - 0x9d, - 0xff, - 0xd6, - 0x1b, - 0xff, - 0x2c, - 0x6e, - 0xff, - 0x64, - 0x7f, - 0xff, - 0x9a, - 0x06, - 0xff, - 0x9b, - 0x25, - 0xff, - 0xa0, - 0x4e, - 0xff, - 0x99, - 0xfc, - 0xfe, - 0x24, - 0xd8, - 0xfe, - 0xf1, - 0x12, - 0xff, - 0x33, - 0x3d, - 0xff, - 0x03, - 0x29, - 0xff, - 0xb6, - 0x48, - 0xff, - 0x9e, - 0x5a, - 0xff, - 0xb9, - 0x08, - 0xff, - 0xec, - 0xf6, - 0xfe, - 0x2a, - 0x0c, - 0xff, - 0x46, - 0x04, - 0xff, - 0x89, - 0x02, - 0xff, - 0x5e, - 0x02, - 0xff, - 0x63, - 0x19, - 0xff, - 0x42, - 0x28, - 0xff, - 0x13, - 0x35, - 0xff, - 0xa7, - 0x3b, - 0xff, - 0x06, - 0x37, - 0xff, - 0xf3, - 0x4f, - 0xff, - 0x7b, - 0x4e, - 0xff, - 0xbd, - 0x41, - 0xff, - 0xe8, - 0x68, - 0xff, - 0xc0, - 0x85, - 0xff, - 0xc3, - 0x7d, - 0xff, - 0x92, - 0x6c, - 0xff, - 0x18, - 0x51, - 0xff, - 0x20, - 0x60, - 0xff, - 0x44, - 0x7e, - 0xff, - 0xe3, - 0x78, - 0xff, - 0x34, - 0x87, - 0xff, - 0x4a, - 0x86, - 0xff, - 0x6b, - 0x70, - 0xff, - 0xb9, - 0x72, - 0xff, - 0x96, - 0x79, - 0xff, - 0x3f, - 0x80, - 0xff, - 0x05, - 0x82, - 0xff, - 0x81, - 0x17, - 0x04, - 0x57, - 0xba, - 0x07, - 0x7d, - 0x69, - 0x04, - 0x38, - 0xbb, - 0x03, - 0x5d, - 0x2b, - 0x06, - 0x12, - 0x85, - 0x04, - 0xdc, - 0xde, - 0x02, - 0xef, - 0xcf, - 0x02, - 0x3e, - 0x40, - 0x02, - 0x61, - 0x20, - 0x00, - 0x6e, - 0x72, - 0xff, - 0xcf, - 0x9a, - 0x02, - 0x11, - 0x0b, - 0x03, - 0x84, - 0x62, - 0x00, - 0xb2, - 0x68, - 0x00, - 0x52, - 0x98, - 0x01, - 0x76, - 0x3f, - 0x01, - 0xa5, - 0xbf, - 0x00, - 0xdb, - 0xe9, - 0x00, - 0xe2, - 0x34, - 0x00, - 0x2e, - 0x09, - 0xff, - 0x26, - 0x19, - 0xff, - 0xfa, - 0xcf, - 0xff, - 0x11, - 0x07, - 0x00, - 0x04, - 0x65, - 0xff, - 0xf9, - 0xd6, - 0xfe, - 0x18, - 0xfa, - 0xfe, - 0xdf, - 0xfa, - 0xfe, - 0x30, - 0xd0, - 0xfe, - 0x6f, - 0xee, - 0xfe, - 0x4a, - 0x2b, - 0xff, - 0x97, - 0x51, - 0xff, - 0x0a, - 0x66, - 0xff, - 0xa6, - 0x57, - 0xff, - 0xfe, - 0x2e, - 0xff, - 0x98, - 0x21, - 0xff, - 0xad, - 0x12, - 0xff, - 0x84, - 0xfa, - 0xfe, - 0xc7, - 0xf2, - 0xfe, - 0xae, - 0xfe, - 0xfe, - 0x35, - 0x0e, - 0xff, - 0xbe, - 0x14, - 0xff, - 0x94, - 0x25, - 0xff, - 0x52, - 0x34, - 0xff, - 0x1d, - 0x41, - 0xff, - 0x3c, - 0x45, - 0xff, - 0x6d, - 0x54, - 0xff, - 0xb9, - 0x62, - 0xff, - 0xc4, - 0x57, - 0xff, - 0x76, - 0x67, - 0xff, - 0x49, - 0x60, - 0xff, - 0xc8, - 0x49, - 0xff, - 0x62, - 0x51, - 0xff, - 0x02, - 0x63, - 0xff, - 0xb5, - 0x78, - 0xff, - 0xb8, - 0x7a, - 0xff, - 0x8e, - 0x7b, - 0xff, - 0x22, - 0x72, - 0xff, - 0x34, - 0x76, - 0xff, - 0x7a, - 0x7d, - 0xff, - 0xfb, - 0x6f, - 0xff, - 0xaf, - 0x74, - 0xff, - 0xfd, - 0x6d, - 0xff, - 0x9d, - 0x7b, - 0xff, - 0xfc, - 0xff, - 0x02, - 0xa6, - 0x89, - 0x06, - 0x47, - 0xd6, - 0x04, - 0x9c, - 0x51, - 0x04, - 0xb8, - 0x0f, - 0x07, - 0x90, - 0xc3, - 0x05, - 0x18, - 0xb1, - 0x02, - 0x66, - 0x77, - 0x02, - 0x66, - 0xd4, - 0x02, - 0xf8, - 0xf6, - 0x00, - 0x91, - 0x00, - 0x00, - 0x84, - 0x2c, - 0x02, - 0xd2, - 0x5d, - 0x02, - 0x48, - 0x6e, - 0x00, - 0xc7, - 0x18, - 0x01, - 0x92, - 0x36, - 0x02, - 0xbe, - 0xaf, - 0x00, - 0x67, - 0x59, - 0xff, - 0x1b, - 0xb2, - 0xff, - 0x74, - 0xce, - 0xff, - 0x20, - 0xb0, - 0xff, - 0xc1, - 0xd3, - 0xff, - 0xfe, - 0xdd, - 0xff, - 0x2b, - 0xb4, - 0xff, - 0x87, - 0x17, - 0xff, - 0x83, - 0xa9, - 0xfe, - 0x85, - 0xe0, - 0xfe, - 0x1c, - 0x00, - 0xff, - 0xcb, - 0xe6, - 0xfe, - 0x10, - 0x0d, - 0xff, - 0x02, - 0x6d, - 0xff, - 0xdc, - 0x80, - 0xff, - 0xb0, - 0x47, - 0xff, - 0xa3, - 0x44, - 0xff, - 0xc1, - 0x48, - 0xff, - 0xed, - 0x33, - 0xff, - 0x3e, - 0x15, - 0xff, - 0xbd, - 0xf0, - 0xfe, - 0xfb, - 0xf8, - 0xfe, - 0x4a, - 0xf8, - 0xfe, - 0x86, - 0x08, - 0xff, - 0x33, - 0x2e, - 0xff, - 0x78, - 0x36, - 0xff, - 0x0f, - 0x48, - 0xff, - 0xba, - 0x48, - 0xff, - 0x00, - 0x54, - 0xff, - 0x4e, - 0x66, - 0xff, - 0xe7, - 0x4a, - 0xff, - 0xc5, - 0x3e, - 0xff, - 0xff, - 0x4d, - 0xff, - 0x07, - 0x54, - 0xff, - 0x1e, - 0x55, - 0xff, - 0xff, - 0x5c, - 0xff, - 0x42, - 0x74, - 0xff, - 0x29, - 0x84, - 0xff, - 0xf8, - 0x7e, - 0xff, - 0x12, - 0x71, - 0xff, - 0x5e, - 0x60, - 0xff, - 0x42, - 0x6c, - 0xff, - 0x23, - 0x76, - 0xff, - 0x4b, - 0x71, - 0xff, - 0xd0, - 0x7c, - 0xff, - 0xc0, - 0x7c, - 0xff, - 0x85, - 0x87, - 0xff, - 0x7b, - 0x8c, - 0x03, - 0xf4, - 0x3e, - 0x08, - 0x86, - 0xf6, - 0x06, - 0xe0, - 0xdd, - 0x04, - 0xf8, - 0x5b, - 0x05, - 0x30, - 0x62, - 0x04, - 0x51, - 0x20, - 0x03, - 0x58, - 0xc0, - 0x02, - 0x52, - 0x53, - 0x02, - 0xb7, - 0x2c, - 0x01, - 0x47, - 0xa5, - 0x00, - 0x72, - 0xb6, - 0x01, - 0xd6, - 0x71, - 0x02, - 0x13, - 0xc1, - 0x01, - 0x31, - 0x01, - 0x00, - 0xf1, - 0x63, - 0xff, - 0xa3, - 0xbb, - 0xff, - 0x3e, - 0xa7, - 0xff, - 0xe8, - 0x1a, - 0x00, - 0xec, - 0x32, - 0x00, - 0x0b, - 0xd3, - 0xff, - 0x3a, - 0xab, - 0xff, - 0xd1, - 0x49, - 0xff, - 0xa5, - 0x22, - 0xff, - 0x77, - 0x06, - 0xff, - 0x2a, - 0xc7, - 0xfe, - 0x17, - 0xda, - 0xfe, - 0x2c, - 0x15, - 0xff, - 0xde, - 0x43, - 0xff, - 0x57, - 0x41, - 0xff, - 0xc2, - 0x4c, - 0xff, - 0xe4, - 0x90, - 0xff, - 0x85, - 0x76, - 0xff, - 0xe6, - 0x3e, - 0xff, - 0xcf, - 0x32, - 0xff, - 0x20, - 0x0c, - 0xff, - 0xf8, - 0x00, - 0xff, - 0xa5, - 0xf9, - 0xfe, - 0x26, - 0x0e, - 0xff, - 0x9d, - 0x23, - 0xff, - 0x88, - 0x10, - 0xff, - 0xc5, - 0x41, - 0xff, - 0x05, - 0x51, - 0xff, - 0xc3, - 0x3c, - 0xff, - 0x73, - 0x59, - 0xff, - 0x31, - 0x43, - 0xff, - 0xf3, - 0x36, - 0xff, - 0xed, - 0x4a, - 0xff, - 0x18, - 0x49, - 0xff, - 0x02, - 0x57, - 0xff, - 0xfc, - 0x52, - 0xff, - 0x06, - 0x6d, - 0xff, - 0x9b, - 0x81, - 0xff, - 0xad, - 0x5c, - 0xff, - 0xe0, - 0x77, - 0xff, - 0x85, - 0x76, - 0xff, - 0x23, - 0x52, - 0xff, - 0x7e, - 0x65, - 0xff, - 0x4b, - 0x6e, - 0xff, - 0x8d, - 0x86, - 0xff, - 0x05, - 0x89, - 0xff, - 0x49, - 0x88, - 0xff, - 0x92, - 0x9f, - 0xff, - 0xad, - 0x7d, - 0xff, - 0x45, - 0x9f, - 0x03, - 0x45, - 0x4e, - 0x08, - 0x34, - 0x06, - 0x07, - 0x9e, - 0xb3, - 0x04, - 0x82, - 0xe0, - 0x04, - 0x61, - 0x67, - 0x04, - 0x23, - 0xbd, - 0x03, - 0x0f, - 0x54, - 0x03, - 0xe8, - 0xe8, - 0x02, - 0xa3, - 0xeb, - 0x01, - 0x75, - 0xed, - 0x00, - 0xa4, - 0x70, - 0x01, - 0x18, - 0x3f, - 0x02, - 0xc0, - 0x06, - 0x01, - 0x3f, - 0xdd, - 0xfe, - 0x54, - 0xeb, - 0xfe, - 0xf0, - 0xea, - 0xff, - 0x73, - 0x31, - 0x00, - 0xb3, - 0x6b, - 0x00, - 0x82, - 0x26, - 0x00, - 0x7c, - 0x95, - 0xff, - 0x09, - 0x42, - 0xff, - 0x19, - 0x4c, - 0xff, - 0x82, - 0x5d, - 0xff, - 0xd7, - 0x02, - 0xff, - 0x57, - 0xcf, - 0xfe, - 0xc1, - 0x05, - 0xff, - 0x7f, - 0x33, - 0xff, - 0x9b, - 0x30, - 0xff, - 0xb1, - 0x3a, - 0xff, - 0xf7, - 0x70, - 0xff, - 0xac, - 0x98, - 0xff, - 0x44, - 0x7e, - 0xff, - 0x9b, - 0x59, - 0xff, - 0xea, - 0x35, - 0xff, - 0xd7, - 0x16, - 0xff, - 0x8f, - 0x16, - 0xff, - 0x96, - 0x08, - 0xff, - 0x00, - 0x12, - 0xff, - 0x79, - 0x29, - 0xff, - 0x9a, - 0x33, - 0xff, - 0x18, - 0x34, - 0xff, - 0x4e, - 0x32, - 0xff, - 0x6c, - 0x4d, - 0xff, - 0xcf, - 0x3f, - 0xff, - 0x03, - 0x3c, - 0xff, - 0xd2, - 0x5b, - 0xff, - 0x0a, - 0x4e, - 0xff, - 0x58, - 0x47, - 0xff, - 0xce, - 0x63, - 0xff, - 0xd6, - 0x7c, - 0xff, - 0x5b, - 0x5d, - 0xff, - 0xf2, - 0x4b, - 0xff, - 0x85, - 0x73, - 0xff, - 0x1d, - 0x6f, - 0xff, - 0xbe, - 0x72, - 0xff, - 0x80, - 0x7a, - 0xff, - 0x36, - 0x64, - 0xff, - 0xc2, - 0x83, - 0xff, - 0x2d, - 0x9e, - 0xff, - 0x62, - 0x91, - 0xff, - 0x92, - 0x95, - 0xff, - 0x01, - 0xa4, - 0xff, - 0xe7, - 0x9e, - 0xff, - 0x66, - 0x06, - 0x03, - 0x51, - 0x5b, - 0x07, - 0x96, - 0xea, - 0x05, - 0x47, - 0x95, - 0x03, - 0x4a, - 0x93, - 0x04, - 0xcf, - 0x49, - 0x04, - 0x7d, - 0xfb, - 0x03, - 0xe2, - 0x82, - 0x04, - 0x92, - 0xb9, - 0x04, - 0xf4, - 0x9d, - 0x03, - 0x8f, - 0x9c, - 0x01, - 0x02, - 0x51, - 0x01, - 0x2a, - 0xbd, - 0x00, - 0xde, - 0x21, - 0x00, - 0x88, - 0x2d, - 0x00, - 0xed, - 0x53, - 0xff, - 0xe7, - 0x69, - 0xff, - 0xab, - 0x31, - 0x00, - 0x2e, - 0x6d, - 0x00, - 0x9c, - 0xfe, - 0xff, - 0x48, - 0x6f, - 0xff, - 0x82, - 0x88, - 0xff, - 0x1b, - 0x70, - 0xff, - 0x29, - 0x42, - 0xff, - 0x00, - 0x28, - 0xff, - 0x4c, - 0xf5, - 0xfe, - 0xc9, - 0x16, - 0xff, - 0x51, - 0x3b, - 0xff, - 0xe2, - 0x1f, - 0xff, - 0x27, - 0x1b, - 0xff, - 0xe5, - 0x6e, - 0xff, - 0xa7, - 0x9e, - 0xff, - 0x34, - 0x78, - 0xff, - 0xfd, - 0x69, - 0xff, - 0x92, - 0x54, - 0xff, - 0xa3, - 0x36, - 0xff, - 0x61, - 0x2d, - 0xff, - 0x05, - 0x1d, - 0xff, - 0x4e, - 0x23, - 0xff, - 0xff, - 0x1e, - 0xff, - 0xa3, - 0x1e, - 0xff, - 0xae, - 0x29, - 0xff, - 0x75, - 0x0f, - 0xff, - 0x64, - 0x23, - 0xff, - 0xf3, - 0x44, - 0xff, - 0xf9, - 0x5d, - 0xff, - 0xea, - 0x63, - 0xff, - 0x56, - 0x35, - 0xff, - 0x3d, - 0x64, - 0xff, - 0x10, - 0x77, - 0xff, - 0x38, - 0x33, - 0xff, - 0xe8, - 0x41, - 0xff, - 0x95, - 0x6c, - 0xff, - 0x76, - 0x80, - 0xff, - 0x72, - 0x52, - 0xff, - 0x9c, - 0x5c, - 0xff, - 0xda, - 0xb4, - 0xff, - 0xcf, - 0x80, - 0xff, - 0xb9, - 0x5a, - 0xff, - 0xe2, - 0x93, - 0xff, - 0xb0, - 0xbd, - 0xff, - 0x59, - 0xb2, - 0xff, - 0x31, - 0x64, - 0xff, - 0x94, - 0x8c, - 0xff, - 0xd6, - 0x75, - 0x03, - 0xcc, - 0xe2, - 0x07, - 0xe6, - 0x9a, - 0x05, - 0x47, - 0xe4, - 0x02, - 0xe2, - 0xb2, - 0x03, - 0x1d, - 0x06, - 0x03, - 0x47, - 0x6d, - 0x03, - 0x66, - 0x0c, - 0x05, - 0xd0, - 0x01, - 0x05, - 0x91, - 0x70, - 0x03, - 0xa8, - 0xd7, - 0x01, - 0xdb, - 0x78, - 0x01, - 0x76, - 0x4a, - 0x01, - 0x4a, - 0xa1, - 0x01, - 0xed, - 0xde, - 0x00, - 0x55, - 0x43, - 0xff, - 0x7d, - 0x99, - 0xff, - 0x6c, - 0xb9, - 0xff, - 0x2a, - 0x9f, - 0xff, - 0x6a, - 0x19, - 0x00, - 0x23, - 0xcb, - 0xff, - 0xe0, - 0x49, - 0xff, - 0xaf, - 0x0d, - 0xff, - 0x61, - 0x47, - 0xff, - 0x60, - 0x78, - 0xff, - 0x83, - 0x23, - 0xff, - 0x30, - 0x2d, - 0xff, - 0x2b, - 0x77, - 0xff, - 0x3b, - 0x6e, - 0xff, - 0x84, - 0x4f, - 0xff, - 0xe6, - 0x4a, - 0xff, - 0xac, - 0x6c, - 0xff, - 0x2b, - 0x7b, - 0xff, - 0x03, - 0x4d, - 0xff, - 0xc2, - 0x37, - 0xff, - 0x99, - 0x44, - 0xff, - 0x60, - 0x36, - 0xff, - 0x25, - 0x36, - 0xff, - 0xef, - 0x65, - 0xff, - 0xda, - 0x43, - 0xff, - 0x11, - 0xf5, - 0xfe, - 0x46, - 0x26, - 0xff, - 0xab, - 0x37, - 0xff, - 0xd4, - 0x02, - 0xff, - 0x9b, - 0x35, - 0xff, - 0x0e, - 0x5f, - 0xff, - 0x1f, - 0x41, - 0xff, - 0x1e, - 0x3d, - 0xff, - 0xf3, - 0x5b, - 0xff, - 0xc2, - 0x79, - 0xff, - 0x58, - 0x3d, - 0xff, - 0x97, - 0x1e, - 0xff, - 0x12, - 0x96, - 0xff, - 0x1e, - 0x99, - 0xff, - 0x95, - 0x41, - 0xff, - 0xb5, - 0x87, - 0xff, - 0x50, - 0xc8, - 0xff, - 0x7e, - 0x6c, - 0xff, - 0xd0, - 0x44, - 0xff, - 0x65, - 0xc6, - 0xff, - 0x5f, - 0xde, - 0xff, - 0xdc, - 0x64, - 0xff, - 0xb5, - 0x5b, - 0xff, - 0xae, - 0xbb, - 0xff, - 0x08, - 0x8f, - 0x03, - 0xd6, - 0xeb, - 0x07, - 0x2c, - 0xea, - 0x04, - 0xf5, - 0xf0, - 0x01, - 0xac, - 0x92, - 0x03, - 0x4f, - 0x0e, - 0x03, - 0xd4, - 0x31, - 0x02, - 0x99, - 0xaa, - 0x02, - 0x9e, - 0xa1, - 0x03, - 0x10, - 0x51, - 0x04, - 0x00, - 0x70, - 0x03, - 0x79, - 0xd5, - 0x02, - 0x32, - 0x49, - 0x02, - 0x6c, - 0xba, - 0x01, - 0x3a, - 0x09, - 0x02, - 0x6f, - 0xab, - 0x01, - 0xf8, - 0x61, - 0xff, - 0xd7, - 0x2c, - 0xfe, - 0xe4, - 0x7f, - 0xff, - 0xdc, - 0xcf, - 0xff, - 0x32, - 0xc8, - 0xff, - 0xea, - 0xe4, - 0xff, - 0x34, - 0x30, - 0xff, - 0x81, - 0x3c, - 0xff, - 0xa8, - 0x62, - 0xff, - 0xa3, - 0x58, - 0xff, - 0x81, - 0x65, - 0xff, - 0xc3, - 0x76, - 0xff, - 0x66, - 0x73, - 0xff, - 0xef, - 0x50, - 0xff, - 0xda, - 0x87, - 0xff, - 0xa5, - 0x44, - 0xff, - 0xec, - 0x31, - 0xff, - 0x70, - 0x87, - 0xff, - 0xc6, - 0x36, - 0xff, - 0x10, - 0x3b, - 0xff, - 0x08, - 0x72, - 0xff, - 0xe5, - 0x5a, - 0xff, - 0x4a, - 0x66, - 0xff, - 0xa5, - 0x42, - 0xff, - 0x4b, - 0x1c, - 0xff, - 0xd7, - 0x14, - 0xff, - 0x67, - 0xf9, - 0xfe, - 0x4e, - 0x0f, - 0xff, - 0x83, - 0x3e, - 0xff, - 0xc6, - 0x42, - 0xff, - 0xe9, - 0x25, - 0xff, - 0x95, - 0x4f, - 0xff, - 0x78, - 0x99, - 0xff, - 0xe2, - 0x67, - 0xff, - 0xf2, - 0x2c, - 0xff, - 0xe9, - 0x58, - 0xff, - 0x23, - 0x8e, - 0xff, - 0x6e, - 0x6a, - 0xff, - 0x12, - 0x4c, - 0xff, - 0xd5, - 0x8a, - 0xff, - 0xbd, - 0x95, - 0xff, - 0xd5, - 0x5e, - 0xff, - 0x37, - 0x79, - 0xff, - 0x06, - 0xd7, - 0xff, - 0x7a, - 0xc2, - 0xff, - 0x1f, - 0x79, - 0xff, - 0x08, - 0x98, - 0xff, - 0x4d, - 0xbc, - 0xff, - 0x58, - 0xaa, - 0x03, - 0x8a, - 0xa2, - 0x07, - 0xc8, - 0x81, - 0x04, - 0xbd, - 0xf8, - 0x01, - 0xb7, - 0x7d, - 0x03, - 0x02, - 0x59, - 0x03, - 0xcb, - 0xc6, - 0x02, - 0x71, - 0xcf, - 0x01, - 0x21, - 0xdd, - 0x00, - 0xfc, - 0xb6, - 0x01, - 0xb3, - 0x36, - 0x03, - 0xff, - 0xf5, - 0x03, - 0xb4, - 0x17, - 0x03, - 0x4f, - 0x2d, - 0x02, - 0xcb, - 0x1c, - 0x02, - 0x3a, - 0x9b, - 0x02, - 0xe1, - 0x5d, - 0x02, - 0xac, - 0x0d, - 0x00, - 0x80, - 0x7b, - 0xfe, - 0xe5, - 0xf0, - 0xfe, - 0xba, - 0x73, - 0xff, - 0x07, - 0xae, - 0xff, - 0x53, - 0xe5, - 0xff, - 0xc4, - 0xab, - 0xff, - 0x6c, - 0x26, - 0xff, - 0x2a, - 0x2f, - 0xff, - 0xc9, - 0x99, - 0xff, - 0x08, - 0x78, - 0xff, - 0xbb, - 0x38, - 0xff, - 0xd7, - 0x86, - 0xff, - 0xad, - 0xa1, - 0xff, - 0x02, - 0x4e, - 0xff, - 0x85, - 0x33, - 0xff, - 0x2e, - 0x42, - 0xff, - 0x1a, - 0x56, - 0xff, - 0x3f, - 0x53, - 0xff, - 0x38, - 0x35, - 0xff, - 0x90, - 0x77, - 0xff, - 0xe4, - 0x80, - 0xff, - 0x9d, - 0x1e, - 0xff, - 0xd0, - 0x44, - 0xff, - 0x9e, - 0x5c, - 0xff, - 0xc3, - 0x21, - 0xff, - 0x23, - 0x1c, - 0xff, - 0x51, - 0x1e, - 0xff, - 0x11, - 0x2e, - 0xff, - 0x82, - 0x2f, - 0xff, - 0xea, - 0x3e, - 0xff, - 0xff, - 0x5b, - 0xff, - 0x2d, - 0x44, - 0xff, - 0x7d, - 0x2b, - 0xff, - 0xd5, - 0x4c, - 0xff, - 0xb4, - 0x9d, - 0xff, - 0xef, - 0x82, - 0xff, - 0xd6, - 0x3c, - 0xff, - 0xd4, - 0x86, - 0xff, - 0xe3, - 0xb7, - 0xff, - 0xe8, - 0x6e, - 0xff, - 0x3f, - 0x7b, - 0xff, - 0x79, - 0xeb, - 0xff, - 0xb7, - 0xd3, - 0xff, - 0xe3, - 0x54, - 0xff, - 0x6e, - 0x75, - 0xff, - 0x65, - 0xf4, - 0xff, - 0x2b, - 0xcb, - 0x03, - 0x27, - 0xec, - 0x07, - 0x59, - 0x05, - 0x04, - 0xed, - 0xd5, - 0x00, - 0x9f, - 0x00, - 0x03, - 0x40, - 0x2f, - 0x03, - 0xd0, - 0xad, - 0x02, - 0xd8, - 0x01, - 0x02, - 0xfd, - 0x76, - 0x00, - 0xf7, - 0x2c, - 0x00, - 0x71, - 0x8c, - 0x01, - 0xf1, - 0xe9, - 0x02, - 0x8a, - 0x77, - 0x02, - 0x73, - 0xae, - 0x02, - 0x44, - 0x84, - 0x03, - 0xaa, - 0x85, - 0x03, - 0x2b, - 0x40, - 0x03, - 0xd2, - 0x09, - 0x02, - 0x49, - 0xf5, - 0x00, - 0xcd, - 0x15, - 0x00, - 0xec, - 0xe8, - 0xfe, - 0x59, - 0x8c, - 0xfe, - 0xe3, - 0x2c, - 0xff, - 0x3f, - 0xbf, - 0xff, - 0xdc, - 0x89, - 0xff, - 0xd3, - 0x51, - 0xff, - 0x6e, - 0x47, - 0xff, - 0x82, - 0x46, - 0xff, - 0xfc, - 0x59, - 0xff, - 0x7c, - 0x8f, - 0xff, - 0xea, - 0xcd, - 0xff, - 0x39, - 0x72, - 0xff, - 0x02, - 0x48, - 0xff, - 0x6b, - 0x75, - 0xff, - 0xe7, - 0x4d, - 0xff, - 0x59, - 0x2f, - 0xff, - 0x5f, - 0x61, - 0xff, - 0xe3, - 0xae, - 0xff, - 0x2d, - 0x4d, - 0xff, - 0x7a, - 0x0b, - 0xff, - 0xf8, - 0x61, - 0xff, - 0xff, - 0x4f, - 0xff, - 0x79, - 0x30, - 0xff, - 0x68, - 0x13, - 0xff, - 0x69, - 0x33, - 0xff, - 0x29, - 0x4a, - 0xff, - 0x47, - 0xfb, - 0xfe, - 0xce, - 0x33, - 0xff, - 0x76, - 0x5f, - 0xff, - 0x3a, - 0x1d, - 0xff, - 0x54, - 0xf7, - 0xfe, - 0xc6, - 0x5e, - 0xff, - 0x2f, - 0xc1, - 0xff, - 0x2c, - 0x61, - 0xff, - 0x98, - 0x65, - 0xff, - 0x70, - 0xc5, - 0xff, - 0xd7, - 0xb4, - 0xff, - 0x05, - 0x5c, - 0xff, - 0x86, - 0x74, - 0xff, - 0x3a, - 0xe1, - 0xff, - 0x8e, - 0x9e, - 0xff, - 0x42, - 0x63, - 0xff, - 0x42, - 0x93, - 0xff, - 0x31, - 0xc1, - 0xff, - 0x9d, - 0xe3, - 0x03, - 0x4c, - 0xb1, - 0x08, - 0x50, - 0xb4, - 0x04, - 0xe2, - 0xdc, - 0x00, - 0x03, - 0x87, - 0x03, - 0x9c, - 0x53, - 0x03, - 0x4b, - 0x11, - 0x02, - 0xa3, - 0x80, - 0x01, - 0x9e, - 0x92, - 0xff, - 0xa6, - 0x0b, - 0x00, - 0x97, - 0x46, - 0x02, - 0xe8, - 0x08, - 0x02, - 0x92, - 0x33, - 0x00, - 0xc0, - 0xeb, - 0x00, - 0x44, - 0x3f, - 0x02, - 0xdf, - 0xf2, - 0x02, - 0xd3, - 0xeb, - 0x03, - 0x1a, - 0xcd, - 0x02, - 0x09, - 0x13, - 0x02, - 0x7f, - 0x55, - 0x02, - 0x11, - 0xf0, - 0x00, - 0xac, - 0x6f, - 0xff, - 0x53, - 0xc7, - 0xfe, - 0x92, - 0x97, - 0xfe, - 0x89, - 0xd2, - 0xfe, - 0xac, - 0x81, - 0xff, - 0x38, - 0xd3, - 0xff, - 0xd0, - 0x5f, - 0xff, - 0xdc, - 0x22, - 0xff, - 0x17, - 0x65, - 0xff, - 0x18, - 0xbe, - 0xff, - 0x7d, - 0x8e, - 0xff, - 0xe0, - 0x61, - 0xff, - 0x67, - 0x8f, - 0xff, - 0xa9, - 0x58, - 0xff, - 0xa7, - 0x4c, - 0xff, - 0xc9, - 0x7e, - 0xff, - 0xa4, - 0x5b, - 0xff, - 0x8f, - 0x44, - 0xff, - 0xb4, - 0x40, - 0xff, - 0x20, - 0x43, - 0xff, - 0x98, - 0x55, - 0xff, - 0x18, - 0x39, - 0xff, - 0xe0, - 0x26, - 0xff, - 0xd2, - 0x4d, - 0xff, - 0x63, - 0x44, - 0xff, - 0x35, - 0xfb, - 0xfe, - 0x18, - 0x24, - 0xff, - 0x22, - 0x6e, - 0xff, - 0x6c, - 0x1d, - 0xff, - 0xc3, - 0x05, - 0xff, - 0xae, - 0x65, - 0xff, - 0xfa, - 0x86, - 0xff, - 0xf5, - 0x6a, - 0xff, - 0x92, - 0x6c, - 0xff, - 0xde, - 0xc0, - 0xff, - 0x25, - 0xc3, - 0xff, - 0x7b, - 0x51, - 0xff, - 0x8d, - 0x74, - 0xff, - 0xcc, - 0xe0, - 0xff, - 0xd4, - 0xb3, - 0xff, - 0x76, - 0x6f, - 0xff, - 0xd3, - 0x9a, - 0xff, - 0x5f, - 0xa8, - 0xff, - 0x23, - 0x8f, - 0x04, - 0x84, - 0x61, - 0x09, - 0x5b, - 0x40, - 0x04, - 0xf1, - 0x1e, - 0x01, - 0x82, - 0xda, - 0x04, - 0x1d, - 0x26, - 0x04, - 0x63, - 0x51, - 0x02, - 0x88, - 0x53, - 0x00, - 0x0e, - 0x89, - 0xfd, - 0xec, - 0xc5, - 0xff, - 0xd5, - 0x5d, - 0x03, - 0x6d, - 0x1b, - 0x02, - 0x7c, - 0x6c, - 0xff, - 0xfd, - 0xeb, - 0xff, - 0xa8, - 0xb0, - 0x00, - 0x44, - 0xaf, - 0x01, - 0x72, - 0x84, - 0x02, - 0xf7, - 0x7f, - 0x01, - 0x74, - 0x8c, - 0x02, - 0x05, - 0x48, - 0x03, - 0xa8, - 0xfb, - 0x01, - 0x28, - 0x69, - 0x01, - 0xb4, - 0x80, - 0x00, - 0x90, - 0x62, - 0xff, - 0x19, - 0x7d, - 0xfe, - 0x44, - 0x5d, - 0xfe, - 0x03, - 0x26, - 0xff, - 0x7a, - 0x7e, - 0xff, - 0x92, - 0x8f, - 0xff, - 0x09, - 0x93, - 0xff, - 0x23, - 0x71, - 0xff, - 0x63, - 0x50, - 0xff, - 0xe4, - 0x6f, - 0xff, - 0x71, - 0x9e, - 0xff, - 0xe8, - 0x64, - 0xff, - 0x69, - 0x47, - 0xff, - 0xb3, - 0x76, - 0xff, - 0xb3, - 0x67, - 0xff, - 0xbc, - 0x33, - 0xff, - 0xdf, - 0x36, - 0xff, - 0x30, - 0x4f, - 0xff, - 0xdf, - 0x40, - 0xff, - 0x84, - 0x21, - 0xff, - 0x89, - 0x37, - 0xff, - 0x80, - 0x55, - 0xff, - 0xe1, - 0x1c, - 0xff, - 0x6f, - 0x04, - 0xff, - 0x69, - 0x3c, - 0xff, - 0x55, - 0x42, - 0xff, - 0x56, - 0x2d, - 0xff, - 0xdd, - 0x29, - 0xff, - 0x90, - 0x51, - 0xff, - 0xb0, - 0x86, - 0xff, - 0xc6, - 0x6d, - 0xff, - 0x5e, - 0x79, - 0xff, - 0x98, - 0xaa, - 0xff, - 0x5f, - 0x86, - 0xff, - 0x36, - 0x6a, - 0xff, - 0x76, - 0x9a, - 0xff, - 0x21, - 0xcc, - 0xff, - 0x0d, - 0xb1, - 0xff, - 0x55, - 0x80, - 0xff, - 0x64, - 0x8f, - 0xff, - 0x19, - 0x97, - 0xff, - 0x46, - 0x30, - 0x05, - 0xe2, - 0x6f, - 0x0b, - 0x08, - 0x9d, - 0x05, - 0x02, - 0x59, - 0x00, - 0x6e, - 0x34, - 0x04, - 0xce, - 0xf7, - 0x03, - 0x16, - 0x65, - 0x02, - 0x5e, - 0xa4, - 0x00, - 0xe5, - 0xe6, - 0xfc, - 0xd0, - 0x53, - 0xff, - 0x66, - 0x58, - 0x03, - 0x6c, - 0x93, - 0x01, - 0x71, - 0x08, - 0xff, - 0xe8, - 0xdb, - 0xff, - 0xd3, - 0x85, - 0x00, - 0x3e, - 0xc2, - 0x00, - 0x06, - 0x6e, - 0x01, - 0x65, - 0xc5, - 0x00, - 0x0c, - 0x3b, - 0x01, - 0x58, - 0x50, - 0x02, - 0x08, - 0x4d, - 0x02, - 0xbf, - 0xf3, - 0x01, - 0x70, - 0x32, - 0x01, - 0xc9, - 0xcf, - 0x00, - 0x17, - 0x41, - 0x00, - 0x2f, - 0x5b, - 0xff, - 0xb7, - 0xb2, - 0xfe, - 0x94, - 0x8b, - 0xfe, - 0x7c, - 0x18, - 0xff, - 0x47, - 0x9b, - 0xff, - 0xbb, - 0xec, - 0xff, - 0x7f, - 0xa9, - 0xff, - 0x4b, - 0x1d, - 0xff, - 0x87, - 0x37, - 0xff, - 0x5e, - 0x7e, - 0xff, - 0x7c, - 0x89, - 0xff, - 0x81, - 0x60, - 0xff, - 0x52, - 0x43, - 0xff, - 0xdd, - 0x64, - 0xff, - 0x0b, - 0x61, - 0xff, - 0x72, - 0x22, - 0xff, - 0x98, - 0x18, - 0xff, - 0x43, - 0x60, - 0xff, - 0x7e, - 0x56, - 0xff, - 0xa7, - 0x09, - 0xff, - 0xd2, - 0x1f, - 0xff, - 0x34, - 0x28, - 0xff, - 0xfa, - 0x2d, - 0xff, - 0x2d, - 0x5c, - 0xff, - 0x0e, - 0x35, - 0xff, - 0x34, - 0x36, - 0xff, - 0x45, - 0x6f, - 0xff, - 0x39, - 0x6e, - 0xff, - 0x93, - 0x7c, - 0xff, - 0x75, - 0x89, - 0xff, - 0x98, - 0x7f, - 0xff, - 0xb5, - 0x91, - 0xff, - 0x9d, - 0x92, - 0xff, - 0xa2, - 0x9b, - 0xff, - 0xeb, - 0xb0, - 0xff, - 0xbb, - 0x9d, - 0xff, - 0x33, - 0x98, - 0xff, - 0xe7, - 0x98, - 0xff, - 0xfe, - 0x97, - 0xff, - 0x55, - 0xab, - 0x05, - 0x15, - 0xd7, - 0x0c, - 0x64, - 0x51, - 0x06, - 0x0b, - 0x02, - 0x00, - 0xac, - 0x02, - 0x05, - 0xf6, - 0xc8, - 0x04, - 0x1b, - 0xb4, - 0x01, - 0xa5, - 0x84, - 0xff, - 0x67, - 0xf4, - 0xfb, - 0x54, - 0xd8, - 0xff, - 0x2c, - 0x81, - 0x04, - 0x77, - 0xe2, - 0x00, - 0x9a, - 0xdb, - 0xfd, - 0x6f, - 0x7a, - 0xff, - 0x26, - 0x3a, - 0x00, - 0x8a, - 0xf1, - 0x00, - 0xdb, - 0x7e, - 0x01, - 0x23, - 0xbc, - 0xff, - 0x28, - 0x37, - 0x00, - 0xd5, - 0x86, - 0x01, - 0x64, - 0xde, - 0x00, - 0xf6, - 0x04, - 0x01, - 0x29, - 0xa5, - 0x01, - 0xef, - 0x7a, - 0x01, - 0x2e, - 0xfb, - 0x00, - 0x38, - 0xc6, - 0x00, - 0x3a, - 0x16, - 0x00, - 0x93, - 0x2e, - 0xff, - 0xb2, - 0xd7, - 0xfe, - 0xa8, - 0xd1, - 0xfe, - 0x6d, - 0x8e, - 0xff, - 0x84, - 0xb5, - 0xff, - 0xb5, - 0x4a, - 0xff, - 0xf0, - 0x70, - 0xff, - 0xdb, - 0x31, - 0xff, - 0xd5, - 0x3c, - 0xff, - 0x59, - 0x93, - 0xff, - 0x27, - 0x52, - 0xff, - 0xf1, - 0x47, - 0xff, - 0xe5, - 0x4b, - 0xff, - 0x69, - 0x3a, - 0xff, - 0x53, - 0x65, - 0xff, - 0x86, - 0x47, - 0xff, - 0x67, - 0xf5, - 0xfe, - 0x3b, - 0x11, - 0xff, - 0xf7, - 0x31, - 0xff, - 0xd9, - 0x28, - 0xff, - 0x5a, - 0x7b, - 0xff, - 0x5f, - 0x65, - 0xff, - 0xac, - 0x1c, - 0xff, - 0xea, - 0x45, - 0xff, - 0xb7, - 0x69, - 0xff, - 0x4d, - 0x80, - 0xff, - 0x97, - 0x50, - 0xff, - 0xda, - 0x63, - 0xff, - 0x68, - 0xa8, - 0xff, - 0xd4, - 0xa0, - 0xff, - 0xa7, - 0xaa, - 0xff, - 0x11, - 0x9b, - 0xff, - 0xb4, - 0x99, - 0xff, - 0x32, - 0x87, - 0xff, - 0x2f, - 0x94, - 0xff, - 0xaa, - 0xb9, - 0xff, - 0xdd, - 0x86, - 0xff, - 0x25, - 0xe5, - 0x05, - 0x9e, - 0x33, - 0x0e, - 0x5c, - 0x84, - 0x07, - 0xa1, - 0x98, - 0xff, - 0xda, - 0x99, - 0x05, - 0x1a, - 0xeb, - 0x05, - 0xae, - 0x2b, - 0x01, - 0x83, - 0x65, - 0xfe, - 0xe9, - 0xf6, - 0xfa, - 0x84, - 0x3d, - 0x00, - 0x37, - 0x56, - 0x05, - 0xbe, - 0x5b, - 0x00, - 0x98, - 0x7e, - 0xfd, - 0x26, - 0x4f, - 0xff, - 0xf5, - 0x97, - 0xff, - 0x7a, - 0xae, - 0x00, - 0x0e, - 0x9c, - 0x01, - 0xed, - 0x8a, - 0xff, - 0x6a, - 0xe9, - 0xff, - 0x5f, - 0xfe, - 0x00, - 0xc4, - 0xf8, - 0xff, - 0xcc, - 0x5d, - 0x00, - 0x03, - 0x7d, - 0x00, - 0xe8, - 0x87, - 0x00, - 0xc5, - 0x70, - 0x01, - 0xfb, - 0x27, - 0x01, - 0x50, - 0x9b, - 0x00, - 0x3f, - 0xc3, - 0x00, - 0xdb, - 0x37, - 0x00, - 0x2d, - 0x45, - 0xff, - 0xa1, - 0x58, - 0xff, - 0x97, - 0x37, - 0xff, - 0xd0, - 0xf6, - 0xfe, - 0xa6, - 0x59, - 0xff, - 0xc3, - 0x5d, - 0xff, - 0xe9, - 0x63, - 0xff, - 0x27, - 0x52, - 0xff, - 0xe3, - 0x1c, - 0xff, - 0xb9, - 0x78, - 0xff, - 0xb9, - 0x88, - 0xff, - 0xcb, - 0x46, - 0xff, - 0x65, - 0x30, - 0xff, - 0x48, - 0x2f, - 0xff, - 0x70, - 0x31, - 0xff, - 0xc3, - 0xf4, - 0xfe, - 0xf4, - 0x2a, - 0xff, - 0xfe, - 0x73, - 0xff, - 0xc6, - 0x64, - 0xff, - 0x60, - 0x77, - 0xff, - 0x09, - 0x52, - 0xff, - 0x51, - 0x69, - 0xff, - 0x49, - 0x79, - 0xff, - 0x4d, - 0x41, - 0xff, - 0xdd, - 0x51, - 0xff, - 0x70, - 0x74, - 0xff, - 0x0d, - 0x9d, - 0xff, - 0x82, - 0xaf, - 0xff, - 0xd6, - 0xa4, - 0xff, - 0x56, - 0x99, - 0xff, - 0x26, - 0xac, - 0xff, - 0x7a, - 0xa8, - 0xff, - 0xbb, - 0x84, - 0xff, - 0x03, - 0x96, - 0xff, - 0x1b, - 0xa9, - 0xff, - 0x2f, - 0x06, - 0x07, - 0xe3, - 0xaf, - 0x10, - 0x07, - 0x6c, - 0x08, - 0x13, - 0xcc, - 0xfe, - 0x6a, - 0x7e, - 0x05, - 0x7a, - 0xd6, - 0x05, - 0xbb, - 0x99, - 0x00, - 0xf7, - 0x9d, - 0xfd, - 0x49, - 0xb3, - 0xfa, - 0xb4, - 0x46, - 0x01, - 0x56, - 0x5e, - 0x05, - 0x2f, - 0x01, - 0xff, - 0x26, - 0x4c, - 0xfd, - 0xb6, - 0xab, - 0xff, - 0x85, - 0x58, - 0xff, - 0xa8, - 0x9c, - 0x00, - 0x8b, - 0x68, - 0x01, - 0x12, - 0x05, - 0xff, - 0xe0, - 0xe4, - 0xff, - 0x31, - 0xf9, - 0x00, - 0xd8, - 0x77, - 0xff, - 0x39, - 0xc7, - 0xff, - 0x2e, - 0xfe, - 0xff, - 0x0d, - 0xfa, - 0xff, - 0x5a, - 0x78, - 0x00, - 0x0c, - 0x6c, - 0x00, - 0x08, - 0xb8, - 0x00, - 0xd4, - 0x0e, - 0x01, - 0x75, - 0xc9, - 0x00, - 0x36, - 0x93, - 0x00, - 0x85, - 0x85, - 0x00, - 0x0e, - 0x7a, - 0xff, - 0xfb, - 0xb9, - 0xfe, - 0x1b, - 0x1d, - 0xff, - 0xd3, - 0xfb, - 0xfe, - 0xcc, - 0x05, - 0xff, - 0x82, - 0x89, - 0xff, - 0x10, - 0x5d, - 0xff, - 0x72, - 0x4a, - 0xff, - 0x92, - 0x7c, - 0xff, - 0xb2, - 0x43, - 0xff, - 0x68, - 0x37, - 0xff, - 0xbe, - 0x3c, - 0xff, - 0x62, - 0x0c, - 0xff, - 0x6c, - 0x31, - 0xff, - 0x31, - 0x56, - 0xff, - 0x62, - 0x46, - 0xff, - 0x46, - 0x86, - 0xff, - 0x83, - 0x94, - 0xff, - 0xc4, - 0x65, - 0xff, - 0x2c, - 0x6d, - 0xff, - 0x94, - 0x58, - 0xff, - 0xb6, - 0x6c, - 0xff, - 0x9b, - 0x8e, - 0xff, - 0xc6, - 0x84, - 0xff, - 0xe6, - 0x76, - 0xff, - 0x4b, - 0x81, - 0xff, - 0x5c, - 0xa0, - 0xff, - 0xbc, - 0x9c, - 0xff, - 0xb3, - 0xb9, - 0xff, - 0x9e, - 0xa4, - 0xff, - 0x97, - 0x9d, - 0xff, - 0x5c, - 0xbe, - 0xff, - 0xef, - 0x94, - 0xff, - 0xa6, - 0x97, - 0x08, - 0x09, - 0x67, - 0x12, - 0xca, - 0x70, - 0x07, - 0x77, - 0x32, - 0xff, - 0x42, - 0xc1, - 0x07, - 0x86, - 0xf5, - 0x05, - 0x81, - 0xf7, - 0xfe, - 0x5d, - 0x1a, - 0xfb, - 0x87, - 0xb5, - 0xfa, - 0x28, - 0xe3, - 0x03, - 0x2a, - 0x1d, - 0x05, - 0xfb, - 0x50, - 0xfd, - 0x5f, - 0x72, - 0xfd, - 0xc0, - 0xa3, - 0xff, - 0xb4, - 0x01, - 0xff, - 0xb4, - 0x0b, - 0x01, - 0x8d, - 0xf0, - 0x00, - 0xfc, - 0x69, - 0xfe, - 0x39, - 0x46, - 0x00, - 0x7d, - 0xc0, - 0x00, - 0xf9, - 0xf4, - 0xfe, - 0xcf, - 0xba, - 0xff, - 0x30, - 0xa2, - 0xff, - 0x5b, - 0x51, - 0xff, - 0x8c, - 0x5b, - 0x00, - 0x1c, - 0xed, - 0xff, - 0x9f, - 0x6b, - 0xff, - 0xa3, - 0xac, - 0x00, - 0x83, - 0xf1, - 0x00, - 0x0a, - 0xa9, - 0x00, - 0x7c, - 0x52, - 0x01, - 0xc0, - 0xa5, - 0x00, - 0xd1, - 0x8b, - 0xff, - 0x11, - 0x50, - 0xff, - 0xb8, - 0xce, - 0xfe, - 0x22, - 0xc3, - 0xfe, - 0xc0, - 0x25, - 0xff, - 0xda, - 0x3f, - 0xff, - 0x85, - 0x6b, - 0xff, - 0x72, - 0x60, - 0xff, - 0xfd, - 0x2e, - 0xff, - 0xeb, - 0x3d, - 0xff, - 0xec, - 0x6e, - 0xff, - 0x56, - 0x48, - 0xff, - 0xf6, - 0x10, - 0xff, - 0x60, - 0x57, - 0xff, - 0x23, - 0x7a, - 0xff, - 0x06, - 0x9c, - 0xff, - 0x03, - 0x85, - 0xff, - 0xba, - 0x2c, - 0xff, - 0xb6, - 0x71, - 0xff, - 0x74, - 0xaa, - 0xff, - 0xa1, - 0x9a, - 0xff, - 0x95, - 0x85, - 0xff, - 0x1f, - 0x81, - 0xff, - 0x05, - 0x8b, - 0xff, - 0xe2, - 0x8d, - 0xff, - 0x23, - 0x8e, - 0xff, - 0x38, - 0x73, - 0xff, - 0x4d, - 0xa1, - 0xff, - 0xb6, - 0xd0, - 0xff, - 0x3d, - 0xc5, - 0xff, - 0x10, - 0xb4, - 0xff, - 0x02, - 0x98, - 0xff, - 0xb1, - 0x1d, - 0x0a, - 0xef, - 0x8f, - 0x14, - 0x2e, - 0x70, - 0x07, - 0x06, - 0x27, - 0xff, - 0xd6, - 0x9b, - 0x08, - 0x2f, - 0xda, - 0x05, - 0x40, - 0xaf, - 0xfd, - 0x2f, - 0x51, - 0xf9, - 0x3d, - 0x63, - 0xfb, - 0xb3, - 0xe6, - 0x05, - 0x59, - 0x0b, - 0x04, - 0x04, - 0xca, - 0xfb, - 0xa6, - 0xf9, - 0xfd, - 0x70, - 0xae, - 0xff, - 0x73, - 0xe1, - 0xfe, - 0x35, - 0x7e, - 0x01, - 0x2a, - 0x7c, - 0x00, - 0xc1, - 0xe3, - 0xfd, - 0xbd, - 0x55, - 0x00, - 0xac, - 0x8a, - 0x00, - 0x23, - 0xb0, - 0xfe, - 0xf8, - 0xb8, - 0xff, - 0xf5, - 0x7d, - 0xff, - 0x46, - 0x09, - 0xff, - 0x02, - 0x1b, - 0x00, - 0x1d, - 0x57, - 0xff, - 0x38, - 0x15, - 0xff, - 0xf2, - 0x71, - 0x00, - 0xe7, - 0x20, - 0x00, - 0x94, - 0x50, - 0x00, - 0xce, - 0x49, - 0x01, - 0x68, - 0x99, - 0x00, - 0xe8, - 0x45, - 0x00, - 0xf9, - 0x56, - 0x00, - 0xc7, - 0x73, - 0xff, - 0xd7, - 0x0f, - 0xff, - 0xb6, - 0x1a, - 0xff, - 0xbb, - 0xa4, - 0xfe, - 0x9b, - 0xf8, - 0xfe, - 0xde, - 0x9d, - 0xff, - 0xc3, - 0x54, - 0xff, - 0xb3, - 0x47, - 0xff, - 0xa5, - 0x5b, - 0xff, - 0xf5, - 0x42, - 0xff, - 0x8c, - 0x82, - 0xff, - 0x7d, - 0x71, - 0xff, - 0xd1, - 0x5c, - 0xff, - 0x17, - 0x91, - 0xff, - 0xf8, - 0x56, - 0xff, - 0xb8, - 0x5a, - 0xff, - 0x8d, - 0xb5, - 0xff, - 0x37, - 0xa0, - 0xff, - 0x19, - 0x7a, - 0xff, - 0xec, - 0x8d, - 0xff, - 0x08, - 0xa6, - 0xff, - 0x53, - 0xa4, - 0xff, - 0x4b, - 0xa4, - 0xff, - 0xd2, - 0x78, - 0xff, - 0x9c, - 0x83, - 0xff, - 0x28, - 0xd8, - 0xff, - 0x2d, - 0xb0, - 0xff, - 0x2a, - 0x9f, - 0xff, - 0x5f, - 0xb6, - 0xff, - 0x59, - 0x95, - 0xff, - 0x05, - 0x33, - 0x0a, - 0x10, - 0x59, - 0x16, - 0xca, - 0x94, - 0x09, - 0xe6, - 0xa6, - 0xfe, - 0xbd, - 0x89, - 0x08, - 0x91, - 0xc0, - 0x06, - 0x64, - 0x97, - 0xfc, - 0x76, - 0xd5, - 0xf7, - 0x41, - 0x7c, - 0xfb, - 0x2c, - 0x20, - 0x07, - 0xbe, - 0xdc, - 0x03, - 0x37, - 0x54, - 0xfa, - 0xa0, - 0xf1, - 0xfd, - 0x1e, - 0x02, - 0x00, - 0x89, - 0x9c, - 0xfe, - 0x67, - 0x93, - 0x01, - 0xb5, - 0x8b, - 0x00, - 0x5a, - 0x83, - 0xfd, - 0xca, - 0x18, - 0x00, - 0x27, - 0x7b, - 0x00, - 0xa9, - 0x52, - 0xfe, - 0xa9, - 0x6b, - 0xff, - 0x14, - 0x5e, - 0xff, - 0x18, - 0xca, - 0xfe, - 0x68, - 0x21, - 0x00, - 0xc8, - 0x42, - 0xff, - 0xc3, - 0x55, - 0xfe, - 0x46, - 0x07, - 0x00, - 0x4e, - 0x1b, - 0x00, - 0x2d, - 0xd2, - 0xff, - 0xb6, - 0xb3, - 0x00, - 0x33, - 0x3e, - 0x00, - 0xe5, - 0xed, - 0xff, - 0xee, - 0x63, - 0x00, - 0x6c, - 0x4f, - 0x00, - 0x65, - 0xad, - 0xff, - 0x69, - 0x37, - 0xff, - 0xb6, - 0x33, - 0xff, - 0x2d, - 0x36, - 0xff, - 0x6e, - 0x2f, - 0xff, - 0x8a, - 0xfa, - 0xfe, - 0x29, - 0x2d, - 0xff, - 0x85, - 0xa6, - 0xff, - 0x3c, - 0x7d, - 0xff, - 0x3f, - 0x58, - 0xff, - 0x98, - 0x5f, - 0xff, - 0x56, - 0x3f, - 0xff, - 0x5e, - 0x80, - 0xff, - 0x20, - 0xbd, - 0xff, - 0xcd, - 0x80, - 0xff, - 0x7a, - 0x62, - 0xff, - 0xf0, - 0x7f, - 0xff, - 0x35, - 0x7c, - 0xff, - 0x19, - 0x8c, - 0xff, - 0x58, - 0xc2, - 0xff, - 0x70, - 0x9b, - 0xff, - 0xf7, - 0x92, - 0xff, - 0x92, - 0xb1, - 0xff, - 0x1b, - 0xa7, - 0xff, - 0xf8, - 0xce, - 0xff, - 0xa2, - 0xa4, - 0xff, - 0x37, - 0x7e, - 0xff, - 0x20, - 0x97, - 0xff, - 0xec, - 0x7d, - 0xff, - 0x85, - 0xf4, - 0x0a, - 0xd5, - 0x67, - 0x18, - 0x15, - 0x35, - 0x0b, - 0x3f, - 0x4e, - 0xfe, - 0x07, - 0xe4, - 0x07, - 0xa2, - 0x05, - 0x07, - 0x3b, - 0xee, - 0xfb, - 0x50, - 0x8c, - 0xf6, - 0xb6, - 0xf8, - 0xfb, - 0x53, - 0x05, - 0x08, - 0xdf, - 0x3b, - 0x03, - 0x64, - 0x5c, - 0xf9, - 0x45, - 0xac, - 0xfd, - 0x0e, - 0x29, - 0x00, - 0x9c, - 0xa3, - 0xfe, - 0xb7, - 0x82, - 0x01, - 0x1e, - 0xa2, - 0x00, - 0x78, - 0x52, - 0xfd, - 0xd4, - 0xcf, - 0xff, - 0x04, - 0x71, - 0x00, - 0x59, - 0x21, - 0xfe, - 0x4b, - 0x19, - 0xff, - 0x84, - 0x10, - 0xff, - 0xfd, - 0x88, - 0xfe, - 0xbd, - 0xec, - 0xff, - 0x78, - 0x23, - 0xff, - 0x8d, - 0x51, - 0xfe, - 0x55, - 0xb6, - 0xff, - 0xf4, - 0xae, - 0xff, - 0x07, - 0xae, - 0xff, - 0x58, - 0x8d, - 0x00, - 0x06, - 0xdc, - 0xff, - 0x8a, - 0x82, - 0xff, - 0xe4, - 0xe3, - 0xff, - 0xb1, - 0x7f, - 0xff, - 0x0f, - 0xb4, - 0xff, - 0x3d, - 0x30, - 0x00, - 0x8d, - 0xac, - 0xff, - 0x1f, - 0xb8, - 0xff, - 0x98, - 0xd7, - 0xff, - 0xd2, - 0x0b, - 0xff, - 0xd8, - 0x0d, - 0xff, - 0x86, - 0x65, - 0xff, - 0x93, - 0x5f, - 0xff, - 0x0e, - 0x58, - 0xff, - 0x67, - 0x08, - 0xff, - 0xc5, - 0x50, - 0xff, - 0x86, - 0x09, - 0x00, - 0xda, - 0xbf, - 0xff, - 0x50, - 0x28, - 0xff, - 0x08, - 0x46, - 0xff, - 0xb3, - 0x95, - 0xff, - 0x6e, - 0xa9, - 0xff, - 0x01, - 0x78, - 0xff, - 0x0d, - 0x7a, - 0xff, - 0x1f, - 0xb5, - 0xff, - 0x99, - 0xd0, - 0xff, - 0xcd, - 0xbc, - 0xff, - 0x48, - 0xa2, - 0xff, - 0x2e, - 0xcc, - 0xff, - 0x04, - 0xaf, - 0xff, - 0x57, - 0x86, - 0xff, - 0x4b, - 0x80, - 0xff, - 0x26, - 0x43, - 0xff, - 0xc8, - 0x11, - 0x09, - 0x74, - 0xc9, - 0x18, - 0x3a, - 0xb2, - 0x10, - 0xaf, - 0xaa, - 0xfe, - 0x5c, - 0x66, - 0x05, - 0xfc, - 0xd6, - 0x08, - 0x97, - 0x5c, - 0xfc, - 0xdb, - 0xd7, - 0xf5, - 0x29, - 0xc0, - 0xfa, - 0xbc, - 0x47, - 0x07, - 0x8a, - 0x24, - 0x05, - 0x70, - 0x08, - 0xf9, - 0x2e, - 0x07, - 0xfc, - 0x32, - 0x68, - 0x00, - 0x9e, - 0xbb, - 0xfe, - 0x4c, - 0xf4, - 0x00, - 0xb8, - 0x3b, - 0x01, - 0x3b, - 0xaa, - 0xfd, - 0x4b, - 0xab, - 0xfe, - 0x41, - 0xa3, - 0x00, - 0xf9, - 0x96, - 0xfe, - 0x6f, - 0x8e, - 0xfe, - 0x4d, - 0x07, - 0xff, - 0x29, - 0x09, - 0xfe, - 0x4a, - 0x5b, - 0xff, - 0x46, - 0x59, - 0xff, - 0xad, - 0x1a, - 0xfe, - 0xec, - 0x61, - 0xff, - 0x39, - 0xbe, - 0xff, - 0xe8, - 0x5b, - 0xff, - 0x74, - 0x52, - 0x00, - 0x1d, - 0x28, - 0x00, - 0x21, - 0x0a, - 0xff, - 0xb6, - 0xbb, - 0xfe, - 0x5c, - 0x76, - 0xff, - 0x42, - 0xab, - 0xff, - 0xab, - 0x6c, - 0xff, - 0xb3, - 0xf0, - 0xff, - 0x3d, - 0x1d, - 0x00, - 0xdb, - 0x72, - 0x00, - 0x24, - 0x3d, - 0x00, - 0x4c, - 0x81, - 0xff, - 0x73, - 0x95, - 0xff, - 0x51, - 0xe7, - 0xfe, - 0xb9, - 0xa5, - 0xfe, - 0x2d, - 0x72, - 0xff, - 0x3c, - 0xa4, - 0xff, - 0xe1, - 0x95, - 0xff, - 0x6f, - 0x78, - 0xff, - 0xbd, - 0x55, - 0xff, - 0xfa, - 0x62, - 0xff, - 0x2b, - 0x9e, - 0xff, - 0xe3, - 0x98, - 0xff, - 0xae, - 0x5e, - 0xff, - 0xbd, - 0x9f, - 0xff, - 0x78, - 0xc2, - 0xff, - 0x4d, - 0xaa, - 0xff, - 0x46, - 0xac, - 0xff, - 0x20, - 0xa2, - 0xff, - 0xff, - 0xdb, - 0xff, - 0x95, - 0xd2, - 0xff, - 0xee, - 0x76, - 0xff, - 0xfb, - 0x63, - 0xff, - 0xfe, - 0x57, - 0xff, - 0xc8, - 0x98, - 0x0b, - 0xa7, - 0x37, - 0x1b, - 0x51, - 0x01, - 0x0f, - 0x13, - 0x32, - 0xff, - 0xc0, - 0x0d, - 0x07, - 0x3d, - 0x01, - 0x07, - 0x1d, - 0xd1, - 0xfa, - 0xbf, - 0x1f, - 0xf5, - 0x1c, - 0x41, - 0xfc, - 0xdf, - 0xba, - 0x08, - 0x96, - 0xf9, - 0x02, - 0x98, - 0x38, - 0xf8, - 0x4b, - 0xce, - 0xfc, - 0x8c, - 0xf0, - 0xff, - 0x9f, - 0x95, - 0xfe, - 0xfd, - 0x61, - 0x01, - 0x55, - 0xe6, - 0x00, - 0x97, - 0x5e, - 0xfd, - 0x3e, - 0xdb, - 0xfe, - 0x4f, - 0x4d, - 0x00, - 0xec, - 0x86, - 0xfe, - 0x5d, - 0xbe, - 0xfe, - 0x6b, - 0xa7, - 0xfe, - 0x56, - 0xc8, - 0xfd, - 0x34, - 0x3b, - 0xff, - 0xee, - 0xdb, - 0xfe, - 0xfc, - 0xd9, - 0xfd, - 0x3b, - 0x58, - 0xff, - 0xa0, - 0x7a, - 0xff, - 0x6c, - 0xcb, - 0xff, - 0xb1, - 0x75, - 0x00, - 0xf6, - 0xe7, - 0xfe, - 0x40, - 0xac, - 0xfe, - 0x19, - 0x49, - 0xff, - 0x42, - 0xfc, - 0xfe, - 0x78, - 0x47, - 0xff, - 0x85, - 0x73, - 0xff, - 0xad, - 0x4f, - 0xff, - 0xa0, - 0xf4, - 0xff, - 0x98, - 0xeb, - 0x00, - 0xd6, - 0xb5, - 0x00, - 0x1f, - 0xfa, - 0xff, - 0xb6, - 0xa2, - 0xff, - 0x03, - 0x59, - 0xff, - 0xa9, - 0x8d, - 0xff, - 0x1b, - 0x4d, - 0xff, - 0x9e, - 0xd2, - 0xfe, - 0x78, - 0x68, - 0xff, - 0x29, - 0x9e, - 0xff, - 0xee, - 0x4c, - 0xff, - 0xb3, - 0x43, - 0xff, - 0xe8, - 0x75, - 0xff, - 0x71, - 0xc2, - 0xff, - 0x08, - 0xa3, - 0xff, - 0x1e, - 0x8a, - 0xff, - 0xc3, - 0xa3, - 0xff, - 0xf0, - 0xa4, - 0xff, - 0xfd, - 0xa8, - 0xff, - 0x68, - 0xa7, - 0xff, - 0x34, - 0xc8, - 0xff, - 0xf1, - 0xb8, - 0xff, - 0xec, - 0x76, - 0xff, - 0xff, - 0x6b, - 0xff, - 0x65, - 0x61, - 0xff, - 0x9a, - 0x5d, - 0x0a, - 0x15, - 0xd0, - 0x1b, - 0x18, - 0x7a, - 0x13, - 0xaf, - 0xde, - 0xff, - 0xb8, - 0x86, - 0x04, - 0x73, - 0x7e, - 0x07, - 0x14, - 0x05, - 0xfc, - 0xb1, - 0xc0, - 0xf5, - 0xa0, - 0xc1, - 0xfa, - 0xa0, - 0xad, - 0x06, - 0xfa, - 0xa1, - 0x04, - 0x36, - 0xf0, - 0xf8, - 0x62, - 0x3d, - 0xfb, - 0xe4, - 0x27, - 0x00, - 0xac, - 0xa4, - 0xfe, - 0xca, - 0x42, - 0x00, - 0xa0, - 0x49, - 0x01, - 0xe9, - 0x25, - 0xfe, - 0x7e, - 0xfb, - 0xfd, - 0x28, - 0xd1, - 0xff, - 0xb5, - 0x0d, - 0xff, - 0xcb, - 0x95, - 0xfe, - 0x40, - 0x6e, - 0xfe, - 0x18, - 0xbb, - 0xfd, - 0x5f, - 0xec, - 0xfe, - 0x83, - 0xe0, - 0xfe, - 0x15, - 0x59, - 0xfd, - 0x45, - 0xc3, - 0xfe, - 0xf9, - 0xeb, - 0xff, - 0x34, - 0x48, - 0xff, - 0x06, - 0x82, - 0xff, - 0x3f, - 0x95, - 0xff, - 0x5c, - 0xdc, - 0xfe, - 0x8d, - 0x77, - 0xfe, - 0x7c, - 0x09, - 0xff, - 0x41, - 0x45, - 0xff, - 0xeb, - 0x29, - 0xff, - 0x88, - 0x81, - 0xff, - 0x37, - 0xbf, - 0xff, - 0x6d, - 0x5e, - 0x00, - 0xee, - 0x5d, - 0x00, - 0x40, - 0xeb, - 0xff, - 0xe5, - 0x4b, - 0x00, - 0x27, - 0x2a, - 0x00, - 0x3d, - 0xaa, - 0xff, - 0x6e, - 0x7e, - 0xff, - 0x05, - 0x40, - 0xff, - 0xb0, - 0x45, - 0xff, - 0x37, - 0x6a, - 0xff, - 0x63, - 0x28, - 0xff, - 0xc0, - 0x18, - 0xff, - 0x55, - 0x79, - 0xff, - 0xb5, - 0x9c, - 0xff, - 0x9d, - 0x87, - 0xff, - 0x8c, - 0x87, - 0xff, - 0x11, - 0x9d, - 0xff, - 0xcd, - 0xaa, - 0xff, - 0xa4, - 0x9a, - 0xff, - 0xad, - 0x99, - 0xff, - 0x47, - 0xb4, - 0xff, - 0x6c, - 0xb8, - 0xff, - 0xe9, - 0x7b, - 0xff, - 0xcf, - 0x51, - 0xff, - 0xeb, - 0x6f, - 0xff, - 0x1f, - 0xad, - 0x0b, - 0x6f, - 0x24, - 0x1d, - 0x68, - 0x84, - 0x13, - 0xa5, - 0x37, - 0x01, - 0xff, - 0x4d, - 0x04, - 0x4e, - 0xf6, - 0x05, - 0x97, - 0x9a, - 0xfd, - 0x63, - 0x38, - 0xf6, - 0x7b, - 0xaf, - 0xf9, - 0x72, - 0x7c, - 0x06, - 0xad, - 0x34, - 0x04, - 0x8e, - 0x6d, - 0xf9, - 0x53, - 0xc0, - 0xfb, - 0x24, - 0x98, - 0xff, - 0xe5, - 0x32, - 0xfe, - 0x65, - 0x41, - 0x00, - 0xa5, - 0x2e, - 0x01, - 0xd1, - 0x52, - 0xfe, - 0x30, - 0x56, - 0xfe, - 0xf5, - 0xfa, - 0xfe, - 0x33, - 0x81, - 0xfe, - 0x1e, - 0x2d, - 0xff, - 0xd7, - 0xc5, - 0xfe, - 0x95, - 0x97, - 0xfd, - 0xe6, - 0x71, - 0xfe, - 0xff, - 0xcd, - 0xfe, - 0x42, - 0xf1, - 0xfd, - 0xcd, - 0xbe, - 0xfe, - 0x45, - 0x9d, - 0xfe, - 0x0e, - 0xc2, - 0xfe, - 0x9d, - 0x46, - 0x00, - 0x27, - 0x3a, - 0xff, - 0x9d, - 0x90, - 0xfe, - 0x9e, - 0x02, - 0xff, - 0x97, - 0xc6, - 0xfe, - 0x43, - 0x24, - 0xff, - 0xcd, - 0x58, - 0xff, - 0x82, - 0x9f, - 0xff, - 0x94, - 0xec, - 0xff, - 0x21, - 0xca, - 0xff, - 0x44, - 0xe5, - 0xff, - 0xf4, - 0x2d, - 0x00, - 0x44, - 0x3b, - 0x00, - 0x22, - 0xcd, - 0xff, - 0x23, - 0xd5, - 0xff, - 0xd8, - 0x17, - 0x00, - 0xc9, - 0xd2, - 0xff, - 0xfd, - 0xb5, - 0xff, - 0xa0, - 0x7b, - 0xff, - 0xd3, - 0x2f, - 0xff, - 0xee, - 0x24, - 0xff, - 0xd6, - 0x45, - 0xff, - 0xfb, - 0x7c, - 0xff, - 0x2a, - 0x73, - 0xff, - 0x34, - 0x7a, - 0xff, - 0xa2, - 0x7f, - 0xff, - 0x4b, - 0x81, - 0xff, - 0x14, - 0x93, - 0xff, - 0x8b, - 0xa5, - 0xff, - 0x67, - 0xd1, - 0xff, - 0xd4, - 0xb0, - 0xff, - 0xd4, - 0x8b, - 0xff, - 0x95, - 0x77, - 0xff, - 0x31, - 0x65, - 0xff, - 0xe9, - 0xbb, - 0x0b, - 0x70, - 0x4b, - 0x1d, - 0x2f, - 0xd0, - 0x13, - 0x97, - 0x0c, - 0x03, - 0x62, - 0xee, - 0x05, - 0x0c, - 0x3c, - 0x05, - 0xc1, - 0x27, - 0xfe, - 0x50, - 0xc8, - 0xf6, - 0x06, - 0x3e, - 0xf8, - 0xd3, - 0xc5, - 0x05, - 0xde, - 0x23, - 0x04, - 0x1d, - 0x72, - 0xfa, - 0x34, - 0x01, - 0xfc, - 0x8d, - 0x79, - 0xfe, - 0x10, - 0x42, - 0xfe, - 0x1b, - 0x32, - 0x00, - 0x80, - 0xf5, - 0x00, - 0x80, - 0x73, - 0xfe, - 0x37, - 0x60, - 0xfe, - 0x09, - 0x6c, - 0xfe, - 0xcd, - 0xed, - 0xfd, - 0xe7, - 0xb9, - 0xff, - 0xcf, - 0xc3, - 0xfe, - 0x28, - 0x30, - 0xfd, - 0x42, - 0x5a, - 0xfe, - 0x11, - 0x12, - 0xff, - 0xab, - 0x57, - 0xfe, - 0xba, - 0xe5, - 0xfd, - 0xae, - 0x31, - 0xfe, - 0x0d, - 0xc5, - 0xfe, - 0xe0, - 0x85, - 0xff, - 0x58, - 0x71, - 0xff, - 0x26, - 0xe2, - 0xfe, - 0x36, - 0xa2, - 0xfe, - 0x3f, - 0xcd, - 0xfe, - 0xe8, - 0x62, - 0xff, - 0x40, - 0xb1, - 0xff, - 0x8c, - 0x58, - 0xff, - 0xee, - 0x57, - 0xff, - 0x88, - 0x09, - 0x00, - 0xde, - 0x3d, - 0x00, - 0xec, - 0xf8, - 0xff, - 0x0b, - 0x94, - 0xff, - 0x51, - 0x6b, - 0xff, - 0xaf, - 0xc8, - 0xff, - 0xf2, - 0x29, - 0x00, - 0xfa, - 0x13, - 0x00, - 0x7d, - 0xe7, - 0xff, - 0xc3, - 0x0a, - 0x00, - 0xbc, - 0xac, - 0xff, - 0x29, - 0x3a, - 0xff, - 0x33, - 0x42, - 0xff, - 0x1d, - 0x4d, - 0xff, - 0x5a, - 0x56, - 0xff, - 0x96, - 0x58, - 0xff, - 0x5c, - 0x54, - 0xff, - 0x8f, - 0x60, - 0xff, - 0x0d, - 0x7e, - 0xff, - 0x43, - 0x91, - 0xff, - 0x1f, - 0xbf, - 0xff, - 0xd0, - 0xd0, - 0xff, - 0xa2, - 0xb1, - 0xff, - 0x94, - 0x81, - 0xff, - 0x92, - 0x56, - 0xff, - 0xb3, - 0x2b, - 0x0e, - 0xbf, - 0x07, - 0x1e, - 0x97, - 0xf9, - 0x0f, - 0x22, - 0x32, - 0x05, - 0x74, - 0xbe, - 0x09, - 0xf3, - 0x8a, - 0x03, - 0x08, - 0x04, - 0xfe, - 0x87, - 0x6b, - 0xf6, - 0xa5, - 0x9b, - 0xf8, - 0x8e, - 0x5f, - 0x06, - 0xbc, - 0x4d, - 0x01, - 0xb7, - 0x40, - 0xfb, - 0x3d, - 0x0a, - 0xfe, - 0x52, - 0x15, - 0xfd, - 0xdd, - 0x0c, - 0xfe, - 0x64, - 0xd4, - 0x00, - 0xc9, - 0x1c, - 0x00, - 0xc2, - 0x30, - 0xfe, - 0x3c, - 0x1a, - 0xff, - 0x95, - 0xdc, - 0xfd, - 0x1c, - 0x74, - 0xfd, - 0x2f, - 0xe7, - 0xff, - 0x52, - 0xf9, - 0xfd, - 0x0e, - 0x6d, - 0xfd, - 0xc4, - 0x3d, - 0xff, - 0xb5, - 0x01, - 0xfe, - 0xf9, - 0xfe, - 0xfd, - 0xde, - 0xf0, - 0xfe, - 0xfb, - 0x93, - 0xfd, - 0xaf, - 0x25, - 0xfe, - 0xeb, - 0xed, - 0xff, - 0x52, - 0x32, - 0xff, - 0x3d, - 0xab, - 0xfe, - 0x59, - 0xbf, - 0xfe, - 0x8d, - 0xe3, - 0xfe, - 0xeb, - 0xa7, - 0xff, - 0xb7, - 0x6e, - 0xff, - 0x08, - 0x02, - 0xff, - 0x62, - 0xff, - 0xff, - 0x0a, - 0x3c, - 0x00, - 0x8e, - 0x88, - 0xff, - 0x64, - 0xc7, - 0xff, - 0x3a, - 0xb8, - 0xff, - 0xfc, - 0x7f, - 0xff, - 0x1e, - 0xaa, - 0xff, - 0x85, - 0x74, - 0xff, - 0xc9, - 0xa5, - 0xff, - 0x1b, - 0x47, - 0x00, - 0xd7, - 0x51, - 0x00, - 0x83, - 0xe3, - 0xff, - 0xd0, - 0xab, - 0xff, - 0x73, - 0x80, - 0xff, - 0xba, - 0x5b, - 0xff, - 0xcd, - 0x4c, - 0xff, - 0x2a, - 0x32, - 0xff, - 0x67, - 0x33, - 0xff, - 0x8b, - 0x54, - 0xff, - 0x39, - 0x6b, - 0xff, - 0x81, - 0x9a, - 0xff, - 0x0e, - 0xd3, - 0xff, - 0xe4, - 0xa7, - 0xff, - 0x4c, - 0x91, - 0xff, - 0xa4, - 0x7a, - 0xff, - 0xd7, - 0x59, - 0xff, - 0xd2, - 0x7a, - 0x0e, - 0x91, - 0x0b, - 0x1e, - 0x3e, - 0x3b, - 0x0d, - 0x08, - 0xb6, - 0x05, - 0x4f, - 0x61, - 0x10, - 0x16, - 0x0f, - 0x04, - 0x0e, - 0x07, - 0xfb, - 0x62, - 0xea, - 0xf7, - 0x2c, - 0x4e, - 0xf9, - 0x3a, - 0xfe, - 0x04, - 0x49, - 0xc9, - 0xfe, - 0x92, - 0x09, - 0xfc, - 0x43, - 0xfb, - 0x00, - 0x8b, - 0xa6, - 0xfb, - 0x7c, - 0x09, - 0xfd, - 0x0f, - 0x43, - 0x01, - 0xe2, - 0x97, - 0xff, - 0xae, - 0x59, - 0xfe, - 0xfc, - 0x6e, - 0xff, - 0x2c, - 0x90, - 0xfd, - 0xfb, - 0x9a, - 0xfc, - 0xf0, - 0xb7, - 0xff, - 0x5d, - 0x35, - 0xfe, - 0xfa, - 0x38, - 0xfd, - 0x3b, - 0x78, - 0xfe, - 0xa0, - 0x9e, - 0xfd, - 0xe0, - 0xd5, - 0xfe, - 0xe9, - 0xed, - 0xfe, - 0x7d, - 0x4f, - 0xfd, - 0x16, - 0x4e, - 0xfe, - 0x05, - 0x4b, - 0xff, - 0x11, - 0x39, - 0xff, - 0x35, - 0x2d, - 0xff, - 0x28, - 0xed, - 0xfe, - 0x09, - 0xa3, - 0xfe, - 0xe2, - 0xb1, - 0xfe, - 0x0d, - 0x83, - 0xff, - 0x66, - 0xce, - 0xff, - 0x82, - 0xf7, - 0xff, - 0x7e, - 0xd0, - 0xff, - 0x81, - 0x63, - 0xff, - 0x98, - 0xf2, - 0xff, - 0x39, - 0x9a, - 0xff, - 0x5a, - 0x4e, - 0xff, - 0xff, - 0x87, - 0xff, - 0x8a, - 0x70, - 0xff, - 0x2e, - 0x7b, - 0xff, - 0x4c, - 0x97, - 0xff, - 0x05, - 0x28, - 0x00, - 0x3c, - 0x0d, - 0x00, - 0xd9, - 0xcd, - 0xff, - 0x90, - 0xc2, - 0xff, - 0xca, - 0x97, - 0xff, - 0xf3, - 0x8c, - 0xff, - 0xf9, - 0x2a, - 0xff, - 0x34, - 0x31, - 0xff, - 0x83, - 0x5b, - 0xff, - 0x92, - 0x6f, - 0xff, - 0xa1, - 0x95, - 0xff, - 0x9f, - 0x9c, - 0xff, - 0xfb, - 0x92, - 0xff, - 0x0b, - 0x8c, - 0xff, - 0x00, - 0x91, - 0xff, - 0x07, - 0x5f, - 0xff, - 0x32, - 0xca, - 0x0f, - 0x04, - 0x45, - 0x20, - 0xb0, - 0xef, - 0x0a, - 0x6a, - 0x38, - 0x03, - 0x56, - 0xdf, - 0x14, - 0xf5, - 0x28, - 0x05, - 0x87, - 0xc1, - 0xf7, - 0x0e, - 0x5e, - 0xfa, - 0x26, - 0x97, - 0xfc, - 0xf8, - 0x17, - 0x03, - 0xa4, - 0x03, - 0xfa, - 0x2c, - 0xc9, - 0xfb, - 0xd4, - 0x6a, - 0x05, - 0x1e, - 0xde, - 0xfb, - 0x30, - 0x58, - 0xfb, - 0x83, - 0x6a, - 0x01, - 0x89, - 0xff, - 0xfe, - 0xb1, - 0x6f, - 0xfe, - 0x76, - 0x62, - 0x00, - 0x5d, - 0x07, - 0xfd, - 0x2c, - 0xac, - 0xfb, - 0x4b, - 0x5e, - 0x00, - 0x92, - 0xc2, - 0xfd, - 0x0a, - 0x7e, - 0xfb, - 0x71, - 0x6c, - 0xff, - 0x9b, - 0xf5, - 0xfd, - 0x28, - 0x90, - 0xfd, - 0x54, - 0xe7, - 0xff, - 0xbc, - 0x9b, - 0xfd, - 0x7d, - 0xea, - 0xfd, - 0x58, - 0xc1, - 0xff, - 0x12, - 0xfe, - 0xfe, - 0x1d, - 0xa2, - 0xff, - 0x80, - 0xff, - 0xfe, - 0xde, - 0xdb, - 0xfd, - 0x63, - 0xe7, - 0xfe, - 0x96, - 0xe8, - 0xff, - 0xb2, - 0x65, - 0xff, - 0xb8, - 0xa2, - 0xff, - 0xff, - 0x41, - 0x00, - 0xa2, - 0x43, - 0xff, - 0xef, - 0x00, - 0x00, - 0x09, - 0xc1, - 0xff, - 0xc9, - 0xad, - 0xfe, - 0x12, - 0xa6, - 0xff, - 0x3a, - 0x71, - 0xff, - 0xa5, - 0x41, - 0xff, - 0x5f, - 0x90, - 0xff, - 0xc5, - 0xbd, - 0xff, - 0xb2, - 0xd5, - 0xff, - 0xc7, - 0xcc, - 0xff, - 0x8a, - 0xd8, - 0xff, - 0xe2, - 0x7b, - 0xff, - 0x47, - 0xa4, - 0xff, - 0xa9, - 0xb7, - 0xff, - 0x2d, - 0x77, - 0xff, - 0x04, - 0x68, - 0xff, - 0xb8, - 0x45, - 0xff, - 0xdf, - 0x76, - 0xff, - 0x17, - 0xc5, - 0xff, - 0xf7, - 0x98, - 0xff, - 0x0e, - 0x92, - 0xff, - 0x59, - 0xa6, - 0xff, - 0x0f, - 0x55, - 0xff, - 0xae, - 0xb6, - 0x11, - 0x67, - 0x13, - 0x23, - 0xce, - 0x36, - 0x08, - 0x8e, - 0xa5, - 0xff, - 0x4e, - 0x80, - 0x18, - 0xac, - 0x21, - 0x07, - 0x7c, - 0x66, - 0xf4, - 0x91, - 0x62, - 0xfb, - 0x13, - 0x6e, - 0x01, - 0xd3, - 0xb2, - 0x02, - 0x72, - 0xeb, - 0xf3, - 0x65, - 0xb9, - 0xf9, - 0x7b, - 0xde, - 0x09, - 0x4e, - 0xdb, - 0xfd, - 0x3e, - 0xac, - 0xf9, - 0x75, - 0xf5, - 0x00, - 0x49, - 0x72, - 0xfe, - 0x0f, - 0xf6, - 0xfd, - 0xb0, - 0x75, - 0x01, - 0x41, - 0x01, - 0xfd, - 0x54, - 0x32, - 0xfb, - 0xe4, - 0xf2, - 0xff, - 0xc3, - 0x54, - 0xfc, - 0x7b, - 0x97, - 0xfb, - 0x18, - 0xb6, - 0xff, - 0xb4, - 0x32, - 0xfd, - 0x0d, - 0xea, - 0xfd, - 0xfa, - 0x0e, - 0x00, - 0x1c, - 0x57, - 0xfd, - 0x4e, - 0x63, - 0xfe, - 0x2b, - 0x76, - 0x00, - 0x75, - 0x01, - 0xff, - 0x8f, - 0xcc, - 0xfe, - 0x39, - 0xf4, - 0xfe, - 0x07, - 0xa6, - 0xfe, - 0xbc, - 0xfb, - 0xfe, - 0x0f, - 0x4d, - 0xff, - 0x00, - 0x25, - 0xff, - 0xac, - 0xcd, - 0xff, - 0x82, - 0x30, - 0x00, - 0x21, - 0x2e, - 0xff, - 0x77, - 0xe9, - 0xff, - 0x57, - 0xa1, - 0xff, - 0x1b, - 0xb5, - 0xfe, - 0x6b, - 0x87, - 0xff, - 0x43, - 0x56, - 0xff, - 0x0f, - 0x1d, - 0xff, - 0x2d, - 0x43, - 0xff, - 0xfb, - 0x86, - 0xff, - 0x71, - 0xb8, - 0xff, - 0x3c, - 0xc1, - 0xff, - 0xd2, - 0xb7, - 0xff, - 0x88, - 0x7f, - 0xff, - 0x6f, - 0xb2, - 0xff, - 0xc7, - 0x8a, - 0xff, - 0x5c, - 0x8b, - 0xff, - 0x10, - 0xa5, - 0xff, - 0xdf, - 0x80, - 0xff, - 0xb3, - 0xa2, - 0xff, - 0x79, - 0xaa, - 0xff, - 0xc8, - 0x77, - 0xff, - 0x6d, - 0x8f, - 0xff, - 0xad, - 0xe2, - 0xff, - 0x46, - 0x90, - 0xff, - 0x2f, - 0xfc, - 0x13, - 0xf8, - 0x21, - 0x26, - 0xfc, - 0x6a, - 0x05, - 0x28, - 0xae, - 0xfb, - 0x0f, - 0x1e, - 0x1b, - 0x0b, - 0xae, - 0x09, - 0x52, - 0xe9, - 0xf1, - 0x40, - 0x63, - 0xfb, - 0x20, - 0xa2, - 0x06, - 0x7d, - 0xbe, - 0x03, - 0x32, - 0x39, - 0xee, - 0x08, - 0x42, - 0xf6, - 0x7b, - 0xcf, - 0x0c, - 0xb6, - 0x85, - 0x01, - 0xab, - 0x36, - 0xf9, - 0x56, - 0xb1, - 0xff, - 0xe4, - 0xff, - 0xfd, - 0xfc, - 0x30, - 0xfd, - 0xbd, - 0x62, - 0x02, - 0x60, - 0xfd, - 0xfd, - 0xce, - 0xe8, - 0xf9, - 0x45, - 0x2e, - 0xff, - 0x65, - 0xa3, - 0xfc, - 0xeb, - 0x76, - 0xfa, - 0x0e, - 0x50, - 0xff, - 0x19, - 0x4e, - 0xfe, - 0x67, - 0x7c, - 0xfd, - 0xc2, - 0xcf, - 0xff, - 0x5a, - 0xce, - 0xfd, - 0xa3, - 0xa1, - 0xfe, - 0x38, - 0x42, - 0x01, - 0x96, - 0xa8, - 0xfe, - 0xba, - 0x11, - 0xfe, - 0x46, - 0x98, - 0xff, - 0x62, - 0x28, - 0xff, - 0x0d, - 0xa5, - 0xfe, - 0x24, - 0x2a, - 0xff, - 0xba, - 0x3f, - 0xff, - 0xcf, - 0xa0, - 0xff, - 0x88, - 0x56, - 0x00, - 0xc8, - 0xea, - 0xfe, - 0xc9, - 0x58, - 0xff, - 0xde, - 0xf0, - 0xff, - 0x99, - 0xc4, - 0xfe, - 0x22, - 0x55, - 0xff, - 0xf6, - 0x52, - 0xff, - 0x59, - 0xe6, - 0xfe, - 0x6c, - 0x26, - 0xff, - 0x66, - 0x68, - 0xff, - 0x78, - 0x8d, - 0xff, - 0xd4, - 0xc4, - 0xff, - 0x4a, - 0xf0, - 0xff, - 0xba, - 0x6c, - 0xff, - 0xa1, - 0x55, - 0xff, - 0x12, - 0x80, - 0xff, - 0x96, - 0x91, - 0xff, - 0x97, - 0xb4, - 0xff, - 0x0b, - 0xb3, - 0xff, - 0x10, - 0xd8, - 0xff, - 0x6b, - 0xe5, - 0xff, - 0xcf, - 0x8e, - 0xff, - 0x67, - 0x8b, - 0xff, - 0xbe, - 0xdd, - 0xff, - 0x8c, - 0x8e, - 0xff, - 0xe2, - 0x5d, - 0x15, - 0x2c, - 0x4c, - 0x2a, - 0xce, - 0x1f, - 0x05, - 0x32, - 0x42, - 0xf4, - 0x5c, - 0x95, - 0x1a, - 0x09, - 0x9e, - 0x0f, - 0x2b, - 0x6f, - 0xf1, - 0x3a, - 0x38, - 0xf9, - 0x1c, - 0x54, - 0x09, - 0xd3, - 0x6d, - 0x06, - 0xed, - 0x9a, - 0xeb, - 0xc9, - 0xe9, - 0xf0, - 0xb0, - 0xd6, - 0x0c, - 0x9a, - 0x2d, - 0x06, - 0x3e, - 0x60, - 0xfa, - 0x91, - 0xfc, - 0xfd, - 0xe3, - 0x3c, - 0xfd, - 0x72, - 0x6f, - 0xfc, - 0xc7, - 0x28, - 0x03, - 0x3d, - 0x4f, - 0xfe, - 0x2d, - 0x36, - 0xf8, - 0xdc, - 0xc9, - 0xff, - 0xed, - 0xa0, - 0xfc, - 0xfc, - 0xae, - 0xf8, - 0xa7, - 0x57, - 0xff, - 0xe4, - 0xb7, - 0xfe, - 0xa1, - 0x9e, - 0xfd, - 0x73, - 0xdf, - 0xff, - 0xd7, - 0xb6, - 0xfd, - 0x43, - 0xc0, - 0xfe, - 0x7c, - 0x65, - 0x01, - 0xd9, - 0xbb, - 0xfe, - 0x57, - 0x01, - 0xfe, - 0x2f, - 0xa8, - 0xff, - 0x1c, - 0x30, - 0xff, - 0x3e, - 0xa6, - 0xfe, - 0x8c, - 0x34, - 0xff, - 0xda, - 0x22, - 0xff, - 0x08, - 0xa1, - 0xff, - 0xe2, - 0x39, - 0x00, - 0xf9, - 0x97, - 0xfe, - 0x0b, - 0x13, - 0xff, - 0x22, - 0xba, - 0xff, - 0xa6, - 0xa9, - 0xfe, - 0xe3, - 0x44, - 0xff, - 0xdc, - 0x39, - 0xff, - 0xcd, - 0xc5, - 0xfe, - 0x2b, - 0x1b, - 0xff, - 0xe0, - 0x6d, - 0xff, - 0x79, - 0x6a, - 0xff, - 0xf5, - 0xa9, - 0xff, - 0x05, - 0xdc, - 0xff, - 0xe0, - 0x50, - 0xff, - 0x5e, - 0x53, - 0xff, - 0xca, - 0x5d, - 0xff, - 0xb5, - 0x7e, - 0xff, - 0x1c, - 0xaf, - 0xff, - 0x74, - 0x99, - 0xff, - 0xa0, - 0xee, - 0xff, - 0x25, - 0x27, - 0x00, - 0x08, - 0xd1, - 0xff, - 0xdf, - 0x70, - 0xff, - 0xa9, - 0x97, - 0xff, - 0xda, - 0x87, - 0xff, - 0xdf, - 0x61, - 0x16, - 0xe9, - 0x7a, - 0x2e, - 0x8f, - 0xeb, - 0x05, - 0x7d, - 0x11, - 0xed, - 0x03, - 0x73, - 0x18, - 0xb7, - 0xf6, - 0x14, - 0xb3, - 0x92, - 0xf2, - 0xc9, - 0x47, - 0xf7, - 0x99, - 0x06, - 0x0b, - 0x63, - 0xc9, - 0x09, - 0xfa, - 0x37, - 0xea, - 0x58, - 0xb3, - 0xeb, - 0x7c, - 0xfd, - 0x0a, - 0xf4, - 0x28, - 0x0a, - 0x72, - 0xaa, - 0xfd, - 0x6d, - 0x88, - 0xfc, - 0xed, - 0xcb, - 0xfb, - 0x09, - 0x33, - 0xfc, - 0x5c, - 0x48, - 0x03, - 0xc2, - 0x5d, - 0xfe, - 0xe6, - 0x9d, - 0xf7, - 0xb4, - 0xc9, - 0xff, - 0x59, - 0xaa, - 0xfc, - 0xab, - 0x3c, - 0xf8, - 0x69, - 0x58, - 0xfe, - 0x55, - 0x03, - 0xff, - 0x61, - 0x80, - 0xfe, - 0x5c, - 0xa4, - 0xff, - 0x8b, - 0xdd, - 0xfd, - 0xf7, - 0x48, - 0xfe, - 0xed, - 0x61, - 0x01, - 0x4d, - 0x50, - 0xff, - 0xbb, - 0xfe, - 0xfd, - 0x2c, - 0xaf, - 0xff, - 0xb7, - 0xfb, - 0xfe, - 0x27, - 0xe2, - 0xfe, - 0xcf, - 0x27, - 0xff, - 0x50, - 0x34, - 0xff, - 0x6c, - 0xc1, - 0xff, - 0x3a, - 0xc7, - 0xff, - 0x7f, - 0x98, - 0xfe, - 0xfe, - 0xbb, - 0xfe, - 0x3f, - 0x7f, - 0xff, - 0xb5, - 0x89, - 0xfe, - 0x68, - 0x22, - 0xff, - 0x08, - 0x6e, - 0xff, - 0xa5, - 0x8e, - 0xfe, - 0xc4, - 0x24, - 0xff, - 0x9c, - 0x88, - 0xff, - 0xde, - 0x3d, - 0xff, - 0x6e, - 0x8e, - 0xff, - 0x5e, - 0xd1, - 0xff, - 0x34, - 0x4b, - 0xff, - 0x7b, - 0x38, - 0xff, - 0xc2, - 0x7a, - 0xff, - 0x4d, - 0x7d, - 0xff, - 0x45, - 0x8a, - 0xff, - 0xf1, - 0x9e, - 0xff, - 0xb5, - 0xe7, - 0xff, - 0x16, - 0x1d, - 0x00, - 0x02, - 0xaa, - 0xff, - 0x0a, - 0x62, - 0xff, - 0xad, - 0xdd, - 0xff, - 0xae, - 0xcd, - 0xff, - 0x24, - 0x84, - 0x1c, - 0x22, - 0x19, - 0x33, - 0x7c, - 0xc1, - 0xfd, - 0x08, - 0xa7, - 0xe9, - 0xce, - 0x6e, - 0x1a, - 0x4b, - 0xd9, - 0x13, - 0x27, - 0x59, - 0xf4, - 0xa1, - 0x8d, - 0xf7, - 0xac, - 0x85, - 0x0d, - 0x82, - 0x43, - 0x0a, - 0x1a, - 0x1e, - 0xe6, - 0xc7, - 0xee, - 0xeb, - 0x4d, - 0xdb, - 0x09, - 0xe2, - 0x49, - 0x0b, - 0xa1, - 0x26, - 0x01, - 0xd1, - 0xbe, - 0xfb, - 0x6f, - 0x05, - 0xfa, - 0xdc, - 0x2d, - 0xfc, - 0x97, - 0x4b, - 0x04, - 0x10, - 0xb8, - 0xfc, - 0xca, - 0x6f, - 0xf7, - 0x0f, - 0xca, - 0x00, - 0xa0, - 0x71, - 0xfb, - 0x18, - 0x88, - 0xf8, - 0x0d, - 0x7a, - 0xfe, - 0x5c, - 0xc3, - 0xfe, - 0x91, - 0x1a, - 0xff, - 0x8f, - 0xcd, - 0xff, - 0x69, - 0x87, - 0xfd, - 0x73, - 0x0b, - 0xfe, - 0xb6, - 0xae, - 0x01, - 0xc8, - 0x8a, - 0xff, - 0x67, - 0x0a, - 0xfe, - 0x4e, - 0x90, - 0xff, - 0x98, - 0xe7, - 0xfe, - 0x12, - 0x20, - 0xff, - 0x87, - 0x62, - 0xff, - 0x1f, - 0x2a, - 0xff, - 0x01, - 0x9d, - 0xff, - 0x2d, - 0x84, - 0xff, - 0x23, - 0x5e, - 0xfe, - 0x49, - 0x94, - 0xfe, - 0x52, - 0x3b, - 0xff, - 0xdb, - 0xb6, - 0xfe, - 0x04, - 0x38, - 0xff, - 0xe0, - 0x42, - 0xff, - 0xae, - 0xb0, - 0xfe, - 0xd0, - 0x2b, - 0xff, - 0x69, - 0x4a, - 0xff, - 0x66, - 0x2e, - 0xff, - 0x90, - 0xc6, - 0xff, - 0x4c, - 0xc9, - 0xff, - 0xe9, - 0x36, - 0xff, - 0x12, - 0x29, - 0xff, - 0x88, - 0x7f, - 0xff, - 0x05, - 0xb2, - 0xff, - 0x20, - 0x84, - 0xff, - 0x2b, - 0x7b, - 0xff, - 0x55, - 0xbd, - 0xff, - 0xb0, - 0xfd, - 0xff, - 0x65, - 0x9a, - 0xff, - 0x98, - 0x6e, - 0xff, - 0x7d, - 0x05, - 0x00, - 0x59, - 0xef, - 0xff, - 0xbb, - 0xc6, - 0x1f, - 0x07, - 0x6d, - 0x38, - 0xf9, - 0xe4, - 0xfa, - 0xb2, - 0x5f, - 0xe2, - 0x0e, - 0xf8, - 0x18, - 0x5d, - 0x39, - 0x16, - 0x79, - 0xa2, - 0xf7, - 0x4d, - 0x39, - 0xf7, - 0x97, - 0x33, - 0x0c, - 0xc7, - 0x0e, - 0x0c, - 0xba, - 0xe3, - 0xe5, - 0x88, - 0x1e, - 0xea, - 0x33, - 0x63, - 0x07, - 0x1f, - 0xbb, - 0x0b, - 0xdb, - 0xd3, - 0x04, - 0x2b, - 0xef, - 0xfb, - 0x98, - 0x6b, - 0xf8, - 0x26, - 0x2d, - 0xfb, - 0x25, - 0xdd, - 0x04, - 0x24, - 0x92, - 0xfc, - 0x91, - 0x19, - 0xf6, - 0x3e, - 0x83, - 0x01, - 0xce, - 0x2d, - 0xfb, - 0xb3, - 0x77, - 0xf8, - 0x80, - 0xc0, - 0xfe, - 0xb0, - 0x00, - 0xfe, - 0x8c, - 0xb9, - 0xff, - 0x84, - 0xd7, - 0xff, - 0x91, - 0xff, - 0xfc, - 0xf8, - 0xe3, - 0xfd, - 0x0e, - 0xd8, - 0x01, - 0x9d, - 0xf8, - 0xff, - 0x61, - 0x94, - 0xfd, - 0xfc, - 0x5b, - 0xff, - 0xee, - 0xec, - 0xfe, - 0xbd, - 0x57, - 0xff, - 0xe2, - 0xcd, - 0xff, - 0xc4, - 0xac, - 0xfe, - 0xa7, - 0x37, - 0xff, - 0x85, - 0x50, - 0xff, - 0x92, - 0x26, - 0xfe, - 0x44, - 0x7e, - 0xfe, - 0xff, - 0x13, - 0xff, - 0x37, - 0xe4, - 0xfe, - 0xf2, - 0x49, - 0xff, - 0x11, - 0x36, - 0xff, - 0x7c, - 0x9c, - 0xfe, - 0xe8, - 0x18, - 0xff, - 0x0f, - 0x51, - 0xff, - 0xfc, - 0xe7, - 0xfe, - 0x4a, - 0xc0, - 0xff, - 0xc1, - 0xe3, - 0xff, - 0x20, - 0x25, - 0xff, - 0x7e, - 0x44, - 0xff, - 0x03, - 0x7c, - 0xff, - 0xa5, - 0x87, - 0xff, - 0xda, - 0x64, - 0xff, - 0xb7, - 0x5e, - 0xff, - 0xef, - 0xa2, - 0xff, - 0x45, - 0x0e, - 0x00, - 0xd7, - 0xaa, - 0xff, - 0x97, - 0x51, - 0xff, - 0x98, - 0xe9, - 0xff, - 0xdb, - 0xdc, - 0xff, - 0xb0, - 0x49, - 0x24, - 0xeb, - 0x71, - 0x3d, - 0x41, - 0xc3, - 0xf5, - 0x8e, - 0x50, - 0xdd, - 0x24, - 0x47, - 0x19, - 0xc8, - 0x28, - 0x16, - 0xc8, - 0x97, - 0xfa, - 0x37, - 0x1d, - 0xf8, - 0x09, - 0x58, - 0x0b, - 0x4f, - 0xac, - 0x0d, - 0x4e, - 0xd0, - 0xe5, - 0x49, - 0x4b, - 0xe9, - 0x89, - 0x92, - 0x05, - 0x9a, - 0x35, - 0x0b, - 0x74, - 0xdb, - 0x07, - 0xf9, - 0x7e, - 0xfd, - 0xe0, - 0xca, - 0xf6, - 0xf6, - 0x83, - 0xfa, - 0x64, - 0xd2, - 0x05, - 0x40, - 0x97, - 0xfb, - 0x40, - 0xfc, - 0xf5, - 0xf3, - 0x79, - 0x02, - 0x91, - 0x9f, - 0xfa, - 0x2e, - 0xc6, - 0xf8, - 0xfe, - 0x0f, - 0xff, - 0x83, - 0xcc, - 0xfd, - 0x78, - 0xfb, - 0xff, - 0x73, - 0xb6, - 0xff, - 0x38, - 0xc7, - 0xfc, - 0xd7, - 0x4d, - 0xfe, - 0x5f, - 0x3f, - 0x02, - 0x68, - 0x7d, - 0xff, - 0x4f, - 0x5c, - 0xfd, - 0xbb, - 0xa6, - 0xff, - 0x75, - 0xf1, - 0xfe, - 0x1d, - 0xb8, - 0xff, - 0xf0, - 0xe4, - 0xff, - 0x79, - 0x0f, - 0xfe, - 0xc5, - 0x1e, - 0xff, - 0xa5, - 0x64, - 0xff, - 0x9b, - 0xf2, - 0xfd, - 0x5e, - 0x6e, - 0xfe, - 0x86, - 0x2f, - 0xff, - 0xce, - 0x14, - 0xff, - 0xc5, - 0x5c, - 0xff, - 0x1c, - 0x54, - 0xff, - 0x0e, - 0xc1, - 0xfe, - 0xe9, - 0x13, - 0xff, - 0xf8, - 0x30, - 0xff, - 0x1f, - 0xdc, - 0xfe, - 0x72, - 0xd5, - 0xff, - 0x71, - 0xd7, - 0xff, - 0x9c, - 0x2c, - 0xff, - 0x16, - 0x5b, - 0xff, - 0x45, - 0x6d, - 0xff, - 0xa4, - 0x68, - 0xff, - 0xa6, - 0x54, - 0xff, - 0x4f, - 0x64, - 0xff, - 0xb5, - 0xaf, - 0xff, - 0x52, - 0x2e, - 0x00, - 0x7f, - 0xaf, - 0xff, - 0xc6, - 0x52, - 0xff, - 0xe9, - 0xd4, - 0xff, - 0x6f, - 0xa7, - 0xff, - 0x5c, - 0xfa, - 0x26, - 0xac, - 0x15, - 0x42, - 0xf3, - 0x3b, - 0xf3, - 0xb5, - 0x02, - 0xd8, - 0xf8, - 0x62, - 0x19, - 0x21, - 0x4c, - 0x15, - 0x05, - 0xaf, - 0xfb, - 0xdb, - 0xc7, - 0xf9, - 0xe4, - 0x8d, - 0x09, - 0x8b, - 0xe5, - 0x10, - 0xe6, - 0x21, - 0xe7, - 0x83, - 0xa0, - 0xe5, - 0x76, - 0x17, - 0x04, - 0x25, - 0x84, - 0x0a, - 0x84, - 0xcc, - 0x09, - 0x67, - 0x83, - 0xff, - 0xdf, - 0xaf, - 0xf5, - 0x80, - 0xf5, - 0xf9, - 0xa2, - 0x7f, - 0x05, - 0x42, - 0xd4, - 0xfa, - 0x5c, - 0x7c, - 0xf6, - 0x11, - 0x4a, - 0x03, - 0x7a, - 0xfd, - 0xf9, - 0xfc, - 0x33, - 0xf8, - 0x34, - 0x9e, - 0xff, - 0x50, - 0xe1, - 0xfd, - 0x67, - 0x56, - 0xff, - 0x01, - 0xa7, - 0xff, - 0xff, - 0xf6, - 0xfc, - 0x2d, - 0x9f, - 0xfe, - 0x72, - 0x57, - 0x02, - 0xb7, - 0x96, - 0xfe, - 0x2b, - 0x58, - 0xfd, - 0xa4, - 0xff, - 0xff, - 0xaf, - 0xc3, - 0xfe, - 0xc4, - 0xce, - 0xff, - 0x15, - 0x7b, - 0xff, - 0x37, - 0x9f, - 0xfd, - 0x11, - 0x34, - 0xff, - 0xb7, - 0x77, - 0xff, - 0xa2, - 0x97, - 0xfd, - 0x32, - 0x6a, - 0xfe, - 0xa8, - 0x7a, - 0xff, - 0x0c, - 0xd7, - 0xfe, - 0x49, - 0x7c, - 0xff, - 0x97, - 0x97, - 0xff, - 0xe6, - 0xbc, - 0xfe, - 0xa9, - 0x12, - 0xff, - 0x68, - 0x28, - 0xff, - 0x57, - 0xda, - 0xfe, - 0xee, - 0xb0, - 0xff, - 0x57, - 0xbe, - 0xff, - 0x5c, - 0x25, - 0xff, - 0x87, - 0x4b, - 0xff, - 0x26, - 0x48, - 0xff, - 0x45, - 0x42, - 0xff, - 0x51, - 0x71, - 0xff, - 0xf2, - 0x87, - 0xff, - 0x5d, - 0xa9, - 0xff, - 0x75, - 0x25, - 0x00, - 0x7d, - 0xaa, - 0xff, - 0x0f, - 0x55, - 0xff, - 0xda, - 0xd0, - 0xff, - 0x41, - 0x8f, - 0xff, - 0x46, - 0x4d, - 0x2b, - 0x86, - 0x60, - 0x45, - 0xce, - 0x80, - 0xed, - 0x4e, - 0xc6, - 0xd6, - 0x46, - 0x92, - 0x1b, - 0x09, - 0x2e, - 0x11, - 0x70, - 0x77, - 0xfb, - 0x39, - 0x29, - 0xfb, - 0x2e, - 0x98, - 0x09, - 0x6a, - 0xaf, - 0x14, - 0x33, - 0x86, - 0xe7, - 0x42, - 0xcd, - 0xe1, - 0x14, - 0xff, - 0x02, - 0x7c, - 0xee, - 0x0a, - 0x80, - 0x30, - 0x0a, - 0x42, - 0xb4, - 0x00, - 0x98, - 0x24, - 0xf6, - 0x37, - 0xfa, - 0xf9, - 0x16, - 0x0f, - 0x04, - 0x86, - 0xe3, - 0xf9, - 0x0b, - 0x9b, - 0xf8, - 0xe0, - 0x56, - 0x03, - 0x96, - 0xd0, - 0xf8, - 0x89, - 0x73, - 0xf8, - 0xad, - 0xdd, - 0xff, - 0x3e, - 0xcd, - 0xfd, - 0x5c, - 0xa6, - 0xfe, - 0x66, - 0xc6, - 0xff, - 0xb8, - 0x5e, - 0xfd, - 0xaa, - 0xef, - 0xfe, - 0xaf, - 0x46, - 0x02, - 0xaf, - 0x94, - 0xfd, - 0x5c, - 0x99, - 0xfd, - 0x5c, - 0x5f, - 0x00, - 0x4a, - 0x50, - 0xfe, - 0x91, - 0x9e, - 0xff, - 0x64, - 0xe9, - 0xfe, - 0x36, - 0x90, - 0xfd, - 0x1d, - 0x89, - 0xff, - 0x63, - 0x1c, - 0xff, - 0x4b, - 0x9a, - 0xfd, - 0xac, - 0xab, - 0xfe, - 0xe2, - 0x65, - 0xff, - 0x8d, - 0xd3, - 0xfe, - 0xf1, - 0xb5, - 0xff, - 0x16, - 0xaf, - 0xff, - 0x24, - 0x84, - 0xfe, - 0x95, - 0x4f, - 0xff, - 0x9e, - 0x5b, - 0xff, - 0x89, - 0x9e, - 0xfe, - 0xc0, - 0x99, - 0xff, - 0xaf, - 0x93, - 0xff, - 0xe1, - 0x14, - 0xff, - 0x37, - 0x41, - 0xff, - 0x51, - 0x19, - 0xff, - 0xd7, - 0x40, - 0xff, - 0x86, - 0x8c, - 0xff, - 0x7a, - 0x9a, - 0xff, - 0x3f, - 0xb1, - 0xff, - 0x63, - 0x2d, - 0x00, - 0x0a, - 0xa8, - 0xff, - 0x55, - 0x41, - 0xff, - 0xd5, - 0xc4, - 0xff, - 0xda, - 0x9d, - 0xff, - 0x99, - 0xbd, - 0x2a, - 0xc2, - 0x3c, - 0x49, - 0x79, - 0x3e, - 0xf0, - 0xcf, - 0x26, - 0xd2, - 0x8d, - 0x9e, - 0x1b, - 0x20, - 0xaa, - 0x0f, - 0xce, - 0x87, - 0xf8, - 0x81, - 0x09, - 0xfd, - 0xb4, - 0xa8, - 0x07, - 0xc1, - 0x9b, - 0x1a, - 0x96, - 0xee, - 0xeb, - 0x66, - 0x72, - 0xda, - 0x11, - 0x33, - 0x01, - 0x4f, - 0x7a, - 0x0b, - 0x77, - 0xd4, - 0x09, - 0x60, - 0x3a, - 0x02, - 0xed, - 0x5a, - 0xf8, - 0xa2, - 0x08, - 0xf9, - 0xbd, - 0x78, - 0x01, - 0x6b, - 0xc2, - 0xfb, - 0xe6, - 0xcb, - 0xf8, - 0xd0, - 0xfd, - 0x02, - 0x3a, - 0x1c, - 0xf9, - 0x31, - 0xac, - 0xf7, - 0xe7, - 0xa6, - 0x00, - 0xcf, - 0x05, - 0xfd, - 0x97, - 0xc4, - 0xfd, - 0x14, - 0x58, - 0x00, - 0x0b, - 0xf2, - 0xfd, - 0xb5, - 0xdc, - 0xfe, - 0x66, - 0xec, - 0x01, - 0xea, - 0x84, - 0xfd, - 0xff, - 0x25, - 0xfd, - 0xa8, - 0xd5, - 0x00, - 0x24, - 0xf2, - 0xfd, - 0x82, - 0x83, - 0xfe, - 0xbe, - 0x10, - 0xff, - 0xd4, - 0x84, - 0xfd, - 0x83, - 0x78, - 0xff, - 0xac, - 0x4a, - 0xff, - 0xfb, - 0xbd, - 0xfd, - 0xab, - 0x97, - 0xfe, - 0x4b, - 0x60, - 0xff, - 0xbc, - 0x24, - 0xff, - 0xf5, - 0x92, - 0xff, - 0xf7, - 0x99, - 0xff, - 0x54, - 0x9f, - 0xfe, - 0x0e, - 0x6a, - 0xff, - 0xad, - 0x84, - 0xff, - 0x2b, - 0x36, - 0xfe, - 0x01, - 0x78, - 0xff, - 0xdd, - 0xbb, - 0xff, - 0x43, - 0xd9, - 0xfe, - 0xe8, - 0x23, - 0xff, - 0xec, - 0x08, - 0xff, - 0x19, - 0x58, - 0xff, - 0x36, - 0x8a, - 0xff, - 0x11, - 0x82, - 0xff, - 0x3f, - 0xc2, - 0xff, - 0x5f, - 0x32, - 0x00, - 0x97, - 0xd4, - 0xff, - 0xfc, - 0x2e, - 0xff, - 0x72, - 0xab, - 0xff, - 0x10, - 0xa3, - 0xff, - 0x41, - 0xc9, - 0x2e, - 0xb8, - 0xb6, - 0x4a, - 0x9c, - 0xbe, - 0xea, - 0x3b, - 0x15, - 0xd5, - 0x51, - 0x3c, - 0x1e, - 0xa3, - 0x7f, - 0x09, - 0x96, - 0x28, - 0xf7, - 0x47, - 0xde, - 0xfb, - 0xf3, - 0x30, - 0x09, - 0xb3, - 0x89, - 0x20, - 0x39, - 0x0f, - 0xeb, - 0x72, - 0x9f, - 0xd7, - 0x8a, - 0x8a, - 0x00, - 0x12, - 0x37, - 0x0b, - 0x77, - 0x12, - 0x09, - 0xdd, - 0xe6, - 0x02, - 0xd9, - 0x19, - 0xfb, - 0x58, - 0xe2, - 0xf7, - 0x12, - 0x10, - 0x00, - 0x3b, - 0x3c, - 0xfd, - 0x94, - 0xe3, - 0xf8, - 0xde, - 0xa0, - 0x02, - 0xa6, - 0xbb, - 0xf8, - 0xe2, - 0x32, - 0xf8, - 0x4a, - 0x59, - 0x01, - 0x9a, - 0x9b, - 0xfb, - 0x85, - 0x6b, - 0xfd, - 0x83, - 0xd1, - 0x00, - 0xc2, - 0x60, - 0xfe, - 0x38, - 0x47, - 0xff, - 0x3c, - 0x32, - 0x01, - 0x3b, - 0x80, - 0xfd, - 0x8f, - 0x3b, - 0xfd, - 0x54, - 0xa1, - 0x00, - 0x8e, - 0x45, - 0xfd, - 0x01, - 0xd7, - 0xfd, - 0x94, - 0x61, - 0xff, - 0x9b, - 0x20, - 0xfd, - 0x55, - 0xcb, - 0xff, - 0xbf, - 0xd8, - 0xff, - 0x08, - 0x76, - 0xfd, - 0x2b, - 0xc2, - 0xfe, - 0xee, - 0xa8, - 0xff, - 0x00, - 0x48, - 0xff, - 0xd5, - 0x18, - 0xff, - 0x0f, - 0xad, - 0xff, - 0xc6, - 0x28, - 0xff, - 0xa3, - 0x3d, - 0xff, - 0x9d, - 0x39, - 0xff, - 0x11, - 0x0e, - 0xfe, - 0x9f, - 0x99, - 0xff, - 0x6d, - 0xad, - 0xff, - 0x5b, - 0xad, - 0xfe, - 0x54, - 0x2f, - 0xff, - 0x48, - 0x1a, - 0xff, - 0xef, - 0x60, - 0xff, - 0xa8, - 0x75, - 0xff, - 0x17, - 0x76, - 0xff, - 0x14, - 0xd1, - 0xff, - 0xc4, - 0x4d, - 0x00, - 0x51, - 0xdb, - 0xff, - 0x9f, - 0x42, - 0xff, - 0x7d, - 0xb4, - 0xff, - 0x11, - 0x7a, - 0xff, - 0xb7, - 0xbd, - 0x30, - 0xe7, - 0xd5, - 0x4b, - 0x76, - 0x0b, - 0xe9, - 0xb0, - 0x52, - 0xd7, - 0x71, - 0x0a, - 0x1f, - 0x61, - 0x91, - 0x05, - 0x8d, - 0xca, - 0xf5, - 0xbf, - 0x2e, - 0xf9, - 0xf9, - 0xe5, - 0x09, - 0xf4, - 0x2f, - 0x26, - 0xc9, - 0x84, - 0xeb, - 0x0a, - 0x7c, - 0xd6, - 0xfb, - 0x2e, - 0xff, - 0x68, - 0x83, - 0x09, - 0xe1, - 0xaa, - 0x08, - 0x9b, - 0x97, - 0x03, - 0x7e, - 0x06, - 0xfe, - 0x2a, - 0xc6, - 0xf6, - 0xed, - 0xd5, - 0xfe, - 0x10, - 0x91, - 0xff, - 0xc7, - 0xf9, - 0xf7, - 0x87, - 0xf2, - 0x01, - 0xe3, - 0x5a, - 0xf9, - 0x33, - 0xcd, - 0xf8, - 0x72, - 0x80, - 0x01, - 0x4e, - 0x39, - 0xfa, - 0x0f, - 0x72, - 0xfd, - 0x5e, - 0xfc, - 0x00, - 0x4e, - 0xec, - 0xfe, - 0xd6, - 0x64, - 0xff, - 0x44, - 0x69, - 0x00, - 0x4d, - 0x51, - 0xfe, - 0x80, - 0xb2, - 0xfc, - 0xa1, - 0xa3, - 0xff, - 0x97, - 0x30, - 0xfd, - 0xb1, - 0x90, - 0xfd, - 0xcf, - 0x4f, - 0xff, - 0x04, - 0x16, - 0xfd, - 0x4b, - 0x75, - 0x00, - 0xf5, - 0xef, - 0xff, - 0x6c, - 0x76, - 0xfd, - 0x7c, - 0x66, - 0xff, - 0x7b, - 0x84, - 0xff, - 0xaf, - 0xfa, - 0xfe, - 0xb6, - 0x14, - 0xff, - 0xd6, - 0x0a, - 0x00, - 0xd6, - 0x32, - 0xff, - 0x50, - 0xc7, - 0xfe, - 0x2f, - 0x3a, - 0xff, - 0xf5, - 0x24, - 0xfe, - 0xb6, - 0x6d, - 0xff, - 0xb6, - 0x83, - 0xff, - 0x77, - 0xbd, - 0xfe, - 0x47, - 0x60, - 0xff, - 0x97, - 0x32, - 0xff, - 0x67, - 0x54, - 0xff, - 0x09, - 0x6a, - 0xff, - 0xfb, - 0x71, - 0xff, - 0xb5, - 0xd7, - 0xff, - 0xfc, - 0x61, - 0x00, - 0xad, - 0xe3, - 0xff, - 0xe9, - 0x58, - 0xff, - 0x9d, - 0xac, - 0xff, - 0x65, - 0x4d, - 0xff, - 0xbc, - 0xd5, - 0x31, - 0xac, - 0xb5, - 0x4d, - 0xdd, - 0x66, - 0xe9, - 0x19, - 0x79, - 0xd7, - 0x24, - 0x86, - 0x1e, - 0x06, - 0xec, - 0x03, - 0x57, - 0x78, - 0xf4, - 0x30, - 0x6b, - 0xf5, - 0xca, - 0x73, - 0x09, - 0x2d, - 0xd4, - 0x2a, - 0x70, - 0x60, - 0xed, - 0x37, - 0xba, - 0xd6, - 0x73, - 0xc2, - 0xfc, - 0xc6, - 0xfa, - 0x06, - 0x2e, - 0x49, - 0x09, - 0xc9, - 0x07, - 0x04, - 0x44, - 0x43, - 0x00, - 0xd8, - 0xbc, - 0xf6, - 0xc2, - 0x96, - 0xfd, - 0xaa, - 0x46, - 0x01, - 0x01, - 0x48, - 0xf7, - 0x5b, - 0x0b, - 0x01, - 0x03, - 0x42, - 0xfa, - 0x6e, - 0x53, - 0xf9, - 0x34, - 0x0c, - 0x01, - 0xc3, - 0x6b, - 0xf9, - 0x64, - 0x85, - 0xfd, - 0x55, - 0xe5, - 0x00, - 0x33, - 0x49, - 0xff, - 0x21, - 0x63, - 0xff, - 0xa5, - 0x49, - 0x00, - 0xc7, - 0x9f, - 0xfe, - 0x44, - 0x7e, - 0xfb, - 0x2b, - 0x1d, - 0xff, - 0x4e, - 0x6b, - 0xfd, - 0x04, - 0x07, - 0xfd, - 0x17, - 0x74, - 0xff, - 0x67, - 0xb5, - 0xfd, - 0x07, - 0x45, - 0x00, - 0xd5, - 0xdc, - 0xff, - 0x30, - 0x73, - 0xfe, - 0xf5, - 0x76, - 0xff, - 0x3b, - 0xb9, - 0xfe, - 0x54, - 0x38, - 0xff, - 0x89, - 0x90, - 0xff, - 0xbf, - 0xbc, - 0xff, - 0x2b, - 0xce, - 0xfe, - 0x02, - 0xf3, - 0xfe, - 0x97, - 0x5e, - 0xff, - 0x07, - 0xee, - 0xfd, - 0x73, - 0x23, - 0xff, - 0xdc, - 0x75, - 0xff, - 0x2c, - 0xeb, - 0xfe, - 0x63, - 0x73, - 0xff, - 0xc1, - 0x27, - 0xff, - 0xe4, - 0x56, - 0xff, - 0xe6, - 0x75, - 0xff, - 0x9b, - 0x60, - 0xff, - 0x8c, - 0xda, - 0xff, - 0x2b, - 0x7d, - 0x00, - 0x73, - 0xf7, - 0xff, - 0x2f, - 0x5a, - 0xff, - 0x24, - 0x8c, - 0xff, - 0x9d, - 0x3c, - 0xff, - 0x80, - 0x37, - 0x31, - 0xac, - 0x36, - 0x4f, - 0x36, - 0xa1, - 0xec, - 0x51, - 0xb1, - 0xd6, - 0xbf, - 0xef, - 0x1c, - 0xdb, - 0x23, - 0x04, - 0x7b, - 0x00, - 0xf3, - 0x50, - 0x2e, - 0xf2, - 0xbc, - 0x18, - 0x07, - 0x71, - 0x20, - 0x2d, - 0xac, - 0xfa, - 0xf1, - 0x03, - 0x20, - 0xd8, - 0xcb, - 0x7a, - 0xf9, - 0x87, - 0xf1, - 0x03, - 0xed, - 0x3f, - 0x0a, - 0x68, - 0x71, - 0x04, - 0x50, - 0x14, - 0x01, - 0xf2, - 0x08, - 0xf8, - 0x06, - 0xbf, - 0xfc, - 0x82, - 0xb5, - 0x01, - 0x91, - 0x6d, - 0xf7, - 0xe9, - 0x4f, - 0x00, - 0xdb, - 0x26, - 0xfb, - 0x65, - 0xa1, - 0xf9, - 0xe1, - 0x4b, - 0x00, - 0x5e, - 0x47, - 0xf9, - 0x64, - 0x5c, - 0xfd, - 0x45, - 0x89, - 0x00, - 0x68, - 0x85, - 0xff, - 0x1f, - 0xa9, - 0xff, - 0xdb, - 0xd2, - 0xff, - 0xc3, - 0xda, - 0xfd, - 0xcd, - 0x60, - 0xfb, - 0x15, - 0xb5, - 0xfe, - 0xf9, - 0x03, - 0xfd, - 0x2d, - 0x9a, - 0xfd, - 0x33, - 0xb6, - 0xff, - 0xde, - 0xac, - 0xfd, - 0x08, - 0x2c, - 0x00, - 0x69, - 0x6e, - 0x00, - 0x78, - 0xf0, - 0xfe, - 0x6a, - 0xd6, - 0xfe, - 0xda, - 0xeb, - 0xfe, - 0x92, - 0x9c, - 0xff, - 0xaf, - 0x26, - 0xff, - 0x11, - 0x5e, - 0xff, - 0x7d, - 0xfc, - 0xfe, - 0xfa, - 0x17, - 0xff, - 0xae, - 0x08, - 0xff, - 0xd4, - 0xd8, - 0xfd, - 0x01, - 0x05, - 0xff, - 0x54, - 0x89, - 0xff, - 0x39, - 0x16, - 0xff, - 0x8d, - 0x4d, - 0xff, - 0x08, - 0x35, - 0xff, - 0xe2, - 0x57, - 0xff, - 0xf3, - 0x7c, - 0xff, - 0xa7, - 0x72, - 0xff, - 0xa6, - 0xe9, - 0xff, - 0xde, - 0x83, - 0x00, - 0xde, - 0xd3, - 0xff, - 0x6d, - 0x55, - 0xff, - 0x62, - 0x77, - 0xff, - 0x0b, - 0x32, - 0xff, - 0x98, - 0x3f, - 0x30, - 0x7e, - 0xe5, - 0x4f, - 0x0c, - 0x95, - 0xf0, - 0x27, - 0xee, - 0xd6, - 0xcb, - 0xe4, - 0x1a, - 0x2f, - 0x7a, - 0x04, - 0x09, - 0xbc, - 0xf1, - 0xd8, - 0xc9, - 0xef, - 0xf5, - 0xca, - 0x03, - 0x0d, - 0x04, - 0x2d, - 0xe1, - 0x40, - 0xf8, - 0x21, - 0x86, - 0xda, - 0x35, - 0xe6, - 0xf5, - 0x4a, - 0x43, - 0x01, - 0x02, - 0xe2, - 0x0a, - 0x9a, - 0x2f, - 0x05, - 0x56, - 0xb5, - 0x00, - 0xe2, - 0xf5, - 0xf9, - 0x72, - 0x44, - 0xfd, - 0xca, - 0x7d, - 0x00, - 0x19, - 0x29, - 0xf8, - 0xb7, - 0xa0, - 0x00, - 0x1b, - 0x73, - 0xfb, - 0xaf, - 0xba, - 0xf9, - 0x2e, - 0x9c, - 0xff, - 0x44, - 0x39, - 0xf9, - 0x90, - 0x16, - 0xfd, - 0x24, - 0x9f, - 0x00, - 0x70, - 0x9a, - 0xff, - 0x59, - 0xf3, - 0xfe, - 0xd7, - 0x42, - 0xff, - 0x71, - 0x92, - 0xfd, - 0x4c, - 0x6e, - 0xfb, - 0x18, - 0x62, - 0xfe, - 0x9f, - 0x51, - 0xfd, - 0x26, - 0x4f, - 0xfe, - 0xc8, - 0x28, - 0xff, - 0xb8, - 0xee, - 0xfd, - 0xca, - 0xd8, - 0x00, - 0xca, - 0x2a, - 0x00, - 0xa5, - 0xca, - 0xfe, - 0xb3, - 0x48, - 0xff, - 0xdf, - 0x46, - 0xff, - 0xed, - 0xf4, - 0xfe, - 0x60, - 0xed, - 0xfe, - 0x02, - 0xae, - 0xff, - 0x7c, - 0xe2, - 0xfe, - 0x24, - 0xec, - 0xfe, - 0x79, - 0xd0, - 0xfe, - 0x9d, - 0xe8, - 0xfd, - 0xac, - 0x10, - 0xff, - 0x1b, - 0x93, - 0xff, - 0x86, - 0x1b, - 0xff, - 0x9d, - 0x30, - 0xff, - 0x04, - 0x40, - 0xff, - 0x96, - 0x57, - 0xff, - 0x65, - 0xa4, - 0xff, - 0x04, - 0x8e, - 0xff, - 0xa7, - 0xd4, - 0xff, - 0x12, - 0x6f, - 0x00, - 0x17, - 0xc5, - 0xff, - 0xb3, - 0x5a, - 0xff, - 0x50, - 0x6d, - 0xff, - 0x4a, - 0x39, - 0xff, - 0x5a, - 0xda, - 0x2e, - 0x26, - 0xfe, - 0x4f, - 0x39, - 0x4e, - 0xf5, - 0x62, - 0x03, - 0xd8, - 0xb8, - 0x68, - 0x18, - 0xe7, - 0x76, - 0x04, - 0x1d, - 0x2c, - 0xf1, - 0xef, - 0xa0, - 0xee, - 0x27, - 0xe8, - 0xfe, - 0x80, - 0x29, - 0x2b, - 0x23, - 0xd9, - 0xff, - 0x13, - 0x12, - 0xdd, - 0xce, - 0x0f, - 0xf3, - 0x44, - 0x43, - 0xff, - 0x57, - 0x65, - 0x0a, - 0x75, - 0x43, - 0x06, - 0x49, - 0xbc, - 0xff, - 0x5e, - 0x37, - 0xfc, - 0x94, - 0xdb, - 0xfe, - 0x44, - 0x2a, - 0xfe, - 0xb4, - 0x9d, - 0xf9, - 0x42, - 0x98, - 0x01, - 0xe8, - 0x20, - 0xfb, - 0x5f, - 0xdc, - 0xf9, - 0x58, - 0x99, - 0xfe, - 0x07, - 0x6a, - 0xf9, - 0xb9, - 0x52, - 0xfd, - 0x29, - 0x85, - 0x00, - 0xa1, - 0x89, - 0xfe, - 0x2d, - 0xf2, - 0xfd, - 0x0b, - 0xfd, - 0xff, - 0x2d, - 0xf1, - 0xfc, - 0xe8, - 0x91, - 0xfb, - 0x30, - 0x6c, - 0xff, - 0x9e, - 0xdf, - 0xfc, - 0x8a, - 0x76, - 0xfe, - 0x67, - 0x8f, - 0xff, - 0x53, - 0x2b, - 0xfe, - 0x99, - 0x9b, - 0x00, - 0x0b, - 0x19, - 0x00, - 0x9f, - 0x7a, - 0xff, - 0x58, - 0x28, - 0xff, - 0x14, - 0x03, - 0xff, - 0x09, - 0xe3, - 0xfe, - 0x8c, - 0x36, - 0xff, - 0x38, - 0xaa, - 0xff, - 0xc7, - 0x54, - 0xfe, - 0x58, - 0x27, - 0xff, - 0xce, - 0xe2, - 0xfe, - 0xbd, - 0xe3, - 0xfd, - 0xf1, - 0x1c, - 0xff, - 0xa0, - 0x65, - 0xff, - 0x4d, - 0x38, - 0xff, - 0x9a, - 0x31, - 0xff, - 0x8d, - 0x54, - 0xff, - 0x2a, - 0x77, - 0xff, - 0xc5, - 0x9c, - 0xff, - 0x2d, - 0x97, - 0xff, - 0x8b, - 0xb1, - 0xff, - 0x02, - 0x59, - 0x00, - 0x31, - 0xdb, - 0xff, - 0xca, - 0x55, - 0xff, - 0x78, - 0x79, - 0xff, - 0x33, - 0x3e, - 0xff, - 0x1d, - 0xd9, - 0x2c, - 0xba, - 0x9c, - 0x4f, - 0x74, - 0x09, - 0xfb, - 0xf6, - 0x66, - 0xd9, - 0xb4, - 0x87, - 0x14, - 0x49, - 0x1a, - 0x04, - 0xf3, - 0x91, - 0xf2, - 0x6e, - 0xa0, - 0xee, - 0xfd, - 0xc3, - 0xf7, - 0x38, - 0xbb, - 0x27, - 0x10, - 0xf5, - 0x07, - 0xac, - 0xcf, - 0xdf, - 0x71, - 0xa9, - 0xf1, - 0xe1, - 0xc3, - 0xfd, - 0x9c, - 0x05, - 0x08, - 0x45, - 0x45, - 0x07, - 0xe1, - 0x3a, - 0xff, - 0x93, - 0xf4, - 0xfd, - 0xde, - 0x27, - 0x01, - 0x6d, - 0x04, - 0xfc, - 0xaa, - 0xad, - 0xfa, - 0xed, - 0x05, - 0x03, - 0xb8, - 0x79, - 0xfa, - 0xa9, - 0x97, - 0xf9, - 0x2f, - 0xcc, - 0xfd, - 0x53, - 0xfa, - 0xf9, - 0x20, - 0x17, - 0xfd, - 0x4c, - 0xf6, - 0xfe, - 0x45, - 0xfd, - 0xfd, - 0x79, - 0x9c, - 0xfd, - 0x5c, - 0x59, - 0x00, - 0x8a, - 0x2f, - 0xfd, - 0x83, - 0xfb, - 0xfb, - 0xfe, - 0xcb, - 0xff, - 0xef, - 0x3b, - 0xfc, - 0x64, - 0x3a, - 0xff, - 0x26, - 0xeb, - 0xff, - 0x79, - 0x45, - 0xfd, - 0x71, - 0x10, - 0x01, - 0xdc, - 0xbf, - 0x00, - 0x26, - 0x0f, - 0xff, - 0x92, - 0x9a, - 0xfe, - 0xb1, - 0x64, - 0xff, - 0x97, - 0x33, - 0xff, - 0xed, - 0xf5, - 0xfe, - 0x40, - 0x79, - 0xff, - 0xc0, - 0x2c, - 0xfe, - 0xb9, - 0x6c, - 0xff, - 0xb7, - 0x05, - 0xff, - 0x6e, - 0xb7, - 0xfd, - 0x5d, - 0x10, - 0xff, - 0xf6, - 0x49, - 0xff, - 0xa8, - 0x34, - 0xff, - 0x0f, - 0x67, - 0xff, - 0x1d, - 0x89, - 0xff, - 0x3c, - 0x59, - 0xff, - 0x1f, - 0x7a, - 0xff, - 0xb9, - 0x98, - 0xff, - 0x94, - 0x94, - 0xff, - 0xa7, - 0x53, - 0x00, - 0x4b, - 0xe4, - 0xff, - 0xaa, - 0x40, - 0xff, - 0x78, - 0x88, - 0xff, - 0x2e, - 0x5a, - 0xff, - 0x29, - 0x25, - 0x2a, - 0x3f, - 0xc0, - 0x4d, - 0xc4, - 0x25, - 0x01, - 0x57, - 0x12, - 0xdd, - 0xc0, - 0xc5, - 0x10, - 0x6e, - 0xaf, - 0x02, - 0xd3, - 0x41, - 0xf4, - 0x83, - 0x32, - 0xee, - 0x25, - 0x2c, - 0xf0, - 0xc6, - 0x71, - 0x24, - 0x54, - 0xb2, - 0x0f, - 0x51, - 0x99, - 0xe2, - 0x95, - 0xec, - 0xf0, - 0xd2, - 0x0c, - 0xfd, - 0xa2, - 0xc4, - 0x03, - 0x3c, - 0x99, - 0x07, - 0x62, - 0x48, - 0x01, - 0xad, - 0xb4, - 0xfd, - 0x55, - 0x64, - 0x03, - 0x77, - 0x4d, - 0xfc, - 0x51, - 0x56, - 0xf9, - 0x3c, - 0x07, - 0x05, - 0x6d, - 0x84, - 0xfa, - 0x3f, - 0x2f, - 0xf8, - 0xf6, - 0x4e, - 0xfe, - 0xd5, - 0x31, - 0xf9, - 0x7a, - 0xaf, - 0xfb, - 0xc8, - 0x3d, - 0xfe, - 0xf5, - 0xb7, - 0xfd, - 0xe0, - 0x7c, - 0xfd, - 0x49, - 0x21, - 0x01, - 0x30, - 0x0b, - 0xfe, - 0x6c, - 0x2e, - 0xfb, - 0x48, - 0x47, - 0x00, - 0xd9, - 0xb5, - 0xfc, - 0xa4, - 0x77, - 0xfe, - 0xf8, - 0x1d, - 0x00, - 0xc6, - 0x82, - 0xfd, - 0x03, - 0x2d, - 0x01, - 0x6f, - 0x98, - 0x00, - 0x32, - 0xc2, - 0xfe, - 0x68, - 0x9e, - 0xfe, - 0xb4, - 0x8c, - 0xff, - 0x63, - 0x2e, - 0xff, - 0x2d, - 0xa9, - 0xfe, - 0x8c, - 0xa7, - 0xff, - 0x41, - 0x4f, - 0xfe, - 0x6f, - 0x65, - 0xff, - 0x81, - 0x1b, - 0xff, - 0xa8, - 0x95, - 0xfd, - 0xb7, - 0xf5, - 0xfe, - 0x2b, - 0x4c, - 0xff, - 0x60, - 0x43, - 0xff, - 0x83, - 0x77, - 0xff, - 0xeb, - 0x83, - 0xff, - 0xe3, - 0x30, - 0xff, - 0x56, - 0x79, - 0xff, - 0x75, - 0xa7, - 0xff, - 0xaa, - 0x77, - 0xff, - 0x4c, - 0x41, - 0x00, - 0xdd, - 0xd1, - 0xff, - 0x33, - 0x2f, - 0xff, - 0xa7, - 0x8c, - 0xff, - 0x3a, - 0x81, - 0xff, - 0xc1, - 0x2a, - 0x27, - 0xdd, - 0x7a, - 0x4a, - 0x88, - 0xc3, - 0x06, - 0x55, - 0x1c, - 0xe3, - 0xc3, - 0xd8, - 0x0d, - 0x71, - 0xa4, - 0x00, - 0x20, - 0x13, - 0xf6, - 0xbf, - 0xfe, - 0xec, - 0xef, - 0x2d, - 0xe9, - 0xc7, - 0x42, - 0x21, - 0x0d, - 0xa9, - 0x16, - 0x85, - 0xfc, - 0xe5, - 0x2f, - 0xd0, - 0xef, - 0x64, - 0xc4, - 0xfd, - 0x7e, - 0x4d, - 0xff, - 0xd9, - 0xa9, - 0x05, - 0x5e, - 0xca, - 0x05, - 0x5a, - 0xe5, - 0xfc, - 0xb8, - 0xce, - 0x03, - 0x7d, - 0xaf, - 0xff, - 0x6d, - 0x15, - 0xf7, - 0x05, - 0x48, - 0x05, - 0x73, - 0xb3, - 0xfc, - 0x8c, - 0x62, - 0xf6, - 0xe0, - 0xba, - 0xfd, - 0x4e, - 0xfa, - 0xf8, - 0x07, - 0x0d, - 0xfa, - 0x74, - 0x85, - 0xfd, - 0xe3, - 0x7a, - 0xfe, - 0xae, - 0xa7, - 0xfd, - 0xf3, - 0x39, - 0x01, - 0x06, - 0x22, - 0xff, - 0xd7, - 0xa0, - 0xfa, - 0xca, - 0x5c, - 0x00, - 0xf0, - 0x0b, - 0xfd, - 0xa7, - 0x84, - 0xfd, - 0x3c, - 0xd9, - 0x00, - 0x25, - 0xd4, - 0xfd, - 0xa6, - 0x6d, - 0x00, - 0xa8, - 0x93, - 0x00, - 0x5b, - 0x11, - 0xff, - 0x39, - 0xa0, - 0xfe, - 0xcf, - 0x5d, - 0xff, - 0xbe, - 0x38, - 0xff, - 0xa4, - 0x68, - 0xfe, - 0xef, - 0x0d, - 0x00, - 0x0b, - 0xb6, - 0xfe, - 0xb4, - 0xe5, - 0xfe, - 0xdf, - 0x2c, - 0xff, - 0x39, - 0xd4, - 0xfd, - 0x8b, - 0xfa, - 0xfe, - 0xa3, - 0x5d, - 0xff, - 0x1b, - 0x3b, - 0xff, - 0xb0, - 0x2f, - 0xff, - 0x0f, - 0x38, - 0xff, - 0xcf, - 0x67, - 0xff, - 0x9a, - 0xaf, - 0xff, - 0xc4, - 0xa4, - 0xff, - 0x7a, - 0x69, - 0xff, - 0x9e, - 0x02, - 0x00, - 0x62, - 0xbf, - 0xff, - 0xb3, - 0x3f, - 0xff, - 0xc3, - 0x97, - 0xff, - 0xf0, - 0xac, - 0xff, - 0xac, - 0x69, - 0x24, - 0x2f, - 0xc1, - 0x47, - 0x9a, - 0x93, - 0x0c, - 0xd9, - 0x05, - 0xe8, - 0x51, - 0xfa, - 0x08, - 0x2f, - 0x6d, - 0xfe, - 0xcd, - 0xf5, - 0xf9, - 0x78, - 0x52, - 0xee, - 0xb1, - 0xa6, - 0xe2, - 0xa2, - 0xe0, - 0x1a, - 0xc2, - 0x43, - 0x1c, - 0x11, - 0xef, - 0xea, - 0x48, - 0x49, - 0xee, - 0x7b, - 0x35, - 0x00, - 0x5d, - 0xbf, - 0xfc, - 0x4e, - 0x51, - 0x00, - 0xe3, - 0x39, - 0x0a, - 0x60, - 0x9c, - 0xfe, - 0x61, - 0xca, - 0x01, - 0xc9, - 0x8b, - 0x03, - 0x9d, - 0x02, - 0xf7, - 0xe1, - 0xc3, - 0x02, - 0x76, - 0xe8, - 0xfe, - 0xee, - 0x3c, - 0xf6, - 0x97, - 0x15, - 0xfc, - 0x4d, - 0x30, - 0xf9, - 0x88, - 0x73, - 0xf9, - 0xa5, - 0xbf, - 0xfc, - 0x86, - 0x36, - 0xff, - 0x50, - 0x29, - 0xfe, - 0xd3, - 0xaa, - 0x00, - 0x16, - 0x0f, - 0x00, - 0x49, - 0xa2, - 0xfa, - 0xa6, - 0x5d, - 0xff, - 0x77, - 0xfc, - 0xfd, - 0xf2, - 0x3d, - 0xfd, - 0x2c, - 0x9a, - 0x00, - 0x30, - 0x91, - 0xfe, - 0x1c, - 0xbd, - 0xff, - 0x6d, - 0x38, - 0x00, - 0xb7, - 0x83, - 0xff, - 0x6c, - 0xc6, - 0xfe, - 0x29, - 0x52, - 0xff, - 0xd8, - 0x83, - 0xff, - 0x9f, - 0x3c, - 0xfe, - 0x40, - 0xc6, - 0xff, - 0x37, - 0x39, - 0xff, - 0x27, - 0xca, - 0xfe, - 0x55, - 0x33, - 0xff, - 0xd3, - 0x57, - 0xfe, - 0xf2, - 0xfd, - 0xfe, - 0xef, - 0x4b, - 0xff, - 0x78, - 0xfb, - 0xfe, - 0x0e, - 0xdb, - 0xfe, - 0x27, - 0x40, - 0xff, - 0xa6, - 0x99, - 0xff, - 0xa2, - 0xb8, - 0xff, - 0xe7, - 0xaf, - 0xff, - 0xfd, - 0x64, - 0xff, - 0xe9, - 0xd2, - 0xff, - 0x10, - 0xb9, - 0xff, - 0x56, - 0x7c, - 0xff, - 0xcb, - 0xba, - 0xff, - 0xdb, - 0x6f, - 0xff, - 0x37, - 0x7e, - 0x21, - 0x67, - 0xce, - 0x45, - 0x13, - 0x86, - 0x10, - 0xf3, - 0xb3, - 0xe9, - 0x4e, - 0x08, - 0x0a, - 0xbd, - 0x12, - 0xff, - 0xb4, - 0xd1, - 0xf5, - 0xbf, - 0x0a, - 0xf1, - 0x18, - 0x2f, - 0xe2, - 0x0c, - 0x06, - 0x11, - 0xf1, - 0xaf, - 0x1f, - 0xe8, - 0x99, - 0xf2, - 0xb4, - 0x8a, - 0xeb, - 0x6b, - 0x78, - 0x01, - 0x1b, - 0x1e, - 0xfe, - 0x7d, - 0xc2, - 0xf9, - 0x7d, - 0xd3, - 0x0b, - 0xe7, - 0x90, - 0x03, - 0x41, - 0x8c, - 0xfe, - 0x93, - 0x02, - 0x05, - 0xd2, - 0x47, - 0xf9, - 0xa9, - 0x4b, - 0xff, - 0x91, - 0x25, - 0x00, - 0x0b, - 0x2d, - 0xf8, - 0x98, - 0x01, - 0xfa, - 0xe9, - 0xd1, - 0xf9, - 0xe2, - 0x73, - 0xfa, - 0xd8, - 0xbb, - 0xfa, - 0x7e, - 0xb3, - 0xff, - 0x62, - 0x1e, - 0xff, - 0xd7, - 0x46, - 0xff, - 0x37, - 0x76, - 0x00, - 0x12, - 0x0e, - 0xfb, - 0xc3, - 0xca, - 0xfe, - 0x4a, - 0x52, - 0xfe, - 0x5d, - 0x79, - 0xfd, - 0x2f, - 0x4c, - 0x00, - 0x5e, - 0x80, - 0xfe, - 0x47, - 0xbd, - 0xff, - 0x19, - 0xc0, - 0xff, - 0x40, - 0xea, - 0xff, - 0x0b, - 0x3a, - 0xff, - 0xf3, - 0x1f, - 0xff, - 0xd9, - 0xe0, - 0xff, - 0x36, - 0x0f, - 0xfe, - 0x87, - 0x82, - 0xff, - 0x47, - 0x71, - 0xff, - 0xd2, - 0xf6, - 0xfe, - 0x7d, - 0x9e, - 0xff, - 0x20, - 0x6b, - 0xfe, - 0xee, - 0xe2, - 0xfe, - 0x2f, - 0x2d, - 0xff, - 0x5a, - 0xc5, - 0xfe, - 0x1c, - 0xda, - 0xfe, - 0x29, - 0x5f, - 0xff, - 0xc2, - 0xc4, - 0xff, - 0x07, - 0x67, - 0xff, - 0x10, - 0x81, - 0xff, - 0xd3, - 0x9e, - 0xff, - 0xef, - 0xd6, - 0xff, - 0x18, - 0x03, - 0x00, - 0x2b, - 0x80, - 0xff, - 0xd8, - 0x6e, - 0xff, - 0x13, - 0x6f, - 0xff, - 0xfe, - 0x34, - 0x20, - 0x82, - 0xfc, - 0x44, - 0x08, - 0x31, - 0x11, - 0x2b, - 0x14, - 0xe9, - 0xb1, - 0x30, - 0x0d, - 0xc9, - 0xe3, - 0x00, - 0x1a, - 0x62, - 0xef, - 0x66, - 0x94, - 0xf2, - 0xb2, - 0x3d, - 0xe6, - 0x5d, - 0x8a, - 0x08, - 0x81, - 0xc7, - 0x1d, - 0xfe, - 0xde, - 0xfa, - 0xbf, - 0xc1, - 0xea, - 0x17, - 0x23, - 0x00, - 0x7d, - 0x50, - 0x02, - 0xfc, - 0x86, - 0xf5, - 0x5b, - 0xd1, - 0x09, - 0xd5, - 0xc1, - 0x07, - 0x3e, - 0x6f, - 0xfc, - 0x31, - 0xe4, - 0x04, - 0xc9, - 0x15, - 0xfb, - 0x1b, - 0x18, - 0xfe, - 0x8c, - 0xc4, - 0xff, - 0xae, - 0x66, - 0xf9, - 0xda, - 0x56, - 0xfb, - 0x70, - 0x49, - 0xf9, - 0x6f, - 0x0f, - 0xfc, - 0xa5, - 0xd1, - 0xf9, - 0xf2, - 0x4c, - 0xfd, - 0x3d, - 0xa0, - 0x00, - 0xa0, - 0x0b, - 0xfe, - 0x23, - 0xc4, - 0x00, - 0xd5, - 0xbe, - 0xfb, - 0xb7, - 0x64, - 0xfd, - 0x89, - 0x35, - 0xff, - 0xd3, - 0x5b, - 0xfd, - 0x6c, - 0x5c, - 0x00, - 0x95, - 0x60, - 0xfe, - 0xaa, - 0x52, - 0xff, - 0x4e, - 0x19, - 0x00, - 0x31, - 0xef, - 0xff, - 0x4a, - 0xcf, - 0xff, - 0x82, - 0xa7, - 0xfe, - 0x79, - 0xd5, - 0xff, - 0xd4, - 0x74, - 0xfe, - 0x37, - 0x7b, - 0xff, - 0x4e, - 0xf4, - 0xff, - 0xac, - 0x8c, - 0xfe, - 0x65, - 0x9f, - 0xff, - 0xa6, - 0xc6, - 0xfe, - 0x78, - 0xb4, - 0xfe, - 0x3d, - 0x21, - 0xff, - 0x0c, - 0x8b, - 0xfe, - 0x4c, - 0x1d, - 0xff, - 0x92, - 0x98, - 0xff, - 0x36, - 0x80, - 0xff, - 0xdc, - 0x47, - 0xff, - 0xc7, - 0x6f, - 0xff, - 0x27, - 0xbf, - 0xff, - 0x76, - 0xeb, - 0xff, - 0x9d, - 0x16, - 0x00, - 0xa3, - 0x8c, - 0xff, - 0x77, - 0x2a, - 0xff, - 0x4f, - 0x81, - 0xff, - 0x84, - 0x93, - 0x21, - 0x80, - 0x64, - 0x44, - 0x70, - 0xc2, - 0x0c, - 0x6d, - 0x11, - 0xea, - 0x2b, - 0xae, - 0x11, - 0x53, - 0xb2, - 0xff, - 0x32, - 0xfe, - 0xeb, - 0x5f, - 0x8e, - 0xf3, - 0x3a, - 0xc3, - 0xe9, - 0xaa, - 0xff, - 0x03, - 0x7d, - 0x89, - 0x19, - 0x16, - 0x37, - 0x01, - 0x20, - 0xe9, - 0xeb, - 0x6c, - 0xd3, - 0xfe, - 0xc9, - 0xe0, - 0x05, - 0xea, - 0x3b, - 0xf3, - 0x10, - 0x1e, - 0x08, - 0xed, - 0x39, - 0x09, - 0x11, - 0xf7, - 0xf9, - 0xdd, - 0xcc, - 0x05, - 0x87, - 0xf0, - 0xfc, - 0x52, - 0xc1, - 0xfb, - 0xf8, - 0x29, - 0x01, - 0xe2, - 0x15, - 0xfc, - 0x7b, - 0x79, - 0xfb, - 0xe3, - 0x49, - 0xfa, - 0x17, - 0xe2, - 0xfc, - 0x35, - 0xc8, - 0xf8, - 0x2a, - 0x84, - 0xfb, - 0x59, - 0x5d, - 0x00, - 0x8c, - 0xeb, - 0xfd, - 0xad, - 0x25, - 0x01, - 0x3c, - 0x67, - 0xfc, - 0xa7, - 0xa5, - 0xfb, - 0xa8, - 0x50, - 0xff, - 0x1c, - 0x8c, - 0xfe, - 0x76, - 0x57, - 0x00, - 0xae, - 0x80, - 0xfe, - 0xd4, - 0x94, - 0xfe, - 0x45, - 0x70, - 0x00, - 0xa5, - 0x8e, - 0x00, - 0xe0, - 0x8e, - 0xff, - 0x8a, - 0x9b, - 0xfe, - 0x2f, - 0xf8, - 0xff, - 0x06, - 0x08, - 0xff, - 0x18, - 0x6d, - 0xff, - 0xb8, - 0xf2, - 0xff, - 0x20, - 0xc1, - 0xfe, - 0x3c, - 0x85, - 0xff, - 0x92, - 0xdb, - 0xfe, - 0x53, - 0x7a, - 0xfe, - 0xf0, - 0x1c, - 0xff, - 0x80, - 0xd8, - 0xfe, - 0x40, - 0x37, - 0xff, - 0x2c, - 0x80, - 0xff, - 0xff, - 0x83, - 0xff, - 0xdc, - 0x72, - 0xff, - 0xff, - 0x71, - 0xff, - 0xe8, - 0xb9, - 0xff, - 0x7f, - 0xd5, - 0xff, - 0x85, - 0x06, - 0x00, - 0x6d, - 0xa2, - 0xff, - 0xb4, - 0x4b, - 0xff, - 0x46, - 0x86, - 0xff, - 0x2f, - 0x4b, - 0x24, - 0x9e, - 0xe8, - 0x42, - 0x6d, - 0x80, - 0x05, - 0x11, - 0x54, - 0xed, - 0xad, - 0x07, - 0x16, - 0x48, - 0x62, - 0xfb, - 0x26, - 0x66, - 0xeb, - 0x88, - 0x69, - 0xf5, - 0xe0, - 0x0c, - 0xeb, - 0x90, - 0x6d, - 0x00, - 0x0b, - 0xbe, - 0x16, - 0xf7, - 0x79, - 0x06, - 0xd7, - 0x18, - 0xec, - 0x0e, - 0x50, - 0xfd, - 0xd8, - 0x20, - 0x09, - 0xe5, - 0x46, - 0xf3, - 0xdd, - 0x77, - 0x04, - 0x54, - 0x1a, - 0x09, - 0xa1, - 0xbf, - 0xfa, - 0x59, - 0x7d, - 0x02, - 0xc6, - 0xdf, - 0xfe, - 0x4f, - 0xec, - 0xfd, - 0xee, - 0x85, - 0x00, - 0x08, - 0x4a, - 0xff, - 0x60, - 0x57, - 0xfb, - 0xc5, - 0xcd, - 0xf9, - 0xab, - 0x43, - 0xfe, - 0xfd, - 0xc0, - 0xf8, - 0x57, - 0x1b, - 0xfa, - 0x88, - 0x26, - 0xfe, - 0x8b, - 0x95, - 0xfe, - 0xfe, - 0xee, - 0x00, - 0xd3, - 0x40, - 0xfc, - 0x5b, - 0x24, - 0xfc, - 0x5d, - 0x4c, - 0xfe, - 0x83, - 0x75, - 0xff, - 0xc2, - 0x63, - 0x00, - 0x7a, - 0x58, - 0xfe, - 0x86, - 0x25, - 0xff, - 0xc3, - 0xe4, - 0xff, - 0x8e, - 0xb5, - 0x00, - 0x97, - 0xb3, - 0xff, - 0x8c, - 0xc3, - 0xfe, - 0xcb, - 0x2e, - 0x00, - 0xc5, - 0x10, - 0xff, - 0x4e, - 0x68, - 0xff, - 0x97, - 0xe5, - 0xff, - 0x16, - 0x2e, - 0xff, - 0xb8, - 0x63, - 0xff, - 0x3e, - 0xa4, - 0xfe, - 0xc7, - 0x97, - 0xfe, - 0xf9, - 0x09, - 0xff, - 0x5d, - 0x05, - 0xff, - 0x50, - 0x4e, - 0xff, - 0x23, - 0x5c, - 0xff, - 0xe7, - 0x93, - 0xff, - 0x3d, - 0x95, - 0xff, - 0x6b, - 0x71, - 0xff, - 0x5a, - 0xd1, - 0xff, - 0x3e, - 0xd4, - 0xff, - 0xc6, - 0xd8, - 0xff, - 0x62, - 0x90, - 0xff, - 0x8b, - 0x43, - 0xff, - 0x56, - 0x9d, - 0xff, - 0x0a, - 0xac, - 0x22, - 0x99, - 0x18, - 0x43, - 0x1e, - 0x0a, - 0x05, - 0x79, - 0xb0, - 0xe8, - 0x96, - 0xae, - 0x1a, - 0x35, - 0x8e, - 0xff, - 0xd1, - 0x7d, - 0xe4, - 0xb6, - 0x3b, - 0xf7, - 0x8f, - 0x32, - 0xf1, - 0x9f, - 0x11, - 0xfc, - 0x19, - 0xd9, - 0x0f, - 0x75, - 0xb0, - 0x0b, - 0x66, - 0x19, - 0xf2, - 0xb7, - 0x9e, - 0xf6, - 0x73, - 0x5e, - 0x0b, - 0x6d, - 0x69, - 0xf7, - 0x50, - 0x3d, - 0xfe, - 0x24, - 0xdf, - 0x09, - 0x66, - 0xef, - 0xfa, - 0x9d, - 0x54, - 0xff, - 0x9b, - 0x45, - 0x01, - 0xc3, - 0x36, - 0x01, - 0x87, - 0xae, - 0x00, - 0x49, - 0x22, - 0xff, - 0x96, - 0xa4, - 0xfd, - 0x90, - 0xe6, - 0xf8, - 0x30, - 0x2d, - 0xfe, - 0xf7, - 0x01, - 0xfb, - 0xdf, - 0x66, - 0xf8, - 0x84, - 0xcf, - 0xfc, - 0xb9, - 0x40, - 0xfd, - 0xca, - 0xd4, - 0xff, - 0x96, - 0x68, - 0xfd, - 0xfc, - 0x43, - 0xfd, - 0xa5, - 0x77, - 0xfe, - 0x5c, - 0xda, - 0xfd, - 0xbc, - 0x50, - 0x00, - 0x85, - 0xd3, - 0xff, - 0x27, - 0x4d, - 0xff, - 0x66, - 0x7b, - 0xff, - 0x98, - 0x55, - 0x00, - 0xe6, - 0x07, - 0x00, - 0xac, - 0x32, - 0xff, - 0x3e, - 0x3f, - 0x00, - 0x1c, - 0x04, - 0xff, - 0x7e, - 0x3b, - 0xff, - 0x15, - 0x21, - 0x00, - 0x47, - 0x3b, - 0xff, - 0x41, - 0x3f, - 0xff, - 0x72, - 0x0d, - 0xff, - 0x23, - 0xad, - 0xfe, - 0x7a, - 0xf1, - 0xfe, - 0xb6, - 0x28, - 0xff, - 0x32, - 0x11, - 0xff, - 0x3f, - 0x65, - 0xff, - 0x78, - 0xac, - 0xff, - 0xdc, - 0x8d, - 0xff, - 0x7c, - 0x94, - 0xff, - 0x1f, - 0xda, - 0xff, - 0x0c, - 0xeb, - 0xff, - 0x7c, - 0xa8, - 0xff, - 0x88, - 0x84, - 0xff, - 0x41, - 0x4d, - 0xff, - 0xa0, - 0x69, - 0xff, - 0x41, - 0xa4, - 0x21, - 0x33, - 0xad, - 0x42, - 0xb4, - 0xcb, - 0x02, - 0x76, - 0xc0, - 0xe4, - 0xa3, - 0x87, - 0x20, - 0xa3, - 0x29, - 0x03, - 0xd4, - 0x0f, - 0xdd, - 0x8a, - 0x41, - 0xf9, - 0x29, - 0x3a, - 0xf8, - 0x3b, - 0xf7, - 0xf8, - 0xdc, - 0x8f, - 0x08, - 0x3d, - 0x3c, - 0x0e, - 0xb4, - 0xdf, - 0xf8, - 0x9d, - 0x9c, - 0xf1, - 0x1e, - 0xfc, - 0x0a, - 0x24, - 0xd7, - 0xfb, - 0xa1, - 0x7a, - 0xf9, - 0x09, - 0xcd, - 0x09, - 0xef, - 0x4a, - 0xfc, - 0xad, - 0x79, - 0xfd, - 0xb5, - 0xa0, - 0x02, - 0x5a, - 0x20, - 0x02, - 0x7a, - 0xe1, - 0x01, - 0x2c, - 0x12, - 0x00, - 0x74, - 0xd3, - 0xfd, - 0x60, - 0x4c, - 0xf9, - 0x57, - 0x17, - 0xfe, - 0xe4, - 0xb2, - 0xfb, - 0xe5, - 0xae, - 0xf8, - 0x6d, - 0x7b, - 0xfc, - 0x0d, - 0x66, - 0xfb, - 0x80, - 0x5c, - 0xfd, - 0xe4, - 0x50, - 0xfe, - 0x4b, - 0x47, - 0xff, - 0x09, - 0xbd, - 0xfe, - 0x5c, - 0xeb, - 0xfc, - 0x15, - 0x50, - 0xff, - 0x35, - 0x89, - 0x00, - 0xa9, - 0x80, - 0x00, - 0xb0, - 0x3c, - 0xff, - 0xcc, - 0xd0, - 0xff, - 0xe9, - 0xf6, - 0xff, - 0x72, - 0x71, - 0xff, - 0x96, - 0xc8, - 0x00, - 0x03, - 0xe9, - 0xfe, - 0xfc, - 0xb5, - 0xfe, - 0xc5, - 0x3f, - 0x00, - 0x54, - 0x89, - 0xff, - 0xae, - 0x5a, - 0xff, - 0x68, - 0x2e, - 0xff, - 0xcb, - 0xc9, - 0xfe, - 0xd7, - 0x19, - 0xff, - 0x2e, - 0x30, - 0xff, - 0xdc, - 0xeb, - 0xfe, - 0x70, - 0x4a, - 0xff, - 0xf2, - 0xaf, - 0xff, - 0x44, - 0x98, - 0xff, - 0x41, - 0x86, - 0xff, - 0x51, - 0xf8, - 0xff, - 0x9b, - 0xe3, - 0xff, - 0x2f, - 0x7a, - 0xff, - 0x2c, - 0xa6, - 0xff, - 0xb0, - 0x4a, - 0xff, - 0x8f, - 0x63, - 0xff, - 0x5f, - 0x6c, - 0x22, - 0x3f, - 0x13, - 0x41, - 0xea, - 0x89, - 0xfc, - 0xce, - 0xd8, - 0xe4, - 0x6b, - 0x85, - 0x27, - 0x88, - 0xae, - 0x01, - 0xc3, - 0xdd, - 0xd8, - 0xa1, - 0xb0, - 0xfc, - 0x94, - 0x5f, - 0xfc, - 0x31, - 0x03, - 0xf8, - 0xf4, - 0xae, - 0x02, - 0x65, - 0xcd, - 0x0d, - 0x24, - 0x5f, - 0xfe, - 0x88, - 0x5a, - 0xf0, - 0xd9, - 0x6e, - 0x09, - 0xa9, - 0xdf, - 0xfc, - 0xbd, - 0x9b, - 0xf7, - 0x4f, - 0x42, - 0x0b, - 0xf7, - 0x7a, - 0xfd, - 0x23, - 0x93, - 0xfb, - 0x69, - 0xf5, - 0x03, - 0x11, - 0x05, - 0x02, - 0x26, - 0xb1, - 0x00, - 0x1b, - 0x17, - 0x03, - 0x28, - 0x69, - 0xfe, - 0xb6, - 0xec, - 0xf7, - 0xec, - 0xaa, - 0xff, - 0x30, - 0x67, - 0xfb, - 0xcc, - 0x41, - 0xf8, - 0xf1, - 0x60, - 0xfe, - 0xdc, - 0x2c, - 0xfa, - 0x56, - 0x87, - 0xfa, - 0x7e, - 0x54, - 0xfe, - 0xe3, - 0x5f, - 0x00, - 0x98, - 0x47, - 0xff, - 0x20, - 0x92, - 0xfd, - 0xc5, - 0xa6, - 0xfe, - 0xb0, - 0x55, - 0xff, - 0x0f, - 0xa7, - 0x01, - 0x7f, - 0x29, - 0x00, - 0xa5, - 0xfd, - 0xfe, - 0xf5, - 0xe1, - 0xff, - 0x30, - 0x9e, - 0xff, - 0x92, - 0x8f, - 0x00, - 0xc2, - 0x51, - 0xff, - 0xdd, - 0xba, - 0xfe, - 0x92, - 0xc2, - 0xff, - 0x90, - 0xd5, - 0xff, - 0x1e, - 0x93, - 0xff, - 0x35, - 0x3b, - 0xff, - 0xca, - 0x22, - 0xff, - 0xe8, - 0x15, - 0xff, - 0x60, - 0x18, - 0xff, - 0x9f, - 0x19, - 0xff, - 0xd4, - 0x56, - 0xff, - 0xe7, - 0x63, - 0xff, - 0x3d, - 0x8d, - 0xff, - 0x2b, - 0x9d, - 0xff, - 0xc3, - 0xb6, - 0xff, - 0x48, - 0xd4, - 0xff, - 0x67, - 0x7d, - 0xff, - 0x54, - 0xa7, - 0xff, - 0x41, - 0x7c, - 0xff, - 0xb8, - 0x71, - 0xff, - 0x75, - 0xa1, - 0x23, - 0xdd, - 0xf1, - 0x3d, - 0x47, - 0x22, - 0xf5, - 0xeb, - 0x09, - 0xe9, - 0x36, - 0x88, - 0x2d, - 0xa7, - 0x62, - 0xfc, - 0xca, - 0x82, - 0xd8, - 0x4b, - 0x09, - 0x01, - 0x84, - 0x4a, - 0xfe, - 0xb6, - 0x5c, - 0xf6, - 0x29, - 0xc5, - 0xfd, - 0xe0, - 0xf3, - 0x0f, - 0x95, - 0x2d, - 0x01, - 0x3b, - 0xab, - 0xed, - 0xed, - 0x9c, - 0x09, - 0x6e, - 0xbf, - 0xfe, - 0x92, - 0x40, - 0xf6, - 0x03, - 0x63, - 0x0a, - 0xa3, - 0xdf, - 0x00, - 0x5b, - 0xac, - 0xfb, - 0xd1, - 0x76, - 0x01, - 0x58, - 0xce, - 0x02, - 0x5f, - 0x5e, - 0x00, - 0x6c, - 0xf8, - 0x02, - 0xdf, - 0x7e, - 0x00, - 0x86, - 0x2e, - 0xf8, - 0xd8, - 0xc3, - 0xfe, - 0xc7, - 0xae, - 0xfc, - 0xf2, - 0x4e, - 0xf8, - 0xdd, - 0xf9, - 0xfd, - 0x31, - 0x20, - 0xfc, - 0x7e, - 0xeb, - 0xf8, - 0x78, - 0x45, - 0xfc, - 0xb3, - 0x02, - 0x01, - 0x6d, - 0xa1, - 0xff, - 0xbf, - 0xb7, - 0xfe, - 0x62, - 0xcc, - 0xfe, - 0x80, - 0x5d, - 0xfe, - 0x29, - 0x37, - 0x01, - 0x47, - 0xea, - 0x00, - 0xf9, - 0xc3, - 0xff, - 0x26, - 0x60, - 0xff, - 0x74, - 0x59, - 0xff, - 0x26, - 0x43, - 0x00, - 0xc6, - 0xaf, - 0xff, - 0x7d, - 0x24, - 0xff, - 0x70, - 0x54, - 0xff, - 0x26, - 0xf3, - 0xff, - 0xdf, - 0xa0, - 0xff, - 0x93, - 0x6a, - 0xff, - 0x70, - 0x89, - 0xff, - 0x01, - 0x24, - 0xff, - 0x31, - 0x13, - 0xff, - 0x4b, - 0x21, - 0xff, - 0x4a, - 0x5f, - 0xff, - 0x58, - 0x41, - 0xff, - 0x48, - 0x69, - 0xff, - 0xfb, - 0x65, - 0xff, - 0x48, - 0x93, - 0xff, - 0xf2, - 0xe6, - 0xff, - 0x10, - 0x6c, - 0xff, - 0x12, - 0xad, - 0xff, - 0x5a, - 0xb8, - 0xff, - 0xf5, - 0x72, - 0xff, - 0x59, - 0xc3, - 0x21, - 0x56, - 0x5e, - 0x39, - 0xc6, - 0xef, - 0xf3, - 0x29, - 0x38, - 0xed, - 0x33, - 0x32, - 0x2e, - 0xe1, - 0xf9, - 0xf9, - 0x34, - 0x4b, - 0xdb, - 0xff, - 0x15, - 0x04, - 0x39, - 0xef, - 0xfc, - 0xc2, - 0xf2, - 0xf4, - 0x30, - 0xba, - 0xfc, - 0xd1, - 0x09, - 0x10, - 0x8b, - 0x32, - 0x02, - 0xb2, - 0x24, - 0xec, - 0xc6, - 0xf3, - 0x09, - 0xb3, - 0xbb, - 0x01, - 0x5a, - 0x56, - 0xf4, - 0x81, - 0x92, - 0x08, - 0x3f, - 0x50, - 0x04, - 0xa7, - 0x47, - 0xfc, - 0xa8, - 0x53, - 0xff, - 0x02, - 0xbf, - 0x02, - 0xd5, - 0x00, - 0x00, - 0xa8, - 0x7b, - 0x02, - 0xb5, - 0x92, - 0x01, - 0x89, - 0xc9, - 0xf8, - 0xbd, - 0xc5, - 0xfe, - 0x5c, - 0xc8, - 0xfd, - 0x26, - 0x68, - 0xf8, - 0xa8, - 0x5d, - 0xfd, - 0xc0, - 0x63, - 0xfd, - 0xe7, - 0xa1, - 0xf9, - 0x65, - 0x00, - 0xfb, - 0xf0, - 0x92, - 0xff, - 0xdd, - 0x96, - 0xff, - 0xcc, - 0xa7, - 0xff, - 0x3d, - 0x3a, - 0xff, - 0x61, - 0x42, - 0xfe, - 0x13, - 0xa7, - 0x00, - 0xa2, - 0x83, - 0x00, - 0x87, - 0x5b, - 0x00, - 0xc1, - 0xfe, - 0xff, - 0x82, - 0xd3, - 0xfe, - 0xe5, - 0xb9, - 0xff, - 0x8c, - 0xe5, - 0xff, - 0x50, - 0x4a, - 0xff, - 0x2c, - 0x88, - 0xff, - 0xf7, - 0xc8, - 0xff, - 0xe4, - 0x71, - 0xff, - 0xb6, - 0xd9, - 0xff, - 0x55, - 0xc8, - 0xff, - 0x50, - 0x29, - 0xff, - 0x08, - 0x0a, - 0xff, - 0xfe, - 0x2b, - 0xff, - 0x31, - 0x3d, - 0xff, - 0x34, - 0xed, - 0xfe, - 0x13, - 0x47, - 0xff, - 0x55, - 0x49, - 0xff, - 0xe5, - 0xa2, - 0xff, - 0xbe, - 0xdb, - 0xff, - 0xa2, - 0x57, - 0xff, - 0x7d, - 0xc4, - 0xff, - 0xd8, - 0x99, - 0xff, - 0x94, - 0x82, - 0xff, - 0x86, - 0x63, - 0x1e, - 0x60, - 0x2d, - 0x34, - 0x9e, - 0x33, - 0xf6, - 0x79, - 0xe7, - 0xf0, - 0x6e, - 0x99, - 0x2b, - 0xaf, - 0xd4, - 0xfa, - 0xe1, - 0x18, - 0xdf, - 0xf4, - 0xb7, - 0x03, - 0x03, - 0xb0, - 0xfc, - 0x26, - 0xfb, - 0xf5, - 0x84, - 0x9b, - 0xfa, - 0x2b, - 0x11, - 0x0e, - 0x2f, - 0xed, - 0x04, - 0xf2, - 0x7b, - 0xec, - 0xec, - 0xc4, - 0x07, - 0xe4, - 0x76, - 0x04, - 0x28, - 0x6b, - 0xf5, - 0xc7, - 0xee, - 0x05, - 0x66, - 0xc9, - 0x04, - 0xaf, - 0xc1, - 0xfd, - 0xd9, - 0x81, - 0xff, - 0xc7, - 0xfb, - 0x01, - 0xd0, - 0xac, - 0xfe, - 0xef, - 0xcf, - 0x02, - 0x1b, - 0xd4, - 0x01, - 0x4f, - 0x57, - 0xf8, - 0x34, - 0x3a, - 0x00, - 0x1f, - 0xdd, - 0xfe, - 0xed, - 0x23, - 0xf8, - 0x75, - 0xcd, - 0xfd, - 0x64, - 0xdb, - 0xfd, - 0xd1, - 0x54, - 0xfa, - 0xa5, - 0x7b, - 0xfb, - 0x55, - 0x96, - 0xfe, - 0xa6, - 0x8d, - 0xfe, - 0x7d, - 0x85, - 0xff, - 0x6a, - 0xd7, - 0xff, - 0x91, - 0xc5, - 0xfe, - 0x75, - 0x71, - 0x00, - 0x72, - 0x17, - 0x00, - 0x9d, - 0x21, - 0x00, - 0x30, - 0x54, - 0x00, - 0x61, - 0x1e, - 0xff, - 0xbb, - 0x7a, - 0xff, - 0xf9, - 0xa7, - 0xff, - 0x8b, - 0x55, - 0xff, - 0xe7, - 0xb4, - 0xff, - 0x17, - 0xed, - 0xff, - 0xab, - 0x96, - 0xff, - 0x31, - 0xd6, - 0xff, - 0xa2, - 0xd5, - 0xff, - 0xc9, - 0x4b, - 0xff, - 0xd1, - 0xeb, - 0xfe, - 0x1d, - 0xf9, - 0xfe, - 0xa7, - 0x1e, - 0xff, - 0x50, - 0xf3, - 0xfe, - 0x44, - 0x38, - 0xff, - 0xef, - 0x2e, - 0xff, - 0xab, - 0x97, - 0xff, - 0x6e, - 0xe1, - 0xff, - 0x51, - 0x69, - 0xff, - 0x81, - 0xbf, - 0xff, - 0xc5, - 0xb5, - 0xff, - 0xe2, - 0x7f, - 0xff, - 0x6d, - 0x9e, - 0x1a, - 0x85, - 0x0f, - 0x2f, - 0x60, - 0x9e, - 0xf9, - 0x17, - 0x74, - 0xf3, - 0xa8, - 0x2b, - 0x28, - 0xb8, - 0x80, - 0xfd, - 0xd6, - 0x5a, - 0xe1, - 0x0d, - 0xcc, - 0x02, - 0x01, - 0xb5, - 0xfe, - 0x90, - 0x21, - 0xf6, - 0x2e, - 0x68, - 0xf8, - 0xcb, - 0x91, - 0x0c, - 0x2b, - 0x40, - 0x07, - 0x36, - 0x92, - 0xed, - 0x88, - 0x1b, - 0x05, - 0xd2, - 0xd5, - 0x06, - 0x0f, - 0xf4, - 0xf6, - 0x84, - 0x06, - 0x03, - 0xb9, - 0x27, - 0x05, - 0xa3, - 0x07, - 0xff, - 0x22, - 0x10, - 0xff, - 0xe3, - 0x2a, - 0x02, - 0x85, - 0x96, - 0xfe, - 0xb6, - 0x56, - 0x01, - 0x34, - 0x1e, - 0x02, - 0x2b, - 0x55, - 0xf9, - 0x08, - 0x3d, - 0xff, - 0x47, - 0x15, - 0x00, - 0x51, - 0xcc, - 0xf9, - 0x49, - 0x31, - 0xfd, - 0xc2, - 0x92, - 0xfe, - 0x65, - 0x04, - 0xfb, - 0x12, - 0x96, - 0xfb, - 0x5e, - 0x2a, - 0xff, - 0xe8, - 0x06, - 0xfe, - 0x85, - 0x96, - 0xfe, - 0xdc, - 0x92, - 0xff, - 0x1c, - 0x37, - 0xff, - 0x02, - 0xb6, - 0x00, - 0x64, - 0xe0, - 0xff, - 0x70, - 0xdc, - 0xff, - 0x34, - 0xfe, - 0xff, - 0x63, - 0x66, - 0xff, - 0x5f, - 0xa8, - 0xff, - 0x7d, - 0x93, - 0xff, - 0x8e, - 0x6f, - 0xff, - 0x53, - 0x90, - 0xff, - 0x14, - 0x34, - 0x00, - 0xc6, - 0xd0, - 0xff, - 0x56, - 0x94, - 0xff, - 0x0c, - 0x9c, - 0xff, - 0xcf, - 0x08, - 0xff, - 0xd0, - 0xdc, - 0xfe, - 0x9f, - 0x0a, - 0xff, - 0xac, - 0x23, - 0xff, - 0xd9, - 0xf2, - 0xfe, - 0x9d, - 0x39, - 0xff, - 0xa6, - 0x42, - 0xff, - 0x50, - 0x80, - 0xff, - 0x4d, - 0xc8, - 0xff, - 0xfe, - 0x91, - 0xff, - 0x87, - 0xda, - 0xff, - 0xd2, - 0xb1, - 0xff, - 0xb4, - 0x8c, - 0xff, - 0x38, - 0x08, - 0x17, - 0xcf, - 0x25, - 0x25, - 0xb0, - 0x97, - 0xf9, - 0xe8, - 0x00, - 0xff, - 0x8b, - 0x3a, - 0x26, - 0xee, - 0x01, - 0xf8, - 0xd8, - 0xe6, - 0xe5, - 0xb5, - 0x82, - 0x05, - 0xf8, - 0x33, - 0xff, - 0xb1, - 0x0e, - 0xf8, - 0x49, - 0x66, - 0xfd, - 0x09, - 0xf9, - 0x05, - 0x34, - 0x96, - 0xfd, - 0xe9, - 0x7e, - 0xf9, - 0x6c, - 0x32, - 0x0a, - 0x75, - 0xcd, - 0xff, - 0x9e, - 0x9e, - 0xf8, - 0xe2, - 0x36, - 0x02, - 0xbf, - 0xbb, - 0x01, - 0x20, - 0xb8, - 0xfe, - 0x46, - 0x3d, - 0xfd, - 0x44, - 0x92, - 0x00, - 0x11, - 0x32, - 0x00, - 0x54, - 0x41, - 0xff, - 0x25, - 0xd1, - 0xff, - 0xbd, - 0xc8, - 0xff, - 0xc3, - 0x1d, - 0x03, - 0x5d, - 0x20, - 0x01, - 0x20, - 0x22, - 0x00, - 0x9c, - 0xcb, - 0x00, - 0x83, - 0x01, - 0xfe, - 0x6d, - 0xa6, - 0xfd, - 0x18, - 0xb8, - 0xfe, - 0x36, - 0xfc, - 0xfd, - 0x82, - 0x3c, - 0xfc, - 0x17, - 0xbb, - 0xfd, - 0xe7, - 0x34, - 0xfe, - 0xcb, - 0x75, - 0xfd, - 0x82, - 0xec, - 0xff, - 0x16, - 0x70, - 0xff, - 0xf4, - 0xc2, - 0xfd, - 0x1e, - 0xf0, - 0xfe, - 0x3b, - 0xa4, - 0xff, - 0x9a, - 0x70, - 0xff, - 0x78, - 0x7f, - 0xff, - 0xda, - 0x7c, - 0xff, - 0xa4, - 0x24, - 0xff, - 0xd3, - 0x64, - 0xff, - 0x65, - 0xf8, - 0xff, - 0x11, - 0xd1, - 0xff, - 0xc9, - 0x7c, - 0xff, - 0x57, - 0x9a, - 0xff, - 0x73, - 0x82, - 0xff, - 0x01, - 0x51, - 0xff, - 0x07, - 0x4a, - 0xff, - 0x7e, - 0x0d, - 0xff, - 0x85, - 0x35, - 0xff, - 0x8a, - 0x4e, - 0xff, - 0xb4, - 0x39, - 0xff, - 0xfe, - 0x5b, - 0xff, - 0xa0, - 0x51, - 0xff, - 0xc6, - 0x71, - 0xff, - 0x99, - 0x79, - 0xff, - 0x8d, - 0x85, - 0xff, - 0xa8, - 0xf3, - 0x14, - 0xe1, - 0x3e, - 0x20, - 0xdb, - 0xda, - 0xfa, - 0xd3, - 0x74, - 0x02, - 0x83, - 0xb8, - 0x20, - 0xb2, - 0x65, - 0xf8, - 0x79, - 0x24, - 0xec, - 0xf7, - 0x03, - 0x04, - 0x87, - 0x3a, - 0xfe, - 0xb8, - 0x2d, - 0xf9, - 0x41, - 0xf8, - 0xfd, - 0xa5, - 0xd3, - 0x05, - 0x44, - 0x75, - 0xfd, - 0x14, - 0xef, - 0xfa, - 0x8c, - 0x6e, - 0x08, - 0x14, - 0x87, - 0xff, - 0xcb, - 0x38, - 0xfa, - 0x1c, - 0xe1, - 0x00, - 0xee, - 0x37, - 0x01, - 0xab, - 0x15, - 0xff, - 0x42, - 0x9a, - 0xfd, - 0x8c, - 0x24, - 0x00, - 0x2c, - 0xfc, - 0xff, - 0x28, - 0x54, - 0x00, - 0x7e, - 0x17, - 0x00, - 0x8b, - 0x63, - 0xff, - 0x1d, - 0x73, - 0x02, - 0x47, - 0x4b, - 0x01, - 0x7a, - 0x04, - 0x00, - 0x12, - 0xee, - 0xff, - 0x78, - 0x64, - 0xfe, - 0xb3, - 0x10, - 0xfe, - 0x9d, - 0x85, - 0xfe, - 0x45, - 0x45, - 0xfe, - 0x00, - 0x7f, - 0xfd, - 0x73, - 0x9f, - 0xfe, - 0xc0, - 0x92, - 0xfe, - 0xd2, - 0xe1, - 0xfd, - 0xc3, - 0x44, - 0xff, - 0x04, - 0x41, - 0xff, - 0xee, - 0x5c, - 0xfe, - 0xa4, - 0x91, - 0xfe, - 0x8f, - 0xf8, - 0xfe, - 0x23, - 0x34, - 0xff, - 0x2c, - 0x93, - 0xff, - 0x11, - 0x8f, - 0xff, - 0x55, - 0x36, - 0xff, - 0x6b, - 0x31, - 0xff, - 0xd5, - 0x7f, - 0xff, - 0xae, - 0xb8, - 0xff, - 0x9d, - 0x5d, - 0xff, - 0xda, - 0x33, - 0xff, - 0x78, - 0x39, - 0xff, - 0x14, - 0x39, - 0xff, - 0x2d, - 0x53, - 0xff, - 0xfc, - 0x20, - 0xff, - 0x07, - 0x29, - 0xff, - 0x76, - 0x54, - 0xff, - 0xd1, - 0x6b, - 0xff, - 0xe5, - 0x76, - 0xff, - 0x37, - 0x73, - 0xff, - 0xbc, - 0x74, - 0xff, - 0x6d, - 0x65, - 0xff, - 0x7d, - 0x88, - 0xff, - 0x82, - 0x89, - 0x12, - 0xa4, - 0x89, - 0x1c, - 0xad, - 0xfe, - 0xfc, - 0x54, - 0x8b, - 0x03, - 0x54, - 0x44, - 0x1c, - 0xb8, - 0xc0, - 0xfa, - 0xc6, - 0xea, - 0xef, - 0x91, - 0x7a, - 0x02, - 0x1e, - 0x88, - 0xfe, - 0x4a, - 0x3b, - 0xfa, - 0x73, - 0x3a, - 0xfe, - 0x63, - 0x72, - 0x05, - 0x18, - 0x30, - 0xfe, - 0x3b, - 0xab, - 0xfb, - 0x1e, - 0x8a, - 0x06, - 0xe3, - 0x4c, - 0x00, - 0xe2, - 0x5e, - 0xfb, - 0x75, - 0xbc, - 0xff, - 0x11, - 0x44, - 0x01, - 0x86, - 0x6e, - 0xff, - 0x03, - 0xe0, - 0xfd, - 0xad, - 0x32, - 0x00, - 0x17, - 0x2c, - 0x00, - 0x71, - 0xbb, - 0x00, - 0x60, - 0x03, - 0x00, - 0xf1, - 0x8b, - 0xff, - 0xe0, - 0x19, - 0x02, - 0x13, - 0x8e, - 0x00, - 0x0d, - 0x0b, - 0x00, - 0x16, - 0x75, - 0x00, - 0x91, - 0xb7, - 0xfe, - 0x80, - 0x17, - 0xfe, - 0x8f, - 0xa1, - 0xfe, - 0xa9, - 0xbd, - 0xfe, - 0x07, - 0x4c, - 0xfe, - 0x96, - 0x39, - 0xff, - 0xff, - 0x07, - 0xff, - 0xfc, - 0x35, - 0xfe, - 0x52, - 0x12, - 0xff, - 0x41, - 0x35, - 0xff, - 0x04, - 0xcd, - 0xfe, - 0x38, - 0x96, - 0xfe, - 0x77, - 0x83, - 0xfe, - 0xed, - 0xc0, - 0xfe, - 0xac, - 0x3a, - 0xff, - 0x25, - 0xb7, - 0xff, - 0x1b, - 0x81, - 0xff, - 0xad, - 0x10, - 0xff, - 0x84, - 0x21, - 0xff, - 0xbb, - 0x66, - 0xff, - 0x60, - 0x43, - 0xff, - 0x65, - 0xfb, - 0xfe, - 0x53, - 0x09, - 0xff, - 0x0b, - 0x2c, - 0xff, - 0xf7, - 0x45, - 0xff, - 0x47, - 0x5e, - 0xff, - 0xa2, - 0x61, - 0xff, - 0xf4, - 0x61, - 0xff, - 0xf6, - 0x8b, - 0xff, - 0x10, - 0x9f, - 0xff, - 0x2c, - 0x7b, - 0xff, - 0x7a, - 0x6b, - 0xff, - 0x1c, - 0x67, - 0xff, - 0x5f, - 0x7a, - 0xff, - 0x8e, - 0x38, - 0x10, - 0x12, - 0x89, - 0x19, - 0xbb, - 0xac, - 0xfe, - 0x98, - 0x86, - 0x03, - 0x3e, - 0xfc, - 0x18, - 0x0f, - 0xe9, - 0xfc, - 0x73, - 0x7e, - 0xf2, - 0xd7, - 0xe1, - 0x01, - 0x34, - 0xf7, - 0xfe, - 0x97, - 0x1e, - 0xfb, - 0x3a, - 0x84, - 0xfe, - 0x88, - 0xfc, - 0x04, - 0x39, - 0xcf, - 0xfe, - 0x74, - 0xd1, - 0xfb, - 0xf9, - 0x57, - 0x05, - 0xb1, - 0xdb, - 0x00, - 0x2e, - 0xc3, - 0xfb, - 0x5e, - 0x5f, - 0xff, - 0x76, - 0x52, - 0x01, - 0x74, - 0xb6, - 0xff, - 0x3a, - 0x39, - 0xfe, - 0x51, - 0x40, - 0x00, - 0x3c, - 0x9f, - 0x00, - 0x3d, - 0x8c, - 0x00, - 0x03, - 0xcf, - 0xff, - 0x68, - 0xed, - 0xff, - 0xc8, - 0x67, - 0x01, - 0x63, - 0x26, - 0x00, - 0xd9, - 0x66, - 0x00, - 0x86, - 0xcf, - 0x00, - 0x63, - 0x26, - 0xff, - 0x01, - 0x3f, - 0xfe, - 0x19, - 0xe9, - 0xfe, - 0xee, - 0x13, - 0xff, - 0x20, - 0x70, - 0xfe, - 0xa9, - 0x92, - 0xff, - 0x4d, - 0x7f, - 0xff, - 0xc4, - 0x6e, - 0xfe, - 0x0d, - 0x3a, - 0xff, - 0x57, - 0x56, - 0xff, - 0xee, - 0x7b, - 0xfe, - 0x45, - 0x62, - 0xfe, - 0x99, - 0x8f, - 0xfe, - 0xcd, - 0x88, - 0xfe, - 0x8e, - 0x05, - 0xff, - 0xec, - 0x79, - 0xff, - 0x96, - 0x45, - 0xff, - 0xba, - 0x08, - 0xff, - 0x82, - 0x1e, - 0xff, - 0xe2, - 0x2f, - 0xff, - 0x38, - 0x02, - 0xff, - 0xd2, - 0x0c, - 0xff, - 0xd4, - 0xf5, - 0xfe, - 0xb9, - 0x0c, - 0xff, - 0xcb, - 0x7a, - 0xff, - 0x48, - 0x71, - 0xff, - 0x6b, - 0x87, - 0xff, - 0x48, - 0xa1, - 0xff, - 0x60, - 0x76, - 0xff, - 0xb2, - 0x83, - 0xff, - 0xff, - 0x85, - 0xff, - 0x10, - 0x6e, - 0xff, - 0xea, - 0x78, - 0xff, - 0x27, - 0x8d, - 0xff, - 0xb0, - 0x51, - 0x0e, - 0xb8, - 0xdd, - 0x16, - 0xb0, - 0x9e, - 0xff, - 0xf1, - 0x8a, - 0x03, - 0x1b, - 0x3f, - 0x16, - 0xb3, - 0x54, - 0xfe, - 0x9c, - 0xfb, - 0xf4, - 0x19, - 0x7f, - 0x01, - 0x22, - 0x52, - 0xff, - 0xb5, - 0x36, - 0xfc, - 0x72, - 0x7e, - 0xfe, - 0xf6, - 0x7a, - 0x04, - 0xed, - 0x3d, - 0xff, - 0xb5, - 0xee, - 0xfb, - 0x9b, - 0x6f, - 0x04, - 0x8a, - 0xf4, - 0x00, - 0x73, - 0x45, - 0xfc, - 0x49, - 0x49, - 0xff, - 0x5b, - 0x63, - 0x01, - 0xeb, - 0xfa, - 0xff, - 0x70, - 0x7b, - 0xfe, - 0x19, - 0x9f, - 0x00, - 0xc0, - 0x8d, - 0x00, - 0x1c, - 0x1d, - 0x00, - 0x4d, - 0x09, - 0x00, - 0xcf, - 0xd6, - 0xff, - 0x73, - 0x01, - 0x01, - 0x82, - 0x81, - 0x00, - 0x21, - 0x7e, - 0x00, - 0xbf, - 0xdc, - 0x00, - 0xc3, - 0xa6, - 0xff, - 0x92, - 0x8d, - 0xfe, - 0x6a, - 0x09, - 0xff, - 0xb9, - 0x39, - 0xff, - 0x63, - 0x9a, - 0xfe, - 0x8e, - 0x98, - 0xff, - 0x23, - 0xc9, - 0xff, - 0x77, - 0xc6, - 0xfe, - 0x4c, - 0x00, - 0xff, - 0x5f, - 0xfb, - 0xfe, - 0xf5, - 0x42, - 0xfe, - 0xbf, - 0x78, - 0xfe, - 0x53, - 0xc8, - 0xfe, - 0xfa, - 0x6a, - 0xfe, - 0x10, - 0xa3, - 0xfe, - 0xba, - 0xf0, - 0xfe, - 0x17, - 0xfe, - 0xfe, - 0xc5, - 0x3f, - 0xff, - 0xb7, - 0x4e, - 0xff, - 0x6a, - 0x07, - 0xff, - 0x36, - 0xd5, - 0xfe, - 0x9c, - 0x0a, - 0xff, - 0xc6, - 0x0e, - 0xff, - 0xbc, - 0x20, - 0xff, - 0xbf, - 0x6b, - 0xff, - 0xa8, - 0x73, - 0xff, - 0xd7, - 0x8b, - 0xff, - 0x63, - 0x9c, - 0xff, - 0x1c, - 0x8f, - 0xff, - 0x52, - 0x86, - 0xff, - 0x3a, - 0x7d, - 0xff, - 0x69, - 0x90, - 0xff, - 0x5c, - 0x9a, - 0xff, - 0x3c, - 0x8e, - 0xff, - 0x95, - 0x4d, - 0x0d, - 0xf9, - 0x32, - 0x14, - 0x85, - 0xae, - 0xff, - 0x8c, - 0x7c, - 0x04, - 0x5c, - 0x4d, - 0x13, - 0x70, - 0xe2, - 0xfe, - 0x0c, - 0xf3, - 0xf7, - 0x94, - 0x20, - 0x01, - 0xdf, - 0xc5, - 0xff, - 0x76, - 0xe5, - 0xfc, - 0xf5, - 0xae, - 0xfe, - 0x6a, - 0x57, - 0x04, - 0x56, - 0xc4, - 0xfe, - 0x3e, - 0x84, - 0xfc, - 0xa2, - 0xf6, - 0x03, - 0x91, - 0xb5, - 0x00, - 0x28, - 0xd2, - 0xfc, - 0xf7, - 0x67, - 0xff, - 0x4a, - 0xaf, - 0x01, - 0x26, - 0x15, - 0x00, - 0xbe, - 0x0a, - 0xff, - 0x28, - 0x9c, - 0x00, - 0x15, - 0x12, - 0x00, - 0x7c, - 0x78, - 0x00, - 0xa6, - 0x14, - 0x00, - 0x57, - 0xda, - 0xff, - 0xe3, - 0x3a, - 0x01, - 0x60, - 0x9f, - 0x00, - 0xfa, - 0xab, - 0x00, - 0x1b, - 0xd5, - 0x00, - 0x3f, - 0xc0, - 0xff, - 0x5e, - 0xf9, - 0xfe, - 0x3b, - 0x55, - 0xff, - 0xb6, - 0x5e, - 0xff, - 0x47, - 0xd0, - 0xfe, - 0x0e, - 0x87, - 0xff, - 0x2c, - 0x4f, - 0xff, - 0x6a, - 0x93, - 0xfe, - 0xfe, - 0xfb, - 0xfe, - 0x81, - 0xd3, - 0xfe, - 0x57, - 0x76, - 0xfe, - 0xc9, - 0x8e, - 0xfe, - 0x5a, - 0x8f, - 0xfe, - 0x29, - 0x5f, - 0xfe, - 0x54, - 0x69, - 0xfe, - 0x5f, - 0xd9, - 0xfe, - 0x29, - 0x22, - 0xff, - 0xc4, - 0x41, - 0xff, - 0xb1, - 0x4e, - 0xff, - 0xa6, - 0x07, - 0xff, - 0x39, - 0xe2, - 0xfe, - 0x43, - 0xf0, - 0xfe, - 0x0e, - 0x16, - 0xff, - 0x61, - 0x51, - 0xff, - 0xae, - 0x41, - 0xff, - 0x4f, - 0x5b, - 0xff, - 0x55, - 0xa9, - 0xff, - 0xd3, - 0xb6, - 0xff, - 0x4d, - 0xad, - 0xff, - 0x4f, - 0x9f, - 0xff, - 0xce, - 0x93, - 0xff, - 0x10, - 0x8f, - 0xff, - 0x85, - 0x8c, - 0xff, - 0x89, - 0x8b, - 0xff, - 0x18, - 0xf4, - 0x0b, - 0x65, - 0x82, - 0x11, - 0x0c, - 0xf5, - 0xff, - 0x6d, - 0x23, - 0x05, - 0x92, - 0x45, - 0x11, - 0x03, - 0xf5, - 0xff, - 0x11, - 0xde, - 0xf9, - 0x3e, - 0xcf, - 0x00, - 0x2a, - 0x48, - 0x00, - 0xa3, - 0x84, - 0xfd, - 0x1d, - 0xe5, - 0xfe, - 0x70, - 0xad, - 0x03, - 0xbc, - 0x9c, - 0xfe, - 0xa7, - 0x40, - 0xfd, - 0x33, - 0x5b, - 0x03, - 0xaa, - 0x72, - 0x00, - 0x87, - 0x85, - 0xfd, - 0x39, - 0x02, - 0x00, - 0xe9, - 0x94, - 0x01, - 0xdb, - 0x00, - 0x00, - 0xa7, - 0x80, - 0xff, - 0x41, - 0x72, - 0x00, - 0x57, - 0x58, - 0x00, - 0x8d, - 0xd6, - 0x00, - 0x8a, - 0xf2, - 0xff, - 0x98, - 0x10, - 0x00, - 0xba, - 0x54, - 0x01, - 0x1c, - 0xbb, - 0x00, - 0x44, - 0xb2, - 0x00, - 0xec, - 0xd3, - 0x00, - 0x6d, - 0xe5, - 0xff, - 0x4e, - 0x52, - 0xff, - 0xf3, - 0xd0, - 0xff, - 0x58, - 0x3a, - 0xff, - 0x30, - 0x50, - 0xfe, - 0xde, - 0xf6, - 0xfe, - 0x12, - 0xf2, - 0xfe, - 0x6e, - 0x9b, - 0xfe, - 0x4a, - 0x08, - 0xff, - 0x4f, - 0xe9, - 0xfe, - 0x6e, - 0x58, - 0xfe, - 0xb4, - 0x70, - 0xfe, - 0x86, - 0xa9, - 0xfe, - 0xfc, - 0x77, - 0xfe, - 0xca, - 0x9f, - 0xfe, - 0x0c, - 0xf4, - 0xfe, - 0xb0, - 0x18, - 0xff, - 0x6f, - 0x27, - 0xff, - 0xfd, - 0x28, - 0xff, - 0xb1, - 0x14, - 0xff, - 0x76, - 0xee, - 0xfe, - 0xf9, - 0xef, - 0xfe, - 0x9b, - 0x14, - 0xff, - 0x7b, - 0x45, - 0xff, - 0x9f, - 0x62, - 0xff, - 0xd1, - 0x79, - 0xff, - 0x0d, - 0xa8, - 0xff, - 0x6b, - 0xc7, - 0xff, - 0xdd, - 0xbe, - 0xff, - 0xc6, - 0xa7, - 0xff, - 0x9a, - 0x91, - 0xff, - 0xd1, - 0x73, - 0xff, - 0xfb, - 0x74, - 0xff, - 0xa3, - 0x8f, - 0xff, - 0x76, - 0x95, - 0x09, - 0xd5, - 0xb4, - 0x0f, - 0xdb, - 0x98, - 0x01, - 0x84, - 0xd7, - 0x03, - 0x5b, - 0x8c, - 0x0f, - 0xfc, - 0x21, - 0x02, - 0x1a, - 0x06, - 0xfb, - 0x8a, - 0xb9, - 0x00, - 0x89, - 0xa7, - 0x00, - 0x31, - 0x1d, - 0xfe, - 0x73, - 0x96, - 0xfe, - 0x85, - 0x01, - 0x03, - 0x75, - 0x5a, - 0xff, - 0x5e, - 0x4b, - 0xfd, - 0xa9, - 0xac, - 0x02, - 0xe1, - 0xce, - 0x00, - 0xa1, - 0x41, - 0xfe, - 0x6d, - 0xed, - 0xff, - 0xf8, - 0x5b, - 0x01, - 0xc8, - 0xa5, - 0x00, - 0xb0, - 0xb3, - 0xff, - 0x54, - 0x9e, - 0x00, - 0x17, - 0xb8, - 0x00, - 0xcc, - 0xa2, - 0x00, - 0xc1, - 0x2c, - 0x00, - 0xb5, - 0x45, - 0x00, - 0x1a, - 0x39, - 0x01, - 0x89, - 0xd4, - 0x00, - 0x84, - 0xa2, - 0x00, - 0x05, - 0xdb, - 0x00, - 0x2a, - 0x42, - 0x00, - 0xc4, - 0x5f, - 0xff, - 0xa9, - 0x33, - 0xff, - 0xa3, - 0xa5, - 0xfe, - 0xcf, - 0x10, - 0xfe, - 0x2c, - 0xc6, - 0xfe, - 0x79, - 0xe4, - 0xfe, - 0x2c, - 0x72, - 0xfe, - 0x3f, - 0xce, - 0xfe, - 0x6d, - 0xfb, - 0xfe, - 0xbc, - 0x76, - 0xfe, - 0x72, - 0x95, - 0xfe, - 0x65, - 0xe8, - 0xfe, - 0xab, - 0xb1, - 0xfe, - 0x6f, - 0xd1, - 0xfe, - 0x62, - 0xe9, - 0xfe, - 0x36, - 0xe6, - 0xfe, - 0x4e, - 0xf9, - 0xfe, - 0xb1, - 0x12, - 0xff, - 0xdf, - 0x29, - 0xff, - 0xe1, - 0xfd, - 0xfe, - 0x1f, - 0x02, - 0xff, - 0x65, - 0x1d, - 0xff, - 0x49, - 0x47, - 0xff, - 0xb9, - 0x81, - 0xff, - 0x36, - 0x84, - 0xff, - 0x0b, - 0xa9, - 0xff, - 0x6d, - 0xc0, - 0xff, - 0x4e, - 0xac, - 0xff, - 0x19, - 0x99, - 0xff, - 0x5d, - 0x72, - 0xff, - 0xf6, - 0x7e, - 0xff, - 0xd4, - 0x90, - 0xff, - 0x55, - 0x89, - 0xff, - 0xee, - 0x57, - 0x07, - 0x96, - 0x04, - 0x0e, - 0xc1, - 0x52, - 0x03, - 0xfa, - 0x80, - 0x02, - 0xfa, - 0xe0, - 0x0d, - 0xab, - 0x6e, - 0x04, - 0xaf, - 0x01, - 0xfc, - 0xd4, - 0xb0, - 0x00, - 0xab, - 0xe9, - 0x00, - 0x80, - 0x9a, - 0xfe, - 0xb1, - 0x79, - 0xfe, - 0xd3, - 0x49, - 0x02, - 0xd9, - 0x64, - 0x00, - 0x86, - 0x78, - 0xfd, - 0x11, - 0xd0, - 0x01, - 0x53, - 0x31, - 0x01, - 0xcd, - 0xee, - 0xfe, - 0x01, - 0x26, - 0x00, - 0xb7, - 0x84, - 0x01, - 0xa2, - 0x57, - 0x01, - 0xa5, - 0x04, - 0x00, - 0x64, - 0xbd, - 0x00, - 0x29, - 0xdd, - 0x00, - 0x73, - 0x99, - 0x00, - 0xd3, - 0x8c, - 0x00, - 0x1c, - 0x61, - 0x00, - 0x92, - 0x29, - 0x01, - 0x04, - 0xea, - 0x00, - 0x56, - 0xbd, - 0x00, - 0xe1, - 0xaa, - 0x00, - 0xdc, - 0x93, - 0xff, - 0x78, - 0xe8, - 0xfe, - 0x3a, - 0xe7, - 0xfe, - 0x94, - 0xa8, - 0xfe, - 0x68, - 0x3e, - 0xfe, - 0x78, - 0x77, - 0xfe, - 0x16, - 0x87, - 0xfe, - 0xd3, - 0x62, - 0xfe, - 0xd8, - 0xfb, - 0xfe, - 0xe5, - 0x4d, - 0xff, - 0x4d, - 0xcc, - 0xfe, - 0x89, - 0xc2, - 0xfe, - 0xf3, - 0xfe, - 0xfe, - 0x90, - 0xd9, - 0xfe, - 0x09, - 0xea, - 0xfe, - 0xff, - 0xdc, - 0xfe, - 0x21, - 0xbf, - 0xfe, - 0x12, - 0xfd, - 0xfe, - 0x4a, - 0x2d, - 0xff, - 0x19, - 0x20, - 0xff, - 0x54, - 0x18, - 0xff, - 0x8f, - 0x23, - 0xff, - 0xd4, - 0x2b, - 0xff, - 0x6b, - 0x66, - 0xff, - 0x99, - 0x83, - 0xff, - 0xa9, - 0x80, - 0xff, - 0x9e, - 0x97, - 0xff, - 0x2a, - 0xa2, - 0xff, - 0x79, - 0xad, - 0xff, - 0x1f, - 0x92, - 0xff, - 0xb4, - 0x7d, - 0xff, - 0x58, - 0x87, - 0xff, - 0x3c, - 0x80, - 0xff, - 0xaa, - 0x7f, - 0xff, - 0x0a, - 0xa4, - 0x06, - 0xbe, - 0x61, - 0x0c, - 0x80, - 0x37, - 0x03, - 0x88, - 0x20, - 0x03, - 0x37, - 0x79, - 0x0c, - 0xb5, - 0x22, - 0x04, - 0x8d, - 0x53, - 0xfd, - 0x74, - 0x1c, - 0x01, - 0xd6, - 0xf8, - 0x00, - 0xba, - 0x71, - 0xfe, - 0x14, - 0xc7, - 0xfe, - 0xdf, - 0x8d, - 0x02, - 0xde, - 0x32, - 0x00, - 0xa9, - 0x67, - 0xfd, - 0x3a, - 0x8c, - 0x01, - 0xf1, - 0xd7, - 0x01, - 0xe9, - 0xc6, - 0xff, - 0x7d, - 0x8a, - 0x00, - 0x29, - 0x04, - 0x02, - 0xdd, - 0x47, - 0x01, - 0x49, - 0x33, - 0x00, - 0x6a, - 0x20, - 0x01, - 0x34, - 0xde, - 0x00, - 0xd2, - 0xb3, - 0x00, - 0x5e, - 0xb5, - 0x00, - 0x1e, - 0x77, - 0x00, - 0xc4, - 0xf1, - 0x00, - 0x25, - 0x50, - 0x00, - 0x33, - 0xfe, - 0xff, - 0xde, - 0x08, - 0x00, - 0x5f, - 0x3b, - 0xff, - 0x86, - 0xdc, - 0xfe, - 0x97, - 0xce, - 0xfe, - 0x10, - 0x5b, - 0xfe, - 0x8c, - 0x0e, - 0xfe, - 0xa1, - 0x5b, - 0xfe, - 0x30, - 0x97, - 0xfe, - 0xcc, - 0xc3, - 0xfe, - 0x95, - 0x4b, - 0xff, - 0xee, - 0x54, - 0xff, - 0xe2, - 0xd3, - 0xfe, - 0x5d, - 0xea, - 0xfe, - 0xca, - 0x16, - 0xff, - 0x74, - 0xe2, - 0xfe, - 0x0f, - 0xe5, - 0xfe, - 0x22, - 0xd3, - 0xfe, - 0xb4, - 0xd2, - 0xfe, - 0x59, - 0x11, - 0xff, - 0x8f, - 0x26, - 0xff, - 0x25, - 0x2a, - 0xff, - 0x8c, - 0x2a, - 0xff, - 0xd6, - 0x38, - 0xff, - 0xbf, - 0x51, - 0xff, - 0x34, - 0x5b, - 0xff, - 0xc6, - 0x6d, - 0xff, - 0x15, - 0x75, - 0xff, - 0x1b, - 0x89, - 0xff, - 0x88, - 0xa1, - 0xff, - 0xf7, - 0x91, - 0xff, - 0xb0, - 0x8d, - 0xff, - 0x43, - 0x76, - 0xff, - 0xc5, - 0x65, - 0xff, - 0x09, - 0x76, - 0xff, - 0x24, - 0x78, - 0xff, - 0x51, - 0xee, - 0x06, - 0x50, - 0xb7, - 0x0b, - 0x89, - 0xba, - 0x02, - 0x98, - 0x8c, - 0x03, - 0x76, - 0xc2, - 0x0a, - 0x50, - 0x2c, - 0x03, - 0x32, - 0x85, - 0xfe, - 0x99, - 0x87, - 0x01, - 0xfc, - 0x0e, - 0x01, - 0xe8, - 0x3d, - 0xfe, - 0x32, - 0xf6, - 0xfe, - 0x9a, - 0x80, - 0x02, - 0xad, - 0xeb, - 0xff, - 0x41, - 0x39, - 0xfe, - 0xcb, - 0x36, - 0x02, - 0x3f, - 0xa0, - 0x02, - 0x26, - 0x37, - 0x00, - 0xdf, - 0x9e, - 0x00, - 0xba, - 0x66, - 0x02, - 0xdf, - 0x86, - 0x01, - 0x27, - 0xc3, - 0x00, - 0xe5, - 0x0a, - 0x01, - 0x4c, - 0x9d, - 0x00, - 0x7b, - 0xe7, - 0x00, - 0xfe, - 0x51, - 0x00, - 0xc6, - 0xa2, - 0xff, - 0xa9, - 0xe7, - 0xff, - 0xe4, - 0xe7, - 0xff, - 0xc2, - 0xff, - 0xff, - 0x94, - 0xb6, - 0xff, - 0x1e, - 0xfd, - 0xfe, - 0x36, - 0x4c, - 0xfe, - 0xca, - 0x5c, - 0xfe, - 0x35, - 0x9b, - 0xfe, - 0x5b, - 0x50, - 0xfe, - 0x4c, - 0x9c, - 0xfe, - 0xec, - 0xe6, - 0xfe, - 0x70, - 0xee, - 0xfe, - 0xb2, - 0x59, - 0xff, - 0x2c, - 0x4c, - 0xff, - 0x29, - 0xf0, - 0xfe, - 0x1b, - 0x00, - 0xff, - 0xc2, - 0x11, - 0xff, - 0x33, - 0xfc, - 0xfe, - 0x30, - 0xdc, - 0xfe, - 0xc4, - 0xdb, - 0xfe, - 0xa4, - 0x04, - 0xff, - 0x1a, - 0x15, - 0xff, - 0xbd, - 0x39, - 0xff, - 0x80, - 0x4a, - 0xff, - 0xe3, - 0x2f, - 0xff, - 0xf6, - 0x3b, - 0xff, - 0x56, - 0x48, - 0xff, - 0x6c, - 0x65, - 0xff, - 0xeb, - 0x74, - 0xff, - 0xf8, - 0x61, - 0xff, - 0x11, - 0x7f, - 0xff, - 0xd9, - 0x8a, - 0xff, - 0x54, - 0x7e, - 0xff, - 0xe0, - 0x72, - 0xff, - 0x2c, - 0x64, - 0xff, - 0xb5, - 0x7a, - 0xff, - 0xc3, - 0x7c, - 0xff, - 0xca, - 0x81, - 0xff, - 0xcc, - 0x11, - 0x06, - 0x4c, - 0x28, - 0x0a, - 0x22, - 0xb2, - 0x02, - 0x11, - 0x3c, - 0x04, - 0xa2, - 0x52, - 0x0a, - 0x3e, - 0x07, - 0x03, - 0x7e, - 0x3e, - 0xff, - 0x28, - 0xe5, - 0x01, - 0x17, - 0x97, - 0x00, - 0xa1, - 0x1a, - 0xfe, - 0xc4, - 0x8e, - 0xff, - 0xa1, - 0xca, - 0x02, - 0xda, - 0x6b, - 0x00, - 0x59, - 0x18, - 0xff, - 0x53, - 0x82, - 0x02, - 0xc8, - 0x9f, - 0x02, - 0x1e, - 0xe4, - 0x00, - 0xb8, - 0xaa, - 0x01, - 0x24, - 0xa2, - 0x02, - 0x43, - 0x60, - 0x01, - 0x32, - 0x93, - 0x00, - 0x6e, - 0xbd, - 0x00, - 0xa9, - 0x5c, - 0x00, - 0xd5, - 0xe9, - 0xff, - 0x89, - 0x41, - 0xff, - 0x84, - 0x4f, - 0xff, - 0xb9, - 0xca, - 0xff, - 0xe8, - 0xfc, - 0xff, - 0x1e, - 0xbc, - 0xff, - 0x1e, - 0x11, - 0xff, - 0x95, - 0xb4, - 0xfe, - 0x11, - 0x6f, - 0xfe, - 0xd5, - 0xc4, - 0xfe, - 0xf7, - 0xc6, - 0xfe, - 0x2e, - 0x45, - 0xfe, - 0x7a, - 0xc1, - 0xfe, - 0xfd, - 0x19, - 0xff, - 0xd6, - 0x1a, - 0xff, - 0xea, - 0x45, - 0xff, - 0xd8, - 0x30, - 0xff, - 0x7e, - 0x11, - 0xff, - 0x4c, - 0x10, - 0xff, - 0x7f, - 0x2c, - 0xff, - 0xa4, - 0x0b, - 0xff, - 0xa3, - 0xd5, - 0xfe, - 0x9e, - 0xf4, - 0xfe, - 0x3c, - 0x0e, - 0xff, - 0x33, - 0x2f, - 0xff, - 0xea, - 0x53, - 0xff, - 0xad, - 0x35, - 0xff, - 0x13, - 0x33, - 0xff, - 0xa5, - 0x45, - 0xff, - 0xf8, - 0x47, - 0xff, - 0x54, - 0x62, - 0xff, - 0x0d, - 0x5a, - 0xff, - 0x3e, - 0x54, - 0xff, - 0xd1, - 0x66, - 0xff, - 0x2b, - 0x6c, - 0xff, - 0x45, - 0x7d, - 0xff, - 0xb6, - 0x73, - 0xff, - 0xcc, - 0x77, - 0xff, - 0x0c, - 0x84, - 0xff, - 0x84, - 0x73, - 0xff, - 0xcf, - 0x8a, - 0xff, - 0xb3, - 0xc7, - 0x05, - 0xe5, - 0xae, - 0x09, - 0x8f, - 0xf1, - 0x02, - 0x93, - 0x40, - 0x04, - 0x20, - 0x65, - 0x09, - 0xca, - 0xdb, - 0x02, - 0x85, - 0x5e, - 0xff, - 0xa7, - 0x78, - 0x01, - 0xa7, - 0x10, - 0x01, - 0xed, - 0x52, - 0xff, - 0x53, - 0x11, - 0x00, - 0x7f, - 0xd4, - 0x02, - 0x7d, - 0xe6, - 0x00, - 0x3f, - 0xe3, - 0xff, - 0xda, - 0x55, - 0x03, - 0xbe, - 0x89, - 0x03, - 0x3d, - 0x89, - 0x01, - 0x78, - 0x83, - 0x01, - 0x73, - 0x22, - 0x02, - 0x7b, - 0xf6, - 0x00, - 0x3c, - 0xc8, - 0xff, - 0xe2, - 0xab, - 0xff, - 0x5e, - 0x64, - 0xff, - 0x75, - 0x9a, - 0xff, - 0xe3, - 0x60, - 0xff, - 0xd3, - 0x22, - 0xff, - 0xa5, - 0xc9, - 0xff, - 0xda, - 0xac, - 0xff, - 0x97, - 0x30, - 0xff, - 0x73, - 0x28, - 0xff, - 0x9b, - 0xee, - 0xfe, - 0x35, - 0xb6, - 0xfe, - 0x3a, - 0xe3, - 0xfe, - 0x45, - 0xb9, - 0xfe, - 0xdb, - 0x71, - 0xfe, - 0xb0, - 0xee, - 0xfe, - 0x23, - 0x4a, - 0xff, - 0x4c, - 0x32, - 0xff, - 0xa8, - 0x4f, - 0xff, - 0x6d, - 0x41, - 0xff, - 0xde, - 0x12, - 0xff, - 0xe1, - 0x2f, - 0xff, - 0x61, - 0x43, - 0xff, - 0x8f, - 0x0e, - 0xff, - 0xdd, - 0xe6, - 0xfe, - 0xf1, - 0x0e, - 0xff, - 0x59, - 0x2d, - 0xff, - 0xf5, - 0x3c, - 0xff, - 0xe9, - 0x58, - 0xff, - 0x9b, - 0x47, - 0xff, - 0xfd, - 0x3d, - 0xff, - 0xfc, - 0x3a, - 0xff, - 0x89, - 0x37, - 0xff, - 0xa0, - 0x4e, - 0xff, - 0x04, - 0x57, - 0xff, - 0x24, - 0x5c, - 0xff, - 0x77, - 0x5e, - 0xff, - 0x10, - 0x6b, - 0xff, - 0xcb, - 0x7c, - 0xff, - 0x6f, - 0x83, - 0xff, - 0x46, - 0x91, - 0xff, - 0x0b, - 0x8c, - 0xff, - 0xf1, - 0x87, - 0xff, - 0x1f, - 0x88, - 0xff, - 0xb3, - 0x03, - 0x05, - 0xd5, - 0x97, - 0x08, - 0x56, - 0x76, - 0x03, - 0x77, - 0xa9, - 0x04, - 0xd3, - 0x09, - 0x08, - 0x38, - 0xb8, - 0x02, - 0x7a, - 0xc1, - 0x00, - 0xa2, - 0xef, - 0x01, - 0xc9, - 0x6a, - 0x01, - 0x5e, - 0x28, - 0x00, - 0xf6, - 0x21, - 0x00, - 0x2c, - 0xee, - 0x02, - 0x2d, - 0x39, - 0x02, - 0xc9, - 0x40, - 0x01, - 0xdd, - 0x8a, - 0x03, - 0xa3, - 0x2d, - 0x03, - 0xbf, - 0x54, - 0x01, - 0x53, - 0x05, - 0x01, - 0xd9, - 0xe1, - 0x00, - 0x26, - 0x79, - 0xff, - 0x11, - 0x03, - 0xff, - 0x57, - 0xb1, - 0xff, - 0x86, - 0x63, - 0xff, - 0x55, - 0x3e, - 0xff, - 0xdf, - 0xf1, - 0xfe, - 0x64, - 0xec, - 0xfe, - 0x92, - 0xc8, - 0xff, - 0xfd, - 0xba, - 0xff, - 0xf0, - 0x49, - 0xff, - 0x1e, - 0x21, - 0xff, - 0x64, - 0xd5, - 0xfe, - 0x4b, - 0xd2, - 0xfe, - 0x7a, - 0xef, - 0xfe, - 0xf6, - 0x9a, - 0xfe, - 0x85, - 0x8d, - 0xfe, - 0x36, - 0x24, - 0xff, - 0xd4, - 0x61, - 0xff, - 0x39, - 0x3a, - 0xff, - 0xe2, - 0x40, - 0xff, - 0xb8, - 0x42, - 0xff, - 0x9d, - 0x21, - 0xff, - 0xec, - 0x37, - 0xff, - 0xef, - 0x3b, - 0xff, - 0x46, - 0xfb, - 0xfe, - 0x59, - 0x07, - 0xff, - 0xc0, - 0x29, - 0xff, - 0xf8, - 0x27, - 0xff, - 0xd9, - 0x44, - 0xff, - 0xd7, - 0x49, - 0xff, - 0x5e, - 0x3b, - 0xff, - 0x60, - 0x35, - 0xff, - 0xcd, - 0x25, - 0xff, - 0x6d, - 0x2e, - 0xff, - 0xb8, - 0x46, - 0xff, - 0x3a, - 0x56, - 0xff, - 0x56, - 0x58, - 0xff, - 0x49, - 0x5d, - 0xff, - 0x2e, - 0x77, - 0xff, - 0xfa, - 0x83, - 0xff, - 0xa0, - 0x8b, - 0xff, - 0xc7, - 0x94, - 0xff, - 0x0a, - 0x8a, - 0xff, - 0x7c, - 0x88, - 0xff, - 0xf6, - 0x8f, - 0xff, - 0x4e, - 0xde, - 0x04, - 0x6f, - 0xcb, - 0x07, - 0xdc, - 0x1c, - 0x03, - 0x9c, - 0xae, - 0x04, - 0xe3, - 0xec, - 0x07, - 0xc0, - 0xee, - 0x03, - 0x5e, - 0xaa, - 0x01, - 0xc3, - 0xbb, - 0x01, - 0x48, - 0xe1, - 0x01, - 0xd9, - 0x51, - 0x01, - 0xe8, - 0x53, - 0x01, - 0xed, - 0x42, - 0x03, - 0x3f, - 0xc0, - 0x02, - 0xe0, - 0x0e, - 0x02, - 0x01, - 0xda, - 0x02, - 0x99, - 0xfb, - 0x01, - 0xf3, - 0x24, - 0x00, - 0x96, - 0x94, - 0xff, - 0xea, - 0x0c, - 0x00, - 0x07, - 0xa4, - 0xff, - 0x92, - 0x50, - 0xff, - 0xde, - 0x11, - 0xff, - 0xd4, - 0x9e, - 0xfe, - 0xbe, - 0x0f, - 0xff, - 0xd0, - 0x5a, - 0xff, - 0xa9, - 0xa4, - 0xff, - 0x81, - 0xc3, - 0xff, - 0xcd, - 0x3f, - 0xff, - 0xa3, - 0x17, - 0xff, - 0xea, - 0x3b, - 0xff, - 0xa3, - 0x29, - 0xff, - 0x9a, - 0xca, - 0xfe, - 0xc5, - 0xa6, - 0xfe, - 0x30, - 0xca, - 0xfe, - 0xd7, - 0xf9, - 0xfe, - 0x5f, - 0x56, - 0xff, - 0xdb, - 0x5d, - 0xff, - 0x2f, - 0x26, - 0xff, - 0x62, - 0x48, - 0xff, - 0xc0, - 0x56, - 0xff, - 0x84, - 0x2f, - 0xff, - 0x29, - 0x3d, - 0xff, - 0xfa, - 0x26, - 0xff, - 0xd7, - 0x13, - 0xff, - 0xbc, - 0x2a, - 0xff, - 0xc6, - 0x23, - 0xff, - 0xbd, - 0x3e, - 0xff, - 0x73, - 0x40, - 0xff, - 0x21, - 0x2c, - 0xff, - 0x64, - 0x2b, - 0xff, - 0x4d, - 0x25, - 0xff, - 0xdb, - 0x3c, - 0xff, - 0xb7, - 0x41, - 0xff, - 0x21, - 0x45, - 0xff, - 0xf8, - 0x51, - 0xff, - 0xcf, - 0x56, - 0xff, - 0xf9, - 0x72, - 0xff, - 0x61, - 0x81, - 0xff, - 0x39, - 0x8b, - 0xff, - 0x2d, - 0x96, - 0xff, - 0x8e, - 0x8b, - 0xff, - 0x19, - 0x8e, - 0xff, - 0xa7, - 0x89, - 0xff, - 0xc1, - 0x77, - 0xff, - 0x4f, - 0x99, - 0x04, - 0x2d, - 0x0b, - 0x08, - 0x9d, - 0xc8, - 0x04, - 0xae, - 0x06, - 0x05, - 0xad, - 0xee, - 0x06, - 0xfb, - 0x2d, - 0x04, - 0x7d, - 0x3d, - 0x02, - 0x9f, - 0xe6, - 0x02, - 0x67, - 0x2c, - 0x03, - 0x14, - 0x9e, - 0x01, - 0x7e, - 0xde, - 0x01, - 0x3f, - 0x62, - 0x03, - 0x94, - 0xa8, - 0x01, - 0x0c, - 0xa5, - 0x00, - 0x20, - 0xa4, - 0x01, - 0x11, - 0xd0, - 0x00, - 0x59, - 0x5e, - 0xff, - 0x02, - 0x5d, - 0xff, - 0xa1, - 0xa3, - 0xff, - 0x82, - 0x1e, - 0xff, - 0xe4, - 0xcd, - 0xfe, - 0xf7, - 0xf5, - 0xfe, - 0x8d, - 0x06, - 0xff, - 0xcf, - 0x45, - 0xff, - 0xab, - 0x82, - 0xff, - 0x49, - 0xa1, - 0xff, - 0xb6, - 0x7f, - 0xff, - 0xa5, - 0x11, - 0xff, - 0xec, - 0x0f, - 0xff, - 0x21, - 0x23, - 0xff, - 0x73, - 0xf2, - 0xfe, - 0x82, - 0xea, - 0xfe, - 0x2b, - 0xee, - 0xfe, - 0xdb, - 0xef, - 0xfe, - 0x90, - 0x15, - 0xff, - 0xd6, - 0x5d, - 0xff, - 0x20, - 0x57, - 0xff, - 0x49, - 0x23, - 0xff, - 0x7f, - 0x4b, - 0xff, - 0xd3, - 0x48, - 0xff, - 0xce, - 0x29, - 0xff, - 0xc0, - 0x41, - 0xff, - 0x24, - 0x2f, - 0xff, - 0xb2, - 0x1a, - 0xff, - 0x26, - 0x1b, - 0xff, - 0x8b, - 0x1f, - 0xff, - 0x07, - 0x2d, - 0xff, - 0xeb, - 0x27, - 0xff, - 0xfa, - 0x2e, - 0xff, - 0xc1, - 0x2e, - 0xff, - 0xef, - 0x2d, - 0xff, - 0x38, - 0x3c, - 0xff, - 0x5a, - 0x3b, - 0xff, - 0x7a, - 0x4e, - 0xff, - 0x3e, - 0x5d, - 0xff, - 0xc5, - 0x66, - 0xff, - 0xc6, - 0x7b, - 0xff, - 0x55, - 0x80, - 0xff, - 0xe5, - 0x89, - 0xff, - 0xa9, - 0x8c, - 0xff, - 0xff, - 0x7f, - 0xff, - 0xea, - 0x75, - 0xff, - 0xe3, - 0x78, - 0xff, - 0xc6, - 0x7f, - 0xff, - 0xd2, - 0xca, - 0x03, - 0x36, - 0xf1, - 0x07, - 0x74, - 0xd2, - 0x05, - 0x9e, - 0x10, - 0x05, - 0x55, - 0xc8, - 0x07, - 0x64, - 0xd6, - 0x06, - 0xc7, - 0xbd, - 0x03, - 0x1a, - 0x71, - 0x02, - 0x42, - 0xcd, - 0x02, - 0xe5, - 0xf0, - 0x01, - 0x8d, - 0xe7, - 0x00, - 0x48, - 0x68, - 0x01, - 0x10, - 0xa5, - 0x00, - 0x86, - 0x1a, - 0x00, - 0x6c, - 0x08, - 0x01, - 0x3e, - 0xa2, - 0x00, - 0x86, - 0x3f, - 0xff, - 0x51, - 0xe0, - 0xfe, - 0xb4, - 0x2e, - 0xff, - 0x42, - 0xed, - 0xfe, - 0x50, - 0xcf, - 0xfe, - 0x6f, - 0x27, - 0xff, - 0x1d, - 0x3a, - 0xff, - 0xd4, - 0x61, - 0xff, - 0x66, - 0x77, - 0xff, - 0xe1, - 0x46, - 0xff, - 0xbb, - 0x2c, - 0xff, - 0x9e, - 0x1d, - 0xff, - 0x9e, - 0x33, - 0xff, - 0x07, - 0x3c, - 0xff, - 0xb2, - 0x00, - 0xff, - 0x02, - 0xda, - 0xfe, - 0x7c, - 0xe1, - 0xfe, - 0x14, - 0x18, - 0xff, - 0x1b, - 0x44, - 0xff, - 0x2d, - 0x3c, - 0xff, - 0x10, - 0x3e, - 0xff, - 0x22, - 0x39, - 0xff, - 0xc3, - 0x3d, - 0xff, - 0x0b, - 0x4b, - 0xff, - 0xb9, - 0x37, - 0xff, - 0xcd, - 0x2e, - 0xff, - 0xe8, - 0x26, - 0xff, - 0x48, - 0x16, - 0xff, - 0x9b, - 0x0d, - 0xff, - 0x70, - 0x0f, - 0xff, - 0x37, - 0x28, - 0xff, - 0x06, - 0x28, - 0xff, - 0xcc, - 0x1d, - 0xff, - 0xc8, - 0x3d, - 0xff, - 0x94, - 0x3b, - 0xff, - 0x5c, - 0x38, - 0xff, - 0xa5, - 0x54, - 0xff, - 0x0a, - 0x46, - 0xff, - 0x65, - 0x59, - 0xff, - 0x3d, - 0x71, - 0xff, - 0x43, - 0x69, - 0xff, - 0xcd, - 0x7f, - 0xff, - 0xc6, - 0x7b, - 0xff, - 0xff, - 0x74, - 0xff, - 0xdb, - 0x7a, - 0xff, - 0x17, - 0x7c, - 0xff, - 0x8b, - 0x80, - 0xff, - 0x31, - 0x80, - 0xff, - 0x5e, - 0xe7, - 0x03, - 0x34, - 0x24, - 0x09, - 0xde, - 0xad, - 0x07, - 0x6a, - 0x4b, - 0x06, - 0x9c, - 0x1f, - 0x08, - 0xa6, - 0x19, - 0x06, - 0x9c, - 0xb6, - 0x03, - 0xb9, - 0x73, - 0x03, - 0x1f, - 0x56, - 0x02, - 0x4e, - 0x20, - 0x00, - 0x98, - 0x22, - 0xff, - 0x4b, - 0xd9, - 0x00, - 0xa1, - 0x39, - 0x01, - 0x09, - 0xaf, - 0xff, - 0xe1, - 0xf1, - 0xff, - 0x16, - 0x8c, - 0x00, - 0x7e, - 0x15, - 0xff, - 0x1b, - 0x42, - 0xfe, - 0xf2, - 0x82, - 0xff, - 0x5a, - 0x88, - 0xff, - 0xa8, - 0xba, - 0xfe, - 0x60, - 0x1a, - 0xff, - 0xab, - 0x55, - 0xff, - 0xd8, - 0x41, - 0xff, - 0xb2, - 0x67, - 0xff, - 0xf6, - 0x60, - 0xff, - 0x40, - 0x1d, - 0xff, - 0xc3, - 0x1c, - 0xff, - 0xd7, - 0x2e, - 0xff, - 0xd4, - 0x17, - 0xff, - 0xe4, - 0x31, - 0xff, - 0x50, - 0x1b, - 0xff, - 0x06, - 0xf2, - 0xfe, - 0x91, - 0x1f, - 0xff, - 0xf1, - 0x44, - 0xff, - 0x6b, - 0x4a, - 0xff, - 0x23, - 0x3e, - 0xff, - 0x74, - 0x3a, - 0xff, - 0xa7, - 0x5c, - 0xff, - 0xd9, - 0x4e, - 0xff, - 0xae, - 0x20, - 0xff, - 0x44, - 0x14, - 0xff, - 0x86, - 0x21, - 0xff, - 0xe9, - 0x31, - 0xff, - 0x72, - 0x02, - 0xff, - 0x79, - 0x03, - 0xff, - 0x69, - 0x3b, - 0xff, - 0x2b, - 0x29, - 0xff, - 0xa2, - 0x2f, - 0xff, - 0x9a, - 0x45, - 0xff, - 0xed, - 0x4b, - 0xff, - 0xea, - 0x51, - 0xff, - 0x77, - 0x47, - 0xff, - 0x70, - 0x50, - 0xff, - 0xd7, - 0x5f, - 0xff, - 0x9b, - 0x75, - 0xff, - 0xef, - 0x5e, - 0xff, - 0xf5, - 0x4f, - 0xff, - 0x98, - 0x83, - 0xff, - 0x90, - 0x8d, - 0xff, - 0x75, - 0x8d, - 0xff, - 0xe3, - 0x93, - 0xff, - 0x07, - 0x88, - 0xff, - 0x4e, - 0x90, - 0xff, - 0xe3, - 0xd0, - 0x04, - 0x1a, - 0x7d, - 0x0b, - 0xf4, - 0xe2, - 0x09, - 0x2b, - 0x21, - 0x06, - 0x05, - 0x12, - 0x06, - 0xf1, - 0xd3, - 0x04, - 0x40, - 0x40, - 0x03, - 0xff, - 0x9d, - 0x02, - 0xde, - 0xaf, - 0x01, - 0xf1, - 0x82, - 0x00, - 0xbb, - 0x1f, - 0x00, - 0xc9, - 0x52, - 0x00, - 0xbf, - 0x8a, - 0xff, - 0x24, - 0x80, - 0xff, - 0x5f, - 0x3f, - 0x00, - 0x81, - 0xc1, - 0xff, - 0xc6, - 0xfe, - 0xfe, - 0x5d, - 0x05, - 0xff, - 0x37, - 0x58, - 0xff, - 0xe0, - 0x26, - 0xff, - 0x36, - 0x21, - 0xff, - 0x5e, - 0x57, - 0xff, - 0xb8, - 0x1a, - 0xff, - 0xbf, - 0x3f, - 0xff, - 0xe9, - 0x50, - 0xff, - 0xc8, - 0x20, - 0xff, - 0x6d, - 0x3b, - 0xff, - 0xd0, - 0x24, - 0xff, - 0xaf, - 0x1e, - 0xff, - 0x38, - 0x22, - 0xff, - 0xe6, - 0x1d, - 0xff, - 0xe7, - 0x27, - 0xff, - 0xf4, - 0x1f, - 0xff, - 0xe4, - 0x47, - 0xff, - 0xef, - 0x3f, - 0xff, - 0x5c, - 0x33, - 0xff, - 0xd4, - 0x45, - 0xff, - 0xc3, - 0x33, - 0xff, - 0xbd, - 0x50, - 0xff, - 0xd0, - 0x37, - 0xff, - 0x35, - 0x12, - 0xff, - 0x07, - 0x21, - 0xff, - 0xde, - 0x06, - 0xff, - 0xed, - 0x0c, - 0xff, - 0xa4, - 0x0a, - 0xff, - 0x54, - 0x18, - 0xff, - 0x15, - 0x4b, - 0xff, - 0xaa, - 0x3c, - 0xff, - 0xf9, - 0x39, - 0xff, - 0xc3, - 0x45, - 0xff, - 0xbf, - 0x4c, - 0xff, - 0x35, - 0x4b, - 0xff, - 0x8c, - 0x32, - 0xff, - 0xf2, - 0x43, - 0xff, - 0xc2, - 0x4e, - 0xff, - 0xfc, - 0x5a, - 0xff, - 0x55, - 0x7b, - 0xff, - 0xad, - 0x75, - 0xff, - 0x2a, - 0x7b, - 0xff, - 0xa0, - 0x86, - 0xff, - 0x92, - 0x96, - 0xff, - 0x3e, - 0xac, - 0xff, - 0x45, - 0x83, - 0xff, - 0x9e, - 0x66, - 0xff, - 0x13, - 0x99, - 0x05, - 0xbf, - 0x06, - 0x0c, - 0x05, - 0x1a, - 0x09, - 0x32, - 0x32, - 0x05, - 0xcd, - 0xdd, - 0x04, - 0x89, - 0xd0, - 0x03, - 0xd7, - 0x93, - 0x03, - 0x49, - 0x77, - 0x03, - 0xd0, - 0xd1, - 0x01, - 0x5d, - 0xbd, - 0x00, - 0x28, - 0x92, - 0x01, - 0x8f, - 0xf8, - 0x00, - 0xd5, - 0x28, - 0xff, - 0xab, - 0x1c, - 0xff, - 0x3f, - 0x5d, - 0xff, - 0x25, - 0x0c, - 0x00, - 0xa4, - 0x35, - 0x00, - 0x46, - 0xdd, - 0xfe, - 0xae, - 0x95, - 0xfe, - 0xaa, - 0x87, - 0xff, - 0x5c, - 0xce, - 0xff, - 0x72, - 0x2f, - 0xff, - 0x73, - 0x37, - 0xff, - 0x19, - 0x57, - 0xff, - 0x41, - 0x01, - 0xff, - 0x01, - 0x3d, - 0xff, - 0x14, - 0x35, - 0xff, - 0xcd, - 0x16, - 0xff, - 0x7b, - 0x4b, - 0xff, - 0x72, - 0x38, - 0xff, - 0x41, - 0x3c, - 0xff, - 0x24, - 0x3a, - 0xff, - 0x71, - 0x3d, - 0xff, - 0x29, - 0x5c, - 0xff, - 0xcb, - 0x5c, - 0xff, - 0x8a, - 0x55, - 0xff, - 0x80, - 0x1a, - 0xff, - 0x57, - 0x35, - 0xff, - 0xac, - 0x66, - 0xff, - 0x39, - 0x23, - 0xff, - 0x37, - 0x13, - 0xff, - 0xa5, - 0x03, - 0xff, - 0xe9, - 0x08, - 0xff, - 0xc2, - 0x35, - 0xff, - 0x3b, - 0x2e, - 0xff, - 0x10, - 0x3f, - 0xff, - 0x08, - 0x43, - 0xff, - 0x47, - 0x47, - 0xff, - 0x88, - 0x4e, - 0xff, - 0x0d, - 0x2e, - 0xff, - 0x7a, - 0x30, - 0xff, - 0x25, - 0x37, - 0xff, - 0x2e, - 0x34, - 0xff, - 0xa3, - 0x57, - 0xff, - 0x0f, - 0x6c, - 0xff, - 0x15, - 0x72, - 0xff, - 0xc0, - 0x7f, - 0xff, - 0x44, - 0x6b, - 0xff, - 0xd0, - 0x7d, - 0xff, - 0xa0, - 0x9a, - 0xff, - 0x59, - 0x8b, - 0xff, - 0x5e, - 0x8f, - 0xff, - 0xb6, - 0x7e, - 0xff, - 0xf6, - 0x8b, - 0xff, - 0x43, - 0x39, - 0x05, - 0xa4, - 0xce, - 0x0a, - 0xc8, - 0xe2, - 0x07, - 0xfa, - 0x4c, - 0x04, - 0x46, - 0x47, - 0x04, - 0x12, - 0x9c, - 0x03, - 0x6d, - 0xd1, - 0x02, - 0x04, - 0x22, - 0x03, - 0x5e, - 0x63, - 0x03, - 0x37, - 0x07, - 0x02, - 0x30, - 0xb9, - 0x01, - 0x9d, - 0x63, - 0x02, - 0x62, - 0x92, - 0x00, - 0x3a, - 0x3c, - 0xff, - 0xa8, - 0xdc, - 0xff, - 0xf4, - 0xd5, - 0xff, - 0xdd, - 0x3a, - 0xff, - 0xe0, - 0x45, - 0xff, - 0xe8, - 0xc8, - 0xff, - 0x6c, - 0x7c, - 0xff, - 0x05, - 0x14, - 0xff, - 0x63, - 0x97, - 0xff, - 0x54, - 0xa3, - 0xff, - 0xf2, - 0x00, - 0xff, - 0xd2, - 0xd6, - 0xfe, - 0x60, - 0x2a, - 0xff, - 0xb8, - 0x42, - 0xff, - 0xb9, - 0x32, - 0xff, - 0xaf, - 0x58, - 0xff, - 0x00, - 0x61, - 0xff, - 0xf7, - 0x67, - 0xff, - 0x79, - 0x65, - 0xff, - 0xdb, - 0x44, - 0xff, - 0x7d, - 0x4f, - 0xff, - 0xf6, - 0x4d, - 0xff, - 0x31, - 0x36, - 0xff, - 0x77, - 0x39, - 0xff, - 0xd1, - 0x41, - 0xff, - 0x80, - 0x24, - 0xff, - 0x4d, - 0x39, - 0xff, - 0x08, - 0x35, - 0xff, - 0xa4, - 0xfc, - 0xfe, - 0x85, - 0x4e, - 0xff, - 0xa9, - 0x4e, - 0xff, - 0xc9, - 0x1c, - 0xff, - 0xad, - 0x46, - 0xff, - 0x19, - 0x22, - 0xff, - 0xa9, - 0x29, - 0xff, - 0x0d, - 0x41, - 0xff, - 0x3c, - 0x31, - 0xff, - 0x8a, - 0x36, - 0xff, - 0xb2, - 0x30, - 0xff, - 0x47, - 0x54, - 0xff, - 0xa0, - 0x73, - 0xff, - 0x5d, - 0x6b, - 0xff, - 0x29, - 0x60, - 0xff, - 0x2d, - 0x5e, - 0xff, - 0x5c, - 0x62, - 0xff, - 0xe3, - 0x81, - 0xff, - 0xdb, - 0x97, - 0xff, - 0x27, - 0x7d, - 0xff, - 0xc0, - 0x93, - 0xff, - 0x16, - 0xab, - 0xff, - 0x6d, - 0x94, - 0xff, - 0xf9, - 0xa3, - 0x04, - 0xe8, - 0x27, - 0x09, - 0xe0, - 0x4b, - 0x06, - 0xac, - 0x26, - 0x04, - 0x17, - 0x3f, - 0x04, - 0x56, - 0xc8, - 0x02, - 0xb5, - 0x87, - 0x02, - 0x47, - 0x7e, - 0x02, - 0x57, - 0x8a, - 0x01, - 0x7f, - 0xe7, - 0x01, - 0x24, - 0xb1, - 0x03, - 0x58, - 0x8c, - 0x03, - 0x00, - 0x1f, - 0x02, - 0x80, - 0xa6, - 0x01, - 0x86, - 0x7d, - 0x00, - 0x39, - 0x16, - 0x00, - 0x4f, - 0x39, - 0x00, - 0x14, - 0x0e, - 0xff, - 0x2a, - 0xd1, - 0xfe, - 0x36, - 0x9e, - 0xff, - 0x6e, - 0xdb, - 0xff, - 0xb1, - 0x44, - 0xff, - 0x6a, - 0xc5, - 0xfe, - 0xa9, - 0x2b, - 0xff, - 0x1e, - 0x70, - 0xff, - 0x17, - 0x20, - 0xff, - 0xcf, - 0x17, - 0xff, - 0xb6, - 0x69, - 0xff, - 0x3e, - 0x81, - 0xff, - 0xdd, - 0x87, - 0xff, - 0x70, - 0x73, - 0xff, - 0x8a, - 0x38, - 0xff, - 0xdc, - 0x2d, - 0xff, - 0xdb, - 0x28, - 0xff, - 0xed, - 0x46, - 0xff, - 0x9d, - 0x27, - 0xff, - 0x72, - 0x10, - 0xff, - 0x3c, - 0x6c, - 0xff, - 0x41, - 0x53, - 0xff, - 0xd5, - 0x32, - 0xff, - 0xb5, - 0x3d, - 0xff, - 0xf7, - 0x51, - 0xff, - 0x2d, - 0x61, - 0xff, - 0x9c, - 0xfe, - 0xfe, - 0x61, - 0x09, - 0xff, - 0x01, - 0x39, - 0xff, - 0x6d, - 0x0f, - 0xff, - 0x1a, - 0x1f, - 0xff, - 0x39, - 0x43, - 0xff, - 0xbc, - 0x43, - 0xff, - 0xef, - 0x2f, - 0xff, - 0x43, - 0x40, - 0xff, - 0x80, - 0x53, - 0xff, - 0xb2, - 0x53, - 0xff, - 0x5b, - 0x40, - 0xff, - 0xd9, - 0x54, - 0xff, - 0x9a, - 0x80, - 0xff, - 0x1a, - 0x5a, - 0xff, - 0x22, - 0x79, - 0xff, - 0xa6, - 0xa1, - 0xff, - 0xbe, - 0x98, - 0xff, - 0xad, - 0x97, - 0xff, - 0x7e, - 0x81, - 0xff, - 0xda, - 0xa7, - 0xff, - 0x67, - 0xdc, - 0x03, - 0x95, - 0x06, - 0x07, - 0x5f, - 0xfd, - 0x03, - 0xe0, - 0x54, - 0x03, - 0x78, - 0xe8, - 0x04, - 0xb5, - 0xfd, - 0x03, - 0x8f, - 0xdf, - 0x02, - 0x1a, - 0x96, - 0x00, - 0xb1, - 0xb1, - 0xff, - 0x9e, - 0xfb, - 0x01, - 0x0b, - 0x2f, - 0x03, - 0x6a, - 0xdc, - 0x02, - 0xe2, - 0x74, - 0x03, - 0xea, - 0xd1, - 0x03, - 0x9f, - 0xf8, - 0x02, - 0x1e, - 0xb7, - 0x02, - 0x18, - 0x6f, - 0x01, - 0x7a, - 0x95, - 0xff, - 0x97, - 0xc5, - 0xff, - 0xd5, - 0x88, - 0xff, - 0x64, - 0xb5, - 0xfe, - 0xe2, - 0x23, - 0xff, - 0x0a, - 0xb0, - 0xff, - 0x13, - 0x50, - 0xff, - 0xc5, - 0xee, - 0xfe, - 0xfe, - 0x55, - 0xff, - 0xbf, - 0xa1, - 0xff, - 0x8b, - 0x8e, - 0xff, - 0x23, - 0x59, - 0xff, - 0xe3, - 0x6a, - 0xff, - 0xa3, - 0xb6, - 0xff, - 0xd2, - 0x71, - 0xff, - 0xc8, - 0x30, - 0xff, - 0x87, - 0x3b, - 0xff, - 0x7d, - 0x38, - 0xff, - 0x7e, - 0x21, - 0xff, - 0x3a, - 0x3c, - 0xff, - 0x08, - 0x7a, - 0xff, - 0xfd, - 0x5a, - 0xff, - 0xdd, - 0x48, - 0xff, - 0x31, - 0x5d, - 0xff, - 0x4c, - 0x67, - 0xff, - 0xbe, - 0x3a, - 0xff, - 0xfc, - 0x22, - 0xff, - 0x68, - 0x4b, - 0xff, - 0x4c, - 0x0e, - 0xff, - 0x99, - 0x0b, - 0xff, - 0x9d, - 0x2d, - 0xff, - 0xa1, - 0x3a, - 0xff, - 0x16, - 0x6e, - 0xff, - 0x9e, - 0x58, - 0xff, - 0xf5, - 0x64, - 0xff, - 0x76, - 0x4a, - 0xff, - 0x4a, - 0x11, - 0xff, - 0x58, - 0x32, - 0xff, - 0x06, - 0x6e, - 0xff, - 0xd7, - 0xa2, - 0xff, - 0xfc, - 0x5d, - 0xff, - 0x10, - 0x3b, - 0xff, - 0x7e, - 0x94, - 0xff, - 0x41, - 0x8d, - 0xff, - 0x4f, - 0x6b, - 0xff, - 0x5f, - 0xa0, - 0xff, - 0xda, - 0xac, - 0xff, - 0xf1, - 0xd4, - 0x03, - 0xde, - 0x05, - 0x08, - 0xad, - 0x48, - 0x04, - 0xc2, - 0x6c, - 0x01, - 0x4b, - 0xb9, - 0x03, - 0xb8, - 0xb9, - 0x03, - 0x58, - 0xa0, - 0x02, - 0x0c, - 0xd0, - 0x00, - 0x72, - 0x82, - 0xff, - 0xb0, - 0x4f, - 0x01, - 0x2f, - 0x77, - 0x02, - 0x06, - 0xc2, - 0x01, - 0x2b, - 0xb8, - 0x01, - 0xd5, - 0xee, - 0x02, - 0x69, - 0xce, - 0x03, - 0x73, - 0x25, - 0x04, - 0x17, - 0x4b, - 0x03, - 0x20, - 0x6a, - 0x01, - 0x9d, - 0xee, - 0x00, - 0x3b, - 0x6d, - 0x00, - 0x8d, - 0x7b, - 0xff, - 0x98, - 0x34, - 0xff, - 0x2f, - 0xc4, - 0xfe, - 0x6f, - 0x0d, - 0xff, - 0x3e, - 0xbf, - 0xff, - 0x47, - 0x7b, - 0xff, - 0xfd, - 0x0a, - 0xff, - 0x7b, - 0x65, - 0xff, - 0x9c, - 0xeb, - 0xff, - 0xc0, - 0xac, - 0xff, - 0x92, - 0x53, - 0xff, - 0xfb, - 0x39, - 0xff, - 0x79, - 0x26, - 0xff, - 0xee, - 0x61, - 0xff, - 0xa8, - 0x5f, - 0xff, - 0x21, - 0x18, - 0xff, - 0xac, - 0x36, - 0xff, - 0x24, - 0x70, - 0xff, - 0x1b, - 0x6c, - 0xff, - 0x91, - 0x3c, - 0xff, - 0xab, - 0x41, - 0xff, - 0xe0, - 0x7b, - 0xff, - 0x0e, - 0x5d, - 0xff, - 0x49, - 0x34, - 0xff, - 0xc4, - 0x52, - 0xff, - 0x61, - 0x4e, - 0xff, - 0x74, - 0x2c, - 0xff, - 0x7f, - 0x24, - 0xff, - 0x18, - 0x49, - 0xff, - 0x27, - 0x5a, - 0xff, - 0x18, - 0x28, - 0xff, - 0xf6, - 0x33, - 0xff, - 0xe9, - 0x4c, - 0xff, - 0x88, - 0x11, - 0xff, - 0xff, - 0x17, - 0xff, - 0x5e, - 0x78, - 0xff, - 0x52, - 0x92, - 0xff, - 0x1e, - 0x58, - 0xff, - 0x9a, - 0x5d, - 0xff, - 0xc8, - 0x97, - 0xff, - 0xcf, - 0x93, - 0xff, - 0xe9, - 0x75, - 0xff, - 0x38, - 0x82, - 0xff, - 0x38, - 0x9f, - 0xff, - 0x67, - 0x9e, - 0x04, - 0x6a, - 0xb7, - 0x08, - 0xa8, - 0x5b, - 0x04, - 0x2d, - 0xff, - 0x01, - 0x31, - 0xf0, - 0x03, - 0xce, - 0x8a, - 0x03, - 0x0c, - 0x51, - 0x02, - 0xee, - 0xd0, - 0xff, - 0x50, - 0x1e, - 0xff, - 0xcd, - 0x35, - 0x02, - 0x79, - 0xcf, - 0x02, - 0xcb, - 0x4f, - 0x00, - 0x21, - 0x35, - 0x00, - 0x3e, - 0x9a, - 0x01, - 0xee, - 0xbb, - 0x01, - 0x5c, - 0xe0, - 0x02, - 0xd0, - 0x54, - 0x03, - 0x09, - 0x38, - 0x02, - 0xd3, - 0x72, - 0x02, - 0x23, - 0x32, - 0x02, - 0xc7, - 0x9b, - 0x00, - 0x43, - 0xb1, - 0xff, - 0xd1, - 0x7f, - 0xff, - 0xd1, - 0x17, - 0xff, - 0x7a, - 0xdf, - 0xfe, - 0x8a, - 0x36, - 0xff, - 0x16, - 0x78, - 0xff, - 0x88, - 0x97, - 0xff, - 0x9c, - 0x5b, - 0xff, - 0x7f, - 0x55, - 0xff, - 0x32, - 0xce, - 0xff, - 0x36, - 0x7d, - 0xff, - 0x10, - 0xe5, - 0xfe, - 0xc5, - 0x32, - 0xff, - 0xb4, - 0x8e, - 0xff, - 0x11, - 0x59, - 0xff, - 0x1f, - 0x49, - 0xff, - 0x17, - 0x5e, - 0xff, - 0x94, - 0x5f, - 0xff, - 0x12, - 0x4e, - 0xff, - 0x17, - 0x27, - 0xff, - 0x69, - 0x30, - 0xff, - 0xc4, - 0x2a, - 0xff, - 0xcf, - 0x42, - 0xff, - 0xc5, - 0x6c, - 0xff, - 0x86, - 0x4c, - 0xff, - 0x5f, - 0x3d, - 0xff, - 0x07, - 0x45, - 0xff, - 0x67, - 0x65, - 0xff, - 0x4d, - 0x4c, - 0xff, - 0x24, - 0x0c, - 0xff, - 0xae, - 0x1b, - 0xff, - 0x16, - 0x09, - 0xff, - 0x76, - 0x17, - 0xff, - 0x38, - 0x5d, - 0xff, - 0x32, - 0x67, - 0xff, - 0x20, - 0x77, - 0xff, - 0x02, - 0x76, - 0xff, - 0xae, - 0x83, - 0xff, - 0x02, - 0x99, - 0xff, - 0x60, - 0x6f, - 0xff, - 0x85, - 0x75, - 0xff, - 0xe5, - 0x84, - 0xff, - 0xcb, - 0x9b, - 0xff, - 0x9c, - 0x71, - 0x05, - 0xc2, - 0xda, - 0x09, - 0xd0, - 0x53, - 0x04, - 0x3b, - 0xf9, - 0x01, - 0x30, - 0xea, - 0x04, - 0x1f, - 0x1b, - 0x04, - 0x0d, - 0xc6, - 0x01, - 0x98, - 0xc7, - 0xfe, - 0x7f, - 0xb3, - 0xfe, - 0x66, - 0xd1, - 0x02, - 0x03, - 0xca, - 0x02, - 0xb0, - 0x96, - 0xff, - 0xe1, - 0x06, - 0x00, - 0x80, - 0x0f, - 0x01, - 0x11, - 0xcb, - 0x00, - 0x73, - 0x9b, - 0x01, - 0xa1, - 0x2a, - 0x01, - 0xd9, - 0xc8, - 0x00, - 0x2b, - 0x7c, - 0x02, - 0x7e, - 0xa8, - 0x02, - 0x91, - 0x96, - 0x01, - 0xa2, - 0x65, - 0x01, - 0xc3, - 0xa2, - 0x00, - 0xb7, - 0x6a, - 0xff, - 0x95, - 0x8c, - 0xff, - 0xf6, - 0x78, - 0xff, - 0xdd, - 0xcc, - 0xfe, - 0x18, - 0x5e, - 0xff, - 0x93, - 0xcb, - 0xff, - 0xf9, - 0x81, - 0xff, - 0x24, - 0x40, - 0xff, - 0xba, - 0x18, - 0xff, - 0xab, - 0x59, - 0xff, - 0xd7, - 0x66, - 0xff, - 0xfa, - 0x3c, - 0xff, - 0x90, - 0x4b, - 0xff, - 0x2a, - 0x7c, - 0xff, - 0xc9, - 0x8e, - 0xff, - 0xfe, - 0x67, - 0xff, - 0x3e, - 0x36, - 0xff, - 0xe5, - 0x0d, - 0xff, - 0xf3, - 0x1c, - 0xff, - 0xd5, - 0x10, - 0xff, - 0xc2, - 0x17, - 0xff, - 0x9c, - 0x49, - 0xff, - 0x5b, - 0x3c, - 0xff, - 0x35, - 0x63, - 0xff, - 0x61, - 0x77, - 0xff, - 0x64, - 0x62, - 0xff, - 0xec, - 0x4d, - 0xff, - 0x53, - 0x14, - 0xff, - 0x09, - 0x14, - 0xff, - 0x30, - 0x13, - 0xff, - 0x0d, - 0x1f, - 0xff, - 0x38, - 0x4a, - 0xff, - 0x0e, - 0x64, - 0xff, - 0xc5, - 0x7b, - 0xff, - 0x1a, - 0x74, - 0xff, - 0x14, - 0x87, - 0xff, - 0xd0, - 0x8a, - 0xff, - 0xa4, - 0x5f, - 0xff, - 0x9c, - 0x69, - 0xff, - 0xa3, - 0x9d, - 0xff, - 0xd3, - 0xb4, - 0xff, - 0xe8, - 0xdd, - 0x05, - 0x9b, - 0x68, - 0x0b, - 0xfc, - 0x62, - 0x05, - 0xd5, - 0x9f, - 0x01, - 0xb8, - 0xe1, - 0x04, - 0xe2, - 0x64, - 0x04, - 0xd4, - 0x93, - 0x01, - 0x17, - 0x2e, - 0xfe, - 0xe1, - 0xa1, - 0xfe, - 0x0a, - 0x61, - 0x03, - 0x41, - 0x5b, - 0x02, - 0xe4, - 0xbb, - 0xfe, - 0x07, - 0x00, - 0x00, - 0xee, - 0x0e, - 0x01, - 0xe3, - 0x79, - 0x00, - 0xaa, - 0x6f, - 0x01, - 0x38, - 0xa7, - 0x00, - 0x51, - 0x57, - 0xff, - 0x82, - 0xdc, - 0x00, - 0xa4, - 0x9e, - 0x01, - 0x0b, - 0x47, - 0x01, - 0x45, - 0x8f, - 0x01, - 0x00, - 0x55, - 0x01, - 0xa5, - 0xed, - 0x00, - 0x29, - 0x9e, - 0x00, - 0xfa, - 0xd9, - 0xff, - 0xdd, - 0x80, - 0xff, - 0x34, - 0xc9, - 0xff, - 0x44, - 0x88, - 0xff, - 0x09, - 0x37, - 0xff, - 0xec, - 0x7c, - 0xff, - 0x25, - 0x4a, - 0xff, - 0xfc, - 0xdb, - 0xfe, - 0x73, - 0x14, - 0xff, - 0x2d, - 0x74, - 0xff, - 0xd2, - 0x9e, - 0xff, - 0x7e, - 0x74, - 0xff, - 0xa1, - 0x5f, - 0xff, - 0x93, - 0x9a, - 0xff, - 0xed, - 0x57, - 0xff, - 0xdc, - 0xfb, - 0xfe, - 0x97, - 0x0d, - 0xff, - 0x60, - 0x22, - 0xff, - 0x32, - 0x1a, - 0xff, - 0x37, - 0x07, - 0xff, - 0x75, - 0x32, - 0xff, - 0x10, - 0x68, - 0xff, - 0x4f, - 0x58, - 0xff, - 0x03, - 0x5c, - 0xff, - 0x4c, - 0x55, - 0xff, - 0xe1, - 0x2f, - 0xff, - 0x80, - 0x43, - 0xff, - 0x6d, - 0x43, - 0xff, - 0xe9, - 0x31, - 0xff, - 0xd6, - 0x58, - 0xff, - 0x30, - 0x5f, - 0xff, - 0x31, - 0x62, - 0xff, - 0x47, - 0x8a, - 0xff, - 0x02, - 0x7d, - 0xff, - 0x28, - 0x49, - 0xff, - 0x31, - 0x64, - 0xff, - 0x8a, - 0xa8, - 0xff, - 0x10, - 0xa8, - 0xff, - 0xc4, - 0xae, - 0xff, - 0xb9, - 0xb0, - 0x06, - 0xed, - 0xc4, - 0x0c, - 0x7c, - 0xb9, - 0x05, - 0x4f, - 0xa6, - 0x01, - 0x00, - 0x95, - 0x05, - 0x6d, - 0xc1, - 0x04, - 0xb9, - 0xbc, - 0x00, - 0xa7, - 0x00, - 0xfd, - 0x01, - 0x02, - 0xff, - 0x80, - 0x3b, - 0x04, - 0xdc, - 0xb4, - 0x01, - 0xea, - 0x1e, - 0xfe, - 0xbf, - 0xff, - 0xff, - 0x72, - 0xbb, - 0x00, - 0x5e, - 0x3a, - 0x00, - 0x39, - 0x65, - 0x01, - 0x2c, - 0x98, - 0x00, - 0x45, - 0x0b, - 0xff, - 0xfa, - 0x4a, - 0x00, - 0x09, - 0xb9, - 0x00, - 0x39, - 0xe9, - 0xff, - 0x0a, - 0x67, - 0x00, - 0x28, - 0xcd, - 0x00, - 0x6f, - 0xeb, - 0x00, - 0xb4, - 0x34, - 0x01, - 0x5d, - 0xf4, - 0x00, - 0xd0, - 0x90, - 0x00, - 0xbf, - 0x4f, - 0x00, - 0x57, - 0x10, - 0x00, - 0x75, - 0xd9, - 0xff, - 0xbf, - 0x53, - 0xff, - 0xfa, - 0xce, - 0xfe, - 0xe7, - 0xf3, - 0xfe, - 0x11, - 0x3e, - 0xff, - 0x63, - 0x21, - 0xff, - 0x1c, - 0x40, - 0xff, - 0x58, - 0xb9, - 0xff, - 0xaa, - 0xa0, - 0xff, - 0x7d, - 0x40, - 0xff, - 0xbe, - 0x44, - 0xff, - 0xc2, - 0x3a, - 0xff, - 0x1a, - 0x2d, - 0xff, - 0x44, - 0x21, - 0xff, - 0x62, - 0xf5, - 0xfe, - 0x6c, - 0x20, - 0xff, - 0x59, - 0x47, - 0xff, - 0xc2, - 0x1b, - 0xff, - 0xff, - 0x1c, - 0xff, - 0x19, - 0x3c, - 0xff, - 0x29, - 0x47, - 0xff, - 0xae, - 0x61, - 0xff, - 0x9f, - 0x6e, - 0xff, - 0x09, - 0x65, - 0xff, - 0x08, - 0x68, - 0xff, - 0xbc, - 0x6c, - 0xff, - 0x12, - 0x78, - 0xff, - 0x92, - 0x6d, - 0xff, - 0xc7, - 0x56, - 0xff, - 0x03, - 0x5b, - 0xff, - 0x3b, - 0x60, - 0xff, - 0xb5, - 0x76, - 0xff, - 0x7e, - 0x99, - 0xff, - 0x65, - 0xb1, - 0xff, - 0x5e, - 0xb1, - 0xff, - 0x0d, - 0xa8, - 0x07, - 0x1d, - 0xd0, - 0x0e, - 0x00, - 0x62, - 0x06, - 0xdf, - 0xf2, - 0x00, - 0x48, - 0xa6, - 0x05, - 0x22, - 0xfa, - 0x04, - 0x43, - 0x15, - 0x00, - 0x9e, - 0x7f, - 0xfc, - 0x51, - 0x88, - 0xff, - 0x5d, - 0x58, - 0x04, - 0xfd, - 0xd4, - 0x00, - 0x6e, - 0xc7, - 0xfd, - 0x0f, - 0x21, - 0x00, - 0xb3, - 0x9a, - 0x00, - 0x1e, - 0xff, - 0xff, - 0x52, - 0x35, - 0x01, - 0xa3, - 0x70, - 0x00, - 0xec, - 0xe0, - 0xfe, - 0xaf, - 0x2d, - 0x00, - 0x2a, - 0x70, - 0x00, - 0xdb, - 0x64, - 0xff, - 0x9d, - 0xc6, - 0xff, - 0x31, - 0xb0, - 0xff, - 0x18, - 0xc0, - 0xff, - 0x6a, - 0xaf, - 0x00, - 0x42, - 0xb2, - 0x00, - 0x3c, - 0xeb, - 0x00, - 0x0e, - 0x9a, - 0x01, - 0xf0, - 0x0c, - 0x01, - 0x5b, - 0x20, - 0x00, - 0x23, - 0xce, - 0xff, - 0xe9, - 0x60, - 0xff, - 0x40, - 0xca, - 0xfe, - 0x27, - 0xd9, - 0xfe, - 0x7f, - 0x41, - 0xff, - 0x1d, - 0x73, - 0xff, - 0xa8, - 0x69, - 0xff, - 0xbc, - 0x28, - 0xff, - 0x7f, - 0x4d, - 0xff, - 0xfb, - 0x68, - 0xff, - 0x54, - 0x26, - 0xff, - 0x48, - 0x2c, - 0xff, - 0xc9, - 0x21, - 0xff, - 0xf8, - 0x32, - 0xff, - 0x79, - 0x38, - 0xff, - 0x1c, - 0xea, - 0xfe, - 0x19, - 0x0b, - 0xff, - 0xd7, - 0x13, - 0xff, - 0x9c, - 0x04, - 0xff, - 0xeb, - 0x56, - 0xff, - 0x55, - 0x67, - 0xff, - 0x9f, - 0x6e, - 0xff, - 0xd6, - 0x8d, - 0xff, - 0x8e, - 0x8b, - 0xff, - 0x5c, - 0x87, - 0xff, - 0x06, - 0x77, - 0xff, - 0x35, - 0x67, - 0xff, - 0x5a, - 0x66, - 0xff, - 0xb6, - 0x7a, - 0xff, - 0xf0, - 0x6d, - 0xff, - 0x0e, - 0x61, - 0xff, - 0xde, - 0x8b, - 0xff, - 0x96, - 0xab, - 0xff, - 0x2c, - 0xbb, - 0xff, - 0x3e, - 0x02, - 0x08, - 0x2c, - 0x72, - 0x10, - 0x5d, - 0x98, - 0x07, - 0x45, - 0x9e, - 0x00, - 0x2a, - 0xf2, - 0x05, - 0x7d, - 0x72, - 0x05, - 0x0f, - 0x43, - 0xff, - 0xce, - 0x9b, - 0xfb, - 0x49, - 0x28, - 0x00, - 0xa7, - 0x14, - 0x05, - 0x97, - 0xea, - 0xff, - 0x83, - 0x2e, - 0xfd, - 0x5b, - 0x67, - 0x00, - 0x81, - 0x5f, - 0x00, - 0xf1, - 0xad, - 0xff, - 0xf1, - 0x45, - 0x01, - 0xf0, - 0x92, - 0x00, - 0x1e, - 0xa7, - 0xfe, - 0xd9, - 0xe6, - 0xff, - 0x37, - 0x65, - 0x00, - 0x2c, - 0x46, - 0xff, - 0x74, - 0x87, - 0xff, - 0xda, - 0x4c, - 0xff, - 0xad, - 0x31, - 0xff, - 0xe2, - 0xbf, - 0xff, - 0xe0, - 0x9b, - 0xff, - 0x72, - 0x67, - 0x00, - 0x0f, - 0x7f, - 0x01, - 0x7b, - 0x61, - 0x01, - 0xa6, - 0x23, - 0x01, - 0x5b, - 0x9b, - 0x00, - 0x90, - 0xbb, - 0xff, - 0xae, - 0x6d, - 0xff, - 0x57, - 0x81, - 0xff, - 0xe2, - 0x25, - 0xff, - 0xd6, - 0xfa, - 0xfe, - 0x05, - 0x85, - 0xff, - 0x2e, - 0x7b, - 0xff, - 0xa3, - 0x04, - 0xff, - 0x21, - 0xf8, - 0xfe, - 0xe4, - 0x2a, - 0xff, - 0x14, - 0x4d, - 0xff, - 0x1f, - 0x4f, - 0xff, - 0xb3, - 0x37, - 0xff, - 0x9a, - 0xf9, - 0xfe, - 0xbf, - 0x05, - 0xff, - 0xef, - 0x09, - 0xff, - 0xe6, - 0xfb, - 0xfe, - 0xe1, - 0x41, - 0xff, - 0x66, - 0x57, - 0xff, - 0x52, - 0x53, - 0xff, - 0xa5, - 0x6d, - 0xff, - 0xf6, - 0x93, - 0xff, - 0x81, - 0xa2, - 0xff, - 0x2c, - 0x75, - 0xff, - 0x4a, - 0x6b, - 0xff, - 0x2e, - 0x9c, - 0xff, - 0xc6, - 0xa9, - 0xff, - 0xe0, - 0x8b, - 0xff, - 0xd2, - 0x77, - 0xff, - 0xfe, - 0x75, - 0xff, - 0xad, - 0x8c, - 0xff, - 0xf6, - 0xa6, - 0xff, - 0x7d, - 0xab, - 0xff, - 0x4d, - 0x6d, - 0x09, - 0x0d, - 0x4e, - 0x12, - 0xb6, - 0x70, - 0x07, - 0x98, - 0x71, - 0x00, - 0x38, - 0xd5, - 0x06, - 0x22, - 0x64, - 0x05, - 0x29, - 0x9e, - 0xfd, - 0x6d, - 0xe3, - 0xfa, - 0xf0, - 0xd9, - 0x01, - 0xbe, - 0x47, - 0x05, - 0xab, - 0x48, - 0xfe, - 0xdb, - 0x08, - 0xfd, - 0xe0, - 0xac, - 0x00, - 0x95, - 0x34, - 0x00, - 0x6e, - 0x82, - 0xff, - 0x47, - 0xfd, - 0x00, - 0x05, - 0x78, - 0x00, - 0x70, - 0x90, - 0xfe, - 0xeb, - 0xcf, - 0xff, - 0x03, - 0x51, - 0x00, - 0xc1, - 0x1e, - 0xff, - 0xf8, - 0x54, - 0xff, - 0x5a, - 0xf9, - 0xfe, - 0xcc, - 0xe2, - 0xfe, - 0x4a, - 0x6d, - 0xff, - 0x89, - 0x22, - 0xff, - 0x54, - 0xb6, - 0xff, - 0x9c, - 0xb7, - 0x00, - 0xa7, - 0xd1, - 0x00, - 0xd3, - 0xbd, - 0x00, - 0x41, - 0xca, - 0x00, - 0x32, - 0xa6, - 0x00, - 0xd0, - 0x0f, - 0x00, - 0xad, - 0xc0, - 0xff, - 0x37, - 0x95, - 0xff, - 0x19, - 0x6c, - 0xff, - 0xb5, - 0x94, - 0xff, - 0x73, - 0x38, - 0xff, - 0xd3, - 0x0f, - 0xff, - 0x32, - 0x12, - 0xff, - 0x6a, - 0xe4, - 0xfe, - 0x6c, - 0x22, - 0xff, - 0x03, - 0x13, - 0xff, - 0xf4, - 0x14, - 0xff, - 0x3d, - 0x18, - 0xff, - 0xaa, - 0xd9, - 0xfe, - 0xea, - 0x15, - 0xff, - 0x05, - 0x3e, - 0xff, - 0xa4, - 0x47, - 0xff, - 0x87, - 0x5f, - 0xff, - 0x1f, - 0x64, - 0xff, - 0x37, - 0x88, - 0xff, - 0xe4, - 0x68, - 0xff, - 0x9b, - 0x3f, - 0xff, - 0xa7, - 0x6b, - 0xff, - 0xde, - 0xa9, - 0xff, - 0x21, - 0xc3, - 0xff, - 0xd2, - 0xa2, - 0xff, - 0x39, - 0xa0, - 0xff, - 0x8c, - 0x97, - 0xff, - 0xa6, - 0x81, - 0xff, - 0x74, - 0x97, - 0xff, - 0x88, - 0x92, - 0xff, - 0x50, - 0xa1, - 0xff, - 0x66, - 0x54, - 0x0a, - 0x7e, - 0xbc, - 0x13, - 0xab, - 0xf7, - 0x07, - 0xb3, - 0xc2, - 0x00, - 0x1b, - 0x67, - 0x07, - 0xaa, - 0x7b, - 0x05, - 0xf1, - 0x5e, - 0xfc, - 0x7c, - 0xde, - 0xf9, - 0xeb, - 0x61, - 0x03, - 0x94, - 0x02, - 0x06, - 0x26, - 0xb1, - 0xfc, - 0x3e, - 0x9b, - 0xfc, - 0x0d, - 0x21, - 0x01, - 0x3a, - 0x28, - 0x00, - 0x7f, - 0x5f, - 0xff, - 0x38, - 0xbf, - 0x00, - 0xbd, - 0x6d, - 0x00, - 0x92, - 0x7f, - 0xfe, - 0xdd, - 0x86, - 0xff, - 0x5d, - 0x6d, - 0x00, - 0xfe, - 0x3d, - 0xff, - 0xed, - 0x0f, - 0xff, - 0x82, - 0xbe, - 0xfe, - 0xec, - 0xce, - 0xfe, - 0x58, - 0x41, - 0xff, - 0x9f, - 0xd4, - 0xfe, - 0x4c, - 0x76, - 0xff, - 0xb4, - 0x44, - 0x00, - 0xe7, - 0x30, - 0x00, - 0x28, - 0x4b, - 0x00, - 0xf2, - 0x49, - 0x00, - 0x8c, - 0x3e, - 0x00, - 0x36, - 0x38, - 0x00, - 0x08, - 0x58, - 0x00, - 0xc5, - 0x21, - 0x00, - 0x00, - 0xce, - 0xff, - 0x76, - 0x1d, - 0x00, - 0xcd, - 0xaf, - 0xff, - 0xfa, - 0x13, - 0xff, - 0x53, - 0x17, - 0xff, - 0x10, - 0xf5, - 0xfe, - 0xaa, - 0xe0, - 0xfe, - 0xd0, - 0xf1, - 0xfe, - 0x63, - 0xf5, - 0xfe, - 0xa0, - 0xe0, - 0xfe, - 0x2b, - 0x08, - 0xff, - 0xac, - 0x35, - 0xff, - 0x70, - 0x30, - 0xff, - 0x72, - 0x5f, - 0xff, - 0xc2, - 0x99, - 0xff, - 0xe2, - 0x88, - 0xff, - 0x68, - 0x4c, - 0xff, - 0x0c, - 0x3e, - 0xff, - 0xf3, - 0x66, - 0xff, - 0x47, - 0x92, - 0xff, - 0x93, - 0x8c, - 0xff, - 0xbb, - 0x98, - 0xff, - 0x61, - 0xbd, - 0xff, - 0x49, - 0xc2, - 0xff, - 0x46, - 0xbe, - 0xff, - 0x92, - 0x85, - 0xff, - 0x26, - 0x7f, - 0xff, - 0x4f, - 0xb9, - 0xff, - 0xd6, - 0xba, - 0xff, - 0xe6, - 0x82, - 0x0a, - 0xb1, - 0x56, - 0x15, - 0xf0, - 0x84, - 0x09, - 0x57, - 0x8f, - 0x00, - 0xb1, - 0x7c, - 0x07, - 0xa6, - 0x07, - 0x06, - 0x25, - 0xd7, - 0xfb, - 0x4b, - 0xbc, - 0xf8, - 0x75, - 0xf4, - 0x03, - 0x4b, - 0x10, - 0x07, - 0x52, - 0x92, - 0xfb, - 0xba, - 0x0b, - 0xfc, - 0x68, - 0xa7, - 0x01, - 0x81, - 0xfe, - 0xff, - 0xa6, - 0x39, - 0xff, - 0x97, - 0x7c, - 0x00, - 0x8c, - 0x68, - 0x00, - 0x64, - 0xcc, - 0xfe, - 0x22, - 0x36, - 0xff, - 0x69, - 0x19, - 0x00, - 0x41, - 0x66, - 0xff, - 0xed, - 0xfb, - 0xfe, - 0xa7, - 0x98, - 0xfe, - 0x99, - 0xea, - 0xfe, - 0x49, - 0x13, - 0xff, - 0x0d, - 0x80, - 0xfe, - 0x21, - 0x35, - 0xff, - 0x94, - 0x03, - 0x00, - 0x3f, - 0x19, - 0x00, - 0x92, - 0x20, - 0x00, - 0x22, - 0xb4, - 0xff, - 0x5c, - 0x94, - 0xff, - 0x21, - 0xb4, - 0xff, - 0xba, - 0x02, - 0x00, - 0x38, - 0x6d, - 0x00, - 0x0f, - 0x47, - 0x00, - 0x32, - 0x3d, - 0x00, - 0x71, - 0x33, - 0x00, - 0xd7, - 0x00, - 0x00, - 0xcc, - 0x45, - 0xff, - 0xd7, - 0xa6, - 0xfe, - 0xaf, - 0xf0, - 0xfe, - 0x79, - 0xfe, - 0xfe, - 0x89, - 0x20, - 0xff, - 0xeb, - 0x03, - 0xff, - 0x48, - 0xc3, - 0xfe, - 0x7b, - 0x29, - 0xff, - 0x93, - 0x61, - 0xff, - 0x35, - 0x85, - 0xff, - 0x20, - 0x86, - 0xff, - 0x85, - 0x4a, - 0xff, - 0x2a, - 0x5b, - 0xff, - 0xb4, - 0x97, - 0xff, - 0xd8, - 0x7e, - 0xff, - 0xe3, - 0x4e, - 0xff, - 0x69, - 0x87, - 0xff, - 0x29, - 0xbf, - 0xff, - 0xe9, - 0xce, - 0xff, - 0x3f, - 0xc1, - 0xff, - 0x01, - 0x92, - 0xff, - 0x32, - 0x89, - 0xff, - 0xa8, - 0xac, - 0xff, - 0x53, - 0xca, - 0xff, - 0x6b, - 0xc7, - 0xff, - 0x9a, - 0xc7, - 0x0a, - 0xd2, - 0x88, - 0x17, - 0x52, - 0xf0, - 0x0a, - 0x7a, - 0x5b, - 0xff, - 0xc4, - 0x07, - 0x08, - 0xc5, - 0x6e, - 0x06, - 0x63, - 0xeb, - 0xfa, - 0x26, - 0xde, - 0xf8, - 0x52, - 0xc9, - 0x03, - 0x82, - 0x3d, - 0x07, - 0xcb, - 0x56, - 0xfb, - 0x6c, - 0x6e, - 0xfb, - 0xff, - 0x06, - 0x02, - 0xb2, - 0xf0, - 0xff, - 0x1f, - 0xe8, - 0xfe, - 0x6c, - 0x35, - 0x00, - 0xe0, - 0x97, - 0x00, - 0xa7, - 0x0c, - 0xff, - 0xea, - 0xaf, - 0xfe, - 0x08, - 0xe2, - 0xff, - 0x65, - 0x7f, - 0xff, - 0x62, - 0xee, - 0xfe, - 0xd3, - 0x76, - 0xfe, - 0xbf, - 0xd3, - 0xfe, - 0xb1, - 0xf2, - 0xfe, - 0x52, - 0x39, - 0xfe, - 0xea, - 0x34, - 0xff, - 0xcb, - 0x06, - 0x00, - 0x03, - 0xc0, - 0xff, - 0xd9, - 0xeb, - 0xff, - 0xe5, - 0x76, - 0xff, - 0xb3, - 0x20, - 0xff, - 0xdb, - 0x87, - 0xff, - 0x4e, - 0x9f, - 0xff, - 0x46, - 0xad, - 0xff, - 0x62, - 0xda, - 0xff, - 0xe3, - 0x93, - 0x00, - 0x15, - 0xa3, - 0x00, - 0x27, - 0xc2, - 0xff, - 0x81, - 0x98, - 0xff, - 0x86, - 0x7c, - 0xff, - 0x2f, - 0x28, - 0xff, - 0x93, - 0x16, - 0xff, - 0x3c, - 0x41, - 0xff, - 0x4c, - 0x2a, - 0xff, - 0xd2, - 0xfa, - 0xfe, - 0xc5, - 0x26, - 0xff, - 0x59, - 0x33, - 0xff, - 0x37, - 0x55, - 0xff, - 0x03, - 0x6b, - 0xff, - 0x6e, - 0x77, - 0xff, - 0x7d, - 0x9b, - 0xff, - 0xad, - 0x76, - 0xff, - 0xf7, - 0x4e, - 0xff, - 0xb8, - 0x57, - 0xff, - 0x82, - 0x9f, - 0xff, - 0x83, - 0xd4, - 0xff, - 0x9c, - 0xb6, - 0xff, - 0xc1, - 0xac, - 0xff, - 0x6e, - 0xb2, - 0xff, - 0x29, - 0x9c, - 0xff, - 0xe5, - 0x9c, - 0xff, - 0x6e, - 0xb0, - 0xff, - 0xc4, - 0xc7, - 0xff, - 0x56, - 0x11, - 0x0b, - 0x8f, - 0x1a, - 0x19, - 0xef, - 0x42, - 0x0c, - 0x8e, - 0x10, - 0xff, - 0xba, - 0x80, - 0x08, - 0x3f, - 0xb8, - 0x06, - 0x38, - 0x1d, - 0xfa, - 0xf6, - 0x9d, - 0xf8, - 0x27, - 0x9f, - 0x03, - 0x87, - 0xb0, - 0x07, - 0x48, - 0x3e, - 0xfb, - 0x76, - 0x78, - 0xfa, - 0x4f, - 0x49, - 0x02, - 0x5d, - 0x1d, - 0x00, - 0x3e, - 0x93, - 0xfe, - 0x8c, - 0x0f, - 0x00, - 0xd0, - 0xaa, - 0x00, - 0xf8, - 0x2d, - 0xff, - 0x26, - 0x3b, - 0xfe, - 0x37, - 0xa2, - 0xff, - 0x6b, - 0xaf, - 0xff, - 0x46, - 0x01, - 0xff, - 0x95, - 0x30, - 0xfe, - 0xf4, - 0x59, - 0xfe, - 0x77, - 0xf5, - 0xfe, - 0x2a, - 0x55, - 0xfe, - 0xfc, - 0x04, - 0xff, - 0x32, - 0xfa, - 0xff, - 0xdf, - 0x92, - 0xff, - 0xff, - 0x84, - 0xff, - 0x94, - 0x70, - 0xff, - 0x4c, - 0x16, - 0xff, - 0x4a, - 0x2b, - 0xff, - 0x60, - 0x53, - 0xff, - 0x16, - 0x57, - 0xff, - 0x13, - 0x9a, - 0xff, - 0x23, - 0xeb, - 0xff, - 0xa7, - 0xbb, - 0xff, - 0x34, - 0x00, - 0x00, - 0xb1, - 0x07, - 0x00, - 0xc4, - 0x8e, - 0xff, - 0xf9, - 0xcf, - 0xff, - 0x1e, - 0x9a, - 0xff, - 0x1f, - 0x80, - 0xff, - 0xe8, - 0x8d, - 0xff, - 0xaf, - 0x36, - 0xff, - 0x0d, - 0x2a, - 0xff, - 0x45, - 0xdc, - 0xfe, - 0x33, - 0x22, - 0xff, - 0x9d, - 0xb0, - 0xff, - 0x77, - 0xaa, - 0xff, - 0x61, - 0x6e, - 0xff, - 0xb8, - 0x39, - 0xff, - 0xbf, - 0x62, - 0xff, - 0xee, - 0x80, - 0xff, - 0xb2, - 0x9f, - 0xff, - 0xf6, - 0xa9, - 0xff, - 0x94, - 0x9e, - 0xff, - 0x2b, - 0xc3, - 0xff, - 0xe8, - 0xb3, - 0xff, - 0xb0, - 0x91, - 0xff, - 0x8a, - 0x98, - 0xff, - 0xf0, - 0xb1, - 0xff, - 0xd2, - 0xc9, - 0xff, - 0xab, - 0x8d, - 0x0a, - 0x90, - 0xbd, - 0x19, - 0xe7, - 0x6a, - 0x0e, - 0xd7, - 0x87, - 0xff, - 0xf4, - 0xd7, - 0x08, - 0x04, - 0x72, - 0x07, - 0x1a, - 0x74, - 0xf9, - 0xd6, - 0x36, - 0xf8, - 0x58, - 0xff, - 0x02, - 0x61, - 0x12, - 0x08, - 0x3e, - 0x13, - 0xfc, - 0x6b, - 0x28, - 0xf9, - 0x96, - 0xea, - 0x01, - 0xa7, - 0xc6, - 0x00, - 0x75, - 0x7c, - 0xfe, - 0x94, - 0xb1, - 0xff, - 0x85, - 0x67, - 0x00, - 0x7a, - 0x9b, - 0xff, - 0xd4, - 0x1a, - 0xfe, - 0xaf, - 0x1e, - 0xff, - 0x56, - 0xe6, - 0xff, - 0x24, - 0xe3, - 0xfe, - 0x6a, - 0xc0, - 0xfd, - 0x3c, - 0x51, - 0xfe, - 0xd6, - 0x05, - 0xff, - 0xdf, - 0x4e, - 0xfe, - 0x51, - 0xbb, - 0xfe, - 0xa3, - 0x72, - 0xff, - 0x7a, - 0x96, - 0xff, - 0xff, - 0xf3, - 0xff, - 0x48, - 0x4b, - 0xff, - 0x37, - 0x9b, - 0xfe, - 0x5f, - 0xf8, - 0xfe, - 0x5d, - 0x48, - 0xff, - 0x4f, - 0x38, - 0xff, - 0xda, - 0xe5, - 0xfe, - 0xde, - 0x5b, - 0xff, - 0x67, - 0xb8, - 0xff, - 0x62, - 0x44, - 0xff, - 0x51, - 0x96, - 0xff, - 0xa4, - 0xfe, - 0xff, - 0x42, - 0x18, - 0x00, - 0xc7, - 0xdf, - 0xff, - 0x63, - 0xe8, - 0xff, - 0xb5, - 0x34, - 0x00, - 0xbe, - 0x7a, - 0xff, - 0xa0, - 0xf8, - 0xfe, - 0x0d, - 0xf4, - 0xfe, - 0x92, - 0x6e, - 0xff, - 0x02, - 0xe6, - 0xff, - 0xed, - 0x52, - 0xff, - 0xb0, - 0x2b, - 0xff, - 0x95, - 0x66, - 0xff, - 0xea, - 0x76, - 0xff, - 0xa1, - 0x78, - 0xff, - 0x98, - 0x6c, - 0xff, - 0x7a, - 0xbb, - 0xff, - 0xd4, - 0xd0, - 0xff, - 0xeb, - 0xa7, - 0xff, - 0xf8, - 0x93, - 0xff, - 0x94, - 0x6b, - 0xff, - 0xf9, - 0x8c, - 0xff, - 0xf0, - 0xc0, - 0xff, - 0x1b, - 0xc3, - 0xff, - 0xfb, - 0xae, - 0x0b, - 0x18, - 0xd5, - 0x1a, - 0x3a, - 0x2b, - 0x0e, - 0x6f, - 0xac, - 0x00, - 0x44, - 0x8b, - 0x09, - 0x55, - 0x64, - 0x06, - 0xb1, - 0xb3, - 0xf9, - 0x3d, - 0x60, - 0xf8, - 0x7b, - 0x79, - 0x02, - 0x48, - 0xcf, - 0x07, - 0xa6, - 0xe5, - 0xfb, - 0x42, - 0x01, - 0xf9, - 0xc1, - 0xd2, - 0x01, - 0x8a, - 0x2e, - 0x01, - 0xb8, - 0x28, - 0xfe, - 0x7a, - 0x38, - 0xff, - 0xfa, - 0x84, - 0x00, - 0x72, - 0xa3, - 0xff, - 0x74, - 0xa4, - 0xfe, - 0x66, - 0xcb, - 0xfe, - 0x1b, - 0xf7, - 0xfe, - 0xa6, - 0x09, - 0xff, - 0x02, - 0xcb, - 0xfd, - 0xca, - 0x06, - 0xfe, - 0x35, - 0x11, - 0xff, - 0xa9, - 0x31, - 0xfe, - 0x4d, - 0x5a, - 0xfe, - 0x45, - 0x43, - 0xff, - 0x63, - 0xb6, - 0xff, - 0xfa, - 0x00, - 0x00, - 0x2f, - 0x3f, - 0xff, - 0x44, - 0x94, - 0xfe, - 0x6c, - 0xc5, - 0xfe, - 0x2a, - 0xe1, - 0xfe, - 0x9a, - 0xa8, - 0xfe, - 0xe6, - 0xd1, - 0xfe, - 0xbd, - 0x4a, - 0xff, - 0x2c, - 0x1e, - 0xff, - 0x46, - 0x5d, - 0xff, - 0x00, - 0x98, - 0xff, - 0x5b, - 0x45, - 0xff, - 0x56, - 0xeb, - 0xff, - 0xf1, - 0x55, - 0x00, - 0xb2, - 0x3d, - 0x00, - 0xef, - 0x07, - 0x00, - 0xe3, - 0x80, - 0xff, - 0xec, - 0x94, - 0xff, - 0x7c, - 0xa7, - 0xff, - 0x7b, - 0x71, - 0xff, - 0xb2, - 0x76, - 0xff, - 0xf8, - 0x83, - 0xff, - 0xe8, - 0x80, - 0xff, - 0x8d, - 0x6a, - 0xff, - 0x79, - 0x3b, - 0xff, - 0x06, - 0x3d, - 0xff, - 0x6d, - 0x88, - 0xff, - 0x49, - 0xc0, - 0xff, - 0x01, - 0xc4, - 0xff, - 0x60, - 0xa7, - 0xff, - 0x82, - 0x8e, - 0xff, - 0x49, - 0x7a, - 0xff, - 0x2e, - 0x8e, - 0xff, - 0x5a, - 0xa6, - 0xff, - 0x4e, - 0x97, - 0xff, - 0xc6, - 0x3d, - 0x0d, - 0x6d, - 0x84, - 0x1b, - 0x19, - 0x4e, - 0x0d, - 0x49, - 0x9a, - 0x02, - 0x35, - 0xb8, - 0x09, - 0x7d, - 0xef, - 0x04, - 0x4b, - 0x3c, - 0xfb, - 0x1e, - 0x6a, - 0xf8, - 0x2d, - 0x5b, - 0x01, - 0xab, - 0x48, - 0x07, - 0xc0, - 0xc9, - 0xfb, - 0xbd, - 0xa4, - 0xf9, - 0xf4, - 0x5f, - 0x01, - 0xc8, - 0x06, - 0x01, - 0xbf, - 0x53, - 0xfe, - 0xf6, - 0xa9, - 0xfe, - 0x97, - 0x76, - 0x00, - 0xf2, - 0x33, - 0x00, - 0xde, - 0xec, - 0xfe, - 0x99, - 0x13, - 0xfe, - 0x9a, - 0x7f, - 0xfe, - 0x75, - 0x34, - 0xff, - 0x47, - 0xa9, - 0xfd, - 0xa6, - 0xde, - 0xfd, - 0x02, - 0x90, - 0xfe, - 0xab, - 0xd2, - 0xfd, - 0x4d, - 0xe3, - 0xfe, - 0x94, - 0x39, - 0xff, - 0xa5, - 0x33, - 0xff, - 0x10, - 0x21, - 0x00, - 0xc5, - 0x6c, - 0xff, - 0xef, - 0x8d, - 0xfe, - 0x77, - 0x41, - 0xfe, - 0x35, - 0x5e, - 0xfe, - 0x84, - 0xa9, - 0xfe, - 0x65, - 0x8b, - 0xfe, - 0x21, - 0x0b, - 0xff, - 0x23, - 0x41, - 0xff, - 0x86, - 0x4f, - 0xff, - 0xa5, - 0x64, - 0xff, - 0x1b, - 0x6b, - 0xff, - 0x15, - 0xe5, - 0xff, - 0x2c, - 0xc0, - 0xff, - 0xac, - 0xbf, - 0xff, - 0x11, - 0xf7, - 0xff, - 0xe3, - 0x06, - 0x00, - 0xe5, - 0x10, - 0x00, - 0x76, - 0x7d, - 0xff, - 0xe9, - 0x7d, - 0xff, - 0x3d, - 0xf3, - 0xff, - 0xf0, - 0xc6, - 0xff, - 0x11, - 0x88, - 0xff, - 0x49, - 0x5d, - 0xff, - 0x63, - 0x47, - 0xff, - 0xb1, - 0x62, - 0xff, - 0x8c, - 0x63, - 0xff, - 0x4f, - 0x85, - 0xff, - 0x52, - 0xa9, - 0xff, - 0xa2, - 0xa1, - 0xff, - 0x1a, - 0xa0, - 0xff, - 0x2f, - 0x83, - 0xff, - 0x8c, - 0x93, - 0xff, - 0x1e, - 0x92, - 0xff, - 0x06, - 0x82, - 0xff, - 0x4a, - 0x8d, - 0x0d, - 0x8c, - 0x6e, - 0x1b, - 0x96, - 0x0e, - 0x0d, - 0x4b, - 0x96, - 0x04, - 0x5d, - 0x13, - 0x0b, - 0x2e, - 0x29, - 0x04, - 0x0b, - 0xcf, - 0xfb, - 0xac, - 0x79, - 0xf8, - 0x68, - 0x50, - 0x00, - 0x58, - 0xa4, - 0x06, - 0x6b, - 0xc5, - 0xfb, - 0x7e, - 0x83, - 0xfa, - 0x4b, - 0x82, - 0x00, - 0x26, - 0x10, - 0x00, - 0x98, - 0x3f, - 0xff, - 0x6e, - 0x8e, - 0xfe, - 0x2a, - 0xa9, - 0xff, - 0xef, - 0x7c, - 0x00, - 0xf3, - 0x79, - 0xff, - 0xa5, - 0x9b, - 0xfd, - 0x2f, - 0x13, - 0xfe, - 0xab, - 0x8a, - 0xff, - 0xb2, - 0x35, - 0xfd, - 0xac, - 0xfe, - 0xfc, - 0xb6, - 0x58, - 0xfe, - 0x2c, - 0xda, - 0xfd, - 0x6e, - 0xf2, - 0xfe, - 0xce, - 0x16, - 0xff, - 0xda, - 0xd8, - 0xfe, - 0x41, - 0x2a, - 0x00, - 0x11, - 0xa0, - 0xff, - 0x6f, - 0x1f, - 0xfe, - 0xd7, - 0xd1, - 0xfd, - 0xc5, - 0x71, - 0xfe, - 0x79, - 0x1a, - 0xfe, - 0xb5, - 0x3f, - 0xfe, - 0x77, - 0x81, - 0xff, - 0xa1, - 0xea, - 0xfe, - 0xb3, - 0x33, - 0xff, - 0x2c, - 0xb9, - 0xff, - 0x09, - 0x66, - 0xff, - 0x03, - 0x9c, - 0xff, - 0x03, - 0x30, - 0xff, - 0xba, - 0xa2, - 0xff, - 0x86, - 0xf3, - 0xff, - 0x35, - 0xbe, - 0xff, - 0x45, - 0xa9, - 0xff, - 0xb5, - 0x86, - 0xff, - 0xa3, - 0x0c, - 0x00, - 0x8d, - 0x26, - 0x00, - 0x57, - 0xf2, - 0xff, - 0xb2, - 0x8e, - 0xff, - 0x5f, - 0x76, - 0xff, - 0xeb, - 0x82, - 0xff, - 0x79, - 0x48, - 0xff, - 0xc6, - 0x71, - 0xff, - 0x68, - 0x6e, - 0xff, - 0xfc, - 0x7d, - 0xff, - 0x69, - 0x99, - 0xff, - 0x67, - 0x80, - 0xff, - 0x27, - 0x6b, - 0xff, - 0x35, - 0x7e, - 0xff, - 0x83, - 0x97, - 0xff, - 0x61, - 0x88, - 0xff, - 0xcf, - 0x1d, - 0x0d, - 0xdf, - 0xee, - 0x1a, - 0x80, - 0x53, - 0x0c, - 0x6b, - 0x12, - 0x06, - 0x6b, - 0x79, - 0x0f, - 0x30, - 0xa3, - 0x04, - 0x91, - 0xad, - 0xf9, - 0xd2, - 0xee, - 0xf8, - 0xda, - 0x90, - 0x01, - 0xb2, - 0xe0, - 0x05, - 0xc9, - 0xe8, - 0xf9, - 0xe4, - 0x29, - 0xfc, - 0x54, - 0x3b, - 0x01, - 0x64, - 0xba, - 0xfd, - 0x1c, - 0x43, - 0x00, - 0xc6, - 0x8f, - 0xff, - 0xc0, - 0x22, - 0xfe, - 0x02, - 0x83, - 0x00, - 0x25, - 0xc2, - 0x00, - 0x86, - 0x90, - 0xfd, - 0x07, - 0xba, - 0xfd, - 0x0b, - 0xdf, - 0xff, - 0x3d, - 0xb5, - 0xfc, - 0xb4, - 0x76, - 0xfc, - 0x41, - 0x6a, - 0xfe, - 0x12, - 0x86, - 0xfd, - 0x6d, - 0xc7, - 0xfe, - 0x7d, - 0x58, - 0xff, - 0x93, - 0xaa, - 0xfe, - 0x4a, - 0xf9, - 0xff, - 0x37, - 0x74, - 0xff, - 0x07, - 0x52, - 0xfe, - 0xa0, - 0x1d, - 0xfe, - 0x87, - 0xa0, - 0xfd, - 0xbc, - 0x29, - 0xfe, - 0xc2, - 0x6b, - 0xfe, - 0x0b, - 0x1e, - 0xff, - 0x79, - 0x4d, - 0xff, - 0x77, - 0x50, - 0xff, - 0xac, - 0xe4, - 0xff, - 0xc6, - 0x34, - 0xff, - 0x81, - 0x47, - 0xff, - 0x03, - 0x4c, - 0xff, - 0xcc, - 0xb4, - 0xff, - 0x7d, - 0xdb, - 0xff, - 0x59, - 0x28, - 0xff, - 0x10, - 0x7c, - 0xff, - 0xea, - 0x6d, - 0xff, - 0xb2, - 0x0e, - 0x00, - 0x29, - 0x5f, - 0x00, - 0x12, - 0xd2, - 0xff, - 0x3f, - 0xd7, - 0xff, - 0x64, - 0xda, - 0xff, - 0xba, - 0xaf, - 0xff, - 0x0e, - 0x55, - 0xff, - 0xa7, - 0x72, - 0xff, - 0xe0, - 0x78, - 0xff, - 0xaf, - 0x86, - 0xff, - 0x0a, - 0xab, - 0xff, - 0xa6, - 0x62, - 0xff, - 0x96, - 0x4b, - 0xff, - 0xa4, - 0x71, - 0xff, - 0x97, - 0x99, - 0xff, - 0x33, - 0xa6, - 0xff, - 0xa3, - 0x75, - 0x0d, - 0xc4, - 0xeb, - 0x1b, - 0xdb, - 0x95, - 0x0a, - 0x5b, - 0xc4, - 0x04, - 0x2f, - 0x9f, - 0x14, - 0x46, - 0xf6, - 0x05, - 0xa3, - 0xf9, - 0xf5, - 0x5e, - 0x8f, - 0xfa, - 0x5a, - 0xb0, - 0x03, - 0xe6, - 0x87, - 0x03, - 0x6a, - 0x59, - 0xf7, - 0xb9, - 0x1e, - 0xfe, - 0x9e, - 0x3c, - 0x03, - 0x92, - 0x33, - 0xfb, - 0x22, - 0x80, - 0xff, - 0x01, - 0xe7, - 0x00, - 0xe3, - 0xac, - 0xfd, - 0xdb, - 0xe0, - 0xff, - 0xc6, - 0xa5, - 0x01, - 0xc6, - 0xd4, - 0xfd, - 0xf4, - 0xe8, - 0xfc, - 0x2e, - 0x38, - 0x00, - 0x57, - 0xc6, - 0xfc, - 0xb6, - 0xf9, - 0xfb, - 0xa9, - 0xc8, - 0xfd, - 0x50, - 0xe4, - 0xfc, - 0xa8, - 0x27, - 0xff, - 0x1f, - 0x81, - 0xff, - 0xb2, - 0xfa, - 0xfd, - 0x34, - 0x6f, - 0xff, - 0xe2, - 0xbe, - 0xff, - 0x6e, - 0x38, - 0xfe, - 0x91, - 0xfb, - 0xfd, - 0xcf, - 0x0f, - 0xfe, - 0xe2, - 0xce, - 0xfd, - 0x06, - 0x18, - 0xfe, - 0xda, - 0x53, - 0xff, - 0xf6, - 0x80, - 0xff, - 0x46, - 0x62, - 0xff, - 0xb8, - 0xa4, - 0xff, - 0x74, - 0xfa, - 0xfe, - 0x22, - 0x98, - 0xff, - 0xac, - 0x73, - 0xff, - 0x60, - 0x39, - 0xff, - 0xef, - 0x9e, - 0xff, - 0x56, - 0x34, - 0xff, - 0x83, - 0x79, - 0xff, - 0x53, - 0x29, - 0xff, - 0x62, - 0xb3, - 0xff, - 0x40, - 0x32, - 0x00, - 0x80, - 0xd3, - 0xff, - 0x10, - 0xd8, - 0xff, - 0xdb, - 0xbc, - 0xff, - 0x20, - 0xf0, - 0xff, - 0xf1, - 0x8f, - 0xff, - 0x47, - 0x8e, - 0xff, - 0x68, - 0x97, - 0xff, - 0xee, - 0x6e, - 0xff, - 0x30, - 0x95, - 0xff, - 0x8c, - 0x67, - 0xff, - 0x00, - 0x6a, - 0xff, - 0x3b, - 0x69, - 0xff, - 0x8c, - 0xa0, - 0xff, - 0xd8, - 0xb1, - 0xff, - 0x28, - 0xdf, - 0x10, - 0x5b, - 0xff, - 0x1d, - 0x7b, - 0x80, - 0x05, - 0x59, - 0x29, - 0x04, - 0x28, - 0xfa, - 0x18, - 0x95, - 0x7a, - 0x05, - 0x76, - 0x50, - 0xf3, - 0x88, - 0x1d, - 0xfc, - 0xd1, - 0xa6, - 0x07, - 0xd2, - 0x95, - 0xff, - 0x42, - 0x82, - 0xf3, - 0x2a, - 0x67, - 0x02, - 0x9a, - 0x74, - 0x04, - 0x1b, - 0x24, - 0xf9, - 0x3a, - 0x89, - 0xfe, - 0xe4, - 0xb6, - 0x01, - 0x12, - 0x3e, - 0xfe, - 0x7d, - 0xf3, - 0xfe, - 0x8c, - 0x59, - 0x02, - 0x09, - 0xef, - 0xfd, - 0x96, - 0x92, - 0xfc, - 0x21, - 0x89, - 0x00, - 0x04, - 0x97, - 0xfc, - 0xfc, - 0xce, - 0xfb, - 0x3b, - 0x0b, - 0xfd, - 0x56, - 0xd7, - 0xfc, - 0x62, - 0x8f, - 0xff, - 0x59, - 0xcc, - 0xfe, - 0xd4, - 0x7a, - 0xfd, - 0x2c, - 0x68, - 0xff, - 0x3e, - 0xb4, - 0xff, - 0x02, - 0x3a, - 0xfe, - 0x84, - 0x1d, - 0xfe, - 0xde, - 0x43, - 0xfe, - 0x68, - 0x6b, - 0xfd, - 0x0a, - 0x7f, - 0xfe, - 0x86, - 0x1c, - 0x00, - 0x8e, - 0xe9, - 0xfe, - 0x80, - 0xfa, - 0xfe, - 0x8a, - 0x9b, - 0xff, - 0x45, - 0x4e, - 0xff, - 0xbe, - 0xe9, - 0xff, - 0x62, - 0x37, - 0xff, - 0xe8, - 0x17, - 0xff, - 0x96, - 0x4e, - 0xff, - 0xef, - 0x61, - 0xff, - 0x16, - 0x89, - 0xff, - 0x78, - 0xdb, - 0xfe, - 0x7c, - 0xab, - 0xff, - 0xc7, - 0xef, - 0xff, - 0x76, - 0x9b, - 0xff, - 0x8d, - 0xa9, - 0xff, - 0x49, - 0xac, - 0xff, - 0x2f, - 0xe1, - 0xff, - 0x07, - 0x83, - 0xff, - 0x01, - 0xb8, - 0xff, - 0xbb, - 0xbc, - 0xff, - 0xdb, - 0x86, - 0xff, - 0x29, - 0xb8, - 0xff, - 0xf2, - 0x83, - 0xff, - 0x95, - 0x63, - 0xff, - 0xa5, - 0x99, - 0xff, - 0x97, - 0xb4, - 0xff, - 0x2d, - 0x92, - 0xff, - 0xad, - 0x1c, - 0x13, - 0xfc, - 0x8b, - 0x20, - 0x0c, - 0x96, - 0x02, - 0xdc, - 0xf8, - 0x00, - 0x42, - 0xf5, - 0x1b, - 0xc9, - 0x0e, - 0x08, - 0x4b, - 0x1e, - 0xf1, - 0x6b, - 0xcf, - 0xfc, - 0x8e, - 0x4a, - 0x0b, - 0x50, - 0xc7, - 0xfc, - 0x0c, - 0x90, - 0xef, - 0xb1, - 0xde, - 0x04, - 0x0f, - 0x41, - 0x07, - 0x5c, - 0x1c, - 0xf8, - 0x37, - 0x4c, - 0xfc, - 0xe8, - 0x03, - 0x02, - 0xa0, - 0xa7, - 0xff, - 0xcd, - 0x43, - 0xfe, - 0xa0, - 0x5a, - 0x02, - 0x0f, - 0xd5, - 0xfe, - 0xc4, - 0x12, - 0xfc, - 0xc3, - 0x8d, - 0x00, - 0xb0, - 0xe6, - 0xfc, - 0xdb, - 0xa4, - 0xfb, - 0x36, - 0x0a, - 0xfd, - 0x87, - 0x2a, - 0xfc, - 0xef, - 0x2d, - 0xff, - 0x06, - 0xbf, - 0xfe, - 0x76, - 0x22, - 0xfd, - 0xf6, - 0x25, - 0xff, - 0x41, - 0xa3, - 0xff, - 0xbe, - 0xa6, - 0xfe, - 0xb6, - 0x0e, - 0xfe, - 0xdd, - 0x63, - 0xfe, - 0x7a, - 0xe3, - 0xfd, - 0x63, - 0x9b, - 0xfe, - 0x76, - 0x5a, - 0x00, - 0x22, - 0x7f, - 0xfe, - 0x00, - 0xb9, - 0xfe, - 0x53, - 0xdc, - 0xff, - 0x62, - 0x53, - 0xff, - 0xe5, - 0xf6, - 0xff, - 0x8f, - 0x31, - 0xff, - 0x5d, - 0x2c, - 0xff, - 0x7e, - 0x46, - 0xff, - 0xc4, - 0x53, - 0xff, - 0xe1, - 0x98, - 0xff, - 0xbd, - 0xbf, - 0xfe, - 0xd6, - 0x84, - 0xff, - 0x99, - 0xcb, - 0xff, - 0xae, - 0x86, - 0xff, - 0xa8, - 0x8c, - 0xff, - 0x09, - 0x66, - 0xff, - 0x32, - 0x9a, - 0xff, - 0x2a, - 0x7e, - 0xff, - 0x40, - 0xc4, - 0xff, - 0xca, - 0xc6, - 0xff, - 0xa9, - 0xb4, - 0xff, - 0xc4, - 0xef, - 0xff, - 0x0c, - 0xc3, - 0xff, - 0x62, - 0x92, - 0xff, - 0x17, - 0xa8, - 0xff, - 0x40, - 0x9a, - 0xff, - 0xe4, - 0x88, - 0xff, - 0x13, - 0x4e, - 0x14, - 0x2b, - 0x77, - 0x23, - 0x91, - 0xa5, - 0x01, - 0xef, - 0xe7, - 0xfb, - 0xd3, - 0xf3, - 0x1c, - 0xab, - 0x71, - 0x0c, - 0x1d, - 0x03, - 0xf0, - 0xfe, - 0x4e, - 0xfc, - 0xcb, - 0x87, - 0x0e, - 0xeb, - 0xbb, - 0xfb, - 0x36, - 0xda, - 0xea, - 0xfb, - 0x1a, - 0x05, - 0x29, - 0x17, - 0x0b, - 0x3b, - 0x79, - 0xf8, - 0x38, - 0x80, - 0xf9, - 0x40, - 0xe8, - 0x00, - 0x8e, - 0x3b, - 0x01, - 0x01, - 0x67, - 0xfe, - 0x06, - 0xa7, - 0x01, - 0x4e, - 0xe0, - 0xff, - 0x70, - 0xd3, - 0xfb, - 0x96, - 0xdd, - 0xff, - 0x4b, - 0xa2, - 0xfd, - 0x84, - 0x97, - 0xfb, - 0x19, - 0x8f, - 0xfc, - 0x47, - 0xbf, - 0xfb, - 0x77, - 0x7a, - 0xfe, - 0x21, - 0x59, - 0xfe, - 0xab, - 0x26, - 0xfd, - 0x5b, - 0x24, - 0xff, - 0x6a, - 0x3b, - 0xff, - 0xc6, - 0xb8, - 0xfe, - 0x95, - 0x5b, - 0xfe, - 0xaa, - 0xa0, - 0xfe, - 0xac, - 0x66, - 0xfe, - 0x45, - 0x40, - 0xfe, - 0x5c, - 0x1e, - 0x00, - 0xc7, - 0xc1, - 0xfe, - 0x1d, - 0x77, - 0xfe, - 0x5a, - 0xe3, - 0xff, - 0x14, - 0x53, - 0xff, - 0xb1, - 0xbd, - 0xff, - 0xe1, - 0x2f, - 0xff, - 0x77, - 0x52, - 0xff, - 0x9a, - 0x5d, - 0xff, - 0x78, - 0x2c, - 0xff, - 0xbd, - 0x80, - 0xff, - 0xbe, - 0xa6, - 0xfe, - 0x17, - 0x8a, - 0xff, - 0x7b, - 0xb9, - 0xff, - 0x24, - 0x20, - 0xff, - 0x53, - 0x4a, - 0xff, - 0xe5, - 0x53, - 0xff, - 0x94, - 0x84, - 0xff, - 0x47, - 0x43, - 0xff, - 0xd8, - 0x9d, - 0xff, - 0x3a, - 0xc9, - 0xff, - 0x62, - 0xbe, - 0xff, - 0x29, - 0x05, - 0x00, - 0x67, - 0xe5, - 0xff, - 0x68, - 0xa5, - 0xff, - 0xf9, - 0xa0, - 0xff, - 0xe6, - 0xb3, - 0xff, - 0xde, - 0x8f, - 0xff, - 0x67, - 0xc6, - 0x15, - 0x99, - 0x85, - 0x26, - 0x84, - 0xcc, - 0x00, - 0x62, - 0x44, - 0xf7, - 0x6b, - 0x98, - 0x1c, - 0xe0, - 0xc9, - 0x0f, - 0x9a, - 0x73, - 0xf0, - 0xbf, - 0x0f, - 0xfc, - 0x7b, - 0x6c, - 0x11, - 0x92, - 0x5f, - 0xfb, - 0x66, - 0x3b, - 0xe6, - 0x49, - 0x5c, - 0x04, - 0x22, - 0x34, - 0x0e, - 0x3a, - 0x62, - 0xfa, - 0x27, - 0x7e, - 0xf7, - 0x76, - 0x7b, - 0xfe, - 0xe1, - 0x52, - 0x02, - 0xd9, - 0x58, - 0xff, - 0xe2, - 0x43, - 0x01, - 0x5a, - 0x5d, - 0x00, - 0xac, - 0x1f, - 0xfc, - 0xc7, - 0x30, - 0xff, - 0x3c, - 0xef, - 0xfd, - 0xc4, - 0xc7, - 0xfb, - 0x43, - 0xd0, - 0xfb, - 0xe0, - 0xc2, - 0xfb, - 0xa8, - 0xc0, - 0xfd, - 0xf8, - 0xe9, - 0xfd, - 0x0a, - 0x6e, - 0xfd, - 0x4d, - 0xe7, - 0xfe, - 0xac, - 0x4c, - 0xff, - 0xaf, - 0x79, - 0xfe, - 0x17, - 0xb8, - 0xfe, - 0xe9, - 0x24, - 0xff, - 0xcc, - 0x4b, - 0xfe, - 0x7f, - 0x1c, - 0xfe, - 0xec, - 0xe2, - 0xff, - 0xd9, - 0x0c, - 0xff, - 0x76, - 0x71, - 0xfe, - 0x2a, - 0xc4, - 0xff, - 0xcd, - 0x36, - 0xff, - 0x2b, - 0x78, - 0xff, - 0xc5, - 0x70, - 0xff, - 0x8f, - 0x5c, - 0xff, - 0xd7, - 0x5c, - 0xff, - 0x86, - 0x1c, - 0xff, - 0x52, - 0x50, - 0xff, - 0x52, - 0xba, - 0xfe, - 0x7a, - 0x91, - 0xff, - 0xa1, - 0x9b, - 0xff, - 0x31, - 0xd1, - 0xfe, - 0xb5, - 0x13, - 0xff, - 0x13, - 0x35, - 0xff, - 0x39, - 0x6d, - 0xff, - 0x1a, - 0x54, - 0xff, - 0x16, - 0x92, - 0xff, - 0x89, - 0xa6, - 0xff, - 0x7e, - 0xac, - 0xff, - 0xd5, - 0xeb, - 0xff, - 0xbf, - 0xbf, - 0xff, - 0x81, - 0x98, - 0xff, - 0x1b, - 0xc6, - 0xff, - 0xc8, - 0xef, - 0xff, - 0xc0, - 0xb0, - 0xff, - 0xaa, - 0xa1, - 0x18, - 0xa2, - 0x66, - 0x29, - 0x77, - 0xda, - 0xfd, - 0xe6, - 0xa3, - 0xf4, - 0xe5, - 0x95, - 0x1c, - 0x43, - 0xd3, - 0x0f, - 0x3b, - 0x77, - 0xf1, - 0x50, - 0xcb, - 0xfd, - 0xc2, - 0x21, - 0x14, - 0xeb, - 0xb4, - 0xf9, - 0x50, - 0x97, - 0xe2, - 0x6e, - 0x5a, - 0x04, - 0xd1, - 0x35, - 0x0f, - 0x21, - 0xdd, - 0xfc, - 0xa4, - 0xe5, - 0xf6, - 0x7a, - 0xa4, - 0xfb, - 0x3d, - 0x82, - 0x02, - 0x3e, - 0x4f, - 0x00, - 0x77, - 0xf8, - 0x01, - 0xb6, - 0x1c, - 0x00, - 0x54, - 0x8c, - 0xfc, - 0xf6, - 0x2f, - 0xff, - 0x9e, - 0xff, - 0xfc, - 0xcf, - 0x43, - 0xfc, - 0x64, - 0x85, - 0xfb, - 0x9b, - 0x3f, - 0xfb, - 0x1a, - 0xb5, - 0xfd, - 0x3f, - 0xb7, - 0xfd, - 0x3c, - 0x2d, - 0xfd, - 0xd4, - 0xdf, - 0xfe, - 0xa2, - 0xe5, - 0xff, - 0x17, - 0x40, - 0xfe, - 0x75, - 0x87, - 0xfe, - 0xcc, - 0x87, - 0xff, - 0x8c, - 0x54, - 0xfe, - 0x5f, - 0x17, - 0xfe, - 0xa5, - 0xaf, - 0xff, - 0x23, - 0x11, - 0xff, - 0xe8, - 0xa6, - 0xfe, - 0xbc, - 0x97, - 0xff, - 0x64, - 0xef, - 0xfe, - 0x4a, - 0x6d, - 0xff, - 0xd0, - 0xaa, - 0xff, - 0xa4, - 0x7b, - 0xff, - 0xbd, - 0x37, - 0xff, - 0x0d, - 0x00, - 0xff, - 0xe1, - 0x44, - 0xff, - 0x53, - 0xb4, - 0xfe, - 0x19, - 0x87, - 0xff, - 0x5e, - 0x93, - 0xff, - 0x91, - 0xc7, - 0xfe, - 0xd1, - 0xe6, - 0xfe, - 0xa7, - 0x11, - 0xff, - 0xfd, - 0x62, - 0xff, - 0x2b, - 0x5b, - 0xff, - 0xc1, - 0x9e, - 0xff, - 0x78, - 0x9a, - 0xff, - 0x5f, - 0x74, - 0xff, - 0xd7, - 0xa5, - 0xff, - 0xe1, - 0xac, - 0xff, - 0x81, - 0x98, - 0xff, - 0x88, - 0xc5, - 0xff, - 0x77, - 0x13, - 0x00, - 0x86, - 0xe9, - 0xff, - 0x43, - 0x93, - 0x1b, - 0xdc, - 0x6c, - 0x2c, - 0x7d, - 0xa8, - 0xfa, - 0x8c, - 0x57, - 0xf2, - 0xfd, - 0xbb, - 0x1c, - 0x5f, - 0x3c, - 0x0e, - 0xb6, - 0x30, - 0xf2, - 0x41, - 0xad, - 0x00, - 0x79, - 0x90, - 0x16, - 0x17, - 0xec, - 0xf7, - 0x6a, - 0x9c, - 0xdf, - 0x7d, - 0x08, - 0x04, - 0xd3, - 0x0d, - 0x0f, - 0x3a, - 0x43, - 0xff, - 0x36, - 0x5a, - 0xf7, - 0x68, - 0x01, - 0xf9, - 0x8a, - 0xcb, - 0x01, - 0xd3, - 0xdb, - 0x00, - 0x41, - 0x5a, - 0x03, - 0x98, - 0xfb, - 0xff, - 0xf9, - 0xbb, - 0xfc, - 0xb4, - 0x09, - 0xff, - 0x14, - 0x98, - 0xfb, - 0xb5, - 0x17, - 0xfd, - 0xcd, - 0x1a, - 0xfb, - 0x77, - 0xb5, - 0xfa, - 0x20, - 0x45, - 0xfe, - 0x60, - 0xc5, - 0xfc, - 0xef, - 0x27, - 0xfd, - 0x6c, - 0x80, - 0xff, - 0x20, - 0x09, - 0x00, - 0xe4, - 0x2b, - 0xfe, - 0xb7, - 0x17, - 0xfe, - 0xbf, - 0x72, - 0xff, - 0x6f, - 0x94, - 0xfe, - 0xdf, - 0x7b, - 0xfe, - 0x42, - 0x72, - 0xff, - 0x8f, - 0x8e, - 0xfe, - 0x64, - 0xc2, - 0xfe, - 0x6f, - 0x80, - 0xff, - 0xb2, - 0xea, - 0xfe, - 0xc3, - 0x5a, - 0xff, - 0x16, - 0x89, - 0xff, - 0x4d, - 0xbb, - 0xff, - 0x72, - 0x2c, - 0xff, - 0x45, - 0xf4, - 0xfe, - 0x71, - 0x0f, - 0xff, - 0x6c, - 0x7c, - 0xfe, - 0xf6, - 0x9b, - 0xff, - 0xb5, - 0x9b, - 0xff, - 0x61, - 0xe5, - 0xfe, - 0x46, - 0xbe, - 0xfe, - 0x17, - 0xeb, - 0xfe, - 0x17, - 0x60, - 0xff, - 0x73, - 0x55, - 0xff, - 0x2c, - 0x99, - 0xff, - 0x39, - 0x5c, - 0xff, - 0xd8, - 0x4a, - 0xff, - 0xb0, - 0x96, - 0xff, - 0xcb, - 0x93, - 0xff, - 0x0b, - 0x84, - 0xff, - 0x0c, - 0xd2, - 0xff, - 0x51, - 0x14, - 0x00, - 0xbb, - 0xe3, - 0xff, - 0x2d, - 0x44, - 0x1d, - 0x62, - 0x05, - 0x30, - 0xbe, - 0x5f, - 0xf9, - 0xbf, - 0xd3, - 0xee, - 0xb6, - 0x01, - 0x1d, - 0x37, - 0xc1, - 0x0c, - 0x1f, - 0x1d, - 0xf2, - 0xb2, - 0xdd, - 0x03, - 0xbd, - 0xc8, - 0x18, - 0xa7, - 0x3c, - 0xf8, - 0x1d, - 0x96, - 0xdc, - 0x0f, - 0x6e, - 0x02, - 0x49, - 0x51, - 0x0f, - 0x8e, - 0xce, - 0x00, - 0xe5, - 0xf1, - 0xf8, - 0x67, - 0x0c, - 0xf7, - 0xef, - 0x64, - 0x00, - 0xb1, - 0xe8, - 0x00, - 0x57, - 0xe7, - 0x04, - 0xf5, - 0xf1, - 0x00, - 0xac, - 0x1f, - 0xfc, - 0x41, - 0xf6, - 0xfe, - 0x0e, - 0xb1, - 0xfa, - 0x73, - 0x6b, - 0xfd, - 0x81, - 0x4f, - 0xfb, - 0xf4, - 0x70, - 0xfa, - 0x8e, - 0x57, - 0xfe, - 0x72, - 0x18, - 0xfc, - 0xd9, - 0x9a, - 0xfd, - 0xd1, - 0xd5, - 0xff, - 0x9a, - 0x56, - 0x00, - 0x4f, - 0x2a, - 0xfe, - 0x00, - 0x34, - 0xfd, - 0x56, - 0x7f, - 0xff, - 0x68, - 0x20, - 0xff, - 0x23, - 0xe1, - 0xfe, - 0x02, - 0x2b, - 0xff, - 0x01, - 0xee, - 0xfd, - 0xe4, - 0x89, - 0xfe, - 0xac, - 0xb7, - 0xff, - 0xd0, - 0x12, - 0xff, - 0x48, - 0x07, - 0xff, - 0x5e, - 0x74, - 0xff, - 0x59, - 0x0a, - 0x00, - 0x1e, - 0x3a, - 0xff, - 0x1e, - 0xe1, - 0xfe, - 0x79, - 0x03, - 0xff, - 0xd2, - 0x4a, - 0xfe, - 0x74, - 0xac, - 0xff, - 0x93, - 0xb6, - 0xff, - 0x2e, - 0xe9, - 0xfe, - 0x08, - 0xd1, - 0xfe, - 0xba, - 0xd6, - 0xfe, - 0xb1, - 0x47, - 0xff, - 0xa9, - 0x45, - 0xff, - 0xfb, - 0x95, - 0xff, - 0x36, - 0x39, - 0xff, - 0xb3, - 0x35, - 0xff, - 0x78, - 0x8d, - 0xff, - 0x9e, - 0x85, - 0xff, - 0xd3, - 0x94, - 0xff, - 0x8a, - 0xcc, - 0xff, - 0x9c, - 0x08, - 0x00, - 0xa8, - 0xcc, - 0xff, - 0xde, - 0xdd, - 0x21, - 0xb0, - 0xc9, - 0x33, - 0x11, - 0xca, - 0xf3, - 0x01, - 0x1d, - 0xec, - 0x97, - 0x52, - 0x1e, - 0xf6, - 0xde, - 0x0a, - 0x17, - 0x94, - 0xf2, - 0x0f, - 0x46, - 0x06, - 0x05, - 0xb7, - 0x19, - 0x50, - 0xbf, - 0xf6, - 0x28, - 0x0c, - 0xdc, - 0x2a, - 0xc8, - 0x02, - 0x6c, - 0x40, - 0x0e, - 0x34, - 0x18, - 0x01, - 0x5d, - 0x43, - 0xf9, - 0x88, - 0x4b, - 0xf7, - 0xb8, - 0x37, - 0xff, - 0x9d, - 0x20, - 0x00, - 0x87, - 0x14, - 0x07, - 0x2c, - 0x10, - 0x01, - 0x3b, - 0x1d, - 0xfb, - 0x4d, - 0xe7, - 0xfe, - 0x0c, - 0xcb, - 0xfa, - 0x7a, - 0x14, - 0xfd, - 0x70, - 0x2a, - 0xfb, - 0x72, - 0xbc, - 0xfa, - 0xd8, - 0xe5, - 0xfd, - 0x37, - 0x7b, - 0xfc, - 0x02, - 0xd6, - 0xfd, - 0x89, - 0xba, - 0xff, - 0xcc, - 0xcf, - 0x00, - 0xff, - 0xb4, - 0xfd, - 0x5f, - 0xa9, - 0xfc, - 0x80, - 0xb6, - 0xff, - 0xa4, - 0x91, - 0xff, - 0xca, - 0x09, - 0xff, - 0x18, - 0xbf, - 0xfe, - 0xd5, - 0x66, - 0xfd, - 0x51, - 0x75, - 0xfe, - 0x6b, - 0xb8, - 0xff, - 0x8e, - 0xe4, - 0xfe, - 0x54, - 0xf9, - 0xfe, - 0x23, - 0x9a, - 0xff, - 0x82, - 0x18, - 0x00, - 0x35, - 0x21, - 0xff, - 0xb2, - 0xee, - 0xfe, - 0xb9, - 0x02, - 0xff, - 0x81, - 0x5e, - 0xfe, - 0x06, - 0xb5, - 0xff, - 0xee, - 0x98, - 0xff, - 0x23, - 0xe5, - 0xfe, - 0xff, - 0xc7, - 0xfe, - 0x04, - 0xd4, - 0xfe, - 0x31, - 0x1e, - 0xff, - 0x02, - 0x3a, - 0xff, - 0xe8, - 0x9c, - 0xff, - 0x92, - 0x32, - 0xff, - 0x7f, - 0x3c, - 0xff, - 0x7d, - 0x6a, - 0xff, - 0x67, - 0x6f, - 0xff, - 0x32, - 0x97, - 0xff, - 0x0f, - 0xe1, - 0xff, - 0x65, - 0xfc, - 0xff, - 0xf5, - 0xa9, - 0xff, - 0x50, - 0x55, - 0x23, - 0x2d, - 0xb8, - 0x38, - 0xa0, - 0x1d, - 0xf3, - 0xb8, - 0xb8, - 0xe5, - 0x06, - 0xdd, - 0x1e, - 0xd7, - 0xc1, - 0x0b, - 0x2a, - 0xf2, - 0xf1, - 0x98, - 0xf0, - 0x06, - 0xf0, - 0xc9, - 0x19, - 0xd0, - 0x0a, - 0xfa, - 0x79, - 0xb6, - 0xda, - 0x1b, - 0x07, - 0x00, - 0xbf, - 0x7d, - 0x0f, - 0x37, - 0x5d, - 0x00, - 0x03, - 0xd0, - 0xf9, - 0xb7, - 0x0b, - 0xf8, - 0x31, - 0x55, - 0xfe, - 0xdd, - 0x9e, - 0xfe, - 0x1b, - 0x1e, - 0x08, - 0x8b, - 0xe3, - 0x02, - 0xf9, - 0x1c, - 0xf9, - 0x02, - 0x7a, - 0xff, - 0x05, - 0x9d, - 0xfb, - 0xf7, - 0xd4, - 0xfb, - 0x1a, - 0xd0, - 0xfb, - 0xfa, - 0xb3, - 0xfa, - 0xb8, - 0xad, - 0xfd, - 0x0b, - 0x00, - 0xfd, - 0x51, - 0xdb, - 0xfd, - 0x21, - 0x9c, - 0xff, - 0x71, - 0xe0, - 0x00, - 0xff, - 0x88, - 0xfd, - 0x06, - 0x61, - 0xfc, - 0x89, - 0x03, - 0x00, - 0x11, - 0xd1, - 0xff, - 0xc7, - 0xb8, - 0xfe, - 0x59, - 0x93, - 0xfe, - 0x1e, - 0x49, - 0xfd, - 0x5b, - 0x24, - 0xfe, - 0xb2, - 0x91, - 0xff, - 0x11, - 0xa9, - 0xfe, - 0x96, - 0x1e, - 0xff, - 0xc5, - 0xb4, - 0xff, - 0x0f, - 0x02, - 0x00, - 0xcf, - 0x5e, - 0xff, - 0x56, - 0xe4, - 0xfe, - 0xf8, - 0x22, - 0xff, - 0x73, - 0x82, - 0xfe, - 0x94, - 0xc8, - 0xff, - 0x5a, - 0x8f, - 0xff, - 0x79, - 0xac, - 0xfe, - 0xbf, - 0xc2, - 0xfe, - 0xd6, - 0xa5, - 0xfe, - 0xfe, - 0x18, - 0xff, - 0x98, - 0x3a, - 0xff, - 0xe7, - 0xae, - 0xff, - 0x97, - 0x4e, - 0xff, - 0xb7, - 0x27, - 0xff, - 0x53, - 0x6b, - 0xff, - 0x62, - 0x5a, - 0xff, - 0x71, - 0x91, - 0xff, - 0x00, - 0xcf, - 0xff, - 0x39, - 0xf8, - 0xff, - 0x99, - 0xa8, - 0xff, - 0x32, - 0x85, - 0x28, - 0xf7, - 0x7a, - 0x3b, - 0xfe, - 0xaf, - 0xec, - 0xcd, - 0x67, - 0xe5, - 0x56, - 0x89, - 0x20, - 0x35, - 0x8c, - 0x08, - 0x46, - 0xed, - 0xf1, - 0x2b, - 0x07, - 0x08, - 0x32, - 0xe0, - 0x1a, - 0xa5, - 0x1c, - 0xfa, - 0xa7, - 0x42, - 0xda, - 0x74, - 0x18, - 0x00, - 0x12, - 0x41, - 0x0f, - 0x26, - 0xb2, - 0xff, - 0x50, - 0x1f, - 0xf9, - 0xce, - 0x1c, - 0xfa, - 0xab, - 0xa4, - 0xfd, - 0x9e, - 0xa2, - 0xfc, - 0x4c, - 0xa3, - 0x09, - 0x5f, - 0x14, - 0x03, - 0x23, - 0x78, - 0xf8, - 0x22, - 0x01, - 0x00, - 0x0c, - 0xf4, - 0xfb, - 0xb7, - 0x1e, - 0xfb, - 0x50, - 0x38, - 0xfc, - 0xb5, - 0x31, - 0xfb, - 0x02, - 0x20, - 0xfd, - 0x33, - 0x88, - 0xfd, - 0xf0, - 0x07, - 0xfe, - 0xeb, - 0x87, - 0xff, - 0x9e, - 0xbc, - 0x00, - 0x7a, - 0x09, - 0xfd, - 0x02, - 0x8c, - 0xfc, - 0xa7, - 0xad, - 0x00, - 0xe0, - 0x69, - 0xff, - 0x4b, - 0xeb, - 0xfd, - 0x4e, - 0x08, - 0xff, - 0x72, - 0x30, - 0xfd, - 0xba, - 0xb4, - 0xfd, - 0xfd, - 0x62, - 0xff, - 0x3d, - 0x94, - 0xfe, - 0xa7, - 0x3e, - 0xff, - 0x92, - 0xad, - 0xff, - 0x02, - 0x2f, - 0x00, - 0xe4, - 0x58, - 0xff, - 0x08, - 0x05, - 0xff, - 0x1e, - 0x44, - 0xff, - 0xe1, - 0xa6, - 0xfe, - 0x78, - 0xe8, - 0xff, - 0x5c, - 0x4a, - 0xff, - 0xbf, - 0xa4, - 0xfe, - 0xe0, - 0xae, - 0xfe, - 0x8a, - 0x63, - 0xfe, - 0x68, - 0xf6, - 0xfe, - 0x00, - 0x67, - 0xff, - 0x1b, - 0xcc, - 0xff, - 0xe8, - 0x56, - 0xff, - 0x20, - 0x29, - 0xff, - 0xea, - 0x4f, - 0xff, - 0x3b, - 0x6d, - 0xff, - 0x60, - 0x82, - 0xff, - 0xba, - 0xc0, - 0xff, - 0xf1, - 0xe3, - 0xff, - 0xc6, - 0x9a, - 0xff, - 0x3e, - 0x45, - 0x2a, - 0x8e, - 0xb0, - 0x3e, - 0x26, - 0x8f, - 0xeb, - 0xa4, - 0xbe, - 0xe2, - 0x2b, - 0xd2, - 0x20, - 0xb4, - 0x70, - 0x07, - 0x9d, - 0xb6, - 0xf0, - 0x2f, - 0x10, - 0x07, - 0x55, - 0xcb, - 0x1b, - 0x04, - 0x0b, - 0xfe, - 0x2a, - 0x02, - 0xd9, - 0x76, - 0xa0, - 0xfd, - 0x73, - 0xe9, - 0x0f, - 0x4c, - 0x0a, - 0xff, - 0x99, - 0x40, - 0xf9, - 0x48, - 0x3f, - 0xfb, - 0x4d, - 0x3a, - 0xfd, - 0xb0, - 0x9e, - 0xfa, - 0xe8, - 0x50, - 0x09, - 0xa6, - 0x88, - 0x04, - 0xac, - 0x30, - 0xf8, - 0xf9, - 0x16, - 0x00, - 0xd8, - 0x78, - 0xfc, - 0x79, - 0xd7, - 0xfa, - 0x2f, - 0x91, - 0xfc, - 0xc2, - 0x41, - 0xfb, - 0x28, - 0xcf, - 0xfc, - 0xa1, - 0xbe, - 0xfd, - 0xaf, - 0x40, - 0xfe, - 0x51, - 0x37, - 0xff, - 0xbf, - 0x64, - 0x00, - 0x13, - 0xfc, - 0xfc, - 0x94, - 0xaa, - 0xfc, - 0x9a, - 0xb8, - 0x00, - 0x9c, - 0xd2, - 0xfe, - 0xa0, - 0x8c, - 0xfd, - 0xe4, - 0x4b, - 0xff, - 0x67, - 0x1c, - 0xfd, - 0x72, - 0x6d, - 0xfd, - 0x77, - 0x40, - 0xff, - 0x5f, - 0x67, - 0xfe, - 0x1f, - 0x39, - 0xff, - 0xa6, - 0xdc, - 0xff, - 0xba, - 0x30, - 0x00, - 0xc7, - 0x43, - 0xff, - 0xcd, - 0x3a, - 0xff, - 0x40, - 0x8d, - 0xff, - 0x88, - 0x97, - 0xfe, - 0xc3, - 0xb1, - 0xff, - 0x94, - 0x60, - 0xff, - 0x25, - 0xb0, - 0xfe, - 0x40, - 0x6d, - 0xfe, - 0xc1, - 0x37, - 0xfe, - 0xa1, - 0xe5, - 0xfe, - 0xe2, - 0x6b, - 0xff, - 0x9a, - 0xd4, - 0xff, - 0x51, - 0x5d, - 0xff, - 0x3c, - 0x3d, - 0xff, - 0x3b, - 0x47, - 0xff, - 0x50, - 0x5f, - 0xff, - 0xab, - 0x70, - 0xff, - 0xb6, - 0xb9, - 0xff, - 0xb6, - 0xdf, - 0xff, - 0x71, - 0x89, - 0xff, - 0xe9, - 0xbd, - 0x2b, - 0x96, - 0x17, - 0x41, - 0x27, - 0x43, - 0xeb, - 0xad, - 0x78, - 0xe1, - 0x24, - 0x7d, - 0x20, - 0x24, - 0x41, - 0x06, - 0x07, - 0x35, - 0xef, - 0xf3, - 0xe9, - 0x04, - 0x4a, - 0x35, - 0x1d, - 0xdf, - 0x32, - 0x02, - 0x24, - 0x07, - 0xd8, - 0xd6, - 0xbe, - 0xfb, - 0x5b, - 0x82, - 0x0f, - 0x6c, - 0xb1, - 0xfe, - 0x1b, - 0x3f, - 0xfa, - 0x62, - 0x88, - 0xfb, - 0x11, - 0xf4, - 0xfc, - 0x48, - 0x3d, - 0xf9, - 0x41, - 0x1d, - 0x08, - 0xb9, - 0x9f, - 0x05, - 0xe8, - 0xfe, - 0xf8, - 0xb3, - 0xc7, - 0xff, - 0xe1, - 0xcd, - 0xfc, - 0xb3, - 0xc6, - 0xfb, - 0x1f, - 0x32, - 0xfc, - 0xc7, - 0x12, - 0xfb, - 0xce, - 0x2d, - 0xfd, - 0x82, - 0x8c, - 0xfd, - 0x2a, - 0x89, - 0xfe, - 0xd1, - 0xc8, - 0xfe, - 0x83, - 0xe0, - 0xff, - 0x0f, - 0x61, - 0xfd, - 0xb3, - 0x7f, - 0xfc, - 0x15, - 0x03, - 0x00, - 0x05, - 0xb2, - 0xfe, - 0x2b, - 0xbb, - 0xfd, - 0x8f, - 0xe8, - 0xfe, - 0x52, - 0x43, - 0xfd, - 0x81, - 0x9e, - 0xfd, - 0x21, - 0xc0, - 0xfe, - 0xe7, - 0x69, - 0xfe, - 0x76, - 0x57, - 0xff, - 0x23, - 0xcb, - 0xff, - 0x8c, - 0x1f, - 0x00, - 0xc8, - 0x55, - 0xff, - 0xa8, - 0x99, - 0xff, - 0x97, - 0x85, - 0xff, - 0xe9, - 0x4d, - 0xfe, - 0x09, - 0xc3, - 0xff, - 0xc8, - 0x8d, - 0xff, - 0x6c, - 0x9c, - 0xfe, - 0xeb, - 0x2b, - 0xfe, - 0x07, - 0x2d, - 0xfe, - 0x57, - 0xe7, - 0xfe, - 0xed, - 0x5a, - 0xff, - 0xa0, - 0xd3, - 0xff, - 0x41, - 0x4e, - 0xff, - 0x91, - 0x58, - 0xff, - 0xcf, - 0x4c, - 0xff, - 0xb9, - 0x3a, - 0xff, - 0x80, - 0x72, - 0xff, - 0x41, - 0xb0, - 0xff, - 0x00, - 0xe5, - 0xff, - 0x1d, - 0x9a, - 0xff, - 0x50, - 0x1f, - 0x2b, - 0x02, - 0x60, - 0x43, - 0x91, - 0x61, - 0xee, - 0x74, - 0x97, - 0xdf, - 0x56, - 0x48, - 0x1f, - 0x55, - 0x88, - 0x06, - 0x61, - 0x03, - 0xed, - 0xb7, - 0x81, - 0x01, - 0xd4, - 0x1e, - 0x1e, - 0x91, - 0xbd, - 0x07, - 0x4a, - 0x05, - 0xd8, - 0x6a, - 0x1a, - 0xf9, - 0x29, - 0x7a, - 0x0e, - 0x2b, - 0xa0, - 0xfe, - 0xe1, - 0x6a, - 0xfc, - 0xa3, - 0xf6, - 0xfa, - 0x6f, - 0x68, - 0xfc, - 0x14, - 0xbf, - 0xf8, - 0x9d, - 0x0f, - 0x06, - 0xe2, - 0x88, - 0x06, - 0x41, - 0x99, - 0xfa, - 0xfb, - 0x7d, - 0xff, - 0xda, - 0xc3, - 0xfc, - 0xc8, - 0x93, - 0xfd, - 0x42, - 0xd1, - 0xfb, - 0x9e, - 0x60, - 0xfa, - 0x20, - 0x48, - 0xfe, - 0xa9, - 0x03, - 0xfd, - 0x82, - 0x96, - 0xfe, - 0x43, - 0x67, - 0xfe, - 0x06, - 0x60, - 0xff, - 0x77, - 0xb6, - 0xfd, - 0xc5, - 0xce, - 0xfb, - 0xe6, - 0xc5, - 0xff, - 0xf8, - 0x9e, - 0xfe, - 0x1d, - 0xbf, - 0xfd, - 0xa0, - 0x07, - 0xff, - 0x5e, - 0x74, - 0xfd, - 0xa8, - 0xa4, - 0xfd, - 0xb3, - 0x55, - 0xfe, - 0xf3, - 0xab, - 0xfe, - 0x08, - 0x4d, - 0xff, - 0xe7, - 0x7a, - 0xff, - 0x69, - 0x69, - 0x00, - 0x8c, - 0x96, - 0xff, - 0x47, - 0x7d, - 0xff, - 0x4c, - 0x60, - 0xff, - 0xdb, - 0x65, - 0xfe, - 0x9b, - 0xd6, - 0xff, - 0x6d, - 0x8b, - 0xff, - 0x33, - 0x9b, - 0xfe, - 0xe7, - 0x25, - 0xfe, - 0x7a, - 0x22, - 0xfe, - 0x47, - 0xde, - 0xfe, - 0xa0, - 0x58, - 0xff, - 0x54, - 0xda, - 0xff, - 0xc7, - 0x3e, - 0xff, - 0xfb, - 0x49, - 0xff, - 0x72, - 0x58, - 0xff, - 0x36, - 0x3f, - 0xff, - 0x6b, - 0x67, - 0xff, - 0x1b, - 0xa3, - 0xff, - 0x82, - 0xfc, - 0xff, - 0xb6, - 0xa1, - 0xff, - 0x34, - 0x50, - 0x2a, - 0x1a, - 0x71, - 0x44, - 0x42, - 0xe8, - 0xf1, - 0xa2, - 0xef, - 0xdf, - 0xfd, - 0xd4, - 0x1d, - 0xd1, - 0x0c, - 0x06, - 0x08, - 0x8b, - 0xea, - 0xd1, - 0xfb, - 0xfd, - 0xc4, - 0xef, - 0x1e, - 0xf1, - 0x53, - 0x0c, - 0xa5, - 0x3d, - 0xd9, - 0x29, - 0x03, - 0xf7, - 0x34, - 0x41, - 0x0c, - 0x23, - 0xfe, - 0xfe, - 0xe1, - 0x36, - 0xff, - 0xcd, - 0x2b, - 0xfa, - 0x91, - 0x0c, - 0xfb, - 0x8b, - 0x26, - 0xf9, - 0xf7, - 0x9d, - 0x04, - 0x81, - 0xe5, - 0x05, - 0xed, - 0xc1, - 0xfc, - 0xd0, - 0x14, - 0x00, - 0x59, - 0xca, - 0xfb, - 0x5d, - 0xb3, - 0xff, - 0xfd, - 0x3b, - 0xfc, - 0x91, - 0x39, - 0xf9, - 0xc0, - 0x88, - 0xff, - 0x5e, - 0x7e, - 0xfc, - 0x59, - 0x28, - 0xfe, - 0x65, - 0x68, - 0xfe, - 0x92, - 0x23, - 0xfe, - 0x92, - 0x8f, - 0xfd, - 0x0d, - 0x5b, - 0xfc, - 0xf2, - 0x72, - 0xff, - 0xe8, - 0xde, - 0xfd, - 0xf3, - 0x8d, - 0xfe, - 0x79, - 0x6b, - 0xff, - 0xde, - 0x08, - 0xfd, - 0xd7, - 0xf6, - 0xfd, - 0xca, - 0x22, - 0xfe, - 0x49, - 0x69, - 0xfe, - 0x59, - 0x50, - 0xff, - 0x6a, - 0xaf, - 0xff, - 0xb2, - 0x91, - 0x00, - 0x12, - 0x68, - 0xff, - 0x9a, - 0x68, - 0xff, - 0xf0, - 0x7c, - 0xff, - 0xbf, - 0x7c, - 0xfe, - 0x6b, - 0xaa, - 0xff, - 0xc2, - 0x93, - 0xff, - 0x3f, - 0xbe, - 0xfe, - 0xa1, - 0x1e, - 0xfe, - 0xbb, - 0x13, - 0xfe, - 0xd9, - 0xe6, - 0xfe, - 0x76, - 0x62, - 0xff, - 0x47, - 0xc8, - 0xff, - 0x7d, - 0x3b, - 0xff, - 0x8c, - 0x36, - 0xff, - 0x9f, - 0x5e, - 0xff, - 0x7e, - 0x3a, - 0xff, - 0x76, - 0x62, - 0xff, - 0x61, - 0xb8, - 0xff, - 0x51, - 0xe5, - 0xff, - 0x49, - 0xad, - 0xff, - 0x58, - 0x30, - 0x29, - 0xf6, - 0xac, - 0x44, - 0xf6, - 0xd8, - 0xf5, - 0x5e, - 0x4b, - 0xe1, - 0xe0, - 0x21, - 0x1c, - 0x9f, - 0x7b, - 0x05, - 0x17, - 0x7f, - 0xe8, - 0x87, - 0x5d, - 0xfa, - 0x86, - 0xff, - 0x1d, - 0x61, - 0x39, - 0x10, - 0x79, - 0x42, - 0xdc, - 0xa4, - 0xfb, - 0xf4, - 0xe5, - 0x7f, - 0x09, - 0xc5, - 0x60, - 0xff, - 0x8f, - 0xdb, - 0x01, - 0x41, - 0x7a, - 0xf9, - 0x8d, - 0x65, - 0xf9, - 0xa0, - 0x4d, - 0xfa, - 0x65, - 0x63, - 0x03, - 0xbf, - 0x0a, - 0x04, - 0x5c, - 0xc0, - 0xfe, - 0xc6, - 0xcd, - 0x01, - 0x2a, - 0xa0, - 0xfa, - 0xa5, - 0xc0, - 0x00, - 0xfd, - 0xf7, - 0xfd, - 0x43, - 0x1a, - 0xf8, - 0x36, - 0xdb, - 0xff, - 0x8a, - 0xf2, - 0xfc, - 0x2e, - 0x1b, - 0xfd, - 0x8c, - 0x27, - 0xfd, - 0xf5, - 0x39, - 0xfd, - 0xb9, - 0x22, - 0xfe, - 0xb8, - 0x9d, - 0xfc, - 0x6b, - 0x3f, - 0xff, - 0x76, - 0xb8, - 0xfd, - 0x8d, - 0xc6, - 0xfe, - 0xe9, - 0x1c, - 0x00, - 0x96, - 0xde, - 0xfc, - 0x1f, - 0xb8, - 0xfd, - 0x9e, - 0xcc, - 0xfd, - 0x0f, - 0x2d, - 0xfe, - 0xae, - 0xe8, - 0xff, - 0x66, - 0xa3, - 0xff, - 0xe9, - 0x0b, - 0x00, - 0xa7, - 0xaf, - 0xff, - 0xda, - 0x9f, - 0xff, - 0xd5, - 0x3d, - 0xff, - 0xb6, - 0x7b, - 0xfe, - 0xa5, - 0xba, - 0xff, - 0xc4, - 0x8a, - 0xff, - 0xf1, - 0xb3, - 0xfe, - 0x26, - 0x1e, - 0xfe, - 0xbb, - 0x32, - 0xfe, - 0x1c, - 0x15, - 0xff, - 0x60, - 0x44, - 0xff, - 0x76, - 0x8c, - 0xff, - 0x03, - 0x5c, - 0xff, - 0x26, - 0x48, - 0xff, - 0xba, - 0x3e, - 0xff, - 0x49, - 0x35, - 0xff, - 0x83, - 0x70, - 0xff, - 0x70, - 0xa6, - 0xff, - 0x67, - 0xe4, - 0xff, - 0xa4, - 0xbe, - 0xff, - 0xfc, - 0x4b, - 0x27, - 0x38, - 0xeb, - 0x43, - 0xb1, - 0x95, - 0xfa, - 0xe3, - 0x2b, - 0xe4, - 0xa5, - 0xcc, - 0x1a, - 0xb4, - 0x34, - 0x04, - 0xa0, - 0x68, - 0xe6, - 0xb8, - 0x0a, - 0xf7, - 0x62, - 0x9e, - 0x1b, - 0xe5, - 0x5c, - 0x14, - 0x3b, - 0x72, - 0xe0, - 0x2f, - 0x1c, - 0xf2, - 0x28, - 0x2d, - 0x07, - 0x68, - 0xca, - 0xff, - 0x49, - 0xda, - 0x03, - 0xd0, - 0x91, - 0xf9, - 0x6f, - 0xef, - 0xf7, - 0xa7, - 0x67, - 0xfb, - 0x84, - 0x62, - 0x02, - 0xfa, - 0xfc, - 0x01, - 0x3f, - 0xe2, - 0xff, - 0x04, - 0x41, - 0x04, - 0x82, - 0x57, - 0xfa, - 0xd1, - 0x3a, - 0x00, - 0x64, - 0x80, - 0x00, - 0x44, - 0xf1, - 0xf7, - 0x05, - 0x25, - 0xff, - 0x3a, - 0x8e, - 0xfd, - 0xe9, - 0x18, - 0xfb, - 0xaa, - 0x2f, - 0xfc, - 0xf1, - 0x6f, - 0xfd, - 0xdb, - 0x89, - 0xfd, - 0x93, - 0x57, - 0xfd, - 0xbf, - 0x04, - 0x00, - 0x03, - 0x3d, - 0xfd, - 0x45, - 0xde, - 0xfe, - 0xdf, - 0xda, - 0x00, - 0x28, - 0xa4, - 0xfc, - 0xc2, - 0xca, - 0xfc, - 0x90, - 0x0e, - 0xfe, - 0x06, - 0x99, - 0xfe, - 0x65, - 0x60, - 0xff, - 0xd5, - 0xa2, - 0xff, - 0xfe, - 0x1f, - 0x00, - 0xbe, - 0xc8, - 0xff, - 0x30, - 0xc0, - 0xff, - 0x46, - 0x22, - 0xff, - 0x2f, - 0xa2, - 0xfe, - 0xb0, - 0x83, - 0xff, - 0x43, - 0x76, - 0xff, - 0xaa, - 0xc2, - 0xfe, - 0x04, - 0x45, - 0xfe, - 0x82, - 0x75, - 0xfe, - 0xd5, - 0xd3, - 0xfe, - 0x99, - 0x42, - 0xff, - 0xf8, - 0xb0, - 0xff, - 0x3b, - 0x58, - 0xff, - 0xbd, - 0x47, - 0xff, - 0x15, - 0x38, - 0xff, - 0x26, - 0x37, - 0xff, - 0xfd, - 0x61, - 0xff, - 0xd0, - 0xaa, - 0xff, - 0xb4, - 0xe7, - 0xff, - 0x6b, - 0xa4, - 0xff, - 0xdc, - 0x52, - 0x26, - 0xe8, - 0xd6, - 0x42, - 0x75, - 0xb6, - 0xfd, - 0x2f, - 0xd1, - 0xe7, - 0xe4, - 0x21, - 0x19, - 0xd7, - 0xd3, - 0x02, - 0x79, - 0xfc, - 0xe6, - 0x41, - 0x39, - 0xf3, - 0x98, - 0xf9, - 0x16, - 0xb5, - 0xfa, - 0x17, - 0xf0, - 0x24, - 0xe5, - 0x2f, - 0x1b, - 0xf0, - 0xdb, - 0xc1, - 0x05, - 0xf7, - 0x88, - 0xff, - 0x60, - 0x2b, - 0x04, - 0x48, - 0x2d, - 0xfb, - 0xc4, - 0x5e, - 0xf7, - 0xb8, - 0xc4, - 0xfb, - 0x8b, - 0x29, - 0x02, - 0xac, - 0x8c, - 0xff, - 0x83, - 0x49, - 0x00, - 0x31, - 0xcb, - 0x06, - 0x17, - 0x1f, - 0xfb, - 0x5a, - 0x63, - 0xff, - 0x3e, - 0xca, - 0x01, - 0xfd, - 0x74, - 0xf9, - 0x79, - 0x79, - 0xfd, - 0x50, - 0xb0, - 0xfc, - 0x90, - 0x73, - 0xfb, - 0x77, - 0x0f, - 0xfb, - 0x7c, - 0xbb, - 0xfc, - 0x34, - 0xc0, - 0xfd, - 0xcd, - 0x1e, - 0xfe, - 0xbe, - 0x1c, - 0x01, - 0xa7, - 0xff, - 0xfc, - 0xbf, - 0x4b, - 0xfe, - 0x94, - 0xe7, - 0x00, - 0x4f, - 0xf4, - 0xfc, - 0xca, - 0xb9, - 0xfc, - 0xff, - 0xb5, - 0xfd, - 0x4f, - 0x70, - 0xfe, - 0xe4, - 0x04, - 0xff, - 0xea, - 0x2c, - 0x00, - 0xd7, - 0x58, - 0x00, - 0xa3, - 0x35, - 0xff, - 0x4f, - 0x0d, - 0x00, - 0xdc, - 0x6a, - 0xff, - 0xdc, - 0xaa, - 0xfe, - 0x9c, - 0x53, - 0xff, - 0xcd, - 0x4d, - 0xff, - 0xe5, - 0xd6, - 0xfe, - 0x22, - 0x51, - 0xfe, - 0xaf, - 0xae, - 0xfe, - 0x76, - 0xd8, - 0xfe, - 0x8a, - 0x49, - 0xff, - 0x5f, - 0xb0, - 0xff, - 0xd3, - 0x44, - 0xff, - 0xf2, - 0x84, - 0xff, - 0x69, - 0x55, - 0xff, - 0xa3, - 0x1a, - 0xff, - 0x71, - 0x5b, - 0xff, - 0xca, - 0x97, - 0xff, - 0xf4, - 0xd2, - 0xff, - 0x2c, - 0xae, - 0xff, - 0xe3, - 0xf4, - 0x25, - 0xf6, - 0xf4, - 0x41, - 0x04, - 0x59, - 0xff, - 0x17, - 0x2f, - 0xeb, - 0xd1, - 0x0b, - 0x18, - 0x64, - 0xa4, - 0x00, - 0x23, - 0x9d, - 0xe8, - 0xb3, - 0xc9, - 0xf0, - 0x79, - 0x52, - 0x10, - 0xe9, - 0x2f, - 0x1a, - 0x56, - 0xaa, - 0xea, - 0x12, - 0x73, - 0xee, - 0x9f, - 0xbf, - 0x04, - 0x51, - 0x50, - 0xff, - 0x69, - 0x2e, - 0x03, - 0x6b, - 0x22, - 0xfd, - 0x50, - 0x33, - 0xf8, - 0xae, - 0x7a, - 0xfb, - 0xdc, - 0xb6, - 0x01, - 0xa6, - 0x1d, - 0xfe, - 0xb9, - 0xe1, - 0xff, - 0xbe, - 0x23, - 0x08, - 0x37, - 0xab, - 0xfc, - 0x4a, - 0x0b, - 0xff, - 0x35, - 0xeb, - 0x01, - 0x6f, - 0x0f, - 0xfa, - 0x95, - 0x45, - 0xfc, - 0xa2, - 0x72, - 0xfc, - 0xb7, - 0x05, - 0xfc, - 0xe1, - 0x68, - 0xfa, - 0x86, - 0x1e, - 0xfc, - 0x16, - 0xd4, - 0xfd, - 0x7b, - 0xd8, - 0xfe, - 0x0e, - 0xcc, - 0x01, - 0x19, - 0xc7, - 0xfc, - 0x4d, - 0x7d, - 0xfd, - 0x45, - 0x83, - 0x00, - 0xf9, - 0xf7, - 0xfd, - 0xb2, - 0xb6, - 0xfc, - 0xed, - 0x69, - 0xfc, - 0x27, - 0xc9, - 0xfe, - 0xdf, - 0x58, - 0xff, - 0xd6, - 0xe1, - 0xff, - 0x09, - 0x5f, - 0x00, - 0xa6, - 0x28, - 0xff, - 0x03, - 0x33, - 0x00, - 0x00, - 0x8b, - 0xff, - 0x25, - 0xc3, - 0xfe, - 0x47, - 0x36, - 0xff, - 0x2b, - 0x36, - 0xff, - 0x1e, - 0xd4, - 0xfe, - 0x4c, - 0x3e, - 0xfe, - 0x11, - 0xef, - 0xfe, - 0xad, - 0xe2, - 0xfe, - 0x7f, - 0x2b, - 0xff, - 0xac, - 0xbf, - 0xff, - 0x96, - 0x5f, - 0xff, - 0x3c, - 0xa5, - 0xff, - 0x70, - 0x75, - 0xff, - 0xcd, - 0x1e, - 0xff, - 0x71, - 0x2c, - 0xff, - 0x42, - 0x7e, - 0xff, - 0xc8, - 0xbb, - 0xff, - 0xf2, - 0xa5, - 0xff, - 0x0f, - 0xcc, - 0x24, - 0x63, - 0x28, - 0x41, - 0xf0, - 0xb5, - 0x01, - 0x13, - 0x8c, - 0xed, - 0xdf, - 0xdd, - 0x17, - 0xe6, - 0xce, - 0xfe, - 0x95, - 0x4e, - 0xe9, - 0xb5, - 0x30, - 0xf0, - 0x26, - 0xbb, - 0x08, - 0xc6, - 0xfe, - 0x1a, - 0xa5, - 0x8b, - 0xf1, - 0x16, - 0x64, - 0xec, - 0x0c, - 0x91, - 0x03, - 0xef, - 0x1e, - 0x00, - 0x36, - 0x99, - 0x01, - 0x21, - 0x84, - 0xfe, - 0x6b, - 0xac, - 0xfa, - 0x16, - 0xa6, - 0xfa, - 0xed, - 0xd7, - 0x00, - 0x33, - 0xac, - 0xfe, - 0xd0, - 0xa5, - 0xfd, - 0xe2, - 0x6a, - 0x08, - 0x88, - 0x74, - 0xff, - 0x37, - 0xf3, - 0xfd, - 0x56, - 0x3e, - 0x01, - 0xc4, - 0xd0, - 0xfa, - 0x83, - 0x43, - 0xfc, - 0x4a, - 0x63, - 0xfc, - 0x05, - 0x04, - 0xfd, - 0x0b, - 0x95, - 0xfa, - 0xb8, - 0x40, - 0xfb, - 0x9d, - 0x70, - 0xfe, - 0x63, - 0x1e, - 0xfe, - 0x80, - 0x5f, - 0x01, - 0xf8, - 0xf1, - 0xfd, - 0xc1, - 0xf3, - 0xfc, - 0xb0, - 0xb2, - 0xff, - 0x71, - 0x15, - 0xfe, - 0x5e, - 0x3a, - 0xfd, - 0x31, - 0x3d, - 0xfc, - 0xee, - 0x77, - 0xfe, - 0xb8, - 0x8a, - 0xff, - 0xb0, - 0xa0, - 0xff, - 0xae, - 0x68, - 0x00, - 0xc5, - 0x40, - 0xff, - 0x55, - 0x0e, - 0x00, - 0x73, - 0xbe, - 0xff, - 0x00, - 0xfc, - 0xfe, - 0x02, - 0x20, - 0xff, - 0x29, - 0x0a, - 0xff, - 0x1c, - 0x0e, - 0xff, - 0x6f, - 0x62, - 0xfe, - 0x73, - 0xbf, - 0xfe, - 0x67, - 0xeb, - 0xfe, - 0xdd, - 0x3f, - 0xff, - 0x99, - 0xc2, - 0xff, - 0x49, - 0x88, - 0xff, - 0x10, - 0xcd, - 0xff, - 0x77, - 0x90, - 0xff, - 0xe5, - 0x23, - 0xff, - 0x9c, - 0x15, - 0xff, - 0x1b, - 0x5b, - 0xff, - 0x0a, - 0xa4, - 0xff, - 0xd7, - 0xbc, - 0xff, - 0xff, - 0xf9, - 0x22, - 0xff, - 0x93, - 0x40, - 0x0e, - 0xd4, - 0x04, - 0x46, - 0xc7, - 0xee, - 0xe7, - 0x7a, - 0x18, - 0xed, - 0x00, - 0xfe, - 0xec, - 0x7b, - 0xe8, - 0xe5, - 0x94, - 0xf1, - 0x7b, - 0xa9, - 0x01, - 0xf0, - 0xdd, - 0x18, - 0xfe, - 0x1d, - 0xfa, - 0x97, - 0xfa, - 0xea, - 0x84, - 0xaf, - 0x00, - 0x99, - 0xf6, - 0x02, - 0xd5, - 0x78, - 0x00, - 0x56, - 0x11, - 0xfe, - 0xef, - 0x70, - 0xfe, - 0x45, - 0xce, - 0xfa, - 0x8f, - 0x10, - 0xff, - 0xc1, - 0x50, - 0x00, - 0x00, - 0x0a, - 0xfb, - 0xc0, - 0xa4, - 0x06, - 0xb4, - 0xd3, - 0x02, - 0x79, - 0xc2, - 0xfc, - 0xff, - 0x4a, - 0x00, - 0x5c, - 0xb1, - 0xfc, - 0x95, - 0xd5, - 0xfc, - 0x82, - 0xc8, - 0xfc, - 0x63, - 0x00, - 0xfe, - 0xb1, - 0xe9, - 0xfb, - 0x6b, - 0xd9, - 0xfa, - 0x96, - 0x26, - 0xfd, - 0x34, - 0x02, - 0xfd, - 0x4f, - 0x72, - 0x01, - 0x93, - 0x64, - 0xff, - 0x2f, - 0x4b, - 0xfc, - 0x66, - 0x6d, - 0xfe, - 0xd5, - 0x72, - 0xfe, - 0x6a, - 0x0d, - 0xfe, - 0x5b, - 0x78, - 0xfc, - 0x59, - 0x18, - 0xfe, - 0xd3, - 0x89, - 0xff, - 0x8e, - 0x76, - 0xff, - 0x20, - 0x69, - 0x00, - 0xb8, - 0x7d, - 0xff, - 0xc8, - 0xc4, - 0xff, - 0xa6, - 0xe1, - 0xff, - 0x4b, - 0x45, - 0xff, - 0xe3, - 0x27, - 0xff, - 0xde, - 0x28, - 0xff, - 0xa8, - 0x34, - 0xff, - 0x4d, - 0x8b, - 0xfe, - 0xf2, - 0xd1, - 0xfe, - 0x14, - 0xf1, - 0xfe, - 0x2c, - 0x0c, - 0xff, - 0x7a, - 0xc9, - 0xff, - 0xbd, - 0xf4, - 0xff, - 0x5e, - 0xe7, - 0xff, - 0x78, - 0x6c, - 0xff, - 0x17, - 0x3c, - 0xff, - 0xf9, - 0x49, - 0xff, - 0x33, - 0x53, - 0xff, - 0x52, - 0x95, - 0xff, - 0xe3, - 0x93, - 0xff, - 0xab, - 0x53, - 0x1f, - 0x81, - 0x19, - 0x3f, - 0x72, - 0xf6, - 0x0a, - 0x1e, - 0x3e, - 0xef, - 0xd4, - 0x92, - 0x16, - 0x3c, - 0xd9, - 0xff, - 0xce, - 0x9e, - 0xe8, - 0x94, - 0x0f, - 0xf2, - 0xfa, - 0x74, - 0xfa, - 0xd5, - 0x9c, - 0x15, - 0x01, - 0x09, - 0x03, - 0x66, - 0x09, - 0xea, - 0x63, - 0x2b, - 0xfd, - 0x7b, - 0x07, - 0x06, - 0xc0, - 0x07, - 0x00, - 0x8e, - 0xde, - 0xfc, - 0x79, - 0xe5, - 0x01, - 0x9e, - 0x2a, - 0xfc, - 0x60, - 0xf9, - 0xfb, - 0x06, - 0x0c, - 0x02, - 0xf4, - 0xeb, - 0xf9, - 0xd8, - 0x95, - 0x01, - 0xdd, - 0x0d, - 0x05, - 0x1d, - 0x31, - 0xfe, - 0xb5, - 0x19, - 0xff, - 0xaa, - 0x30, - 0xfe, - 0xd5, - 0x80, - 0xfe, - 0x3e, - 0x4d, - 0xfd, - 0x1d, - 0x1e, - 0xff, - 0x8e, - 0x09, - 0xfd, - 0x43, - 0xf6, - 0xf9, - 0x0f, - 0x77, - 0xfc, - 0x72, - 0x98, - 0xfb, - 0x3c, - 0x06, - 0x00, - 0xa9, - 0x88, - 0x00, - 0x43, - 0xea, - 0xfc, - 0x1c, - 0x5a, - 0xfd, - 0x21, - 0xc5, - 0xfd, - 0xe6, - 0x32, - 0xff, - 0x6c, - 0x25, - 0xfd, - 0x93, - 0xa6, - 0xfd, - 0x06, - 0x62, - 0xff, - 0x6f, - 0xf4, - 0xfe, - 0x16, - 0xa1, - 0x00, - 0xd2, - 0xd4, - 0xff, - 0x8c, - 0x3d, - 0xff, - 0x51, - 0xbc, - 0xff, - 0xf9, - 0x84, - 0xff, - 0x9c, - 0x6c, - 0xff, - 0xaf, - 0x36, - 0xff, - 0xcc, - 0x61, - 0xff, - 0xf4, - 0xe5, - 0xfe, - 0x45, - 0xda, - 0xfe, - 0x4a, - 0xf5, - 0xfe, - 0x59, - 0xe4, - 0xfe, - 0xad, - 0xb5, - 0xff, - 0xb5, - 0x1d, - 0x00, - 0x68, - 0xc0, - 0xff, - 0xd7, - 0x94, - 0xff, - 0x16, - 0x6d, - 0xff, - 0xe3, - 0x33, - 0xff, - 0x0e, - 0x75, - 0xff, - 0xa2, - 0x86, - 0xff, - 0xba, - 0x77, - 0xff, - 0x9d, - 0x97, - 0x1e, - 0xe4, - 0x33, - 0x3d, - 0x38, - 0xf2, - 0x0b, - 0x2d, - 0x39, - 0xf2, - 0x1e, - 0xeb, - 0x14, - 0x8b, - 0x87, - 0xfe, - 0xfe, - 0x47, - 0xeb, - 0x2e, - 0x3f, - 0xf1, - 0xed, - 0x46, - 0xf5, - 0xa0, - 0xa2, - 0x13, - 0x8c, - 0xb9, - 0x06, - 0xcd, - 0x4a, - 0xeb, - 0x6b, - 0x84, - 0xfb, - 0xcb, - 0x48, - 0x07, - 0xcb, - 0x26, - 0x00, - 0x1b, - 0xda, - 0xfc, - 0x45, - 0xfb, - 0x03, - 0x6f, - 0x36, - 0xfb, - 0xe9, - 0x2b, - 0xfb, - 0x0f, - 0x8f, - 0x03, - 0x08, - 0xdd, - 0xf7, - 0xdb, - 0x25, - 0xfe, - 0x96, - 0xe8, - 0x04, - 0xfb, - 0x97, - 0xff, - 0xd1, - 0x1c, - 0x00, - 0xf0, - 0x10, - 0xff, - 0x06, - 0x3c, - 0x00, - 0x29, - 0xe9, - 0xfd, - 0xc5, - 0x37, - 0xff, - 0x34, - 0x4a, - 0xfe, - 0x4e, - 0xcf, - 0xf9, - 0x1a, - 0xf2, - 0xfb, - 0x37, - 0xf8, - 0xf9, - 0xde, - 0x93, - 0xfd, - 0xbf, - 0x0b, - 0x01, - 0x37, - 0x25, - 0xfe, - 0x09, - 0x56, - 0xfd, - 0x72, - 0xe6, - 0xfc, - 0xce, - 0x22, - 0xff, - 0xa8, - 0x2d, - 0xfe, - 0xbd, - 0xbe, - 0xfd, - 0xdb, - 0x31, - 0xff, - 0x8a, - 0x82, - 0xfe, - 0x97, - 0x69, - 0x00, - 0xa7, - 0x31, - 0x00, - 0xdc, - 0xe6, - 0xfe, - 0x91, - 0x5a, - 0xff, - 0xec, - 0xaa, - 0xff, - 0xc7, - 0x99, - 0xff, - 0xed, - 0x5b, - 0xff, - 0xa2, - 0xdd, - 0xff, - 0xfc, - 0x22, - 0xff, - 0x21, - 0xb5, - 0xfe, - 0xa2, - 0x21, - 0xff, - 0x30, - 0x08, - 0xff, - 0x19, - 0x99, - 0xff, - 0x33, - 0xc7, - 0xff, - 0x09, - 0xa2, - 0xff, - 0x5a, - 0xd4, - 0xff, - 0xd9, - 0x7e, - 0xff, - 0x09, - 0x2a, - 0xff, - 0xe9, - 0x52, - 0xff, - 0x7f, - 0x8d, - 0xff, - 0x03, - 0x9d, - 0xff, - 0x6c, - 0xc9, - 0x1b, - 0x23, - 0x70, - 0x3b, - 0x9f, - 0xc5, - 0x0f, - 0x1d, - 0x07, - 0xf3, - 0x5a, - 0xbe, - 0x13, - 0xdb, - 0x87, - 0xff, - 0x34, - 0x70, - 0xec, - 0x01, - 0x12, - 0xf3, - 0x86, - 0xb8, - 0xef, - 0x44, - 0x02, - 0x0f, - 0x4c, - 0x20, - 0x0d, - 0x2d, - 0x3a, - 0xed, - 0xb2, - 0x35, - 0xf8, - 0xf0, - 0x32, - 0x09, - 0x87, - 0xc0, - 0x02, - 0xd9, - 0xb5, - 0xfa, - 0xb5, - 0x25, - 0x04, - 0x9d, - 0x01, - 0xfd, - 0xfe, - 0xb9, - 0xf8, - 0xa1, - 0xcd, - 0x04, - 0xad, - 0x68, - 0xf8, - 0xd7, - 0x17, - 0xfb, - 0xbc, - 0x60, - 0x04, - 0x58, - 0xd6, - 0xfe, - 0xaa, - 0x73, - 0x03, - 0x97, - 0xc0, - 0x01, - 0xe1, - 0x90, - 0xfe, - 0x12, - 0x70, - 0xff, - 0xf7, - 0x9b, - 0x00, - 0xb3, - 0xcb, - 0xfe, - 0xc2, - 0xf6, - 0xf9, - 0xfe, - 0xad, - 0xfb, - 0xc2, - 0x8f, - 0xf9, - 0x4e, - 0xd1, - 0xfa, - 0x5e, - 0xd4, - 0xff, - 0xd9, - 0x61, - 0xff, - 0x85, - 0xf0, - 0xfe, - 0x92, - 0xee, - 0xfc, - 0x8e, - 0x9c, - 0xfd, - 0xfb, - 0xab, - 0xfe, - 0x77, - 0xe1, - 0xfe, - 0x92, - 0x6b, - 0xff, - 0x14, - 0xea, - 0xfd, - 0x82, - 0xac, - 0xff, - 0xe0, - 0x71, - 0x00, - 0x79, - 0xfe, - 0xfe, - 0xf7, - 0x55, - 0xff, - 0x96, - 0x6a, - 0xff, - 0xe2, - 0xac, - 0xff, - 0x48, - 0x26, - 0x00, - 0x76, - 0x04, - 0x00, - 0x24, - 0x5d, - 0xff, - 0x74, - 0xe9, - 0xfe, - 0xa0, - 0x2c, - 0xff, - 0x20, - 0x3d, - 0xff, - 0x5e, - 0x68, - 0xff, - 0x0c, - 0xd3, - 0xff, - 0x63, - 0x83, - 0xff, - 0xaa, - 0x9c, - 0xff, - 0x49, - 0xa7, - 0xff, - 0x85, - 0x25, - 0xff, - 0x16, - 0x73, - 0xff, - 0x82, - 0x7b, - 0xff, - 0xc4, - 0x8c, - 0xff, - 0x10, - 0xf3, - 0x1e, - 0x24, - 0x69, - 0x3a, - 0x39, - 0xab, - 0x08, - 0x20, - 0xc7, - 0xf6, - 0x77, - 0x68, - 0x16, - 0x68, - 0x47, - 0xfa, - 0x73, - 0xc6, - 0xee, - 0x5b, - 0x77, - 0xf3, - 0x72, - 0xe8, - 0xed, - 0x0b, - 0x3e, - 0x0e, - 0xc5, - 0x52, - 0x0c, - 0x06, - 0x6d, - 0xf0, - 0x37, - 0xd6, - 0xf7, - 0xa7, - 0x32, - 0x0a, - 0xdd, - 0x3b, - 0x04, - 0xa3, - 0xf6, - 0xf7, - 0x19, - 0x01, - 0x04, - 0xf0, - 0x2b, - 0xfd, - 0xb3, - 0xa5, - 0xf8, - 0x26, - 0x67, - 0x04, - 0xe3, - 0x25, - 0xf9, - 0x51, - 0x53, - 0xfb, - 0xbf, - 0x10, - 0x03, - 0x9f, - 0x4c, - 0xff, - 0xbe, - 0x93, - 0x02, - 0x33, - 0x28, - 0x04, - 0x07, - 0x59, - 0x00, - 0xd3, - 0xe5, - 0xfd, - 0x0e, - 0xd5, - 0x02, - 0xf8, - 0xc6, - 0xfe, - 0x91, - 0xfd, - 0xf8, - 0xf7, - 0x8d, - 0xfc, - 0xbd, - 0x57, - 0xf9, - 0xaa, - 0x96, - 0xf9, - 0x0b, - 0xe8, - 0xfd, - 0x57, - 0x66, - 0xff, - 0xb4, - 0xa7, - 0xff, - 0x2c, - 0x42, - 0xfe, - 0xae, - 0xd1, - 0xfd, - 0xca, - 0xfe, - 0xfc, - 0xd6, - 0xe0, - 0xff, - 0xf4, - 0x60, - 0x00, - 0xaf, - 0x6a, - 0xfd, - 0xb7, - 0xfd, - 0xfe, - 0x8a, - 0xb6, - 0xff, - 0xca, - 0x92, - 0xff, - 0x3b, - 0xc3, - 0xff, - 0x86, - 0x1d, - 0xff, - 0xfe, - 0x8e, - 0xff, - 0x5c, - 0xa1, - 0x00, - 0xd6, - 0x7d, - 0x00, - 0x80, - 0x52, - 0xff, - 0xcb, - 0x1c, - 0xff, - 0xa9, - 0x3c, - 0xff, - 0xc1, - 0x49, - 0xff, - 0x62, - 0x98, - 0xff, - 0x0f, - 0xa0, - 0xff, - 0xea, - 0x7e, - 0xff, - 0xee, - 0x8f, - 0xff, - 0xe2, - 0x5c, - 0xff, - 0x5f, - 0x2e, - 0xff, - 0x8c, - 0x65, - 0xff, - 0x85, - 0x74, - 0xff, - 0xf5, - 0x9a, - 0xff, - 0x79, - 0x17, - 0x1f, - 0x6f, - 0x47, - 0x3a, - 0x0a, - 0x25, - 0x05, - 0x2c, - 0xec, - 0xf4, - 0x07, - 0x33, - 0x1c, - 0xf2, - 0x61, - 0xfa, - 0xd0, - 0xa5, - 0xe9, - 0xc5, - 0xdd, - 0xf6, - 0xf4, - 0x58, - 0xef, - 0xbf, - 0xa4, - 0x09, - 0x8e, - 0x21, - 0x0d, - 0xc6, - 0x5a, - 0xf4, - 0xd0, - 0x3b, - 0xf7, - 0x5b, - 0x1e, - 0x09, - 0x17, - 0x50, - 0x06, - 0x00, - 0x8b, - 0xf5, - 0xc2, - 0xc9, - 0x01, - 0xcd, - 0x84, - 0x00, - 0x20, - 0xa8, - 0xf7, - 0x6a, - 0xcc, - 0x02, - 0x74, - 0x33, - 0xfc, - 0xc0, - 0x66, - 0xfc, - 0xa1, - 0x38, - 0x02, - 0xc9, - 0x9e, - 0xfe, - 0x64, - 0x6d, - 0x00, - 0xad, - 0xb1, - 0x04, - 0x4a, - 0xb4, - 0x04, - 0x54, - 0x0f, - 0xfd, - 0x4b, - 0x79, - 0x01, - 0x6d, - 0x19, - 0x02, - 0x42, - 0x85, - 0xf7, - 0x91, - 0x72, - 0xfb, - 0xe5, - 0x62, - 0xfc, - 0xc0, - 0x99, - 0xf8, - 0xf1, - 0x67, - 0xfb, - 0xa9, - 0x8b, - 0xfe, - 0xba, - 0xa0, - 0xff, - 0x3b, - 0x7c, - 0xff, - 0x32, - 0x84, - 0xff, - 0x6f, - 0xc0, - 0xfc, - 0x13, - 0x24, - 0xfe, - 0xf2, - 0x37, - 0x01, - 0x52, - 0x3c, - 0xfe, - 0xb2, - 0xba, - 0xfd, - 0x48, - 0xac, - 0xff, - 0x42, - 0xc5, - 0xff, - 0xcf, - 0xa2, - 0xff, - 0x98, - 0xb0, - 0xff, - 0xcd, - 0xb4, - 0xff, - 0x2b, - 0x52, - 0x00, - 0xf9, - 0xc3, - 0x00, - 0xca, - 0xc9, - 0xff, - 0x0e, - 0x16, - 0xff, - 0x18, - 0x6f, - 0xff, - 0x9c, - 0x81, - 0xff, - 0x33, - 0x65, - 0xff, - 0x40, - 0xb0, - 0xff, - 0xf0, - 0x7f, - 0xff, - 0xf3, - 0x6c, - 0xff, - 0xfd, - 0x5f, - 0xff, - 0x6c, - 0x08, - 0xff, - 0xd9, - 0x34, - 0xff, - 0x72, - 0x55, - 0xff, - 0x78, - 0xab, - 0xff, - 0xb5, - 0x19, - 0x1f, - 0xf4, - 0x92, - 0x3a, - 0xd3, - 0x88, - 0x00, - 0x08, - 0x29, - 0xf1, - 0xe8, - 0x31, - 0x25, - 0xb7, - 0xed, - 0xfa, - 0xec, - 0xa2, - 0xdf, - 0x4f, - 0x79, - 0xfc, - 0x58, - 0xe5, - 0xf4, - 0xe8, - 0x44, - 0x03, - 0x45, - 0xa0, - 0x0b, - 0x23, - 0xd9, - 0xf9, - 0x20, - 0x20, - 0xf7, - 0x0c, - 0x3e, - 0x04, - 0x88, - 0xf0, - 0x09, - 0xc4, - 0x4e, - 0xf5, - 0x97, - 0x6b, - 0xfc, - 0xa9, - 0xee, - 0x04, - 0x0e, - 0xd2, - 0xf8, - 0xd6, - 0x06, - 0x00, - 0xb8, - 0x8d, - 0xfe, - 0xb5, - 0xa0, - 0xfe, - 0x45, - 0x83, - 0x01, - 0x08, - 0xcf, - 0xfc, - 0xb0, - 0x2c, - 0x00, - 0xb9, - 0x0b, - 0x03, - 0x03, - 0x70, - 0x05, - 0xd4, - 0xde, - 0x00, - 0x76, - 0xd9, - 0xff, - 0xd1, - 0x8c, - 0x01, - 0xfc, - 0xcd, - 0xf9, - 0x72, - 0x5e, - 0xfa, - 0x55, - 0xa0, - 0xfc, - 0x79, - 0x3a, - 0xfa, - 0x70, - 0x0f, - 0xfa, - 0xa2, - 0x8c, - 0xfc, - 0xad, - 0x07, - 0xff, - 0x15, - 0x8b, - 0xff, - 0xe2, - 0x47, - 0x01, - 0x4f, - 0xa2, - 0xfe, - 0xfa, - 0x69, - 0xfc, - 0xaf, - 0x60, - 0xff, - 0xff, - 0x92, - 0xff, - 0xb4, - 0x7a, - 0xfe, - 0xb5, - 0xf7, - 0xfe, - 0x99, - 0x7b, - 0xff, - 0x56, - 0x6f, - 0xff, - 0x63, - 0x15, - 0x00, - 0xea, - 0x69, - 0x00, - 0x08, - 0x20, - 0x00, - 0x84, - 0x46, - 0x00, - 0xfd, - 0xfe, - 0xff, - 0x03, - 0x96, - 0xff, - 0x77, - 0x7f, - 0xff, - 0x34, - 0xa9, - 0xff, - 0xf1, - 0x45, - 0xff, - 0xf2, - 0x69, - 0xff, - 0xaf, - 0xa4, - 0xff, - 0x0d, - 0x3f, - 0xff, - 0xc7, - 0x58, - 0xff, - 0x37, - 0x01, - 0xff, - 0xe6, - 0x02, - 0xff, - 0x7e, - 0x52, - 0xff, - 0xbb, - 0x7a, - 0xff, - 0x5d, - 0xdf, - 0x21, - 0xe9, - 0x1d, - 0x39, - 0x00, - 0x55, - 0xf7, - 0x57, - 0x33, - 0xf4, - 0xf4, - 0xfd, - 0x2b, - 0x0a, - 0x03, - 0xf4, - 0x9d, - 0x41, - 0xde, - 0xcf, - 0x0d, - 0x02, - 0x60, - 0xf2, - 0xf6, - 0xd6, - 0x24, - 0x01, - 0x99, - 0x37, - 0x08, - 0x4f, - 0x1b, - 0xfd, - 0xe4, - 0x04, - 0xf8, - 0x8e, - 0x95, - 0x01, - 0x30, - 0xef, - 0x0a, - 0x00, - 0x9b, - 0xf4, - 0xcb, - 0x23, - 0xfb, - 0x80, - 0x63, - 0x06, - 0xca, - 0x3e, - 0xfb, - 0xa3, - 0x54, - 0xff, - 0x73, - 0xf7, - 0xfd, - 0x1f, - 0x95, - 0x00, - 0xdc, - 0x84, - 0x01, - 0x09, - 0xa8, - 0xfc, - 0x14, - 0xee, - 0xfe, - 0x60, - 0x77, - 0x01, - 0xab, - 0xe8, - 0x05, - 0x87, - 0xeb, - 0x01, - 0x17, - 0xec, - 0x00, - 0x14, - 0x09, - 0x01, - 0x40, - 0xf4, - 0xfa, - 0xf0, - 0x2d, - 0xfb, - 0x9f, - 0xd6, - 0xfa, - 0x65, - 0xbc, - 0xfb, - 0x08, - 0x9b, - 0xfb, - 0xad, - 0xe0, - 0xfa, - 0x54, - 0x39, - 0xfd, - 0xc0, - 0x1e, - 0xff, - 0xb6, - 0x97, - 0x02, - 0xe7, - 0xf8, - 0xff, - 0x2c, - 0x8f, - 0xfc, - 0x97, - 0x06, - 0xfe, - 0xa3, - 0xe9, - 0xfe, - 0x78, - 0x0f, - 0x00, - 0x9a, - 0x35, - 0xff, - 0x8f, - 0x6c, - 0xfe, - 0x45, - 0x89, - 0xff, - 0x22, - 0x5b, - 0x00, - 0xfe, - 0xaf, - 0x00, - 0xdf, - 0x65, - 0x00, - 0x71, - 0xe1, - 0xff, - 0xc7, - 0xcd, - 0xff, - 0x8a, - 0x24, - 0x00, - 0x7d, - 0xd4, - 0xff, - 0x80, - 0x6a, - 0xff, - 0x5e, - 0x32, - 0xff, - 0xc3, - 0x5f, - 0xff, - 0xb3, - 0x6f, - 0xff, - 0x01, - 0x48, - 0xff, - 0x9d, - 0x54, - 0xff, - 0xbc, - 0xdb, - 0xfe, - 0xc0, - 0x1c, - 0xff, - 0xf8, - 0x5b, - 0xff, - 0xc1, - 0x64, - 0xff, - 0xb7, - 0xf4, - 0x22, - 0xc9, - 0xcc, - 0x36, - 0x25, - 0x5a, - 0xf1, - 0xd4, - 0xbb, - 0xf6, - 0x67, - 0x45, - 0x30, - 0x04, - 0xf4, - 0xef, - 0x14, - 0xd3, - 0xdc, - 0x51, - 0x8f, - 0x06, - 0x8f, - 0x69, - 0xfb, - 0x9f, - 0x12, - 0xfd, - 0xb0, - 0x77, - 0x02, - 0x6b, - 0xad, - 0x02, - 0x67, - 0xdf, - 0xf9, - 0x79, - 0x57, - 0xfc, - 0x81, - 0xd2, - 0x0b, - 0x7e, - 0x49, - 0xf7, - 0x9e, - 0xeb, - 0xf9, - 0x73, - 0xa2, - 0x05, - 0xb6, - 0x96, - 0xfd, - 0xe1, - 0x1a, - 0x00, - 0x84, - 0x81, - 0xfd, - 0xff, - 0x43, - 0x00, - 0x1e, - 0xf4, - 0x00, - 0x40, - 0x54, - 0xfe, - 0x95, - 0x60, - 0xfe, - 0xea, - 0x30, - 0xff, - 0x67, - 0xa4, - 0x06, - 0xa2, - 0xcd, - 0x01, - 0xeb, - 0x51, - 0x00, - 0x72, - 0x30, - 0x03, - 0x89, - 0xa8, - 0xfb, - 0x79, - 0x34, - 0xfa, - 0xef, - 0x0c, - 0xfc, - 0x9c, - 0x19, - 0xfc, - 0xf4, - 0x78, - 0xfb, - 0xef, - 0xb0, - 0xfb, - 0x4c, - 0x47, - 0xfc, - 0x88, - 0xce, - 0xfd, - 0x7f, - 0x28, - 0x02, - 0x3f, - 0xe5, - 0x00, - 0x9d, - 0xb9, - 0xfd, - 0x16, - 0xe9, - 0xfd, - 0x96, - 0x85, - 0xfe, - 0x4d, - 0xab, - 0xff, - 0xb4, - 0xb5, - 0xff, - 0xa2, - 0xb9, - 0xfe, - 0x59, - 0x10, - 0xff, - 0x63, - 0x5d, - 0x00, - 0x0a, - 0xb3, - 0x00, - 0xc4, - 0xa0, - 0x00, - 0xeb, - 0xf9, - 0xff, - 0x43, - 0xa0, - 0xff, - 0x78, - 0x30, - 0x00, - 0x8b, - 0xdb, - 0xff, - 0x11, - 0x74, - 0xff, - 0xe4, - 0x26, - 0xff, - 0x7b, - 0x44, - 0xff, - 0xa4, - 0x3f, - 0xff, - 0x13, - 0x27, - 0xff, - 0x54, - 0x60, - 0xff, - 0xd2, - 0xf6, - 0xfe, - 0x1d, - 0x30, - 0xff, - 0xb6, - 0x52, - 0xff, - 0xf2, - 0x67, - 0xff, - 0xb9, - 0x6c, - 0x1f, - 0x2c, - 0x9b, - 0x33, - 0x1a, - 0x5e, - 0xf3, - 0x73, - 0x0b, - 0xf6, - 0xa8, - 0x4d, - 0x31, - 0x60, - 0xd0, - 0xf2, - 0x6b, - 0x62, - 0xda, - 0x15, - 0x59, - 0x09, - 0x6b, - 0x17, - 0xfe, - 0x5e, - 0xd4, - 0xf8, - 0xed, - 0xc7, - 0x00, - 0x3c, - 0x0c, - 0x05, - 0x5b, - 0xfe, - 0xfa, - 0xa3, - 0x9c, - 0xf8, - 0xcf, - 0xd8, - 0x0c, - 0x56, - 0x23, - 0xfb, - 0x98, - 0x6b, - 0xf7, - 0xd6, - 0xd9, - 0x05, - 0x0f, - 0xe4, - 0xfe, - 0x71, - 0x46, - 0xff, - 0x7e, - 0xb5, - 0xfe, - 0xd9, - 0xce, - 0xff, - 0x08, - 0xcb, - 0xff, - 0x91, - 0x44, - 0xff, - 0x61, - 0x40, - 0xff, - 0x8f, - 0x15, - 0xfe, - 0x69, - 0x30, - 0x05, - 0x28, - 0x12, - 0x02, - 0x4d, - 0x77, - 0x00, - 0x85, - 0x56, - 0x03, - 0xed, - 0xda, - 0xfc, - 0xbe, - 0xba, - 0xfa, - 0x7b, - 0xb8, - 0xfc, - 0x5e, - 0x04, - 0xfd, - 0x3f, - 0x9b, - 0xfa, - 0x0b, - 0xf1, - 0xfb, - 0xf6, - 0x95, - 0xfd, - 0xf8, - 0x31, - 0xfc, - 0x0b, - 0x85, - 0x00, - 0x67, - 0x72, - 0x01, - 0x79, - 0x8b, - 0xfe, - 0x6f, - 0xa2, - 0xfe, - 0xc0, - 0xdd, - 0xfe, - 0xfe, - 0xeb, - 0xfe, - 0x78, - 0xff, - 0xfe, - 0xd0, - 0xa0, - 0xff, - 0xe9, - 0x55, - 0xff, - 0x44, - 0x90, - 0xff, - 0x93, - 0xdf, - 0x00, - 0xfc, - 0xa0, - 0x00, - 0xe5, - 0xe7, - 0xff, - 0x84, - 0xd2, - 0xff, - 0x6d, - 0xe5, - 0xff, - 0xf4, - 0xa0, - 0xff, - 0x55, - 0x9d, - 0xff, - 0x65, - 0x40, - 0xff, - 0xd5, - 0x06, - 0xff, - 0x12, - 0x3d, - 0xff, - 0xd1, - 0x1d, - 0xff, - 0xcb, - 0x3e, - 0xff, - 0x0c, - 0x24, - 0xff, - 0xd2, - 0x41, - 0xff, - 0xb4, - 0x51, - 0xff, - 0x54, - 0x5f, - 0xff, - 0xe4, - 0x94, - 0x1c, - 0x36, - 0x63, - 0x2e, - 0xa3, - 0xca, - 0xf4, - 0xdf, - 0xcb, - 0xf9, - 0xde, - 0x2b, - 0x2f, - 0x49, - 0xe6, - 0xf3, - 0xbc, - 0x4f, - 0xdd, - 0x12, - 0x81, - 0x08, - 0x61, - 0xab, - 0xfe, - 0x47, - 0xa4, - 0xf8, - 0x80, - 0xf1, - 0xfe, - 0x76, - 0x0b, - 0x05, - 0x6c, - 0x1f, - 0xfc, - 0x4a, - 0x61, - 0xf8, - 0xc4, - 0x42, - 0x0c, - 0xa7, - 0x09, - 0xfd, - 0x1d, - 0xe6, - 0xf7, - 0x73, - 0xe2, - 0x04, - 0x49, - 0x65, - 0xff, - 0x5a, - 0x1a, - 0xff, - 0xc4, - 0x8d, - 0xfe, - 0x58, - 0x1e, - 0x00, - 0x9c, - 0xc5, - 0xff, - 0xa6, - 0xd4, - 0xfe, - 0x68, - 0x99, - 0xff, - 0x39, - 0x07, - 0xff, - 0xe6, - 0xcb, - 0x03, - 0x9e, - 0x4e, - 0x01, - 0xec, - 0x25, - 0x01, - 0xe2, - 0x67, - 0x02, - 0xf6, - 0x13, - 0xfd, - 0xea, - 0xa8, - 0xfc, - 0x93, - 0x67, - 0xfd, - 0x52, - 0x02, - 0xfd, - 0x87, - 0x27, - 0xfb, - 0x3c, - 0xe7, - 0xfb, - 0x35, - 0xb0, - 0xfd, - 0x67, - 0xef, - 0xfc, - 0x3d, - 0xa8, - 0xff, - 0x01, - 0x4b, - 0x00, - 0x63, - 0xb4, - 0xfe, - 0xa5, - 0x58, - 0xff, - 0x50, - 0x7a, - 0xff, - 0xcb, - 0xd2, - 0xfe, - 0x2b, - 0xc1, - 0xfe, - 0xbc, - 0x73, - 0xff, - 0x17, - 0x83, - 0xff, - 0x81, - 0xca, - 0xff, - 0x5b, - 0x6b, - 0x00, - 0x7e, - 0x6a, - 0x00, - 0x67, - 0xe6, - 0xff, - 0x02, - 0xa6, - 0xff, - 0x90, - 0xcd, - 0xff, - 0xf9, - 0x82, - 0xff, - 0xc5, - 0x92, - 0xff, - 0x68, - 0x4c, - 0xff, - 0xb8, - 0x07, - 0xff, - 0x5b, - 0x2a, - 0xff, - 0xbf, - 0x12, - 0xff, - 0xa6, - 0x4f, - 0xff, - 0xfc, - 0x30, - 0xff, - 0x20, - 0x44, - 0xff, - 0xdd, - 0x5d, - 0xff, - 0x71, - 0x6c, - 0xff, - 0xc1, - 0x1c, - 0x19, - 0x59, - 0xc8, - 0x29, - 0x3c, - 0x1e, - 0xf8, - 0xc5, - 0x6d, - 0xfb, - 0x58, - 0x0c, - 0x2b, - 0xf4, - 0x8f, - 0xf7, - 0x33, - 0x47, - 0xe0, - 0xca, - 0xa1, - 0x06, - 0x28, - 0x06, - 0x00, - 0x68, - 0xff, - 0xf7, - 0xa2, - 0x4f, - 0xfd, - 0xd2, - 0x85, - 0x05, - 0x9a, - 0x9c, - 0xfd, - 0x59, - 0x4a, - 0xf8, - 0xcd, - 0x13, - 0x0b, - 0x45, - 0x6d, - 0xff, - 0x6a, - 0xba, - 0xf7, - 0x29, - 0x3b, - 0x03, - 0xf0, - 0x26, - 0x01, - 0xbb, - 0xd2, - 0xfe, - 0x0b, - 0x6b, - 0xfd, - 0xb6, - 0x89, - 0x00, - 0x73, - 0x5e, - 0x00, - 0x36, - 0x8b, - 0xfe, - 0x50, - 0x78, - 0xff, - 0x70, - 0xdd, - 0xff, - 0x33, - 0x94, - 0x03, - 0xb0, - 0xdb, - 0x00, - 0xe7, - 0x5e, - 0x00, - 0xa8, - 0xf3, - 0x01, - 0xc1, - 0xa3, - 0xfd, - 0xc7, - 0x03, - 0xfd, - 0x27, - 0x98, - 0xfe, - 0xb8, - 0x74, - 0xfd, - 0xd1, - 0x43, - 0xfb, - 0x25, - 0xda, - 0xfc, - 0x99, - 0xc1, - 0xfd, - 0x9c, - 0x4b, - 0xfd, - 0xa6, - 0xe6, - 0xff, - 0xa9, - 0x7c, - 0xff, - 0xf3, - 0x1c, - 0xfe, - 0x38, - 0x52, - 0xff, - 0x3d, - 0xc4, - 0xff, - 0x41, - 0x3e, - 0xff, - 0x6b, - 0x20, - 0xff, - 0xe0, - 0x2f, - 0xff, - 0x07, - 0x47, - 0xff, - 0x7c, - 0xf9, - 0xff, - 0xca, - 0x17, - 0x00, - 0x9d, - 0xee, - 0xff, - 0xd4, - 0xc0, - 0xff, - 0x8d, - 0xa0, - 0xff, - 0xba, - 0xc1, - 0xff, - 0xd4, - 0x72, - 0xff, - 0x5f, - 0x67, - 0xff, - 0x36, - 0x1c, - 0xff, - 0x78, - 0x1d, - 0xff, - 0xfe, - 0x4e, - 0xff, - 0x42, - 0x10, - 0xff, - 0x4c, - 0x52, - 0xff, - 0xee, - 0x3d, - 0xff, - 0x5d, - 0x48, - 0xff, - 0xae, - 0x72, - 0xff, - 0x4a, - 0x6c, - 0xff, - 0x20, - 0xd1, - 0x18, - 0x1a, - 0xbe, - 0x26, - 0x78, - 0x09, - 0xfb, - 0x78, - 0x8f, - 0xff, - 0x0a, - 0x3d, - 0x1e, - 0xe6, - 0xe4, - 0xf3, - 0xcf, - 0xcf, - 0xeb, - 0x37, - 0xbe, - 0x04, - 0x96, - 0x70, - 0xfc, - 0x36, - 0xe9, - 0xfd, - 0xfa, - 0xdf, - 0x00, - 0xd4, - 0x63, - 0xfe, - 0x7b, - 0x4e, - 0xfd, - 0x5b, - 0xdc, - 0x01, - 0x9e, - 0x80, - 0x05, - 0x4c, - 0x03, - 0xfc, - 0xd9, - 0xb0, - 0xfc, - 0x3e, - 0x87, - 0x00, - 0x0c, - 0x1d, - 0x00, - 0xed, - 0xfe, - 0xfe, - 0x75, - 0x1d, - 0xfc, - 0x63, - 0x1a, - 0x00, - 0x3e, - 0x26, - 0x01, - 0xc4, - 0xe2, - 0xff, - 0xd0, - 0x82, - 0x00, - 0x73, - 0x20, - 0x00, - 0x1b, - 0x75, - 0x00, - 0xbd, - 0x86, - 0x00, - 0xdb, - 0xc5, - 0x01, - 0xbb, - 0x9f, - 0x00, - 0x7b, - 0x47, - 0xff, - 0x87, - 0x3d, - 0x00, - 0xc3, - 0x87, - 0xff, - 0x8c, - 0x1b, - 0xff, - 0xa0, - 0x91, - 0xff, - 0xce, - 0x0b, - 0x00, - 0x7d, - 0x39, - 0xff, - 0x71, - 0x5c, - 0xfe, - 0x41, - 0x4d, - 0xfe, - 0x16, - 0x4b, - 0xfd, - 0x8f, - 0xf6, - 0xfd, - 0x82, - 0x4c, - 0xff, - 0xfc, - 0x5d, - 0xff, - 0xce, - 0x4b, - 0xff, - 0x66, - 0xf0, - 0xfe, - 0x54, - 0xc5, - 0xfe, - 0x1c, - 0xfd, - 0xfe, - 0x0b, - 0x5e, - 0xff, - 0xa1, - 0x33, - 0xff, - 0x39, - 0xdc, - 0xfe, - 0x5a, - 0xdb, - 0xfe, - 0x34, - 0xd6, - 0xfe, - 0x9e, - 0x17, - 0xff, - 0x36, - 0x4f, - 0xff, - 0xa6, - 0x57, - 0xff, - 0x1a, - 0x81, - 0xff, - 0x3e, - 0x10, - 0x00, - 0xa2, - 0xf8, - 0xff, - 0xae, - 0x64, - 0xff, - 0xd0, - 0x63, - 0xff, - 0xf5, - 0x53, - 0xff, - 0xe2, - 0x58, - 0xff, - 0x4e, - 0x5c, - 0xff, - 0xb0, - 0x83, - 0xff, - 0x54, - 0xeb, - 0x13, - 0x81, - 0xd4, - 0x21, - 0x7f, - 0x9c, - 0xff, - 0x18, - 0xea, - 0x00, - 0x2d, - 0x73, - 0x1b, - 0xf3, - 0x32, - 0xf7, - 0x5b, - 0x76, - 0xed, - 0x7d, - 0x36, - 0x04, - 0x79, - 0x57, - 0xfc, - 0xca, - 0xe1, - 0xfd, - 0x3c, - 0xb0, - 0x01, - 0xe2, - 0x2a, - 0xfe, - 0x8b, - 0x98, - 0xfd, - 0x0a, - 0xa3, - 0x01, - 0x20, - 0xad, - 0x05, - 0x3d, - 0xd3, - 0xfc, - 0x09, - 0x34, - 0xfc, - 0xad, - 0x86, - 0x00, - 0x7f, - 0xc3, - 0xff, - 0xd1, - 0x40, - 0xff, - 0xdd, - 0xcb, - 0xfc, - 0x15, - 0xd4, - 0xff, - 0xf8, - 0xf4, - 0x00, - 0xe5, - 0x80, - 0xff, - 0x59, - 0xb2, - 0x00, - 0x27, - 0x5b, - 0x00, - 0x4a, - 0x98, - 0x00, - 0x39, - 0xec, - 0x00, - 0x6f, - 0x81, - 0x01, - 0xc7, - 0x73, - 0x00, - 0x65, - 0x4a, - 0xff, - 0x1c, - 0x68, - 0x00, - 0x76, - 0xc7, - 0xff, - 0x46, - 0xd1, - 0xfe, - 0xae, - 0x73, - 0xff, - 0x0c, - 0x5e, - 0x00, - 0x19, - 0x77, - 0xff, - 0x51, - 0xb2, - 0xfe, - 0x58, - 0x3d, - 0xff, - 0x78, - 0x39, - 0xfe, - 0x45, - 0x61, - 0xfe, - 0xdd, - 0x75, - 0xff, - 0xc1, - 0xc0, - 0xfe, - 0xbe, - 0xbb, - 0xfe, - 0xa1, - 0x40, - 0xff, - 0xf7, - 0x9b, - 0xfe, - 0x91, - 0x4c, - 0xfe, - 0x97, - 0x09, - 0xff, - 0xed, - 0x50, - 0xff, - 0xa2, - 0x32, - 0xff, - 0x94, - 0x0c, - 0xff, - 0xf3, - 0xbe, - 0xfe, - 0x0c, - 0xc8, - 0xfe, - 0x50, - 0x3a, - 0xff, - 0x0a, - 0x7b, - 0xff, - 0xb0, - 0x44, - 0xff, - 0x9a, - 0xb9, - 0xff, - 0x92, - 0xd3, - 0xff, - 0x09, - 0x52, - 0xff, - 0x00, - 0x78, - 0xff, - 0x17, - 0x59, - 0xff, - 0x0f, - 0x61, - 0xff, - 0x45, - 0x7c, - 0xff, - 0x06, - 0x79, - 0xff, - 0x59, - 0xf8, - 0x0e, - 0x3d, - 0x45, - 0x1d, - 0xe5, - 0x13, - 0x05, - 0x12, - 0x24, - 0x01, - 0xd3, - 0x2f, - 0x17, - 0xd0, - 0x57, - 0xfc, - 0x92, - 0xb8, - 0xef, - 0x44, - 0x2b, - 0x02, - 0x36, - 0x34, - 0xfc, - 0x86, - 0x3f, - 0xfe, - 0x8d, - 0xc8, - 0x02, - 0xd8, - 0xbf, - 0xfd, - 0xb4, - 0xb8, - 0xfd, - 0x53, - 0x84, - 0x01, - 0x48, - 0x67, - 0x05, - 0xbd, - 0xfe, - 0xfd, - 0x82, - 0x13, - 0xfc, - 0x88, - 0x4a, - 0x00, - 0x49, - 0xb9, - 0xff, - 0x2f, - 0x79, - 0xff, - 0x7b, - 0x21, - 0xfd, - 0x6f, - 0xa4, - 0xff, - 0xbb, - 0x0a, - 0x01, - 0x8a, - 0x3d, - 0xff, - 0xd5, - 0x98, - 0x00, - 0x1d, - 0x83, - 0x00, - 0x64, - 0xe0, - 0x00, - 0x52, - 0x25, - 0x01, - 0x64, - 0xf6, - 0x00, - 0xb5, - 0x36, - 0x00, - 0xff, - 0xac, - 0xff, - 0x9d, - 0x70, - 0x00, - 0x0c, - 0xb8, - 0xff, - 0xaa, - 0x71, - 0xff, - 0x34, - 0xc9, - 0xff, - 0xde, - 0x0a, - 0x00, - 0x02, - 0xb2, - 0xff, - 0xdf, - 0x0f, - 0xff, - 0x03, - 0x85, - 0xff, - 0x58, - 0x0b, - 0xff, - 0xe0, - 0xa7, - 0xfe, - 0xa4, - 0xed, - 0xfe, - 0x29, - 0x92, - 0xfe, - 0xb2, - 0xb6, - 0xfe, - 0x9e, - 0x30, - 0xff, - 0x4d, - 0xc2, - 0xfe, - 0x69, - 0x1c, - 0xfe, - 0x7c, - 0x8b, - 0xfe, - 0x2b, - 0x1c, - 0xff, - 0xc5, - 0x41, - 0xff, - 0x06, - 0x3e, - 0xff, - 0x6e, - 0xc4, - 0xfe, - 0x8c, - 0x9c, - 0xfe, - 0x29, - 0x17, - 0xff, - 0xe8, - 0x5d, - 0xff, - 0xd3, - 0x27, - 0xff, - 0x66, - 0x5a, - 0xff, - 0x4f, - 0x97, - 0xff, - 0xc8, - 0x69, - 0xff, - 0x15, - 0x8c, - 0xff, - 0xb2, - 0x72, - 0xff, - 0x83, - 0x50, - 0xff, - 0x0f, - 0x70, - 0xff, - 0xd0, - 0x96, - 0xff, - 0x54, - 0x14, - 0x0d, - 0x89, - 0x9e, - 0x19, - 0x47, - 0x05, - 0x06, - 0xb3, - 0xd3, - 0x02, - 0x3f, - 0x8c, - 0x13, - 0x54, - 0xa7, - 0xfd, - 0xbe, - 0x98, - 0xf3, - 0x56, - 0x7e, - 0x00, - 0xe5, - 0x37, - 0xfc, - 0x24, - 0x60, - 0xff, - 0x04, - 0x95, - 0x02, - 0x1e, - 0x10, - 0xfe, - 0x65, - 0xf9, - 0xfd, - 0xaf, - 0x91, - 0x01, - 0xad, - 0x77, - 0x04, - 0xba, - 0x91, - 0xfe, - 0xdc, - 0xdc, - 0xfc, - 0xc3, - 0x90, - 0xff, - 0x03, - 0xdc, - 0xff, - 0x6c, - 0x90, - 0xff, - 0x5f, - 0x7e, - 0xfd, - 0x0f, - 0xd4, - 0xff, - 0xb5, - 0xcb, - 0x00, - 0x9d, - 0x76, - 0xff, - 0x95, - 0x5e, - 0x00, - 0xd9, - 0x85, - 0x00, - 0xdb, - 0x5f, - 0x01, - 0x89, - 0xfd, - 0x00, - 0x44, - 0x05, - 0x00, - 0xc1, - 0x6d, - 0x00, - 0x1f, - 0xa8, - 0x00, - 0x4e, - 0x0e, - 0x00, - 0x60, - 0x7c, - 0xff, - 0x95, - 0x4e, - 0x00, - 0x6c, - 0x80, - 0x00, - 0xf0, - 0xcc, - 0xff, - 0x82, - 0x65, - 0xff, - 0xc7, - 0x3f, - 0xff, - 0x46, - 0x5d, - 0xff, - 0xf6, - 0x2d, - 0xff, - 0xc6, - 0xd8, - 0xfe, - 0x2e, - 0x74, - 0xfe, - 0x73, - 0x8b, - 0xfe, - 0x10, - 0x2f, - 0xff, - 0xd5, - 0x1a, - 0xff, - 0xb0, - 0x84, - 0xfe, - 0xbf, - 0x40, - 0xfe, - 0x2b, - 0x6a, - 0xfe, - 0x4c, - 0xcf, - 0xfe, - 0x4b, - 0x14, - 0xff, - 0xee, - 0x04, - 0xff, - 0xb7, - 0xcf, - 0xfe, - 0x67, - 0xcd, - 0xfe, - 0x5f, - 0xfe, - 0xfe, - 0x38, - 0x19, - 0xff, - 0xa2, - 0x14, - 0xff, - 0xc1, - 0x4c, - 0xff, - 0x56, - 0x78, - 0xff, - 0x18, - 0x76, - 0xff, - 0xfe, - 0x8e, - 0xff, - 0xde, - 0x75, - 0xff, - 0x99, - 0x57, - 0xff, - 0xb2, - 0x60, - 0xff, - 0xc7, - 0x9f, - 0xff, - 0x37, - 0x5a, - 0x0b, - 0x16, - 0x51, - 0x17, - 0xb0, - 0xe5, - 0x06, - 0xf7, - 0x1a, - 0x02, - 0x9e, - 0x31, - 0x11, - 0xd8, - 0xf4, - 0xff, - 0x5b, - 0xe6, - 0xf4, - 0x30, - 0xfe, - 0xff, - 0xf2, - 0xcc, - 0xfd, - 0x4c, - 0x46, - 0xff, - 0x0d, - 0xe5, - 0x01, - 0x78, - 0xf7, - 0xfe, - 0xba, - 0xe5, - 0xfe, - 0x0e, - 0xb9, - 0x00, - 0x5d, - 0x64, - 0x03, - 0x8b, - 0xd0, - 0xff, - 0x31, - 0x44, - 0xfd, - 0xff, - 0xce, - 0xfe, - 0x7d, - 0x09, - 0x00, - 0x9c, - 0x0d, - 0x00, - 0xfe, - 0xee, - 0xfd, - 0x56, - 0xa5, - 0xff, - 0x81, - 0xd0, - 0x00, - 0x59, - 0xc5, - 0xff, - 0x22, - 0x2c, - 0x00, - 0x2a, - 0xc3, - 0x00, - 0x42, - 0x96, - 0x01, - 0x30, - 0x67, - 0x00, - 0xf5, - 0x15, - 0x00, - 0x11, - 0x2d, - 0x01, - 0xff, - 0xa2, - 0x00, - 0x50, - 0x08, - 0x00, - 0xd5, - 0x2f, - 0x00, - 0xce, - 0xe9, - 0x00, - 0xf5, - 0x6d, - 0x00, - 0x5a, - 0x80, - 0xff, - 0xdd, - 0x44, - 0xff, - 0x8f, - 0xdb, - 0xfe, - 0x16, - 0x45, - 0xff, - 0xbc, - 0x49, - 0xff, - 0xa7, - 0x74, - 0xfe, - 0x8f, - 0x82, - 0xfe, - 0x99, - 0x1a, - 0xff, - 0xaa, - 0x52, - 0xff, - 0x3d, - 0xe9, - 0xfe, - 0x60, - 0x7f, - 0xfe, - 0x22, - 0x65, - 0xfe, - 0x76, - 0x66, - 0xfe, - 0xda, - 0x91, - 0xfe, - 0x1f, - 0xae, - 0xfe, - 0x79, - 0xc1, - 0xfe, - 0xa4, - 0xfa, - 0xfe, - 0xe2, - 0x13, - 0xff, - 0x9d, - 0xf1, - 0xfe, - 0x2e, - 0xf5, - 0xfe, - 0xf6, - 0x29, - 0xff, - 0x81, - 0x70, - 0xff, - 0x22, - 0x75, - 0xff, - 0xe6, - 0x58, - 0xff, - 0x0b, - 0x79, - 0xff, - 0xa4, - 0x64, - 0xff, - 0x6a, - 0x65, - 0xff, - 0x65, - 0x80, - 0xff, - 0xb6, - 0x92, - 0xff, - 0x4f, - 0x2d, - 0x0a, - 0xa7, - 0xc8, - 0x15, - 0xd4, - 0x2f, - 0x07, - 0x33, - 0xeb, - 0x00, - 0x0c, - 0x39, - 0x0f, - 0xb6, - 0x60, - 0x01, - 0xad, - 0x29, - 0xf6, - 0x28, - 0x8c, - 0x00, - 0xd9, - 0xc9, - 0xfe, - 0x4d, - 0xc7, - 0xfe, - 0xc6, - 0xb3, - 0x01, - 0x70, - 0xeb, - 0xff, - 0xb0, - 0x78, - 0xff, - 0xae, - 0xe2, - 0xff, - 0x26, - 0xd8, - 0x02, - 0xcb, - 0x7e, - 0x00, - 0x25, - 0x36, - 0xfd, - 0x65, - 0xec, - 0xfe, - 0xc4, - 0x61, - 0x00, - 0x47, - 0x18, - 0x00, - 0xd7, - 0x41, - 0xfe, - 0x99, - 0xba, - 0xff, - 0x98, - 0x04, - 0x01, - 0xcc, - 0xa2, - 0xff, - 0x5d, - 0x49, - 0x00, - 0x34, - 0x88, - 0x01, - 0x05, - 0x38, - 0x01, - 0xb6, - 0x18, - 0x00, - 0xad, - 0xb8, - 0x00, - 0xb9, - 0x7d, - 0x01, - 0x68, - 0xe2, - 0x00, - 0x13, - 0x75, - 0x00, - 0x88, - 0x91, - 0x00, - 0xcc, - 0xbf, - 0x00, - 0xbf, - 0xae, - 0xff, - 0x5b, - 0x35, - 0xff, - 0xf8, - 0x34, - 0xff, - 0x9a, - 0xac, - 0xfe, - 0xff, - 0x3d, - 0xff, - 0x77, - 0x1f, - 0xff, - 0x87, - 0x3b, - 0xfe, - 0x6f, - 0xa7, - 0xfe, - 0x22, - 0x9b, - 0xff, - 0x58, - 0x70, - 0xff, - 0xa9, - 0xb4, - 0xfe, - 0xef, - 0x7a, - 0xfe, - 0x60, - 0x3b, - 0xfe, - 0x9d, - 0x65, - 0xfe, - 0xfa, - 0x8a, - 0xfe, - 0x17, - 0x57, - 0xfe, - 0xda, - 0xba, - 0xfe, - 0xad, - 0x20, - 0xff, - 0x0e, - 0x39, - 0xff, - 0xfa, - 0x1e, - 0xff, - 0x1d, - 0x11, - 0xff, - 0x09, - 0x28, - 0xff, - 0xeb, - 0x52, - 0xff, - 0x8a, - 0x77, - 0xff, - 0x52, - 0x40, - 0xff, - 0x75, - 0x48, - 0xff, - 0x98, - 0x72, - 0xff, - 0x39, - 0x72, - 0xff, - 0x73, - 0x8f, - 0xff, - 0xcb, - 0xb3, - 0xff, - 0x73, - 0xdf, - 0x0a, - 0xe2, - 0x0c, - 0x14, - 0x4f, - 0x56, - 0x04, - 0xf4, - 0x75, - 0x02, - 0x64, - 0x2c, - 0x0e, - 0x67, - 0x25, - 0xff, - 0x04, - 0x05, - 0xf9, - 0x7d, - 0x35, - 0x01, - 0x26, - 0x84, - 0xfe, - 0x43, - 0x62, - 0xff, - 0x02, - 0x76, - 0x01, - 0x8e, - 0xae, - 0x00, - 0x73, - 0x31, - 0xff, - 0x1d, - 0xab, - 0xff, - 0x47, - 0xae, - 0x02, - 0x5b, - 0x07, - 0x00, - 0xbf, - 0xe8, - 0xfd, - 0x32, - 0x34, - 0xff, - 0x36, - 0x63, - 0x00, - 0xae, - 0xf6, - 0xff, - 0xec, - 0x86, - 0xfe, - 0x8b, - 0x4a, - 0x00, - 0x69, - 0xaf, - 0x00, - 0xec, - 0xf4, - 0xff, - 0x9f, - 0x66, - 0x01, - 0x23, - 0x3c, - 0x01, - 0xd0, - 0x5a, - 0x00, - 0x01, - 0xfd, - 0x00, - 0x02, - 0xac, - 0x01, - 0x7d, - 0x70, - 0x01, - 0x56, - 0xbc, - 0x00, - 0x54, - 0x38, - 0x00, - 0xa6, - 0x64, - 0x00, - 0x1d, - 0xec, - 0xff, - 0x48, - 0x28, - 0xff, - 0x4f, - 0x54, - 0xff, - 0xd2, - 0xe3, - 0xfe, - 0xfd, - 0xcc, - 0xfe, - 0x1b, - 0x2a, - 0xff, - 0x90, - 0x84, - 0xfe, - 0x21, - 0x52, - 0xfe, - 0x7f, - 0x30, - 0xff, - 0x3c, - 0xac, - 0xff, - 0x42, - 0x12, - 0xff, - 0x64, - 0xa2, - 0xfe, - 0x90, - 0x66, - 0xfe, - 0x27, - 0x2b, - 0xfe, - 0xba, - 0x73, - 0xfe, - 0x25, - 0x7a, - 0xfe, - 0x92, - 0x8a, - 0xfe, - 0x5f, - 0xed, - 0xfe, - 0x3e, - 0x36, - 0xff, - 0x7e, - 0x48, - 0xff, - 0x03, - 0x2f, - 0xff, - 0x61, - 0x21, - 0xff, - 0x76, - 0x17, - 0xff, - 0x8c, - 0x47, - 0xff, - 0x1d, - 0x51, - 0xff, - 0x68, - 0x39, - 0xff, - 0x4c, - 0x5a, - 0xff, - 0xc1, - 0x74, - 0xff, - 0xa9, - 0x9d, - 0xff, - 0xed, - 0xa8, - 0xff, - 0x14, - 0xbf, - 0xff, - 0x29, - 0xf5, - 0x09, - 0xbb, - 0xe6, - 0x11, - 0x75, - 0xd5, - 0x03, - 0xdb, - 0x23, - 0x03, - 0x76, - 0x27, - 0x0d, - 0x97, - 0x42, - 0xff, - 0x72, - 0x76, - 0xfa, - 0x7d, - 0x60, - 0x01, - 0x57, - 0xfb, - 0xfe, - 0x68, - 0xf1, - 0xff, - 0xbb, - 0x4e, - 0x01, - 0x00, - 0x87, - 0x00, - 0x51, - 0x23, - 0xff, - 0x1a, - 0xef, - 0xff, - 0x22, - 0x9b, - 0x02, - 0xd3, - 0xd3, - 0xff, - 0x2b, - 0x48, - 0xfe, - 0xb4, - 0x8a, - 0xff, - 0xc6, - 0x5f, - 0x00, - 0x3d, - 0xe7, - 0xff, - 0x57, - 0x11, - 0xff, - 0x4e, - 0xcd, - 0x00, - 0x4c, - 0xcb, - 0x00, - 0x40, - 0xb7, - 0x00, - 0x32, - 0xa3, - 0x01, - 0x4a, - 0xd7, - 0x00, - 0xd7, - 0x1d, - 0x01, - 0x95, - 0x9d, - 0x01, - 0xd5, - 0x6c, - 0x01, - 0x12, - 0x10, - 0x01, - 0x7f, - 0x1d, - 0x00, - 0xb0, - 0xdf, - 0xff, - 0x6d, - 0x13, - 0x00, - 0x7b, - 0x9b, - 0xff, - 0xe0, - 0x37, - 0xff, - 0x6e, - 0x26, - 0xff, - 0x16, - 0xd1, - 0xfe, - 0xc6, - 0xc8, - 0xfe, - 0xb5, - 0xd8, - 0xfe, - 0x55, - 0x79, - 0xfe, - 0xcb, - 0x93, - 0xfe, - 0x81, - 0x3d, - 0xff, - 0xd8, - 0x5f, - 0xff, - 0xc4, - 0x03, - 0xff, - 0xbe, - 0xaa, - 0xfe, - 0x57, - 0x5a, - 0xfe, - 0x51, - 0x73, - 0xfe, - 0x0b, - 0xa1, - 0xfe, - 0x17, - 0x9f, - 0xfe, - 0xb7, - 0xc3, - 0xfe, - 0x85, - 0xfe, - 0xfe, - 0x13, - 0x35, - 0xff, - 0xa0, - 0x3c, - 0xff, - 0xf4, - 0x3c, - 0xff, - 0x8a, - 0x18, - 0xff, - 0x94, - 0x0c, - 0xff, - 0xf1, - 0x50, - 0xff, - 0x6f, - 0x51, - 0xff, - 0x5e, - 0x52, - 0xff, - 0x85, - 0x5c, - 0xff, - 0x4e, - 0x7d, - 0xff, - 0x81, - 0xb9, - 0xff, - 0x04, - 0xac, - 0xff, - 0xdb, - 0xb1, - 0xff, - 0xf0, - 0x81, - 0x07, - 0xc4, - 0x62, - 0x10, - 0x39, - 0x34, - 0x06, - 0x11, - 0x2b, - 0x01, - 0x3b, - 0x37, - 0x0b, - 0x78, - 0x4f, - 0x02, - 0xca, - 0xd4, - 0xfa, - 0x46, - 0xaa, - 0x01, - 0x71, - 0xad, - 0xff, - 0xa5, - 0x23, - 0xff, - 0x0f, - 0x96, - 0x01, - 0x3b, - 0xcc, - 0x00, - 0x49, - 0xad, - 0xff, - 0xe0, - 0x7e, - 0xff, - 0x59, - 0xf9, - 0x01, - 0x02, - 0x86, - 0x00, - 0x12, - 0x8e, - 0xfe, - 0x39, - 0xa6, - 0xff, - 0xb0, - 0x44, - 0x00, - 0x85, - 0x90, - 0x00, - 0xaa, - 0xf5, - 0xff, - 0x7d, - 0xb3, - 0x00, - 0x58, - 0x5c, - 0x01, - 0x1e, - 0x94, - 0x01, - 0xcd, - 0xc3, - 0x01, - 0xeb, - 0xdc, - 0x00, - 0x7b, - 0x48, - 0x01, - 0x4f, - 0x0a, - 0x01, - 0x7d, - 0x8c, - 0x00, - 0xa5, - 0xca, - 0x00, - 0x2e, - 0xe7, - 0xff, - 0x69, - 0xa2, - 0xff, - 0x45, - 0xe7, - 0xff, - 0xd7, - 0x9a, - 0xff, - 0x02, - 0x0c, - 0xff, - 0x74, - 0xc4, - 0xfe, - 0xa0, - 0xe5, - 0xfe, - 0xef, - 0xc6, - 0xfe, - 0x61, - 0x96, - 0xfe, - 0x92, - 0x7e, - 0xfe, - 0x61, - 0x9f, - 0xfe, - 0x0e, - 0x1a, - 0xff, - 0xc5, - 0x5d, - 0xff, - 0xd8, - 0x13, - 0xff, - 0x91, - 0xa8, - 0xfe, - 0xb3, - 0xa9, - 0xfe, - 0x6e, - 0xcb, - 0xfe, - 0xd0, - 0xae, - 0xfe, - 0xb7, - 0xbc, - 0xfe, - 0x3f, - 0xed, - 0xfe, - 0x8e, - 0xfe, - 0xfe, - 0xb3, - 0x27, - 0xff, - 0xe3, - 0x35, - 0xff, - 0xd1, - 0x2a, - 0xff, - 0xf9, - 0x36, - 0xff, - 0x88, - 0x31, - 0xff, - 0x07, - 0x40, - 0xff, - 0xe7, - 0x56, - 0xff, - 0x2e, - 0x60, - 0xff, - 0x96, - 0x69, - 0xff, - 0x8d, - 0x83, - 0xff, - 0x86, - 0xae, - 0xff, - 0xb4, - 0xab, - 0xff, - 0x23, - 0xaa, - 0xff, - 0x1c, - 0x63, - 0x08, - 0x36, - 0x67, - 0x0e, - 0xae, - 0x6a, - 0x03, - 0x38, - 0xb1, - 0x03, - 0xe9, - 0xa0, - 0x0a, - 0xd7, - 0x3d, - 0x00, - 0xe7, - 0x40, - 0xfd, - 0x52, - 0x6a, - 0x01, - 0xdd, - 0x79, - 0xff, - 0x2c, - 0x4a, - 0x00, - 0xcc, - 0x56, - 0x01, - 0x48, - 0x9e, - 0x00, - 0xb1, - 0x51, - 0xff, - 0xba, - 0x34, - 0x00, - 0x55, - 0xce, - 0x01, - 0x22, - 0x08, - 0x00, - 0xc7, - 0x58, - 0xff, - 0x01, - 0xfb, - 0xff, - 0x1e, - 0xdb, - 0x00, - 0xeb, - 0x11, - 0x01, - 0x30, - 0xa4, - 0x00, - 0xef, - 0x92, - 0x01, - 0x8c, - 0x0d, - 0x02, - 0x3f, - 0xd3, - 0x01, - 0x0d, - 0xf6, - 0x00, - 0xda, - 0x4a, - 0x00, - 0x7a, - 0x6f, - 0x00, - 0x06, - 0x59, - 0x00, - 0xea, - 0x93, - 0x00, - 0xf7, - 0x73, - 0x00, - 0x15, - 0xd2, - 0xff, - 0x06, - 0x72, - 0xff, - 0xb0, - 0x75, - 0xff, - 0x7b, - 0x60, - 0xff, - 0x08, - 0xc9, - 0xfe, - 0xd5, - 0xb7, - 0xfe, - 0x7a, - 0xe6, - 0xfe, - 0x4e, - 0x84, - 0xfe, - 0xa5, - 0x4e, - 0xfe, - 0xca, - 0x9f, - 0xfe, - 0xdd, - 0xe5, - 0xfe, - 0x82, - 0x2b, - 0xff, - 0xfe, - 0x65, - 0xff, - 0x40, - 0x12, - 0xff, - 0xec, - 0xca, - 0xfe, - 0xfd, - 0xeb, - 0xfe, - 0x9b, - 0xe4, - 0xfe, - 0x19, - 0xc1, - 0xfe, - 0x11, - 0xde, - 0xfe, - 0x30, - 0xf8, - 0xfe, - 0xb1, - 0x04, - 0xff, - 0x9d, - 0x33, - 0xff, - 0xad, - 0x32, - 0xff, - 0xf4, - 0x33, - 0xff, - 0x9e, - 0x44, - 0xff, - 0xad, - 0x35, - 0xff, - 0xab, - 0x4e, - 0xff, - 0x53, - 0x63, - 0xff, - 0x68, - 0x5d, - 0xff, - 0xfe, - 0x6c, - 0xff, - 0x80, - 0x8d, - 0xff, - 0x78, - 0xa6, - 0xff, - 0xc6, - 0xa0, - 0xff, - 0x23, - 0x88, - 0xff, - 0x86, - 0x7b, - 0x07, - 0x08, - 0x85, - 0x0c, - 0x25, - 0x86, - 0x03, - 0x73, - 0x7e, - 0x04, - 0x99, - 0x62, - 0x09, - 0x4d, - 0x50, - 0x00, - 0xbc, - 0xaf, - 0xfe, - 0xde, - 0x9f, - 0x01, - 0x8f, - 0x61, - 0xff, - 0x7f, - 0x6a, - 0x00, - 0x39, - 0x7d, - 0x01, - 0x29, - 0x76, - 0x00, - 0x9e, - 0x3b, - 0xff, - 0x65, - 0x78, - 0x00, - 0x54, - 0xf6, - 0x01, - 0xf1, - 0x77, - 0x00, - 0xae, - 0xcb, - 0xff, - 0x01, - 0x5f, - 0x00, - 0xd6, - 0xcf, - 0x01, - 0xe1, - 0x23, - 0x02, - 0xec, - 0x35, - 0x01, - 0x81, - 0xd1, - 0x01, - 0xde, - 0xb3, - 0x01, - 0xfc, - 0x64, - 0x00, - 0x3d, - 0xd2, - 0xff, - 0x66, - 0x2a, - 0x00, - 0x98, - 0x39, - 0x00, - 0x3d, - 0x23, - 0x00, - 0x35, - 0x85, - 0x00, - 0xe7, - 0x07, - 0x00, - 0x50, - 0x56, - 0xff, - 0xd3, - 0x54, - 0xff, - 0x11, - 0x6f, - 0xff, - 0x03, - 0x07, - 0xff, - 0x4e, - 0x77, - 0xfe, - 0x7f, - 0xb7, - 0xfe, - 0xaf, - 0xc4, - 0xfe, - 0xb7, - 0x59, - 0xfe, - 0x1a, - 0x78, - 0xfe, - 0xac, - 0xce, - 0xfe, - 0x54, - 0x0b, - 0xff, - 0x2d, - 0x69, - 0xff, - 0x74, - 0x5e, - 0xff, - 0xf8, - 0xeb, - 0xfe, - 0x2b, - 0xfa, - 0xfe, - 0x5f, - 0x11, - 0xff, - 0x99, - 0xe4, - 0xfe, - 0xfb, - 0xe7, - 0xfe, - 0xf5, - 0xea, - 0xfe, - 0x8c, - 0xf1, - 0xfe, - 0x6c, - 0x1b, - 0xff, - 0x15, - 0x38, - 0xff, - 0xc3, - 0x2e, - 0xff, - 0xb8, - 0x37, - 0xff, - 0x72, - 0x4c, - 0xff, - 0x3f, - 0x41, - 0xff, - 0x90, - 0x46, - 0xff, - 0x78, - 0x5c, - 0xff, - 0x09, - 0x67, - 0xff, - 0x69, - 0x76, - 0xff, - 0x4a, - 0x7d, - 0xff, - 0x6f, - 0x73, - 0xff, - 0xfa, - 0x76, - 0xff, - 0xa2, - 0x74, - 0xff, - 0xa7, - 0x97, - 0x06, - 0x78, - 0xc9, - 0x0b, - 0xbf, - 0xf2, - 0x03, - 0x64, - 0x81, - 0x03, - 0x4f, - 0x5c, - 0x08, - 0xe9, - 0xbc, - 0x01, - 0x2f, - 0xa7, - 0xff, - 0x27, - 0x48, - 0x01, - 0x5d, - 0x63, - 0xff, - 0xd2, - 0x8a, - 0x00, - 0x4c, - 0x79, - 0x01, - 0x25, - 0xe4, - 0x00, - 0x82, - 0xef, - 0xff, - 0x0f, - 0x9e, - 0x00, - 0xbe, - 0xfd, - 0x01, - 0x75, - 0x27, - 0x01, - 0x96, - 0x1b, - 0x01, - 0x3b, - 0xbf, - 0x01, - 0x69, - 0x71, - 0x02, - 0xb8, - 0x11, - 0x02, - 0x28, - 0xa7, - 0x00, - 0x07, - 0xad, - 0x00, - 0x05, - 0x92, - 0x00, - 0xd2, - 0x0c, - 0x00, - 0x21, - 0xe9, - 0xff, - 0x93, - 0xfd, - 0xff, - 0x3a, - 0x01, - 0x00, - 0x15, - 0xe7, - 0xff, - 0x71, - 0x25, - 0x00, - 0xce, - 0xcd, - 0xff, - 0xcd, - 0x3b, - 0xff, - 0x91, - 0x3c, - 0xff, - 0xae, - 0x31, - 0xff, - 0xb7, - 0xba, - 0xfe, - 0xec, - 0x7b, - 0xfe, - 0xc2, - 0xd9, - 0xfe, - 0x5a, - 0xaf, - 0xfe, - 0x60, - 0x6f, - 0xfe, - 0x46, - 0xf6, - 0xfe, - 0x69, - 0x20, - 0xff, - 0xf5, - 0x18, - 0xff, - 0x29, - 0x6f, - 0xff, - 0x19, - 0x4e, - 0xff, - 0xd7, - 0xfd, - 0xfe, - 0x01, - 0x21, - 0xff, - 0x49, - 0x35, - 0xff, - 0x38, - 0xff, - 0xfe, - 0xd8, - 0xe7, - 0xfe, - 0xd4, - 0x10, - 0xff, - 0xfc, - 0x13, - 0xff, - 0xac, - 0x1e, - 0xff, - 0xf0, - 0x4a, - 0xff, - 0x13, - 0x3e, - 0xff, - 0xcc, - 0x42, - 0xff, - 0x14, - 0x4f, - 0xff, - 0xdd, - 0x45, - 0xff, - 0xdc, - 0x53, - 0xff, - 0x97, - 0x63, - 0xff, - 0x43, - 0x66, - 0xff, - 0x16, - 0x55, - 0xff, - 0xb6, - 0x5a, - 0xff, - 0x61, - 0x70, - 0xff, - 0xf3, - 0x76, - 0xff, - 0x28, - 0x86, - 0xff, - 0x71, - 0xe2, - 0x03, - 0x05, - 0x5f, - 0x09, - 0x60, - 0x07, - 0x06, - 0xe2, - 0xc8, - 0x03, - 0xba, - 0xd3, - 0x07, - 0xfc, - 0x4a, - 0x03, - 0x95, - 0x91, - 0xff, - 0x24, - 0xad, - 0x01, - 0xc2, - 0xd4, - 0xff, - 0xe4, - 0x98, - 0x00, - 0xa1, - 0x21, - 0x02, - 0xfa, - 0xaf, - 0x00, - 0x50, - 0x6d, - 0x00, - 0xe4, - 0x78, - 0x01, - 0x54, - 0x25, - 0x03, - 0x91, - 0x59, - 0x02, - 0x52, - 0x4c, - 0x01, - 0x72, - 0xdb, - 0x01, - 0xcb, - 0xb2, - 0x01, - 0xb9, - 0xf8, - 0x00, - 0x0f, - 0xf3, - 0xff, - 0x4f, - 0x45, - 0x00, - 0x81, - 0x7b, - 0x00, - 0x23, - 0xfc, - 0xff, - 0xec, - 0xf1, - 0xff, - 0xa8, - 0x67, - 0xff, - 0x76, - 0x8d, - 0xff, - 0xee, - 0xcd, - 0xff, - 0x84, - 0xc0, - 0xff, - 0xd3, - 0xd3, - 0xff, - 0x80, - 0x42, - 0xff, - 0x1b, - 0xff, - 0xfe, - 0x9e, - 0xf7, - 0xfe, - 0xa8, - 0xb4, - 0xfe, - 0x60, - 0xbb, - 0xfe, - 0x27, - 0xf7, - 0xfe, - 0xe7, - 0xd5, - 0xfe, - 0x6d, - 0xa0, - 0xfe, - 0xb9, - 0xf7, - 0xfe, - 0x6a, - 0x36, - 0xff, - 0x55, - 0x3d, - 0xff, - 0xce, - 0x57, - 0xff, - 0xf6, - 0x3b, - 0xff, - 0x76, - 0x20, - 0xff, - 0xba, - 0x41, - 0xff, - 0xe4, - 0x3c, - 0xff, - 0x57, - 0x12, - 0xff, - 0xad, - 0x0d, - 0xff, - 0xc5, - 0x05, - 0xff, - 0x0d, - 0x16, - 0xff, - 0xc1, - 0x3c, - 0xff, - 0xf9, - 0x49, - 0xff, - 0xcb, - 0x45, - 0xff, - 0x21, - 0x3e, - 0xff, - 0x27, - 0x48, - 0xff, - 0x3e, - 0x43, - 0xff, - 0x82, - 0x4d, - 0xff, - 0x2d, - 0x58, - 0xff, - 0x02, - 0x44, - 0xff, - 0x47, - 0x4a, - 0xff, - 0x78, - 0x63, - 0xff, - 0xb5, - 0x81, - 0xff, - 0x4f, - 0x83, - 0xff, - 0x9f, - 0x87, - 0xff, - 0xe9, - 0xf8, - 0x04, - 0x7c, - 0xb9, - 0x09, - 0xbf, - 0x14, - 0x05, - 0x3f, - 0xb6, - 0x03, - 0x37, - 0x5e, - 0x06, - 0x91, - 0xc2, - 0x02, - 0xe8, - 0x15, - 0x01, - 0xb6, - 0x37, - 0x01, - 0x96, - 0xf2, - 0xff, - 0x10, - 0x77, - 0x01, - 0x58, - 0xd2, - 0x02, - 0x9f, - 0x36, - 0x02, - 0x0e, - 0xb2, - 0x01, - 0x42, - 0x94, - 0x02, - 0x7c, - 0x05, - 0x03, - 0xf5, - 0xc2, - 0x01, - 0xbf, - 0x75, - 0x00, - 0x65, - 0xe6, - 0xff, - 0x72, - 0xaa, - 0x00, - 0x2a, - 0xf7, - 0x00, - 0xd5, - 0x66, - 0x00, - 0xb3, - 0x1f, - 0x00, - 0x59, - 0x81, - 0xff, - 0xa2, - 0x59, - 0xff, - 0xeb, - 0x73, - 0xff, - 0x9b, - 0x70, - 0xff, - 0x50, - 0x8f, - 0xff, - 0x13, - 0x81, - 0xff, - 0x5a, - 0x80, - 0xff, - 0xea, - 0x34, - 0xff, - 0x8c, - 0x22, - 0xff, - 0x16, - 0x3f, - 0xff, - 0x3e, - 0xdf, - 0xfe, - 0x7a, - 0xd7, - 0xfe, - 0xf1, - 0xe4, - 0xfe, - 0xb1, - 0xcf, - 0xfe, - 0x6d, - 0xf2, - 0xfe, - 0x75, - 0xfa, - 0xfe, - 0xbb, - 0x18, - 0xff, - 0x1b, - 0x27, - 0xff, - 0x49, - 0x37, - 0xff, - 0x19, - 0x67, - 0xff, - 0x3c, - 0x40, - 0xff, - 0x7f, - 0x3d, - 0xff, - 0x4f, - 0x4c, - 0xff, - 0xa5, - 0x1e, - 0xff, - 0x4f, - 0x1c, - 0xff, - 0x34, - 0x14, - 0xff, - 0x1a, - 0x18, - 0xff, - 0xab, - 0x30, - 0xff, - 0x3c, - 0x39, - 0xff, - 0xf4, - 0x52, - 0xff, - 0x55, - 0x42, - 0xff, - 0xe1, - 0x32, - 0xff, - 0x7a, - 0x3b, - 0xff, - 0xf3, - 0x2d, - 0xff, - 0xec, - 0x47, - 0xff, - 0x49, - 0x55, - 0xff, - 0xc1, - 0x4e, - 0xff, - 0xda, - 0x6c, - 0xff, - 0xe9, - 0x71, - 0xff, - 0x23, - 0x7a, - 0xff, - 0xa7, - 0x8a, - 0xff, - 0x13, - 0x8a, - 0xff, - 0xbc, - 0xd9, - 0x03, - 0xe2, - 0x2e, - 0x08, - 0x94, - 0x87, - 0x05, - 0x37, - 0x9f, - 0x04, - 0x53, - 0x99, - 0x06, - 0x20, - 0x37, - 0x03, - 0xd4, - 0x21, - 0x01, - 0xfe, - 0xcb, - 0x01, - 0x18, - 0xa5, - 0x01, - 0x8a, - 0x1b, - 0x03, - 0xf1, - 0xdc, - 0x03, - 0x4e, - 0xc4, - 0x02, - 0xf0, - 0x01, - 0x02, - 0xb0, - 0x89, - 0x01, - 0x8c, - 0xef, - 0x00, - 0x26, - 0x48, - 0x00, - 0xe5, - 0x05, - 0x00, - 0xac, - 0x85, - 0x00, - 0xdb, - 0x19, - 0x01, - 0x1d, - 0x9b, - 0x00, - 0xa2, - 0x80, - 0xff, - 0xcd, - 0x55, - 0xff, - 0xc6, - 0xd3, - 0xff, - 0x0a, - 0x5e, - 0xff, - 0xaa, - 0xc6, - 0xfe, - 0xaa, - 0x23, - 0xff, - 0x7d, - 0x5f, - 0xff, - 0xe4, - 0x72, - 0xff, - 0xea, - 0x62, - 0xff, - 0x45, - 0x43, - 0xff, - 0xca, - 0x69, - 0xff, - 0xf3, - 0x2e, - 0xff, - 0x3d, - 0x04, - 0xff, - 0x70, - 0xfa, - 0xfe, - 0xb8, - 0xd3, - 0xfe, - 0x36, - 0xf4, - 0xfe, - 0xd0, - 0xf1, - 0xfe, - 0x92, - 0xf8, - 0xfe, - 0xbd, - 0x34, - 0xff, - 0x74, - 0x43, - 0xff, - 0x9a, - 0x49, - 0xff, - 0x28, - 0x4e, - 0xff, - 0xe0, - 0x4d, - 0xff, - 0xba, - 0x58, - 0xff, - 0xd4, - 0x4c, - 0xff, - 0xfc, - 0x28, - 0xff, - 0xc6, - 0x08, - 0xff, - 0xcf, - 0x19, - 0xff, - 0x4c, - 0x3e, - 0xff, - 0x87, - 0x2d, - 0xff, - 0x10, - 0x33, - 0xff, - 0x84, - 0x4b, - 0xff, - 0xb2, - 0x32, - 0xff, - 0xb4, - 0x2e, - 0xff, - 0x64, - 0x38, - 0xff, - 0x23, - 0x38, - 0xff, - 0xf5, - 0x43, - 0xff, - 0xe7, - 0x54, - 0xff, - 0xd5, - 0x72, - 0xff, - 0x41, - 0x7e, - 0xff, - 0x80, - 0x73, - 0xff, - 0x1b, - 0x6b, - 0xff, - 0x70, - 0x72, - 0xff, - 0x9e, - 0x99, - 0xff, - 0x70, - 0x29, - 0x04, - 0x8d, - 0x6b, - 0x09, - 0xdc, - 0xd2, - 0x06, - 0x66, - 0xdd, - 0x03, - 0xd4, - 0xbb, - 0x04, - 0x03, - 0x7e, - 0x03, - 0x5c, - 0xdf, - 0x03, - 0x7d, - 0xf7, - 0x04, - 0x9e, - 0x53, - 0x03, - 0x5c, - 0x8e, - 0x02, - 0x50, - 0x59, - 0x02, - 0x05, - 0x08, - 0x01, - 0x2c, - 0xe8, - 0xff, - 0xc4, - 0x03, - 0x00, - 0x4a, - 0x94, - 0x00, - 0xa5, - 0xf6, - 0x00, - 0xaa, - 0xcc, - 0x00, - 0xaf, - 0xd5, - 0xff, - 0x38, - 0xcb, - 0xff, - 0xad, - 0x44, - 0x00, - 0x49, - 0x98, - 0xff, - 0xde, - 0x1e, - 0xff, - 0x3d, - 0x23, - 0xff, - 0xb0, - 0xa6, - 0xfe, - 0xd8, - 0xb7, - 0xfe, - 0x11, - 0x77, - 0xff, - 0x73, - 0x8a, - 0xff, - 0xcc, - 0x47, - 0xff, - 0x70, - 0x61, - 0xff, - 0x99, - 0x99, - 0xff, - 0x4d, - 0x7d, - 0xff, - 0xb9, - 0x03, - 0xff, - 0xbf, - 0xd6, - 0xfe, - 0xa1, - 0x00, - 0xff, - 0xe9, - 0xfe, - 0xfe, - 0x41, - 0xf6, - 0xfe, - 0x3f, - 0x08, - 0xff, - 0x7c, - 0x17, - 0xff, - 0x40, - 0x3f, - 0xff, - 0xa4, - 0x61, - 0xff, - 0xb0, - 0x62, - 0xff, - 0x9f, - 0x56, - 0xff, - 0xa1, - 0x44, - 0xff, - 0x40, - 0x43, - 0xff, - 0xcb, - 0x3c, - 0xff, - 0x76, - 0x26, - 0xff, - 0xf3, - 0x0e, - 0xff, - 0xfa, - 0x1e, - 0xff, - 0x04, - 0x51, - 0xff, - 0xb6, - 0x3e, - 0xff, - 0x5f, - 0x18, - 0xff, - 0x3f, - 0x28, - 0xff, - 0xd6, - 0x41, - 0xff, - 0x6a, - 0x3b, - 0xff, - 0x09, - 0x28, - 0xff, - 0xfc, - 0x58, - 0xff, - 0x4f, - 0x80, - 0xff, - 0x9f, - 0x4f, - 0xff, - 0x28, - 0x51, - 0xff, - 0x79, - 0x96, - 0xff, - 0x46, - 0x8c, - 0xff, - 0x36, - 0x4c, - 0xff, - 0xb7, - 0x7c, - 0xff, - 0x04, - 0xbf, - 0xff, - 0x82, - 0xb5, - 0x04, - 0x94, - 0xa0, - 0x09, - 0x1f, - 0xe4, - 0x06, - 0xfa, - 0x0c, - 0x06, - 0xdd, - 0x75, - 0x07, - 0xb4, - 0x0f, - 0x05, - 0xaa, - 0xd6, - 0x04, - 0x46, - 0x7a, - 0x04, - 0x4e, - 0x4e, - 0x01, - 0xba, - 0xfa, - 0xff, - 0xd1, - 0x4c, - 0x00, - 0x52, - 0x3c, - 0x00, - 0x91, - 0x19, - 0x00, - 0xfd, - 0x68, - 0x00, - 0x8c, - 0x56, - 0x00, - 0x92, - 0x88, - 0x00, - 0x8d, - 0x67, - 0x00, - 0x9a, - 0x5b, - 0xff, - 0x0b, - 0xb6, - 0xff, - 0x7b, - 0xed, - 0xff, - 0x20, - 0xf2, - 0xfe, - 0x15, - 0xd6, - 0xfe, - 0xac, - 0xd9, - 0xfe, - 0x8f, - 0x80, - 0xfe, - 0xed, - 0xef, - 0xfe, - 0x57, - 0xaa, - 0xff, - 0x85, - 0xb2, - 0xff, - 0xdf, - 0x62, - 0xff, - 0xcf, - 0x53, - 0xff, - 0xaf, - 0x7a, - 0xff, - 0x60, - 0x6a, - 0xff, - 0x65, - 0x0e, - 0xff, - 0xbe, - 0xea, - 0xfe, - 0xfe, - 0xec, - 0xfe, - 0xd3, - 0xe3, - 0xfe, - 0xdd, - 0xff, - 0xfe, - 0x94, - 0x28, - 0xff, - 0x1d, - 0x4f, - 0xff, - 0xa4, - 0x52, - 0xff, - 0x06, - 0x50, - 0xff, - 0x96, - 0x62, - 0xff, - 0x73, - 0x4c, - 0xff, - 0x24, - 0x38, - 0xff, - 0x8a, - 0x2d, - 0xff, - 0xdb, - 0x32, - 0xff, - 0xfb, - 0x36, - 0xff, - 0xde, - 0x13, - 0xff, - 0x68, - 0x20, - 0xff, - 0xea, - 0x3a, - 0xff, - 0x9f, - 0x2d, - 0xff, - 0xb4, - 0x17, - 0xff, - 0xb9, - 0x29, - 0xff, - 0x5f, - 0x5d, - 0xff, - 0x6e, - 0x4a, - 0xff, - 0xfb, - 0x33, - 0xff, - 0x6c, - 0x6a, - 0xff, - 0x81, - 0x7a, - 0xff, - 0x0f, - 0x4c, - 0xff, - 0xd8, - 0x6c, - 0xff, - 0x8b, - 0xaa, - 0xff, - 0xf5, - 0x65, - 0xff, - 0xe7, - 0x35, - 0xff, - 0xaa, - 0x90, - 0xff, - 0xb0, - 0x9c, - 0xff, - 0x51, - 0x54, - 0x05, - 0xc7, - 0xc5, - 0x0b, - 0xdb, - 0x67, - 0x0a, - 0xea, - 0x11, - 0x09, - 0xc1, - 0xc0, - 0x07, - 0x24, - 0x56, - 0x03, - 0x0c, - 0x38, - 0x02, - 0x2b, - 0x36, - 0x01, - 0xa1, - 0xc0, - 0xff, - 0xdf, - 0x20, - 0x00, - 0x92, - 0x66, - 0x00, - 0x8b, - 0x5e, - 0x00, - 0x64, - 0xae, - 0xff, - 0x7a, - 0xb5, - 0xff, - 0x71, - 0x0d, - 0x00, - 0x44, - 0x61, - 0x00, - 0x8c, - 0x4f, - 0x00, - 0x41, - 0x1c, - 0xff, - 0x43, - 0x44, - 0xff, - 0xec, - 0x55, - 0xff, - 0x9e, - 0x91, - 0xfe, - 0xb3, - 0xb9, - 0xfe, - 0xde, - 0xdd, - 0xfe, - 0x86, - 0x0d, - 0xff, - 0xcb, - 0x4b, - 0xff, - 0xa4, - 0x52, - 0xff, - 0x6b, - 0x62, - 0xff, - 0x33, - 0x7f, - 0xff, - 0x56, - 0xa7, - 0xff, - 0x0f, - 0x6f, - 0xff, - 0x8c, - 0x1f, - 0xff, - 0x4b, - 0xf5, - 0xfe, - 0x0d, - 0xe4, - 0xfe, - 0xe7, - 0xfc, - 0xfe, - 0xb4, - 0xf0, - 0xfe, - 0xaf, - 0xff, - 0xfe, - 0x8f, - 0x4d, - 0xff, - 0xa6, - 0x6e, - 0xff, - 0x0e, - 0x4e, - 0xff, - 0xdb, - 0x3e, - 0xff, - 0x5d, - 0x47, - 0xff, - 0x4b, - 0x30, - 0xff, - 0xd4, - 0x38, - 0xff, - 0xf8, - 0x3a, - 0xff, - 0x20, - 0x25, - 0xff, - 0x0d, - 0x28, - 0xff, - 0xd8, - 0x11, - 0xff, - 0x77, - 0x10, - 0xff, - 0x81, - 0x20, - 0xff, - 0xe8, - 0x34, - 0xff, - 0x42, - 0x39, - 0xff, - 0xe8, - 0x34, - 0xff, - 0x78, - 0x6e, - 0xff, - 0x49, - 0x4c, - 0xff, - 0x27, - 0x22, - 0xff, - 0x02, - 0x91, - 0xff, - 0x7a, - 0x9d, - 0xff, - 0x77, - 0x2b, - 0xff, - 0x5c, - 0x48, - 0xff, - 0x87, - 0xba, - 0xff, - 0x14, - 0x67, - 0xff, - 0x93, - 0xf4, - 0xfe, - 0x5b, - 0x7b, - 0xff, - 0x16, - 0xbc, - 0xff, - 0x7d, - 0x82, - 0x05, - 0xb1, - 0xea, - 0x0e, - 0xf3, - 0x03, - 0x0f, - 0xa9, - 0x65, - 0x08, - 0x85, - 0x0b, - 0x03, - 0xad, - 0x10, - 0x00, - 0xb3, - 0xaf, - 0x01, - 0x97, - 0xe6, - 0x02, - 0x97, - 0x7f, - 0x01, - 0xad, - 0x8d, - 0xff, - 0xc2, - 0x86, - 0xfe, - 0xef, - 0xe4, - 0xff, - 0x1a, - 0x43, - 0x00, - 0xfc, - 0x04, - 0x00, - 0xf2, - 0xc1, - 0xff, - 0x86, - 0x85, - 0xff, - 0x0c, - 0x39, - 0x00, - 0xb2, - 0x64, - 0xff, - 0x50, - 0xd0, - 0xfe, - 0x03, - 0xfd, - 0xfe, - 0x30, - 0xbd, - 0xfe, - 0x1f, - 0x28, - 0xff, - 0x06, - 0x17, - 0xff, - 0xc0, - 0xe1, - 0xfe, - 0x63, - 0x16, - 0xff, - 0xdf, - 0x44, - 0xff, - 0xca, - 0x90, - 0xff, - 0xbe, - 0x77, - 0xff, - 0x72, - 0x83, - 0xff, - 0x84, - 0x8d, - 0xff, - 0x43, - 0x14, - 0xff, - 0x73, - 0xf4, - 0xfe, - 0x7e, - 0xe0, - 0xfe, - 0x9a, - 0xe6, - 0xfe, - 0x87, - 0x36, - 0xff, - 0xc0, - 0x30, - 0xff, - 0x28, - 0x31, - 0xff, - 0xa4, - 0x39, - 0xff, - 0x49, - 0x5a, - 0xff, - 0x74, - 0x66, - 0xff, - 0xcf, - 0x16, - 0xff, - 0x5f, - 0x25, - 0xff, - 0x3b, - 0x4e, - 0xff, - 0x9e, - 0x29, - 0xff, - 0x38, - 0x18, - 0xff, - 0x2f, - 0x20, - 0xff, - 0x2d, - 0x0e, - 0xff, - 0x9d, - 0x03, - 0xff, - 0x90, - 0x2a, - 0xff, - 0xa5, - 0x50, - 0xff, - 0xcd, - 0x38, - 0xff, - 0x88, - 0x2d, - 0xff, - 0x61, - 0x76, - 0xff, - 0x0b, - 0x6b, - 0xff, - 0xe4, - 0x35, - 0xff, - 0x0f, - 0x71, - 0xff, - 0x91, - 0x8c, - 0xff, - 0x8a, - 0x47, - 0xff, - 0xb8, - 0x29, - 0xff, - 0x9d, - 0x74, - 0xff, - 0xcc, - 0x76, - 0xff, - 0xb2, - 0x1e, - 0xff, - 0xcf, - 0x4c, - 0xff, - 0xb6, - 0xab, - 0xff, - 0xea, - 0xca, - 0x05, - 0xd0, - 0x68, - 0x0f, - 0x09, - 0x25, - 0x0d, - 0x80, - 0x77, - 0x04, - 0x2b, - 0x4c, - 0x02, - 0xf4, - 0x58, - 0x02, - 0x3e, - 0x20, - 0x04, - 0x87, - 0x80, - 0x04, - 0x05, - 0xa2, - 0x00, - 0x04, - 0xb7, - 0xfe, - 0x20, - 0xbb, - 0xff, - 0x8d, - 0x79, - 0x00, - 0x6b, - 0x42, - 0xff, - 0x4a, - 0x6e, - 0xff, - 0x83, - 0x4f, - 0x00, - 0xf7, - 0x4b, - 0xff, - 0x98, - 0x96, - 0xff, - 0x49, - 0x6f, - 0xff, - 0x9c, - 0xce, - 0xfe, - 0x23, - 0x68, - 0xff, - 0x0f, - 0x1c, - 0xff, - 0x63, - 0xdc, - 0xfe, - 0x77, - 0x21, - 0xff, - 0xf8, - 0x06, - 0xff, - 0x62, - 0xc3, - 0xfe, - 0x55, - 0x18, - 0xff, - 0x69, - 0xa3, - 0xff, - 0x1f, - 0x64, - 0xff, - 0x7b, - 0x58, - 0xff, - 0x32, - 0x72, - 0xff, - 0xac, - 0x29, - 0xff, - 0x9f, - 0x20, - 0xff, - 0x35, - 0x17, - 0xff, - 0x65, - 0xec, - 0xfe, - 0xf8, - 0x05, - 0xff, - 0x69, - 0x40, - 0xff, - 0xf6, - 0x38, - 0xff, - 0x1d, - 0x1a, - 0xff, - 0x18, - 0x47, - 0xff, - 0xc1, - 0x5f, - 0xff, - 0x2d, - 0x2a, - 0xff, - 0xf5, - 0x18, - 0xff, - 0x54, - 0x31, - 0xff, - 0x44, - 0x2f, - 0xff, - 0xbf, - 0x10, - 0xff, - 0x46, - 0x0c, - 0xff, - 0xc7, - 0x17, - 0xff, - 0x3f, - 0x13, - 0xff, - 0xa3, - 0x25, - 0xff, - 0x62, - 0x2e, - 0xff, - 0x6e, - 0x35, - 0xff, - 0xee, - 0x4f, - 0xff, - 0xcd, - 0x63, - 0xff, - 0xe0, - 0x71, - 0xff, - 0x2c, - 0x57, - 0xff, - 0x6b, - 0x4b, - 0xff, - 0x8b, - 0x5f, - 0xff, - 0x6e, - 0x4e, - 0xff, - 0x06, - 0x3b, - 0xff, - 0x78, - 0x4b, - 0xff, - 0xb8, - 0x61, - 0xff, - 0xc0, - 0x55, - 0xff, - 0xff, - 0x5a, - 0xff, - 0xe4, - 0x7e, - 0xff, - 0x5c, - 0xe4, - 0x03, - 0x9c, - 0xfe, - 0x08, - 0x7a, - 0xc3, - 0x06, - 0x1e, - 0x13, - 0x04, - 0x87, - 0xbe, - 0x05, - 0x59, - 0xcf, - 0x05, - 0xf2, - 0xb7, - 0x05, - 0x8b, - 0xf4, - 0x04, - 0x4a, - 0x2b, - 0x02, - 0x9f, - 0x44, - 0x01, - 0x4e, - 0xc9, - 0x01, - 0xb5, - 0x1d, - 0x01, - 0xcf, - 0xc4, - 0xff, - 0xbb, - 0x4a, - 0xff, - 0xb8, - 0x8f, - 0xff, - 0x20, - 0xfd, - 0xff, - 0xa1, - 0xa7, - 0xff, - 0x46, - 0xd8, - 0xfe, - 0x17, - 0x35, - 0xff, - 0x6d, - 0x8f, - 0xff, - 0xae, - 0x6a, - 0xff, - 0x20, - 0x7f, - 0xff, - 0x30, - 0x0a, - 0xff, - 0xa6, - 0xcd, - 0xfe, - 0x32, - 0x3b, - 0xff, - 0x40, - 0x29, - 0xff, - 0x6d, - 0xed, - 0xfe, - 0x9c, - 0x37, - 0xff, - 0xf9, - 0x65, - 0xff, - 0x5c, - 0x2b, - 0xff, - 0xbc, - 0x42, - 0xff, - 0xcb, - 0x97, - 0xff, - 0x63, - 0x57, - 0xff, - 0x0c, - 0xf9, - 0xfe, - 0x8e, - 0x01, - 0xff, - 0x08, - 0x42, - 0xff, - 0x40, - 0x53, - 0xff, - 0x70, - 0x0d, - 0xff, - 0xe5, - 0x31, - 0xff, - 0x80, - 0x56, - 0xff, - 0x14, - 0x28, - 0xff, - 0x80, - 0x3d, - 0xff, - 0x4f, - 0x39, - 0xff, - 0x8f, - 0x22, - 0xff, - 0xef, - 0x1d, - 0xff, - 0xd3, - 0x22, - 0xff, - 0x8c, - 0x27, - 0xff, - 0xb1, - 0x10, - 0xff, - 0x64, - 0x13, - 0xff, - 0xd8, - 0x10, - 0xff, - 0x32, - 0x2a, - 0xff, - 0x54, - 0x55, - 0xff, - 0xa6, - 0x54, - 0xff, - 0x36, - 0x59, - 0xff, - 0x85, - 0x66, - 0xff, - 0xaa, - 0x69, - 0xff, - 0x78, - 0x45, - 0xff, - 0x71, - 0x35, - 0xff, - 0x1b, - 0x5f, - 0xff, - 0xf7, - 0x59, - 0xff, - 0x98, - 0x42, - 0xff, - 0x9c, - 0x69, - 0xff, - 0x09, - 0x75, - 0xff, - 0x68, - 0x4d, - 0xff, - 0xb6, - 0x8d, - 0x03, - 0xf4, - 0xc7, - 0x06, - 0xb1, - 0xf7, - 0x03, - 0x66, - 0x7b, - 0x02, - 0xb5, - 0x85, - 0x04, - 0x83, - 0x4c, - 0x05, - 0x88, - 0xef, - 0x04, - 0x1a, - 0xaa, - 0x03, - 0x53, - 0x20, - 0x03, - 0x55, - 0xfe, - 0x03, - 0xb6, - 0xe4, - 0x03, - 0xaf, - 0xcc, - 0x02, - 0xdf, - 0xab, - 0x01, - 0x1a, - 0xe6, - 0x00, - 0x12, - 0xaa, - 0x00, - 0xa3, - 0x19, - 0x00, - 0xdc, - 0x3c, - 0xff, - 0xb7, - 0x3d, - 0xff, - 0xc5, - 0x73, - 0xff, - 0x89, - 0xfb, - 0xfe, - 0x61, - 0x25, - 0xff, - 0x28, - 0xc6, - 0xff, - 0xd5, - 0x4f, - 0xff, - 0x3a, - 0x27, - 0xff, - 0xc8, - 0x98, - 0xff, - 0x4d, - 0x39, - 0xff, - 0x98, - 0x13, - 0xff, - 0x37, - 0x53, - 0xff, - 0x03, - 0x36, - 0xff, - 0xfd, - 0xf5, - 0xfe, - 0xa5, - 0xf5, - 0xfe, - 0x0a, - 0x50, - 0xff, - 0x38, - 0x60, - 0xff, - 0x13, - 0x4b, - 0xff, - 0xb2, - 0x69, - 0xff, - 0x0c, - 0x5e, - 0xff, - 0x26, - 0x2a, - 0xff, - 0xf3, - 0x41, - 0xff, - 0x0d, - 0x69, - 0xff, - 0x4d, - 0x1e, - 0xff, - 0x84, - 0x0a, - 0xff, - 0x43, - 0x4d, - 0xff, - 0xb8, - 0x68, - 0xff, - 0x3f, - 0x3c, - 0xff, - 0x00, - 0x13, - 0xff, - 0x17, - 0x35, - 0xff, - 0x79, - 0x17, - 0xff, - 0x35, - 0x0e, - 0xff, - 0xa7, - 0x32, - 0xff, - 0x5b, - 0x1f, - 0xff, - 0x3f, - 0x3a, - 0xff, - 0x3f, - 0x3d, - 0xff, - 0x18, - 0x32, - 0xff, - 0xfe, - 0x33, - 0xff, - 0x85, - 0x3b, - 0xff, - 0x40, - 0x89, - 0xff, - 0xb3, - 0x71, - 0xff, - 0xad, - 0x3f, - 0xff, - 0xdc, - 0x62, - 0xff, - 0x36, - 0x42, - 0xff, - 0x64, - 0x4a, - 0xff, - 0x1c, - 0x7a, - 0xff, - 0x5f, - 0x6e, - 0xff, - 0xf2, - 0x65, - 0xff, - 0xe0, - 0xf7, - 0x03, - 0x75, - 0x65, - 0x07, - 0xb0, - 0x51, - 0x04, - 0x3a, - 0xb8, - 0x02, - 0xba, - 0x43, - 0x04, - 0x59, - 0xec, - 0x03, - 0x73, - 0xad, - 0x02, - 0x72, - 0x8d, - 0x01, - 0xa4, - 0xb4, - 0x01, - 0xe0, - 0x58, - 0x03, - 0x49, - 0x1b, - 0x04, - 0xb7, - 0x4d, - 0x03, - 0x31, - 0x8e, - 0x02, - 0x54, - 0x6a, - 0x02, - 0x2c, - 0x20, - 0x02, - 0xc9, - 0x5d, - 0x01, - 0x4f, - 0x2d, - 0x00, - 0x92, - 0x7d, - 0xff, - 0xd6, - 0x76, - 0xff, - 0x59, - 0x5d, - 0xff, - 0xe0, - 0x4c, - 0xff, - 0xe6, - 0x29, - 0xff, - 0xe9, - 0x04, - 0xff, - 0x97, - 0x4c, - 0xff, - 0xba, - 0xa5, - 0xff, - 0x3e, - 0x78, - 0xff, - 0xe1, - 0x30, - 0xff, - 0xaa, - 0x5e, - 0xff, - 0x3d, - 0x42, - 0xff, - 0x3e, - 0xe7, - 0xfe, - 0xf5, - 0x27, - 0xff, - 0x31, - 0x36, - 0xff, - 0x52, - 0xf9, - 0xfe, - 0x43, - 0x3b, - 0xff, - 0x1e, - 0x81, - 0xff, - 0xe6, - 0x79, - 0xff, - 0xec, - 0x52, - 0xff, - 0x6c, - 0x5c, - 0xff, - 0xe7, - 0x5b, - 0xff, - 0x31, - 0x33, - 0xff, - 0x7d, - 0x4c, - 0xff, - 0xf0, - 0x30, - 0xff, - 0xc4, - 0x1b, - 0xff, - 0xad, - 0x45, - 0xff, - 0x22, - 0x30, - 0xff, - 0xad, - 0x19, - 0xff, - 0x46, - 0x17, - 0xff, - 0x85, - 0x2a, - 0xff, - 0xe7, - 0x2f, - 0xff, - 0x12, - 0x32, - 0xff, - 0xad, - 0x57, - 0xff, - 0x4f, - 0x31, - 0xff, - 0x43, - 0x1a, - 0xff, - 0x1e, - 0x4a, - 0xff, - 0x3f, - 0x54, - 0xff, - 0x95, - 0x54, - 0xff, - 0x50, - 0x49, - 0xff, - 0x6a, - 0x43, - 0xff, - 0x58, - 0x41, - 0xff, - 0xb5, - 0x42, - 0xff, - 0x03, - 0x8f, - 0xff, - 0xf3, - 0x94, - 0xff, - 0x45, - 0x5c, - 0xff, - 0x79, - 0x6a, - 0xff, - 0x73, - 0x2e, - 0x04, - 0x73, - 0x39, - 0x08, - 0xdf, - 0x46, - 0x04, - 0x0d, - 0xea, - 0x01, - 0x37, - 0x64, - 0x04, - 0x3f, - 0x19, - 0x04, - 0xfe, - 0x36, - 0x02, - 0x51, - 0x67, - 0x00, - 0xd8, - 0x68, - 0x00, - 0x6e, - 0x9a, - 0x02, - 0x58, - 0xfe, - 0x02, - 0xa0, - 0xe3, - 0x01, - 0xc1, - 0x42, - 0x02, - 0x3a, - 0x67, - 0x03, - 0x56, - 0x3f, - 0x03, - 0x8f, - 0x93, - 0x02, - 0x31, - 0x92, - 0x01, - 0x0f, - 0x84, - 0x00, - 0x8c, - 0x59, - 0x00, - 0xd7, - 0xbb, - 0xff, - 0x81, - 0x4c, - 0xff, - 0xb1, - 0x8e, - 0xff, - 0xe4, - 0x0f, - 0xff, - 0x6a, - 0xe6, - 0xfe, - 0x6b, - 0x91, - 0xff, - 0x32, - 0x7f, - 0xff, - 0x11, - 0x63, - 0xff, - 0x31, - 0xd9, - 0xff, - 0x49, - 0x81, - 0xff, - 0x94, - 0xfd, - 0xfe, - 0x9d, - 0x3a, - 0xff, - 0xbf, - 0x30, - 0xff, - 0x8b, - 0xe8, - 0xfe, - 0xf6, - 0x29, - 0xff, - 0x4a, - 0x4a, - 0xff, - 0xdf, - 0x2a, - 0xff, - 0xb8, - 0x78, - 0xff, - 0xba, - 0x96, - 0xff, - 0xd1, - 0x4d, - 0xff, - 0x1b, - 0x41, - 0xff, - 0x8e, - 0x75, - 0xff, - 0xe9, - 0x68, - 0xff, - 0x07, - 0x33, - 0xff, - 0x92, - 0x46, - 0xff, - 0xaf, - 0x38, - 0xff, - 0x5f, - 0x0f, - 0xff, - 0xad, - 0x28, - 0xff, - 0x42, - 0x32, - 0xff, - 0x4c, - 0x1a, - 0xff, - 0x03, - 0x41, - 0xff, - 0x08, - 0x70, - 0xff, - 0xc7, - 0x43, - 0xff, - 0xb6, - 0x22, - 0xff, - 0xe7, - 0x3e, - 0xff, - 0x12, - 0x4e, - 0xff, - 0xf9, - 0x2e, - 0xff, - 0xaf, - 0x43, - 0xff, - 0x3b, - 0x58, - 0xff, - 0x7e, - 0x1d, - 0xff, - 0x25, - 0x56, - 0xff, - 0xe1, - 0x9c, - 0xff, - 0xc3, - 0x86, - 0xff, - 0x51, - 0x87, - 0xff, - 0xb3, - 0x89, - 0xff, - 0x55, - 0x38, - 0x04, - 0x8d, - 0x53, - 0x09, - 0x63, - 0x91, - 0x05, - 0xbb, - 0xba, - 0x01, - 0xeb, - 0x25, - 0x04, - 0x6d, - 0xe3, - 0x03, - 0x5c, - 0x54, - 0x01, - 0x31, - 0x28, - 0x00, - 0xf5, - 0xf5, - 0x00, - 0x46, - 0x96, - 0x02, - 0x4b, - 0xb5, - 0x01, - 0xd3, - 0x78, - 0x00, - 0xdb, - 0x26, - 0x01, - 0x55, - 0xea, - 0x01, - 0x6c, - 0x3f, - 0x02, - 0xd9, - 0xde, - 0x02, - 0x37, - 0x96, - 0x02, - 0x5c, - 0x7c, - 0x01, - 0xb7, - 0x38, - 0x01, - 0x19, - 0xc0, - 0x00, - 0x3a, - 0x36, - 0x00, - 0x51, - 0x13, - 0x00, - 0x51, - 0x4c, - 0xff, - 0xcc, - 0x1a, - 0xff, - 0xf5, - 0x81, - 0xff, - 0x67, - 0x25, - 0xff, - 0x29, - 0x38, - 0xff, - 0x81, - 0xdb, - 0xff, - 0x39, - 0xa1, - 0xff, - 0x42, - 0x49, - 0xff, - 0xdc, - 0x66, - 0xff, - 0x47, - 0x37, - 0xff, - 0xab, - 0xf6, - 0xfe, - 0x96, - 0x21, - 0xff, - 0x65, - 0x49, - 0xff, - 0xea, - 0x1e, - 0xff, - 0x75, - 0x3a, - 0xff, - 0xfb, - 0x8f, - 0xff, - 0x83, - 0x75, - 0xff, - 0xec, - 0x52, - 0xff, - 0x5b, - 0x64, - 0xff, - 0xa9, - 0x51, - 0xff, - 0xe1, - 0x53, - 0xff, - 0x2a, - 0x61, - 0xff, - 0x0c, - 0x4c, - 0xff, - 0x3d, - 0x16, - 0xff, - 0xba, - 0xed, - 0xfe, - 0xae, - 0x2c, - 0xff, - 0x48, - 0x45, - 0xff, - 0x91, - 0x49, - 0xff, - 0xe7, - 0x7a, - 0xff, - 0x57, - 0x4d, - 0xff, - 0x2d, - 0x3d, - 0xff, - 0x1f, - 0x53, - 0xff, - 0x46, - 0x38, - 0xff, - 0x26, - 0x25, - 0xff, - 0x64, - 0x2b, - 0xff, - 0x17, - 0x46, - 0xff, - 0x2a, - 0x36, - 0xff, - 0xdb, - 0x53, - 0xff, - 0x3f, - 0x91, - 0xff, - 0x35, - 0x81, - 0xff, - 0x25, - 0x8e, - 0xff, - 0x36, - 0xa8, - 0xff, - 0x65, - 0x7a, - 0x04, - 0x5a, - 0xf0, - 0x09, - 0x60, - 0x15, - 0x06, - 0x15, - 0x13, - 0x02, - 0x30, - 0xc5, - 0x04, - 0xa2, - 0x69, - 0x04, - 0xc1, - 0x87, - 0x00, - 0x0a, - 0xd1, - 0xfe, - 0x6f, - 0x14, - 0x01, - 0xc3, - 0x2c, - 0x03, - 0xbe, - 0x58, - 0x01, - 0xe7, - 0x0d, - 0x00, - 0xaf, - 0xd6, - 0x00, - 0x14, - 0x0b, - 0x01, - 0x61, - 0xf8, - 0x00, - 0xf5, - 0x6b, - 0x01, - 0x19, - 0x62, - 0x01, - 0xa0, - 0x4e, - 0x01, - 0x48, - 0x02, - 0x02, - 0xd2, - 0xc8, - 0x01, - 0x95, - 0xef, - 0x00, - 0x46, - 0xa7, - 0x00, - 0x1c, - 0x5e, - 0x00, - 0x24, - 0xe7, - 0xff, - 0x5b, - 0x7c, - 0xff, - 0xc5, - 0x55, - 0xff, - 0x25, - 0x61, - 0xff, - 0x17, - 0x73, - 0xff, - 0x60, - 0x72, - 0xff, - 0x44, - 0x66, - 0xff, - 0x4a, - 0x6a, - 0xff, - 0x5f, - 0x68, - 0xff, - 0xab, - 0x3c, - 0xff, - 0x6e, - 0x15, - 0xff, - 0x7d, - 0x2d, - 0xff, - 0x6c, - 0x32, - 0xff, - 0xac, - 0x31, - 0xff, - 0x9f, - 0x67, - 0xff, - 0x80, - 0x7b, - 0xff, - 0xab, - 0x51, - 0xff, - 0x11, - 0x52, - 0xff, - 0x09, - 0x75, - 0xff, - 0xc1, - 0x4b, - 0xff, - 0x09, - 0x3d, - 0xff, - 0x99, - 0x5d, - 0xff, - 0xc1, - 0x13, - 0xff, - 0xff, - 0xf1, - 0xfe, - 0xdc, - 0x35, - 0xff, - 0x7e, - 0x34, - 0xff, - 0x7a, - 0x48, - 0xff, - 0x78, - 0x82, - 0xff, - 0x6e, - 0x69, - 0xff, - 0x2a, - 0x4f, - 0xff, - 0xd3, - 0x54, - 0xff, - 0xb2, - 0x3a, - 0xff, - 0xe3, - 0x10, - 0xff, - 0xa9, - 0x2a, - 0xff, - 0x2f, - 0x4f, - 0xff, - 0x38, - 0x3e, - 0xff, - 0x79, - 0x65, - 0xff, - 0x32, - 0x83, - 0xff, - 0xcc, - 0x62, - 0xff, - 0xb4, - 0x8b, - 0xff, - 0x1e, - 0xbe, - 0xff, - 0xc0, - 0x74, - 0x05, - 0xb8, - 0x29, - 0x0b, - 0x53, - 0x56, - 0x06, - 0x15, - 0x37, - 0x02, - 0x8c, - 0xca, - 0x04, - 0x42, - 0x42, - 0x04, - 0xb7, - 0xf3, - 0xff, - 0x9d, - 0x32, - 0xfe, - 0x52, - 0xb8, - 0x01, - 0xaf, - 0x31, - 0x03, - 0xbd, - 0x25, - 0x00, - 0xf7, - 0xbf, - 0xff, - 0x42, - 0x28, - 0x01, - 0xde, - 0x09, - 0x01, - 0x1d, - 0x7d, - 0x00, - 0xad, - 0x9f, - 0x00, - 0xa2, - 0x96, - 0x00, - 0x5d, - 0xf6, - 0xff, - 0x41, - 0x6c, - 0x00, - 0xf9, - 0x65, - 0x01, - 0xb1, - 0x97, - 0x01, - 0x7a, - 0x4d, - 0x01, - 0x1c, - 0xdf, - 0x00, - 0xcc, - 0x97, - 0x00, - 0x62, - 0x44, - 0x00, - 0xd5, - 0xc9, - 0xff, - 0x68, - 0x8b, - 0xff, - 0xa7, - 0x9b, - 0xff, - 0x4b, - 0x89, - 0xff, - 0x58, - 0x32, - 0xff, - 0xe7, - 0x14, - 0xff, - 0xb2, - 0x47, - 0xff, - 0x81, - 0x64, - 0xff, - 0x9b, - 0x42, - 0xff, - 0x3e, - 0x1c, - 0xff, - 0xf5, - 0x27, - 0xff, - 0x62, - 0x3c, - 0xff, - 0x84, - 0x50, - 0xff, - 0x23, - 0x60, - 0xff, - 0x30, - 0x45, - 0xff, - 0x27, - 0x38, - 0xff, - 0xe4, - 0x54, - 0xff, - 0x82, - 0x62, - 0xff, - 0x47, - 0x41, - 0xff, - 0xd6, - 0x18, - 0xff, - 0x1d, - 0xf6, - 0xfe, - 0x07, - 0xee, - 0xfe, - 0xd5, - 0x2a, - 0xff, - 0xb2, - 0x4a, - 0xff, - 0x06, - 0x43, - 0xff, - 0xd4, - 0x6d, - 0xff, - 0xc0, - 0x7d, - 0xff, - 0x41, - 0x40, - 0xff, - 0x21, - 0x3a, - 0xff, - 0x6c, - 0x3d, - 0xff, - 0x50, - 0x00, - 0xff, - 0x27, - 0x3a, - 0xff, - 0x51, - 0x7e, - 0xff, - 0xcb, - 0x48, - 0xff, - 0xb0, - 0x50, - 0xff, - 0x5b, - 0x81, - 0xff, - 0x79, - 0x73, - 0xff, - 0x7e, - 0x74, - 0xff, - 0xf3, - 0x8c, - 0xff, - 0xb0, - 0xa1, - 0x05, - 0xa0, - 0x41, - 0x0c, - 0x71, - 0x7c, - 0x07, - 0x03, - 0x2c, - 0x02, - 0x51, - 0xaf, - 0x04, - 0xb9, - 0xaf, - 0x04, - 0x28, - 0xbc, - 0xff, - 0xdc, - 0x6d, - 0xfd, - 0xed, - 0xe1, - 0x01, - 0xbb, - 0x86, - 0x03, - 0x25, - 0x81, - 0xff, - 0x31, - 0x56, - 0xff, - 0x97, - 0x50, - 0x01, - 0xd4, - 0x14, - 0x01, - 0x01, - 0x4a, - 0x00, - 0x60, - 0x6d, - 0x00, - 0x21, - 0x6d, - 0x00, - 0x9f, - 0x90, - 0xff, - 0x05, - 0xc1, - 0xff, - 0xfc, - 0x25, - 0x00, - 0x37, - 0x3d, - 0x00, - 0x4f, - 0xc9, - 0x00, - 0x11, - 0x20, - 0x01, - 0xab, - 0x62, - 0x01, - 0x57, - 0x09, - 0x01, - 0x74, - 0x4c, - 0x00, - 0xa7, - 0x47, - 0x00, - 0x00, - 0x33, - 0x00, - 0xf4, - 0xba, - 0xff, - 0x7b, - 0x79, - 0xff, - 0xbb, - 0x4d, - 0xff, - 0x2d, - 0x1a, - 0xff, - 0x72, - 0x1c, - 0xff, - 0xd2, - 0x59, - 0xff, - 0x98, - 0x43, - 0xff, - 0x98, - 0x29, - 0xff, - 0x47, - 0x74, - 0xff, - 0x13, - 0x66, - 0xff, - 0xe5, - 0x45, - 0xff, - 0x8d, - 0x3d, - 0xff, - 0x44, - 0x2b, - 0xff, - 0xbd, - 0x56, - 0xff, - 0x33, - 0x51, - 0xff, - 0xa8, - 0x32, - 0xff, - 0x53, - 0x18, - 0xff, - 0x1e, - 0xf4, - 0xfe, - 0xe1, - 0x02, - 0xff, - 0x8e, - 0x14, - 0xff, - 0x0a, - 0x2e, - 0xff, - 0xc8, - 0x69, - 0xff, - 0x8a, - 0x7f, - 0xff, - 0xbc, - 0x4b, - 0xff, - 0x2d, - 0x38, - 0xff, - 0x6c, - 0x45, - 0xff, - 0xd1, - 0x1a, - 0xff, - 0x29, - 0x2e, - 0xff, - 0x09, - 0x77, - 0xff, - 0x96, - 0x75, - 0xff, - 0xc0, - 0x71, - 0xff, - 0xf5, - 0x74, - 0xff, - 0xa5, - 0x6a, - 0xff, - 0x30, - 0x77, - 0xff, - 0xcf, - 0x69, - 0xff, - 0x15, - 0x57, - 0xff, - 0xd3, - 0xee, - 0x05, - 0xd7, - 0xd3, - 0x0d, - 0x50, - 0xc0, - 0x08, - 0xb7, - 0x98, - 0x01, - 0xd1, - 0x4a, - 0x04, - 0x5f, - 0xea, - 0x04, - 0xbe, - 0xb2, - 0xff, - 0xc2, - 0x29, - 0xfd, - 0x50, - 0xe6, - 0x01, - 0x52, - 0x88, - 0x03, - 0x3c, - 0x9b, - 0xfe, - 0xb0, - 0xed, - 0xfe, - 0x84, - 0xac, - 0x01, - 0x0f, - 0x2e, - 0x01, - 0xf6, - 0x22, - 0x00, - 0x28, - 0xf9, - 0xff, - 0x8e, - 0x4b, - 0x00, - 0x54, - 0x8d, - 0xff, - 0xb3, - 0x6d, - 0xff, - 0x5a, - 0xd9, - 0xff, - 0x7b, - 0xbb, - 0xff, - 0xf1, - 0xcd, - 0xff, - 0xbb, - 0xb7, - 0xff, - 0xb9, - 0x7c, - 0x00, - 0x29, - 0x4f, - 0x01, - 0x0b, - 0x05, - 0x01, - 0xf0, - 0xcd, - 0x00, - 0xcf, - 0x8e, - 0x00, - 0xc0, - 0x47, - 0x00, - 0x2a, - 0x17, - 0x00, - 0xa9, - 0x8d, - 0xff, - 0xaa, - 0x2e, - 0xff, - 0x92, - 0x2d, - 0xff, - 0xeb, - 0x40, - 0xff, - 0xf2, - 0x1e, - 0xff, - 0xd3, - 0x2f, - 0xff, - 0x28, - 0x8c, - 0xff, - 0xdf, - 0x62, - 0xff, - 0x79, - 0x52, - 0xff, - 0x7e, - 0x57, - 0xff, - 0xd1, - 0x21, - 0xff, - 0x88, - 0x2d, - 0xff, - 0xb8, - 0x1d, - 0xff, - 0x18, - 0x0f, - 0xff, - 0x3e, - 0x0d, - 0xff, - 0xb5, - 0x0a, - 0xff, - 0x89, - 0x03, - 0xff, - 0x37, - 0xfd, - 0xfe, - 0xaa, - 0x4b, - 0xff, - 0xb4, - 0x65, - 0xff, - 0xa2, - 0x34, - 0xff, - 0xc9, - 0x39, - 0xff, - 0x0d, - 0x3e, - 0xff, - 0x76, - 0x0c, - 0xff, - 0x70, - 0x16, - 0xff, - 0xd0, - 0x66, - 0xff, - 0xba, - 0x97, - 0xff, - 0x9b, - 0x97, - 0xff, - 0xc7, - 0x81, - 0xff, - 0x9a, - 0x87, - 0xff, - 0x90, - 0x77, - 0xff, - 0x20, - 0x50, - 0xff, - 0xf7, - 0x4d, - 0xff, - 0x92, - 0x65, - 0xff, - 0xc0, - 0x5b, - 0x05, - 0x5f, - 0x8a, - 0x0e, - 0x39, - 0x13, - 0x0b, - 0x12, - 0xb7, - 0x01, - 0x15, - 0xae, - 0x03, - 0x58, - 0x70, - 0x05, - 0x09, - 0xbd, - 0xff, - 0x85, - 0xbc, - 0xfc, - 0x74, - 0xb2, - 0x01, - 0x80, - 0x3d, - 0x04, - 0xe8, - 0x25, - 0xfe, - 0x3e, - 0xa8, - 0xfd, - 0x5a, - 0xde, - 0x01, - 0xce, - 0x63, - 0x01, - 0x94, - 0x3e, - 0x00, - 0x59, - 0xe9, - 0xff, - 0x7d, - 0xf9, - 0xff, - 0x86, - 0x79, - 0xff, - 0x30, - 0x38, - 0xff, - 0x9f, - 0xcb, - 0xff, - 0x20, - 0xa0, - 0xff, - 0xa5, - 0x90, - 0xff, - 0xe6, - 0x3c, - 0xff, - 0xe8, - 0x72, - 0xff, - 0xbf, - 0x24, - 0x00, - 0x38, - 0x46, - 0x00, - 0xe4, - 0xc7, - 0x00, - 0x5f, - 0x15, - 0x01, - 0xac, - 0xc7, - 0x00, - 0x17, - 0x7f, - 0x00, - 0x71, - 0x39, - 0x00, - 0x4a, - 0xb7, - 0xff, - 0x7a, - 0x59, - 0xff, - 0xce, - 0x52, - 0xff, - 0x74, - 0x52, - 0xff, - 0xae, - 0x47, - 0xff, - 0xbd, - 0x59, - 0xff, - 0xdd, - 0x62, - 0xff, - 0xfb, - 0x58, - 0xff, - 0x6f, - 0x75, - 0xff, - 0x2c, - 0x4d, - 0xff, - 0x42, - 0x09, - 0xff, - 0x0f, - 0xf7, - 0xfe, - 0xdd, - 0xff, - 0xfe, - 0xf1, - 0x0c, - 0xff, - 0x31, - 0xf9, - 0xfe, - 0x68, - 0xf6, - 0xfe, - 0x4a, - 0x0c, - 0xff, - 0xd0, - 0x47, - 0xff, - 0x6a, - 0x46, - 0xff, - 0x64, - 0x35, - 0xff, - 0xc7, - 0x39, - 0xff, - 0xbd, - 0xeb, - 0xfe, - 0x88, - 0xff, - 0xfe, - 0xb8, - 0x4d, - 0xff, - 0x32, - 0x77, - 0xff, - 0x58, - 0x9e, - 0xff, - 0x85, - 0x9f, - 0xff, - 0x0a, - 0xa5, - 0xff, - 0x86, - 0x92, - 0xff, - 0xa5, - 0x71, - 0xff, - 0xe2, - 0x5c, - 0xff, - 0xb9, - 0x5d, - 0xff, - 0x62, - 0x6e, - 0xff, - 0x39, - 0x74, - 0x06, - 0xfa, - 0x62, - 0x10, - 0xd1, - 0x2a, - 0x0b, - 0xfb, - 0x58, - 0x01, - 0xe5, - 0x67, - 0x04, - 0x97, - 0x48, - 0x05, - 0x3e, - 0x93, - 0xfe, - 0x6c, - 0xb5, - 0xfc, - 0x79, - 0x18, - 0x03, - 0x31, - 0x25, - 0x04, - 0x23, - 0xb1, - 0xfc, - 0xe8, - 0x8c, - 0xfd, - 0x3e, - 0x37, - 0x02, - 0x5c, - 0x62, - 0x01, - 0x1a, - 0x28, - 0x00, - 0x1e, - 0xc6, - 0xff, - 0x64, - 0xf4, - 0xff, - 0xdb, - 0x6a, - 0xff, - 0x54, - 0x28, - 0xff, - 0x0a, - 0xa5, - 0xff, - 0x91, - 0xac, - 0xff, - 0x5b, - 0x90, - 0xff, - 0x50, - 0x04, - 0xff, - 0xd2, - 0x52, - 0xff, - 0x93, - 0xb3, - 0xff, - 0x34, - 0xa8, - 0xff, - 0x6a, - 0xf8, - 0xff, - 0x8c, - 0x41, - 0x00, - 0x38, - 0xb6, - 0x00, - 0xd9, - 0xe3, - 0x00, - 0x7c, - 0x96, - 0x00, - 0xaa, - 0x15, - 0x00, - 0x26, - 0xe5, - 0xff, - 0x4c, - 0xf2, - 0xff, - 0x79, - 0x9a, - 0xff, - 0xd0, - 0x4f, - 0xff, - 0x5f, - 0x8a, - 0xff, - 0xc6, - 0x8e, - 0xff, - 0xe0, - 0x5c, - 0xff, - 0x48, - 0x7f, - 0xff, - 0xa0, - 0x2c, - 0xff, - 0x64, - 0xe7, - 0xfe, - 0x61, - 0x36, - 0xff, - 0x75, - 0x41, - 0xff, - 0xb4, - 0xfc, - 0xfe, - 0x8d, - 0xd9, - 0xfe, - 0x87, - 0x0b, - 0xff, - 0x86, - 0x0a, - 0xff, - 0x47, - 0x06, - 0xff, - 0x64, - 0x54, - 0xff, - 0x2c, - 0x45, - 0xff, - 0xf4, - 0x0a, - 0xff, - 0xf6, - 0x16, - 0xff, - 0x73, - 0x1e, - 0xff, - 0xf9, - 0x40, - 0xff, - 0x75, - 0x8d, - 0xff, - 0xf2, - 0xb8, - 0xff, - 0x6f, - 0xc0, - 0xff, - 0x62, - 0x8e, - 0xff, - 0x7c, - 0x6a, - 0xff, - 0x27, - 0x84, - 0xff, - 0x06, - 0x95, - 0xff, - 0x51, - 0x84, - 0xff, - 0xf6, - 0x6c, - 0xff, - 0x7c, - 0xb3, - 0x06, - 0xc2, - 0xb1, - 0x11, - 0x73, - 0x59, - 0x0c, - 0xb3, - 0x1f, - 0x01, - 0x65, - 0xca, - 0x04, - 0x78, - 0x7b, - 0x05, - 0x5b, - 0x6b, - 0xfd, - 0x33, - 0x93, - 0xfc, - 0x8a, - 0xeb, - 0x03, - 0x0e, - 0x71, - 0x04, - 0x3e, - 0xe1, - 0xfb, - 0x71, - 0xb6, - 0xfc, - 0x8e, - 0x45, - 0x02, - 0x33, - 0x7d, - 0x01, - 0x20, - 0x3e, - 0x00, - 0xeb, - 0x92, - 0xff, - 0x14, - 0xc7, - 0xff, - 0xdd, - 0x5d, - 0xff, - 0xfe, - 0xd4, - 0xfe, - 0x9e, - 0x8d, - 0xff, - 0x86, - 0xc1, - 0xff, - 0x6c, - 0x9e, - 0xff, - 0x36, - 0xce, - 0xfe, - 0x24, - 0x37, - 0xff, - 0xa6, - 0x6b, - 0xff, - 0x4f, - 0x27, - 0xff, - 0x2f, - 0x18, - 0x00, - 0xf1, - 0xc6, - 0xff, - 0xc4, - 0x89, - 0xff, - 0x2e, - 0x0f, - 0x00, - 0x3a, - 0x49, - 0x00, - 0x31, - 0x72, - 0x00, - 0x1c, - 0x55, - 0x00, - 0xd3, - 0x29, - 0x00, - 0x5c, - 0xe7, - 0xff, - 0x6f, - 0xf8, - 0xff, - 0x2b, - 0xdf, - 0xff, - 0x41, - 0x7e, - 0xff, - 0x23, - 0x9b, - 0xff, - 0x36, - 0x47, - 0xff, - 0xd8, - 0xe3, - 0xfe, - 0xbb, - 0x2e, - 0xff, - 0xaa, - 0x36, - 0xff, - 0xa0, - 0x2e, - 0xff, - 0x87, - 0x19, - 0xff, - 0x5b, - 0x02, - 0xff, - 0x76, - 0xff, - 0xfe, - 0x36, - 0xb4, - 0xfe, - 0x56, - 0x0b, - 0xff, - 0x48, - 0x42, - 0xff, - 0x2a, - 0x03, - 0xff, - 0x9f, - 0x28, - 0xff, - 0x88, - 0x2d, - 0xff, - 0x7a, - 0x38, - 0xff, - 0xe3, - 0x49, - 0xff, - 0x9c, - 0x89, - 0xff, - 0x5b, - 0xc3, - 0xff, - 0xa9, - 0x88, - 0xff, - 0xca, - 0x7a, - 0xff, - 0x97, - 0x80, - 0xff, - 0x01, - 0x8d, - 0xff, - 0x65, - 0x9a, - 0xff, - 0x3d, - 0x7b, - 0xff, - 0x51, - 0x83, - 0xff, - 0x39, - 0x0a, - 0x09, - 0x85, - 0x2c, - 0x14, - 0x8e, - 0xa0, - 0x0a, - 0x72, - 0xb2, - 0x00, - 0x3d, - 0x68, - 0x06, - 0x7d, - 0x3e, - 0x04, - 0xa3, - 0x9e, - 0xfb, - 0x45, - 0x56, - 0xfd, - 0x56, - 0xd0, - 0x05, - 0xda, - 0x28, - 0x03, - 0x06, - 0x5d, - 0xfa, - 0xfb, - 0x9f, - 0xfd, - 0x33, - 0x0f, - 0x02, - 0x14, - 0x3b, - 0x01, - 0x2b, - 0x1e, - 0x00, - 0xc0, - 0x7f, - 0xff, - 0x82, - 0x18, - 0x00, - 0xc3, - 0xcf, - 0xfe, - 0x09, - 0x72, - 0xfe, - 0x9d, - 0x81, - 0xff, - 0x54, - 0xe0, - 0xff, - 0x41, - 0x9c, - 0xff, - 0x81, - 0xb2, - 0xfe, - 0x82, - 0x35, - 0xff, - 0x49, - 0x14, - 0xff, - 0xd5, - 0x1a, - 0xff, - 0xd9, - 0x1d, - 0x00, - 0x8f, - 0x8f, - 0xff, - 0xc8, - 0x45, - 0xff, - 0xce, - 0x73, - 0xff, - 0xc5, - 0x61, - 0xff, - 0x52, - 0xc6, - 0xff, - 0x95, - 0x21, - 0x00, - 0xe6, - 0x43, - 0x00, - 0xd1, - 0x2d, - 0x00, - 0xfd, - 0x5e, - 0x00, - 0x55, - 0x7b, - 0x00, - 0xd5, - 0xc5, - 0xff, - 0x43, - 0x6a, - 0xff, - 0x47, - 0x53, - 0xff, - 0x5e, - 0x28, - 0xff, - 0xd5, - 0x2f, - 0xff, - 0xfa, - 0x14, - 0xff, - 0xa8, - 0x45, - 0xff, - 0x86, - 0x2e, - 0xff, - 0x84, - 0xd0, - 0xfe, - 0xa2, - 0xe3, - 0xfe, - 0x9f, - 0xfb, - 0xfe, - 0x45, - 0x00, - 0xff, - 0x8a, - 0x0f, - 0xff, - 0x17, - 0x40, - 0xff, - 0x8a, - 0x2f, - 0xff, - 0x72, - 0x0b, - 0xff, - 0x96, - 0x3d, - 0xff, - 0x26, - 0x78, - 0xff, - 0x98, - 0x98, - 0xff, - 0xc5, - 0x85, - 0xff, - 0x75, - 0x78, - 0xff, - 0x5e, - 0x89, - 0xff, - 0xbb, - 0x8b, - 0xff, - 0x23, - 0x84, - 0xff, - 0xb5, - 0x86, - 0xff, - 0xac, - 0x91, - 0xff, - 0xfb, - 0xa9, - 0xff, - 0x44, - 0xf7, - 0x09, - 0x79, - 0xcb, - 0x15, - 0xfa, - 0x0f, - 0x0b, - 0xf1, - 0xa6, - 0x00, - 0xba, - 0xd8, - 0x06, - 0x33, - 0x16, - 0x04, - 0x42, - 0xb7, - 0xfa, - 0x62, - 0x35, - 0xfd, - 0x43, - 0x01, - 0x07, - 0x0b, - 0x3d, - 0x03, - 0x7a, - 0x43, - 0xf9, - 0x32, - 0x9e, - 0xfd, - 0x4b, - 0x37, - 0x02, - 0x16, - 0xf3, - 0x00, - 0xdb, - 0x26, - 0x00, - 0xf9, - 0x7a, - 0xff, - 0xf5, - 0x20, - 0x00, - 0x6d, - 0x01, - 0xff, - 0x9e, - 0x1f, - 0xfe, - 0x81, - 0x27, - 0xff, - 0x71, - 0x1b, - 0x00, - 0x18, - 0x85, - 0xff, - 0xfc, - 0x6b, - 0xfe, - 0x25, - 0x90, - 0xff, - 0x7a, - 0x48, - 0xff, - 0xcf, - 0xbd, - 0xfe, - 0x13, - 0x03, - 0x00, - 0x37, - 0xa9, - 0xff, - 0x34, - 0x23, - 0xff, - 0x6d, - 0x6b, - 0xff, - 0x74, - 0x1d, - 0xff, - 0xcc, - 0xf3, - 0xfe, - 0x9d, - 0x63, - 0xff, - 0x7c, - 0xdb, - 0xff, - 0x84, - 0x23, - 0x00, - 0xfa, - 0xaa, - 0x00, - 0x87, - 0x9d, - 0x00, - 0xf5, - 0xde, - 0xff, - 0xf7, - 0xea, - 0xff, - 0xd4, - 0xb9, - 0xff, - 0x2a, - 0x50, - 0xff, - 0xd9, - 0x67, - 0xff, - 0x1c, - 0x34, - 0xff, - 0xb8, - 0x23, - 0xff, - 0x86, - 0xfc, - 0xfe, - 0xc8, - 0x13, - 0xff, - 0x0b, - 0x07, - 0xff, - 0xb8, - 0xa7, - 0xfe, - 0xa9, - 0x39, - 0xff, - 0x0d, - 0x89, - 0xff, - 0x76, - 0x55, - 0xff, - 0x96, - 0x23, - 0xff, - 0x2c, - 0x1a, - 0xff, - 0x1a, - 0x58, - 0xff, - 0x7a, - 0x42, - 0xff, - 0x39, - 0x61, - 0xff, - 0x0a, - 0xb2, - 0xff, - 0xeb, - 0xb5, - 0xff, - 0x06, - 0x86, - 0xff, - 0xc9, - 0x57, - 0xff, - 0x7e, - 0x71, - 0xff, - 0x0c, - 0xaa, - 0xff, - 0x7b, - 0xb9, - 0xff, - 0x72, - 0xa0, - 0xff, - 0xc3, - 0x71, - 0x0b, - 0x83, - 0x4c, - 0x17, - 0x6a, - 0x93, - 0x0a, - 0x3d, - 0x10, - 0x01, - 0x33, - 0xe3, - 0x07, - 0xfa, - 0x2b, - 0x03, - 0xa7, - 0x13, - 0xf9, - 0x34, - 0xc1, - 0xfd, - 0x1e, - 0x87, - 0x08, - 0xdd, - 0x60, - 0x02, - 0xc5, - 0x63, - 0xf8, - 0xde, - 0xdd, - 0xfd, - 0x12, - 0x0d, - 0x02, - 0xe5, - 0xd9, - 0x00, - 0xad, - 0xe3, - 0xff, - 0x19, - 0x5b, - 0xff, - 0xf3, - 0x36, - 0x00, - 0xa7, - 0x06, - 0xff, - 0x61, - 0xec, - 0xfd, - 0xb9, - 0xda, - 0xfe, - 0x5e, - 0x35, - 0x00, - 0xb6, - 0x4e, - 0xff, - 0xbf, - 0x1f, - 0xfe, - 0x71, - 0x94, - 0xff, - 0x6c, - 0x58, - 0xff, - 0x25, - 0xd1, - 0xfe, - 0xcb, - 0xc3, - 0xff, - 0x6b, - 0x96, - 0xff, - 0x39, - 0x57, - 0xff, - 0x76, - 0x26, - 0xff, - 0xb7, - 0xb4, - 0xfe, - 0x4b, - 0xbc, - 0xfe, - 0x73, - 0x27, - 0xff, - 0x2e, - 0x87, - 0xff, - 0x1b, - 0x64, - 0xff, - 0x1b, - 0xf2, - 0xff, - 0x55, - 0xa1, - 0x00, - 0x94, - 0x1e, - 0x00, - 0xfd, - 0xdf, - 0xff, - 0xf5, - 0xc6, - 0xff, - 0x1e, - 0xcf, - 0xff, - 0xf1, - 0xc8, - 0xff, - 0x09, - 0x12, - 0xff, - 0x77, - 0x08, - 0xff, - 0x03, - 0x31, - 0xff, - 0x97, - 0x08, - 0xff, - 0x83, - 0xe5, - 0xfe, - 0x0f, - 0xf6, - 0xfe, - 0x5d, - 0x71, - 0xff, - 0xd4, - 0x89, - 0xff, - 0x1b, - 0x65, - 0xff, - 0x22, - 0x54, - 0xff, - 0xe7, - 0x32, - 0xff, - 0x29, - 0x22, - 0xff, - 0x6e, - 0x28, - 0xff, - 0x03, - 0x72, - 0xff, - 0x1f, - 0xbe, - 0xff, - 0x7b, - 0x99, - 0xff, - 0xf8, - 0x6b, - 0xff, - 0x0d, - 0x72, - 0xff, - 0x57, - 0x7e, - 0xff, - 0xd3, - 0x9e, - 0xff, - 0xcb, - 0x94, - 0xff, - 0x04, - 0xa1, - 0xff, - 0x93, - 0x8d, - 0x0b, - 0x92, - 0xa9, - 0x18, - 0x35, - 0x17, - 0x0c, - 0x25, - 0xd2, - 0x00, - 0xa2, - 0xee, - 0x07, - 0xaa, - 0xcb, - 0x03, - 0x3c, - 0x76, - 0xf8, - 0xdf, - 0xfe, - 0xfc, - 0x0e, - 0x00, - 0x09, - 0x88, - 0x07, - 0x03, - 0x70, - 0x05, - 0xf8, - 0x8e, - 0x68, - 0xfd, - 0x25, - 0x09, - 0x02, - 0x8c, - 0xb4, - 0x00, - 0x79, - 0xb6, - 0xff, - 0x22, - 0x5c, - 0xff, - 0x6f, - 0x3c, - 0x00, - 0xc3, - 0x2e, - 0xff, - 0x04, - 0xfb, - 0xfd, - 0x0b, - 0x41, - 0xfe, - 0xb1, - 0x28, - 0x00, - 0xcf, - 0xe0, - 0xff, - 0x18, - 0xc5, - 0xfd, - 0xbb, - 0x1b, - 0xff, - 0x9d, - 0x71, - 0xff, - 0x0e, - 0xe3, - 0xfe, - 0xc7, - 0xce, - 0xff, - 0x1c, - 0x92, - 0xff, - 0x91, - 0x52, - 0xff, - 0x58, - 0x22, - 0xff, - 0x88, - 0x74, - 0xfe, - 0x23, - 0x9b, - 0xfe, - 0x95, - 0x1a, - 0xff, - 0x67, - 0x40, - 0xff, - 0x04, - 0x08, - 0xff, - 0x20, - 0x7e, - 0xff, - 0x1b, - 0x42, - 0x00, - 0x7f, - 0xc8, - 0xff, - 0x6d, - 0xac, - 0xff, - 0x52, - 0xca, - 0xff, - 0xa3, - 0xbc, - 0xff, - 0xec, - 0xe8, - 0xff, - 0xd8, - 0x6a, - 0xff, - 0x58, - 0x4a, - 0xff, - 0xd3, - 0x3e, - 0xff, - 0x09, - 0x27, - 0xff, - 0xa1, - 0x36, - 0xff, - 0x9e, - 0x22, - 0xff, - 0x2a, - 0x8d, - 0xff, - 0xe4, - 0xaf, - 0xff, - 0x72, - 0x78, - 0xff, - 0xbd, - 0x49, - 0xff, - 0x32, - 0x2b, - 0xff, - 0x67, - 0x30, - 0xff, - 0x7f, - 0x55, - 0xff, - 0x30, - 0x8a, - 0xff, - 0x10, - 0x97, - 0xff, - 0x81, - 0x9e, - 0xff, - 0xb5, - 0x78, - 0xff, - 0xc9, - 0x69, - 0xff, - 0x1c, - 0x73, - 0xff, - 0x0e, - 0x88, - 0xff, - 0x33, - 0xb6, - 0xff, - 0xae, - 0xa9, - 0xff, - 0x27, - 0x02, - 0x0b, - 0x87, - 0xd6, - 0x19, - 0xb9, - 0xde, - 0x0e, - 0xd1, - 0x45, - 0x00, - 0xbb, - 0xb1, - 0x06, - 0xee, - 0x70, - 0x05, - 0xf9, - 0x17, - 0xf9, - 0x17, - 0x30, - 0xfb, - 0xdb, - 0x42, - 0x08, - 0x51, - 0x5d, - 0x04, - 0x82, - 0x66, - 0xf8, - 0xf6, - 0xa6, - 0xfc, - 0x58, - 0x94, - 0x01, - 0x11, - 0xb4, - 0x00, - 0x11, - 0xc2, - 0xff, - 0xab, - 0x08, - 0xff, - 0x40, - 0x6e, - 0x00, - 0x57, - 0x50, - 0xff, - 0x71, - 0xe8, - 0xfd, - 0x22, - 0x0d, - 0xfe, - 0xaf, - 0xa9, - 0xff, - 0x16, - 0x4a, - 0x00, - 0x25, - 0x03, - 0xfe, - 0x44, - 0x91, - 0xfe, - 0x26, - 0x1f, - 0xff, - 0x22, - 0x05, - 0xff, - 0xed, - 0x03, - 0x00, - 0xc7, - 0x48, - 0xff, - 0x77, - 0x17, - 0xff, - 0xe6, - 0x50, - 0xff, - 0x18, - 0x86, - 0xfe, - 0x58, - 0x76, - 0xfe, - 0xb1, - 0xdf, - 0xfe, - 0xf6, - 0xda, - 0xfe, - 0xe0, - 0xf5, - 0xfe, - 0xdc, - 0x9f, - 0xff, - 0x42, - 0xf6, - 0xff, - 0x7d, - 0x59, - 0xff, - 0x19, - 0x3c, - 0xff, - 0x8b, - 0x50, - 0xff, - 0x49, - 0x2b, - 0xff, - 0x28, - 0xd0, - 0xff, - 0x28, - 0xd7, - 0xff, - 0xa9, - 0x6e, - 0xff, - 0xf1, - 0x6a, - 0xff, - 0xe1, - 0x7f, - 0xff, - 0x71, - 0x96, - 0xff, - 0x44, - 0x66, - 0xff, - 0xc5, - 0x9f, - 0xff, - 0x03, - 0xbb, - 0xff, - 0x9f, - 0x75, - 0xff, - 0x38, - 0x45, - 0xff, - 0x00, - 0x2b, - 0xff, - 0xa9, - 0x60, - 0xff, - 0x13, - 0x64, - 0xff, - 0xa1, - 0x68, - 0xff, - 0x62, - 0xac, - 0xff, - 0x19, - 0xb9, - 0xff, - 0x98, - 0x97, - 0xff, - 0x4e, - 0x5b, - 0xff, - 0x3b, - 0x4d, - 0xff, - 0x04, - 0x94, - 0xff, - 0x82, - 0x9f, - 0xff, - 0xb2, - 0x93, - 0xff, - 0x5f, - 0xff, - 0x09, - 0x9a, - 0x0d, - 0x1a, - 0x00, - 0xff, - 0x11, - 0x2d, - 0x03, - 0x01, - 0x9b, - 0x3b, - 0x05, - 0x3b, - 0x9c, - 0x06, - 0xb8, - 0xb7, - 0xfa, - 0xa6, - 0x4b, - 0xf9, - 0x3b, - 0x5e, - 0x06, - 0x0f, - 0x49, - 0x06, - 0x03, - 0x29, - 0xf9, - 0xdb, - 0xab, - 0xfb, - 0x22, - 0x4d, - 0x01, - 0x21, - 0x47, - 0x00, - 0x34, - 0x20, - 0x00, - 0x88, - 0xbc, - 0xfe, - 0x74, - 0x24, - 0x00, - 0x00, - 0xd5, - 0xff, - 0x26, - 0xdf, - 0xfd, - 0x01, - 0xe5, - 0xfd, - 0xc1, - 0x1e, - 0xff, - 0xa6, - 0x7a, - 0x00, - 0x3c, - 0x32, - 0xfe, - 0x27, - 0x39, - 0xfe, - 0x93, - 0x4c, - 0xff, - 0xb1, - 0xa1, - 0xfe, - 0x00, - 0xd2, - 0xff, - 0x4c, - 0x82, - 0xff, - 0x3a, - 0xbd, - 0xfe, - 0xcc, - 0x33, - 0xff, - 0xea, - 0xda, - 0xfe, - 0x65, - 0x2f, - 0xfe, - 0xe5, - 0x65, - 0xfe, - 0xa7, - 0x0c, - 0xff, - 0x58, - 0xfd, - 0xfe, - 0x82, - 0x5c, - 0xff, - 0x4b, - 0xe6, - 0xff, - 0x0b, - 0x28, - 0xff, - 0x32, - 0xd6, - 0xfe, - 0x03, - 0xd0, - 0xfe, - 0x90, - 0xa1, - 0xfe, - 0xed, - 0x69, - 0xff, - 0xcc, - 0xa8, - 0xff, - 0xaa, - 0x97, - 0xff, - 0xca, - 0xb3, - 0xff, - 0x67, - 0xd2, - 0xff, - 0x30, - 0xe3, - 0xff, - 0x89, - 0x81, - 0xff, - 0x0a, - 0xdb, - 0xff, - 0x03, - 0xbe, - 0xff, - 0x5d, - 0x67, - 0xff, - 0xc2, - 0x7e, - 0xff, - 0xd1, - 0x45, - 0xff, - 0x1d, - 0x5d, - 0xff, - 0xe2, - 0x3c, - 0xff, - 0xbb, - 0x75, - 0xff, - 0x33, - 0xcc, - 0xff, - 0x3b, - 0xc3, - 0xff, - 0x3d, - 0xa6, - 0xff, - 0xe7, - 0x4e, - 0xff, - 0x1a, - 0x6a, - 0xff, - 0xf2, - 0x80, - 0xff, - 0xa3, - 0x7a, - 0xff, - 0x04, - 0x97, - 0xff, - 0x5d, - 0xe7, - 0x0b, - 0xe5, - 0x8a, - 0x1b, - 0x9b, - 0x48, - 0x10, - 0x4d, - 0xd1, - 0x01, - 0xc4, - 0xf5, - 0x06, - 0x17, - 0x7d, - 0x05, - 0x6f, - 0x32, - 0xfa, - 0xe0, - 0x7e, - 0xf9, - 0x76, - 0xc5, - 0x06, - 0x4e, - 0x4d, - 0x05, - 0x78, - 0xe9, - 0xf8, - 0x6a, - 0x08, - 0xfd, - 0xf1, - 0x70, - 0x00, - 0xaa, - 0x0b, - 0x00, - 0x3e, - 0x63, - 0x00, - 0xf9, - 0x3d, - 0xfe, - 0x0b, - 0x33, - 0x00, - 0xbe, - 0x08, - 0x00, - 0xb4, - 0x49, - 0xfe, - 0x9c, - 0x74, - 0xfd, - 0xc7, - 0xe6, - 0xfe, - 0x47, - 0xaa, - 0x00, - 0xe8, - 0x20, - 0xfe, - 0x17, - 0x53, - 0xfe, - 0x18, - 0x1b, - 0xff, - 0xe2, - 0xa2, - 0xfe, - 0x3e, - 0xae, - 0xff, - 0xcd, - 0x68, - 0xff, - 0xd9, - 0xe3, - 0xfe, - 0xf6, - 0x00, - 0xff, - 0x7a, - 0x8d, - 0xfe, - 0xaf, - 0xff, - 0xfd, - 0xfd, - 0x70, - 0xfe, - 0xbb, - 0x59, - 0xff, - 0x52, - 0x14, - 0xff, - 0x2c, - 0xf0, - 0xfe, - 0xfb, - 0xe6, - 0xff, - 0xb2, - 0x0a, - 0xff, - 0xc4, - 0x3c, - 0xfe, - 0x29, - 0xcf, - 0xfe, - 0x5a, - 0x78, - 0xfe, - 0x4f, - 0xfc, - 0xfe, - 0x10, - 0x7b, - 0xff, - 0x32, - 0x92, - 0xff, - 0x57, - 0xf0, - 0xff, - 0x16, - 0xf0, - 0xff, - 0xb7, - 0xe0, - 0xff, - 0x54, - 0x96, - 0xff, - 0x4a, - 0xf1, - 0xff, - 0x8f, - 0xe3, - 0xff, - 0xe3, - 0xad, - 0xff, - 0x1b, - 0xc1, - 0xff, - 0xc5, - 0x25, - 0xff, - 0xcb, - 0x40, - 0xff, - 0x15, - 0x83, - 0xff, - 0x61, - 0x89, - 0xff, - 0x92, - 0xd0, - 0xff, - 0x86, - 0xba, - 0xff, - 0x77, - 0x90, - 0xff, - 0xd4, - 0x83, - 0xff, - 0xc5, - 0x5d, - 0xff, - 0x74, - 0x70, - 0xff, - 0x7a, - 0xa8, - 0xff, - 0x88, - 0x98, - 0xff, - 0xd5, - 0x1c, - 0x0c, - 0x4a, - 0x42, - 0x1c, - 0x2f, - 0x12, - 0x10, - 0xa4, - 0x51, - 0x02, - 0xd8, - 0x64, - 0x09, - 0xc5, - 0x55, - 0x05, - 0xcc, - 0x57, - 0xf9, - 0xe4, - 0xab, - 0xf9, - 0x91, - 0xec, - 0x05, - 0xfc, - 0x18, - 0x05, - 0xba, - 0x07, - 0xf9, - 0x48, - 0xd4, - 0xfd, - 0x6f, - 0x32, - 0x00, - 0xb8, - 0xe6, - 0xfe, - 0x5f, - 0xef, - 0x00, - 0xa3, - 0xdd, - 0xfd, - 0x1d, - 0xd3, - 0xff, - 0xb0, - 0x6e, - 0x00, - 0x12, - 0xbc, - 0xfe, - 0x1f, - 0x5a, - 0xfd, - 0x88, - 0xe0, - 0xfd, - 0xc6, - 0x0c, - 0x01, - 0x3e, - 0x9b, - 0xfe, - 0x90, - 0xec, - 0xfd, - 0x0d, - 0xbe, - 0xfe, - 0xfa, - 0xb1, - 0xfe, - 0xe0, - 0xb3, - 0xff, - 0x8a, - 0x13, - 0xff, - 0x4d, - 0x1f, - 0xff, - 0xf1, - 0xc7, - 0xfe, - 0xae, - 0x07, - 0xfe, - 0x56, - 0xe8, - 0xfd, - 0x6a, - 0xb7, - 0xfe, - 0xf3, - 0x5b, - 0xff, - 0xeb, - 0xb4, - 0xfe, - 0x23, - 0xeb, - 0xfe, - 0xb2, - 0x78, - 0xff, - 0x00, - 0xfa, - 0xfe, - 0x6d, - 0x56, - 0xfe, - 0x96, - 0x62, - 0xfe, - 0x1e, - 0x62, - 0xfe, - 0xd0, - 0xf5, - 0xfe, - 0xef, - 0x77, - 0xff, - 0x2b, - 0x7d, - 0xff, - 0x02, - 0xe3, - 0xff, - 0xc2, - 0xe6, - 0xff, - 0xd5, - 0xa0, - 0xff, - 0xa8, - 0x4a, - 0xff, - 0xd9, - 0xe7, - 0xff, - 0x19, - 0x5b, - 0x00, - 0xc6, - 0xd1, - 0xff, - 0xa4, - 0x9c, - 0xff, - 0x69, - 0x6f, - 0xff, - 0xae, - 0x66, - 0xff, - 0x77, - 0x74, - 0xff, - 0x1e, - 0xa3, - 0xff, - 0xff, - 0xc4, - 0xff, - 0xfa, - 0xbf, - 0xff, - 0x50, - 0x9e, - 0xff, - 0x46, - 0x5c, - 0xff, - 0x04, - 0x62, - 0xff, - 0x7d, - 0x7f, - 0xff, - 0xcb, - 0xab, - 0xff, - 0xfa, - 0xab, - 0xff, - 0xc8, - 0x06, - 0x0e, - 0x99, - 0xfb, - 0x1c, - 0x07, - 0x42, - 0x0d, - 0xbe, - 0x89, - 0x03, - 0xae, - 0xbb, - 0x0c, - 0xd9, - 0x25, - 0x05, - 0xc3, - 0x92, - 0xf7, - 0xe5, - 0x58, - 0xf9, - 0x6f, - 0xef, - 0x07, - 0x68, - 0x04, - 0x03, - 0x88, - 0x7e, - 0xf7, - 0x74, - 0xf8, - 0x00, - 0x42, - 0xf4, - 0xff, - 0x29, - 0x91, - 0xfd, - 0xbb, - 0xb1, - 0x00, - 0xa1, - 0x3b, - 0xfe, - 0x7d, - 0xc2, - 0xff, - 0xbd, - 0xdb, - 0xff, - 0x48, - 0x25, - 0x00, - 0xbd, - 0xc7, - 0xfc, - 0x44, - 0x1b, - 0xfd, - 0x68, - 0xd4, - 0x01, - 0xcb, - 0x79, - 0xfe, - 0xb4, - 0x01, - 0xfe, - 0xae, - 0x5c, - 0xfe, - 0x4a, - 0xac, - 0xfe, - 0x95, - 0xf2, - 0xff, - 0x6b, - 0xbd, - 0xfe, - 0x29, - 0x1a, - 0xff, - 0xed, - 0x94, - 0xfe, - 0x92, - 0xf5, - 0xfd, - 0x90, - 0xf8, - 0xfd, - 0x88, - 0x8e, - 0xfe, - 0x38, - 0x3e, - 0xff, - 0x77, - 0x9e, - 0xfe, - 0x9b, - 0xc3, - 0xfe, - 0x07, - 0xfc, - 0xfe, - 0x42, - 0xe2, - 0xfe, - 0x67, - 0xb6, - 0xfe, - 0x66, - 0x35, - 0xfe, - 0xea, - 0x4f, - 0xfe, - 0x62, - 0x17, - 0xff, - 0xea, - 0x8c, - 0xff, - 0x35, - 0xa9, - 0xff, - 0x6c, - 0xb3, - 0xff, - 0x61, - 0xbe, - 0xff, - 0xe4, - 0x5f, - 0xff, - 0x7c, - 0x1e, - 0xff, - 0x81, - 0xe7, - 0xff, - 0x3c, - 0x2c, - 0x00, - 0x01, - 0xec, - 0xff, - 0x21, - 0xbd, - 0xff, - 0x06, - 0x8b, - 0xff, - 0xb7, - 0x8a, - 0xff, - 0x38, - 0x9c, - 0xff, - 0x57, - 0xbb, - 0xff, - 0xdb, - 0xa9, - 0xff, - 0xed, - 0xc0, - 0xff, - 0xd6, - 0x9c, - 0xff, - 0xb1, - 0x65, - 0xff, - 0xf9, - 0x67, - 0xff, - 0xff, - 0x7d, - 0xff, - 0xa5, - 0xb1, - 0xff, - 0xa4, - 0xa3, - 0xff, - 0xbb, - 0xe8, - 0x0e, - 0x7a, - 0x70, - 0x1d, - 0xc6, - 0xa9, - 0x0a, - 0xba, - 0x16, - 0x04, - 0xaa, - 0x35, - 0x12, - 0x23, - 0xfd, - 0x04, - 0xdd, - 0x14, - 0xf4, - 0x93, - 0x1c, - 0xfb, - 0x2a, - 0xe4, - 0x09, - 0x4a, - 0xe7, - 0xff, - 0x4e, - 0x98, - 0xf5, - 0x89, - 0x20, - 0x04, - 0x18, - 0xf1, - 0x00, - 0xee, - 0xe6, - 0xfb, - 0x0c, - 0x3e, - 0x00, - 0x43, - 0x1e, - 0xfe, - 0x67, - 0x05, - 0x00, - 0xdd, - 0x58, - 0xff, - 0xd7, - 0xc9, - 0x00, - 0x82, - 0xa8, - 0xfd, - 0xe0, - 0xb1, - 0xfb, - 0xca, - 0xdf, - 0x01, - 0x8c, - 0x1a, - 0xff, - 0x9e, - 0xe3, - 0xfd, - 0x93, - 0x67, - 0xfe, - 0x02, - 0x84, - 0xfe, - 0x85, - 0xdd, - 0xff, - 0xc6, - 0x6b, - 0xfe, - 0xcf, - 0x07, - 0xff, - 0x50, - 0xa0, - 0xfe, - 0x68, - 0x4b, - 0xfe, - 0x09, - 0xca, - 0xfd, - 0xf3, - 0xa3, - 0xfd, - 0x5c, - 0x9c, - 0xff, - 0x0c, - 0x89, - 0xfe, - 0x11, - 0x3d, - 0xfe, - 0x5a, - 0x1c, - 0xff, - 0xa3, - 0x60, - 0xfe, - 0x7b, - 0xd9, - 0xfe, - 0x07, - 0xc2, - 0xfe, - 0xb7, - 0x31, - 0xfe, - 0x3b, - 0x1c, - 0xff, - 0x1d, - 0xb9, - 0xff, - 0x03, - 0xa7, - 0xff, - 0xc3, - 0x69, - 0xff, - 0x36, - 0xcd, - 0xff, - 0x79, - 0x6e, - 0xff, - 0x4b, - 0xd5, - 0xfe, - 0x87, - 0xe3, - 0xff, - 0x5c, - 0xe6, - 0xff, - 0xc2, - 0xbd, - 0xff, - 0x2d, - 0xce, - 0xff, - 0x6c, - 0x8c, - 0xff, - 0x79, - 0xcd, - 0xff, - 0x32, - 0x93, - 0xff, - 0x36, - 0xb1, - 0xff, - 0x4d, - 0xd0, - 0xff, - 0x91, - 0xb9, - 0xff, - 0x58, - 0xa4, - 0xff, - 0x19, - 0x69, - 0xff, - 0x64, - 0x72, - 0xff, - 0x37, - 0x6c, - 0xff, - 0x35, - 0xa2, - 0xff, - 0x03, - 0xc7, - 0xff, - 0x89, - 0xe7, - 0x0f, - 0xab, - 0x13, - 0x1f, - 0x69, - 0xb9, - 0x08, - 0x67, - 0x0f, - 0x02, - 0xaa, - 0x2b, - 0x16, - 0xb4, - 0xcf, - 0x06, - 0xb3, - 0x9b, - 0xf1, - 0xca, - 0x5d, - 0xfc, - 0xce, - 0x91, - 0x0b, - 0xd7, - 0xd8, - 0xfc, - 0xca, - 0x3b, - 0xf3, - 0x47, - 0x01, - 0x07, - 0x85, - 0xc3, - 0x02, - 0x20, - 0x37, - 0xfa, - 0x79, - 0x81, - 0xff, - 0x31, - 0x2c, - 0xfe, - 0x11, - 0x77, - 0x00, - 0xb0, - 0xa5, - 0xfe, - 0x4c, - 0x91, - 0x00, - 0x97, - 0x53, - 0xff, - 0x64, - 0xbb, - 0xfa, - 0xc7, - 0x0a, - 0x01, - 0x14, - 0x22, - 0x00, - 0x24, - 0xdc, - 0xfd, - 0x55, - 0x51, - 0xfe, - 0xea, - 0x95, - 0xfe, - 0x15, - 0xdc, - 0xff, - 0x69, - 0x28, - 0xfe, - 0x8e, - 0xb8, - 0xfe, - 0x99, - 0xb6, - 0xfe, - 0x96, - 0x45, - 0xfe, - 0xd3, - 0xe6, - 0xfd, - 0x3c, - 0x6a, - 0xfd, - 0xc7, - 0xf2, - 0xfe, - 0x0d, - 0x53, - 0xfe, - 0x99, - 0x5d, - 0xfe, - 0x70, - 0x36, - 0xff, - 0xd4, - 0x2a, - 0xfe, - 0xd9, - 0x99, - 0xfe, - 0xba, - 0x04, - 0xff, - 0x36, - 0x82, - 0xfe, - 0x35, - 0x3b, - 0xff, - 0xe8, - 0xc2, - 0xff, - 0xe3, - 0x8f, - 0xff, - 0xbf, - 0x47, - 0xff, - 0x0d, - 0xa4, - 0xff, - 0xdf, - 0x96, - 0xff, - 0xc0, - 0x11, - 0xff, - 0x7c, - 0xb8, - 0xff, - 0xac, - 0x9c, - 0xff, - 0xbc, - 0x77, - 0xff, - 0x42, - 0xd8, - 0xff, - 0x76, - 0xb1, - 0xff, - 0x84, - 0x8c, - 0xff, - 0xe6, - 0x75, - 0xff, - 0x4e, - 0xcb, - 0xff, - 0xee, - 0xd3, - 0xff, - 0x71, - 0xc5, - 0xff, - 0xe7, - 0xa8, - 0xff, - 0xb3, - 0x66, - 0xff, - 0x98, - 0x71, - 0xff, - 0x91, - 0x7b, - 0xff, - 0xc8, - 0xa3, - 0xff, - 0xeb, - 0xb5, - 0xff, - 0x6d, - 0xd4, - 0x10, - 0xd3, - 0xd9, - 0x21, - 0x00, - 0xf9, - 0x07, - 0xb2, - 0x58, - 0xfd, - 0x6e, - 0xcd, - 0x17, - 0x26, - 0x30, - 0x0b, - 0x47, - 0xad, - 0xf0, - 0xa7, - 0xd9, - 0xfb, - 0x33, - 0xda, - 0x0c, - 0x20, - 0x31, - 0xfb, - 0x2b, - 0x64, - 0xf0, - 0x7c, - 0xa1, - 0x08, - 0x0b, - 0x70, - 0x05, - 0xd4, - 0xe7, - 0xf8, - 0x16, - 0x55, - 0xfe, - 0x82, - 0x4e, - 0xfe, - 0x62, - 0x15, - 0x01, - 0x58, - 0x31, - 0xfe, - 0xba, - 0x39, - 0xff, - 0x23, - 0xfd, - 0x00, - 0x8d, - 0x14, - 0xfb, - 0xb2, - 0x4a, - 0xff, - 0x08, - 0xec, - 0x00, - 0x06, - 0x72, - 0xfe, - 0xaa, - 0xdc, - 0xfd, - 0x17, - 0x03, - 0xff, - 0x6e, - 0xfc, - 0xff, - 0x81, - 0x98, - 0xfd, - 0x45, - 0xb3, - 0xfe, - 0xcf, - 0x90, - 0xfe, - 0x0e, - 0xa2, - 0xfd, - 0xbe, - 0x78, - 0xfe, - 0x3f, - 0x94, - 0xfd, - 0x9b, - 0xa2, - 0xfd, - 0x41, - 0x4f, - 0xfe, - 0xd7, - 0x01, - 0xff, - 0x48, - 0xef, - 0xfe, - 0x8b, - 0x05, - 0xfe, - 0xf0, - 0x86, - 0xfe, - 0x89, - 0x09, - 0xff, - 0x25, - 0xe5, - 0xfe, - 0x34, - 0x42, - 0xff, - 0x44, - 0x9b, - 0xff, - 0xe8, - 0xa1, - 0xff, - 0xc6, - 0x2a, - 0xff, - 0xc8, - 0x91, - 0xff, - 0xc4, - 0xd6, - 0xff, - 0x7b, - 0x13, - 0xff, - 0x9d, - 0xa8, - 0xff, - 0xac, - 0x9e, - 0xff, - 0x37, - 0x3c, - 0xff, - 0xc2, - 0xbb, - 0xff, - 0x4d, - 0xae, - 0xff, - 0x96, - 0x61, - 0xff, - 0x1c, - 0x49, - 0xff, - 0x7c, - 0xc0, - 0xff, - 0x0d, - 0xc5, - 0xff, - 0x10, - 0xa7, - 0xff, - 0xb5, - 0xa7, - 0xff, - 0x22, - 0x6a, - 0xff, - 0x4f, - 0x86, - 0xff, - 0x73, - 0x91, - 0xff, - 0xab, - 0x97, - 0xff, - 0xec, - 0xc1, - 0xff, - 0x6d, - 0xc7, - 0x13, - 0x8c, - 0xe4, - 0x24, - 0xed, - 0x69, - 0x04, - 0x25, - 0x12, - 0xfa, - 0x30, - 0xa3, - 0x19, - 0x83, - 0x92, - 0x0c, - 0xc9, - 0xa7, - 0xf0, - 0x21, - 0x5d, - 0xfd, - 0x10, - 0x9c, - 0x0d, - 0x7e, - 0xa0, - 0xf7, - 0x4e, - 0xee, - 0xee, - 0xd3, - 0x95, - 0x0a, - 0xf0, - 0x74, - 0x06, - 0x19, - 0x22, - 0xf9, - 0xaa, - 0xa4, - 0xfc, - 0xa3, - 0x42, - 0xfe, - 0x29, - 0x26, - 0x02, - 0xed, - 0x50, - 0xfd, - 0x57, - 0x7f, - 0xfe, - 0xde, - 0x29, - 0x01, - 0x28, - 0x33, - 0xfc, - 0x37, - 0x73, - 0xfe, - 0xdd, - 0x43, - 0x00, - 0xde, - 0x91, - 0xff, - 0xe9, - 0xa3, - 0xfd, - 0x71, - 0x7d, - 0xff, - 0x1c, - 0x38, - 0x00, - 0x2b, - 0xde, - 0xfc, - 0x2f, - 0xac, - 0xfe, - 0x3f, - 0x26, - 0xfe, - 0xe0, - 0x4d, - 0xfd, - 0xa2, - 0x79, - 0xfe, - 0x92, - 0x7a, - 0xfd, - 0x5d, - 0x8a, - 0xfd, - 0xaa, - 0x1a, - 0xfe, - 0x4e, - 0x26, - 0xff, - 0x3a, - 0x13, - 0xff, - 0x04, - 0xd0, - 0xfd, - 0x40, - 0x74, - 0xfe, - 0x0d, - 0xe1, - 0xfe, - 0x82, - 0x0e, - 0xff, - 0x94, - 0x9b, - 0xff, - 0x73, - 0x64, - 0xff, - 0xd5, - 0x59, - 0xff, - 0x35, - 0x40, - 0xff, - 0x01, - 0xec, - 0xff, - 0xcd, - 0xb6, - 0xff, - 0xe7, - 0xe1, - 0xfe, - 0xc5, - 0xf3, - 0xff, - 0xec, - 0xb1, - 0xff, - 0x6b, - 0x19, - 0xff, - 0x8c, - 0x77, - 0xff, - 0xbd, - 0x7d, - 0xff, - 0x16, - 0x6d, - 0xff, - 0x04, - 0x4b, - 0xff, - 0xba, - 0x8b, - 0xff, - 0x3f, - 0x7a, - 0xff, - 0xf9, - 0x80, - 0xff, - 0x7b, - 0x93, - 0xff, - 0xfc, - 0x6b, - 0xff, - 0x39, - 0x8d, - 0xff, - 0x25, - 0xae, - 0xff, - 0x3c, - 0xbd, - 0xff, - 0x5b, - 0xca, - 0xff, - 0xc4, - 0x28, - 0x16, - 0x59, - 0xb9, - 0x27, - 0x36, - 0x7a, - 0x02, - 0x3a, - 0x95, - 0xf6, - 0x79, - 0xfd, - 0x18, - 0x4d, - 0xe6, - 0x0e, - 0x49, - 0x68, - 0xf2, - 0xbd, - 0xc1, - 0xfd, - 0x05, - 0x7e, - 0x0e, - 0x43, - 0x39, - 0xf5, - 0x1f, - 0xde, - 0xec, - 0x5c, - 0xab, - 0x0b, - 0x29, - 0x97, - 0x07, - 0x0c, - 0x24, - 0xfa, - 0xc5, - 0x0b, - 0xfb, - 0xe9, - 0xaa, - 0xfd, - 0xb4, - 0x5c, - 0x03, - 0x90, - 0xd2, - 0xfc, - 0x13, - 0xac, - 0xfd, - 0xa9, - 0xa6, - 0x00, - 0x00, - 0x8e, - 0xfd, - 0x47, - 0x5f, - 0xfe, - 0xb8, - 0xe8, - 0xfe, - 0x49, - 0xb7, - 0x00, - 0x7a, - 0x01, - 0xfe, - 0xdc, - 0x99, - 0xff, - 0x69, - 0xbb, - 0x00, - 0x60, - 0x3d, - 0xfc, - 0x15, - 0x53, - 0xfe, - 0x06, - 0x01, - 0xfe, - 0x3e, - 0xd4, - 0xfc, - 0xd9, - 0x09, - 0xfe, - 0x6e, - 0xab, - 0xfd, - 0xcf, - 0x1c, - 0xfe, - 0x28, - 0xd5, - 0xfd, - 0xdf, - 0xf2, - 0xfe, - 0xf1, - 0x82, - 0xff, - 0x65, - 0xaa, - 0xfd, - 0x4e, - 0x18, - 0xfe, - 0x81, - 0x9d, - 0xfe, - 0xc8, - 0x22, - 0xff, - 0xb3, - 0xfc, - 0xff, - 0xbc, - 0x3b, - 0xff, - 0xd3, - 0x39, - 0xff, - 0x71, - 0x5b, - 0xff, - 0x2c, - 0xff, - 0xff, - 0xc7, - 0xad, - 0xff, - 0x2d, - 0xe7, - 0xfe, - 0x2a, - 0x28, - 0x00, - 0x7f, - 0xc5, - 0xff, - 0xa8, - 0x0e, - 0xff, - 0x70, - 0x24, - 0xff, - 0x43, - 0x59, - 0xff, - 0x3e, - 0x87, - 0xff, - 0x72, - 0x30, - 0xff, - 0xee, - 0x75, - 0xff, - 0x31, - 0x56, - 0xff, - 0x12, - 0x45, - 0xff, - 0x80, - 0x65, - 0xff, - 0x7f, - 0x63, - 0xff, - 0xb2, - 0x91, - 0xff, - 0xb7, - 0xbc, - 0xff, - 0xb9, - 0xe9, - 0xff, - 0xee, - 0xe6, - 0xff, - 0xaf, - 0x82, - 0x16, - 0xe7, - 0xbc, - 0x2a, - 0x87, - 0x34, - 0x04, - 0x6a, - 0xcb, - 0xf1, - 0x08, - 0xb3, - 0x15, - 0x81, - 0x45, - 0x12, - 0x78, - 0x7c, - 0xf5, - 0x6d, - 0x4a, - 0xfd, - 0x1b, - 0x32, - 0x0f, - 0x8c, - 0x5a, - 0xf5, - 0x5a, - 0x6c, - 0xe9, - 0x48, - 0x0d, - 0x0b, - 0x90, - 0x9e, - 0x09, - 0x7b, - 0x40, - 0xfb, - 0xd0, - 0x58, - 0xfa, - 0x34, - 0x10, - 0xfc, - 0x62, - 0x49, - 0x04, - 0x77, - 0x46, - 0xfd, - 0x28, - 0x90, - 0xfc, - 0x74, - 0xd3, - 0xff, - 0x0a, - 0x3b, - 0xfe, - 0xff, - 0x4d, - 0xff, - 0x17, - 0x7b, - 0xfd, - 0x57, - 0x2e, - 0x01, - 0xe4, - 0x44, - 0xff, - 0xe9, - 0x37, - 0xff, - 0xcd, - 0x05, - 0x01, - 0x3b, - 0x1c, - 0xfc, - 0xa6, - 0x09, - 0xfe, - 0x68, - 0xb9, - 0xfd, - 0x32, - 0x20, - 0xfc, - 0xe5, - 0xc0, - 0xfd, - 0x5d, - 0xd4, - 0xfd, - 0x14, - 0x94, - 0xfe, - 0x84, - 0x1d, - 0xfe, - 0xb2, - 0xeb, - 0xfe, - 0x16, - 0x6d, - 0xff, - 0xee, - 0x51, - 0xfd, - 0x94, - 0xde, - 0xfd, - 0xce, - 0x94, - 0xfe, - 0x5e, - 0xe4, - 0xfe, - 0x7e, - 0x03, - 0x00, - 0x54, - 0x54, - 0xff, - 0x16, - 0x65, - 0xff, - 0x27, - 0x62, - 0xff, - 0xd3, - 0xbd, - 0xff, - 0xb5, - 0xd6, - 0xff, - 0x8e, - 0xfb, - 0xfe, - 0x9c, - 0x43, - 0x00, - 0x6a, - 0xd0, - 0xff, - 0xb8, - 0x06, - 0xff, - 0x4d, - 0x1a, - 0xff, - 0x9a, - 0xf4, - 0xfe, - 0x9d, - 0x82, - 0xff, - 0x07, - 0x3c, - 0xff, - 0x71, - 0x67, - 0xff, - 0xff, - 0x4c, - 0xff, - 0xed, - 0x15, - 0xff, - 0x08, - 0x4b, - 0xff, - 0x45, - 0x41, - 0xff, - 0xc3, - 0x85, - 0xff, - 0xd6, - 0xc8, - 0xff, - 0x8c, - 0xe6, - 0xff, - 0x4a, - 0xdd, - 0xff, - 0x09, - 0xa1, - 0x1a, - 0x38, - 0x93, - 0x2d, - 0x4b, - 0x8b, - 0xff, - 0x9d, - 0x6c, - 0xf0, - 0x27, - 0x12, - 0x16, - 0x3d, - 0xd0, - 0x0f, - 0xaf, - 0xe8, - 0xf6, - 0x58, - 0xc4, - 0x01, - 0x72, - 0x60, - 0x0f, - 0xbd, - 0x6e, - 0xf0, - 0x94, - 0xef, - 0xe9, - 0x8c, - 0x79, - 0x0c, - 0x3f, - 0x3e, - 0x08, - 0x7e, - 0xdc, - 0xfc, - 0xa1, - 0x59, - 0xf9, - 0xaa, - 0xc3, - 0xfb, - 0x5e, - 0xae, - 0x04, - 0x88, - 0xa5, - 0xfc, - 0x06, - 0x0e, - 0xfd, - 0xa2, - 0x39, - 0xfe, - 0xcd, - 0x80, - 0xfe, - 0xc8, - 0x1d, - 0x00, - 0x3f, - 0x0e, - 0xfd, - 0x85, - 0x76, - 0x01, - 0x99, - 0x03, - 0x00, - 0x70, - 0xcf, - 0xff, - 0xa7, - 0xd9, - 0xff, - 0x03, - 0x7c, - 0xfc, - 0x5c, - 0x66, - 0xfe, - 0x70, - 0x84, - 0xfc, - 0xd3, - 0x05, - 0xfc, - 0xf1, - 0x6f, - 0xfd, - 0xfa, - 0xb8, - 0xfd, - 0x56, - 0x2f, - 0xff, - 0x12, - 0xe0, - 0xfe, - 0x0b, - 0x34, - 0xff, - 0x76, - 0x90, - 0xfe, - 0x85, - 0xa7, - 0xfc, - 0xc1, - 0xf8, - 0xfd, - 0x5f, - 0xbd, - 0xfe, - 0x3b, - 0xc5, - 0xfe, - 0x5a, - 0xb1, - 0xff, - 0x19, - 0x73, - 0xff, - 0xf5, - 0xa8, - 0xff, - 0xfe, - 0x61, - 0xff, - 0x1e, - 0xbf, - 0xff, - 0xbc, - 0xa3, - 0xff, - 0x24, - 0x2c, - 0xff, - 0x8a, - 0x6f, - 0x00, - 0x44, - 0xad, - 0xff, - 0xcb, - 0x19, - 0xff, - 0x0c, - 0xed, - 0xfe, - 0xf8, - 0xbb, - 0xfe, - 0x31, - 0x52, - 0xff, - 0x42, - 0x4d, - 0xff, - 0xa3, - 0x86, - 0xff, - 0x12, - 0x33, - 0xff, - 0xe3, - 0x10, - 0xff, - 0x58, - 0x22, - 0xff, - 0x31, - 0x3a, - 0xff, - 0xdd, - 0x91, - 0xff, - 0xaf, - 0xa6, - 0xff, - 0xd7, - 0xc4, - 0xff, - 0xa4, - 0xd4, - 0xff, - 0x07, - 0x43, - 0x1b, - 0x3e, - 0x26, - 0x31, - 0x70, - 0x6c, - 0x00, - 0x4f, - 0x30, - 0xec, - 0xd2, - 0xc1, - 0x14, - 0x26, - 0x5c, - 0x0f, - 0x28, - 0xd6, - 0xf7, - 0x9b, - 0x2e, - 0x05, - 0x2c, - 0x17, - 0x10, - 0x54, - 0x8e, - 0xef, - 0x62, - 0xa1, - 0xe7, - 0x3c, - 0x1d, - 0x0c, - 0x42, - 0x3b, - 0x09, - 0x18, - 0xfa, - 0xfc, - 0x11, - 0x28, - 0xfa, - 0x46, - 0x87, - 0xfa, - 0x16, - 0x59, - 0x04, - 0x63, - 0x3c, - 0xfd, - 0xbc, - 0xdd, - 0xfc, - 0xf2, - 0xc0, - 0xfd, - 0x2d, - 0x66, - 0xfd, - 0xb4, - 0xf1, - 0x00, - 0x77, - 0x96, - 0xfd, - 0xd9, - 0x77, - 0x01, - 0x43, - 0xe5, - 0x00, - 0xd1, - 0xb4, - 0xff, - 0xa3, - 0x77, - 0xff, - 0x44, - 0xea, - 0xfc, - 0x45, - 0x74, - 0xfe, - 0x72, - 0xed, - 0xfb, - 0xfa, - 0xec, - 0xfb, - 0x6e, - 0xea, - 0xfc, - 0xa7, - 0x8d, - 0xfd, - 0xfd, - 0xe4, - 0xff, - 0x73, - 0xaa, - 0xff, - 0x52, - 0x87, - 0xff, - 0xc4, - 0x91, - 0xfd, - 0x6e, - 0xf2, - 0xfb, - 0x4e, - 0x15, - 0xfe, - 0x19, - 0x12, - 0xff, - 0x60, - 0x94, - 0xfe, - 0xf1, - 0x48, - 0xff, - 0x58, - 0xb0, - 0xff, - 0xe3, - 0xcb, - 0xff, - 0x54, - 0x85, - 0xff, - 0x21, - 0xa3, - 0xff, - 0x08, - 0x7a, - 0xff, - 0x8a, - 0x55, - 0xff, - 0xcb, - 0x96, - 0x00, - 0xfb, - 0xb8, - 0xff, - 0xd6, - 0x00, - 0xff, - 0x0a, - 0xd7, - 0xfe, - 0x9a, - 0x8d, - 0xfe, - 0x30, - 0x43, - 0xff, - 0x98, - 0x52, - 0xff, - 0x1d, - 0x90, - 0xff, - 0x7a, - 0x40, - 0xff, - 0x45, - 0x20, - 0xff, - 0x61, - 0x1e, - 0xff, - 0x39, - 0x10, - 0xff, - 0xe5, - 0x96, - 0xff, - 0x81, - 0x93, - 0xff, - 0x8e, - 0xac, - 0xff, - 0xc1, - 0xc0, - 0xff, - 0x88, - 0x7a, - 0x1f, - 0x53, - 0xc4, - 0x33, - 0xb8, - 0xa3, - 0xfb, - 0x81, - 0x8a, - 0xeb, - 0x01, - 0xa1, - 0x15, - 0x3f, - 0x85, - 0x0b, - 0xdf, - 0x81, - 0xf7, - 0x75, - 0x3b, - 0x0a, - 0x9f, - 0x4d, - 0x11, - 0xaf, - 0xdd, - 0xea, - 0xa2, - 0x16, - 0xe8, - 0xbc, - 0xa1, - 0x0d, - 0x07, - 0xd0, - 0x07, - 0x89, - 0x31, - 0xfd, - 0xd6, - 0xf4, - 0xf9, - 0xb1, - 0x34, - 0xfb, - 0xc1, - 0x0e, - 0x03, - 0x03, - 0xb7, - 0xfc, - 0xc8, - 0x1a, - 0xfe, - 0x9b, - 0x80, - 0xfc, - 0xd5, - 0xfa, - 0xfc, - 0x0b, - 0x76, - 0x00, - 0x0f, - 0xa2, - 0xfe, - 0x52, - 0xbd, - 0x02, - 0x81, - 0x49, - 0x00, - 0x7d, - 0x9a, - 0xff, - 0xcf, - 0x69, - 0xff, - 0x93, - 0x58, - 0xfd, - 0xcf, - 0xf7, - 0xfd, - 0xb4, - 0xb8, - 0xfb, - 0x3d, - 0xdc, - 0xfb, - 0x41, - 0x22, - 0xfc, - 0x40, - 0xf1, - 0xfd, - 0xb3, - 0x1c, - 0x00, - 0x34, - 0x52, - 0x00, - 0x84, - 0xe3, - 0xff, - 0x0a, - 0x36, - 0xfc, - 0x00, - 0x49, - 0xfb, - 0xce, - 0x94, - 0xfe, - 0x7b, - 0x3a, - 0xff, - 0x8c, - 0x43, - 0xfe, - 0xe0, - 0x2a, - 0xff, - 0x4d, - 0xd8, - 0xff, - 0x53, - 0xe3, - 0xff, - 0x3d, - 0x95, - 0xff, - 0xe2, - 0x6b, - 0xff, - 0x44, - 0x22, - 0xff, - 0xe5, - 0xa5, - 0xff, - 0xd8, - 0xbc, - 0x00, - 0x38, - 0x9e, - 0xff, - 0xd3, - 0xea, - 0xfe, - 0x9d, - 0x94, - 0xfe, - 0x16, - 0x93, - 0xfe, - 0xd1, - 0x34, - 0xff, - 0xf7, - 0x5c, - 0xff, - 0xfd, - 0x8a, - 0xff, - 0x2f, - 0x3c, - 0xff, - 0x59, - 0x45, - 0xff, - 0xbd, - 0xfd, - 0xfe, - 0x03, - 0x05, - 0xff, - 0x14, - 0x74, - 0xff, - 0x6a, - 0x86, - 0xff, - 0x27, - 0xb5, - 0xff, - 0x6d, - 0xa4, - 0xff, - 0x70, - 0x4d, - 0x20, - 0x20, - 0x33, - 0x37, - 0x65, - 0x53, - 0xfc, - 0x30, - 0x09, - 0xe8, - 0x3f, - 0xfc, - 0x14, - 0x1d, - 0x8c, - 0x0a, - 0x23, - 0xf9, - 0xf5, - 0x41, - 0xa2, - 0x0c, - 0x6e, - 0x3a, - 0x14, - 0x6c, - 0x75, - 0xea, - 0x82, - 0x44, - 0xe5, - 0x8d, - 0xde, - 0x0d, - 0x74, - 0x6e, - 0x08, - 0x7c, - 0x38, - 0xfc, - 0xb0, - 0x1a, - 0xfb, - 0x6a, - 0x28, - 0xfb, - 0xb6, - 0x9d, - 0x01, - 0x8d, - 0x74, - 0xfc, - 0xb6, - 0x03, - 0xff, - 0x81, - 0x65, - 0xfc, - 0xdf, - 0xbb, - 0xfb, - 0xc6, - 0x42, - 0x00, - 0x7f, - 0x18, - 0xff, - 0xdc, - 0x90, - 0x04, - 0xd3, - 0x24, - 0x00, - 0x70, - 0x37, - 0xfe, - 0x69, - 0xe6, - 0x00, - 0x9d, - 0x66, - 0xfd, - 0xd3, - 0x3f, - 0xfd, - 0xfc, - 0x6b, - 0xfc, - 0x19, - 0x60, - 0xfb, - 0x88, - 0x9a, - 0xfb, - 0xcd, - 0x11, - 0xfe, - 0x9a, - 0x03, - 0x00, - 0xb6, - 0xbf, - 0x00, - 0x25, - 0x42, - 0x00, - 0x54, - 0x82, - 0xfb, - 0xe9, - 0x90, - 0xfa, - 0x86, - 0xf4, - 0xfe, - 0xb6, - 0x84, - 0xff, - 0xa6, - 0xdd, - 0xfd, - 0x3f, - 0x46, - 0xff, - 0x71, - 0xda, - 0xff, - 0xcb, - 0xec, - 0xff, - 0xf5, - 0xcf, - 0xff, - 0x2a, - 0xf6, - 0xfe, - 0x66, - 0x02, - 0xff, - 0xab, - 0xb8, - 0xff, - 0xcd, - 0xc8, - 0x00, - 0xde, - 0xd2, - 0xff, - 0x40, - 0xd2, - 0xfe, - 0x98, - 0x7a, - 0xfe, - 0xd5, - 0x82, - 0xfe, - 0xbe, - 0x38, - 0xff, - 0x03, - 0x54, - 0xff, - 0xd4, - 0x97, - 0xff, - 0x81, - 0x64, - 0xff, - 0x19, - 0x2c, - 0xff, - 0xa5, - 0xed, - 0xfe, - 0x7f, - 0x05, - 0xff, - 0x53, - 0x51, - 0xff, - 0x7e, - 0x76, - 0xff, - 0x72, - 0xcd, - 0xff, - 0x88, - 0xa0, - 0xff, - 0x60, - 0x6f, - 0x21, - 0xb2, - 0x21, - 0x3a, - 0x44, - 0xd3, - 0xfc, - 0xed, - 0x5c, - 0xe5, - 0xed, - 0x2a, - 0x14, - 0x02, - 0xc6, - 0x09, - 0x35, - 0xcd, - 0xf3, - 0x26, - 0x86, - 0x0d, - 0x01, - 0xb6, - 0x17, - 0xbc, - 0x91, - 0xea, - 0x96, - 0xc6, - 0xe2, - 0xa1, - 0x12, - 0x0e, - 0xd4, - 0x65, - 0x08, - 0x80, - 0x7e, - 0xfb, - 0x09, - 0x1a, - 0xfc, - 0x2b, - 0x39, - 0xfb, - 0x48, - 0x47, - 0x00, - 0xe6, - 0xbc, - 0xfb, - 0x8a, - 0x02, - 0x00, - 0xa9, - 0x49, - 0xfc, - 0xc6, - 0xf5, - 0xfa, - 0xa8, - 0x04, - 0x00, - 0x58, - 0xa6, - 0xfe, - 0x50, - 0xb4, - 0x06, - 0x61, - 0x6d, - 0x00, - 0x41, - 0x69, - 0xfc, - 0xfa, - 0x66, - 0x02, - 0x44, - 0xd6, - 0xfd, - 0xc1, - 0x48, - 0xfc, - 0x72, - 0x37, - 0xfd, - 0x8c, - 0x48, - 0xfb, - 0xad, - 0x9b, - 0xfa, - 0xa9, - 0x1f, - 0xfe, - 0x99, - 0xb7, - 0xff, - 0x81, - 0x8e, - 0x00, - 0x34, - 0x08, - 0x01, - 0xc5, - 0x1e, - 0xfb, - 0x69, - 0xcd, - 0xf9, - 0xf7, - 0x72, - 0xff, - 0xe8, - 0xc1, - 0xff, - 0x2c, - 0x95, - 0xfd, - 0x44, - 0x72, - 0xff, - 0x50, - 0xa5, - 0xff, - 0x62, - 0xd0, - 0xff, - 0xaa, - 0x27, - 0x00, - 0xe1, - 0x96, - 0xfe, - 0x6a, - 0xb7, - 0xfe, - 0x4e, - 0xb7, - 0xff, - 0x39, - 0xd1, - 0x00, - 0xe1, - 0x00, - 0x00, - 0xc6, - 0xda, - 0xfe, - 0xaf, - 0x6b, - 0xfe, - 0xed, - 0x65, - 0xfe, - 0x11, - 0x42, - 0xff, - 0x70, - 0x3a, - 0xff, - 0xc7, - 0xa8, - 0xff, - 0xaf, - 0x90, - 0xff, - 0x1c, - 0xfd, - 0xfe, - 0x59, - 0xf0, - 0xfe, - 0x56, - 0xee, - 0xfe, - 0x92, - 0x30, - 0xff, - 0xa2, - 0x8c, - 0xff, - 0x5f, - 0xc6, - 0xff, - 0xcf, - 0xab, - 0xff, - 0x28, - 0x18, - 0x24, - 0x4e, - 0x21, - 0x3c, - 0x7c, - 0xf1, - 0xfa, - 0x9a, - 0x04, - 0xe5, - 0x8f, - 0xd8, - 0x13, - 0xe0, - 0x0d, - 0x08, - 0x1d, - 0xae, - 0xf1, - 0xa1, - 0xd3, - 0x0d, - 0x62, - 0x07, - 0x1b, - 0x87, - 0x8b, - 0xe9, - 0x68, - 0x83, - 0xe2, - 0xab, - 0xae, - 0x0e, - 0xd0, - 0x48, - 0x06, - 0xb4, - 0x19, - 0xfc, - 0x19, - 0x9f, - 0xfc, - 0x0d, - 0x34, - 0xfb, - 0xaf, - 0x2f, - 0xff, - 0x2d, - 0xfd, - 0xfa, - 0x27, - 0x06, - 0x01, - 0x8f, - 0x9b, - 0xfb, - 0x80, - 0x72, - 0xfb, - 0xeb, - 0x6d, - 0xff, - 0xd7, - 0xbb, - 0xfd, - 0xf0, - 0xb4, - 0x08, - 0x60, - 0xcc, - 0x00, - 0x94, - 0x63, - 0xfb, - 0xa6, - 0x0a, - 0x03, - 0x7c, - 0xe9, - 0xfe, - 0x8a, - 0xa1, - 0xfb, - 0x3c, - 0x63, - 0xfd, - 0xf5, - 0xb2, - 0xfb, - 0x7a, - 0x54, - 0xf9, - 0xea, - 0xe4, - 0xfd, - 0x22, - 0x41, - 0xff, - 0xef, - 0x1e, - 0x00, - 0x5b, - 0x04, - 0x02, - 0xc1, - 0x06, - 0xfb, - 0xb5, - 0x42, - 0xf9, - 0x9e, - 0xe5, - 0xff, - 0xc9, - 0x19, - 0x00, - 0xf9, - 0x5e, - 0xfd, - 0xce, - 0x55, - 0xff, - 0xfe, - 0x8e, - 0xff, - 0xcb, - 0x84, - 0xff, - 0xab, - 0x57, - 0x00, - 0xfc, - 0x90, - 0xfe, - 0x2e, - 0x1e, - 0xfe, - 0x30, - 0xd7, - 0xff, - 0x1b, - 0xf8, - 0x00, - 0x50, - 0xe1, - 0xff, - 0xd6, - 0x0e, - 0xff, - 0x8a, - 0x59, - 0xfe, - 0x52, - 0x51, - 0xfe, - 0x77, - 0x54, - 0xff, - 0xb9, - 0x21, - 0xff, - 0xf7, - 0xa2, - 0xff, - 0x37, - 0xa4, - 0xff, - 0x86, - 0xf7, - 0xfe, - 0xeb, - 0xe5, - 0xfe, - 0x7f, - 0xce, - 0xfe, - 0x25, - 0x21, - 0xff, - 0xfa, - 0xa6, - 0xff, - 0xc8, - 0xc0, - 0xff, - 0x60, - 0xb8, - 0xff, - 0xf3, - 0xf7, - 0x25, - 0xad, - 0xe0, - 0x3d, - 0x6f, - 0xe9, - 0xf9, - 0xd7, - 0xf7, - 0xe4, - 0x39, - 0xb8, - 0x13, - 0x89, - 0x0a, - 0x06, - 0x8d, - 0xa4, - 0xef, - 0xc3, - 0x62, - 0x0d, - 0xd2, - 0xfc, - 0x1c, - 0x9c, - 0x34, - 0xea, - 0xeb, - 0xd8, - 0xe2, - 0xfa, - 0x6d, - 0x0e, - 0xa2, - 0xfc, - 0x03, - 0x97, - 0xba, - 0xfc, - 0xdc, - 0xcf, - 0xfd, - 0x84, - 0x2b, - 0xfa, - 0x93, - 0x3e, - 0xfe, - 0x9a, - 0x0a, - 0xfb, - 0x08, - 0x30, - 0x01, - 0x2c, - 0x54, - 0xfb, - 0xfb, - 0x19, - 0xfc, - 0x5e, - 0xe6, - 0xfe, - 0x7a, - 0x96, - 0xfc, - 0xb5, - 0x92, - 0x09, - 0x0d, - 0xda, - 0x01, - 0x64, - 0x37, - 0xfb, - 0x4e, - 0xe0, - 0x02, - 0x0c, - 0x50, - 0x00, - 0xee, - 0xb3, - 0xfb, - 0x02, - 0xa1, - 0xfc, - 0xc2, - 0x2f, - 0xfc, - 0xad, - 0x36, - 0xf8, - 0xbc, - 0x17, - 0xfd, - 0x57, - 0xf7, - 0xfe, - 0x47, - 0x33, - 0xff, - 0xbc, - 0x29, - 0x03, - 0x2e, - 0xe0, - 0xfb, - 0x30, - 0x9b, - 0xf8, - 0xc1, - 0x11, - 0x00, - 0x46, - 0xa2, - 0x00, - 0x38, - 0x0c, - 0xfd, - 0x28, - 0xe7, - 0xfe, - 0x83, - 0xc5, - 0xff, - 0x19, - 0x13, - 0xff, - 0xe3, - 0x1f, - 0x00, - 0xf4, - 0xdd, - 0xfe, - 0x70, - 0xac, - 0xfd, - 0x42, - 0xdb, - 0xff, - 0x23, - 0x16, - 0x01, - 0x57, - 0xc8, - 0xff, - 0x53, - 0x37, - 0xff, - 0x69, - 0x56, - 0xfe, - 0xd1, - 0x4e, - 0xfe, - 0xef, - 0x45, - 0xff, - 0x9f, - 0x26, - 0xff, - 0x7e, - 0x84, - 0xff, - 0xe8, - 0x91, - 0xff, - 0xcd, - 0x25, - 0xff, - 0x2c, - 0xcf, - 0xfe, - 0x5c, - 0xc3, - 0xfe, - 0x29, - 0x20, - 0xff, - 0x9f, - 0xa3, - 0xff, - 0x6b, - 0xd4, - 0xff, - 0x75, - 0xaf, - 0xff, - 0xa7, - 0x67, - 0x27, - 0x70, - 0x99, - 0x3f, - 0x85, - 0x4f, - 0xf9, - 0xb3, - 0x7f, - 0xe5, - 0x89, - 0x2f, - 0x14, - 0x54, - 0x29, - 0x03, - 0x33, - 0x14, - 0xee, - 0xc8, - 0xf9, - 0x0c, - 0x32, - 0x12, - 0x1d, - 0x57, - 0x6f, - 0xec, - 0xfa, - 0xf0, - 0xe3, - 0xa1, - 0x19, - 0x0d, - 0x07, - 0x09, - 0x02, - 0x4f, - 0x6c, - 0xfd, - 0xac, - 0x72, - 0xff, - 0xc9, - 0xc7, - 0xf8, - 0x3f, - 0x5b, - 0xfd, - 0xdf, - 0xec, - 0xfb, - 0xef, - 0x37, - 0x01, - 0x0a, - 0x17, - 0xfb, - 0xb0, - 0xcd, - 0xfc, - 0x99, - 0xe6, - 0xfe, - 0x05, - 0x3a, - 0xfb, - 0x5e, - 0x49, - 0x09, - 0xce, - 0x5c, - 0x03, - 0x2a, - 0x76, - 0xfc, - 0x30, - 0x41, - 0x02, - 0x57, - 0x1c, - 0x01, - 0x22, - 0xfb, - 0xfc, - 0x30, - 0x13, - 0xfb, - 0x8b, - 0xfc, - 0xfb, - 0xd2, - 0x42, - 0xf8, - 0x7d, - 0xfa, - 0xfb, - 0x48, - 0x62, - 0xfe, - 0x8c, - 0x68, - 0xfe, - 0x17, - 0x50, - 0x04, - 0xc0, - 0x6d, - 0xfd, - 0x6d, - 0x8a, - 0xf8, - 0x21, - 0x93, - 0xff, - 0x8c, - 0xb5, - 0x00, - 0x68, - 0x7e, - 0xfd, - 0x0c, - 0x63, - 0xfe, - 0xdd, - 0xad, - 0xff, - 0x98, - 0xa8, - 0xfe, - 0xb1, - 0xb2, - 0xff, - 0x82, - 0xa2, - 0xff, - 0x11, - 0x68, - 0xfd, - 0xa3, - 0x8a, - 0xff, - 0xca, - 0x5d, - 0x01, - 0xc3, - 0xc9, - 0xff, - 0x7c, - 0x45, - 0xff, - 0x63, - 0x78, - 0xfe, - 0xec, - 0x4d, - 0xfe, - 0xc6, - 0x16, - 0xff, - 0xd6, - 0x46, - 0xff, - 0x35, - 0x62, - 0xff, - 0xb0, - 0x64, - 0xff, - 0xf6, - 0x6f, - 0xff, - 0x24, - 0xd3, - 0xfe, - 0x3c, - 0xc4, - 0xfe, - 0x93, - 0x38, - 0xff, - 0xae, - 0x99, - 0xff, - 0xea, - 0xd2, - 0xff, - 0x6e, - 0xb5, - 0xff, - 0x34, - 0xc4, - 0x26, - 0x16, - 0x96, - 0x40, - 0x41, - 0xb2, - 0xfc, - 0xa4, - 0x7e, - 0xe5, - 0x24, - 0x26, - 0x12, - 0x3d, - 0x3e, - 0x03, - 0xcd, - 0x1d, - 0xec, - 0x64, - 0xa3, - 0x09, - 0x6e, - 0xf5, - 0x1d, - 0xf9, - 0x14, - 0xf0, - 0xb0, - 0xc0, - 0xe4, - 0xf4, - 0xb5, - 0x0a, - 0xd2, - 0x71, - 0x00, - 0x27, - 0x6c, - 0xfe, - 0xe5, - 0x75, - 0x00, - 0xb8, - 0xc6, - 0xf7, - 0x08, - 0xb4, - 0xfc, - 0x0a, - 0x8a, - 0xfc, - 0xed, - 0xbf, - 0x01, - 0xc2, - 0xa2, - 0xfa, - 0x38, - 0xe5, - 0xfc, - 0x0b, - 0xfa, - 0xff, - 0xf4, - 0x86, - 0xf9, - 0x9f, - 0x41, - 0x07, - 0x02, - 0xa3, - 0x05, - 0xbe, - 0x00, - 0xff, - 0x83, - 0xe7, - 0x00, - 0x3f, - 0x29, - 0x01, - 0x38, - 0xc1, - 0xfe, - 0xd8, - 0x28, - 0xf9, - 0x9b, - 0xd5, - 0xfb, - 0x8e, - 0x0f, - 0xf9, - 0x37, - 0x2e, - 0xfa, - 0x08, - 0x4c, - 0xfe, - 0xc5, - 0x95, - 0xfd, - 0x74, - 0x3a, - 0x04, - 0xdf, - 0x63, - 0x00, - 0xc1, - 0x1a, - 0xf9, - 0x10, - 0x7a, - 0xfd, - 0x6d, - 0xac, - 0x00, - 0xe8, - 0x00, - 0xff, - 0x7a, - 0x8e, - 0xfd, - 0xc3, - 0xc8, - 0xfe, - 0x7a, - 0xb1, - 0xfe, - 0xf8, - 0x61, - 0xff, - 0xba, - 0x34, - 0x00, - 0x2a, - 0x58, - 0xfd, - 0xc5, - 0x0f, - 0xff, - 0x8d, - 0x97, - 0x01, - 0x39, - 0xd4, - 0xff, - 0xb2, - 0x59, - 0xff, - 0x82, - 0xac, - 0xfe, - 0xec, - 0x4b, - 0xfe, - 0x0b, - 0xc9, - 0xfe, - 0xb0, - 0x37, - 0xff, - 0xdb, - 0x65, - 0xff, - 0xaa, - 0x38, - 0xff, - 0xb5, - 0xb0, - 0xff, - 0x2c, - 0xea, - 0xfe, - 0x63, - 0xbb, - 0xfe, - 0x7f, - 0x6b, - 0xff, - 0x3b, - 0x74, - 0xff, - 0xe8, - 0xc8, - 0xff, - 0x29, - 0xcc, - 0xff, - 0x79, - 0xd9, - 0x24, - 0xb8, - 0x8a, - 0x40, - 0x84, - 0xb8, - 0x02, - 0x8a, - 0x5d, - 0xe6, - 0xeb, - 0xec, - 0x0d, - 0x30, - 0xf8, - 0x04, - 0xa3, - 0x1f, - 0xeb, - 0xa2, - 0x7f, - 0x03, - 0x96, - 0xc9, - 0x1e, - 0x9c, - 0x7a, - 0xf5, - 0x6f, - 0xe7, - 0xe4, - 0x7e, - 0x1a, - 0x08, - 0x89, - 0xa0, - 0xff, - 0xef, - 0x5e, - 0xfe, - 0x73, - 0xad, - 0x01, - 0xe3, - 0xb4, - 0xf7, - 0x18, - 0xb8, - 0xfb, - 0x79, - 0x85, - 0xfd, - 0x63, - 0x0a, - 0x02, - 0x8e, - 0x3b, - 0xfa, - 0x70, - 0x1b, - 0xfd, - 0xf3, - 0xd3, - 0x00, - 0x19, - 0xbd, - 0xf8, - 0x65, - 0x8c, - 0x04, - 0x8c, - 0xd3, - 0x06, - 0xfa, - 0x82, - 0x02, - 0x58, - 0xfd, - 0xff, - 0x5b, - 0x92, - 0xff, - 0xfc, - 0x8c, - 0x00, - 0x91, - 0x01, - 0xf9, - 0x45, - 0xdc, - 0xfa, - 0xa8, - 0xe0, - 0xf9, - 0x8f, - 0x89, - 0xf9, - 0x64, - 0xd2, - 0xfd, - 0xe5, - 0x0c, - 0xfd, - 0xca, - 0x75, - 0x03, - 0x43, - 0x7e, - 0x02, - 0x43, - 0xda, - 0xfa, - 0xd6, - 0xd0, - 0xfb, - 0x30, - 0x9d, - 0xff, - 0x28, - 0x39, - 0x00, - 0xce, - 0x5a, - 0xfd, - 0xb7, - 0xf5, - 0xfd, - 0x1b, - 0xdc, - 0xfe, - 0x63, - 0xd6, - 0xfe, - 0x15, - 0x51, - 0x00, - 0xae, - 0x1a, - 0xfe, - 0x9f, - 0x75, - 0xfe, - 0x03, - 0x33, - 0x01, - 0x68, - 0x54, - 0x00, - 0xad, - 0x6c, - 0xff, - 0x68, - 0xd9, - 0xfe, - 0x75, - 0x62, - 0xfe, - 0x23, - 0x56, - 0xfe, - 0x26, - 0x1b, - 0xff, - 0xb8, - 0x7c, - 0xff, - 0x51, - 0x3f, - 0xff, - 0x09, - 0xc0, - 0xff, - 0xa5, - 0x10, - 0xff, - 0xbe, - 0xd1, - 0xfe, - 0x7e, - 0x60, - 0xff, - 0x68, - 0x86, - 0xff, - 0x53, - 0xbe, - 0xff, - 0xbb, - 0xcc, - 0xff, - 0x5c, - 0xf1, - 0x22, - 0xb6, - 0x63, - 0x40, - 0x2f, - 0x84, - 0x07, - 0x63, - 0x56, - 0xe8, - 0xb8, - 0x89, - 0x0b, - 0x5f, - 0x35, - 0x04, - 0x05, - 0x94, - 0xeb, - 0xf6, - 0x83, - 0xfe, - 0xc3, - 0x2b, - 0x1c, - 0x47, - 0x8e, - 0xfc, - 0x98, - 0x2b, - 0xe5, - 0x14, - 0xfd, - 0x04, - 0x98, - 0x71, - 0x00, - 0xd0, - 0x7b, - 0xfc, - 0x6a, - 0x75, - 0x03, - 0x5c, - 0xb6, - 0xf8, - 0xdc, - 0x69, - 0xfa, - 0x26, - 0x85, - 0xfe, - 0x05, - 0x06, - 0x02, - 0x36, - 0x58, - 0xfa, - 0x05, - 0xf8, - 0xfc, - 0xad, - 0xdc, - 0x01, - 0x91, - 0xb0, - 0xf8, - 0x02, - 0x6e, - 0x02, - 0x57, - 0x7d, - 0x06, - 0xd5, - 0x0f, - 0x04, - 0x33, - 0x21, - 0x01, - 0x9a, - 0xbc, - 0xfd, - 0x5c, - 0x74, - 0x01, - 0xc1, - 0x74, - 0xfa, - 0x2e, - 0x9e, - 0xf9, - 0x0a, - 0xda, - 0xfa, - 0xf9, - 0x91, - 0xf9, - 0x93, - 0xb3, - 0xfd, - 0x2d, - 0xb5, - 0xfc, - 0x40, - 0x60, - 0x01, - 0x75, - 0x68, - 0x03, - 0x07, - 0xc7, - 0xfd, - 0x0c, - 0xce, - 0xfb, - 0x0b, - 0xce, - 0xfc, - 0x17, - 0x47, - 0x00, - 0xd3, - 0xfc, - 0xfe, - 0x6e, - 0x60, - 0xfd, - 0x1d, - 0x6f, - 0xfe, - 0xef, - 0x64, - 0xfe, - 0x13, - 0x52, - 0x00, - 0x5c, - 0xee, - 0xfe, - 0xec, - 0x17, - 0xfe, - 0x6a, - 0x87, - 0x00, - 0x79, - 0x9c, - 0x00, - 0x30, - 0x09, - 0x00, - 0xa4, - 0xbd, - 0xfe, - 0xed, - 0x3c, - 0xfe, - 0x2f, - 0x61, - 0xfe, - 0x91, - 0xc9, - 0xfe, - 0x7e, - 0xba, - 0xff, - 0x12, - 0x65, - 0xff, - 0x3a, - 0x9b, - 0xff, - 0xc7, - 0x53, - 0xff, - 0x75, - 0xcd, - 0xfe, - 0x7d, - 0x60, - 0xff, - 0x31, - 0x98, - 0xff, - 0xc2, - 0xbf, - 0xff, - 0x2e, - 0xea, - 0xff, - 0xc5, - 0xda, - 0x20, - 0x3f, - 0xbb, - 0x40, - 0x6e, - 0xd5, - 0x0a, - 0x10, - 0xbc, - 0xe9, - 0xcc, - 0x0d, - 0x0d, - 0x38, - 0x05, - 0x01, - 0xe8, - 0x86, - 0xea, - 0x72, - 0xdf, - 0xfd, - 0x14, - 0xf0, - 0x15, - 0x8b, - 0x7a, - 0x02, - 0x4a, - 0x3b, - 0xe8, - 0x9c, - 0x5c, - 0x00, - 0x05, - 0xaa, - 0x01, - 0xfe, - 0xe9, - 0xfa, - 0xb0, - 0xed, - 0x04, - 0xa6, - 0x06, - 0xfa, - 0x59, - 0xd8, - 0xf9, - 0x05, - 0xc8, - 0xfe, - 0x8c, - 0x2d, - 0x01, - 0xf5, - 0x56, - 0xfc, - 0x17, - 0x88, - 0xfb, - 0x18, - 0x0c, - 0x03, - 0x90, - 0x60, - 0xfa, - 0x4c, - 0x63, - 0xff, - 0xcf, - 0x29, - 0x05, - 0x74, - 0x0c, - 0x03, - 0x8b, - 0x17, - 0x04, - 0xc1, - 0xc1, - 0xfd, - 0x13, - 0xf7, - 0xff, - 0x13, - 0x99, - 0xfd, - 0x99, - 0xde, - 0xf8, - 0x15, - 0x05, - 0xfb, - 0x21, - 0x3b, - 0xfb, - 0x7a, - 0x25, - 0xfd, - 0x79, - 0x6f, - 0xfb, - 0x99, - 0x93, - 0xff, - 0x7e, - 0x3e, - 0x04, - 0x2d, - 0x86, - 0xff, - 0x87, - 0x48, - 0xfc, - 0xfe, - 0x6b, - 0xfb, - 0xfc, - 0xfb, - 0xfe, - 0x9b, - 0x6a, - 0x00, - 0xaa, - 0xb5, - 0xfd, - 0xe2, - 0xe0, - 0xfd, - 0x2e, - 0x58, - 0xfe, - 0x5f, - 0xbf, - 0xff, - 0x4a, - 0x6f, - 0xff, - 0xf3, - 0x5f, - 0xfe, - 0xb5, - 0xd1, - 0xff, - 0x44, - 0x98, - 0x00, - 0xa5, - 0x6e, - 0x00, - 0x87, - 0xd9, - 0xfe, - 0x03, - 0x11, - 0xfe, - 0x38, - 0x71, - 0xfe, - 0x7d, - 0xd7, - 0xfe, - 0x34, - 0xd0, - 0xff, - 0x02, - 0xa0, - 0xff, - 0xbe, - 0x73, - 0xff, - 0x80, - 0x5f, - 0xff, - 0xd7, - 0xfb, - 0xfe, - 0x2c, - 0x40, - 0xff, - 0x52, - 0xae, - 0xff, - 0x5a, - 0xdd, - 0xff, - 0x00, - 0xdd, - 0xff, - 0xc8, - 0xde, - 0x21, - 0x5c, - 0xe2, - 0x40, - 0xe0, - 0x86, - 0x08, - 0x23, - 0xc2, - 0xec, - 0x5c, - 0x4a, - 0x11, - 0x18, - 0x42, - 0xfb, - 0xd5, - 0x89, - 0xe8, - 0x2a, - 0x6b, - 0x00, - 0x4b, - 0x52, - 0x10, - 0xd5, - 0x2c, - 0x03, - 0x15, - 0xab, - 0xed, - 0x15, - 0x4f, - 0xfd, - 0x0c, - 0x1b, - 0x00, - 0x10, - 0xcf, - 0xfc, - 0x3b, - 0xfc, - 0x04, - 0x41, - 0x47, - 0xfa, - 0xd1, - 0x0b, - 0xfb, - 0x5e, - 0xdc, - 0xfd, - 0x5c, - 0x7a, - 0x00, - 0x96, - 0xa8, - 0xfe, - 0x94, - 0xbe, - 0xfa, - 0xc8, - 0x40, - 0x03, - 0x90, - 0x6c, - 0xfc, - 0x05, - 0x45, - 0xfc, - 0xbf, - 0x9d, - 0x02, - 0x66, - 0xf0, - 0x02, - 0x4b, - 0x63, - 0x05, - 0x8b, - 0x8f, - 0xff, - 0x4c, - 0x69, - 0xff, - 0xab, - 0x46, - 0xfe, - 0x13, - 0x99, - 0xfa, - 0xdb, - 0x68, - 0xfb, - 0x57, - 0x21, - 0xfb, - 0x78, - 0xed, - 0xfc, - 0xe2, - 0x3c, - 0xfb, - 0x64, - 0x8d, - 0xfe, - 0x2b, - 0xdd, - 0x02, - 0x46, - 0x1f, - 0x00, - 0xad, - 0x31, - 0xfe, - 0x52, - 0x16, - 0xfb, - 0x17, - 0x25, - 0xfd, - 0x3b, - 0x9c, - 0x00, - 0x84, - 0xf7, - 0xfe, - 0x13, - 0xe2, - 0xfd, - 0xde, - 0xb9, - 0xfd, - 0xb5, - 0x72, - 0xff, - 0x88, - 0x7a, - 0xff, - 0xf0, - 0xa8, - 0xfe, - 0x03, - 0xc9, - 0xff, - 0x26, - 0x20, - 0x00, - 0xe0, - 0x56, - 0x00, - 0xf1, - 0x12, - 0xff, - 0xb2, - 0x11, - 0xfe, - 0x9d, - 0xaf, - 0xfe, - 0x80, - 0x0c, - 0xff, - 0xc6, - 0xce, - 0xff, - 0xf6, - 0xcc, - 0xff, - 0x4e, - 0x5f, - 0xff, - 0xe4, - 0x56, - 0xff, - 0x72, - 0x11, - 0xff, - 0x32, - 0x4e, - 0xff, - 0x4f, - 0xb7, - 0xff, - 0x3c, - 0xb8, - 0xff, - 0xbe, - 0xf8, - 0xff, - 0x96, - 0x95, - 0x22, - 0x64, - 0x54, - 0x40, - 0xaa, - 0x02, - 0x07, - 0x77, - 0xf6, - 0xef, - 0x4e, - 0xfe, - 0x13, - 0xbd, - 0xe1, - 0xf6, - 0x7b, - 0x07, - 0xe7, - 0x39, - 0x8e, - 0x01, - 0x26, - 0x75, - 0x0b, - 0xdc, - 0x84, - 0x03, - 0x1d, - 0xc7, - 0xf2, - 0xa7, - 0x6f, - 0xfa, - 0x54, - 0xa9, - 0xfe, - 0x9d, - 0xe4, - 0xff, - 0x79, - 0x58, - 0x04, - 0x28, - 0xd0, - 0xf9, - 0x76, - 0xf6, - 0xfc, - 0xc4, - 0xe1, - 0xfc, - 0x28, - 0x5a, - 0xff, - 0x96, - 0xd9, - 0x01, - 0xbd, - 0x28, - 0xfa, - 0x6e, - 0xf5, - 0x00, - 0x63, - 0x9f, - 0xfe, - 0x0e, - 0xd4, - 0xfa, - 0xcf, - 0x70, - 0xff, - 0xa6, - 0xcc, - 0x02, - 0x57, - 0x44, - 0x06, - 0xc9, - 0x81, - 0x01, - 0x14, - 0x31, - 0x00, - 0x61, - 0xc7, - 0xfe, - 0x98, - 0xf1, - 0xfb, - 0x2e, - 0x59, - 0xfb, - 0x16, - 0xdd, - 0xfa, - 0xe2, - 0xac, - 0xfd, - 0x37, - 0x49, - 0xfb, - 0xa6, - 0xbd, - 0xfc, - 0x85, - 0x0b, - 0x01, - 0x5d, - 0xad, - 0x00, - 0x28, - 0xbd, - 0xff, - 0x56, - 0x76, - 0xfb, - 0xe0, - 0x2f, - 0xfc, - 0xa4, - 0xcd, - 0xff, - 0xb1, - 0xcc, - 0xff, - 0xac, - 0x73, - 0xfe, - 0xb0, - 0x62, - 0xfd, - 0xba, - 0x10, - 0xff, - 0x4a, - 0x0d, - 0xff, - 0x3b, - 0x08, - 0xff, - 0x58, - 0xfb, - 0xff, - 0x92, - 0xa5, - 0xff, - 0x01, - 0xe9, - 0xff, - 0xe5, - 0x2e, - 0xff, - 0x13, - 0x99, - 0xfe, - 0xdc, - 0xdd, - 0xfe, - 0x4d, - 0x49, - 0xff, - 0xc1, - 0xca, - 0xff, - 0xbb, - 0xc0, - 0xff, - 0x94, - 0x91, - 0xff, - 0x20, - 0x39, - 0xff, - 0x63, - 0x35, - 0xff, - 0xfd, - 0x6b, - 0xff, - 0x6b, - 0x85, - 0xff, - 0xd0, - 0x9f, - 0xff, - 0x46, - 0xfa, - 0xff, - 0x4d, - 0xc8, - 0x1f, - 0x22, - 0x31, - 0x3f, - 0x87, - 0x92, - 0x0b, - 0x89, - 0xc0, - 0xf0, - 0xb1, - 0xce, - 0x13, - 0x0e, - 0x29, - 0xf8, - 0xb2, - 0x04, - 0xe5, - 0x5a, - 0x88, - 0xff, - 0x43, - 0x72, - 0x07, - 0x07, - 0x11, - 0x05, - 0xb1, - 0x48, - 0xf7, - 0xa7, - 0x7d, - 0xf7, - 0xee, - 0x9f, - 0xfe, - 0xb4, - 0x97, - 0x01, - 0x05, - 0x65, - 0x04, - 0x1e, - 0xd1, - 0xf9, - 0xfd, - 0x53, - 0xfd, - 0x4b, - 0x2a, - 0xfe, - 0xf5, - 0x7c, - 0xfd, - 0xac, - 0x1e, - 0x03, - 0xdf, - 0xf3, - 0xfa, - 0x4c, - 0x98, - 0xfd, - 0x48, - 0x8d, - 0xff, - 0x47, - 0x36, - 0xfc, - 0xc4, - 0xd7, - 0xfd, - 0x3f, - 0x3e, - 0x00, - 0x57, - 0x55, - 0x06, - 0x8a, - 0xb7, - 0x04, - 0x8a, - 0x4a, - 0x02, - 0x6e, - 0xd8, - 0xfd, - 0xaa, - 0xc2, - 0xfb, - 0x98, - 0x4e, - 0xfe, - 0x81, - 0x30, - 0xfa, - 0x8a, - 0x7b, - 0xfc, - 0xa3, - 0xb3, - 0xfc, - 0x48, - 0xc1, - 0xfb, - 0x79, - 0x20, - 0xff, - 0x15, - 0x35, - 0xff, - 0x01, - 0x15, - 0x01, - 0x58, - 0x98, - 0xfd, - 0x3d, - 0xd9, - 0xfb, - 0x70, - 0x6a, - 0xfe, - 0x99, - 0x07, - 0xff, - 0x7c, - 0x29, - 0x00, - 0x7c, - 0xb9, - 0xfd, - 0x3a, - 0xdb, - 0xfd, - 0x32, - 0xe2, - 0xfe, - 0xa2, - 0x0d, - 0xff, - 0xb0, - 0x5e, - 0x00, - 0x37, - 0x47, - 0xff, - 0xdf, - 0x74, - 0xff, - 0x75, - 0x56, - 0xff, - 0xdd, - 0x13, - 0xff, - 0x74, - 0x60, - 0xff, - 0xe8, - 0x37, - 0xff, - 0x2a, - 0xcd, - 0xff, - 0x1f, - 0xb8, - 0xff, - 0xc8, - 0xc9, - 0xff, - 0xf2, - 0x73, - 0xff, - 0xae, - 0x17, - 0xff, - 0x8b, - 0x71, - 0xff, - 0xdf, - 0x63, - 0xff, - 0x4f, - 0x8e, - 0xff, - 0x4b, - 0xf9, - 0xff, - 0xbb, - 0x10, - 0x1d, - 0x98, - 0x9b, - 0x3d, - 0x5f, - 0xc5, - 0x0f, - 0x2e, - 0xcc, - 0xf1, - 0x3e, - 0xfe, - 0x12, - 0xd8, - 0x1f, - 0xfa, - 0xe3, - 0x52, - 0xe4, - 0x7e, - 0xd0, - 0xfc, - 0xf7, - 0x53, - 0x03, - 0x71, - 0x84, - 0x06, - 0x90, - 0xff, - 0xfb, - 0x7b, - 0x03, - 0xf5, - 0xb1, - 0x8b, - 0xfe, - 0x0c, - 0xb4, - 0x03, - 0xdd, - 0xb6, - 0x03, - 0x76, - 0x7f, - 0xfa, - 0x78, - 0x09, - 0xfe, - 0x37, - 0x78, - 0xfe, - 0x69, - 0x21, - 0xfc, - 0xa3, - 0xf3, - 0x02, - 0xfa, - 0x95, - 0xfb, - 0xf9, - 0xa5, - 0xfb, - 0xa1, - 0x9c, - 0xff, - 0xa3, - 0x66, - 0xfe, - 0x84, - 0x0b, - 0xfe, - 0xdb, - 0xdd, - 0xfd, - 0x7a, - 0x49, - 0x06, - 0xe4, - 0x8a, - 0x05, - 0xd1, - 0xf9, - 0x02, - 0xd5, - 0x78, - 0x00, - 0xe1, - 0xf8, - 0xfa, - 0xe6, - 0xe8, - 0xfe, - 0x91, - 0x7e, - 0xfb, - 0x4e, - 0x41, - 0xfb, - 0xd6, - 0x00, - 0xfe, - 0x53, - 0x5e, - 0xfb, - 0x09, - 0xfc, - 0xfd, - 0xe6, - 0x64, - 0xfd, - 0xdf, - 0x1d, - 0x00, - 0xe5, - 0x96, - 0x00, - 0xf9, - 0x9d, - 0xfc, - 0xfb, - 0x9a, - 0xfd, - 0x42, - 0x92, - 0xfd, - 0xe3, - 0x71, - 0x00, - 0xea, - 0x75, - 0xff, - 0xb4, - 0xc8, - 0xfc, - 0xf9, - 0x85, - 0xfe, - 0xaa, - 0xf0, - 0xfe, - 0x14, - 0x59, - 0x00, - 0x06, - 0xa6, - 0xff, - 0xd0, - 0xff, - 0xfe, - 0x00, - 0x7c, - 0xff, - 0x19, - 0x69, - 0xff, - 0x09, - 0xed, - 0xff, - 0x30, - 0x33, - 0xff, - 0x7d, - 0xa3, - 0xff, - 0x09, - 0x18, - 0x00, - 0xa0, - 0xd7, - 0xff, - 0x1d, - 0xaa, - 0xff, - 0xf7, - 0x13, - 0xff, - 0xf4, - 0x39, - 0xff, - 0xc6, - 0x7b, - 0xff, - 0x16, - 0x8e, - 0xff, - 0x60, - 0xdb, - 0xff, - 0x2f, - 0x0d, - 0x1f, - 0x55, - 0xf7, - 0x3b, - 0x34, - 0x80, - 0x0b, - 0x84, - 0x62, - 0xf6, - 0xa7, - 0xb1, - 0x13, - 0x54, - 0xf9, - 0xf5, - 0x02, - 0xaf, - 0xe7, - 0x3e, - 0xa0, - 0xfa, - 0x67, - 0xe3, - 0xfe, - 0xfe, - 0xf4, - 0x08, - 0x33, - 0x45, - 0xfe, - 0xed, - 0x49, - 0xf4, - 0x1c, - 0xf7, - 0xfd, - 0x7c, - 0x96, - 0x06, - 0x25, - 0x6e, - 0x03, - 0x2a, - 0x64, - 0xf9, - 0x6b, - 0x1a, - 0xff, - 0x38, - 0x40, - 0xfd, - 0x40, - 0x5e, - 0xfc, - 0x55, - 0xb4, - 0x01, - 0x78, - 0x9a, - 0xfa, - 0x79, - 0x79, - 0xfd, - 0x59, - 0xb1, - 0xfe, - 0x25, - 0xa3, - 0xfe, - 0x3c, - 0x13, - 0x01, - 0xae, - 0x31, - 0xfe, - 0x92, - 0x28, - 0x03, - 0x4b, - 0x02, - 0x04, - 0x82, - 0xd9, - 0x04, - 0xbb, - 0xb8, - 0x02, - 0x39, - 0x7a, - 0xfa, - 0x65, - 0xc4, - 0xfd, - 0x79, - 0xd3, - 0xfd, - 0x80, - 0xe5, - 0xfb, - 0xd9, - 0xaf, - 0xfc, - 0x63, - 0x2a, - 0xfc, - 0xee, - 0xef, - 0xfd, - 0xf9, - 0x12, - 0xfc, - 0x46, - 0x7b, - 0xfe, - 0x20, - 0xd9, - 0x00, - 0x86, - 0x89, - 0xfe, - 0xf1, - 0x24, - 0xfe, - 0xbb, - 0xbf, - 0xfc, - 0xd4, - 0xfb, - 0xfe, - 0xf9, - 0x2c, - 0x00, - 0x84, - 0xe4, - 0xfd, - 0x5a, - 0xac, - 0xfd, - 0xdc, - 0x91, - 0xfe, - 0xf9, - 0x27, - 0x00, - 0xc4, - 0xd3, - 0xff, - 0xa1, - 0x6a, - 0xff, - 0x4f, - 0x7c, - 0xff, - 0x11, - 0x69, - 0xff, - 0x87, - 0xfb, - 0xff, - 0xdd, - 0x93, - 0xff, - 0x6e, - 0xb6, - 0xff, - 0x30, - 0x3c, - 0x00, - 0xca, - 0xf2, - 0xff, - 0x10, - 0x70, - 0xff, - 0xa2, - 0x2d, - 0xff, - 0x87, - 0x39, - 0xff, - 0x57, - 0x63, - 0xff, - 0xf7, - 0x8a, - 0xff, - 0xeb, - 0xbe, - 0xff, - 0x5b, - 0x76, - 0x1c, - 0xda, - 0x4f, - 0x39, - 0x59, - 0x94, - 0x0e, - 0xbf, - 0xc7, - 0xf8, - 0xdb, - 0x6a, - 0x11, - 0x5f, - 0x21, - 0xf7, - 0x1b, - 0x42, - 0xeb, - 0x8d, - 0x7b, - 0xf6, - 0xb3, - 0x1f, - 0xf9, - 0x35, - 0x28, - 0x0d, - 0x33, - 0xf2, - 0x01, - 0x3e, - 0x83, - 0xf1, - 0x07, - 0xb4, - 0xfe, - 0x1c, - 0xa1, - 0x08, - 0xd2, - 0x6f, - 0x02, - 0x1e, - 0x7f, - 0xf9, - 0x88, - 0x14, - 0xff, - 0xa1, - 0x68, - 0xfb, - 0xc4, - 0xc0, - 0xfc, - 0xc9, - 0x85, - 0x02, - 0xc0, - 0x8d, - 0xf8, - 0xab, - 0x54, - 0xfe, - 0xe1, - 0x62, - 0x01, - 0x2a, - 0x33, - 0xfd, - 0x84, - 0x27, - 0x02, - 0xd7, - 0xd9, - 0x00, - 0x40, - 0x1c, - 0x00, - 0xa0, - 0xf4, - 0x01, - 0x64, - 0xe4, - 0x04, - 0xc2, - 0x25, - 0x03, - 0x60, - 0x4c, - 0xfd, - 0x66, - 0xeb, - 0xfd, - 0x8d, - 0x41, - 0xfd, - 0x8b, - 0x99, - 0xfd, - 0xd5, - 0xd3, - 0xfc, - 0x87, - 0x61, - 0xfb, - 0x4b, - 0x8f, - 0xfe, - 0xa3, - 0xa6, - 0xfc, - 0x10, - 0x6b, - 0xfc, - 0xb8, - 0xe0, - 0xfe, - 0x5b, - 0x7c, - 0xff, - 0x68, - 0x31, - 0x00, - 0x4b, - 0x59, - 0xfd, - 0x76, - 0x22, - 0xfd, - 0xe2, - 0x3f, - 0xff, - 0x8d, - 0x58, - 0xff, - 0x57, - 0x6e, - 0xfe, - 0x9d, - 0xa9, - 0xfd, - 0x9f, - 0x3a, - 0xff, - 0x3c, - 0x21, - 0x00, - 0x0a, - 0x58, - 0x00, - 0x07, - 0xd2, - 0xff, - 0x45, - 0xd5, - 0xfe, - 0xfc, - 0xd4, - 0xff, - 0xa7, - 0x47, - 0x00, - 0x52, - 0xd8, - 0xff, - 0x02, - 0x24, - 0x00, - 0x77, - 0xfe, - 0xff, - 0xa4, - 0x5c, - 0xff, - 0xd9, - 0x62, - 0xff, - 0xcc, - 0x2d, - 0xff, - 0x85, - 0x21, - 0xff, - 0xed, - 0x90, - 0xff, - 0x81, - 0xd8, - 0xff, - 0x4f, - 0xfd, - 0x1c, - 0x4d, - 0x27, - 0x37, - 0x90, - 0x85, - 0x0c, - 0x3c, - 0x39, - 0xfc, - 0xf9, - 0xa6, - 0x0f, - 0xac, - 0x77, - 0xf4, - 0xdd, - 0x61, - 0xf1, - 0xd9, - 0x03, - 0xf5, - 0x77, - 0xc3, - 0xf2, - 0x2b, - 0x42, - 0x10, - 0x5e, - 0xe8, - 0x05, - 0x72, - 0x1f, - 0xf0, - 0x3b, - 0x69, - 0xfe, - 0x4d, - 0x70, - 0x0a, - 0xbd, - 0x17, - 0x01, - 0xe0, - 0x92, - 0xf8, - 0xcf, - 0x16, - 0xff, - 0xc5, - 0x78, - 0xfa, - 0xd9, - 0x36, - 0xfe, - 0xfd, - 0xf1, - 0x01, - 0xe5, - 0x4d, - 0xf7, - 0xfa, - 0x9f, - 0x00, - 0x1f, - 0x20, - 0x03, - 0x31, - 0x41, - 0xfc, - 0x17, - 0x8e, - 0x01, - 0x06, - 0x55, - 0x03, - 0xe1, - 0x35, - 0x00, - 0x9c, - 0x31, - 0xff, - 0xbb, - 0x2a, - 0x03, - 0xfb, - 0x6e, - 0x02, - 0x67, - 0x0c, - 0x00, - 0xee, - 0xed, - 0xff, - 0x25, - 0x15, - 0xfc, - 0xeb, - 0x6c, - 0xfe, - 0xef, - 0x3c, - 0xfe, - 0xfd, - 0x9e, - 0xfa, - 0xf5, - 0x61, - 0xfe, - 0x8e, - 0x46, - 0xfe, - 0xb7, - 0xd6, - 0xfb, - 0x06, - 0x0b, - 0xfc, - 0x30, - 0x92, - 0xfe, - 0xa1, - 0x5e, - 0x01, - 0xd0, - 0x2e, - 0xff, - 0x4e, - 0x84, - 0xfd, - 0xdd, - 0x77, - 0xfd, - 0x45, - 0xf2, - 0xfe, - 0x02, - 0xf9, - 0xff, - 0x5e, - 0xbe, - 0xfd, - 0xff, - 0x56, - 0xfe, - 0x44, - 0x2c, - 0x00, - 0x83, - 0xa8, - 0x00, - 0x96, - 0x2c, - 0x00, - 0x55, - 0x01, - 0xff, - 0x46, - 0x8e, - 0xff, - 0x65, - 0x44, - 0x00, - 0x0d, - 0x46, - 0x00, - 0xd8, - 0x15, - 0x00, - 0x3d, - 0xc4, - 0xff, - 0x63, - 0xb7, - 0xff, - 0x08, - 0x46, - 0xff, - 0x6e, - 0xf8, - 0xfe, - 0x3a, - 0x3c, - 0xff, - 0xa2, - 0x78, - 0xff, - 0x55, - 0x09, - 0x00, - 0x01, - 0x43, - 0x1f, - 0x0f, - 0x66, - 0x37, - 0xc6, - 0x54, - 0x06, - 0xd1, - 0x82, - 0xfb, - 0x2c, - 0x18, - 0x13, - 0x65, - 0xe7, - 0xf1, - 0xdb, - 0x5e, - 0xf1, - 0x4e, - 0x84, - 0xf7, - 0xb2, - 0x35, - 0xf2, - 0x21, - 0x9e, - 0x0f, - 0x9b, - 0x73, - 0x06, - 0xd9, - 0xf6, - 0xf1, - 0x3d, - 0x85, - 0xfe, - 0x94, - 0x7d, - 0x09, - 0xf7, - 0xc7, - 0x00, - 0xa1, - 0x38, - 0xf7, - 0x60, - 0xf5, - 0xfe, - 0x23, - 0x95, - 0xfb, - 0xcc, - 0x8e, - 0xfe, - 0xdb, - 0x2c, - 0x02, - 0xb1, - 0xba, - 0xf7, - 0xc0, - 0xbb, - 0x00, - 0x6d, - 0x9c, - 0x03, - 0xdc, - 0x72, - 0xfd, - 0x87, - 0xe3, - 0x01, - 0x22, - 0xd3, - 0x02, - 0x75, - 0x30, - 0x00, - 0xbd, - 0xc4, - 0xfe, - 0x3b, - 0x98, - 0x01, - 0x9d, - 0xc7, - 0x01, - 0xd6, - 0x3c, - 0x00, - 0x3d, - 0x54, - 0x01, - 0x17, - 0x27, - 0xfe, - 0xb5, - 0x64, - 0xfd, - 0x85, - 0xd4, - 0xfe, - 0x8f, - 0xc9, - 0xfc, - 0x0c, - 0xec, - 0xfc, - 0xa8, - 0x71, - 0xfe, - 0x1a, - 0xad, - 0xfc, - 0x79, - 0x7b, - 0xfa, - 0xe0, - 0x46, - 0xfd, - 0xa5, - 0xb8, - 0x00, - 0xad, - 0x58, - 0x00, - 0xc8, - 0x3e, - 0xff, - 0x31, - 0xb0, - 0xfd, - 0x74, - 0xac, - 0xfd, - 0x98, - 0x74, - 0xff, - 0x67, - 0x26, - 0xff, - 0x2d, - 0x9f, - 0xfe, - 0xe2, - 0xc0, - 0xff, - 0xfc, - 0x60, - 0x00, - 0x1d, - 0x0a, - 0x00, - 0xa5, - 0xb7, - 0xff, - 0x29, - 0xa6, - 0xff, - 0x8d, - 0xd0, - 0xff, - 0x4c, - 0x24, - 0x00, - 0xf0, - 0x72, - 0x00, - 0x10, - 0xfa, - 0xff, - 0xb0, - 0x8b, - 0xff, - 0x82, - 0x38, - 0xff, - 0xe1, - 0xd7, - 0xfe, - 0x21, - 0x81, - 0xff, - 0x19, - 0xa1, - 0xff, - 0x95, - 0xc2, - 0xff, - 0x6e, - 0x0f, - 0x1f, - 0x23, - 0x76, - 0x37, - 0xcd, - 0x10, - 0x02, - 0x7e, - 0x5c, - 0xf8, - 0x8c, - 0x09, - 0x1a, - 0xef, - 0xd2, - 0xf0, - 0x79, - 0x67, - 0xeb, - 0xb4, - 0xeb, - 0xfd, - 0x9b, - 0xb9, - 0xf3, - 0x61, - 0x46, - 0x0b, - 0xea, - 0x02, - 0x08, - 0xb4, - 0x5d, - 0xf3, - 0x9d, - 0x82, - 0xfc, - 0x31, - 0x8a, - 0x08, - 0x8e, - 0xd2, - 0x02, - 0xbd, - 0x67, - 0xf5, - 0x86, - 0x69, - 0xfd, - 0x72, - 0x89, - 0xfe, - 0x56, - 0xa2, - 0xfe, - 0xf1, - 0x35, - 0x02, - 0x13, - 0x89, - 0xf8, - 0x52, - 0x61, - 0xff, - 0xbc, - 0xd6, - 0x03, - 0x68, - 0x2c, - 0xff, - 0xd7, - 0x94, - 0x01, - 0x33, - 0x6c, - 0x01, - 0x7e, - 0xaa, - 0x00, - 0xda, - 0xfb, - 0xfe, - 0x76, - 0xfe, - 0xff, - 0x8c, - 0x64, - 0x01, - 0x10, - 0x00, - 0x00, - 0x85, - 0x07, - 0x01, - 0x3f, - 0x89, - 0x00, - 0x3d, - 0xec, - 0xfd, - 0x4d, - 0xc9, - 0xfd, - 0x04, - 0x16, - 0xff, - 0x58, - 0x3f, - 0xfd, - 0x80, - 0x3f, - 0xfc, - 0x52, - 0x68, - 0xfd, - 0xfb, - 0x49, - 0xfb, - 0xfa, - 0x63, - 0xfb, - 0x10, - 0x3f, - 0xff, - 0xb9, - 0xc9, - 0x00, - 0x24, - 0x71, - 0x00, - 0x5a, - 0x3f, - 0xff, - 0x2b, - 0x8d, - 0xfd, - 0x8f, - 0x91, - 0xfd, - 0x76, - 0xaa, - 0xff, - 0x59, - 0x2d, - 0x00, - 0x9c, - 0x25, - 0xff, - 0x42, - 0x9c, - 0xff, - 0xa2, - 0xed, - 0xff, - 0x31, - 0xba, - 0xff, - 0x30, - 0xe4, - 0xff, - 0xa0, - 0xc9, - 0xff, - 0x68, - 0xa8, - 0xff, - 0x60, - 0x5c, - 0x00, - 0xc2, - 0x7e, - 0x00, - 0x0b, - 0x5d, - 0xff, - 0x93, - 0x14, - 0xff, - 0x26, - 0x22, - 0xff, - 0xdd, - 0x2f, - 0xff, - 0x74, - 0x89, - 0xff, - 0x9b, - 0xc1, - 0xff, - 0x08, - 0xa3, - 0x1e, - 0x92, - 0x03, - 0x35, - 0x96, - 0x85, - 0xfd, - 0xc2, - 0xd5, - 0xf8, - 0xa2, - 0xb4, - 0x20, - 0x87, - 0xf6, - 0xef, - 0x34, - 0xe2, - 0xe5, - 0xf9, - 0x4d, - 0x02, - 0x64, - 0xe5, - 0xf8, - 0xb4, - 0x92, - 0x07, - 0xbb, - 0x9b, - 0x04, - 0xca, - 0xbb, - 0xf5, - 0xa1, - 0x35, - 0xfd, - 0x68, - 0x60, - 0x06, - 0x84, - 0xf9, - 0x03, - 0x43, - 0x82, - 0xf5, - 0xee, - 0xcf, - 0xfc, - 0x71, - 0xce, - 0x00, - 0x41, - 0x2f, - 0xfe, - 0xf0, - 0x42, - 0x01, - 0xdb, - 0x34, - 0xfa, - 0x6e, - 0xe3, - 0xff, - 0x57, - 0xab, - 0x02, - 0xce, - 0xe1, - 0xfe, - 0x96, - 0x6e, - 0x02, - 0xfa, - 0x52, - 0x01, - 0xba, - 0x33, - 0x00, - 0xed, - 0x3d, - 0xff, - 0xdf, - 0x1f, - 0x00, - 0x56, - 0x25, - 0x00, - 0x9a, - 0x43, - 0xff, - 0xd0, - 0x50, - 0x02, - 0x26, - 0x84, - 0x00, - 0x29, - 0x6d, - 0xfe, - 0x57, - 0x6b, - 0xff, - 0x1a, - 0x9b, - 0xfe, - 0xaf, - 0xe4, - 0xfd, - 0x3f, - 0xb5, - 0xfc, - 0xaa, - 0x45, - 0xfc, - 0xe3, - 0x20, - 0xfc, - 0x17, - 0x59, - 0xfb, - 0x43, - 0xc8, - 0xfd, - 0x25, - 0x87, - 0x00, - 0xeb, - 0xf2, - 0x00, - 0x20, - 0x49, - 0x00, - 0xff, - 0x39, - 0xfe, - 0x86, - 0x7e, - 0xfd, - 0x70, - 0x09, - 0xff, - 0x86, - 0x41, - 0x00, - 0xda, - 0xb8, - 0xff, - 0x21, - 0xe1, - 0xfe, - 0x89, - 0x99, - 0xff, - 0x4f, - 0xc8, - 0xff, - 0xad, - 0xa6, - 0xff, - 0x84, - 0x17, - 0x00, - 0xd9, - 0x7f, - 0xff, - 0x06, - 0x35, - 0x00, - 0x64, - 0xc1, - 0x00, - 0x61, - 0x6c, - 0xff, - 0x16, - 0x1a, - 0xff, - 0xe1, - 0x1f, - 0xff, - 0xc0, - 0x1f, - 0xff, - 0x3e, - 0x40, - 0xff, - 0x06, - 0xb5, - 0xff, - 0x5a, - 0xcf, - 0x1e, - 0x4e, - 0xe1, - 0x31, - 0x2a, - 0x18, - 0xf9, - 0x22, - 0x8f, - 0xfb, - 0x42, - 0x6a, - 0x24, - 0x4d, - 0x58, - 0xed, - 0x24, - 0x1f, - 0xe4, - 0x80, - 0x91, - 0x06, - 0x3e, - 0x7c, - 0xfb, - 0xc2, - 0xb7, - 0x02, - 0x12, - 0x6c, - 0x03, - 0xd4, - 0xf7, - 0xf8, - 0x39, - 0xaf, - 0xfb, - 0x58, - 0xfe, - 0x04, - 0xb7, - 0x53, - 0x05, - 0xf0, - 0x90, - 0xf6, - 0x43, - 0x00, - 0xfd, - 0x31, - 0xa4, - 0x01, - 0x79, - 0x4c, - 0xfe, - 0x81, - 0xc3, - 0xff, - 0x39, - 0xc2, - 0xfb, - 0x35, - 0xde, - 0x00, - 0x05, - 0xd4, - 0x00, - 0x70, - 0xa0, - 0xfe, - 0x4c, - 0xc5, - 0x02, - 0xc5, - 0x6f, - 0x01, - 0x74, - 0xed, - 0xff, - 0xd3, - 0x04, - 0xff, - 0x26, - 0x8e, - 0x00, - 0x6d, - 0x2f, - 0x00, - 0xb8, - 0x15, - 0xff, - 0x95, - 0xe4, - 0x01, - 0xc0, - 0x6c, - 0x00, - 0xf6, - 0xf4, - 0xfe, - 0x73, - 0x2f, - 0x00, - 0x3e, - 0x00, - 0xff, - 0xa3, - 0x80, - 0xfd, - 0x9e, - 0x66, - 0xfd, - 0x7c, - 0xad, - 0xfc, - 0xf5, - 0x39, - 0xfb, - 0x03, - 0x07, - 0xfc, - 0xe2, - 0x4a, - 0xfe, - 0xc0, - 0x8b, - 0xff, - 0x97, - 0xa1, - 0x00, - 0x59, - 0xaf, - 0x00, - 0xc5, - 0xfe, - 0xfe, - 0x41, - 0x5b, - 0xfe, - 0xd8, - 0x06, - 0xff, - 0x90, - 0x4e, - 0xff, - 0x7b, - 0x80, - 0xff, - 0x5a, - 0x49, - 0xff, - 0x2d, - 0x1b, - 0xff, - 0xe5, - 0x5f, - 0xff, - 0x89, - 0xa8, - 0xff, - 0x99, - 0xd7, - 0xff, - 0x35, - 0xa9, - 0xff, - 0xd6, - 0x6b, - 0x00, - 0x3a, - 0x51, - 0x00, - 0x72, - 0x5f, - 0xff, - 0x8a, - 0x85, - 0xff, - 0x2e, - 0x14, - 0xff, - 0x26, - 0x10, - 0xff, - 0x11, - 0x44, - 0xff, - 0x6a, - 0x78, - 0xff, - 0xf6, - 0xa8, - 0x1c, - 0x3c, - 0x20, - 0x2f, - 0x77, - 0xe2, - 0xf9, - 0xe6, - 0xeb, - 0xfa, - 0x5c, - 0xca, - 0x22, - 0x6a, - 0x3c, - 0xf0, - 0xdc, - 0xfa, - 0xe6, - 0x56, - 0x27, - 0x07, - 0x4a, - 0xd0, - 0xf9, - 0x55, - 0x8e, - 0x00, - 0x67, - 0x16, - 0x04, - 0x28, - 0x40, - 0xfa, - 0xf2, - 0xa8, - 0xfb, - 0x89, - 0x85, - 0x03, - 0x81, - 0x10, - 0x06, - 0xaf, - 0x87, - 0xf8, - 0xa4, - 0xa6, - 0xfc, - 0xa0, - 0x17, - 0x02, - 0x9f, - 0x35, - 0xfe, - 0x16, - 0x6b, - 0xff, - 0x77, - 0x61, - 0xfc, - 0x87, - 0x3d, - 0x00, - 0xe8, - 0x17, - 0x01, - 0xd1, - 0x22, - 0xff, - 0x4b, - 0xb8, - 0x01, - 0xb2, - 0xf6, - 0x00, - 0xf7, - 0x8b, - 0x00, - 0x52, - 0xec, - 0xfe, - 0x5d, - 0x70, - 0x00, - 0x56, - 0x86, - 0x01, - 0x83, - 0x37, - 0xff, - 0x84, - 0x43, - 0x00, - 0x75, - 0x3d, - 0x00, - 0x0e, - 0xa5, - 0xff, - 0xdf, - 0x07, - 0x00, - 0x40, - 0x86, - 0xff, - 0xbf, - 0x0a, - 0xfe, - 0x48, - 0x39, - 0xfd, - 0x3f, - 0x81, - 0xfd, - 0x45, - 0xa4, - 0xfb, - 0xbe, - 0xf5, - 0xfb, - 0x3b, - 0x21, - 0xff, - 0x4b, - 0xa6, - 0xff, - 0xa1, - 0xb9, - 0xff, - 0xac, - 0x1d, - 0x00, - 0x43, - 0x67, - 0xff, - 0x28, - 0x29, - 0xff, - 0xfd, - 0x58, - 0xff, - 0x28, - 0xdc, - 0xfe, - 0xc2, - 0xa6, - 0xfe, - 0xd8, - 0x44, - 0xff, - 0x2d, - 0x66, - 0xff, - 0xe2, - 0x06, - 0xff, - 0xe4, - 0x63, - 0xff, - 0x8f, - 0xd3, - 0xff, - 0x3d, - 0xab, - 0xff, - 0x97, - 0x50, - 0x00, - 0x1d, - 0x3b, - 0x00, - 0xaa, - 0x5e, - 0xff, - 0x4b, - 0x82, - 0xff, - 0x00, - 0x44, - 0xff, - 0x75, - 0x13, - 0xff, - 0xd6, - 0x2e, - 0xff, - 0xb2, - 0x89, - 0xff, - 0x47, - 0x36, - 0x1a, - 0xab, - 0xbe, - 0x2b, - 0x2d, - 0x6c, - 0xfb, - 0xfd, - 0x1a, - 0xfb, - 0x01, - 0x87, - 0x20, - 0x34, - 0xf9, - 0xf3, - 0xa1, - 0xb9, - 0xe8, - 0xae, - 0x84, - 0x05, - 0x41, - 0x34, - 0xfb, - 0x89, - 0x12, - 0xff, - 0xa2, - 0x29, - 0x02, - 0x5a, - 0x72, - 0xfc, - 0x28, - 0xda, - 0xfc, - 0x34, - 0x10, - 0x02, - 0xf0, - 0xef, - 0x05, - 0x9f, - 0xa4, - 0xfa, - 0xf3, - 0xac, - 0xfc, - 0x13, - 0x2f, - 0x01, - 0x64, - 0x13, - 0xff, - 0x04, - 0xac, - 0xff, - 0x37, - 0xb2, - 0xfb, - 0x7b, - 0xe1, - 0xff, - 0xbf, - 0xc2, - 0x01, - 0xee, - 0x97, - 0xff, - 0x0c, - 0xba, - 0x00, - 0xa4, - 0x49, - 0x00, - 0xc8, - 0xbd, - 0x00, - 0xbd, - 0x9a, - 0xff, - 0xbf, - 0x10, - 0x01, - 0x1b, - 0x79, - 0x01, - 0x09, - 0x4c, - 0xff, - 0x52, - 0xe9, - 0xff, - 0x5e, - 0x7a, - 0xff, - 0xf6, - 0xd1, - 0xff, - 0xb8, - 0x0e, - 0x00, - 0xf2, - 0x41, - 0xff, - 0xb4, - 0xd4, - 0xfe, - 0xe2, - 0xe8, - 0xfd, - 0x05, - 0xae, - 0xfd, - 0x84, - 0x9c, - 0xfc, - 0x16, - 0xa5, - 0xfc, - 0x46, - 0x27, - 0xff, - 0x2b, - 0xfe, - 0xff, - 0x1d, - 0x63, - 0xff, - 0x00, - 0x3b, - 0xff, - 0xc4, - 0x38, - 0xff, - 0x97, - 0x5e, - 0xff, - 0xc0, - 0x71, - 0xff, - 0xd7, - 0xfd, - 0xfe, - 0xdc, - 0x88, - 0xfe, - 0xc5, - 0xc6, - 0xfe, - 0xb6, - 0x63, - 0xff, - 0xdf, - 0x34, - 0xff, - 0xa6, - 0x0e, - 0xff, - 0xde, - 0x9f, - 0xff, - 0xd0, - 0xac, - 0xff, - 0x3e, - 0x1f, - 0x00, - 0x88, - 0x30, - 0x00, - 0x0d, - 0x6b, - 0xff, - 0x41, - 0x63, - 0xff, - 0xf2, - 0x4f, - 0xff, - 0xfd, - 0x33, - 0xff, - 0xa3, - 0x3c, - 0xff, - 0xbe, - 0x8e, - 0xff, - 0x78, - 0xa3, - 0x17, - 0xad, - 0xf4, - 0x24, - 0x26, - 0x2f, - 0x02, - 0x2f, - 0x49, - 0x02, - 0x4e, - 0x38, - 0x0d, - 0x69, - 0xc1, - 0xf3, - 0x23, - 0x20, - 0xfa, - 0x9b, - 0x2f, - 0xfe, - 0x3e, - 0x61, - 0xf9, - 0xd5, - 0x0e, - 0x06, - 0xb4, - 0x56, - 0x00, - 0x89, - 0x04, - 0xfa, - 0x03, - 0x94, - 0xff, - 0x52, - 0x1a, - 0x06, - 0x0a, - 0xf9, - 0x00, - 0x48, - 0xed, - 0xfa, - 0xf0, - 0x12, - 0xff, - 0x1d, - 0x44, - 0xfd, - 0xdd, - 0x9a, - 0x00, - 0xef, - 0x52, - 0xff, - 0x43, - 0x20, - 0xfb, - 0x9d, - 0x43, - 0x01, - 0xb0, - 0xe0, - 0xff, - 0xb0, - 0x3f, - 0xfe, - 0xc2, - 0xd4, - 0x00, - 0x30, - 0x10, - 0x01, - 0x8c, - 0x45, - 0x01, - 0xd5, - 0x60, - 0x02, - 0x12, - 0xfe, - 0x01, - 0x4d, - 0x30, - 0xfe, - 0x96, - 0x38, - 0xfe, - 0xa4, - 0x8c, - 0xff, - 0x42, - 0x47, - 0xfe, - 0xc5, - 0x75, - 0xff, - 0x9e, - 0x23, - 0x01, - 0x38, - 0x68, - 0x01, - 0xff, - 0xbf, - 0x00, - 0xb0, - 0x13, - 0x00, - 0x6c, - 0xbe, - 0x00, - 0x08, - 0x40, - 0x00, - 0xb3, - 0x55, - 0xff, - 0xc6, - 0xf7, - 0xfe, - 0x2e, - 0xc2, - 0xfd, - 0x92, - 0x3e, - 0xfe, - 0x6f, - 0x0a, - 0xff, - 0x1f, - 0x28, - 0xfe, - 0x58, - 0x54, - 0xfe, - 0x43, - 0x65, - 0xff, - 0xe0, - 0x6e, - 0xff, - 0x5d, - 0xe4, - 0xfe, - 0x51, - 0xe1, - 0xfe, - 0x02, - 0xcd, - 0xfe, - 0x4c, - 0x86, - 0xfe, - 0xb2, - 0xa3, - 0xfe, - 0xf8, - 0xb0, - 0xfe, - 0x7f, - 0xec, - 0xfe, - 0x13, - 0xac, - 0xff, - 0x98, - 0x9a, - 0xff, - 0x7b, - 0x14, - 0xff, - 0xe1, - 0x25, - 0xff, - 0x4d, - 0x44, - 0xff, - 0x80, - 0x86, - 0xff, - 0x4a, - 0x95, - 0xff, - 0x60, - 0xa6, - 0xff, - 0xdd, - 0x10, - 0x11, - 0xfa, - 0x00, - 0x22, - 0x11, - 0x9d, - 0x08, - 0xcc, - 0x6d, - 0xfe, - 0x93, - 0xaf, - 0x0d, - 0x23, - 0x39, - 0xfa, - 0x55, - 0x02, - 0xf6, - 0x6e, - 0x48, - 0x00, - 0x7e, - 0x8f, - 0xfa, - 0x20, - 0x5b, - 0x02, - 0x97, - 0xfe, - 0x01, - 0x26, - 0x19, - 0xfb, - 0x35, - 0x18, - 0xff, - 0x76, - 0x7b, - 0x04, - 0xaa, - 0x80, - 0x02, - 0x74, - 0xc2, - 0xfb, - 0x37, - 0x37, - 0xfe, - 0xe9, - 0x4b, - 0xfe, - 0xfd, - 0x8e, - 0xff, - 0x22, - 0xfd, - 0xff, - 0xf3, - 0x45, - 0xfb, - 0x8e, - 0x7f, - 0x00, - 0xbd, - 0x79, - 0x00, - 0x05, - 0x91, - 0xfd, - 0xe8, - 0x05, - 0x01, - 0xa6, - 0x5d, - 0x01, - 0x59, - 0xf9, - 0x00, - 0x18, - 0xc4, - 0x01, - 0xd3, - 0x72, - 0x01, - 0x47, - 0xd4, - 0xfe, - 0xe3, - 0xec, - 0xfe, - 0x9f, - 0xac, - 0xff, - 0x1c, - 0x09, - 0xfe, - 0xd7, - 0x91, - 0xff, - 0x2a, - 0x32, - 0x01, - 0xa8, - 0x28, - 0x01, - 0xad, - 0x36, - 0x01, - 0xdd, - 0x72, - 0x00, - 0xbe, - 0x2f, - 0x00, - 0x6c, - 0xf9, - 0xff, - 0xc4, - 0x58, - 0xff, - 0x53, - 0xec, - 0xfe, - 0x0c, - 0x30, - 0xfe, - 0x5f, - 0x8d, - 0xfe, - 0x03, - 0x12, - 0xff, - 0x9b, - 0x8b, - 0xfe, - 0x63, - 0x80, - 0xfe, - 0xfa, - 0xcc, - 0xfe, - 0xcc, - 0x32, - 0xff, - 0x01, - 0xec, - 0xfe, - 0xf5, - 0x86, - 0xfe, - 0x07, - 0x8f, - 0xfe, - 0xaa, - 0x82, - 0xfe, - 0xc3, - 0xd6, - 0xfe, - 0xa2, - 0xd4, - 0xfe, - 0xd6, - 0xd0, - 0xfe, - 0x00, - 0x46, - 0xff, - 0x0f, - 0x85, - 0xff, - 0xdb, - 0x3c, - 0xff, - 0xa0, - 0xf0, - 0xfe, - 0xce, - 0x19, - 0xff, - 0x5b, - 0x54, - 0xff, - 0xdf, - 0x78, - 0xff, - 0x43, - 0x8f, - 0xff, - 0x51, - 0xcd, - 0x0e, - 0xc7, - 0x99, - 0x1e, - 0xe8, - 0x62, - 0x09, - 0x9f, - 0x64, - 0xff, - 0x46, - 0x39, - 0x0d, - 0xa2, - 0xe4, - 0xfb, - 0xb0, - 0x00, - 0xf6, - 0x1a, - 0xee, - 0x00, - 0x9c, - 0xd7, - 0xfb, - 0x4c, - 0xb4, - 0x00, - 0xa7, - 0x08, - 0x02, - 0x8c, - 0x35, - 0xfc, - 0xb2, - 0x7b, - 0xff, - 0x81, - 0xf2, - 0x03, - 0x31, - 0x11, - 0x02, - 0x4d, - 0xf0, - 0xfc, - 0xdc, - 0x68, - 0xfe, - 0x1f, - 0x9a, - 0xfe, - 0x72, - 0x6e, - 0xff, - 0xb3, - 0x95, - 0xff, - 0xae, - 0x5e, - 0xfc, - 0xee, - 0x41, - 0x00, - 0x3d, - 0x05, - 0x00, - 0xae, - 0x14, - 0xfe, - 0x7b, - 0x14, - 0x01, - 0xaa, - 0x44, - 0x01, - 0x83, - 0x22, - 0x01, - 0x9b, - 0x76, - 0x01, - 0x8f, - 0x88, - 0x00, - 0x8d, - 0x47, - 0xff, - 0xf6, - 0x02, - 0x00, - 0x48, - 0xc8, - 0xff, - 0x37, - 0x1e, - 0xfe, - 0xda, - 0xcd, - 0xff, - 0xb3, - 0x5b, - 0x01, - 0x01, - 0x72, - 0x01, - 0x0b, - 0x66, - 0x01, - 0xb2, - 0x7b, - 0x00, - 0x72, - 0x10, - 0x00, - 0x92, - 0x70, - 0xff, - 0xa0, - 0xf1, - 0xfe, - 0x4b, - 0x06, - 0xff, - 0x88, - 0x96, - 0xfe, - 0xf7, - 0x29, - 0xff, - 0x6f, - 0x39, - 0xff, - 0x1f, - 0x60, - 0xfe, - 0x3c, - 0xd6, - 0xfe, - 0x40, - 0xe5, - 0xfe, - 0xeb, - 0xc0, - 0xfe, - 0xfe, - 0x00, - 0xff, - 0x18, - 0x93, - 0xfe, - 0x14, - 0x3c, - 0xfe, - 0x7c, - 0x95, - 0xfe, - 0xd4, - 0xdc, - 0xfe, - 0x47, - 0xd5, - 0xfe, - 0xa8, - 0x0c, - 0xff, - 0xae, - 0x3c, - 0xff, - 0xc7, - 0x39, - 0xff, - 0xee, - 0x2c, - 0xff, - 0x35, - 0x0c, - 0xff, - 0x9d, - 0xee, - 0xfe, - 0x8a, - 0x3d, - 0xff, - 0xcf, - 0x6d, - 0xff, - 0x6c, - 0x5f, - 0xff, - 0xcf, - 0x5b, - 0x0d, - 0x3e, - 0xe5, - 0x1a, - 0x84, - 0x0b, - 0x09, - 0x00, - 0x21, - 0x02, - 0x31, - 0xc2, - 0x0b, - 0xba, - 0x83, - 0xfb, - 0xfb, - 0xa7, - 0xf8, - 0xbf, - 0xb9, - 0x00, - 0xbe, - 0xcc, - 0xfb, - 0x92, - 0x17, - 0x01, - 0x75, - 0x8c, - 0x01, - 0x96, - 0xbd, - 0xfc, - 0x92, - 0xfa, - 0xff, - 0xd0, - 0x90, - 0x03, - 0xe5, - 0xbb, - 0x01, - 0x56, - 0x79, - 0xfd, - 0x4b, - 0xd4, - 0xfe, - 0x5b, - 0xeb, - 0xfe, - 0x20, - 0x47, - 0xff, - 0xb9, - 0x4c, - 0xff, - 0xf6, - 0x25, - 0xfd, - 0xaf, - 0x15, - 0x00, - 0xcb, - 0xe6, - 0xff, - 0x35, - 0xad, - 0xfe, - 0x4c, - 0xc8, - 0x00, - 0x59, - 0x2b, - 0x01, - 0x0f, - 0x41, - 0x01, - 0xde, - 0xf4, - 0x00, - 0x43, - 0x28, - 0x00, - 0x99, - 0x0d, - 0x00, - 0x36, - 0xa0, - 0x00, - 0xcf, - 0xdd, - 0xff, - 0x32, - 0xc3, - 0xfe, - 0xc1, - 0xeb, - 0xff, - 0xb1, - 0x63, - 0x01, - 0x73, - 0xaf, - 0x01, - 0xc1, - 0xee, - 0x00, - 0x65, - 0x4d, - 0x00, - 0x5e, - 0xfb, - 0xff, - 0xf1, - 0x15, - 0xff, - 0x2a, - 0xbb, - 0xfe, - 0xc2, - 0xe2, - 0xfe, - 0x54, - 0x1a, - 0xff, - 0xf2, - 0x8f, - 0xff, - 0xa1, - 0x00, - 0xff, - 0x7b, - 0x64, - 0xfe, - 0x37, - 0xe8, - 0xfe, - 0x5d, - 0x13, - 0xff, - 0x45, - 0xe6, - 0xfe, - 0xb0, - 0xc9, - 0xfe, - 0x79, - 0x6e, - 0xfe, - 0x6f, - 0x62, - 0xfe, - 0x7d, - 0xa0, - 0xfe, - 0x83, - 0x97, - 0xfe, - 0xdd, - 0xd3, - 0xfe, - 0x73, - 0x2e, - 0xff, - 0xd6, - 0x33, - 0xff, - 0x9e, - 0x30, - 0xff, - 0x93, - 0x01, - 0xff, - 0x85, - 0xf5, - 0xfe, - 0x94, - 0x04, - 0xff, - 0xb3, - 0x1b, - 0xff, - 0xdc, - 0x47, - 0xff, - 0x69, - 0x6f, - 0xff, - 0xf7, - 0x38, - 0x0a, - 0xf1, - 0xec, - 0x16, - 0xc6, - 0x75, - 0x0b, - 0xbf, - 0xa6, - 0x03, - 0xf6, - 0x76, - 0x09, - 0xdf, - 0x84, - 0xfd, - 0xcb, - 0xb4, - 0xfa, - 0x63, - 0x27, - 0x00, - 0xfe, - 0xa1, - 0xfb, - 0xa9, - 0x32, - 0x01, - 0x83, - 0x26, - 0x02, - 0xc8, - 0xe6, - 0xfc, - 0x48, - 0xb8, - 0xff, - 0x7a, - 0x3d, - 0x03, - 0x92, - 0xe3, - 0x01, - 0xe1, - 0x0a, - 0xfe, - 0xf1, - 0x3e, - 0xff, - 0xb0, - 0x1a, - 0xff, - 0x88, - 0xc1, - 0xfe, - 0x18, - 0xbd, - 0xff, - 0xdf, - 0xc9, - 0xfd, - 0xc3, - 0xb0, - 0xff, - 0x71, - 0x01, - 0x00, - 0x99, - 0xf3, - 0xfe, - 0xbc, - 0x9d, - 0x00, - 0x25, - 0xf4, - 0x00, - 0x66, - 0x2b, - 0x01, - 0x78, - 0xb4, - 0x00, - 0x4c, - 0x7c, - 0x00, - 0x29, - 0xef, - 0x00, - 0x73, - 0xef, - 0x00, - 0x20, - 0x4e, - 0x00, - 0xf7, - 0x1c, - 0xff, - 0xbd, - 0xe0, - 0xff, - 0xfc, - 0x4b, - 0x01, - 0xbd, - 0x31, - 0x01, - 0x81, - 0x9d, - 0x00, - 0x88, - 0x11, - 0x00, - 0x67, - 0xea, - 0xff, - 0x35, - 0x84, - 0xff, - 0xe9, - 0x7b, - 0xfe, - 0x90, - 0x80, - 0xfe, - 0xd4, - 0x6f, - 0xff, - 0xa6, - 0xb6, - 0xff, - 0x3c, - 0xd8, - 0xfe, - 0x8b, - 0x65, - 0xfe, - 0xe4, - 0x03, - 0xff, - 0xcf, - 0x3a, - 0xff, - 0xcb, - 0x41, - 0xff, - 0x46, - 0xac, - 0xfe, - 0xeb, - 0x2e, - 0xfe, - 0x36, - 0xad, - 0xfe, - 0x83, - 0x84, - 0xfe, - 0x1b, - 0x6e, - 0xfe, - 0xc3, - 0xc9, - 0xfe, - 0x23, - 0x02, - 0xff, - 0xd7, - 0x49, - 0xff, - 0x24, - 0x27, - 0xff, - 0x86, - 0xf4, - 0xfe, - 0xf6, - 0xf2, - 0xfe, - 0x15, - 0x00, - 0xff, - 0x4a, - 0x1e, - 0xff, - 0x31, - 0x24, - 0xff, - 0x24, - 0x77, - 0xff, - 0x8f, - 0xf5, - 0x09, - 0xb1, - 0x67, - 0x13, - 0xf7, - 0x19, - 0x0a, - 0x04, - 0xee, - 0x06, - 0x14, - 0xfa, - 0x06, - 0x5c, - 0x2f, - 0xfd, - 0x97, - 0x7c, - 0xfe, - 0x06, - 0x1d, - 0xfe, - 0xf7, - 0x17, - 0xfc, - 0x6f, - 0xc5, - 0x02, - 0x3c, - 0x3d, - 0x01, - 0x47, - 0x37, - 0xfd, - 0xa5, - 0xc6, - 0xff, - 0x01, - 0x39, - 0x03, - 0x99, - 0x75, - 0x01, - 0x81, - 0x0b, - 0xff, - 0x02, - 0x5b, - 0xff, - 0x56, - 0x25, - 0xfe, - 0xd9, - 0xd7, - 0xff, - 0xb3, - 0xe8, - 0xff, - 0xfa, - 0xeb, - 0xfd, - 0x36, - 0xb1, - 0xff, - 0xff, - 0xd2, - 0xff, - 0xb3, - 0x5e, - 0xff, - 0x47, - 0x91, - 0x00, - 0x7e, - 0x3b, - 0x01, - 0xce, - 0xc8, - 0x00, - 0x50, - 0xa9, - 0x00, - 0xb5, - 0x9e, - 0x01, - 0x76, - 0xad, - 0x01, - 0xa7, - 0x1f, - 0x01, - 0x17, - 0xe2, - 0xff, - 0x5a, - 0x15, - 0xff, - 0x96, - 0x4f, - 0x00, - 0x76, - 0xc9, - 0x00, - 0x62, - 0x78, - 0x00, - 0xc9, - 0x72, - 0x00, - 0x5e, - 0x22, - 0x00, - 0xdd, - 0x1b, - 0x00, - 0xa9, - 0x41, - 0xff, - 0x1a, - 0x33, - 0xfe, - 0x6e, - 0xbd, - 0xfe, - 0x16, - 0x93, - 0xff, - 0x78, - 0x5c, - 0xff, - 0xbe, - 0x9a, - 0xfe, - 0xd5, - 0xc8, - 0xfe, - 0xaa, - 0x3b, - 0xff, - 0xb1, - 0x63, - 0xff, - 0x09, - 0x4a, - 0xff, - 0xc5, - 0x72, - 0xfe, - 0xb3, - 0x5d, - 0xfe, - 0xe3, - 0xbb, - 0xfe, - 0x2d, - 0x78, - 0xfe, - 0x0a, - 0x59, - 0xfe, - 0x79, - 0x9f, - 0xfe, - 0xdd, - 0x06, - 0xff, - 0xb3, - 0x4c, - 0xff, - 0x7c, - 0x42, - 0xff, - 0xfb, - 0xe8, - 0xfe, - 0xd6, - 0xdd, - 0xfe, - 0x0d, - 0x1f, - 0xff, - 0x5c, - 0x26, - 0xff, - 0x4e, - 0x38, - 0xff, - 0x5c, - 0x6e, - 0xff, - 0x06, - 0xa8, - 0x08, - 0x49, - 0x37, - 0x11, - 0xaf, - 0x31, - 0x0a, - 0x94, - 0xfc, - 0x06, - 0x6d, - 0xcf, - 0x05, - 0x1d, - 0x4d, - 0xfe, - 0xdb, - 0x7c, - 0xff, - 0x11, - 0x43, - 0xfe, - 0xec, - 0xbb, - 0xfc, - 0x9a, - 0x4f, - 0x02, - 0x28, - 0x29, - 0x01, - 0x93, - 0xf9, - 0xfd, - 0x0b, - 0xe2, - 0xff, - 0x41, - 0x8f, - 0x02, - 0x35, - 0x55, - 0x01, - 0x6a, - 0xc1, - 0xff, - 0x61, - 0x35, - 0xff, - 0xc5, - 0x16, - 0xfe, - 0x55, - 0x74, - 0x00, - 0x0b, - 0x12, - 0x00, - 0x8a, - 0xc7, - 0xfd, - 0x0f, - 0x94, - 0xff, - 0x38, - 0x11, - 0x00, - 0xcb, - 0xb4, - 0xff, - 0xd2, - 0xbe, - 0x00, - 0x94, - 0x42, - 0x01, - 0x00, - 0xe5, - 0x00, - 0x7f, - 0x66, - 0x01, - 0x89, - 0x68, - 0x02, - 0x66, - 0xc1, - 0x01, - 0xa3, - 0x74, - 0x00, - 0x34, - 0x4e, - 0xff, - 0xbe, - 0x41, - 0xff, - 0xf6, - 0x2c, - 0x00, - 0x0a, - 0x5b, - 0x00, - 0x8c, - 0x74, - 0x00, - 0x98, - 0x33, - 0x00, - 0x42, - 0xfb, - 0xff, - 0x2b, - 0x0a, - 0x00, - 0xb3, - 0xe4, - 0xfe, - 0x72, - 0x4c, - 0xfe, - 0xd4, - 0xef, - 0xfe, - 0x19, - 0x48, - 0xff, - 0x90, - 0xfc, - 0xfe, - 0x44, - 0xae, - 0xfe, - 0x18, - 0x1e, - 0xff, - 0x3a, - 0x64, - 0xff, - 0x8d, - 0x60, - 0xff, - 0x72, - 0xff, - 0xfe, - 0xaf, - 0x6f, - 0xfe, - 0x76, - 0xa4, - 0xfe, - 0x86, - 0xaf, - 0xfe, - 0xf8, - 0x5e, - 0xfe, - 0x19, - 0x40, - 0xfe, - 0x3b, - 0x95, - 0xfe, - 0xea, - 0x22, - 0xff, - 0x7d, - 0x4b, - 0xff, - 0x6f, - 0x2b, - 0xff, - 0x1d, - 0xec, - 0xfe, - 0x5d, - 0xe7, - 0xfe, - 0x35, - 0x20, - 0xff, - 0xc0, - 0x42, - 0xff, - 0x67, - 0x44, - 0xff, - 0x3a, - 0x54, - 0xff, - 0x1c, - 0x4d, - 0x07, - 0xf6, - 0x70, - 0x0f, - 0xeb, - 0x2f, - 0x0a, - 0xdb, - 0xcf, - 0x06, - 0x99, - 0x76, - 0x05, - 0x50, - 0xe2, - 0xfe, - 0x9f, - 0x47, - 0x00, - 0x59, - 0x3e, - 0xff, - 0x83, - 0x9e, - 0xfc, - 0xaf, - 0xcc, - 0x01, - 0xe7, - 0xc4, - 0x01, - 0x6f, - 0xb7, - 0xfe, - 0x15, - 0xa6, - 0xff, - 0xda, - 0xbe, - 0x01, - 0x0e, - 0xb8, - 0x01, - 0x4b, - 0x6e, - 0x00, - 0x27, - 0x1b, - 0xff, - 0x7b, - 0x4f, - 0xfe, - 0x5f, - 0xb5, - 0x00, - 0x0f, - 0x15, - 0x00, - 0x02, - 0xf1, - 0xfd, - 0x8b, - 0xf4, - 0xff, - 0x0a, - 0x43, - 0x00, - 0xc0, - 0x02, - 0x00, - 0xa9, - 0x9c, - 0x01, - 0x1c, - 0xa6, - 0x01, - 0x92, - 0x10, - 0x01, - 0x77, - 0xe8, - 0x01, - 0x7b, - 0x54, - 0x02, - 0x59, - 0x10, - 0x01, - 0x94, - 0xd6, - 0xff, - 0x40, - 0x34, - 0xff, - 0x4d, - 0x4e, - 0xff, - 0xd2, - 0x49, - 0x00, - 0x53, - 0x9a, - 0x00, - 0xd4, - 0xfa, - 0xff, - 0x95, - 0xc4, - 0xff, - 0x03, - 0x30, - 0x00, - 0xec, - 0xeb, - 0xff, - 0x81, - 0xa8, - 0xfe, - 0x20, - 0x67, - 0xfe, - 0xfb, - 0x26, - 0xff, - 0x20, - 0x12, - 0xff, - 0x6b, - 0xc3, - 0xfe, - 0x6c, - 0xfd, - 0xfe, - 0x1b, - 0x4d, - 0xff, - 0x67, - 0x7d, - 0xff, - 0x64, - 0x3c, - 0xff, - 0xac, - 0xb9, - 0xfe, - 0x38, - 0xc6, - 0xfe, - 0x4c, - 0xeb, - 0xfe, - 0x31, - 0xa0, - 0xfe, - 0x3c, - 0x5b, - 0xfe, - 0x86, - 0x60, - 0xfe, - 0x68, - 0xca, - 0xfe, - 0x46, - 0x11, - 0xff, - 0xa4, - 0x33, - 0xff, - 0x4b, - 0x35, - 0xff, - 0xdf, - 0xfd, - 0xfe, - 0x3f, - 0x18, - 0xff, - 0xfd, - 0x30, - 0xff, - 0x5b, - 0x49, - 0xff, - 0x90, - 0x5a, - 0xff, - 0x5c, - 0x59, - 0xff, - 0xed, - 0xfd, - 0x06, - 0xa3, - 0xeb, - 0x0d, - 0xb8, - 0xec, - 0x08, - 0x67, - 0xf0, - 0x06, - 0x91, - 0x6b, - 0x05, - 0x4d, - 0x25, - 0xff, - 0x6e, - 0x74, - 0x00, - 0x24, - 0x21, - 0xff, - 0xc8, - 0x87, - 0xfd, - 0x35, - 0x1e, - 0x02, - 0x79, - 0x56, - 0x01, - 0x00, - 0xac, - 0xfe, - 0x2b, - 0xb3, - 0xff, - 0x99, - 0xdc, - 0x01, - 0xf4, - 0xcf, - 0x01, - 0xc4, - 0x54, - 0x00, - 0xe2, - 0xe2, - 0xfe, - 0x2f, - 0xa4, - 0xfe, - 0x51, - 0x16, - 0x01, - 0xc4, - 0xee, - 0xff, - 0xea, - 0x2c, - 0xfe, - 0x5d, - 0x7b, - 0x00, - 0x4f, - 0xde, - 0x00, - 0xd8, - 0xfd, - 0x00, - 0xfe, - 0x1b, - 0x02, - 0x77, - 0x1c, - 0x01, - 0x35, - 0xc2, - 0x00, - 0x14, - 0xf5, - 0x01, - 0xea, - 0x81, - 0x01, - 0x75, - 0xfb, - 0xff, - 0x1d, - 0x91, - 0xff, - 0x4d, - 0x9f, - 0xff, - 0xd0, - 0x9e, - 0xff, - 0xb8, - 0xef, - 0xff, - 0x35, - 0xf9, - 0xff, - 0xd5, - 0xb9, - 0xff, - 0xf9, - 0xf9, - 0xff, - 0x39, - 0x04, - 0x00, - 0x9d, - 0x1e, - 0xff, - 0xe4, - 0x70, - 0xfe, - 0x94, - 0xe6, - 0xfe, - 0x97, - 0x18, - 0xff, - 0xb8, - 0x94, - 0xfe, - 0xca, - 0xbc, - 0xfe, - 0xdb, - 0x24, - 0xff, - 0xdc, - 0x4d, - 0xff, - 0x1a, - 0x5e, - 0xff, - 0xc9, - 0xfb, - 0xfe, - 0x5d, - 0xb5, - 0xfe, - 0x93, - 0xfe, - 0xfe, - 0xae, - 0x01, - 0xff, - 0x36, - 0x8d, - 0xfe, - 0x48, - 0x5f, - 0xfe, - 0xa5, - 0x75, - 0xfe, - 0x44, - 0xae, - 0xfe, - 0x40, - 0x0a, - 0xff, - 0xfb, - 0x37, - 0xff, - 0x46, - 0x1f, - 0xff, - 0xe6, - 0x1c, - 0xff, - 0xfd, - 0x33, - 0xff, - 0x46, - 0x30, - 0xff, - 0xf8, - 0x48, - 0xff, - 0x16, - 0x5e, - 0xff, - 0x9e, - 0x62, - 0xff, - 0x0d, - 0x54, - 0x07, - 0xc2, - 0x70, - 0x0d, - 0x5c, - 0xbc, - 0x07, - 0x47, - 0x10, - 0x06, - 0x30, - 0xaa, - 0x04, - 0xe4, - 0x94, - 0xff, - 0x67, - 0xf6, - 0x00, - 0x42, - 0x47, - 0xff, - 0x78, - 0x3e, - 0xfe, - 0x17, - 0xf7, - 0x01, - 0xc1, - 0x0c, - 0x01, - 0x55, - 0x0f, - 0xff, - 0xb7, - 0x44, - 0x00, - 0x82, - 0x00, - 0x02, - 0x4f, - 0x0f, - 0x01, - 0x7a, - 0x12, - 0x00, - 0xd8, - 0xa9, - 0xff, - 0xea, - 0x4e, - 0xff, - 0xe0, - 0xd9, - 0x00, - 0x0e, - 0x1c, - 0x00, - 0x84, - 0x91, - 0xff, - 0x8f, - 0x81, - 0x01, - 0x1e, - 0x6c, - 0x01, - 0xb2, - 0x34, - 0x01, - 0x0a, - 0x31, - 0x01, - 0x66, - 0x61, - 0x00, - 0xd2, - 0xd9, - 0x00, - 0x46, - 0x5a, - 0x01, - 0x84, - 0xbc, - 0x00, - 0x73, - 0x0e, - 0x00, - 0x46, - 0xb0, - 0xff, - 0xcd, - 0x74, - 0xff, - 0xcf, - 0x77, - 0xff, - 0xfb, - 0xec, - 0xff, - 0xfb, - 0xdf, - 0xff, - 0x6e, - 0x90, - 0xff, - 0x9b, - 0xd0, - 0xff, - 0xe9, - 0x78, - 0xff, - 0xa1, - 0xd4, - 0xfe, - 0x06, - 0xdc, - 0xfe, - 0x99, - 0xe8, - 0xfe, - 0x16, - 0xab, - 0xfe, - 0x05, - 0xa4, - 0xfe, - 0x5c, - 0xf3, - 0xfe, - 0x70, - 0x2d, - 0xff, - 0xb9, - 0x4a, - 0xff, - 0xd8, - 0x4b, - 0xff, - 0xdf, - 0xfb, - 0xfe, - 0x0e, - 0xf0, - 0xfe, - 0xa1, - 0x37, - 0xff, - 0xec, - 0xd1, - 0xfe, - 0x30, - 0x67, - 0xfe, - 0x50, - 0x8a, - 0xfe, - 0x7b, - 0x91, - 0xfe, - 0xc0, - 0xcc, - 0xfe, - 0x32, - 0x22, - 0xff, - 0x2d, - 0x37, - 0xff, - 0x24, - 0x36, - 0xff, - 0xb6, - 0x47, - 0xff, - 0xb7, - 0x4a, - 0xff, - 0x43, - 0x27, - 0xff, - 0xfc, - 0x4c, - 0xff, - 0xea, - 0x6e, - 0xff, - 0xf6, - 0x5a, - 0xff, - 0xba, - 0x19, - 0x06, - 0x34, - 0x46, - 0x0c, - 0x0f, - 0xa6, - 0x07, - 0xe4, - 0xb6, - 0x05, - 0xfc, - 0x2c, - 0x05, - 0x5b, - 0x01, - 0x00, - 0x72, - 0xb6, - 0x00, - 0x5a, - 0xcc, - 0xff, - 0x74, - 0x88, - 0xfe, - 0x66, - 0x0d, - 0x02, - 0xe3, - 0x54, - 0x01, - 0x21, - 0x38, - 0xff, - 0x56, - 0x18, - 0x00, - 0xfc, - 0xd6, - 0x01, - 0x96, - 0x53, - 0x01, - 0xe9, - 0x4e, - 0x00, - 0x9e, - 0x2a, - 0x00, - 0x73, - 0xe1, - 0xff, - 0x58, - 0x8c, - 0x01, - 0xdd, - 0x51, - 0x01, - 0xed, - 0x2b, - 0x00, - 0x0e, - 0x38, - 0x01, - 0xcf, - 0x18, - 0x01, - 0x99, - 0x99, - 0x00, - 0x37, - 0x38, - 0x00, - 0x91, - 0x2d, - 0x00, - 0xed, - 0xe7, - 0x00, - 0x1a, - 0x0d, - 0x01, - 0x12, - 0xaf, - 0x00, - 0x20, - 0xcd, - 0xff, - 0x00, - 0x73, - 0xff, - 0x3c, - 0x8f, - 0xff, - 0x1e, - 0x70, - 0xff, - 0x33, - 0xd3, - 0xff, - 0xdf, - 0xa4, - 0xff, - 0x62, - 0x5f, - 0xff, - 0x79, - 0x9a, - 0xff, - 0x9e, - 0x1c, - 0xff, - 0x03, - 0xf0, - 0xfe, - 0x8b, - 0x07, - 0xff, - 0x1d, - 0xad, - 0xfe, - 0x35, - 0x89, - 0xfe, - 0x26, - 0xb6, - 0xfe, - 0xbe, - 0x18, - 0xff, - 0x25, - 0x4b, - 0xff, - 0x2b, - 0x60, - 0xff, - 0xdc, - 0x4c, - 0xff, - 0x65, - 0x08, - 0xff, - 0x75, - 0x0d, - 0xff, - 0xee, - 0x04, - 0xff, - 0xff, - 0xb3, - 0xfe, - 0xe1, - 0x99, - 0xfe, - 0x4d, - 0xaf, - 0xfe, - 0xad, - 0xab, - 0xfe, - 0x97, - 0xea, - 0xfe, - 0x57, - 0x33, - 0xff, - 0x37, - 0x48, - 0xff, - 0x7c, - 0x50, - 0xff, - 0x54, - 0x3f, - 0xff, - 0x93, - 0x44, - 0xff, - 0x62, - 0x3d, - 0xff, - 0xb9, - 0x4a, - 0xff, - 0xc9, - 0x6d, - 0xff, - 0xf6, - 0x66, - 0xff, - 0x72, - 0xf5, - 0x05, - 0xd8, - 0x76, - 0x0b, - 0x02, - 0x0c, - 0x07, - 0xbf, - 0x97, - 0x05, - 0x55, - 0xd8, - 0x04, - 0x93, - 0x28, - 0x00, - 0x64, - 0xb7, - 0x00, - 0xc1, - 0xfb, - 0xff, - 0xaa, - 0x86, - 0xff, - 0xe0, - 0x2e, - 0x02, - 0x27, - 0xe3, - 0x00, - 0x5d, - 0x3a, - 0xff, - 0x08, - 0xbe, - 0x00, - 0x0d, - 0x26, - 0x02, - 0x6a, - 0xef, - 0x00, - 0xa2, - 0x28, - 0x01, - 0x40, - 0xd9, - 0x01, - 0xbd, - 0xc6, - 0x00, - 0xbc, - 0x9a, - 0x01, - 0x67, - 0x13, - 0x01, - 0xd2, - 0xca, - 0xff, - 0x15, - 0x94, - 0x00, - 0xed, - 0x8b, - 0x00, - 0x70, - 0xd7, - 0xff, - 0x9a, - 0x0b, - 0x00, - 0x62, - 0xe0, - 0x00, - 0xdc, - 0xa9, - 0x00, - 0xa0, - 0x59, - 0x00, - 0x22, - 0x6f, - 0x00, - 0x42, - 0xb7, - 0xff, - 0xff, - 0x7c, - 0xff, - 0x37, - 0x77, - 0xff, - 0xf2, - 0x63, - 0xff, - 0x3d, - 0xa5, - 0xff, - 0xfe, - 0x63, - 0xff, - 0x4a, - 0x4e, - 0xff, - 0x88, - 0x43, - 0xff, - 0xb2, - 0xfd, - 0xfe, - 0xda, - 0x1d, - 0xff, - 0x13, - 0xdf, - 0xfe, - 0x33, - 0x81, - 0xfe, - 0x6b, - 0xb4, - 0xfe, - 0x8e, - 0x0c, - 0xff, - 0xf2, - 0x42, - 0xff, - 0x22, - 0x5c, - 0xff, - 0xa4, - 0x75, - 0xff, - 0xa3, - 0x35, - 0xff, - 0xf8, - 0xe1, - 0xfe, - 0x7d, - 0xf6, - 0xfe, - 0xcc, - 0xfd, - 0xfe, - 0x82, - 0xd5, - 0xfe, - 0xb1, - 0xc9, - 0xfe, - 0xd5, - 0xd0, - 0xfe, - 0x04, - 0xe1, - 0xfe, - 0x8c, - 0x15, - 0xff, - 0x22, - 0x37, - 0xff, - 0x78, - 0x45, - 0xff, - 0x9d, - 0x4a, - 0xff, - 0x9e, - 0x4c, - 0xff, - 0x1d, - 0x55, - 0xff, - 0x5e, - 0x46, - 0xff, - 0x1c, - 0x58, - 0xff, - 0xa8, - 0x6f, - 0xff, - 0x56, - 0x77, - 0xff, - 0xec, - 0x5a, - 0x06, - 0xb6, - 0x12, - 0x0b, - 0x85, - 0x87, - 0x06, - 0x26, - 0x45, - 0x05, - 0x2d, - 0xa1, - 0x03, - 0x28, - 0x36, - 0x00, - 0x66, - 0xa6, - 0x01, - 0x35, - 0x69, - 0x00, - 0x7d, - 0x86, - 0xff, - 0xc6, - 0xc7, - 0x01, - 0x89, - 0x5e, - 0x01, - 0x04, - 0xe3, - 0xff, - 0x1c, - 0xf3, - 0x00, - 0xa1, - 0xc8, - 0x02, - 0xd3, - 0x67, - 0x02, - 0x98, - 0x5a, - 0x02, - 0xa4, - 0xad, - 0x01, - 0xf7, - 0x21, - 0x00, - 0x40, - 0xa2, - 0x00, - 0xf9, - 0x31, - 0x00, - 0x4b, - 0x6d, - 0xff, - 0xb7, - 0x54, - 0x00, - 0xcd, - 0x67, - 0x00, - 0x74, - 0xc7, - 0xff, - 0x33, - 0x15, - 0x00, - 0xa9, - 0x7e, - 0x00, - 0xfe, - 0x6d, - 0x00, - 0xc4, - 0x5a, - 0x00, - 0x71, - 0xe2, - 0xff, - 0xed, - 0x71, - 0xff, - 0xed, - 0x64, - 0xff, - 0x75, - 0x5c, - 0xff, - 0xf4, - 0x75, - 0xff, - 0x0f, - 0x52, - 0xff, - 0x13, - 0x16, - 0xff, - 0x5d, - 0x21, - 0xff, - 0xe6, - 0x10, - 0xff, - 0x4e, - 0x16, - 0xff, - 0x7f, - 0x11, - 0xff, - 0xf3, - 0xa5, - 0xfe, - 0x02, - 0xb4, - 0xfe, - 0xb8, - 0x16, - 0xff, - 0x3e, - 0x1e, - 0xff, - 0xb0, - 0x4b, - 0xff, - 0x71, - 0x70, - 0xff, - 0x1f, - 0x28, - 0xff, - 0xc3, - 0xdd, - 0xfe, - 0xba, - 0xf3, - 0xfe, - 0xa8, - 0x18, - 0xff, - 0x6a, - 0xfd, - 0xfe, - 0xb8, - 0xf9, - 0xfe, - 0x40, - 0xf5, - 0xfe, - 0xfb, - 0xe0, - 0xfe, - 0x57, - 0xfc, - 0xfe, - 0xb5, - 0x15, - 0xff, - 0x8d, - 0x35, - 0xff, - 0x29, - 0x48, - 0xff, - 0x1d, - 0x49, - 0xff, - 0x7f, - 0x6c, - 0xff, - 0x9c, - 0x4d, - 0xff, - 0xcb, - 0x3e, - 0xff, - 0xe1, - 0x77, - 0xff, - 0x56, - 0x6d, - 0xff, - 0xa0, - 0x58, - 0xff, - 0xdb, - 0xf2, - 0x05, - 0xe4, - 0x18, - 0x0a, - 0x28, - 0x39, - 0x06, - 0x79, - 0xda, - 0x05, - 0xe1, - 0x0e, - 0x04, - 0xad, - 0x27, - 0x00, - 0x40, - 0x02, - 0x01, - 0x87, - 0x9a, - 0x00, - 0x13, - 0x08, - 0x01, - 0x33, - 0x21, - 0x02, - 0x31, - 0xfe, - 0x00, - 0x55, - 0x37, - 0x01, - 0x4d, - 0xf1, - 0x02, - 0xc0, - 0x89, - 0x03, - 0x8c, - 0x04, - 0x02, - 0x52, - 0x7e, - 0x01, - 0x3a, - 0x9e, - 0x00, - 0x5b, - 0x2b, - 0xff, - 0x93, - 0x18, - 0x00, - 0xa8, - 0x05, - 0x00, - 0x7e, - 0xb7, - 0xff, - 0x43, - 0x72, - 0x00, - 0x9d, - 0xd4, - 0xff, - 0xb4, - 0xa2, - 0xff, - 0xa9, - 0x3e, - 0x00, - 0x35, - 0x6b, - 0x00, - 0x13, - 0x41, - 0x00, - 0x62, - 0xce, - 0xff, - 0xbb, - 0x9c, - 0xff, - 0x12, - 0x67, - 0xff, - 0x8e, - 0x47, - 0xff, - 0x4a, - 0x7f, - 0xff, - 0xcc, - 0x42, - 0xff, - 0x49, - 0xfe, - 0xfe, - 0x3f, - 0x05, - 0xff, - 0xe3, - 0x14, - 0xff, - 0x9b, - 0x20, - 0xff, - 0xe5, - 0x21, - 0xff, - 0xb6, - 0x26, - 0xff, - 0x1e, - 0xe0, - 0xfe, - 0xb1, - 0xd6, - 0xfe, - 0x9f, - 0x14, - 0xff, - 0x37, - 0x2b, - 0xff, - 0x77, - 0x4a, - 0xff, - 0xd8, - 0x29, - 0xff, - 0x71, - 0x0c, - 0xff, - 0x59, - 0x0e, - 0xff, - 0xe9, - 0x0a, - 0xff, - 0x15, - 0x28, - 0xff, - 0xb0, - 0x29, - 0xff, - 0x70, - 0x0e, - 0xff, - 0x7d, - 0xfb, - 0xfe, - 0x26, - 0xfc, - 0xfe, - 0xd4, - 0x01, - 0xff, - 0x90, - 0x18, - 0xff, - 0x82, - 0x45, - 0xff, - 0x30, - 0x5b, - 0xff, - 0x82, - 0x5a, - 0xff, - 0xf1, - 0x5e, - 0xff, - 0x49, - 0x65, - 0xff, - 0x4e, - 0x59, - 0xff, - 0xd1, - 0x55, - 0xff, - 0xfc, - 0x5b, - 0xff, - 0xc1, - 0x4d, - 0xff, - 0x32, - 0xa1, - 0x05, - 0x40, - 0x43, - 0x0a, - 0x3e, - 0xe1, - 0x06, - 0xcf, - 0x68, - 0x05, - 0xe5, - 0xe0, - 0x02, - 0xcc, - 0x08, - 0x00, - 0x44, - 0x32, - 0x02, - 0x00, - 0x8a, - 0x01, - 0x17, - 0x75, - 0x01, - 0x56, - 0x72, - 0x03, - 0x23, - 0x02, - 0x03, - 0xbb, - 0x17, - 0x02, - 0x25, - 0x34, - 0x02, - 0x2a, - 0x70, - 0x02, - 0x3b, - 0xb0, - 0x00, - 0xbf, - 0x04, - 0x00, - 0xfb, - 0x06, - 0x00, - 0x0b, - 0x5c, - 0xff, - 0x9b, - 0x4f, - 0x00, - 0x1c, - 0xeb, - 0xff, - 0x93, - 0x6c, - 0xff, - 0x2e, - 0x2f, - 0x00, - 0xfe, - 0xf1, - 0xff, - 0xa8, - 0xe0, - 0xff, - 0x6b, - 0x17, - 0x00, - 0xf8, - 0x28, - 0x00, - 0x4e, - 0xb4, - 0xff, - 0xa0, - 0x5c, - 0xff, - 0x75, - 0xaa, - 0xff, - 0x51, - 0x51, - 0xff, - 0x8a, - 0x50, - 0xff, - 0xbc, - 0x6b, - 0xff, - 0x0c, - 0xea, - 0xfe, - 0x76, - 0xfa, - 0xfe, - 0x70, - 0x1b, - 0xff, - 0x7f, - 0x2f, - 0xff, - 0x41, - 0x4a, - 0xff, - 0x5c, - 0x45, - 0xff, - 0x8e, - 0x2c, - 0xff, - 0x58, - 0xcd, - 0xfe, - 0x2a, - 0xe3, - 0xfe, - 0xcf, - 0x0c, - 0xff, - 0xf0, - 0x1a, - 0xff, - 0x2c, - 0x42, - 0xff, - 0xc0, - 0x1f, - 0xff, - 0x62, - 0x31, - 0xff, - 0x56, - 0x2d, - 0xff, - 0x66, - 0x18, - 0xff, - 0x93, - 0x3c, - 0xff, - 0x1d, - 0x2d, - 0xff, - 0xb4, - 0x14, - 0xff, - 0x2e, - 0x02, - 0xff, - 0xcd, - 0x03, - 0xff, - 0xe8, - 0x1a, - 0xff, - 0x46, - 0x2d, - 0xff, - 0x32, - 0x52, - 0xff, - 0xde, - 0x5e, - 0xff, - 0xe8, - 0x64, - 0xff, - 0xb8, - 0x79, - 0xff, - 0xec, - 0x4f, - 0xff, - 0xcc, - 0x38, - 0xff, - 0x0f, - 0x60, - 0xff, - 0xf6, - 0x4b, - 0xff, - 0xfb, - 0x38, - 0xff, - 0x6b, - 0xc7, - 0x05, - 0xe5, - 0x32, - 0x0a, - 0xe9, - 0xcf, - 0x06, - 0x94, - 0x72, - 0x05, - 0x50, - 0xb1, - 0x02, - 0x76, - 0x16, - 0x00, - 0x33, - 0x19, - 0x03, - 0x04, - 0x3e, - 0x04, - 0xf4, - 0x1a, - 0x04, - 0xe3, - 0x20, - 0x03, - 0x15, - 0xc3, - 0x01, - 0x8b, - 0x43, - 0x01, - 0x37, - 0x86, - 0x00, - 0xb8, - 0x11, - 0x01, - 0x78, - 0x36, - 0x00, - 0xbf, - 0xaa, - 0xff, - 0xa2, - 0x4d, - 0x00, - 0x2e, - 0x6a, - 0xff, - 0x37, - 0x80, - 0xff, - 0x6c, - 0xe7, - 0xff, - 0xca, - 0xd6, - 0xff, - 0xaa, - 0x0a, - 0x00, - 0x53, - 0xef, - 0xff, - 0x45, - 0xb8, - 0xff, - 0x6c, - 0x96, - 0xff, - 0x66, - 0xd3, - 0xff, - 0x49, - 0x85, - 0xff, - 0xe5, - 0x1f, - 0xff, - 0x33, - 0x75, - 0xff, - 0xae, - 0x5a, - 0xff, - 0x74, - 0x3e, - 0xff, - 0xac, - 0x4c, - 0xff, - 0xc6, - 0x00, - 0xff, - 0x10, - 0xec, - 0xfe, - 0xe3, - 0x30, - 0xff, - 0x05, - 0x73, - 0xff, - 0x63, - 0x62, - 0xff, - 0x6b, - 0x26, - 0xff, - 0x82, - 0xd9, - 0xfe, - 0x26, - 0xbe, - 0xfe, - 0x6f, - 0xf4, - 0xfe, - 0x8e, - 0x0a, - 0xff, - 0x30, - 0x2d, - 0xff, - 0xcb, - 0x3e, - 0xff, - 0xfd, - 0x3b, - 0xff, - 0xee, - 0x3d, - 0xff, - 0xb9, - 0x1f, - 0xff, - 0xe6, - 0x33, - 0xff, - 0xc8, - 0x31, - 0xff, - 0x20, - 0x21, - 0xff, - 0xb2, - 0x21, - 0xff, - 0x65, - 0x05, - 0xff, - 0x7e, - 0x0f, - 0xff, - 0x21, - 0x1f, - 0xff, - 0x18, - 0x3f, - 0xff, - 0x08, - 0x65, - 0xff, - 0xc6, - 0x62, - 0xff, - 0x08, - 0x69, - 0xff, - 0xb3, - 0x55, - 0xff, - 0x23, - 0x3a, - 0xff, - 0xfb, - 0x47, - 0xff, - 0xe1, - 0x43, - 0xff, - 0x24, - 0x44, - 0xff, - 0x57, - 0x5c, - 0xff, - 0xd5, - 0x9b, - 0x05, - 0x59, - 0xe4, - 0x09, - 0x4c, - 0xb8, - 0x06, - 0xb2, - 0xbb, - 0x05, - 0x51, - 0x40, - 0x04, - 0x77, - 0x97, - 0x02, - 0x46, - 0x44, - 0x04, - 0x7d, - 0x55, - 0x04, - 0x92, - 0x45, - 0x04, - 0xe5, - 0x21, - 0x02, - 0x20, - 0x2c, - 0xff, - 0xc5, - 0x67, - 0xff, - 0xaf, - 0xaa, - 0x00, - 0x19, - 0x4f, - 0x01, - 0xfd, - 0xc8, - 0xff, - 0x95, - 0x39, - 0xff, - 0xea, - 0xd6, - 0xff, - 0xfa, - 0x6c, - 0xff, - 0x1b, - 0xb0, - 0xff, - 0x00, - 0xc2, - 0xff, - 0x1b, - 0xcd, - 0xff, - 0xcb, - 0xe3, - 0xff, - 0x60, - 0x7e, - 0xff, - 0xf5, - 0x7f, - 0xff, - 0x1f, - 0x91, - 0xff, - 0xef, - 0x5f, - 0xff, - 0x9d, - 0xff, - 0xfe, - 0x42, - 0x27, - 0xff, - 0x60, - 0x65, - 0xff, - 0x2a, - 0x3d, - 0xff, - 0x0c, - 0x6e, - 0xff, - 0x3d, - 0x33, - 0xff, - 0x24, - 0xe2, - 0xfe, - 0xa8, - 0x2f, - 0xff, - 0x07, - 0x4f, - 0xff, - 0x81, - 0x47, - 0xff, - 0xf4, - 0x25, - 0xff, - 0xdc, - 0xf1, - 0xfe, - 0x13, - 0xc2, - 0xfe, - 0x1d, - 0xb5, - 0xfe, - 0x38, - 0x0e, - 0xff, - 0x85, - 0x30, - 0xff, - 0x37, - 0x17, - 0xff, - 0x39, - 0x30, - 0xff, - 0x67, - 0x45, - 0xff, - 0x79, - 0x36, - 0xff, - 0xd3, - 0x22, - 0xff, - 0x86, - 0x2d, - 0xff, - 0x4f, - 0x28, - 0xff, - 0xa9, - 0x12, - 0xff, - 0xdf, - 0x18, - 0xff, - 0x83, - 0x13, - 0xff, - 0x2c, - 0x08, - 0xff, - 0xd6, - 0x31, - 0xff, - 0xa8, - 0x59, - 0xff, - 0xc1, - 0x55, - 0xff, - 0xbc, - 0x58, - 0xff, - 0x41, - 0x51, - 0xff, - 0xc3, - 0x3d, - 0xff, - 0x8c, - 0x30, - 0xff, - 0x5c, - 0x40, - 0xff, - 0xeb, - 0x56, - 0xff, - 0x5a, - 0x47, - 0xff, - 0xd4, - 0x4b, - 0xff, - 0xbd, - 0xc3, - 0x04, - 0x90, - 0x5f, - 0x0a, - 0x39, - 0x77, - 0x09, - 0x05, - 0x92, - 0x07, - 0x17, - 0x3e, - 0x05, - 0x3f, - 0xff, - 0x02, - 0xf0, - 0xeb, - 0x03, - 0xdc, - 0xd3, - 0x03, - 0x82, - 0x02, - 0x02, - 0x09, - 0x0b, - 0x00, - 0x9c, - 0xe5, - 0xff, - 0x3f, - 0x31, - 0x00, - 0x00, - 0xe9, - 0xff, - 0x7c, - 0xb8, - 0x00, - 0x4b, - 0xcd, - 0xff, - 0xcb, - 0x7a, - 0xff, - 0xa8, - 0x2c, - 0x00, - 0x9d, - 0x3b, - 0xff, - 0x39, - 0x99, - 0xff, - 0x37, - 0x13, - 0x00, - 0x47, - 0x8b, - 0xff, - 0x6d, - 0x9d, - 0xff, - 0x03, - 0xc5, - 0xff, - 0xd2, - 0x91, - 0xff, - 0x1d, - 0x2a, - 0xff, - 0x8b, - 0x0f, - 0xff, - 0xa2, - 0x18, - 0xff, - 0xb0, - 0x4f, - 0xff, - 0xa5, - 0x97, - 0xff, - 0x30, - 0x73, - 0xff, - 0xa4, - 0x6b, - 0xff, - 0xd2, - 0x4c, - 0xff, - 0xdd, - 0x1a, - 0xff, - 0x2f, - 0x4b, - 0xff, - 0x00, - 0x4e, - 0xff, - 0xcc, - 0x22, - 0xff, - 0xc6, - 0x0a, - 0xff, - 0x06, - 0x06, - 0xff, - 0xd6, - 0xf7, - 0xfe, - 0xcb, - 0xe9, - 0xfe, - 0xdb, - 0x27, - 0xff, - 0x53, - 0x36, - 0xff, - 0xc7, - 0x25, - 0xff, - 0xef, - 0x48, - 0xff, - 0x59, - 0x56, - 0xff, - 0x0d, - 0x4a, - 0xff, - 0x37, - 0x2e, - 0xff, - 0xfc, - 0x36, - 0xff, - 0x3a, - 0x34, - 0xff, - 0xa4, - 0x11, - 0xff, - 0x44, - 0x1a, - 0xff, - 0x37, - 0x36, - 0xff, - 0x81, - 0x49, - 0xff, - 0x4b, - 0x3f, - 0xff, - 0x1d, - 0x4d, - 0xff, - 0xbf, - 0x6a, - 0xff, - 0x9c, - 0x52, - 0xff, - 0x91, - 0x34, - 0xff, - 0x64, - 0x3d, - 0xff, - 0x15, - 0x5b, - 0xff, - 0xb9, - 0x5c, - 0xff, - 0xbe, - 0x47, - 0xff, - 0x65, - 0x52, - 0xff, - 0xe9, - 0x5a, - 0xff, - 0x86, - 0xd5, - 0x04, - 0x66, - 0xc6, - 0x0d, - 0x58, - 0xb8, - 0x0d, - 0x5c, - 0x5c, - 0x06, - 0x51, - 0x91, - 0x02, - 0x3b, - 0x40, - 0x02, - 0x2b, - 0x56, - 0x03, - 0x39, - 0x03, - 0x02, - 0x15, - 0xad, - 0x00, - 0x95, - 0xa6, - 0x01, - 0x9e, - 0x13, - 0x00, - 0xd4, - 0xee, - 0xfe, - 0x9a, - 0xb1, - 0xff, - 0x58, - 0xb2, - 0x00, - 0x4a, - 0xe1, - 0x00, - 0xba, - 0x2b, - 0xff, - 0x34, - 0x44, - 0xff, - 0x94, - 0xfa, - 0xff, - 0x50, - 0x5a, - 0xff, - 0xd9, - 0x63, - 0xff, - 0xa6, - 0xc6, - 0xff, - 0xad, - 0xe1, - 0xff, - 0x33, - 0x8d, - 0xff, - 0xed, - 0x3f, - 0xff, - 0xa5, - 0x0b, - 0xff, - 0x56, - 0xff, - 0xfe, - 0x66, - 0x4f, - 0xff, - 0xa3, - 0x73, - 0xff, - 0x93, - 0x8a, - 0xff, - 0x4e, - 0x8c, - 0xff, - 0xe4, - 0x65, - 0xff, - 0x5b, - 0x3e, - 0xff, - 0x7e, - 0x30, - 0xff, - 0xc6, - 0x35, - 0xff, - 0x69, - 0x23, - 0xff, - 0x49, - 0x26, - 0xff, - 0xfb, - 0x38, - 0xff, - 0x9e, - 0x19, - 0xff, - 0x51, - 0xfb, - 0xfe, - 0x60, - 0x12, - 0xff, - 0xff, - 0x0d, - 0xff, - 0xf3, - 0x20, - 0xff, - 0xcc, - 0x5d, - 0xff, - 0x63, - 0x51, - 0xff, - 0x07, - 0x3e, - 0xff, - 0xf5, - 0x4c, - 0xff, - 0x02, - 0x43, - 0xff, - 0x66, - 0x2a, - 0xff, - 0x32, - 0x21, - 0xff, - 0x71, - 0x1d, - 0xff, - 0xd2, - 0x37, - 0xff, - 0x94, - 0x58, - 0xff, - 0xc1, - 0x40, - 0xff, - 0x5a, - 0x41, - 0xff, - 0x9f, - 0x55, - 0xff, - 0x24, - 0x45, - 0xff, - 0x9f, - 0x46, - 0xff, - 0xe6, - 0x51, - 0xff, - 0x43, - 0x4f, - 0xff, - 0x9c, - 0x5b, - 0xff, - 0xef, - 0x61, - 0xff, - 0x45, - 0x4b, - 0xff, - 0x4b, - 0x43, - 0xff, - 0x25, - 0x3d, - 0xff, - 0x4e, - 0x0a, - 0x06, - 0x6f, - 0x12, - 0x0f, - 0x00, - 0x96, - 0x0c, - 0x3b, - 0xbf, - 0x05, - 0xbc, - 0x35, - 0x03, - 0x12, - 0x66, - 0x00, - 0xf2, - 0x4c, - 0x01, - 0x83, - 0xa2, - 0x03, - 0xeb, - 0x61, - 0x02, - 0x88, - 0xf8, - 0xff, - 0x76, - 0x3c, - 0xff, - 0x09, - 0xa3, - 0x00, - 0xcb, - 0x33, - 0x00, - 0xd2, - 0xe7, - 0xff, - 0xd2, - 0x96, - 0x00, - 0x94, - 0xbc, - 0xff, - 0x58, - 0x82, - 0xff, - 0xa6, - 0x50, - 0xff, - 0xf9, - 0x1d, - 0xff, - 0x97, - 0x70, - 0xff, - 0x83, - 0xb1, - 0xff, - 0xed, - 0xd8, - 0xff, - 0x28, - 0x7b, - 0xff, - 0x9a, - 0x62, - 0xff, - 0xd2, - 0x0e, - 0xff, - 0xee, - 0xf9, - 0xfe, - 0xf2, - 0x80, - 0xff, - 0xb3, - 0x68, - 0xff, - 0xbf, - 0x5e, - 0xff, - 0x69, - 0x66, - 0xff, - 0x8c, - 0x56, - 0xff, - 0x74, - 0x55, - 0xff, - 0x4a, - 0x2a, - 0xff, - 0x31, - 0x1a, - 0xff, - 0xfa, - 0x28, - 0xff, - 0xf9, - 0x57, - 0xff, - 0x78, - 0x53, - 0xff, - 0x4c, - 0x1e, - 0xff, - 0xb7, - 0x13, - 0xff, - 0xd5, - 0x06, - 0xff, - 0x28, - 0xf9, - 0xfe, - 0x86, - 0x22, - 0xff, - 0xa0, - 0x5e, - 0xff, - 0x0c, - 0x51, - 0xff, - 0x28, - 0x3c, - 0xff, - 0xc2, - 0x3e, - 0xff, - 0x1d, - 0x37, - 0xff, - 0x00, - 0x3d, - 0xff, - 0xa3, - 0x2d, - 0xff, - 0x4f, - 0x28, - 0xff, - 0xcb, - 0x36, - 0xff, - 0x3b, - 0x4c, - 0xff, - 0xf7, - 0x4d, - 0xff, - 0xc0, - 0x32, - 0xff, - 0x40, - 0x43, - 0xff, - 0xc6, - 0x49, - 0xff, - 0x11, - 0x49, - 0xff, - 0xcf, - 0x60, - 0xff, - 0x4b, - 0x5e, - 0xff, - 0x41, - 0x59, - 0xff, - 0xb4, - 0x4e, - 0xff, - 0xfa, - 0x3e, - 0xff, - 0x54, - 0x40, - 0xff, - 0x19, - 0x3b, - 0xff, - 0x6e, - 0xed, - 0x04, - 0x46, - 0x49, - 0x0c, - 0xf5, - 0xa2, - 0x0b, - 0x6b, - 0xff, - 0x06, - 0xd0, - 0x3d, - 0x03, - 0x73, - 0x95, - 0x00, - 0x78, - 0x53, - 0x02, - 0xb0, - 0xb3, - 0x03, - 0x4f, - 0x3c, - 0x02, - 0xfd, - 0x98, - 0x00, - 0x54, - 0xe9, - 0xff, - 0x2b, - 0xd0, - 0x00, - 0x20, - 0x00, - 0x01, - 0xa7, - 0x8a, - 0x00, - 0x2f, - 0x1c, - 0x00, - 0x36, - 0xea, - 0xff, - 0x6c, - 0xfc, - 0xff, - 0x46, - 0x35, - 0xff, - 0x4e, - 0x23, - 0xff, - 0xa1, - 0x5f, - 0xff, - 0x42, - 0x38, - 0xff, - 0xbc, - 0x92, - 0xff, - 0x51, - 0xe6, - 0xff, - 0x04, - 0xa5, - 0xff, - 0x17, - 0x06, - 0xff, - 0xbb, - 0x5d, - 0xff, - 0x18, - 0xa7, - 0xff, - 0xe7, - 0x3b, - 0xff, - 0x5d, - 0x46, - 0xff, - 0x27, - 0x35, - 0xff, - 0x2c, - 0x3c, - 0xff, - 0xaf, - 0x3f, - 0xff, - 0xbc, - 0x2c, - 0xff, - 0x46, - 0x4a, - 0xff, - 0x67, - 0x2c, - 0xff, - 0x18, - 0x53, - 0xff, - 0xf0, - 0x7b, - 0xff, - 0x0d, - 0x5b, - 0xff, - 0xec, - 0x2a, - 0xff, - 0x86, - 0x05, - 0xff, - 0xa1, - 0x17, - 0xff, - 0x7a, - 0x08, - 0xff, - 0xd5, - 0x1d, - 0xff, - 0x0d, - 0x6d, - 0xff, - 0xd0, - 0x59, - 0xff, - 0x53, - 0x10, - 0xff, - 0x82, - 0x27, - 0xff, - 0xfe, - 0x65, - 0xff, - 0x1d, - 0x46, - 0xff, - 0xdb, - 0x20, - 0xff, - 0xa9, - 0x41, - 0xff, - 0x05, - 0x5d, - 0xff, - 0x1f, - 0x2d, - 0xff, - 0x6c, - 0x1b, - 0xff, - 0x91, - 0x60, - 0xff, - 0x65, - 0x55, - 0xff, - 0x64, - 0x30, - 0xff, - 0xf0, - 0x64, - 0xff, - 0x48, - 0x87, - 0xff, - 0x9e, - 0x53, - 0xff, - 0xde, - 0x27, - 0xff, - 0xff, - 0x4e, - 0xff, - 0x41, - 0x57, - 0xff, - 0x18, - 0x25, - 0xff, - 0x45, - 0xad, - 0x04, - 0x89, - 0xc6, - 0x0b, - 0x6c, - 0x3c, - 0x0a, - 0xb2, - 0x96, - 0x04, - 0xd5, - 0xcc, - 0x02, - 0x00, - 0x5f, - 0x02, - 0x4a, - 0xba, - 0x02, - 0x4b, - 0xcb, - 0x02, - 0x05, - 0x57, - 0x02, - 0xc1, - 0xf2, - 0x01, - 0xc1, - 0xb8, - 0x00, - 0x4b, - 0x7d, - 0x00, - 0x71, - 0x8b, - 0x01, - 0xfb, - 0xc0, - 0x01, - 0x83, - 0xa9, - 0x00, - 0xde, - 0x0f, - 0x00, - 0x29, - 0x1c, - 0x00, - 0xc4, - 0xc0, - 0xff, - 0x90, - 0x4f, - 0xff, - 0x52, - 0xfd, - 0xfe, - 0xd0, - 0x5d, - 0xff, - 0xe5, - 0x98, - 0xff, - 0x2c, - 0x61, - 0xff, - 0x1c, - 0xab, - 0xff, - 0x4d, - 0xb7, - 0xff, - 0x30, - 0xa8, - 0xff, - 0x1c, - 0xa4, - 0xff, - 0x28, - 0x91, - 0xff, - 0xb1, - 0x76, - 0xff, - 0x8e, - 0x0f, - 0xff, - 0x5b, - 0xff, - 0xfe, - 0xeb, - 0x16, - 0xff, - 0x03, - 0x32, - 0xff, - 0x6d, - 0x4d, - 0xff, - 0xd7, - 0x35, - 0xff, - 0xb0, - 0x73, - 0xff, - 0x2c, - 0x93, - 0xff, - 0x31, - 0x73, - 0xff, - 0x1d, - 0x69, - 0xff, - 0x5c, - 0x45, - 0xff, - 0x78, - 0x32, - 0xff, - 0x6a, - 0x19, - 0xff, - 0x6b, - 0x1c, - 0xff, - 0xe2, - 0x46, - 0xff, - 0x5e, - 0x4d, - 0xff, - 0x06, - 0x39, - 0xff, - 0x82, - 0x23, - 0xff, - 0xa5, - 0x47, - 0xff, - 0x97, - 0x59, - 0xff, - 0xba, - 0x44, - 0xff, - 0x4b, - 0x59, - 0xff, - 0xf6, - 0x51, - 0xff, - 0xfa, - 0x3c, - 0xff, - 0xd8, - 0x32, - 0xff, - 0x00, - 0x37, - 0xff, - 0x46, - 0x5d, - 0xff, - 0x7a, - 0x62, - 0xff, - 0x33, - 0x66, - 0xff, - 0xe4, - 0x74, - 0xff, - 0x73, - 0x58, - 0xff, - 0xce, - 0x3b, - 0xff, - 0x4c, - 0x4a, - 0xff, - 0xa2, - 0x59, - 0xff, - 0x9a, - 0x2f, - 0xff, - 0xa6, - 0x38, - 0x04, - 0x84, - 0xfc, - 0x0a, - 0x10, - 0x5d, - 0x09, - 0x2a, - 0x79, - 0x03, - 0x34, - 0xe3, - 0x02, - 0x3b, - 0x4d, - 0x03, - 0xe5, - 0xd3, - 0x01, - 0x62, - 0x5d, - 0x01, - 0x03, - 0xa8, - 0x02, - 0x70, - 0x99, - 0x02, - 0x12, - 0x17, - 0x01, - 0x57, - 0x68, - 0x01, - 0xdf, - 0xdc, - 0x01, - 0x3a, - 0x6b, - 0x01, - 0xc3, - 0x7b, - 0x01, - 0x46, - 0x73, - 0x01, - 0xdd, - 0x8a, - 0x00, - 0xae, - 0xa7, - 0xff, - 0x38, - 0xed, - 0xff, - 0xe3, - 0xbd, - 0xff, - 0x99, - 0xf1, - 0xfe, - 0x38, - 0x22, - 0xff, - 0x23, - 0xa9, - 0xff, - 0x44, - 0xb7, - 0xff, - 0x14, - 0x59, - 0xff, - 0x07, - 0xb5, - 0xff, - 0x71, - 0x55, - 0x00, - 0x15, - 0xc5, - 0xff, - 0x23, - 0x6e, - 0xff, - 0xc3, - 0x7f, - 0xff, - 0x47, - 0x15, - 0xff, - 0xb9, - 0xe0, - 0xfe, - 0x21, - 0xf4, - 0xfe, - 0xa8, - 0x1e, - 0xff, - 0xbe, - 0x50, - 0xff, - 0x16, - 0x6e, - 0xff, - 0x0f, - 0x71, - 0xff, - 0x3b, - 0x84, - 0xff, - 0x29, - 0x9f, - 0xff, - 0x1f, - 0x6c, - 0xff, - 0x52, - 0x6d, - 0xff, - 0xee, - 0x6f, - 0xff, - 0xb5, - 0x2b, - 0xff, - 0x0a, - 0x2d, - 0xff, - 0x70, - 0x36, - 0xff, - 0xca, - 0x2b, - 0xff, - 0x46, - 0x33, - 0xff, - 0x65, - 0x51, - 0xff, - 0x58, - 0x3d, - 0xff, - 0x1e, - 0x36, - 0xff, - 0xe2, - 0x7e, - 0xff, - 0x51, - 0x58, - 0xff, - 0xd1, - 0x40, - 0xff, - 0x41, - 0x51, - 0xff, - 0xe2, - 0x31, - 0xff, - 0x89, - 0x60, - 0xff, - 0x48, - 0x73, - 0xff, - 0x2d, - 0x6b, - 0xff, - 0x71, - 0x6a, - 0xff, - 0x1d, - 0x55, - 0xff, - 0xf4, - 0x48, - 0xff, - 0x16, - 0x48, - 0xff, - 0x27, - 0x63, - 0xff, - 0x23, - 0x43, - 0xff, - 0xd1, - 0xcf, - 0x03, - 0x24, - 0x0e, - 0x0a, - 0x3c, - 0xc3, - 0x08, - 0xdc, - 0xa6, - 0x03, - 0x18, - 0x64, - 0x03, - 0xf6, - 0x63, - 0x03, - 0x49, - 0x0d, - 0x01, - 0xdb, - 0x88, - 0x00, - 0x29, - 0x8a, - 0x02, - 0xb6, - 0x6f, - 0x02, - 0x92, - 0x8f, - 0x00, - 0xdf, - 0x22, - 0x01, - 0x3d, - 0x3c, - 0x02, - 0xfa, - 0x3f, - 0x02, - 0x39, - 0xbf, - 0x01, - 0xa3, - 0x24, - 0x01, - 0x07, - 0x1f, - 0x01, - 0xa1, - 0xf3, - 0x00, - 0x2e, - 0x57, - 0x00, - 0x38, - 0xbf, - 0xff, - 0x03, - 0xb0, - 0xff, - 0xf7, - 0x8a, - 0xff, - 0xb8, - 0x2d, - 0xff, - 0xe7, - 0x5c, - 0xff, - 0x2c, - 0x9b, - 0xff, - 0x59, - 0xc7, - 0xff, - 0x5b, - 0xcd, - 0xff, - 0xf5, - 0xe6, - 0xff, - 0x0c, - 0x12, - 0x00, - 0x6a, - 0x8f, - 0xff, - 0xb4, - 0x2a, - 0xff, - 0x0c, - 0x3a, - 0xff, - 0xad, - 0xfc, - 0xfe, - 0xd9, - 0xc3, - 0xfe, - 0xb2, - 0x08, - 0xff, - 0x4b, - 0x66, - 0xff, - 0x90, - 0x64, - 0xff, - 0x52, - 0x51, - 0xff, - 0xef, - 0x6e, - 0xff, - 0x8f, - 0x80, - 0xff, - 0xc9, - 0x97, - 0xff, - 0x2f, - 0x98, - 0xff, - 0x4a, - 0x7c, - 0xff, - 0xbb, - 0x61, - 0xff, - 0xbc, - 0x2a, - 0xff, - 0x29, - 0x1a, - 0xff, - 0x5d, - 0x14, - 0xff, - 0x73, - 0x28, - 0xff, - 0xdd, - 0x47, - 0xff, - 0xb8, - 0x38, - 0xff, - 0x25, - 0x5c, - 0xff, - 0x57, - 0x53, - 0xff, - 0x32, - 0x40, - 0xff, - 0x65, - 0x4c, - 0xff, - 0x7f, - 0x46, - 0xff, - 0x2b, - 0x7b, - 0xff, - 0xe1, - 0x77, - 0xff, - 0x15, - 0x62, - 0xff, - 0x0d, - 0x5f, - 0xff, - 0xe0, - 0x43, - 0xff, - 0x9f, - 0x4b, - 0xff, - 0xd0, - 0x47, - 0xff, - 0x96, - 0x4f, - 0xff, - 0xa1, - 0x4c, - 0xff, - 0x33, - 0xf5, - 0x03, - 0x92, - 0x2c, - 0x0a, - 0x86, - 0xa1, - 0x08, - 0xe2, - 0x8b, - 0x03, - 0x8c, - 0x62, - 0x03, - 0xf1, - 0x5a, - 0x03, - 0x18, - 0xba, - 0x00, - 0xf2, - 0x21, - 0x00, - 0x18, - 0xab, - 0x02, - 0xc9, - 0x78, - 0x02, - 0xfa, - 0xd4, - 0xff, - 0xa0, - 0x3a, - 0x00, - 0x2f, - 0xec, - 0x01, - 0x5e, - 0x35, - 0x02, - 0xfc, - 0x9f, - 0x01, - 0x70, - 0xb2, - 0x01, - 0x46, - 0x9e, - 0x01, - 0xd6, - 0x86, - 0x00, - 0xa5, - 0x96, - 0x00, - 0x4e, - 0x07, - 0x01, - 0xeb, - 0x55, - 0x00, - 0x6c, - 0x78, - 0xff, - 0x2c, - 0xad, - 0xff, - 0x43, - 0x14, - 0x00, - 0x7e, - 0x61, - 0xff, - 0x02, - 0x56, - 0xff, - 0x9a, - 0x12, - 0x00, - 0x14, - 0x17, - 0x00, - 0x62, - 0xb5, - 0xff, - 0x45, - 0x96, - 0xff, - 0x94, - 0xac, - 0xff, - 0x50, - 0x62, - 0xff, - 0x4a, - 0x19, - 0xff, - 0x60, - 0x1f, - 0xff, - 0x35, - 0x02, - 0xff, - 0xbf, - 0x1e, - 0xff, - 0x3c, - 0x60, - 0xff, - 0xc6, - 0x4b, - 0xff, - 0x9d, - 0x30, - 0xff, - 0xa1, - 0x50, - 0xff, - 0x7c, - 0x97, - 0xff, - 0x56, - 0xa6, - 0xff, - 0xfc, - 0xa2, - 0xff, - 0x42, - 0xb5, - 0xff, - 0xf0, - 0x66, - 0xff, - 0x0a, - 0x3c, - 0xff, - 0x0f, - 0x32, - 0xff, - 0x5b, - 0xee, - 0xfe, - 0x2e, - 0x19, - 0xff, - 0x97, - 0x63, - 0xff, - 0x49, - 0x51, - 0xff, - 0xff, - 0x3a, - 0xff, - 0x63, - 0x3e, - 0xff, - 0x44, - 0x37, - 0xff, - 0x34, - 0x5d, - 0xff, - 0x9d, - 0x97, - 0xff, - 0xff, - 0x8b, - 0xff, - 0x66, - 0x7c, - 0xff, - 0x2c, - 0x55, - 0xff, - 0x5a, - 0x34, - 0xff, - 0x3d, - 0x50, - 0xff, - 0x3a, - 0x4a, - 0xff, - 0xd6, - 0x3e, - 0xff, - 0x7b, - 0x53, - 0xff, - 0xd4, - 0xf4, - 0x03, - 0xda, - 0x1f, - 0x0a, - 0xec, - 0x97, - 0x08, - 0xc9, - 0xfc, - 0x03, - 0x3a, - 0x29, - 0x04, - 0x6e, - 0x42, - 0x03, - 0x27, - 0xb8, - 0xff, - 0xa1, - 0xd2, - 0xff, - 0xe3, - 0x56, - 0x03, - 0x70, - 0x91, - 0x02, - 0x5e, - 0x25, - 0xff, - 0xe0, - 0xd4, - 0xff, - 0x43, - 0x9d, - 0x01, - 0x23, - 0x97, - 0x01, - 0xa0, - 0x00, - 0x01, - 0x47, - 0x3f, - 0x01, - 0x86, - 0x9f, - 0x01, - 0x8a, - 0xd1, - 0x00, - 0x89, - 0x8c, - 0x00, - 0xa3, - 0xcf, - 0x00, - 0xbe, - 0xbd, - 0x00, - 0xab, - 0x6f, - 0x00, - 0x1f, - 0x07, - 0x00, - 0xbc, - 0x0d, - 0x00, - 0x3f, - 0x1c, - 0x00, - 0x96, - 0xfc, - 0xff, - 0x53, - 0xcc, - 0xff, - 0x45, - 0xc2, - 0xff, - 0x79, - 0xe0, - 0xff, - 0xfb, - 0xad, - 0xff, - 0x59, - 0x54, - 0xff, - 0x49, - 0x49, - 0xff, - 0x92, - 0x79, - 0xff, - 0x63, - 0x50, - 0xff, - 0x8d, - 0x26, - 0xff, - 0x1a, - 0x5c, - 0xff, - 0xc8, - 0x49, - 0xff, - 0x99, - 0x18, - 0xff, - 0x14, - 0x21, - 0xff, - 0x6b, - 0x32, - 0xff, - 0xd4, - 0x51, - 0xff, - 0x6b, - 0x71, - 0xff, - 0x96, - 0x9d, - 0xff, - 0x0b, - 0xbb, - 0xff, - 0x5e, - 0x9a, - 0xff, - 0xfa, - 0x79, - 0xff, - 0x0b, - 0x4e, - 0xff, - 0x8b, - 0x0b, - 0xff, - 0x94, - 0x0d, - 0xff, - 0x35, - 0x47, - 0xff, - 0xc7, - 0x43, - 0xff, - 0x79, - 0x1b, - 0xff, - 0x7d, - 0x25, - 0xff, - 0x02, - 0x3e, - 0xff, - 0xcf, - 0x5b, - 0xff, - 0xc3, - 0x89, - 0xff, - 0xf6, - 0xa7, - 0xff, - 0x22, - 0x7a, - 0xff, - 0x00, - 0x43, - 0xff, - 0x39, - 0x58, - 0xff, - 0xc3, - 0x3d, - 0xff, - 0x0f, - 0x33, - 0xff, - 0xda, - 0x59, - 0xff, - 0x6d, - 0x4a, - 0xff, - 0x95, - 0xeb, - 0x03, - 0x15, - 0x9c, - 0x0a, - 0x44, - 0x64, - 0x09, - 0x44, - 0xee, - 0x03, - 0xb6, - 0xdf, - 0x03, - 0x66, - 0x75, - 0x03, - 0x14, - 0xc1, - 0xff, - 0x65, - 0x7d, - 0xff, - 0x1d, - 0x21, - 0x03, - 0xb0, - 0xbb, - 0x02, - 0x9f, - 0x10, - 0xff, - 0xa3, - 0x6f, - 0xff, - 0x3f, - 0x4b, - 0x01, - 0x7e, - 0x55, - 0x01, - 0x64, - 0xd9, - 0x00, - 0x20, - 0xbd, - 0x00, - 0x0e, - 0xec, - 0x00, - 0x55, - 0x6b, - 0x00, - 0xaf, - 0x13, - 0x00, - 0x54, - 0x9a, - 0x00, - 0x54, - 0x0d, - 0x01, - 0x4a, - 0x7f, - 0x00, - 0x8e, - 0xfd, - 0xff, - 0xdd, - 0x97, - 0x00, - 0x33, - 0xb1, - 0x00, - 0xbf, - 0x39, - 0x00, - 0x1d, - 0x57, - 0x00, - 0xa7, - 0x5d, - 0x00, - 0x18, - 0xd1, - 0xff, - 0xbe, - 0x5f, - 0xff, - 0x71, - 0x49, - 0xff, - 0x57, - 0x3c, - 0xff, - 0x4e, - 0x37, - 0xff, - 0x3f, - 0x3a, - 0xff, - 0xa2, - 0x5e, - 0xff, - 0xf4, - 0xa0, - 0xff, - 0xf0, - 0x88, - 0xff, - 0x6c, - 0x27, - 0xff, - 0x10, - 0x08, - 0xff, - 0x45, - 0x16, - 0xff, - 0x3a, - 0x35, - 0xff, - 0x64, - 0x5b, - 0xff, - 0xcc, - 0x66, - 0xff, - 0xfd, - 0x8b, - 0xff, - 0x5c, - 0x9b, - 0xff, - 0x90, - 0x6e, - 0xff, - 0xa2, - 0x46, - 0xff, - 0x9f, - 0x41, - 0xff, - 0x43, - 0x49, - 0xff, - 0x32, - 0x4e, - 0xff, - 0x2a, - 0x35, - 0xff, - 0x64, - 0xf9, - 0xfe, - 0x68, - 0x07, - 0xff, - 0x4d, - 0x34, - 0xff, - 0x27, - 0x53, - 0xff, - 0xc1, - 0x95, - 0xff, - 0x3e, - 0x9c, - 0xff, - 0xeb, - 0x57, - 0xff, - 0x4c, - 0x48, - 0xff, - 0xee, - 0x58, - 0xff, - 0x4f, - 0x33, - 0xff, - 0x77, - 0x42, - 0xff, - 0xaf, - 0x65, - 0xff, - 0xf2, - 0x5b, - 0xff, - 0xc7, - 0x9c, - 0x04, - 0xdf, - 0x90, - 0x0b, - 0x15, - 0x5a, - 0x09, - 0x3a, - 0xf2, - 0x03, - 0x38, - 0x59, - 0x04, - 0x6a, - 0x20, - 0x03, - 0x20, - 0x06, - 0xff, - 0x75, - 0xaa, - 0xff, - 0x69, - 0xaf, - 0x03, - 0x01, - 0x64, - 0x02, - 0x35, - 0x98, - 0xfe, - 0x99, - 0x76, - 0xff, - 0x9f, - 0x53, - 0x01, - 0x23, - 0x39, - 0x01, - 0x17, - 0x61, - 0x00, - 0x06, - 0x93, - 0x00, - 0x7e, - 0x2f, - 0x01, - 0xc9, - 0x00, - 0x00, - 0x36, - 0x26, - 0xff, - 0x5c, - 0xe1, - 0xff, - 0x0b, - 0xbb, - 0x00, - 0x7d, - 0x87, - 0x00, - 0x93, - 0x0a, - 0x00, - 0xc4, - 0x8c, - 0x00, - 0xea, - 0xd6, - 0x00, - 0xb2, - 0xcd, - 0x00, - 0xfc, - 0xe2, - 0x00, - 0xbd, - 0x9f, - 0x00, - 0xb2, - 0x6f, - 0x00, - 0xe1, - 0xff, - 0xff, - 0xec, - 0x29, - 0xff, - 0x91, - 0xd7, - 0xfe, - 0xe6, - 0x20, - 0xff, - 0x1a, - 0x53, - 0xff, - 0xe8, - 0x38, - 0xff, - 0x4b, - 0x7a, - 0xff, - 0x10, - 0xc7, - 0xff, - 0x51, - 0x88, - 0xff, - 0x54, - 0x49, - 0xff, - 0xf3, - 0x0d, - 0xff, - 0x7e, - 0x0b, - 0xff, - 0xc5, - 0x64, - 0xff, - 0x4e, - 0x8e, - 0xff, - 0x97, - 0x7b, - 0xff, - 0x87, - 0x51, - 0xff, - 0xce, - 0x43, - 0xff, - 0x52, - 0x27, - 0xff, - 0xe3, - 0x2f, - 0xff, - 0x3a, - 0x7e, - 0xff, - 0xca, - 0x7b, - 0xff, - 0x8e, - 0x45, - 0xff, - 0x0f, - 0x13, - 0xff, - 0x27, - 0x09, - 0xff, - 0x23, - 0x28, - 0xff, - 0x7b, - 0x5e, - 0xff, - 0x16, - 0x8f, - 0xff, - 0x8d, - 0x63, - 0xff, - 0x7c, - 0x55, - 0xff, - 0x32, - 0x5c, - 0xff, - 0x59, - 0x2c, - 0xff, - 0x44, - 0x45, - 0xff, - 0xc7, - 0x66, - 0xff, - 0xf9, - 0x69, - 0xff, - 0x91, - 0x8a, - 0xff, - 0xfd, - 0x57, - 0x05, - 0x96, - 0xd0, - 0x0c, - 0x55, - 0x99, - 0x09, - 0xc8, - 0x95, - 0x03, - 0xcc, - 0x5c, - 0x04, - 0x6b, - 0x0d, - 0x03, - 0x03, - 0xca, - 0xfe, - 0xed, - 0xbf, - 0xff, - 0x15, - 0xb9, - 0x03, - 0x41, - 0x03, - 0x02, - 0x3b, - 0x60, - 0xfe, - 0x59, - 0x99, - 0xff, - 0x0b, - 0x48, - 0x01, - 0x16, - 0xee, - 0x00, - 0x1d, - 0x32, - 0x00, - 0x7a, - 0x62, - 0x00, - 0xa8, - 0x19, - 0x01, - 0x17, - 0x37, - 0x00, - 0xe8, - 0xfd, - 0xfe, - 0xec, - 0x1f, - 0xff, - 0x07, - 0xd7, - 0xff, - 0x30, - 0x16, - 0x00, - 0xf5, - 0xd3, - 0xff, - 0xa6, - 0x15, - 0x00, - 0xcd, - 0xe2, - 0x00, - 0x69, - 0x1b, - 0x01, - 0x85, - 0xeb, - 0x00, - 0x18, - 0x07, - 0x01, - 0x1b, - 0xea, - 0x00, - 0xa3, - 0x57, - 0x00, - 0xba, - 0xa8, - 0xff, - 0x9a, - 0x26, - 0xff, - 0x06, - 0x01, - 0xff, - 0x11, - 0x07, - 0xff, - 0xce, - 0x27, - 0xff, - 0x5d, - 0x85, - 0xff, - 0x45, - 0x9e, - 0xff, - 0x2e, - 0x6b, - 0xff, - 0xf6, - 0x7d, - 0xff, - 0x4c, - 0x56, - 0xff, - 0x25, - 0x29, - 0xff, - 0x23, - 0x6e, - 0xff, - 0xef, - 0x90, - 0xff, - 0x23, - 0x89, - 0xff, - 0x41, - 0x50, - 0xff, - 0x0a, - 0xf4, - 0xfe, - 0x10, - 0xea, - 0xfe, - 0xd9, - 0x24, - 0xff, - 0x65, - 0x48, - 0xff, - 0xeb, - 0x64, - 0xff, - 0xb4, - 0x66, - 0xff, - 0x76, - 0x36, - 0xff, - 0x69, - 0x3d, - 0xff, - 0x41, - 0x4d, - 0xff, - 0x18, - 0x4d, - 0xff, - 0xe7, - 0x4e, - 0xff, - 0x2b, - 0x4d, - 0xff, - 0xcb, - 0x5e, - 0xff, - 0x64, - 0x32, - 0xff, - 0xd6, - 0x20, - 0xff, - 0x0d, - 0x58, - 0xff, - 0x34, - 0x68, - 0xff, - 0x6d, - 0x82, - 0xff, - 0xd9, - 0xb5, - 0xff, - 0x20, - 0xb5, - 0x05, - 0x0a, - 0xc2, - 0x0d, - 0x64, - 0x53, - 0x0a, - 0xfd, - 0x83, - 0x03, - 0x56, - 0x2f, - 0x04, - 0x5b, - 0x2f, - 0x03, - 0x52, - 0x9a, - 0xfe, - 0xde, - 0x80, - 0xff, - 0xa1, - 0x0a, - 0x04, - 0x8a, - 0xea, - 0x01, - 0x6c, - 0xcb, - 0xfd, - 0x69, - 0x90, - 0xff, - 0x7a, - 0x69, - 0x01, - 0x97, - 0xd8, - 0x00, - 0x7b, - 0xff, - 0xff, - 0xb7, - 0xfb, - 0xff, - 0x8c, - 0xec, - 0x00, - 0x67, - 0x91, - 0x00, - 0x87, - 0x26, - 0xff, - 0x83, - 0xbb, - 0xfe, - 0x85, - 0x73, - 0xff, - 0xa1, - 0x97, - 0xff, - 0xe6, - 0x2b, - 0xff, - 0xbc, - 0x97, - 0xff, - 0x2f, - 0x59, - 0x00, - 0x56, - 0xde, - 0x00, - 0x1a, - 0x23, - 0x01, - 0x7b, - 0x0d, - 0x01, - 0x84, - 0xff, - 0x00, - 0x6f, - 0xc5, - 0x00, - 0xbc, - 0x04, - 0x00, - 0xca, - 0x84, - 0xff, - 0x60, - 0x68, - 0xff, - 0x6d, - 0x32, - 0xff, - 0xcf, - 0x1a, - 0xff, - 0x88, - 0x52, - 0xff, - 0x09, - 0x87, - 0xff, - 0x13, - 0x77, - 0xff, - 0x23, - 0x52, - 0xff, - 0xb9, - 0x26, - 0xff, - 0x70, - 0x5c, - 0xff, - 0x26, - 0xcd, - 0xff, - 0x55, - 0xcb, - 0xff, - 0x74, - 0x8c, - 0xff, - 0x27, - 0x22, - 0xff, - 0x06, - 0xe9, - 0xfe, - 0x16, - 0xff, - 0xfe, - 0x31, - 0xf2, - 0xfe, - 0x60, - 0x04, - 0xff, - 0xdc, - 0x38, - 0xff, - 0x53, - 0x49, - 0xff, - 0x59, - 0x4d, - 0xff, - 0x46, - 0x6f, - 0xff, - 0x2e, - 0x6e, - 0xff, - 0xa1, - 0x2c, - 0xff, - 0xc0, - 0x3e, - 0xff, - 0x87, - 0x6a, - 0xff, - 0xb1, - 0x2f, - 0xff, - 0x16, - 0x20, - 0xff, - 0x5c, - 0x36, - 0xff, - 0xc8, - 0x3f, - 0xff, - 0xf6, - 0x78, - 0xff, - 0x86, - 0x95, - 0xff, - 0x90, - 0xb7, - 0xff, - 0x7a, - 0x4e, - 0x06, - 0xf2, - 0x28, - 0x0f, - 0x3b, - 0xfb, - 0x0a, - 0x3c, - 0xf2, - 0x02, - 0x5d, - 0xf4, - 0x03, - 0x35, - 0x80, - 0x03, - 0x6c, - 0x84, - 0xfe, - 0xec, - 0x4b, - 0xff, - 0xd4, - 0x2f, - 0x04, - 0xa8, - 0xd8, - 0x01, - 0x9b, - 0x7a, - 0xfd, - 0xae, - 0x8e, - 0xff, - 0xda, - 0x5d, - 0x01, - 0xe0, - 0x97, - 0x00, - 0x4e, - 0xfc, - 0xff, - 0x88, - 0xe2, - 0xff, - 0x62, - 0x9f, - 0x00, - 0xcb, - 0xa4, - 0x00, - 0xa2, - 0x59, - 0xff, - 0xa8, - 0xbd, - 0xfe, - 0xdc, - 0x40, - 0xff, - 0xb8, - 0x4c, - 0xff, - 0x9e, - 0x12, - 0xff, - 0xb9, - 0x1f, - 0xff, - 0xeb, - 0x97, - 0xff, - 0x7a, - 0x86, - 0x00, - 0x87, - 0xf9, - 0x00, - 0xf0, - 0xd1, - 0x00, - 0x82, - 0xda, - 0x00, - 0x86, - 0xf2, - 0x00, - 0x4b, - 0x38, - 0x00, - 0xcc, - 0xb3, - 0xff, - 0xf0, - 0xd0, - 0xff, - 0xcf, - 0x80, - 0xff, - 0xb4, - 0x5b, - 0xff, - 0x47, - 0xa0, - 0xff, - 0x2c, - 0x95, - 0xff, - 0xcf, - 0x3c, - 0xff, - 0x38, - 0x33, - 0xff, - 0xb6, - 0x32, - 0xff, - 0xb9, - 0x46, - 0xff, - 0x3e, - 0xc2, - 0xff, - 0x6d, - 0xfb, - 0xff, - 0x21, - 0xdd, - 0xff, - 0x7a, - 0x4d, - 0xff, - 0xab, - 0xd4, - 0xfe, - 0x1f, - 0xe0, - 0xfe, - 0x35, - 0xeb, - 0xfe, - 0x88, - 0x13, - 0xff, - 0x4b, - 0x23, - 0xff, - 0xfa, - 0x26, - 0xff, - 0x46, - 0x5c, - 0xff, - 0x9f, - 0x5b, - 0xff, - 0x64, - 0x1c, - 0xff, - 0x1c, - 0x38, - 0xff, - 0x9a, - 0x8d, - 0xff, - 0x90, - 0x58, - 0xff, - 0x98, - 0x23, - 0xff, - 0x2f, - 0x42, - 0xff, - 0x5b, - 0x3d, - 0xff, - 0xb5, - 0x49, - 0xff, - 0x48, - 0x78, - 0xff, - 0x92, - 0xa4, - 0xff, - 0x86, - 0xb5, - 0xff, - 0x2f, - 0x63, - 0x07, - 0x05, - 0xd4, - 0x10, - 0xac, - 0x17, - 0x0b, - 0x09, - 0x50, - 0x02, - 0xab, - 0x02, - 0x04, - 0xc6, - 0x73, - 0x03, - 0x62, - 0x0a, - 0xfe, - 0x8f, - 0x8c, - 0xff, - 0x1e, - 0x99, - 0x04, - 0x8c, - 0x2f, - 0x01, - 0x16, - 0x13, - 0xfd, - 0x3a, - 0xd5, - 0xff, - 0xa2, - 0x78, - 0x01, - 0x53, - 0x58, - 0x00, - 0x77, - 0x80, - 0xff, - 0x5c, - 0xc2, - 0xff, - 0x72, - 0x9e, - 0x00, - 0xd6, - 0x8b, - 0x00, - 0xaf, - 0x6e, - 0xff, - 0xb5, - 0xba, - 0xfe, - 0xb5, - 0x1f, - 0xff, - 0x7f, - 0x37, - 0xff, - 0xd0, - 0xf7, - 0xfe, - 0xde, - 0xed, - 0xfe, - 0xa0, - 0x51, - 0xff, - 0xd7, - 0x17, - 0x00, - 0x90, - 0x95, - 0x00, - 0x45, - 0x8e, - 0x00, - 0x12, - 0x68, - 0x00, - 0x0c, - 0x9f, - 0x00, - 0xca, - 0x3b, - 0x00, - 0x82, - 0xc1, - 0xff, - 0x68, - 0xdb, - 0xff, - 0x61, - 0xaa, - 0xff, - 0xd5, - 0xb8, - 0xff, - 0x81, - 0xfb, - 0xff, - 0xcd, - 0xc0, - 0xff, - 0xcf, - 0x4b, - 0xff, - 0x53, - 0x36, - 0xff, - 0x69, - 0x35, - 0xff, - 0x6a, - 0x2e, - 0xff, - 0xb4, - 0x9e, - 0xff, - 0xd1, - 0xea, - 0xff, - 0x6c, - 0xca, - 0xff, - 0x6f, - 0x74, - 0xff, - 0xc3, - 0x1d, - 0xff, - 0x4f, - 0xdf, - 0xfe, - 0xf6, - 0xc9, - 0xfe, - 0x42, - 0x0a, - 0xff, - 0x59, - 0x42, - 0xff, - 0xf6, - 0x66, - 0xff, - 0x02, - 0x38, - 0xff, - 0x11, - 0xd2, - 0xfe, - 0x67, - 0x0a, - 0xff, - 0xfb, - 0x54, - 0xff, - 0xfd, - 0x4c, - 0xff, - 0xd2, - 0x68, - 0xff, - 0xe9, - 0x6f, - 0xff, - 0xb4, - 0x53, - 0xff, - 0xb0, - 0x47, - 0xff, - 0x16, - 0x4f, - 0xff, - 0x83, - 0x7a, - 0xff, - 0xb1, - 0x9c, - 0xff, - 0x5b, - 0x8c, - 0xff, - 0xeb, - 0xa7, - 0x07, - 0xe2, - 0x5b, - 0x12, - 0x9a, - 0x3d, - 0x0c, - 0x71, - 0xa6, - 0x01, - 0x8e, - 0xd4, - 0x03, - 0xa7, - 0xc3, - 0x03, - 0xb0, - 0xc1, - 0xfd, - 0xa6, - 0x7f, - 0xff, - 0x78, - 0xe4, - 0x04, - 0x94, - 0x0f, - 0x01, - 0xb0, - 0xa7, - 0xfc, - 0xbc, - 0xe8, - 0xff, - 0x68, - 0x9c, - 0x01, - 0x1b, - 0x3c, - 0x00, - 0xb0, - 0x42, - 0xff, - 0x42, - 0x77, - 0xff, - 0x61, - 0x7b, - 0x00, - 0x1d, - 0x6f, - 0x00, - 0xe6, - 0x8a, - 0xff, - 0xaa, - 0xf1, - 0xfe, - 0x42, - 0x27, - 0xff, - 0x26, - 0xfe, - 0xfe, - 0x2c, - 0xce, - 0xfe, - 0x0c, - 0x0b, - 0xff, - 0xda, - 0x51, - 0xff, - 0xef, - 0xcf, - 0xff, - 0xc3, - 0x2e, - 0x00, - 0x6c, - 0x78, - 0x00, - 0x46, - 0x1e, - 0x00, - 0x5d, - 0x23, - 0x00, - 0xd3, - 0x0a, - 0x00, - 0xb6, - 0x50, - 0xff, - 0x53, - 0xc2, - 0xff, - 0xc8, - 0xff, - 0xff, - 0x44, - 0xd2, - 0xff, - 0xbd, - 0x05, - 0x00, - 0xe0, - 0xfe, - 0xff, - 0xff, - 0xb8, - 0xff, - 0x33, - 0x6c, - 0xff, - 0xf6, - 0x54, - 0xff, - 0x6f, - 0x38, - 0xff, - 0x6e, - 0x7d, - 0xff, - 0xd2, - 0xd9, - 0xff, - 0x5a, - 0xad, - 0xff, - 0x67, - 0x62, - 0xff, - 0x46, - 0x22, - 0xff, - 0x53, - 0x0c, - 0xff, - 0xd2, - 0x11, - 0xff, - 0x4f, - 0x35, - 0xff, - 0x6c, - 0x60, - 0xff, - 0x8c, - 0x33, - 0xff, - 0xf6, - 0xf4, - 0xfe, - 0x4f, - 0x0f, - 0xff, - 0x1d, - 0x1f, - 0xff, - 0xed, - 0xf6, - 0xfe, - 0xd5, - 0x2a, - 0xff, - 0xb2, - 0x92, - 0xff, - 0x20, - 0xa1, - 0xff, - 0x38, - 0x74, - 0xff, - 0xdf, - 0x53, - 0xff, - 0xaf, - 0x59, - 0xff, - 0x28, - 0x6e, - 0xff, - 0x27, - 0x72, - 0xff, - 0xb0, - 0x92, - 0xff, - 0x80, - 0x92, - 0x07, - 0x66, - 0x99, - 0x13, - 0xd0, - 0xf9, - 0x0d, - 0x8d, - 0x39, - 0x01, - 0x04, - 0x67, - 0x03, - 0x93, - 0x40, - 0x04, - 0x52, - 0x57, - 0xfd, - 0x21, - 0x2f, - 0xff, - 0x73, - 0x72, - 0x05, - 0x2b, - 0x2c, - 0x01, - 0xc7, - 0xf5, - 0xfb, - 0x32, - 0xdb, - 0xff, - 0x2b, - 0xe9, - 0x01, - 0xde, - 0x2e, - 0x00, - 0x51, - 0x15, - 0xff, - 0x3b, - 0x06, - 0xff, - 0x31, - 0x4b, - 0x00, - 0x8b, - 0x60, - 0x00, - 0xef, - 0x81, - 0xff, - 0xbd, - 0xfd, - 0xfe, - 0x58, - 0x36, - 0xff, - 0x1b, - 0x06, - 0xff, - 0x1f, - 0x99, - 0xfe, - 0x85, - 0xf8, - 0xfe, - 0xde, - 0x62, - 0xff, - 0x34, - 0xe2, - 0xff, - 0x9e, - 0xbf, - 0xff, - 0x88, - 0x37, - 0x00, - 0xd4, - 0x72, - 0x00, - 0x23, - 0x9c, - 0xff, - 0x8f, - 0x8c, - 0xff, - 0xbe, - 0x29, - 0xff, - 0x85, - 0x3d, - 0xff, - 0xb0, - 0xc3, - 0xff, - 0x39, - 0xcc, - 0xff, - 0xbb, - 0x1d, - 0x00, - 0xb1, - 0x10, - 0x00, - 0xfe, - 0xd2, - 0xff, - 0xf1, - 0xbc, - 0xff, - 0x1e, - 0x7f, - 0xff, - 0x1d, - 0x56, - 0xff, - 0xf5, - 0xa6, - 0xff, - 0xda, - 0xdd, - 0xff, - 0xf3, - 0x75, - 0xff, - 0x43, - 0x2d, - 0xff, - 0x7f, - 0x39, - 0xff, - 0x02, - 0x1a, - 0xff, - 0x33, - 0x14, - 0xff, - 0x0b, - 0x8d, - 0xff, - 0x18, - 0x78, - 0xff, - 0x53, - 0xe8, - 0xfe, - 0x37, - 0x08, - 0xff, - 0x21, - 0x2d, - 0xff, - 0xef, - 0xf4, - 0xfe, - 0x26, - 0xfc, - 0xfe, - 0xe3, - 0x45, - 0xff, - 0xe1, - 0x99, - 0xff, - 0x55, - 0xaf, - 0xff, - 0x4d, - 0x73, - 0xff, - 0x44, - 0x51, - 0xff, - 0x80, - 0x4a, - 0xff, - 0x73, - 0x46, - 0xff, - 0x38, - 0x83, - 0xff, - 0x11, - 0xc2, - 0xff, - 0x36, - 0xab, - 0x07, - 0x07, - 0xe4, - 0x14, - 0x7e, - 0xad, - 0x0f, - 0xea, - 0xd5, - 0x00, - 0xfc, - 0xc9, - 0x02, - 0x15, - 0xc4, - 0x04, - 0xd3, - 0xdd, - 0xfc, - 0xba, - 0xa5, - 0xfe, - 0x2f, - 0x1a, - 0x06, - 0x72, - 0x4d, - 0x01, - 0x5b, - 0x41, - 0xfb, - 0x5d, - 0xd0, - 0xff, - 0x38, - 0x18, - 0x02, - 0x79, - 0x13, - 0x00, - 0x1f, - 0x18, - 0xff, - 0x12, - 0xa1, - 0xfe, - 0xd7, - 0xd7, - 0xff, - 0xb0, - 0x54, - 0x00, - 0xa1, - 0x8a, - 0xff, - 0xbb, - 0xf2, - 0xfe, - 0x8b, - 0x23, - 0xff, - 0x62, - 0xfd, - 0xfe, - 0x2c, - 0x85, - 0xfe, - 0xbd, - 0xec, - 0xfe, - 0x3d, - 0x4b, - 0xff, - 0xc2, - 0x11, - 0x00, - 0x2c, - 0xbc, - 0xff, - 0xf3, - 0xa9, - 0xff, - 0xbf, - 0x8e, - 0x00, - 0xf0, - 0xbb, - 0xff, - 0x2a, - 0x12, - 0xff, - 0xff, - 0xf7, - 0xfe, - 0xdd, - 0xf3, - 0xfe, - 0x73, - 0x24, - 0xff, - 0xf7, - 0x7d, - 0xff, - 0x01, - 0x0b, - 0x00, - 0xae, - 0x13, - 0x00, - 0x78, - 0xf1, - 0xff, - 0xb6, - 0x94, - 0xff, - 0x22, - 0x71, - 0xff, - 0x0b, - 0xad, - 0xff, - 0x48, - 0xcd, - 0xff, - 0xb0, - 0xc3, - 0xff, - 0xb1, - 0x7e, - 0xff, - 0x6f, - 0x60, - 0xff, - 0x46, - 0x2d, - 0xff, - 0xdd, - 0xf9, - 0xfe, - 0x2c, - 0x3a, - 0xff, - 0xe3, - 0x5c, - 0xff, - 0x27, - 0x2d, - 0xff, - 0x3d, - 0x52, - 0xff, - 0x4f, - 0x4d, - 0xff, - 0x33, - 0xe7, - 0xfe, - 0x97, - 0xeb, - 0xfe, - 0x5b, - 0x2f, - 0xff, - 0x3a, - 0x78, - 0xff, - 0x20, - 0xac, - 0xff, - 0x5b, - 0xae, - 0xff, - 0x2d, - 0x6b, - 0xff, - 0x6f, - 0x23, - 0xff, - 0x1f, - 0x1d, - 0xff, - 0x9b, - 0x54, - 0xff, - 0x82, - 0xb8, - 0xff, - 0x8b, - 0xaa, - 0xff, - 0xd4, - 0x3b, - 0x07, - 0xfb, - 0x93, - 0x15, - 0x81, - 0x39, - 0x12, - 0x50, - 0x1b, - 0x01, - 0xb1, - 0x7c, - 0x01, - 0x82, - 0x8d, - 0x05, - 0xa2, - 0x0f, - 0xfd, - 0x0e, - 0x82, - 0xfd, - 0xea, - 0x73, - 0x06, - 0x96, - 0x1f, - 0x02, - 0x63, - 0xa8, - 0xfa, - 0xfc, - 0x7c, - 0xff, - 0xae, - 0x87, - 0x02, - 0x7f, - 0xf2, - 0xff, - 0x8a, - 0x00, - 0xff, - 0x88, - 0x91, - 0xfe, - 0xca, - 0x74, - 0xff, - 0x72, - 0xf8, - 0xff, - 0xf0, - 0x96, - 0xff, - 0x85, - 0x12, - 0xff, - 0x5e, - 0x0c, - 0xff, - 0xf4, - 0x23, - 0xff, - 0x82, - 0x5a, - 0xfe, - 0xa5, - 0xbd, - 0xfe, - 0xdd, - 0x3b, - 0xff, - 0xde, - 0x39, - 0x00, - 0x28, - 0x47, - 0x00, - 0x5f, - 0x35, - 0xff, - 0x3f, - 0x04, - 0x00, - 0xc3, - 0x17, - 0x00, - 0x20, - 0x3d, - 0xff, - 0xfa, - 0xb1, - 0xfe, - 0x7c, - 0xc2, - 0xfe, - 0xf9, - 0xc4, - 0xfe, - 0x11, - 0xe4, - 0xfe, - 0xae, - 0x17, - 0x00, - 0x99, - 0x0f, - 0x00, - 0x41, - 0x8d, - 0xff, - 0x55, - 0x97, - 0xff, - 0x96, - 0x7e, - 0xff, - 0x39, - 0x77, - 0xff, - 0x3a, - 0xba, - 0xff, - 0x91, - 0xff, - 0xff, - 0xba, - 0x97, - 0xff, - 0x92, - 0x81, - 0xff, - 0xc5, - 0x90, - 0xff, - 0x13, - 0x34, - 0xff, - 0xfd, - 0xd0, - 0xfe, - 0xee, - 0xec, - 0xfe, - 0x6e, - 0x91, - 0xff, - 0x13, - 0x82, - 0xff, - 0xe0, - 0x14, - 0xff, - 0xf2, - 0x0a, - 0xff, - 0x00, - 0x38, - 0xff, - 0x7c, - 0x58, - 0xff, - 0x89, - 0x83, - 0xff, - 0x8c, - 0xd3, - 0xff, - 0x6e, - 0xba, - 0xff, - 0xe6, - 0x51, - 0xff, - 0x15, - 0x01, - 0xff, - 0xfa, - 0x22, - 0xff, - 0xd5, - 0x86, - 0xff, - 0x06, - 0x8b, - 0xff, - 0x3f, - 0x93, - 0xff, - 0xdc, - 0xd0, - 0x09, - 0x1e, - 0xbf, - 0x18, - 0x60, - 0x3e, - 0x10, - 0x55, - 0x6b, - 0xff, - 0x7b, - 0x16, - 0x03, - 0x6c, - 0x92, - 0x04, - 0x2f, - 0x56, - 0xfb, - 0xf6, - 0xfc, - 0xfe, - 0x4c, - 0x3b, - 0x07, - 0x45, - 0xe4, - 0xff, - 0x57, - 0xc0, - 0xfa, - 0x38, - 0xdf, - 0x00, - 0x00, - 0xde, - 0x01, - 0xf9, - 0xb9, - 0xff, - 0xc1, - 0xa6, - 0xfe, - 0x5c, - 0x98, - 0xfe, - 0xe3, - 0x8d, - 0xff, - 0xa1, - 0x34, - 0xff, - 0x6c, - 0x69, - 0xff, - 0xda, - 0x21, - 0xff, - 0xf1, - 0x47, - 0xff, - 0xf8, - 0xec, - 0xfe, - 0x9d, - 0x24, - 0xfe, - 0xb1, - 0xaf, - 0xfe, - 0x7b, - 0x2a, - 0xff, - 0xe3, - 0x8a, - 0x00, - 0x6c, - 0x48, - 0x00, - 0xbb, - 0x65, - 0xff, - 0x0b, - 0xa2, - 0xff, - 0x36, - 0xa7, - 0xff, - 0x10, - 0x80, - 0xff, - 0xb5, - 0x76, - 0xfe, - 0xa4, - 0x8f, - 0xfe, - 0xe7, - 0xa6, - 0xfe, - 0x01, - 0x94, - 0xfe, - 0x26, - 0xe2, - 0xff, - 0x2e, - 0x09, - 0x00, - 0x5a, - 0x54, - 0xff, - 0x6a, - 0x39, - 0xff, - 0xb2, - 0x60, - 0xff, - 0xfa, - 0x36, - 0xff, - 0x3f, - 0x7b, - 0xff, - 0xde, - 0xf0, - 0xff, - 0x1b, - 0xb2, - 0xff, - 0x95, - 0xd4, - 0xff, - 0x46, - 0xa8, - 0xff, - 0xb5, - 0xc8, - 0xfe, - 0xd0, - 0xda, - 0xfe, - 0x52, - 0x84, - 0xff, - 0xec, - 0x81, - 0xff, - 0x32, - 0x34, - 0xff, - 0xa8, - 0x19, - 0xff, - 0xa3, - 0x2d, - 0xff, - 0xcb, - 0x61, - 0xff, - 0x47, - 0x86, - 0xff, - 0xde, - 0xb5, - 0xff, - 0x8b, - 0xca, - 0xff, - 0xee, - 0x89, - 0xff, - 0xca, - 0x3f, - 0xff, - 0x9d, - 0x40, - 0xff, - 0xbc, - 0x4f, - 0xff, - 0x74, - 0x49, - 0xff, - 0x8a, - 0x6c, - 0xff, - 0x23, - 0x9b, - 0xff, - 0x34, - 0xab, - 0x0b, - 0x09, - 0xec, - 0x1a, - 0xbd, - 0x1f, - 0x0f, - 0xfc, - 0xf6, - 0xfe, - 0xc4, - 0x42, - 0x04, - 0x07, - 0x82, - 0x03, - 0x1b, - 0x7c, - 0xfa, - 0xf8, - 0xf5, - 0xff, - 0xbc, - 0x30, - 0x07, - 0xc9, - 0xbc, - 0xfe, - 0x7d, - 0x10, - 0xfb, - 0xcc, - 0x9b, - 0x01, - 0x09, - 0x8c, - 0x01, - 0xd6, - 0x94, - 0xff, - 0x6f, - 0x5a, - 0xfe, - 0xe2, - 0xa2, - 0xfe, - 0xf3, - 0xc7, - 0xff, - 0x62, - 0x70, - 0xfe, - 0xd1, - 0x14, - 0xff, - 0x3b, - 0x6b, - 0xff, - 0x5f, - 0x53, - 0xff, - 0x9e, - 0xfe, - 0xfe, - 0xde, - 0x0c, - 0xfe, - 0x3e, - 0x73, - 0xfe, - 0x7a, - 0x51, - 0xff, - 0x1a, - 0x9d, - 0x00, - 0xb8, - 0x1e, - 0x00, - 0x1a, - 0xc8, - 0xff, - 0xdf, - 0xd1, - 0xff, - 0x65, - 0x09, - 0xff, - 0x05, - 0x40, - 0xff, - 0x96, - 0xa8, - 0xfe, - 0x89, - 0x76, - 0xfe, - 0x2c, - 0x8d, - 0xfe, - 0x25, - 0x6f, - 0xfe, - 0xf9, - 0x97, - 0xff, - 0xe6, - 0x02, - 0x00, - 0x0a, - 0x50, - 0xff, - 0xa7, - 0xee, - 0xfe, - 0x6e, - 0x1c, - 0xff, - 0x74, - 0x05, - 0xff, - 0xf4, - 0x1c, - 0xff, - 0x53, - 0xcf, - 0xff, - 0xcc, - 0xe2, - 0xff, - 0x32, - 0x9e, - 0xff, - 0x69, - 0x4a, - 0xff, - 0x2b, - 0xf6, - 0xfe, - 0xde, - 0x55, - 0xff, - 0x64, - 0xb9, - 0xff, - 0x62, - 0x91, - 0xff, - 0x68, - 0x57, - 0xff, - 0xe5, - 0x32, - 0xff, - 0x4d, - 0x30, - 0xff, - 0xb6, - 0x54, - 0xff, - 0x26, - 0x98, - 0xff, - 0x6e, - 0xb3, - 0xff, - 0xe7, - 0xa9, - 0xff, - 0x50, - 0xac, - 0xff, - 0xc7, - 0x7d, - 0xff, - 0x24, - 0x4e, - 0xff, - 0x4f, - 0x3b, - 0xff, - 0x66, - 0x4c, - 0xff, - 0xbb, - 0x7e, - 0xff, - 0xdf, - 0xa0, - 0xff, - 0xcd, - 0xa8, - 0x0c, - 0x67, - 0x5a, - 0x1c, - 0xab, - 0x1c, - 0x0f, - 0x61, - 0x34, - 0xff, - 0xf8, - 0xe3, - 0x04, - 0x10, - 0xf7, - 0x02, - 0xd2, - 0x33, - 0xfa, - 0x2b, - 0xe5, - 0xff, - 0xf1, - 0xf2, - 0x06, - 0x7e, - 0x9b, - 0xfe, - 0x44, - 0x21, - 0xfb, - 0x33, - 0xd7, - 0x01, - 0xa5, - 0x6b, - 0x01, - 0x95, - 0xcc, - 0xff, - 0xf0, - 0x20, - 0xfe, - 0x5e, - 0x3d, - 0xfe, - 0x3a, - 0x34, - 0x00, - 0xc8, - 0x05, - 0xfe, - 0xe0, - 0x8b, - 0xfe, - 0x7d, - 0x7d, - 0xff, - 0x0c, - 0x61, - 0xff, - 0x5b, - 0x3c, - 0xff, - 0x14, - 0x2a, - 0xfe, - 0xce, - 0x45, - 0xfe, - 0x64, - 0x19, - 0xff, - 0xb5, - 0xd0, - 0x00, - 0x47, - 0x27, - 0x00, - 0x34, - 0xba, - 0xff, - 0x88, - 0x43, - 0x00, - 0xe4, - 0xd2, - 0xfe, - 0xff, - 0xc8, - 0xfe, - 0xbf, - 0xc0, - 0xfe, - 0xcc, - 0x6b, - 0xfe, - 0xf4, - 0x6f, - 0xfe, - 0x02, - 0x77, - 0xfe, - 0x2f, - 0x61, - 0xff, - 0x64, - 0xc2, - 0xff, - 0xdb, - 0x68, - 0xff, - 0x86, - 0xe2, - 0xfe, - 0x2a, - 0xd5, - 0xfe, - 0x7a, - 0xcb, - 0xfe, - 0x8f, - 0xf9, - 0xfe, - 0xf9, - 0xc2, - 0xff, - 0x68, - 0x6b, - 0xff, - 0x85, - 0x05, - 0xff, - 0x3f, - 0x56, - 0xff, - 0x15, - 0x4b, - 0xff, - 0x56, - 0x81, - 0xff, - 0xa0, - 0xe5, - 0xff, - 0x4b, - 0xe8, - 0xff, - 0x6a, - 0xa4, - 0xff, - 0x7c, - 0x5c, - 0xff, - 0x6e, - 0x4c, - 0xff, - 0x46, - 0x3f, - 0xff, - 0xa3, - 0x5e, - 0xff, - 0xc6, - 0x96, - 0xff, - 0x20, - 0xbc, - 0xff, - 0x9b, - 0xde, - 0xff, - 0x27, - 0xa2, - 0xff, - 0x35, - 0x51, - 0xff, - 0x32, - 0x3e, - 0xff, - 0xce, - 0x64, - 0xff, - 0x49, - 0xab, - 0xff, - 0x3c, - 0xac, - 0xff, - 0x26, - 0x08, - 0x0d, - 0xf6, - 0x46, - 0x1d, - 0x81, - 0xbc, - 0x0f, - 0x53, - 0xce, - 0xff, - 0xa3, - 0x60, - 0x05, - 0x1b, - 0xe4, - 0x02, - 0x6d, - 0x2c, - 0xfa, - 0x59, - 0x08, - 0xff, - 0xf0, - 0x99, - 0x06, - 0x0e, - 0x17, - 0xff, - 0x16, - 0xda, - 0xfa, - 0x24, - 0x07, - 0x02, - 0xf7, - 0x4b, - 0x01, - 0x68, - 0xd9, - 0xff, - 0xb9, - 0x77, - 0xfe, - 0x9c, - 0x8b, - 0xfd, - 0x6c, - 0x49, - 0x00, - 0x5d, - 0x2a, - 0xfe, - 0x68, - 0xf3, - 0xfd, - 0xe6, - 0x0d, - 0xff, - 0x4e, - 0x83, - 0xff, - 0x1b, - 0xab, - 0xff, - 0x9d, - 0x2b, - 0xfe, - 0x12, - 0x58, - 0xfe, - 0x24, - 0xa7, - 0xfe, - 0x21, - 0xd0, - 0x00, - 0x1e, - 0xbd, - 0x00, - 0x21, - 0x37, - 0xff, - 0x95, - 0x4e, - 0x00, - 0x86, - 0x38, - 0xff, - 0xee, - 0x84, - 0xfe, - 0x8a, - 0x90, - 0xfe, - 0x8f, - 0x2c, - 0xfe, - 0x6e, - 0x69, - 0xfe, - 0xc7, - 0x8c, - 0xfe, - 0x64, - 0x32, - 0xff, - 0xa0, - 0x55, - 0xff, - 0xed, - 0x6b, - 0xff, - 0x1a, - 0x37, - 0xff, - 0xe6, - 0x4f, - 0xfe, - 0xf9, - 0xa9, - 0xfe, - 0x41, - 0x46, - 0xff, - 0xe8, - 0x27, - 0xff, - 0x8d, - 0xc8, - 0xfe, - 0xe5, - 0xc5, - 0xfe, - 0xb4, - 0x74, - 0xff, - 0xcc, - 0x53, - 0xff, - 0x24, - 0x40, - 0xff, - 0x35, - 0x25, - 0x00, - 0xdb, - 0x6c, - 0x00, - 0xf6, - 0x01, - 0x00, - 0x28, - 0x64, - 0xff, - 0xaf, - 0x35, - 0xff, - 0xc4, - 0x3e, - 0xff, - 0xbc, - 0x45, - 0xff, - 0x21, - 0xa0, - 0xff, - 0x7b, - 0xcb, - 0xff, - 0x0f, - 0xd1, - 0xff, - 0x17, - 0x94, - 0xff, - 0xb1, - 0x52, - 0xff, - 0x93, - 0x5f, - 0xff, - 0x8c, - 0x8e, - 0xff, - 0x2f, - 0xb1, - 0xff, - 0xfa, - 0x99, - 0xff, - 0x4c, - 0x08, - 0x0d, - 0x89, - 0xf2, - 0x1d, - 0x7d, - 0x79, - 0x10, - 0x2a, - 0x47, - 0x00, - 0xbc, - 0x6c, - 0x06, - 0xe9, - 0x60, - 0x03, - 0x54, - 0xb0, - 0xf9, - 0x5f, - 0xe0, - 0xfd, - 0x9d, - 0x70, - 0x06, - 0x1c, - 0xb2, - 0xff, - 0x3b, - 0x1e, - 0xfa, - 0x9d, - 0x56, - 0x02, - 0xff, - 0x75, - 0x01, - 0x66, - 0x50, - 0xff, - 0xc8, - 0x1e, - 0xff, - 0x75, - 0x39, - 0xfd, - 0xd8, - 0xe3, - 0xff, - 0x87, - 0x51, - 0xfe, - 0x70, - 0xc3, - 0xfd, - 0x31, - 0x64, - 0xfe, - 0xe5, - 0x2b, - 0xff, - 0x71, - 0x6c, - 0x00, - 0xbb, - 0x26, - 0xfe, - 0x05, - 0x53, - 0xfe, - 0xec, - 0xa8, - 0xfe, - 0xd8, - 0x53, - 0x00, - 0xa0, - 0x43, - 0x01, - 0xbb, - 0x38, - 0xff, - 0x0e, - 0xbc, - 0xff, - 0x18, - 0x9c, - 0xff, - 0x05, - 0xcb, - 0xfe, - 0x57, - 0x24, - 0xfe, - 0x65, - 0xe8, - 0xfd, - 0x6f, - 0x81, - 0xfe, - 0x15, - 0x7d, - 0xfe, - 0x17, - 0xdd, - 0xfe, - 0x5e, - 0x21, - 0xff, - 0x2f, - 0x46, - 0xff, - 0x2b, - 0x38, - 0xff, - 0xf5, - 0x73, - 0xfe, - 0x95, - 0x6d, - 0xfe, - 0x07, - 0x07, - 0xff, - 0xa5, - 0xc7, - 0xfe, - 0xeb, - 0x86, - 0xfe, - 0xe4, - 0xe4, - 0xfe, - 0x81, - 0x34, - 0xff, - 0x47, - 0x16, - 0xff, - 0x73, - 0x3b, - 0xff, - 0x26, - 0x4c, - 0x00, - 0x79, - 0xad, - 0x00, - 0x57, - 0x2c, - 0x00, - 0x43, - 0x7e, - 0xff, - 0x82, - 0x1d, - 0xff, - 0x44, - 0x36, - 0xff, - 0xd7, - 0x58, - 0xff, - 0x8c, - 0xcb, - 0xff, - 0xf7, - 0xcf, - 0xff, - 0x82, - 0x9e, - 0xff, - 0xcc, - 0x8d, - 0xff, - 0x28, - 0x5f, - 0xff, - 0x51, - 0x6e, - 0xff, - 0x92, - 0x87, - 0xff, - 0x23, - 0xaa, - 0xff, - 0x6e, - 0xa7, - 0xff, - 0x06, - 0xd6, - 0x0e, - 0xa1, - 0x45, - 0x1f, - 0xbf, - 0x11, - 0x0e, - 0x9a, - 0x88, - 0x00, - 0x62, - 0x9d, - 0x09, - 0x98, - 0xf5, - 0x02, - 0x0d, - 0xe4, - 0xf7, - 0x22, - 0x18, - 0xfe, - 0xd8, - 0x02, - 0x07, - 0x81, - 0x8e, - 0xfe, - 0xc2, - 0xd9, - 0xf9, - 0x27, - 0x3e, - 0x03, - 0x1a, - 0x2b, - 0x01, - 0x10, - 0x1c, - 0xff, - 0xa0, - 0x0c, - 0xff, - 0x0b, - 0x9a, - 0xfd, - 0xe4, - 0xbe, - 0xff, - 0xbb, - 0xa0, - 0xfd, - 0x53, - 0x2d, - 0xfe, - 0xe1, - 0xf2, - 0xfd, - 0x95, - 0x92, - 0xfe, - 0x95, - 0xd0, - 0x00, - 0xd1, - 0x74, - 0xfe, - 0x83, - 0x4e, - 0xfe, - 0x6c, - 0xd2, - 0xfe, - 0xc5, - 0x62, - 0x00, - 0xca, - 0xe7, - 0x00, - 0xa2, - 0x99, - 0xff, - 0xd5, - 0xb1, - 0xff, - 0x13, - 0x4b, - 0xff, - 0x20, - 0x0e, - 0xff, - 0xd1, - 0xf4, - 0xfd, - 0x9f, - 0xe2, - 0xfd, - 0x53, - 0x89, - 0xfe, - 0xc8, - 0x51, - 0xfe, - 0xd3, - 0x9b, - 0xfe, - 0x94, - 0xfc, - 0xfe, - 0x7e, - 0x1a, - 0xff, - 0x9f, - 0xef, - 0xfe, - 0xce, - 0xd6, - 0xfe, - 0xe7, - 0x2f, - 0xfe, - 0xe3, - 0x54, - 0xfe, - 0x29, - 0xf4, - 0xfe, - 0x5e, - 0xc8, - 0xfe, - 0xb6, - 0xc6, - 0xfe, - 0xc4, - 0xcc, - 0xfe, - 0x4d, - 0x1e, - 0xff, - 0xc3, - 0x96, - 0xff, - 0x42, - 0x45, - 0x00, - 0x47, - 0x8a, - 0x00, - 0x90, - 0x11, - 0x00, - 0x77, - 0x93, - 0xff, - 0x9e, - 0x30, - 0xff, - 0x4a, - 0x41, - 0xff, - 0x86, - 0x7b, - 0xff, - 0x9b, - 0xca, - 0xff, - 0xe1, - 0xea, - 0xff, - 0x01, - 0xa4, - 0xff, - 0x88, - 0x6f, - 0xff, - 0xb6, - 0x6c, - 0xff, - 0xf8, - 0x74, - 0xff, - 0xab, - 0x81, - 0xff, - 0xa4, - 0x99, - 0xff, - 0x42, - 0xad, - 0xff, - 0x4d, - 0xc2, - 0x0f, - 0x6a, - 0x18, - 0x20, - 0x11, - 0x48, - 0x0c, - 0x44, - 0xe8, - 0x00, - 0x61, - 0xc7, - 0x0d, - 0xa2, - 0xda, - 0x02, - 0x06, - 0x1c, - 0xf5, - 0x53, - 0xf4, - 0xfe, - 0x09, - 0x34, - 0x08, - 0xd0, - 0x09, - 0xfd, - 0xe9, - 0xec, - 0xf8, - 0x9a, - 0x60, - 0x04, - 0x02, - 0x88, - 0x01, - 0x84, - 0xa4, - 0xfe, - 0xa7, - 0xe3, - 0xfe, - 0xc5, - 0xd9, - 0xfd, - 0x27, - 0x19, - 0x00, - 0x03, - 0x27, - 0xfd, - 0x26, - 0x29, - 0xfe, - 0x34, - 0xf7, - 0xfd, - 0x38, - 0xa6, - 0xfd, - 0x47, - 0xd0, - 0x00, - 0xf0, - 0x60, - 0xff, - 0xd0, - 0x54, - 0xfe, - 0xa0, - 0x8b, - 0xfe, - 0xbb, - 0xd5, - 0x00, - 0x66, - 0x9d, - 0x00, - 0x58, - 0xb2, - 0xff, - 0xe0, - 0x4c, - 0x00, - 0x8b, - 0x99, - 0xfe, - 0x37, - 0x13, - 0xff, - 0x1c, - 0x85, - 0xfe, - 0x06, - 0xbf, - 0xfd, - 0x17, - 0x3b, - 0xfe, - 0xd2, - 0x56, - 0xfe, - 0xbc, - 0xbd, - 0xfe, - 0x6b, - 0x5e, - 0xfe, - 0x32, - 0xfd, - 0xfe, - 0xf2, - 0xfb, - 0xfe, - 0x62, - 0x6e, - 0xfe, - 0xbf, - 0x27, - 0xfe, - 0xaf, - 0x28, - 0xfe, - 0xf2, - 0x2c, - 0xff, - 0x1e, - 0xf7, - 0xfe, - 0x4f, - 0x6d, - 0xfe, - 0xde, - 0xcf, - 0xfe, - 0xa4, - 0x55, - 0xff, - 0x82, - 0xd5, - 0xff, - 0x9b, - 0x24, - 0x00, - 0x78, - 0x36, - 0x00, - 0xc4, - 0x05, - 0x00, - 0x39, - 0x95, - 0xff, - 0xef, - 0x40, - 0xff, - 0x14, - 0x43, - 0xff, - 0xd0, - 0x95, - 0xff, - 0x6f, - 0xe5, - 0xff, - 0xd3, - 0xce, - 0xff, - 0xb2, - 0xae, - 0xff, - 0xc8, - 0x82, - 0xff, - 0x58, - 0x74, - 0xff, - 0x47, - 0x74, - 0xff, - 0xb6, - 0x69, - 0xff, - 0x42, - 0xa0, - 0xff, - 0xd1, - 0xae, - 0xff, - 0xb8, - 0x92, - 0x0f, - 0x9c, - 0x23, - 0x20, - 0x4f, - 0xc8, - 0x0b, - 0xdd, - 0x7a, - 0x01, - 0x31, - 0xa6, - 0x11, - 0x72, - 0x5e, - 0x03, - 0x2f, - 0x09, - 0xf2, - 0x9f, - 0x33, - 0x00, - 0x0b, - 0x43, - 0x0a, - 0x7e, - 0xc8, - 0xfa, - 0x38, - 0xe0, - 0xf6, - 0x18, - 0x0e, - 0x06, - 0x9c, - 0xa1, - 0x02, - 0x26, - 0xbe, - 0xfd, - 0xdc, - 0x84, - 0xfe, - 0x89, - 0xdd, - 0xfd, - 0x5d, - 0xd5, - 0x00, - 0xd5, - 0x0a, - 0xfd, - 0x95, - 0xb4, - 0xfd, - 0xc2, - 0x3e, - 0xfe, - 0x20, - 0xad, - 0xfc, - 0x02, - 0x37, - 0x00, - 0x07, - 0x47, - 0x00, - 0x87, - 0xe3, - 0xfe, - 0xe0, - 0xfb, - 0xfd, - 0x3e, - 0x01, - 0x01, - 0x2b, - 0xe3, - 0x00, - 0xdc, - 0x52, - 0xff, - 0x34, - 0x0a, - 0x01, - 0x5b, - 0x6d, - 0xfe, - 0xf2, - 0xa8, - 0xfe, - 0xd7, - 0x1b, - 0xff, - 0xab, - 0xa2, - 0xfd, - 0x58, - 0xef, - 0xfd, - 0x01, - 0x6e, - 0xfe, - 0x33, - 0xe7, - 0xfe, - 0xa3, - 0xa2, - 0xfd, - 0xc4, - 0xbd, - 0xfe, - 0x99, - 0x46, - 0xff, - 0x61, - 0xae, - 0xfd, - 0xc1, - 0x08, - 0xfe, - 0xe7, - 0x69, - 0xfe, - 0x80, - 0x33, - 0xff, - 0x8f, - 0x0f, - 0xff, - 0xff, - 0x5b, - 0xfe, - 0xfc, - 0xf7, - 0xfe, - 0x1c, - 0x50, - 0xff, - 0x8b, - 0xd5, - 0xff, - 0x15, - 0x52, - 0x00, - 0x5d, - 0x1f, - 0x00, - 0x8c, - 0xb4, - 0xff, - 0x08, - 0x66, - 0xff, - 0xbb, - 0x83, - 0xff, - 0x02, - 0x5e, - 0xff, - 0xb3, - 0x6c, - 0xff, - 0xe2, - 0xdc, - 0xff, - 0xec, - 0xd1, - 0xff, - 0x45, - 0xbe, - 0xff, - 0x67, - 0x84, - 0xff, - 0x55, - 0x66, - 0xff, - 0xca, - 0x7d, - 0xff, - 0x88, - 0x7d, - 0xff, - 0xba, - 0x93, - 0xff, - 0x93, - 0x98, - 0xff, - 0x60, - 0x57, - 0x10, - 0x8b, - 0x0f, - 0x22, - 0x68, - 0x44, - 0x0b, - 0x84, - 0x9a, - 0xfe, - 0x98, - 0x22, - 0x13, - 0xad, - 0xab, - 0x06, - 0x68, - 0xe7, - 0xf0, - 0xb3, - 0x15, - 0xff, - 0x3f, - 0x59, - 0x0b, - 0x15, - 0xb1, - 0xf9, - 0x1b, - 0x42, - 0xf5, - 0xca, - 0x2a, - 0x07, - 0x4c, - 0x48, - 0x03, - 0xe8, - 0xcd, - 0xfc, - 0xc1, - 0x24, - 0xfe, - 0x1c, - 0x28, - 0xfe, - 0x44, - 0x4f, - 0x01, - 0x1a, - 0x88, - 0xfc, - 0x7b, - 0x46, - 0xfd, - 0xb9, - 0xd5, - 0xfe, - 0x36, - 0x3a, - 0xfc, - 0x1d, - 0x0e, - 0xff, - 0x8e, - 0x3c, - 0x00, - 0xd9, - 0xf7, - 0xff, - 0x95, - 0xfd, - 0xfd, - 0x03, - 0x76, - 0x00, - 0xcf, - 0x6b, - 0x01, - 0x9e, - 0x3c, - 0xff, - 0x06, - 0x0e, - 0x01, - 0x0e, - 0xbd, - 0xfe, - 0x74, - 0x53, - 0xfe, - 0x62, - 0x37, - 0xff, - 0x36, - 0x99, - 0xfd, - 0x78, - 0xa4, - 0xfd, - 0x78, - 0x57, - 0xfe, - 0x2a, - 0xfa, - 0xfe, - 0x93, - 0x76, - 0xfd, - 0x72, - 0x09, - 0xfe, - 0x3f, - 0x19, - 0xff, - 0xb2, - 0x88, - 0xfd, - 0xca, - 0xcb, - 0xfd, - 0x83, - 0x9f, - 0xfe, - 0xc1, - 0x16, - 0xff, - 0xbc, - 0x02, - 0xff, - 0x9b, - 0xa1, - 0xfe, - 0x7a, - 0x04, - 0xff, - 0x58, - 0x25, - 0xff, - 0x38, - 0xed, - 0xff, - 0xf7, - 0xa0, - 0x00, - 0xd8, - 0xf5, - 0xff, - 0x05, - 0x52, - 0xff, - 0xd8, - 0x50, - 0xff, - 0x06, - 0x9d, - 0xff, - 0xe0, - 0x5a, - 0xff, - 0x28, - 0x52, - 0xff, - 0x9c, - 0xd8, - 0xff, - 0xf2, - 0xbd, - 0xff, - 0x10, - 0x9a, - 0xff, - 0x5e, - 0x74, - 0xff, - 0xeb, - 0x5c, - 0xff, - 0x53, - 0x82, - 0xff, - 0xfb, - 0x8c, - 0xff, - 0xe8, - 0x83, - 0xff, - 0xcb, - 0x7f, - 0xff, - 0x90, - 0xf2, - 0x11, - 0xf9, - 0xcb, - 0x24, - 0xfb, - 0x46, - 0x0a, - 0x7e, - 0xe3, - 0xfa, - 0xe7, - 0x3b, - 0x13, - 0x3d, - 0x2b, - 0x0a, - 0xcd, - 0x94, - 0xf1, - 0x88, - 0x91, - 0xfd, - 0xf9, - 0x84, - 0x0b, - 0x81, - 0x07, - 0xf9, - 0x37, - 0x3e, - 0xf4, - 0x4b, - 0xfd, - 0x07, - 0xff, - 0xbb, - 0x03, - 0xba, - 0x2c, - 0xfc, - 0x49, - 0x62, - 0xfd, - 0x86, - 0xaf, - 0xfe, - 0xbf, - 0xed, - 0x01, - 0xd6, - 0xe0, - 0xfb, - 0xf5, - 0xe6, - 0xfc, - 0xe3, - 0x2e, - 0xff, - 0xd4, - 0x72, - 0xfc, - 0x35, - 0x23, - 0xfe, - 0x46, - 0x75, - 0xff, - 0x21, - 0xcc, - 0x00, - 0x83, - 0xaf, - 0xfe, - 0xd3, - 0xf5, - 0xff, - 0xc6, - 0x8c, - 0x01, - 0xa6, - 0xce, - 0xff, - 0x02, - 0xc3, - 0x00, - 0x1e, - 0xfa, - 0xfe, - 0x99, - 0x99, - 0xfe, - 0xa4, - 0xf0, - 0xfe, - 0x96, - 0x7d, - 0xfd, - 0xc2, - 0x79, - 0xfd, - 0x0f, - 0x29, - 0xfe, - 0x63, - 0xf2, - 0xfe, - 0x1c, - 0xa7, - 0xfd, - 0xd7, - 0x55, - 0xfd, - 0xc5, - 0x7a, - 0xfe, - 0xb8, - 0xe5, - 0xfd, - 0x5d, - 0xc0, - 0xfd, - 0x80, - 0xab, - 0xfe, - 0x71, - 0x14, - 0xff, - 0x06, - 0xd3, - 0xfe, - 0xbd, - 0xbf, - 0xfe, - 0x99, - 0x28, - 0xff, - 0x2c, - 0x4b, - 0xff, - 0xef, - 0xf6, - 0xff, - 0x49, - 0xb1, - 0x00, - 0x56, - 0xe9, - 0xff, - 0xfc, - 0x3a, - 0xff, - 0xac, - 0x3a, - 0xff, - 0x10, - 0x76, - 0xff, - 0x4d, - 0x71, - 0xff, - 0x68, - 0x66, - 0xff, - 0x3f, - 0xce, - 0xff, - 0x6d, - 0xa0, - 0xff, - 0x6b, - 0x65, - 0xff, - 0x78, - 0x5d, - 0xff, - 0x25, - 0x6a, - 0xff, - 0x41, - 0x7c, - 0xff, - 0xe7, - 0x78, - 0xff, - 0x05, - 0x8a, - 0xff, - 0x78, - 0x83, - 0xff, - 0xee, - 0x66, - 0x14, - 0xe4, - 0xa6, - 0x27, - 0x1f, - 0xfb, - 0x07, - 0x0c, - 0xac, - 0xf7, - 0xf4, - 0x43, - 0x13, - 0x6c, - 0xe1, - 0x0b, - 0xe0, - 0x48, - 0xf3, - 0x3f, - 0x7e, - 0xfd, - 0x62, - 0x82, - 0x0a, - 0xf0, - 0x11, - 0xf8, - 0x49, - 0x43, - 0xf4, - 0xc5, - 0x81, - 0x08, - 0xad, - 0xe3, - 0x03, - 0x8a, - 0xc9, - 0xfb, - 0xf1, - 0x5d, - 0xfc, - 0x32, - 0x51, - 0xff, - 0xd1, - 0x4b, - 0x02, - 0x50, - 0x27, - 0xfb, - 0x28, - 0xcb, - 0xfc, - 0x8a, - 0x17, - 0xff, - 0xd1, - 0xe0, - 0xfc, - 0xc4, - 0xa1, - 0xfd, - 0xda, - 0x5e, - 0xfe, - 0x00, - 0x1f, - 0x01, - 0xa3, - 0xa7, - 0xff, - 0xe9, - 0xcc, - 0xff, - 0x73, - 0x2b, - 0x01, - 0xf4, - 0xb3, - 0x00, - 0xb1, - 0xa6, - 0x00, - 0x3b, - 0xfe, - 0xfe, - 0x79, - 0x42, - 0xff, - 0xca, - 0x67, - 0xfe, - 0xa2, - 0x2c, - 0xfd, - 0xff, - 0x84, - 0xfd, - 0xf4, - 0x07, - 0xfe, - 0x24, - 0xb5, - 0xfe, - 0xf1, - 0xac, - 0xfd, - 0xc1, - 0xf9, - 0xfc, - 0x57, - 0xd7, - 0xfd, - 0x9c, - 0x35, - 0xfe, - 0x8c, - 0xf1, - 0xfd, - 0xac, - 0xb7, - 0xfe, - 0x33, - 0x08, - 0xff, - 0xce, - 0x66, - 0xfe, - 0xa3, - 0xc0, - 0xfe, - 0x2a, - 0x70, - 0xff, - 0xe9, - 0x76, - 0xff, - 0x85, - 0xf4, - 0xff, - 0x87, - 0xae, - 0x00, - 0xc8, - 0xea, - 0xff, - 0xbf, - 0x40, - 0xff, - 0x49, - 0x22, - 0xff, - 0xc7, - 0x3a, - 0xff, - 0xed, - 0x8a, - 0xff, - 0xfc, - 0x9d, - 0xff, - 0x4f, - 0xc0, - 0xff, - 0x61, - 0x6b, - 0xff, - 0x5c, - 0x49, - 0xff, - 0x47, - 0x4d, - 0xff, - 0xca, - 0x4e, - 0xff, - 0x01, - 0x5f, - 0xff, - 0x2f, - 0x65, - 0xff, - 0xf8, - 0x92, - 0xff, - 0x27, - 0x7d, - 0xff, - 0x86, - 0x28, - 0x15, - 0x02, - 0x8b, - 0x2a, - 0x81, - 0xe2, - 0x08, - 0xdc, - 0x93, - 0xf3, - 0x34, - 0x18, - 0x11, - 0x06, - 0xb8, - 0x0e, - 0x1f, - 0x19, - 0xf6, - 0x39, - 0xcf, - 0xfc, - 0x02, - 0x2e, - 0x09, - 0xc0, - 0x72, - 0xf8, - 0x25, - 0x9e, - 0xf3, - 0x0a, - 0x1e, - 0x08, - 0x95, - 0xc1, - 0x04, - 0xaa, - 0x9b, - 0xfb, - 0x10, - 0x86, - 0xfb, - 0x9f, - 0x44, - 0xff, - 0x2a, - 0xe8, - 0x02, - 0xd6, - 0xee, - 0xfa, - 0xde, - 0x6c, - 0xfc, - 0x0c, - 0x11, - 0xff, - 0xe4, - 0x36, - 0xfd, - 0xc1, - 0xc6, - 0xfd, - 0xb4, - 0x1f, - 0xfd, - 0x65, - 0xd2, - 0x00, - 0x73, - 0xb9, - 0x00, - 0x4f, - 0xf8, - 0xff, - 0xc4, - 0xba, - 0x00, - 0x6e, - 0x39, - 0x01, - 0xbf, - 0x36, - 0x01, - 0x2b, - 0x0d, - 0xff, - 0x90, - 0xb8, - 0xff, - 0xd9, - 0x19, - 0xfe, - 0x0d, - 0xc7, - 0xfc, - 0xde, - 0x96, - 0xfd, - 0x64, - 0xc4, - 0xfd, - 0xa7, - 0x87, - 0xfe, - 0xf2, - 0x92, - 0xfd, - 0xbd, - 0xcf, - 0xfc, - 0xcb, - 0x67, - 0xfd, - 0x6b, - 0x4f, - 0xfe, - 0xbd, - 0x7e, - 0xfe, - 0x77, - 0xcd, - 0xfe, - 0x49, - 0xc4, - 0xfe, - 0x77, - 0xf4, - 0xfd, - 0x3a, - 0xc6, - 0xfe, - 0xc7, - 0xc3, - 0xff, - 0x7b, - 0x96, - 0xff, - 0xa8, - 0xdb, - 0xff, - 0xe4, - 0x97, - 0x00, - 0x66, - 0x10, - 0x00, - 0xec, - 0x5e, - 0xff, - 0x3b, - 0x0e, - 0xff, - 0x43, - 0x03, - 0xff, - 0x68, - 0x84, - 0xff, - 0xe9, - 0xc8, - 0xff, - 0x27, - 0xd7, - 0xff, - 0xda, - 0x53, - 0xff, - 0x0b, - 0x23, - 0xff, - 0x3b, - 0x25, - 0xff, - 0x13, - 0x30, - 0xff, - 0x9b, - 0x5e, - 0xff, - 0x42, - 0x4d, - 0xff, - 0x84, - 0x8c, - 0xff, - 0x18, - 0x7b, - 0xff, - 0xdc, - 0xd8, - 0x17, - 0x1d, - 0x5c, - 0x2d, - 0xb1, - 0x04, - 0x07, - 0xbe, - 0x13, - 0xf1, - 0xc8, - 0xb0, - 0x0f, - 0x48, - 0x09, - 0x0f, - 0xd8, - 0x70, - 0xf8, - 0x1c, - 0xfd, - 0xfd, - 0x74, - 0x15, - 0x08, - 0x6f, - 0x85, - 0xf6, - 0xa4, - 0xa7, - 0xf4, - 0x4b, - 0x88, - 0x08, - 0xf8, - 0xd5, - 0x03, - 0x9a, - 0x24, - 0xfc, - 0xcd, - 0x8e, - 0xfa, - 0x74, - 0x70, - 0xff, - 0x16, - 0x0d, - 0x03, - 0x49, - 0x69, - 0xfa, - 0xb8, - 0xce, - 0xfc, - 0x97, - 0x6d, - 0xfe, - 0x0c, - 0xb7, - 0xfd, - 0xf6, - 0xfb, - 0xfd, - 0x5d, - 0x71, - 0xfc, - 0xdc, - 0x50, - 0x00, - 0xe3, - 0xd9, - 0x00, - 0xb9, - 0xf2, - 0x00, - 0x72, - 0x4e, - 0x00, - 0xda, - 0x62, - 0x01, - 0xf9, - 0xfd, - 0x01, - 0x92, - 0x37, - 0xff, - 0xed, - 0xde, - 0xff, - 0xf4, - 0xb0, - 0xfd, - 0x22, - 0xb8, - 0xfc, - 0x7a, - 0x77, - 0xfd, - 0x65, - 0x5c, - 0xfd, - 0x3e, - 0x5d, - 0xfe, - 0x18, - 0x4b, - 0xfd, - 0xf8, - 0xb2, - 0xfc, - 0x5d, - 0x47, - 0xfd, - 0xe5, - 0x57, - 0xfe, - 0xad, - 0x19, - 0xff, - 0xbc, - 0xf9, - 0xfe, - 0x39, - 0x43, - 0xfe, - 0xdd, - 0xa8, - 0xfd, - 0x3a, - 0xd3, - 0xfe, - 0x38, - 0xf6, - 0xff, - 0x05, - 0xaa, - 0xff, - 0x7b, - 0xce, - 0xff, - 0x94, - 0x7a, - 0x00, - 0x1d, - 0x1a, - 0x00, - 0x98, - 0x88, - 0xff, - 0x23, - 0xe9, - 0xfe, - 0x69, - 0xe0, - 0xfe, - 0xe9, - 0x82, - 0xff, - 0x69, - 0xdf, - 0xff, - 0x45, - 0xee, - 0xff, - 0xc6, - 0x49, - 0xff, - 0x23, - 0x04, - 0xff, - 0xd7, - 0xe9, - 0xfe, - 0xa9, - 0x09, - 0xff, - 0x02, - 0x56, - 0xff, - 0x8e, - 0x5d, - 0xff, - 0x68, - 0x7f, - 0xff, - 0x51, - 0x69, - 0xff, - 0x65, - 0x8c, - 0x18, - 0x03, - 0x1b, - 0x30, - 0xda, - 0x66, - 0x08, - 0x02, - 0xba, - 0xed, - 0xe6, - 0xca, - 0x0c, - 0x2f, - 0x0f, - 0x10, - 0xc1, - 0x7a, - 0xfa, - 0xbf, - 0x19, - 0xff, - 0xa5, - 0x9b, - 0x07, - 0x09, - 0x36, - 0xf5, - 0xfc, - 0xd6, - 0xf4, - 0xf7, - 0xd9, - 0x08, - 0xb3, - 0x04, - 0x03, - 0x64, - 0x81, - 0xfc, - 0x8b, - 0x7e, - 0xfa, - 0xa5, - 0x76, - 0xfe, - 0x0c, - 0x24, - 0x03, - 0xfe, - 0x82, - 0xfa, - 0x3c, - 0xc1, - 0xfc, - 0xd5, - 0x0b, - 0xfe, - 0x73, - 0xd3, - 0xfd, - 0x3e, - 0x93, - 0xfe, - 0x96, - 0x12, - 0xfc, - 0x7e, - 0x8f, - 0xff, - 0x4a, - 0x71, - 0x00, - 0x5a, - 0xc0, - 0x01, - 0x21, - 0x80, - 0x00, - 0x63, - 0x1c, - 0x01, - 0x66, - 0xf8, - 0x02, - 0x11, - 0x7f, - 0xff, - 0xc3, - 0xb8, - 0xff, - 0xff, - 0xae, - 0xfd, - 0x72, - 0xb2, - 0xfc, - 0xe3, - 0x51, - 0xfd, - 0x06, - 0xd1, - 0xfc, - 0x19, - 0x14, - 0xfe, - 0xb6, - 0xdf, - 0xfc, - 0x40, - 0xb1, - 0xfc, - 0x8f, - 0x86, - 0xfd, - 0x00, - 0x42, - 0xfe, - 0x82, - 0x84, - 0xff, - 0x71, - 0x3a, - 0xff, - 0xd3, - 0xe5, - 0xfd, - 0xc9, - 0x71, - 0xfd, - 0x25, - 0xdc, - 0xfe, - 0x8a, - 0xdf, - 0xff, - 0x95, - 0x9b, - 0xff, - 0x97, - 0xd4, - 0xff, - 0x44, - 0x6f, - 0x00, - 0x8b, - 0x34, - 0x00, - 0xfd, - 0x93, - 0xff, - 0x91, - 0xba, - 0xfe, - 0x7c, - 0xca, - 0xfe, - 0x24, - 0x9f, - 0xff, - 0x2f, - 0xf4, - 0xff, - 0x77, - 0xed, - 0xff, - 0xaa, - 0x3a, - 0xff, - 0x11, - 0xec, - 0xfe, - 0x08, - 0xd5, - 0xfe, - 0xda, - 0xda, - 0xfe, - 0x24, - 0x35, - 0xff, - 0xd6, - 0x74, - 0xff, - 0x30, - 0x8d, - 0xff, - 0x97, - 0x5f, - 0xff, - 0x66, - 0x37, - 0x18, - 0x9b, - 0xf3, - 0x32, - 0x71, - 0x6b, - 0x0b, - 0x3f, - 0x1f, - 0xea, - 0x4e, - 0xdf, - 0x09, - 0x54, - 0x9a, - 0x10, - 0xc5, - 0x86, - 0xfb, - 0xbe, - 0xd9, - 0x00, - 0xf6, - 0xbc, - 0x07, - 0x11, - 0x5e, - 0xf4, - 0xaf, - 0x29, - 0xf4, - 0x42, - 0x85, - 0x09, - 0x01, - 0x76, - 0x02, - 0xff, - 0x08, - 0xfc, - 0x2a, - 0xba, - 0xfb, - 0x44, - 0xcf, - 0xfc, - 0x17, - 0xd3, - 0x02, - 0xe8, - 0x1a, - 0xfb, - 0x96, - 0x82, - 0xfc, - 0x09, - 0x0f, - 0xfe, - 0x2b, - 0x70, - 0xfd, - 0x5f, - 0xb3, - 0xff, - 0xa9, - 0xc5, - 0xfb, - 0xeb, - 0xec, - 0xfe, - 0x88, - 0x07, - 0x00, - 0x83, - 0xa6, - 0x01, - 0x61, - 0x68, - 0x01, - 0xf7, - 0xbf, - 0x00, - 0xe7, - 0x10, - 0x04, - 0x98, - 0xdf, - 0xff, - 0xac, - 0x2b, - 0xff, - 0x6b, - 0x37, - 0xfe, - 0x2f, - 0x7c, - 0xfc, - 0x4e, - 0x3a, - 0xfd, - 0xc8, - 0x65, - 0xfc, - 0x81, - 0xa2, - 0xfd, - 0x31, - 0x6a, - 0xfc, - 0x52, - 0x86, - 0xfc, - 0xbb, - 0x23, - 0xfe, - 0x83, - 0x63, - 0xfe, - 0x56, - 0xad, - 0xff, - 0xe4, - 0x52, - 0xff, - 0x70, - 0xb9, - 0xfd, - 0xf3, - 0x86, - 0xfd, - 0xca, - 0xda, - 0xfe, - 0xa1, - 0x90, - 0xff, - 0x74, - 0x57, - 0xff, - 0xe3, - 0xc8, - 0xff, - 0x16, - 0xb2, - 0x00, - 0x43, - 0x53, - 0x00, - 0xd8, - 0x71, - 0xff, - 0xc3, - 0x97, - 0xfe, - 0x5d, - 0xa2, - 0xfe, - 0xc1, - 0xdf, - 0xff, - 0x45, - 0x12, - 0x00, - 0x26, - 0xd6, - 0xff, - 0x8d, - 0x25, - 0xff, - 0xeb, - 0xd5, - 0xfe, - 0xf9, - 0xd5, - 0xfe, - 0x38, - 0xa8, - 0xfe, - 0x6b, - 0x30, - 0xff, - 0xd0, - 0x70, - 0xff, - 0x8d, - 0xaa, - 0xff, - 0x3d, - 0x77, - 0xff, - 0x31, - 0xa7, - 0x1c, - 0x92, - 0x3d, - 0x36, - 0x70, - 0x85, - 0x05, - 0x04, - 0xf2, - 0xe8, - 0x48, - 0x9d, - 0x0c, - 0x9a, - 0x3e, - 0x0c, - 0x0d, - 0x21, - 0xfb, - 0x6e, - 0x48, - 0x05, - 0x7d, - 0x88, - 0x06, - 0x82, - 0x5a, - 0xf1, - 0x8d, - 0x75, - 0xf6, - 0x0f, - 0xbc, - 0x0a, - 0xcc, - 0xdd, - 0xff, - 0xee, - 0x15, - 0xfc, - 0x7f, - 0x6d, - 0xfc, - 0xc2, - 0x40, - 0xfc, - 0xf1, - 0xb7, - 0x01, - 0x55, - 0xfc, - 0xfa, - 0xf7, - 0x37, - 0xfd, - 0x7b, - 0x77, - 0xfd, - 0xab, - 0xdc, - 0xfd, - 0x57, - 0x1e, - 0x00, - 0x97, - 0xac, - 0xfb, - 0xaf, - 0xd6, - 0xfe, - 0x07, - 0x7f, - 0xff, - 0x56, - 0xa7, - 0x01, - 0x61, - 0x64, - 0x01, - 0x0e, - 0x6f, - 0x01, - 0x04, - 0x06, - 0x05, - 0x55, - 0xb3, - 0xff, - 0x16, - 0x8e, - 0xfe, - 0xd1, - 0x72, - 0xfe, - 0xf9, - 0x7d, - 0xfc, - 0x63, - 0x9b, - 0xfc, - 0x6f, - 0x89, - 0xfc, - 0x7c, - 0x1e, - 0xfd, - 0x1e, - 0xb5, - 0xfb, - 0xd0, - 0x99, - 0xfc, - 0x81, - 0x88, - 0xfe, - 0x55, - 0x35, - 0xff, - 0xfa, - 0xe2, - 0xff, - 0xde, - 0xb7, - 0xfe, - 0xb4, - 0x8a, - 0xfd, - 0x76, - 0x29, - 0xfe, - 0x45, - 0xe2, - 0xfe, - 0x2c, - 0xfa, - 0xfe, - 0x7e, - 0x09, - 0xff, - 0x05, - 0xc7, - 0xff, - 0x0d, - 0x0e, - 0x01, - 0x49, - 0x64, - 0x00, - 0x71, - 0x1c, - 0xff, - 0x1b, - 0x61, - 0xfe, - 0xb6, - 0xbf, - 0xfe, - 0xf8, - 0x14, - 0x00, - 0x94, - 0x21, - 0x00, - 0xd7, - 0xb2, - 0xff, - 0xf2, - 0xfa, - 0xfe, - 0x05, - 0xd2, - 0xfe, - 0xb1, - 0xa6, - 0xfe, - 0x13, - 0x92, - 0xfe, - 0xc5, - 0x44, - 0xff, - 0xc4, - 0x82, - 0xff, - 0x53, - 0xbf, - 0xff, - 0x67, - 0x76, - 0xff, - 0xd1, - 0x3a, - 0x1f, - 0x32, - 0x52, - 0x39, - 0xe6, - 0x9f, - 0x02, - 0x9f, - 0x8e, - 0xe7, - 0xf9, - 0x32, - 0x0e, - 0xb8, - 0x4d, - 0x08, - 0xfe, - 0xca, - 0xfa, - 0x86, - 0xc2, - 0x08, - 0x5f, - 0x74, - 0x05, - 0xab, - 0x99, - 0xf0, - 0x60, - 0x3e, - 0xf7, - 0x63, - 0x1a, - 0x0b, - 0x97, - 0x81, - 0xfe, - 0x9e, - 0xb9, - 0xfb, - 0xb5, - 0xca, - 0xfd, - 0x20, - 0xa9, - 0xfa, - 0x46, - 0x00, - 0x01, - 0x2f, - 0x87, - 0xfb, - 0xfc, - 0xf2, - 0xfc, - 0x08, - 0xfd, - 0xfd, - 0xed, - 0xc2, - 0xfd, - 0xda, - 0x68, - 0x00, - 0xe2, - 0x2a, - 0xfc, - 0x7c, - 0x6c, - 0xfe, - 0x12, - 0x23, - 0xff, - 0x28, - 0x82, - 0x01, - 0x7d, - 0x47, - 0x01, - 0x96, - 0xd1, - 0x01, - 0x83, - 0x6d, - 0x06, - 0x56, - 0xad, - 0xff, - 0xc2, - 0x8c, - 0xfd, - 0x85, - 0xe7, - 0xfe, - 0xa4, - 0x60, - 0xfc, - 0xb7, - 0xf9, - 0xfb, - 0x45, - 0xd8, - 0xfc, - 0x64, - 0xed, - 0xfc, - 0x08, - 0x0a, - 0xfb, - 0x0e, - 0x73, - 0xfc, - 0x94, - 0xd9, - 0xfe, - 0xf8, - 0x18, - 0x00, - 0x19, - 0x26, - 0x00, - 0x03, - 0x04, - 0xfe, - 0x7a, - 0x8e, - 0xfd, - 0x35, - 0xba, - 0xfe, - 0xd8, - 0xd5, - 0xfe, - 0xda, - 0x6a, - 0xfe, - 0x27, - 0xc3, - 0xfe, - 0x94, - 0xc0, - 0xff, - 0xc6, - 0x25, - 0x01, - 0x56, - 0x87, - 0x00, - 0x9d, - 0xd4, - 0xfe, - 0xc1, - 0x56, - 0xfe, - 0x29, - 0xf3, - 0xfe, - 0xad, - 0x07, - 0x00, - 0x72, - 0x1a, - 0x00, - 0xd8, - 0xa0, - 0xff, - 0x48, - 0xf3, - 0xfe, - 0xf7, - 0xc1, - 0xfe, - 0x2a, - 0x73, - 0xfe, - 0x56, - 0x7e, - 0xfe, - 0x35, - 0x61, - 0xff, - 0xee, - 0xa4, - 0xff, - 0x2e, - 0xce, - 0xff, - 0xe3, - 0x86, - 0xff, - 0x78, - 0x3a, - 0x22, - 0xb6, - 0xc2, - 0x3b, - 0x03, - 0x3a, - 0xff, - 0x6f, - 0x91, - 0xe7, - 0xf8, - 0xb4, - 0x0f, - 0xf7, - 0xed, - 0x03, - 0xce, - 0x92, - 0xfa, - 0x8f, - 0x7e, - 0x0b, - 0xe8, - 0x85, - 0x04, - 0x05, - 0x8c, - 0xf0, - 0x3f, - 0x61, - 0xf8, - 0x56, - 0xb0, - 0x0a, - 0x57, - 0x41, - 0xfd, - 0x3f, - 0x27, - 0xfc, - 0x20, - 0x5f, - 0xfe, - 0xc5, - 0x5c, - 0xf9, - 0x7a, - 0x7b, - 0x00, - 0xf2, - 0x05, - 0xfc, - 0x21, - 0x11, - 0xfd, - 0x8d, - 0x3d, - 0xfe, - 0xd0, - 0xe4, - 0xfd, - 0xb5, - 0x84, - 0x00, - 0xc8, - 0xcf, - 0xfc, - 0x9a, - 0x47, - 0xfe, - 0x82, - 0xa3, - 0xfe, - 0x1b, - 0xca, - 0x01, - 0x87, - 0xf0, - 0x00, - 0x10, - 0xec, - 0x01, - 0x1d, - 0xcf, - 0x07, - 0x83, - 0xc6, - 0xff, - 0xce, - 0xa6, - 0xfc, - 0xa0, - 0xf4, - 0xfe, - 0x3d, - 0x72, - 0xfc, - 0x7f, - 0xa1, - 0xfb, - 0x67, - 0x33, - 0xfd, - 0x8e, - 0x1d, - 0xfd, - 0x5b, - 0x7d, - 0xfa, - 0x56, - 0x58, - 0xfc, - 0x45, - 0x02, - 0xff, - 0xb8, - 0x7c, - 0x00, - 0x82, - 0xc1, - 0x00, - 0x74, - 0xce, - 0xfd, - 0x0c, - 0x54, - 0xfd, - 0xc4, - 0xfc, - 0xfe, - 0x41, - 0xe0, - 0xfe, - 0x80, - 0x45, - 0xfe, - 0x9f, - 0x7c, - 0xfe, - 0x47, - 0x8d, - 0xff, - 0x10, - 0x27, - 0x01, - 0xd8, - 0x9a, - 0x00, - 0x8f, - 0xbb, - 0xfe, - 0x80, - 0x62, - 0xfe, - 0x13, - 0x3b, - 0xff, - 0x9e, - 0xdc, - 0xff, - 0x21, - 0xf3, - 0xff, - 0xc1, - 0xbb, - 0xff, - 0xd9, - 0xe8, - 0xfe, - 0x18, - 0xab, - 0xfe, - 0x20, - 0x5d, - 0xfe, - 0xb4, - 0x72, - 0xfe, - 0xc1, - 0x74, - 0xff, - 0xdf, - 0xd6, - 0xff, - 0xca, - 0xe6, - 0xff, - 0xde, - 0x95, - 0xff, - 0x19, - 0x3e, - 0x23, - 0xaa, - 0xcc, - 0x3d, - 0xd6, - 0x30, - 0xff, - 0xe0, - 0xfc, - 0xe6, - 0x14, - 0xab, - 0x0f, - 0x06, - 0xf3, - 0x00, - 0x4a, - 0x6b, - 0xf9, - 0xb2, - 0xed, - 0x0c, - 0x3a, - 0x6c, - 0x04, - 0xfb, - 0x6f, - 0xf1, - 0x81, - 0x75, - 0xf8, - 0xf7, - 0x97, - 0x09, - 0x2f, - 0xcb, - 0xfc, - 0xfa, - 0x35, - 0xfc, - 0xdb, - 0xf5, - 0xfe, - 0xe7, - 0x05, - 0xf8, - 0x39, - 0xca, - 0xff, - 0x56, - 0xf8, - 0xfc, - 0xe6, - 0x05, - 0xfd, - 0x51, - 0x0a, - 0xfe, - 0xa6, - 0xfd, - 0xfd, - 0xcf, - 0xd4, - 0x00, - 0xe6, - 0x02, - 0xfd, - 0x12, - 0x7b, - 0xfe, - 0x1d, - 0x2a, - 0xfe, - 0x2b, - 0xd1, - 0x01, - 0xfc, - 0x4b, - 0x01, - 0x39, - 0xaa, - 0x00, - 0x1d, - 0x4f, - 0x08, - 0xa4, - 0xe6, - 0x00, - 0x66, - 0xd9, - 0xfb, - 0xb3, - 0x54, - 0xfe, - 0xee, - 0xb1, - 0xfc, - 0x8d, - 0xf3, - 0xfb, - 0x09, - 0x05, - 0xfd, - 0x69, - 0x99, - 0xfd, - 0x3d, - 0x8d, - 0xfa, - 0x5a, - 0xb7, - 0xfb, - 0xec, - 0xa7, - 0xfe, - 0x55, - 0x33, - 0x00, - 0x08, - 0xdb, - 0x01, - 0x0b, - 0x46, - 0xfe, - 0xf7, - 0x6f, - 0xfc, - 0x05, - 0xed, - 0xfe, - 0xde, - 0x38, - 0xff, - 0xbc, - 0x4a, - 0xfe, - 0xe3, - 0x1d, - 0xfe, - 0xbe, - 0x35, - 0xff, - 0xc5, - 0xe8, - 0x00, - 0xcf, - 0xb0, - 0x00, - 0x37, - 0xe6, - 0xfe, - 0x73, - 0x49, - 0xfe, - 0x65, - 0x4c, - 0xff, - 0x56, - 0xaa, - 0xff, - 0x91, - 0xca, - 0xff, - 0xe9, - 0xd7, - 0xff, - 0xae, - 0xd1, - 0xfe, - 0x86, - 0x92, - 0xfe, - 0x86, - 0x5f, - 0xfe, - 0x4c, - 0x66, - 0xfe, - 0x2a, - 0x6f, - 0xff, - 0x31, - 0x05, - 0x00, - 0xcd, - 0xf7, - 0xff, - 0xfe, - 0x96, - 0xff, - 0x57, - 0x87, - 0x21, - 0x8b, - 0x67, - 0x3f, - 0x8d, - 0xe4, - 0x03, - 0xc8, - 0x7e, - 0xe5, - 0x69, - 0xfd, - 0x0d, - 0xb0, - 0x41, - 0x00, - 0xf5, - 0xca, - 0xf6, - 0x7a, - 0x36, - 0x0d, - 0xe1, - 0x73, - 0x05, - 0xd9, - 0x19, - 0xf3, - 0xe3, - 0xba, - 0xf7, - 0xf7, - 0x11, - 0x08, - 0xe9, - 0x39, - 0xfd, - 0xfd, - 0x91, - 0xfb, - 0x40, - 0x1c, - 0x00, - 0xfa, - 0xf6, - 0xf6, - 0x20, - 0xc2, - 0xfe, - 0xea, - 0x7d, - 0xfe, - 0x7c, - 0x98, - 0xfc, - 0x18, - 0xc3, - 0xfd, - 0x28, - 0xf5, - 0xfd, - 0xc4, - 0x6c, - 0x01, - 0xf2, - 0xe2, - 0xfc, - 0xd9, - 0xee, - 0xfe, - 0xff, - 0x68, - 0xfe, - 0x82, - 0x06, - 0x01, - 0x4a, - 0x85, - 0x02, - 0x1a, - 0x6d, - 0xfe, - 0xfa, - 0x14, - 0x07, - 0x40, - 0x76, - 0x03, - 0xd5, - 0xaf, - 0xfb, - 0x88, - 0x75, - 0xfd, - 0x88, - 0xff, - 0xfc, - 0x7a, - 0xbc, - 0xfc, - 0xd8, - 0xcf, - 0xfc, - 0x8e, - 0x3e, - 0xfe, - 0xa6, - 0x29, - 0xfb, - 0x6d, - 0x65, - 0xfa, - 0xa9, - 0x3d, - 0xfe, - 0xf0, - 0x89, - 0xff, - 0x04, - 0x7c, - 0x02, - 0xec, - 0xae, - 0xff, - 0x92, - 0xab, - 0xfb, - 0xf8, - 0x83, - 0xfe, - 0x48, - 0x81, - 0xff, - 0x15, - 0x6a, - 0xfe, - 0xa9, - 0xec, - 0xfd, - 0xc3, - 0xd9, - 0xfe, - 0x18, - 0x85, - 0x00, - 0x4a, - 0x87, - 0x00, - 0x62, - 0x8b, - 0xff, - 0x72, - 0x3d, - 0xfe, - 0xcc, - 0xcd, - 0xfe, - 0x40, - 0xa6, - 0xff, - 0xa7, - 0xae, - 0xff, - 0xac, - 0xfd, - 0xff, - 0x33, - 0xe7, - 0xfe, - 0x3c, - 0x75, - 0xfe, - 0x19, - 0x6d, - 0xfe, - 0xce, - 0x5f, - 0xfe, - 0xf5, - 0x70, - 0xff, - 0x2e, - 0x07, - 0x00, - 0xfb, - 0x0a, - 0x00, - 0x46, - 0xbb, - 0xff, - 0x38, - 0x59, - 0x20, - 0xd5, - 0x0b, - 0x40, - 0x00, - 0xdf, - 0x07, - 0x4f, - 0x02, - 0xe6, - 0x72, - 0xf5, - 0x0b, - 0xbd, - 0x07, - 0xff, - 0x99, - 0xec, - 0xf4, - 0x5c, - 0x72, - 0x0c, - 0x1c, - 0x53, - 0x06, - 0x63, - 0xe8, - 0xf4, - 0x75, - 0x6e, - 0xf7, - 0x9a, - 0xa3, - 0x06, - 0xc5, - 0x14, - 0xfd, - 0x8d, - 0x5e, - 0xfb, - 0x1d, - 0x4b, - 0x01, - 0x18, - 0x80, - 0xf6, - 0xd8, - 0xdc, - 0xfd, - 0x96, - 0x97, - 0xff, - 0x79, - 0x5d, - 0xfc, - 0xe5, - 0x53, - 0xfd, - 0x9c, - 0x0b, - 0xfe, - 0xde, - 0x0c, - 0x02, - 0x70, - 0x96, - 0xfc, - 0xa2, - 0xad, - 0xff, - 0xee, - 0x86, - 0xff, - 0xbb, - 0x71, - 0xff, - 0x96, - 0x3e, - 0x03, - 0x72, - 0x4c, - 0xfd, - 0x4e, - 0x4c, - 0x04, - 0xb6, - 0x42, - 0x05, - 0xbe, - 0x3f, - 0xfd, - 0xc0, - 0x1b, - 0xfd, - 0xd4, - 0x99, - 0xfc, - 0x7a, - 0xc4, - 0xfd, - 0x70, - 0x92, - 0xfd, - 0xf3, - 0x01, - 0xfe, - 0x8d, - 0x99, - 0xfb, - 0xd6, - 0xec, - 0xf9, - 0xb2, - 0xd8, - 0xfd, - 0x59, - 0x5c, - 0xfe, - 0xf4, - 0xe5, - 0x01, - 0x59, - 0xe5, - 0x01, - 0xa2, - 0x3a, - 0xfc, - 0xd8, - 0x5e, - 0xfd, - 0x3f, - 0x2e, - 0xff, - 0x42, - 0xd2, - 0xfe, - 0x3f, - 0x21, - 0xfe, - 0x9c, - 0x86, - 0xfe, - 0x4b, - 0x23, - 0x00, - 0x82, - 0x23, - 0x00, - 0xcb, - 0x1c, - 0x00, - 0x40, - 0x86, - 0xfe, - 0x7f, - 0x00, - 0xfe, - 0x29, - 0x72, - 0xff, - 0x55, - 0xc3, - 0xff, - 0x62, - 0x31, - 0x00, - 0x64, - 0x2d, - 0xff, - 0xd7, - 0x57, - 0xfe, - 0x7e, - 0x6e, - 0xfe, - 0x31, - 0x83, - 0xfe, - 0xd4, - 0x77, - 0xff, - 0x67, - 0xe8, - 0xff, - 0xf3, - 0x17, - 0x00, - 0x08, - 0xfb, - 0xff, - 0xe1, - 0x0f, - 0x21, - 0xcb, - 0xe5, - 0x3f, - 0xa7, - 0x7a, - 0x08, - 0x81, - 0x1d, - 0xe9, - 0xfe, - 0x8e, - 0x0a, - 0x1f, - 0x02, - 0xfc, - 0xbf, - 0x93, - 0xf4, - 0x62, - 0xd3, - 0x0a, - 0x30, - 0xdf, - 0x06, - 0xb7, - 0x4f, - 0xf6, - 0x9b, - 0x5f, - 0xf7, - 0xd8, - 0x26, - 0x06, - 0x25, - 0x8a, - 0xfb, - 0x77, - 0x3f, - 0xfc, - 0x64, - 0x81, - 0x02, - 0x7a, - 0xf6, - 0xf5, - 0x1c, - 0xa0, - 0xfd, - 0xb6, - 0xc0, - 0xff, - 0x15, - 0x92, - 0xfc, - 0x71, - 0xac, - 0xfc, - 0xa4, - 0x71, - 0xfe, - 0x34, - 0x8c, - 0x02, - 0x40, - 0x2b, - 0xfc, - 0x64, - 0x48, - 0x01, - 0xa5, - 0xbf, - 0xff, - 0x96, - 0x8c, - 0xfd, - 0xca, - 0xf4, - 0x03, - 0x15, - 0xe5, - 0xfc, - 0xe3, - 0x37, - 0x01, - 0xb6, - 0xbc, - 0x05, - 0xfa, - 0xf0, - 0xff, - 0x8a, - 0x2e, - 0xfd, - 0xa8, - 0x44, - 0xfc, - 0x46, - 0x3d, - 0xff, - 0x9a, - 0xa3, - 0xfd, - 0xf6, - 0x37, - 0xfd, - 0xee, - 0xb2, - 0xfc, - 0xf9, - 0x15, - 0xfa, - 0xa0, - 0xcf, - 0xfc, - 0xa2, - 0x19, - 0xfd, - 0x36, - 0x24, - 0x01, - 0x25, - 0xcd, - 0x03, - 0xaa, - 0x9b, - 0xfd, - 0xb5, - 0x57, - 0xfc, - 0x12, - 0x47, - 0xfe, - 0x9a, - 0x0c, - 0xff, - 0xf3, - 0xb0, - 0xfe, - 0xc7, - 0x74, - 0xfe, - 0x75, - 0xad, - 0xff, - 0xa5, - 0xb2, - 0xff, - 0x04, - 0x65, - 0x00, - 0x8d, - 0xda, - 0xfe, - 0xdc, - 0x4f, - 0xfd, - 0xb7, - 0x0f, - 0xff, - 0x0b, - 0xef, - 0xff, - 0x0b, - 0x6a, - 0x00, - 0xd7, - 0x7e, - 0xff, - 0x0c, - 0x65, - 0xfe, - 0x16, - 0x6c, - 0xfe, - 0xc2, - 0xa4, - 0xfe, - 0xd5, - 0x81, - 0xff, - 0x4f, - 0xcc, - 0xff, - 0x99, - 0x1f, - 0x00, - 0x62, - 0x26, - 0x00, - 0xbd, - 0xfc, - 0x20, - 0x0c, - 0x3a, - 0x3f, - 0x81, - 0x2e, - 0x0a, - 0xf6, - 0x2d, - 0xec, - 0x2a, - 0xd9, - 0x08, - 0x92, - 0xc6, - 0xf9, - 0xad, - 0x68, - 0xf3, - 0xa4, - 0xb4, - 0x08, - 0x25, - 0xcd, - 0x07, - 0x40, - 0x27, - 0xf7, - 0x24, - 0x37, - 0xf7, - 0xca, - 0xdf, - 0x05, - 0x82, - 0xff, - 0xf9, - 0x1e, - 0x6d, - 0xfd, - 0x18, - 0xf1, - 0x03, - 0x1a, - 0x4d, - 0xf5, - 0xd7, - 0x4c, - 0xfd, - 0xa1, - 0x81, - 0xff, - 0xf1, - 0xb9, - 0xfc, - 0x65, - 0x8b, - 0xfc, - 0xda, - 0x2d, - 0xfe, - 0x17, - 0x71, - 0x03, - 0xf8, - 0x56, - 0xfc, - 0x99, - 0x07, - 0x01, - 0xd5, - 0x1e, - 0x00, - 0xa5, - 0x43, - 0xfc, - 0x6e, - 0x8d, - 0x03, - 0x2e, - 0xbb, - 0xfd, - 0xbe, - 0xd1, - 0xfe, - 0xa7, - 0x7b, - 0x04, - 0xc9, - 0x71, - 0x02, - 0x2d, - 0xd7, - 0xfe, - 0xb2, - 0x3b, - 0xfc, - 0x46, - 0x23, - 0xff, - 0xbb, - 0xab, - 0xfd, - 0x7e, - 0x59, - 0xfd, - 0xe4, - 0x77, - 0xfd, - 0x11, - 0xc9, - 0xf9, - 0x8b, - 0xe6, - 0xfb, - 0x30, - 0xc1, - 0xfc, - 0x55, - 0xb3, - 0xff, - 0x85, - 0x36, - 0x04, - 0x67, - 0xf5, - 0xff, - 0xad, - 0x3f, - 0xfc, - 0xf0, - 0xd1, - 0xfc, - 0x81, - 0xb4, - 0xfe, - 0x6c, - 0x4b, - 0xff, - 0x00, - 0xad, - 0xfe, - 0x56, - 0x5d, - 0xff, - 0x9e, - 0x24, - 0xff, - 0x0d, - 0x1d, - 0x00, - 0x44, - 0x3c, - 0xff, - 0x22, - 0xf4, - 0xfc, - 0xaf, - 0x9a, - 0xfe, - 0xe7, - 0x12, - 0x00, - 0x2c, - 0x78, - 0x00, - 0x04, - 0xd9, - 0xff, - 0x17, - 0xa2, - 0xfe, - 0xfe, - 0x7a, - 0xfe, - 0xe6, - 0xb7, - 0xfe, - 0x17, - 0x72, - 0xff, - 0x69, - 0xc0, - 0xff, - 0x9d, - 0x04, - 0x00, - 0x47, - 0x1e, - 0x00, - 0x1d, - 0x98, - 0x1f, - 0x2c, - 0x76, - 0x3e, - 0x43, - 0x7c, - 0x0d, - 0x90, - 0xb7, - 0xee, - 0x8d, - 0x1b, - 0x08, - 0x42, - 0x4b, - 0xf8, - 0x46, - 0x32, - 0xf1, - 0x28, - 0x39, - 0x07, - 0x47, - 0x12, - 0x08, - 0xb0, - 0x48, - 0xf8, - 0xec, - 0x51, - 0xf7, - 0xa0, - 0x5d, - 0x05, - 0x7e, - 0xfa, - 0xf9, - 0x5d, - 0xf8, - 0xfd, - 0xfe, - 0xcb, - 0x05, - 0x0d, - 0x0d, - 0xf5, - 0xa6, - 0x45, - 0xfc, - 0x19, - 0xe2, - 0xff, - 0x29, - 0x86, - 0xfc, - 0xa4, - 0x33, - 0xfd, - 0xc8, - 0x31, - 0xfe, - 0x0a, - 0x9b, - 0x03, - 0xa0, - 0x5a, - 0xfc, - 0x3a, - 0x12, - 0x00, - 0xea, - 0x3c, - 0x01, - 0x44, - 0x2d, - 0xfb, - 0x77, - 0xc0, - 0x02, - 0x8c, - 0x20, - 0x00, - 0x5f, - 0x18, - 0xfd, - 0x5e, - 0x18, - 0x02, - 0x94, - 0xbe, - 0x04, - 0x4f, - 0x15, - 0x01, - 0x0c, - 0xc6, - 0xfb, - 0x47, - 0x1d, - 0xff, - 0x50, - 0xd1, - 0xfe, - 0xd9, - 0xfb, - 0xfc, - 0xcc, - 0x4b, - 0xfd, - 0x88, - 0x9d, - 0xfa, - 0xbe, - 0xb5, - 0xfb, - 0x42, - 0x70, - 0xfc, - 0x97, - 0x32, - 0xfe, - 0x14, - 0x24, - 0x03, - 0x4c, - 0x53, - 0x02, - 0x7a, - 0xb1, - 0xfd, - 0x4c, - 0xb5, - 0xfb, - 0x8f, - 0xb9, - 0xfd, - 0xd2, - 0x68, - 0xff, - 0xbe, - 0x3a, - 0xff, - 0x7b, - 0x57, - 0xff, - 0xc7, - 0xd2, - 0xfe, - 0x8f, - 0x60, - 0xff, - 0x31, - 0x4d, - 0xff, - 0x3c, - 0x79, - 0xfd, - 0x3b, - 0x2a, - 0xfe, - 0xda, - 0x13, - 0x00, - 0xae, - 0x92, - 0x00, - 0x78, - 0x0a, - 0x00, - 0xb6, - 0x32, - 0xff, - 0x71, - 0xad, - 0xfe, - 0xb3, - 0xce, - 0xfe, - 0x6a, - 0x5b, - 0xff, - 0xbb, - 0xb3, - 0xff, - 0x2a, - 0xe4, - 0xff, - 0xa9, - 0xfc, - 0xff, - 0xbd, - 0x87, - 0x1f, - 0x6e, - 0x73, - 0x3d, - 0xed, - 0x3d, - 0x0e, - 0xa9, - 0xfc, - 0xf1, - 0x5b, - 0x3f, - 0x08, - 0x10, - 0xfb, - 0xf5, - 0xd3, - 0x6a, - 0xef, - 0xd0, - 0x09, - 0x06, - 0xcc, - 0xa6, - 0x07, - 0xf8, - 0x92, - 0xf8, - 0xc8, - 0x97, - 0xf8, - 0x40, - 0xe4, - 0x04, - 0x90, - 0xa8, - 0xf9, - 0x49, - 0xd3, - 0xff, - 0x0f, - 0x2c, - 0x06, - 0x76, - 0xdb, - 0xf4, - 0x43, - 0x0f, - 0xfc, - 0x0f, - 0x3e, - 0xff, - 0x7d, - 0x61, - 0xfd, - 0x24, - 0x6a, - 0xfe, - 0x16, - 0xe4, - 0xfc, - 0xcd, - 0xc5, - 0x02, - 0xf5, - 0x52, - 0xfd, - 0x1f, - 0xcb, - 0xfe, - 0x8b, - 0x44, - 0x01, - 0xfc, - 0x7b, - 0xfc, - 0xc1, - 0x71, - 0x01, - 0x84, - 0x00, - 0x01, - 0xf4, - 0xea, - 0xfe, - 0x0e, - 0xc8, - 0xff, - 0x71, - 0x19, - 0x03, - 0xe6, - 0x4e, - 0x03, - 0xcd, - 0x5d, - 0xfd, - 0x72, - 0xf8, - 0xfe, - 0xb0, - 0x93, - 0xfe, - 0x6a, - 0x1a, - 0xfd, - 0x39, - 0xe4, - 0xfd, - 0x9d, - 0xf7, - 0xfa, - 0x81, - 0xd5, - 0xfb, - 0x54, - 0x7b, - 0xfc, - 0xe1, - 0x5f, - 0xfd, - 0x66, - 0x27, - 0x01, - 0xc7, - 0xd4, - 0x02, - 0xef, - 0x67, - 0x00, - 0xa9, - 0xb5, - 0xfb, - 0x1d, - 0x86, - 0xfc, - 0x40, - 0xd7, - 0xfe, - 0x2d, - 0x4d, - 0xff, - 0xfc, - 0xef, - 0xff, - 0xac, - 0x96, - 0xfe, - 0xa7, - 0x8d, - 0xfe, - 0xba, - 0x00, - 0xff, - 0x18, - 0x31, - 0xfe, - 0xb3, - 0x55, - 0xfe, - 0x43, - 0xac, - 0xff, - 0x85, - 0xab, - 0x00, - 0xae, - 0x45, - 0x00, - 0xb1, - 0xba, - 0xff, - 0x97, - 0xff, - 0xfe, - 0x49, - 0xb6, - 0xfe, - 0xe6, - 0x3f, - 0xff, - 0x9c, - 0xa0, - 0xff, - 0x66, - 0xce, - 0xff, - 0x0b, - 0xce, - 0xff, - 0xf3, - 0x04, - 0x20, - 0xc8, - 0x0b, - 0x3c, - 0x3d, - 0xe2, - 0x0d, - 0x42, - 0x81, - 0xf5, - 0x5a, - 0x4f, - 0x08, - 0x90, - 0xe4, - 0xf3, - 0xc6, - 0x10, - 0xee, - 0xa6, - 0x26, - 0x04, - 0x01, - 0x12, - 0x07, - 0xb0, - 0x21, - 0xf9, - 0x32, - 0x2d, - 0xfa, - 0xd0, - 0x5d, - 0x04, - 0xd2, - 0xa3, - 0xf9, - 0x93, - 0xce, - 0x01, - 0x80, - 0xe3, - 0x05, - 0x15, - 0x81, - 0xf4, - 0x70, - 0xdd, - 0xfb, - 0xd2, - 0x15, - 0x00, - 0x49, - 0xc3, - 0xfd, - 0x2b, - 0x81, - 0xfd, - 0xac, - 0xb4, - 0xfc, - 0xf7, - 0x7a, - 0x01, - 0xc4, - 0x6d, - 0xfd, - 0xbd, - 0x15, - 0xff, - 0xa3, - 0x18, - 0x01, - 0xf8, - 0x6f, - 0xfd, - 0x49, - 0xe0, - 0x00, - 0x5b, - 0x26, - 0x02, - 0x75, - 0x39, - 0x01, - 0xbf, - 0x20, - 0xfd, - 0x4d, - 0x2c, - 0x00, - 0xd9, - 0x8a, - 0x05, - 0xcd, - 0xce, - 0xfe, - 0x17, - 0x2b, - 0xfe, - 0x81, - 0x0c, - 0xff, - 0x16, - 0xc5, - 0xfd, - 0x11, - 0x49, - 0xfe, - 0xf3, - 0x12, - 0xfb, - 0x5b, - 0x1d, - 0xfc, - 0xb1, - 0xeb, - 0xfc, - 0x6a, - 0xf0, - 0xfc, - 0x78, - 0x41, - 0xff, - 0xb2, - 0xac, - 0x01, - 0x36, - 0x77, - 0x02, - 0x7c, - 0x5e, - 0xfd, - 0x75, - 0xcd, - 0xfb, - 0x87, - 0x81, - 0xfd, - 0x61, - 0xe0, - 0xfe, - 0x02, - 0x9d, - 0x00, - 0x31, - 0x9c, - 0xfe, - 0x14, - 0xdb, - 0xfd, - 0x00, - 0xa1, - 0xfe, - 0xc1, - 0xc4, - 0xfe, - 0x6e, - 0xc6, - 0xfe, - 0xe1, - 0x51, - 0xff, - 0x00, - 0xaa, - 0x00, - 0xb7, - 0x93, - 0x00, - 0x1e, - 0x33, - 0x00, - 0xac, - 0x31, - 0xff, - 0x32, - 0x79, - 0xfe, - 0xb6, - 0x2e, - 0xff, - 0x58, - 0x89, - 0xff, - 0xf1, - 0xa5, - 0xff, - 0x82, - 0xb2, - 0xff, - 0x58, - 0xbe, - 0x20, - 0x72, - 0x66, - 0x3a, - 0xbf, - 0xb8, - 0x0c, - 0x49, - 0x1c, - 0xf9, - 0x24, - 0xcd, - 0x08, - 0xe4, - 0xb5, - 0xf1, - 0xf0, - 0x25, - 0xed, - 0xd7, - 0x1a, - 0x02, - 0xab, - 0xe4, - 0x05, - 0x58, - 0x0f, - 0xfb, - 0x19, - 0xfd, - 0xfb, - 0xb9, - 0x83, - 0x02, - 0x2d, - 0xf9, - 0xfa, - 0xfe, - 0x15, - 0x04, - 0x11, - 0x50, - 0x03, - 0x9e, - 0xb4, - 0xf5, - 0xf0, - 0x97, - 0xfd, - 0x53, - 0x59, - 0xfe, - 0x3e, - 0xbf, - 0xfd, - 0xff, - 0xb9, - 0xfd, - 0x57, - 0x38, - 0xfb, - 0x7a, - 0x6c, - 0x00, - 0xf9, - 0x00, - 0xff, - 0xd8, - 0x54, - 0xff, - 0x58, - 0xc0, - 0xff, - 0x03, - 0x72, - 0xff, - 0x90, - 0x6b, - 0x02, - 0x02, - 0x81, - 0x00, - 0x6d, - 0x15, - 0x02, - 0xad, - 0xd1, - 0xfe, - 0x81, - 0x14, - 0xfd, - 0x44, - 0x7f, - 0x03, - 0x7b, - 0x95, - 0x00, - 0xbf, - 0x53, - 0xff, - 0xc5, - 0x8c, - 0xff, - 0x09, - 0xf5, - 0xfd, - 0x67, - 0xa9, - 0xfe, - 0xc0, - 0xec, - 0xfb, - 0xad, - 0x60, - 0xfc, - 0x4c, - 0xe2, - 0xfc, - 0x92, - 0x18, - 0xfd, - 0x81, - 0x68, - 0xfe, - 0x65, - 0x82, - 0xff, - 0xb5, - 0xa5, - 0x02, - 0x0d, - 0xdc, - 0xff, - 0x96, - 0x56, - 0xfc, - 0xc9, - 0x3e, - 0xfc, - 0x55, - 0xe2, - 0xfd, - 0x32, - 0xab, - 0x00, - 0x34, - 0x33, - 0xff, - 0xf0, - 0xba, - 0xfd, - 0xfb, - 0x26, - 0xfe, - 0x67, - 0xdf, - 0xfe, - 0x14, - 0x69, - 0xff, - 0x8e, - 0x77, - 0xff, - 0x39, - 0x6e, - 0x00, - 0x3d, - 0xe0, - 0x00, - 0xb8, - 0x76, - 0x00, - 0x39, - 0x51, - 0xff, - 0xaf, - 0x6f, - 0xfe, - 0x4d, - 0xe2, - 0xfe, - 0x7d, - 0x79, - 0xff, - 0x15, - 0x98, - 0xff, - 0x14, - 0xb8, - 0xff, - 0x99, - 0x81, - 0x1f, - 0xaf, - 0x14, - 0x39, - 0xf8, - 0x9b, - 0x0d, - 0xeb, - 0xf7, - 0xfa, - 0x9f, - 0xb2, - 0x09, - 0xe0, - 0x00, - 0xf1, - 0x4c, - 0x44, - 0xeb, - 0xc5, - 0x87, - 0xff, - 0x9c, - 0x9d, - 0x05, - 0xa3, - 0xc7, - 0xfd, - 0x07, - 0x8a, - 0xfc, - 0xa6, - 0xb1, - 0x01, - 0x15, - 0xe5, - 0xfb, - 0xbd, - 0x9f, - 0x04, - 0xdb, - 0x8d, - 0x03, - 0xed, - 0x66, - 0xf6, - 0x3a, - 0x54, - 0xfd, - 0x22, - 0xb8, - 0xfd, - 0xa5, - 0x3f, - 0xfd, - 0xd7, - 0xf2, - 0xfc, - 0x19, - 0xe6, - 0xfa, - 0xde, - 0xe1, - 0x00, - 0xcf, - 0xea, - 0xfe, - 0x0c, - 0x39, - 0xff, - 0xd4, - 0x73, - 0x01, - 0x6c, - 0xda, - 0xff, - 0xb8, - 0x90, - 0x01, - 0x36, - 0xee, - 0x00, - 0xc5, - 0xf1, - 0x02, - 0x7d, - 0x2d, - 0x00, - 0x8f, - 0x12, - 0xfb, - 0x48, - 0x25, - 0x00, - 0x8e, - 0x77, - 0x01, - 0x76, - 0xe5, - 0x00, - 0xa2, - 0x44, - 0x00, - 0xc5, - 0x6d, - 0xfe, - 0xc6, - 0x3a, - 0xff, - 0xcc, - 0xcc, - 0xfc, - 0x8c, - 0x8a, - 0xfc, - 0x65, - 0xd7, - 0xfc, - 0x9d, - 0x4e, - 0xfd, - 0x52, - 0x57, - 0xfe, - 0xf7, - 0xa7, - 0xfd, - 0x85, - 0x12, - 0x01, - 0x28, - 0x41, - 0x01, - 0xc2, - 0x30, - 0xfe, - 0xf3, - 0x1f, - 0xfc, - 0x83, - 0x76, - 0xfc, - 0x39, - 0xe4, - 0xff, - 0xc9, - 0xd6, - 0xff, - 0xa5, - 0x84, - 0xfe, - 0x19, - 0xcc, - 0xfd, - 0x92, - 0x55, - 0xfe, - 0xfa, - 0xd0, - 0xff, - 0x7e, - 0x07, - 0x00, - 0x44, - 0x76, - 0x00, - 0x7e, - 0xb3, - 0x00, - 0x5b, - 0x6e, - 0x00, - 0x7f, - 0x75, - 0xff, - 0xa4, - 0x8f, - 0xfe, - 0xac, - 0x9b, - 0xfe, - 0x24, - 0x50, - 0xff, - 0x87, - 0xb1, - 0xff, - 0xec, - 0xbf, - 0xff, - 0xfe, - 0xad, - 0x1d, - 0x4c, - 0xa8, - 0x37, - 0xf9, - 0xa7, - 0x0e, - 0x64, - 0x68, - 0xfc, - 0xc8, - 0xfb, - 0x0a, - 0x70, - 0x2e, - 0xf0, - 0xcd, - 0x2e, - 0xea, - 0x0a, - 0xba, - 0xfd, - 0xfa, - 0xf6, - 0x03, - 0xcf, - 0xd1, - 0x01, - 0x64, - 0x8d, - 0xfd, - 0x4e, - 0xbb, - 0xfe, - 0x23, - 0xf9, - 0xfd, - 0x07, - 0x43, - 0x06, - 0xbe, - 0x12, - 0x02, - 0x61, - 0x0e, - 0xf7, - 0x52, - 0x20, - 0xfe, - 0xa0, - 0x86, - 0xfb, - 0x9a, - 0x61, - 0xfc, - 0x1c, - 0x99, - 0xfe, - 0x7b, - 0x8a, - 0xfa, - 0xc4, - 0x9d, - 0xff, - 0x26, - 0x69, - 0x00, - 0x2e, - 0xa5, - 0x00, - 0xd9, - 0xc8, - 0x00, - 0xed, - 0x2a, - 0xff, - 0x42, - 0x39, - 0x02, - 0xcc, - 0x7d, - 0x02, - 0xb3, - 0xf8, - 0x01, - 0xff, - 0xdd, - 0xff, - 0x5b, - 0xc5, - 0xfc, - 0x58, - 0xbd, - 0xfd, - 0x0c, - 0xf1, - 0xfe, - 0xf1, - 0x1d, - 0x02, - 0xfb, - 0xc7, - 0x01, - 0xee, - 0x85, - 0xff, - 0xd6, - 0x1f, - 0x00, - 0x9a, - 0xec, - 0xfc, - 0x91, - 0x05, - 0xfd, - 0x1b, - 0x33, - 0xfd, - 0x37, - 0xfc, - 0xfc, - 0x25, - 0xe6, - 0xfe, - 0x6c, - 0xd2, - 0xfc, - 0x6e, - 0xd2, - 0xfe, - 0xd0, - 0xb9, - 0x00, - 0x54, - 0xd2, - 0xff, - 0x15, - 0xba, - 0xfd, - 0xed, - 0xc0, - 0xfb, - 0x09, - 0xac, - 0xfe, - 0x9a, - 0xc6, - 0xff, - 0xbf, - 0xaf, - 0xff, - 0x4d, - 0x3b, - 0xfe, - 0x0c, - 0x6c, - 0xfd, - 0x62, - 0xbe, - 0xff, - 0xb9, - 0x78, - 0x00, - 0xf5, - 0xec, - 0x00, - 0x39, - 0x7e, - 0x00, - 0xe4, - 0xe9, - 0xff, - 0x10, - 0x7b, - 0xff, - 0xf6, - 0xd5, - 0xfe, - 0x71, - 0xdb, - 0xfe, - 0x60, - 0x02, - 0xff, - 0xf4, - 0x96, - 0xff, - 0xb9, - 0xeb, - 0xff, - 0x45, - 0xcb, - 0x1c, - 0x5e, - 0xb2, - 0x35, - 0x4b, - 0xd7, - 0x0d, - 0xb7, - 0x75, - 0xfe, - 0x1a, - 0x05, - 0x0c, - 0xee, - 0x96, - 0xee, - 0xf8, - 0x74, - 0xea, - 0x22, - 0xcb, - 0xfc, - 0x28, - 0x4e, - 0x02, - 0x85, - 0xb0, - 0x04, - 0x0b, - 0xbc, - 0xfe, - 0x69, - 0x19, - 0xfd, - 0xfe, - 0x60, - 0xfe, - 0xc6, - 0x37, - 0x07, - 0xfc, - 0xe2, - 0x01, - 0x3a, - 0xd0, - 0xf6, - 0x47, - 0x80, - 0xfd, - 0x20, - 0x2f, - 0xfa, - 0xb6, - 0x95, - 0xfd, - 0x10, - 0x12, - 0xff, - 0xf7, - 0xeb, - 0xf8, - 0x5b, - 0x97, - 0x01, - 0x16, - 0x9f, - 0x01, - 0xf0, - 0x97, - 0xfe, - 0x59, - 0x19, - 0x01, - 0x15, - 0x84, - 0x00, - 0x56, - 0x7c, - 0x01, - 0xd5, - 0x7e, - 0x02, - 0x1d, - 0x75, - 0x02, - 0x86, - 0x36, - 0xff, - 0xa7, - 0xd3, - 0xfd, - 0x89, - 0xce, - 0xfd, - 0x33, - 0xdf, - 0xfb, - 0xdc, - 0x49, - 0x01, - 0x1d, - 0x3b, - 0x03, - 0x30, - 0xca, - 0x00, - 0x7e, - 0xc2, - 0x01, - 0x0a, - 0x00, - 0xfd, - 0x83, - 0xaf, - 0xfc, - 0xe2, - 0x35, - 0xfe, - 0xc9, - 0xd8, - 0xfc, - 0xf1, - 0xd0, - 0xfe, - 0x29, - 0xf7, - 0xfc, - 0x45, - 0x4c, - 0xfd, - 0x9c, - 0xed, - 0xfe, - 0x82, - 0xdc, - 0xff, - 0x46, - 0xaf, - 0xff, - 0xf3, - 0x9a, - 0xfc, - 0x47, - 0x39, - 0xfe, - 0x95, - 0x33, - 0xff, - 0xed, - 0x93, - 0xff, - 0x96, - 0x36, - 0xff, - 0x3a, - 0x5e, - 0xfd, - 0xe3, - 0x28, - 0xff, - 0x02, - 0x86, - 0x00, - 0xb0, - 0xf1, - 0x00, - 0x58, - 0x79, - 0x00, - 0xd8, - 0xb2, - 0xff, - 0xa0, - 0x50, - 0xff, - 0xd4, - 0xdd, - 0xfe, - 0xef, - 0x2d, - 0xff, - 0x2b, - 0x09, - 0xff, - 0xb7, - 0x6d, - 0xff, - 0x23, - 0x11, - 0x00, - 0x3a, - 0x83, - 0x1b, - 0x02, - 0x8c, - 0x32, - 0x7a, - 0xcf, - 0x0d, - 0x8e, - 0xf3, - 0x01, - 0x43, - 0x9b, - 0x0a, - 0xb9, - 0x59, - 0xed, - 0x8a, - 0xe3, - 0xee, - 0x2c, - 0x01, - 0xfa, - 0xad, - 0xf9, - 0xfd, - 0x4a, - 0x13, - 0x0b, - 0xff, - 0x60, - 0x00, - 0x96, - 0xac, - 0xf7, - 0x50, - 0x08, - 0x00, - 0xc4, - 0x8b, - 0x09, - 0x7f, - 0xa6, - 0xff, - 0x20, - 0xde, - 0xf6, - 0x9d, - 0xd3, - 0xfd, - 0x15, - 0x78, - 0xf9, - 0x18, - 0x3a, - 0xfe, - 0x35, - 0x82, - 0xff, - 0x13, - 0xce, - 0xf9, - 0x5f, - 0xf3, - 0x01, - 0x7c, - 0xa9, - 0x00, - 0x55, - 0x4f, - 0xfe, - 0x6c, - 0x1a, - 0x02, - 0x64, - 0xed, - 0x00, - 0x0c, - 0xca, - 0xff, - 0xfc, - 0xd1, - 0x02, - 0x2a, - 0xfc, - 0x03, - 0xa4, - 0x7e, - 0xfe, - 0x92, - 0x87, - 0xfd, - 0xed, - 0xbc, - 0xfe, - 0x81, - 0x64, - 0xfb, - 0xc2, - 0xc8, - 0xfe, - 0xbd, - 0x1f, - 0x03, - 0x20, - 0x61, - 0x02, - 0x65, - 0xff, - 0x02, - 0xe7, - 0x80, - 0xfe, - 0xd2, - 0xe8, - 0xfb, - 0xcb, - 0xa1, - 0xfe, - 0x89, - 0xfb, - 0xfd, - 0xe5, - 0xa2, - 0xfd, - 0x0f, - 0x2a, - 0xfd, - 0xc5, - 0x50, - 0xfd, - 0x7e, - 0x5d, - 0xfd, - 0x47, - 0x8a, - 0xfe, - 0x1a, - 0x2b, - 0x00, - 0xed, - 0xc4, - 0xfe, - 0x58, - 0x4d, - 0xff, - 0x50, - 0xbf, - 0xfe, - 0x1e, - 0x40, - 0xfe, - 0x03, - 0x42, - 0xff, - 0x27, - 0xc1, - 0xfe, - 0xb4, - 0xec, - 0xfe, - 0xa0, - 0x8c, - 0xff, - 0x85, - 0x64, - 0x00, - 0x94, - 0xab, - 0x00, - 0xab, - 0x30, - 0x00, - 0xa3, - 0x19, - 0xff, - 0x6a, - 0x90, - 0xfe, - 0xc7, - 0x29, - 0xff, - 0x94, - 0x81, - 0xff, - 0x49, - 0xa4, - 0xff, - 0xbd, - 0xd0, - 0xff, - 0x9c, - 0x4e, - 0x1b, - 0x56, - 0xca, - 0x31, - 0x25, - 0xb8, - 0x0c, - 0x77, - 0x50, - 0x00, - 0xc1, - 0x8f, - 0x08, - 0x28, - 0x4e, - 0xef, - 0xa7, - 0x3d, - 0xf3, - 0xc9, - 0x66, - 0xf8, - 0x79, - 0xeb, - 0xfb, - 0xd9, - 0xbc, - 0x0d, - 0x86, - 0x7e, - 0x00, - 0xdf, - 0x8c, - 0xf6, - 0xe5, - 0x8a, - 0x00, - 0x64, - 0xbb, - 0x08, - 0xf3, - 0x1c, - 0xff, - 0xbb, - 0xe2, - 0xf7, - 0x52, - 0xac, - 0xfd, - 0x07, - 0x99, - 0xf8, - 0x57, - 0x13, - 0x00, - 0x85, - 0x04, - 0x01, - 0x9d, - 0xef, - 0xf8, - 0xae, - 0xd3, - 0x01, - 0x54, - 0x97, - 0x00, - 0x63, - 0x98, - 0xfe, - 0x26, - 0x70, - 0x02, - 0xcc, - 0x14, - 0x00, - 0xff, - 0xd0, - 0xff, - 0xcc, - 0x4d, - 0x03, - 0xae, - 0x01, - 0x04, - 0xff, - 0xb7, - 0xfe, - 0xd2, - 0x6b, - 0xfd, - 0x2f, - 0x6d, - 0xfe, - 0xad, - 0xb3, - 0xfb, - 0x6d, - 0x71, - 0xfe, - 0x63, - 0x64, - 0x02, - 0x6d, - 0x70, - 0x02, - 0xf7, - 0x72, - 0x03, - 0xba, - 0x32, - 0x00, - 0x9a, - 0x74, - 0xfc, - 0x4e, - 0x2b, - 0xfe, - 0xf7, - 0x49, - 0xff, - 0xd1, - 0x4b, - 0xfd, - 0xad, - 0xfa, - 0xfb, - 0x1f, - 0xd7, - 0xfd, - 0x59, - 0x81, - 0xfd, - 0xfa, - 0x9a, - 0xfd, - 0x53, - 0x52, - 0xff, - 0xb5, - 0xc2, - 0xff, - 0xd1, - 0x12, - 0x01, - 0x0b, - 0x6b, - 0xff, - 0xee, - 0x67, - 0xfd, - 0x01, - 0x0b, - 0xfe, - 0xad, - 0x70, - 0xff, - 0x44, - 0x9f, - 0xff, - 0xdb, - 0xcb, - 0xfe, - 0xd5, - 0xdb, - 0xff, - 0xcf, - 0x8b, - 0x00, - 0x54, - 0x45, - 0x00, - 0xc9, - 0x43, - 0xff, - 0x94, - 0x86, - 0xfe, - 0xda, - 0x04, - 0xff, - 0x9f, - 0xc0, - 0xff, - 0x52, - 0x0b, - 0x00, - 0xa8, - 0xb9, - 0xff, - 0x72, - 0x8f, - 0x1d, - 0xfc, - 0xdb, - 0x31, - 0xbd, - 0x91, - 0x06, - 0x65, - 0x01, - 0xfe, - 0xd3, - 0x07, - 0x0a, - 0xda, - 0xa0, - 0xee, - 0x53, - 0x24, - 0xf6, - 0x52, - 0x99, - 0xfb, - 0xbc, - 0x5e, - 0xf9, - 0x09, - 0x85, - 0x0c, - 0xd1, - 0x45, - 0x02, - 0x0c, - 0xdd, - 0xf5, - 0x55, - 0xe2, - 0xff, - 0x0e, - 0xa0, - 0x08, - 0xa6, - 0x58, - 0xfe, - 0x9c, - 0x04, - 0xf8, - 0x56, - 0x1f, - 0xfe, - 0x9f, - 0x84, - 0xfa, - 0x0d, - 0x57, - 0x00, - 0x8c, - 0xeb, - 0xff, - 0x6f, - 0xec, - 0xf9, - 0x0d, - 0x12, - 0x02, - 0xf9, - 0xcc, - 0x00, - 0xa5, - 0xf4, - 0xfd, - 0x8d, - 0x05, - 0x01, - 0x9e, - 0x16, - 0x01, - 0xb1, - 0x04, - 0x01, - 0xdf, - 0xaa, - 0x02, - 0x21, - 0xee, - 0x02, - 0xd0, - 0x19, - 0xff, - 0x71, - 0xc3, - 0xfd, - 0xb6, - 0xc2, - 0xfd, - 0x4a, - 0x58, - 0xfc, - 0xb2, - 0x0e, - 0xff, - 0x8b, - 0x57, - 0x01, - 0xb8, - 0x12, - 0x02, - 0xbe, - 0xb0, - 0x03, - 0xfc, - 0x80, - 0x00, - 0xc2, - 0xc3, - 0xfd, - 0x98, - 0x29, - 0xfe, - 0x5b, - 0xb2, - 0xfe, - 0x0b, - 0x68, - 0xfe, - 0xd5, - 0xd1, - 0xfb, - 0x00, - 0xd5, - 0xfc, - 0x29, - 0x3c, - 0xfe, - 0xb0, - 0xb7, - 0xfd, - 0x74, - 0xc4, - 0xfe, - 0xd1, - 0x13, - 0x00, - 0x7d, - 0x2f, - 0x01, - 0x45, - 0xf2, - 0xff, - 0xb5, - 0x16, - 0xfe, - 0x0e, - 0x63, - 0xfd, - 0x75, - 0x8c, - 0xfe, - 0x0c, - 0xe5, - 0xff, - 0x92, - 0x1e, - 0xff, - 0x59, - 0x6f, - 0xff, - 0x38, - 0x3b, - 0x00, - 0x84, - 0xdd, - 0xff, - 0x15, - 0x48, - 0xff, - 0x1a, - 0xe8, - 0xfe, - 0xec, - 0xf2, - 0xfe, - 0x3b, - 0xce, - 0xff, - 0x81, - 0x3b, - 0x00, - 0xe2, - 0xc7, - 0xff, - 0x1f, - 0x95, - 0x1e, - 0xf6, - 0xd9, - 0x2f, - 0x9d, - 0x0f, - 0x01, - 0x92, - 0x86, - 0xfe, - 0xe3, - 0x6f, - 0x0d, - 0x68, - 0x2b, - 0xee, - 0x0d, - 0x2a, - 0xf6, - 0xbc, - 0x82, - 0xfd, - 0x8a, - 0x12, - 0xfb, - 0xc0, - 0x83, - 0x0a, - 0xe3, - 0x86, - 0xff, - 0xf8, - 0xb2, - 0xf7, - 0x39, - 0xc6, - 0x00, - 0xbb, - 0x51, - 0x07, - 0x19, - 0x07, - 0xfe, - 0xe8, - 0x45, - 0xf8, - 0x87, - 0xd8, - 0xff, - 0x2f, - 0xa3, - 0xfb, - 0x0f, - 0xbf, - 0xff, - 0x2b, - 0x80, - 0xff, - 0xf5, - 0x4e, - 0xfa, - 0x5f, - 0xfa, - 0x02, - 0x7d, - 0x44, - 0x00, - 0xcc, - 0x01, - 0xfd, - 0x56, - 0x23, - 0x01, - 0x75, - 0x65, - 0x01, - 0x65, - 0x74, - 0x01, - 0xc0, - 0x99, - 0x02, - 0xf0, - 0x67, - 0x02, - 0x9e, - 0xc6, - 0xfe, - 0x5a, - 0xf8, - 0xfd, - 0xd6, - 0xef, - 0xfd, - 0xe8, - 0xbf, - 0xfc, - 0x6b, - 0xe0, - 0xff, - 0x1e, - 0xe6, - 0x00, - 0x3b, - 0x26, - 0x01, - 0x35, - 0x45, - 0x03, - 0x97, - 0xc1, - 0x00, - 0x79, - 0xd8, - 0xfe, - 0x86, - 0xf3, - 0xfe, - 0x99, - 0x3e, - 0xfe, - 0xb6, - 0x2a, - 0xfe, - 0x70, - 0x19, - 0xfd, - 0xa0, - 0xf8, - 0xfc, - 0x18, - 0xc5, - 0xfd, - 0x7f, - 0x39, - 0xfe, - 0xc6, - 0xae, - 0xfe, - 0xa7, - 0xb1, - 0xff, - 0x49, - 0xe8, - 0x00, - 0x02, - 0x0c, - 0x00, - 0xfe, - 0xa8, - 0xfe, - 0xf3, - 0xdd, - 0xfd, - 0xe9, - 0xef, - 0xfd, - 0x9c, - 0x0d, - 0xff, - 0x7a, - 0x9a, - 0xff, - 0xb1, - 0x67, - 0xff, - 0x83, - 0xba, - 0xff, - 0x7e, - 0xc8, - 0xff, - 0x63, - 0x1a, - 0xff, - 0x32, - 0x1a, - 0xff, - 0xbe, - 0x45, - 0xff, - 0xf0, - 0xbc, - 0xff, - 0x5d, - 0x07, - 0x00, - 0x38, - 0xf4, - 0xff, - 0xc9, - 0xbe, - 0x1b, - 0x59, - 0xa4, - 0x2d, - 0x15, - 0xb4, - 0x00, - 0xdd, - 0x3b, - 0xfd, - 0xdb, - 0xd0, - 0x11, - 0x32, - 0x64, - 0xef, - 0x6b, - 0x39, - 0xf3, - 0x30, - 0x2f, - 0x02, - 0xf9, - 0xc8, - 0xfa, - 0x55, - 0xf9, - 0x05, - 0xc6, - 0xc8, - 0x00, - 0x6c, - 0x27, - 0xf9, - 0x12, - 0xd1, - 0xff, - 0x92, - 0x6f, - 0x06, - 0xa2, - 0x90, - 0xff, - 0x57, - 0xd9, - 0xf8, - 0xfd, - 0x0e, - 0x00, - 0xab, - 0xbe, - 0xfc, - 0xd5, - 0x0d, - 0xff, - 0x0f, - 0xc0, - 0xff, - 0xca, - 0x07, - 0xfb, - 0x32, - 0x28, - 0x02, - 0xaa, - 0xcf, - 0xff, - 0xe2, - 0xa0, - 0xfd, - 0x04, - 0x33, - 0x01, - 0xa8, - 0xba, - 0x00, - 0xca, - 0x7a, - 0x01, - 0xac, - 0x25, - 0x03, - 0x36, - 0x46, - 0x02, - 0x31, - 0x19, - 0xfe, - 0x5f, - 0x1f, - 0xfe, - 0x43, - 0x9f, - 0xfe, - 0x02, - 0x29, - 0xfd, - 0x75, - 0xd7, - 0xff, - 0x0d, - 0x5a, - 0x01, - 0xc5, - 0xc9, - 0x00, - 0x52, - 0x7f, - 0x01, - 0xa0, - 0x27, - 0x01, - 0x1a, - 0xe0, - 0xff, - 0xa1, - 0x61, - 0xff, - 0x4e, - 0x01, - 0xff, - 0x01, - 0xd7, - 0xfd, - 0xd4, - 0x7c, - 0xfd, - 0x3b, - 0x19, - 0xfe, - 0x4b, - 0x98, - 0xfd, - 0x33, - 0x0c, - 0xfe, - 0x49, - 0xf9, - 0xfe, - 0x84, - 0x32, - 0xff, - 0xb2, - 0x19, - 0x00, - 0x94, - 0x0b, - 0x00, - 0xd8, - 0x2d, - 0xff, - 0x63, - 0x4f, - 0xfe, - 0xcc, - 0x03, - 0xfe, - 0x31, - 0x65, - 0xfe, - 0x2f, - 0x20, - 0xff, - 0x2c, - 0xc0, - 0xff, - 0xe0, - 0x92, - 0xff, - 0xca, - 0x76, - 0xff, - 0xdb, - 0x2d, - 0xff, - 0xe9, - 0x24, - 0xff, - 0x1b, - 0x75, - 0xff, - 0xa7, - 0xb1, - 0xff, - 0x98, - 0xd0, - 0xff, - 0xa6, - 0xd7, - 0xff, - 0xea, - 0x3b, - 0x19, - 0x1f, - 0xb4, - 0x29, - 0xc5, - 0x79, - 0x01, - 0x03, - 0xf7, - 0xfe, - 0xca, - 0xe0, - 0x10, - 0xc0, - 0x18, - 0xf1, - 0xab, - 0x2e, - 0xf6, - 0xad, - 0xd1, - 0x01, - 0xd7, - 0x89, - 0xf8, - 0xe7, - 0xd6, - 0x05, - 0xd4, - 0x93, - 0x01, - 0xd6, - 0xc0, - 0xf8, - 0x3b, - 0xac, - 0xff, - 0xc7, - 0x3a, - 0x06, - 0xba, - 0xac, - 0x00, - 0x28, - 0xc6, - 0xf9, - 0x61, - 0x90, - 0xff, - 0xc9, - 0x5c, - 0xfd, - 0x64, - 0x33, - 0xff, - 0x81, - 0x1c, - 0x00, - 0xe1, - 0x21, - 0xfb, - 0x62, - 0x0f, - 0x01, - 0x5c, - 0x25, - 0x00, - 0x0f, - 0x1d, - 0xfe, - 0x29, - 0xdd, - 0x00, - 0x82, - 0x87, - 0x00, - 0x79, - 0xa0, - 0x01, - 0x6a, - 0x01, - 0x03, - 0xe8, - 0xf7, - 0x01, - 0x5a, - 0x3a, - 0xfe, - 0xf3, - 0xdd, - 0xfd, - 0xf1, - 0x24, - 0xff, - 0x58, - 0x20, - 0xfe, - 0xb4, - 0x6b, - 0xff, - 0xb4, - 0x2f, - 0x01, - 0x62, - 0x38, - 0x01, - 0x1d, - 0xc1, - 0x00, - 0xe0, - 0x5a, - 0x00, - 0x24, - 0xa4, - 0x00, - 0x4d, - 0x03, - 0x00, - 0xbf, - 0x2f, - 0xff, - 0x4a, - 0x9e, - 0xfe, - 0x0c, - 0x71, - 0xfd, - 0x29, - 0x41, - 0xfe, - 0xdb, - 0x95, - 0xfe, - 0xce, - 0xae, - 0xfd, - 0x5f, - 0xb5, - 0xfe, - 0x0d, - 0x76, - 0xff, - 0x2f, - 0x72, - 0xff, - 0x20, - 0x86, - 0xff, - 0x5f, - 0x38, - 0xff, - 0xaa, - 0xa4, - 0xfe, - 0x0f, - 0x51, - 0xfe, - 0xf8, - 0x6e, - 0xfe, - 0x84, - 0xa4, - 0xfe, - 0xee, - 0x50, - 0xff, - 0x3a, - 0xed, - 0xff, - 0x5f, - 0x5c, - 0xff, - 0xb5, - 0xf6, - 0xfe, - 0x58, - 0x61, - 0xff, - 0xbb, - 0x5b, - 0xff, - 0x7b, - 0x99, - 0xff, - 0x16, - 0xc0, - 0xff, - 0xf2, - 0xa3, - 0xff, - 0xbe, - 0x2a, - 0x17, - 0xf9, - 0x39, - 0x25, - 0x16, - 0x91, - 0x04, - 0x39, - 0x87, - 0x02, - 0xc2, - 0xaf, - 0x08, - 0x43, - 0xab, - 0xf0, - 0xca, - 0xb2, - 0xfb, - 0xd1, - 0xf9, - 0x02, - 0x5a, - 0xad, - 0xfc, - 0x28, - 0x9c, - 0x01, - 0xd7, - 0xc0, - 0xfc, - 0x44, - 0x4d, - 0xfc, - 0x0f, - 0xbe, - 0x00, - 0xc6, - 0x73, - 0x05, - 0xfc, - 0x56, - 0xfe, - 0xcb, - 0x22, - 0xfb, - 0x9b, - 0xfc, - 0x01, - 0x3a, - 0xcf, - 0xfb, - 0xb6, - 0x53, - 0xff, - 0x3f, - 0x5e, - 0x00, - 0x3a, - 0x84, - 0xfb, - 0x9b, - 0x31, - 0x01, - 0x7c, - 0xd9, - 0xff, - 0x2f, - 0xa9, - 0xfd, - 0xeb, - 0x60, - 0x00, - 0x20, - 0x49, - 0x01, - 0x88, - 0x45, - 0xff, - 0x3a, - 0x1f, - 0x00, - 0x8f, - 0xa2, - 0x02, - 0xce, - 0xea, - 0xff, - 0xdd, - 0x9d, - 0xff, - 0x94, - 0x23, - 0x00, - 0x4a, - 0xc0, - 0xfd, - 0x73, - 0xdd, - 0xfe, - 0xc4, - 0x20, - 0x00, - 0x54, - 0xf5, - 0xfe, - 0xfc, - 0xd4, - 0xff, - 0x1b, - 0xf7, - 0x00, - 0x15, - 0x4d, - 0x01, - 0x57, - 0xd0, - 0x00, - 0x47, - 0x78, - 0x00, - 0x9f, - 0x06, - 0x01, - 0x0d, - 0x38, - 0x00, - 0x57, - 0x22, - 0x00, - 0xc5, - 0xe6, - 0xfe, - 0xe1, - 0x86, - 0xfd, - 0xd2, - 0xcd, - 0xfd, - 0x93, - 0xaf, - 0xfd, - 0x8b, - 0x84, - 0xfe, - 0x7a, - 0xc3, - 0xfe, - 0x13, - 0x2a, - 0xff, - 0xa6, - 0x40, - 0xff, - 0xb1, - 0x77, - 0xfe, - 0xff, - 0x7d, - 0xfe, - 0x01, - 0xa5, - 0xfe, - 0x26, - 0x3d, - 0xff, - 0xa0, - 0x51, - 0xff, - 0x2b, - 0xc3, - 0xfe, - 0xaf, - 0x6b, - 0xfe, - 0x1e, - 0xa8, - 0xfe, - 0xcd, - 0x29, - 0xff, - 0x52, - 0x6b, - 0xff, - 0xb0, - 0x69, - 0xff, - 0x0b, - 0x69, - 0xff, - 0x92, - 0x6b, - 0x13, - 0x20, - 0xbe, - 0x20, - 0x2d, - 0x6a, - 0x07, - 0x0d, - 0x94, - 0x03, - 0x21, - 0x8d, - 0x06, - 0xdc, - 0xe1, - 0xf4, - 0x2d, - 0xe2, - 0xfd, - 0xf9, - 0xbb, - 0x00, - 0xdb, - 0x46, - 0xfc, - 0xf4, - 0x58, - 0x02, - 0xbb, - 0xa3, - 0xfd, - 0xae, - 0x24, - 0xfc, - 0x21, - 0x15, - 0x00, - 0xcc, - 0x71, - 0x05, - 0x04, - 0x83, - 0xff, - 0xf9, - 0xa7, - 0xfb, - 0x13, - 0x72, - 0x01, - 0x04, - 0xac, - 0xfc, - 0xf9, - 0x8d, - 0xff, - 0x67, - 0x38, - 0x00, - 0x65, - 0x2d, - 0xfc, - 0x59, - 0xea, - 0x00, - 0x09, - 0xa9, - 0xff, - 0x88, - 0x1b, - 0xfe, - 0xf3, - 0x4c, - 0x00, - 0x15, - 0xf4, - 0x00, - 0x04, - 0x8a, - 0xff, - 0x08, - 0x76, - 0x00, - 0x38, - 0x79, - 0x02, - 0xfe, - 0x0c, - 0x00, - 0xc0, - 0xd5, - 0xff, - 0x63, - 0xa5, - 0xff, - 0xf3, - 0xeb, - 0xfd, - 0xf7, - 0xd4, - 0xff, - 0x7f, - 0x82, - 0x00, - 0xf6, - 0x1f, - 0xff, - 0xef, - 0x1f, - 0x00, - 0x36, - 0x7b, - 0x01, - 0x65, - 0x53, - 0x01, - 0xf9, - 0x51, - 0x00, - 0x4d, - 0x66, - 0x00, - 0xe1, - 0xad, - 0x00, - 0x0e, - 0x72, - 0xff, - 0x1c, - 0xc6, - 0xff, - 0x55, - 0x53, - 0xff, - 0x3f, - 0x22, - 0xfe, - 0x9a, - 0x7e, - 0xfe, - 0xdd, - 0x1a, - 0xfe, - 0xa0, - 0x67, - 0xfe, - 0xf2, - 0x53, - 0xff, - 0xe3, - 0x43, - 0xff, - 0xf5, - 0x96, - 0xfe, - 0x90, - 0x8a, - 0xfe, - 0x8c, - 0xae, - 0xfe, - 0x5e, - 0x7b, - 0xfe, - 0x30, - 0xfd, - 0xfe, - 0x3e, - 0x3c, - 0xff, - 0xee, - 0xdc, - 0xfe, - 0x42, - 0xab, - 0xfe, - 0x53, - 0xdb, - 0xfe, - 0xe0, - 0xf8, - 0xfe, - 0x58, - 0x4f, - 0xff, - 0x38, - 0x5b, - 0xff, - 0x2e, - 0x2a, - 0xff, - 0xcd, - 0xcc, - 0x0c, - 0xe3, - 0x43, - 0x1c, - 0x63, - 0xfc, - 0x0d, - 0x07, - 0xa4, - 0x02, - 0xa0, - 0x5f, - 0x05, - 0x2f, - 0x1f, - 0xfa, - 0xfe, - 0xe1, - 0xfc, - 0xfe, - 0xd2, - 0x00, - 0xbd, - 0x7a, - 0xfb, - 0x55, - 0xba, - 0x01, - 0x76, - 0x86, - 0xff, - 0x35, - 0xd1, - 0xfb, - 0x71, - 0xcd, - 0xff, - 0x68, - 0x06, - 0x04, - 0x81, - 0x2b, - 0x01, - 0xfc, - 0x39, - 0xfc, - 0x81, - 0xa6, - 0x00, - 0xf5, - 0x31, - 0xfe, - 0xfa, - 0x4b, - 0xfe, - 0xff, - 0xc3, - 0x00, - 0x11, - 0xec, - 0xfc, - 0xe9, - 0x32, - 0x00, - 0xa8, - 0xea, - 0xff, - 0xd0, - 0xe6, - 0xfd, - 0x43, - 0x4d, - 0x00, - 0x22, - 0xc4, - 0x00, - 0xa2, - 0xd1, - 0xff, - 0x6a, - 0x46, - 0x00, - 0x7d, - 0xf1, - 0x01, - 0x46, - 0x61, - 0x00, - 0xd7, - 0x0c, - 0x00, - 0xc5, - 0xc3, - 0xff, - 0x9e, - 0x47, - 0xfe, - 0x28, - 0x30, - 0x00, - 0xb5, - 0xf8, - 0x00, - 0x1e, - 0x88, - 0xff, - 0xca, - 0xb0, - 0xff, - 0xa2, - 0x30, - 0x01, - 0x43, - 0x22, - 0x01, - 0xcf, - 0x0e, - 0x00, - 0x63, - 0x06, - 0x00, - 0x0c, - 0x5d, - 0x00, - 0x42, - 0xbc, - 0xff, - 0x61, - 0x32, - 0xff, - 0x3d, - 0xf5, - 0xfe, - 0xd8, - 0xc7, - 0xfe, - 0xa9, - 0x37, - 0xff, - 0x6d, - 0x60, - 0xfe, - 0xcb, - 0x17, - 0xfe, - 0xde, - 0x34, - 0xff, - 0x2e, - 0x7b, - 0xff, - 0x56, - 0xdb, - 0xfe, - 0x46, - 0x3c, - 0xfe, - 0x8b, - 0x8c, - 0xfe, - 0xe3, - 0x9a, - 0xfe, - 0x94, - 0xa5, - 0xfe, - 0x03, - 0xf4, - 0xfe, - 0x53, - 0xf7, - 0xfe, - 0xa8, - 0x04, - 0xff, - 0x6a, - 0xdc, - 0xfe, - 0x80, - 0xc2, - 0xfe, - 0x26, - 0x01, - 0xff, - 0xb7, - 0x3d, - 0xff, - 0xee, - 0x29, - 0xff, - 0x4c, - 0x7a, - 0x0c, - 0xc5, - 0x03, - 0x19, - 0x1b, - 0xcc, - 0x0b, - 0x9b, - 0x3d, - 0x04, - 0xb0, - 0xd0, - 0x04, - 0x4b, - 0x15, - 0xfb, - 0x32, - 0x0d, - 0xfe, - 0xb7, - 0xdc, - 0xff, - 0xac, - 0x51, - 0xfd, - 0x81, - 0x4e, - 0x01, - 0xe3, - 0xc5, - 0xfe, - 0x33, - 0xe3, - 0xfc, - 0xaf, - 0x41, - 0x00, - 0x17, - 0xe4, - 0x03, - 0xe8, - 0x0d, - 0x00, - 0x82, - 0x66, - 0xfd, - 0x56, - 0xbb, - 0x00, - 0x8b, - 0x1a, - 0xfe, - 0x23, - 0x1b, - 0xff, - 0xbc, - 0x0f, - 0x00, - 0x78, - 0xe8, - 0xfd, - 0xa1, - 0xfd, - 0xff, - 0x8a, - 0x72, - 0xff, - 0x6b, - 0xdb, - 0xfe, - 0xbd, - 0x39, - 0x00, - 0x47, - 0x38, - 0x00, - 0x71, - 0xe0, - 0xff, - 0x3c, - 0xe8, - 0x00, - 0xb0, - 0x86, - 0x01, - 0xb4, - 0xb1, - 0x00, - 0xfb, - 0x7c, - 0x00, - 0x7d, - 0x8e, - 0xff, - 0x4b, - 0x69, - 0xff, - 0x3c, - 0xcd, - 0x00, - 0x84, - 0x5d, - 0x00, - 0xb1, - 0x36, - 0xff, - 0x48, - 0x02, - 0x00, - 0x1c, - 0xd1, - 0x00, - 0x55, - 0x65, - 0x00, - 0x90, - 0x24, - 0x00, - 0xc1, - 0x27, - 0x00, - 0xe4, - 0xfc, - 0xff, - 0x82, - 0x77, - 0xff, - 0x2b, - 0x35, - 0xff, - 0x97, - 0xdb, - 0xfe, - 0xd7, - 0x1f, - 0xff, - 0xa8, - 0x61, - 0xff, - 0xc5, - 0x48, - 0xfe, - 0xc7, - 0x75, - 0xfe, - 0xa8, - 0x4c, - 0xff, - 0x17, - 0x51, - 0xff, - 0xc1, - 0x06, - 0xff, - 0x7f, - 0x72, - 0xfe, - 0x27, - 0x50, - 0xfe, - 0x9c, - 0x8c, - 0xfe, - 0x7b, - 0xc6, - 0xfe, - 0xbb, - 0xec, - 0xfe, - 0x3a, - 0xe8, - 0xfe, - 0x2a, - 0xf3, - 0xfe, - 0x8c, - 0xf4, - 0xfe, - 0x67, - 0xb7, - 0xfe, - 0xa7, - 0xd3, - 0xfe, - 0x7b, - 0x0b, - 0xff, - 0x8b, - 0x25, - 0xff, - 0x66, - 0x04, - 0x0c, - 0x1b, - 0x49, - 0x16, - 0x9b, - 0xd5, - 0x09, - 0x38, - 0x2e, - 0x05, - 0x79, - 0x05, - 0x05, - 0x97, - 0x66, - 0xfb, - 0x96, - 0x3f, - 0xfe, - 0x1f, - 0x55, - 0x00, - 0x8a, - 0xb1, - 0xfe, - 0xa6, - 0x60, - 0x00, - 0x5e, - 0x7f, - 0xfe, - 0x70, - 0x13, - 0xfe, - 0xa7, - 0x63, - 0x00, - 0x44, - 0x39, - 0x03, - 0xc1, - 0xaa, - 0xff, - 0xc7, - 0x08, - 0xfe, - 0x59, - 0xff, - 0x00, - 0x48, - 0x62, - 0xfe, - 0x3b, - 0x02, - 0xff, - 0x65, - 0xf9, - 0xff, - 0xea, - 0xb5, - 0xfe, - 0xdd, - 0xd7, - 0xff, - 0x7b, - 0x4b, - 0xff, - 0x70, - 0x3c, - 0xff, - 0xfa, - 0xfc, - 0xff, - 0xa1, - 0xfe, - 0xff, - 0xa8, - 0x70, - 0x00, - 0x07, - 0x30, - 0x01, - 0x3a, - 0xa8, - 0x01, - 0xf8, - 0x4f, - 0x01, - 0xee, - 0x52, - 0x00, - 0xd9, - 0xab, - 0xff, - 0x44, - 0x0f, - 0x00, - 0x59, - 0x6c, - 0x00, - 0xf9, - 0x9e, - 0xff, - 0x5e, - 0x06, - 0xff, - 0xb7, - 0x19, - 0x00, - 0x0f, - 0x9c, - 0x00, - 0x44, - 0x15, - 0x00, - 0xef, - 0x1a, - 0x00, - 0x6d, - 0x0a, - 0x00, - 0x3e, - 0x99, - 0xff, - 0x3c, - 0x6a, - 0xff, - 0x10, - 0x54, - 0xff, - 0x61, - 0xd1, - 0xfe, - 0x7a, - 0x17, - 0xff, - 0x08, - 0x36, - 0xff, - 0xb0, - 0x5e, - 0xfe, - 0x9e, - 0xbf, - 0xfe, - 0xb3, - 0x57, - 0xff, - 0x8b, - 0x20, - 0xff, - 0x91, - 0x06, - 0xff, - 0xda, - 0xb3, - 0xfe, - 0x1f, - 0x4a, - 0xfe, - 0xf6, - 0x85, - 0xfe, - 0x38, - 0xd7, - 0xfe, - 0xde, - 0xc5, - 0xfe, - 0xde, - 0xc7, - 0xfe, - 0x69, - 0xea, - 0xfe, - 0xfa, - 0xd7, - 0xfe, - 0xd2, - 0xa5, - 0xfe, - 0x12, - 0xbe, - 0xfe, - 0x9f, - 0xf0, - 0xfe, - 0x4b, - 0x2f, - 0xff, - 0x15, - 0xa8, - 0x0a, - 0xdc, - 0xa3, - 0x13, - 0xf0, - 0x52, - 0x09, - 0x4a, - 0xdc, - 0x05, - 0x8e, - 0x12, - 0x05, - 0xb6, - 0x2c, - 0xfc, - 0x57, - 0x73, - 0xfe, - 0xf3, - 0x9e, - 0x00, - 0xb9, - 0x97, - 0xff, - 0x1f, - 0x27, - 0x00, - 0x99, - 0xb5, - 0xfe, - 0x4e, - 0xb8, - 0xfe, - 0x9a, - 0xf9, - 0xff, - 0x9b, - 0xc5, - 0x02, - 0x4c, - 0x32, - 0x00, - 0xb0, - 0x87, - 0xfe, - 0x8d, - 0xd8, - 0x00, - 0x85, - 0x92, - 0xfe, - 0xe0, - 0x53, - 0xff, - 0x8c, - 0x78, - 0x00, - 0x14, - 0x13, - 0xff, - 0x0d, - 0x50, - 0xff, - 0xf0, - 0x82, - 0xff, - 0x19, - 0xe8, - 0xff, - 0x95, - 0xc3, - 0xff, - 0xc1, - 0x64, - 0x00, - 0xf2, - 0x43, - 0x01, - 0xde, - 0x52, - 0x01, - 0xfa, - 0xfa, - 0x01, - 0xcc, - 0x5c, - 0x01, - 0x5b, - 0xe8, - 0xff, - 0x77, - 0xbb, - 0xff, - 0x7b, - 0xfe, - 0xff, - 0xcb, - 0xfc, - 0xff, - 0x8b, - 0x62, - 0xff, - 0x53, - 0x2f, - 0xff, - 0x8b, - 0x36, - 0x00, - 0xd4, - 0x40, - 0x00, - 0xb0, - 0xee, - 0xff, - 0x8c, - 0x34, - 0x00, - 0x79, - 0xf8, - 0xff, - 0x26, - 0x82, - 0xff, - 0xba, - 0x2f, - 0xff, - 0x35, - 0x43, - 0xff, - 0x84, - 0x27, - 0xff, - 0x8c, - 0x20, - 0xff, - 0x9d, - 0xe8, - 0xfe, - 0x06, - 0x77, - 0xfe, - 0xe8, - 0x04, - 0xff, - 0xae, - 0x63, - 0xff, - 0x05, - 0x3c, - 0xff, - 0xf2, - 0x06, - 0xff, - 0xfe, - 0xad, - 0xfe, - 0xf5, - 0x8a, - 0xfe, - 0xf0, - 0xa3, - 0xfe, - 0xa8, - 0xba, - 0xfe, - 0x3a, - 0xa4, - 0xfe, - 0x60, - 0xb4, - 0xfe, - 0x2a, - 0xdb, - 0xfe, - 0x72, - 0xd9, - 0xfe, - 0x8e, - 0xc9, - 0xfe, - 0x70, - 0xce, - 0xfe, - 0xd8, - 0xeb, - 0xfe, - 0x19, - 0x24, - 0xff, - 0x11, - 0x40, - 0x08, - 0xd0, - 0x2d, - 0x11, - 0xe5, - 0xfa, - 0x09, - 0x13, - 0xe5, - 0x05, - 0xfc, - 0xaf, - 0x05, - 0xf1, - 0x5b, - 0xfd, - 0x87, - 0xf5, - 0xfd, - 0x86, - 0x0b, - 0x01, - 0xd9, - 0x61, - 0x00, - 0xbf, - 0x50, - 0x00, - 0x7a, - 0xa9, - 0xfe, - 0xed, - 0x10, - 0xff, - 0x28, - 0xc1, - 0xff, - 0xb5, - 0x37, - 0x02, - 0x81, - 0x08, - 0x01, - 0x29, - 0x8d, - 0xfe, - 0xea, - 0xe3, - 0x00, - 0xd1, - 0x33, - 0xff, - 0x17, - 0x59, - 0xff, - 0xdf, - 0xdb, - 0x00, - 0x48, - 0x0f, - 0xff, - 0x52, - 0x58, - 0xff, - 0x7e, - 0x32, - 0x00, - 0x16, - 0x7b, - 0x00, - 0xbb, - 0x27, - 0x00, - 0xd4, - 0xb1, - 0x00, - 0xfc, - 0x5d, - 0x01, - 0xe3, - 0x5a, - 0x01, - 0x13, - 0xf3, - 0x01, - 0xf2, - 0xab, - 0x00, - 0xbb, - 0x62, - 0xff, - 0x71, - 0xf9, - 0xff, - 0x38, - 0x20, - 0x00, - 0x9d, - 0xc0, - 0xff, - 0xd8, - 0x3d, - 0xff, - 0x9c, - 0x3e, - 0xff, - 0xba, - 0x25, - 0x00, - 0xb3, - 0x17, - 0x00, - 0xb2, - 0xe4, - 0xff, - 0xd1, - 0x48, - 0x00, - 0xa1, - 0xc7, - 0xff, - 0x29, - 0x40, - 0xff, - 0x65, - 0x22, - 0xff, - 0xc3, - 0x44, - 0xff, - 0x3f, - 0x67, - 0xff, - 0x8e, - 0x1f, - 0xff, - 0xf5, - 0x98, - 0xfe, - 0xa1, - 0x99, - 0xfe, - 0x65, - 0x49, - 0xff, - 0x4e, - 0x5e, - 0xff, - 0x4a, - 0x43, - 0xff, - 0x90, - 0xfc, - 0xfe, - 0x93, - 0xa7, - 0xfe, - 0x9e, - 0xc3, - 0xfe, - 0x5a, - 0xa0, - 0xfe, - 0x22, - 0x91, - 0xfe, - 0x3c, - 0x9b, - 0xfe, - 0xf7, - 0xc5, - 0xfe, - 0x4b, - 0xef, - 0xfe, - 0x38, - 0xee, - 0xfe, - 0x68, - 0xe8, - 0xfe, - 0x4f, - 0xcb, - 0xfe, - 0x61, - 0xf2, - 0xfe, - 0xbb, - 0x19, - 0xff, - 0x29, - 0xd4, - 0x06, - 0x8f, - 0x62, - 0x0f, - 0xc6, - 0x26, - 0x0a, - 0xbe, - 0x7a, - 0x05, - 0xf4, - 0x6d, - 0x05, - 0xb9, - 0xb4, - 0xfe, - 0x58, - 0x23, - 0xfe, - 0x78, - 0x1d, - 0x01, - 0x01, - 0xda, - 0x00, - 0x6e, - 0x5a, - 0x00, - 0x37, - 0x01, - 0xff, - 0xbe, - 0x71, - 0xff, - 0x42, - 0x76, - 0xff, - 0x04, - 0xb0, - 0x01, - 0x6a, - 0xd0, - 0x01, - 0xed, - 0x1e, - 0xff, - 0x77, - 0x7f, - 0x00, - 0xc5, - 0x9e, - 0xff, - 0xdb, - 0xc0, - 0xff, - 0xec, - 0xf3, - 0x00, - 0x78, - 0xa3, - 0xff, - 0xab, - 0x3e, - 0x00, - 0xc9, - 0xf4, - 0x00, - 0x1a, - 0x9d, - 0x00, - 0x18, - 0xf3, - 0xff, - 0xf4, - 0xd8, - 0x00, - 0x66, - 0x6f, - 0x01, - 0xec, - 0xa5, - 0x00, - 0x7c, - 0x19, - 0x01, - 0xb8, - 0x7a, - 0x00, - 0xc1, - 0xb5, - 0xff, - 0x1d, - 0x1c, - 0x00, - 0x63, - 0xf8, - 0xff, - 0x3b, - 0x7c, - 0xff, - 0x83, - 0x3e, - 0xff, - 0xfc, - 0x8e, - 0xff, - 0x17, - 0xed, - 0xff, - 0x0a, - 0xe1, - 0xff, - 0xe2, - 0x18, - 0x00, - 0x21, - 0x14, - 0x00, - 0x72, - 0x62, - 0xff, - 0x30, - 0x40, - 0xff, - 0x2f, - 0x38, - 0xff, - 0x02, - 0x3e, - 0xff, - 0x84, - 0x73, - 0xff, - 0xa9, - 0x0a, - 0xff, - 0x3b, - 0x9d, - 0xfe, - 0x1f, - 0xc8, - 0xfe, - 0x59, - 0x57, - 0xff, - 0x9c, - 0x5a, - 0xff, - 0xfd, - 0x1f, - 0xff, - 0x4f, - 0xf8, - 0xfe, - 0x8d, - 0xab, - 0xfe, - 0x25, - 0xb5, - 0xfe, - 0xf5, - 0xb8, - 0xfe, - 0x9a, - 0xae, - 0xfe, - 0xc5, - 0xce, - 0xfe, - 0x3b, - 0xea, - 0xfe, - 0x40, - 0xee, - 0xfe, - 0x10, - 0xfc, - 0xfe, - 0xab, - 0xe3, - 0xfe, - 0x34, - 0xcf, - 0xfe, - 0x31, - 0x08, - 0xff, - 0x7e, - 0x21, - 0xff, - 0x0a, - 0xfe, - 0x06, - 0x20, - 0x73, - 0x0d, - 0xca, - 0xaf, - 0x08, - 0xaf, - 0xe0, - 0x06, - 0x95, - 0xd4, - 0x04, - 0x9a, - 0x4a, - 0xfe, - 0xaf, - 0xcc, - 0xfe, - 0x5a, - 0x31, - 0x01, - 0x9d, - 0xce, - 0x01, - 0x63, - 0x28, - 0x00, - 0x3e, - 0x01, - 0xff, - 0x51, - 0x8f, - 0xff, - 0x14, - 0x9d, - 0xff, - 0x86, - 0x44, - 0x02, - 0xcf, - 0x58, - 0x01, - 0x1b, - 0xa0, - 0xff, - 0x0e, - 0x92, - 0x00, - 0xa1, - 0xe4, - 0xff, - 0xd7, - 0x11, - 0x01, - 0x8f, - 0x6e, - 0x01, - 0x06, - 0x6f, - 0x00, - 0xad, - 0xa5, - 0x00, - 0x2c, - 0x96, - 0x00, - 0xbd, - 0x39, - 0x00, - 0x5f, - 0xef, - 0xff, - 0xa9, - 0x70, - 0x00, - 0xa2, - 0xa1, - 0x00, - 0xb1, - 0xac, - 0x00, - 0x39, - 0xe7, - 0x00, - 0x19, - 0x43, - 0x00, - 0x87, - 0xd6, - 0xff, - 0x0f, - 0x22, - 0x00, - 0x0f, - 0xe2, - 0xff, - 0x73, - 0x3e, - 0xff, - 0xac, - 0x66, - 0xff, - 0xe6, - 0xb3, - 0xff, - 0x00, - 0x8c, - 0xff, - 0x40, - 0xbf, - 0xff, - 0xc6, - 0x45, - 0x00, - 0xaf, - 0xd2, - 0xff, - 0x5e, - 0x26, - 0xff, - 0x34, - 0x29, - 0xff, - 0x20, - 0x25, - 0xff, - 0x4a, - 0x78, - 0xff, - 0xa4, - 0x7d, - 0xff, - 0xe0, - 0xd6, - 0xfe, - 0xc7, - 0x95, - 0xfe, - 0xd1, - 0xfb, - 0xfe, - 0x24, - 0x52, - 0xff, - 0x01, - 0x35, - 0xff, - 0x46, - 0x0a, - 0xff, - 0xf6, - 0xc0, - 0xfe, - 0xd2, - 0xc4, - 0xfe, - 0x4f, - 0xfc, - 0xfe, - 0x64, - 0xe8, - 0xfe, - 0xe8, - 0xdb, - 0xfe, - 0x80, - 0xdf, - 0xfe, - 0xb2, - 0xf1, - 0xfe, - 0x41, - 0xf1, - 0xfe, - 0x56, - 0xed, - 0xfe, - 0xb6, - 0xf6, - 0xfe, - 0xc9, - 0xf6, - 0xfe, - 0x1f, - 0x11, - 0xff, - 0xa0, - 0x39, - 0xff, - 0xdd, - 0x1f, - 0x07, - 0xb8, - 0x79, - 0x0c, - 0xda, - 0x28, - 0x08, - 0x94, - 0x91, - 0x06, - 0x6c, - 0x90, - 0x03, - 0xe8, - 0xb6, - 0xfe, - 0x8e, - 0x9a, - 0xff, - 0x6d, - 0x89, - 0x01, - 0x8e, - 0xce, - 0x01, - 0x4c, - 0xf1, - 0xff, - 0x4b, - 0x9d, - 0xff, - 0xa4, - 0x93, - 0xff, - 0x3d, - 0xef, - 0xff, - 0x66, - 0x7a, - 0x02, - 0xf0, - 0x1e, - 0x01, - 0x19, - 0x3e, - 0x00, - 0x86, - 0x85, - 0x01, - 0xc4, - 0x54, - 0x01, - 0x9a, - 0x79, - 0x01, - 0x78, - 0xe6, - 0x00, - 0x26, - 0x6d, - 0x00, - 0x85, - 0x71, - 0x00, - 0x40, - 0xc3, - 0xff, - 0xeb, - 0x70, - 0xff, - 0x31, - 0xf6, - 0xff, - 0x07, - 0x80, - 0x00, - 0xce, - 0x6c, - 0x00, - 0xb8, - 0x77, - 0x00, - 0x35, - 0x8b, - 0x00, - 0x95, - 0x2f, - 0x00, - 0x90, - 0x21, - 0x00, - 0xcf, - 0x11, - 0x00, - 0x66, - 0x70, - 0xff, - 0x5c, - 0x40, - 0xff, - 0x9e, - 0x58, - 0xff, - 0xfd, - 0x5c, - 0xff, - 0x13, - 0xac, - 0xff, - 0xa3, - 0x02, - 0x00, - 0xb2, - 0xf4, - 0xff, - 0x67, - 0x33, - 0xff, - 0x4f, - 0x0d, - 0xff, - 0x14, - 0x6f, - 0xff, - 0x53, - 0x5b, - 0xff, - 0x6c, - 0x54, - 0xff, - 0xd1, - 0x0d, - 0xff, - 0x47, - 0xc3, - 0xfe, - 0x64, - 0xcf, - 0xfe, - 0xa5, - 0x06, - 0xff, - 0x6e, - 0x1d, - 0xff, - 0x36, - 0xfd, - 0xfe, - 0x1c, - 0x07, - 0xff, - 0x94, - 0xf6, - 0xfe, - 0x37, - 0xfd, - 0xfe, - 0x45, - 0x20, - 0xff, - 0x3c, - 0xf7, - 0xfe, - 0xb8, - 0xd9, - 0xfe, - 0x0d, - 0xea, - 0xfe, - 0xa5, - 0xed, - 0xfe, - 0x3f, - 0xfd, - 0xfe, - 0x44, - 0x10, - 0xff, - 0x09, - 0x07, - 0xff, - 0xf4, - 0x0b, - 0xff, - 0xcd, - 0x24, - 0xff, - 0xdd, - 0x5b, - 0xff, - 0xbb, - 0x75, - 0x06, - 0x21, - 0x73, - 0x0b, - 0x58, - 0x1d, - 0x08, - 0x9d, - 0xa0, - 0x06, - 0x38, - 0x28, - 0x03, - 0xe8, - 0xa4, - 0xfe, - 0x58, - 0x02, - 0x00, - 0x8f, - 0x36, - 0x02, - 0xd1, - 0xf1, - 0x01, - 0x1a, - 0xd1, - 0xff, - 0xbb, - 0x10, - 0x00, - 0xd0, - 0xe1, - 0xff, - 0x38, - 0xce, - 0xff, - 0xd7, - 0x23, - 0x03, - 0x4e, - 0xa5, - 0x02, - 0x14, - 0x18, - 0x01, - 0xf0, - 0x83, - 0x01, - 0xf4, - 0xff, - 0x00, - 0xc7, - 0x14, - 0x01, - 0x5c, - 0xa9, - 0x00, - 0x43, - 0xa5, - 0xff, - 0xad, - 0x4e, - 0xff, - 0xe9, - 0xa7, - 0xff, - 0x99, - 0x06, - 0x00, - 0x9a, - 0xc2, - 0xff, - 0x38, - 0xf6, - 0xff, - 0x41, - 0x5f, - 0x00, - 0xe0, - 0x6c, - 0x00, - 0x90, - 0x84, - 0x00, - 0x5c, - 0x28, - 0x00, - 0x35, - 0xe1, - 0xff, - 0xfc, - 0xd1, - 0xff, - 0xf2, - 0x40, - 0xff, - 0x53, - 0x2a, - 0xff, - 0x2e, - 0x4e, - 0xff, - 0xde, - 0x52, - 0xff, - 0x38, - 0xbc, - 0xff, - 0x2d, - 0xcf, - 0xff, - 0xd8, - 0x71, - 0xff, - 0x96, - 0x33, - 0xff, - 0x09, - 0x61, - 0xff, - 0xd8, - 0x55, - 0xff, - 0xca, - 0x19, - 0xff, - 0xfb, - 0x1f, - 0xff, - 0x29, - 0xe7, - 0xfe, - 0xf7, - 0xc0, - 0xfe, - 0x6f, - 0xd5, - 0xfe, - 0x20, - 0xfc, - 0xfe, - 0xed, - 0x08, - 0xff, - 0x26, - 0x0f, - 0xff, - 0x5d, - 0x2e, - 0xff, - 0x4a, - 0x10, - 0xff, - 0x48, - 0x15, - 0xff, - 0x11, - 0x1e, - 0xff, - 0x81, - 0xe5, - 0xfe, - 0xe5, - 0xd3, - 0xfe, - 0x0a, - 0xfa, - 0xfe, - 0x27, - 0x1e, - 0xff, - 0xeb, - 0x12, - 0xff, - 0x10, - 0x01, - 0xff, - 0x9d, - 0x15, - 0xff, - 0xaa, - 0x2c, - 0xff, - 0xf7, - 0x38, - 0xff, - 0x8e, - 0x51, - 0xff, - 0x99, - 0x2b, - 0x06, - 0xc1, - 0x29, - 0x0b, - 0x1d, - 0x0f, - 0x08, - 0x87, - 0x0e, - 0x06, - 0x61, - 0x81, - 0x02, - 0x4c, - 0xef, - 0xfe, - 0xdc, - 0xbd, - 0x00, - 0x8b, - 0xad, - 0x02, - 0xbc, - 0x19, - 0x02, - 0xc2, - 0x89, - 0xff, - 0x09, - 0x38, - 0x00, - 0xcd, - 0x99, - 0x01, - 0xfd, - 0x83, - 0x01, - 0x86, - 0x3a, - 0x03, - 0x42, - 0xfa, - 0x01, - 0x13, - 0xaf, - 0x00, - 0x72, - 0x57, - 0x01, - 0x4c, - 0x52, - 0x00, - 0xb1, - 0xe4, - 0xff, - 0x9b, - 0xf2, - 0xff, - 0x2d, - 0x98, - 0xff, - 0x26, - 0x58, - 0xff, - 0x41, - 0x9f, - 0xff, - 0x34, - 0xce, - 0xff, - 0x8a, - 0x7f, - 0xff, - 0x55, - 0x4d, - 0x00, - 0xd4, - 0x90, - 0x00, - 0xee, - 0xb7, - 0xff, - 0x18, - 0x00, - 0x00, - 0xaf, - 0x4e, - 0x00, - 0xe9, - 0xc6, - 0xff, - 0x15, - 0x59, - 0xff, - 0xbc, - 0x3a, - 0xff, - 0x58, - 0x32, - 0xff, - 0x35, - 0x06, - 0xff, - 0xe8, - 0x61, - 0xff, - 0xf3, - 0xc0, - 0xff, - 0x25, - 0x80, - 0xff, - 0x65, - 0x5c, - 0xff, - 0xf3, - 0x3b, - 0xff, - 0x3c, - 0x3a, - 0xff, - 0x6a, - 0x15, - 0xff, - 0x89, - 0xe1, - 0xfe, - 0xb1, - 0xf6, - 0xfe, - 0x95, - 0xce, - 0xfe, - 0x41, - 0xd2, - 0xfe, - 0x82, - 0xec, - 0xfe, - 0x3a, - 0xf5, - 0xfe, - 0xb7, - 0x28, - 0xff, - 0x31, - 0x35, - 0xff, - 0xae, - 0x20, - 0xff, - 0x82, - 0x0c, - 0xff, - 0x15, - 0x0b, - 0xff, - 0x29, - 0x07, - 0xff, - 0xda, - 0xf7, - 0xfe, - 0xcd, - 0xfd, - 0xfe, - 0xae, - 0x17, - 0xff, - 0xa0, - 0x1c, - 0xff, - 0x2c, - 0x0f, - 0xff, - 0x0b, - 0x14, - 0xff, - 0xf4, - 0x29, - 0xff, - 0xb5, - 0x36, - 0xff, - 0x56, - 0x28, - 0xff, - 0xa3, - 0x41, - 0xff, - 0xa8, - 0x14, - 0x06, - 0x4d, - 0xb4, - 0x0b, - 0x31, - 0xfe, - 0x07, - 0xf9, - 0xea, - 0x04, - 0xf2, - 0x3c, - 0x02, - 0xdd, - 0x9c, - 0xff, - 0xba, - 0x70, - 0x01, - 0x1a, - 0x93, - 0x02, - 0xd5, - 0xc1, - 0x02, - 0xc0, - 0x85, - 0x01, - 0xf9, - 0x46, - 0x01, - 0x1e, - 0xf9, - 0x01, - 0x6b, - 0xe2, - 0x00, - 0xd8, - 0x0e, - 0x02, - 0x85, - 0xcd, - 0x01, - 0x93, - 0xeb, - 0xff, - 0x9a, - 0x04, - 0x00, - 0xcb, - 0xfd, - 0xff, - 0xf0, - 0x0b, - 0x00, - 0xde, - 0xc3, - 0xff, - 0xf2, - 0x37, - 0xff, - 0x1e, - 0x31, - 0xff, - 0x85, - 0x01, - 0x00, - 0x52, - 0x55, - 0x00, - 0xab, - 0x73, - 0xff, - 0x28, - 0xd5, - 0xff, - 0x1e, - 0xfa, - 0xff, - 0x2f, - 0x7b, - 0xff, - 0xba, - 0x23, - 0x00, - 0x88, - 0x44, - 0x00, - 0x00, - 0x9e, - 0xff, - 0x2f, - 0x11, - 0xff, - 0xc4, - 0x0b, - 0xff, - 0xc6, - 0x50, - 0xff, - 0x0c, - 0x19, - 0xff, - 0xa0, - 0x72, - 0xff, - 0xce, - 0xdb, - 0xff, - 0xd4, - 0x4b, - 0xff, - 0xdd, - 0xfc, - 0xfe, - 0x30, - 0x23, - 0xff, - 0x4a, - 0x2a, - 0xff, - 0xa3, - 0xda, - 0xfe, - 0x94, - 0xce, - 0xfe, - 0x76, - 0x16, - 0xff, - 0xca, - 0xdb, - 0xfe, - 0x41, - 0xbe, - 0xfe, - 0xd5, - 0x1a, - 0xff, - 0x87, - 0x63, - 0xff, - 0x16, - 0x18, - 0xff, - 0x81, - 0xda, - 0xfe, - 0x36, - 0x45, - 0xff, - 0xed, - 0x37, - 0xff, - 0x9f, - 0xdf, - 0xfe, - 0x53, - 0x13, - 0xff, - 0xdc, - 0x44, - 0xff, - 0x27, - 0x09, - 0xff, - 0x18, - 0xf8, - 0xfe, - 0xec, - 0x3b, - 0xff, - 0x99, - 0x2b, - 0xff, - 0x39, - 0x07, - 0xff, - 0x2c, - 0x2c, - 0xff, - 0x66, - 0x46, - 0xff, - 0x15, - 0x26, - 0xff, - 0xbe, - 0x1e, - 0xff, - 0x78, - 0xa3, - 0x04, - 0x7e, - 0x23, - 0x0c, - 0x5f, - 0xb3, - 0x09, - 0xa2, - 0x79, - 0x03, - 0x2e, - 0x45, - 0x02, - 0xdc, - 0x50, - 0x00, - 0xa2, - 0x72, - 0x02, - 0x63, - 0xa9, - 0x05, - 0x6d, - 0x3d, - 0x03, - 0xb0, - 0x25, - 0x01, - 0xf2, - 0xa2, - 0x00, - 0x6b, - 0x58, - 0x01, - 0x24, - 0xdd, - 0x00, - 0x51, - 0x47, - 0x00, - 0x5a, - 0x0c, - 0x01, - 0x7f, - 0xf4, - 0xff, - 0xe8, - 0x07, - 0x00, - 0xe9, - 0xf8, - 0xff, - 0xfa, - 0x49, - 0xff, - 0x05, - 0xe3, - 0xff, - 0xa2, - 0x92, - 0xff, - 0x74, - 0xe4, - 0xff, - 0xbd, - 0x47, - 0x00, - 0xc3, - 0xa4, - 0xff, - 0x8c, - 0x2f, - 0xff, - 0xb9, - 0x6e, - 0xff, - 0xf1, - 0xec, - 0xff, - 0xb8, - 0x9f, - 0xff, - 0x77, - 0xee, - 0xff, - 0xf3, - 0x4f, - 0x00, - 0x90, - 0x78, - 0xff, - 0xb7, - 0xe5, - 0xfe, - 0x32, - 0x38, - 0xff, - 0xb2, - 0x87, - 0xff, - 0x6d, - 0x54, - 0xff, - 0xeb, - 0x67, - 0xff, - 0xef, - 0x8c, - 0xff, - 0xba, - 0x0b, - 0xff, - 0xe8, - 0xda, - 0xfe, - 0xaa, - 0x1f, - 0xff, - 0x33, - 0x12, - 0xff, - 0x09, - 0x04, - 0xff, - 0x9b, - 0xfa, - 0xfe, - 0x97, - 0xe4, - 0xfe, - 0x41, - 0xfc, - 0xfe, - 0x23, - 0x19, - 0xff, - 0x00, - 0x3f, - 0xff, - 0x87, - 0x36, - 0xff, - 0xcf, - 0x13, - 0xff, - 0x09, - 0x0a, - 0xff, - 0xef, - 0x28, - 0xff, - 0xef, - 0x45, - 0xff, - 0xa3, - 0x0a, - 0xff, - 0x43, - 0x20, - 0xff, - 0xc7, - 0x4e, - 0xff, - 0x02, - 0x1f, - 0xff, - 0xe8, - 0x1b, - 0xff, - 0x11, - 0x29, - 0xff, - 0xdb, - 0x2f, - 0xff, - 0x98, - 0x26, - 0xff, - 0x26, - 0x20, - 0xff, - 0xce, - 0x3f, - 0xff, - 0x09, - 0x20, - 0xff, - 0x9d, - 0x10, - 0xff, - 0xc7, - 0x7b, - 0x05, - 0xad, - 0xdd, - 0x0c, - 0x4e, - 0xbc, - 0x08, - 0x71, - 0x76, - 0x02, - 0x7f, - 0x28, - 0x03, - 0xe5, - 0x8b, - 0x03, - 0x93, - 0x72, - 0x04, - 0x0e, - 0x48, - 0x04, - 0x0e, - 0x20, - 0x02, - 0x97, - 0xca, - 0x00, - 0x82, - 0x07, - 0x00, - 0x4a, - 0x81, - 0x00, - 0x8e, - 0xfc, - 0xff, - 0x75, - 0x36, - 0x00, - 0x94, - 0xb9, - 0x00, - 0x52, - 0xa0, - 0xff, - 0x3a, - 0x05, - 0x00, - 0xe8, - 0xad, - 0xff, - 0x0f, - 0x5f, - 0xff, - 0x93, - 0x8b, - 0x00, - 0x62, - 0x4f, - 0x00, - 0x4d, - 0x77, - 0xff, - 0xcd, - 0x57, - 0xff, - 0x84, - 0x9f, - 0xff, - 0xda, - 0x61, - 0xff, - 0x76, - 0x31, - 0xff, - 0xe3, - 0x82, - 0xff, - 0x5a, - 0xdb, - 0xff, - 0xe7, - 0x1e, - 0x00, - 0xfc, - 0xb9, - 0xff, - 0xfa, - 0x76, - 0xff, - 0x82, - 0x68, - 0xff, - 0xec, - 0x57, - 0xff, - 0x4e, - 0x69, - 0xff, - 0x3c, - 0x37, - 0xff, - 0x86, - 0x55, - 0xff, - 0x87, - 0x32, - 0xff, - 0x8c, - 0xcf, - 0xfe, - 0xcd, - 0xf9, - 0xfe, - 0x63, - 0x24, - 0xff, - 0xf7, - 0x25, - 0xff, - 0xf0, - 0x0f, - 0xff, - 0x27, - 0x03, - 0xff, - 0x05, - 0xff, - 0xfe, - 0x52, - 0x12, - 0xff, - 0x4d, - 0x3b, - 0xff, - 0xce, - 0x31, - 0xff, - 0x72, - 0x39, - 0xff, - 0x81, - 0x25, - 0xff, - 0x39, - 0x02, - 0xff, - 0x39, - 0x2a, - 0xff, - 0x16, - 0x3e, - 0xff, - 0x94, - 0x32, - 0xff, - 0xd0, - 0x3b, - 0xff, - 0x6c, - 0x42, - 0xff, - 0x58, - 0x36, - 0xff, - 0x3c, - 0x25, - 0xff, - 0xbc, - 0x20, - 0xff, - 0x76, - 0x2b, - 0xff, - 0x13, - 0x2c, - 0xff, - 0xce, - 0x28, - 0xff, - 0x28, - 0x23, - 0xff, - 0x09, - 0x16, - 0xff, - 0xb9, - 0x25, - 0xff, - 0x94, - 0xc2, - 0x05, - 0x0a, - 0x3b, - 0x0c, - 0xff, - 0x3b, - 0x09, - 0x2f, - 0x99, - 0x05, - 0xad, - 0xd2, - 0x03, - 0x2e, - 0x4d, - 0x02, - 0x61, - 0x8a, - 0x04, - 0x8f, - 0x1a, - 0x04, - 0xd6, - 0x4f, - 0x01, - 0x41, - 0xe6, - 0xff, - 0x47, - 0xbb, - 0xff, - 0x76, - 0x92, - 0x00, - 0xfd, - 0xff, - 0xff, - 0xbe, - 0x07, - 0x00, - 0x26, - 0x32, - 0x00, - 0xa3, - 0xc5, - 0xff, - 0x13, - 0x33, - 0x00, - 0x17, - 0x23, - 0x00, - 0x7e, - 0x5a, - 0x00, - 0xc9, - 0x3a, - 0x00, - 0x55, - 0x95, - 0xff, - 0x86, - 0x96, - 0xff, - 0x5a, - 0x97, - 0xff, - 0xc9, - 0x6e, - 0xff, - 0x59, - 0x0d, - 0xff, - 0xf7, - 0x40, - 0xff, - 0x66, - 0xa7, - 0xff, - 0x83, - 0xb1, - 0xff, - 0xa8, - 0x0e, - 0x00, - 0x7c, - 0x12, - 0x00, - 0xea, - 0xc8, - 0xff, - 0x6b, - 0x86, - 0xff, - 0x56, - 0x36, - 0xff, - 0xc8, - 0x18, - 0xff, - 0x79, - 0x3e, - 0xff, - 0xe0, - 0x67, - 0xff, - 0xad, - 0x00, - 0xff, - 0x10, - 0xd9, - 0xfe, - 0xe4, - 0x3c, - 0xff, - 0x58, - 0x31, - 0xff, - 0xcf, - 0x1a, - 0xff, - 0xfb, - 0x41, - 0xff, - 0x42, - 0x3c, - 0xff, - 0x69, - 0x03, - 0xff, - 0x9c, - 0x09, - 0xff, - 0xf6, - 0x5c, - 0xff, - 0x51, - 0x62, - 0xff, - 0x8e, - 0x2f, - 0xff, - 0x43, - 0x19, - 0xff, - 0x13, - 0x1d, - 0xff, - 0xa7, - 0x2f, - 0xff, - 0x79, - 0x4b, - 0xff, - 0x19, - 0x5b, - 0xff, - 0x52, - 0x47, - 0xff, - 0x2d, - 0x48, - 0xff, - 0x06, - 0x4a, - 0xff, - 0x1a, - 0x27, - 0xff, - 0xb8, - 0x21, - 0xff, - 0xed, - 0x3a, - 0xff, - 0xf0, - 0x35, - 0xff, - 0x69, - 0x1e, - 0xff, - 0x69, - 0x23, - 0xff, - 0xba, - 0x1e, - 0xff, - 0x6b, - 0x12, - 0xff, - 0x2f, - 0xf2, - 0x06, - 0xb3, - 0x62, - 0x0f, - 0x46, - 0x1b, - 0x0a, - 0xe7, - 0x8f, - 0x02, - 0x57, - 0x95, - 0x02, - 0x4e, - 0x56, - 0x03, - 0xfb, - 0xfd, - 0x03, - 0xb5, - 0x0d, - 0x03, - 0x02, - 0x0f, - 0x01, - 0x88, - 0xa8, - 0xff, - 0xaf, - 0xaa, - 0xff, - 0xba, - 0x99, - 0x00, - 0x24, - 0x07, - 0x00, - 0x1c, - 0x4c, - 0x00, - 0x3c, - 0x0e, - 0x00, - 0xcc, - 0xa4, - 0xff, - 0x4c, - 0x1b, - 0x01, - 0x0c, - 0x02, - 0x01, - 0xaf, - 0xc3, - 0xff, - 0xc9, - 0x5b, - 0xff, - 0x23, - 0x01, - 0x00, - 0xa1, - 0x00, - 0x00, - 0x62, - 0x30, - 0xff, - 0x34, - 0x22, - 0xff, - 0x25, - 0x17, - 0xff, - 0xf3, - 0x6a, - 0xff, - 0x8e, - 0x8f, - 0xff, - 0xe3, - 0xba, - 0xff, - 0x4f, - 0x72, - 0x00, - 0xae, - 0x4c, - 0x00, - 0x6b, - 0xc6, - 0xff, - 0x6f, - 0x33, - 0xff, - 0xbf, - 0x0b, - 0xff, - 0x94, - 0x3c, - 0xff, - 0x20, - 0x12, - 0xff, - 0x96, - 0x43, - 0xff, - 0x79, - 0x4e, - 0xff, - 0x95, - 0x0b, - 0xff, - 0x36, - 0x22, - 0xff, - 0x68, - 0x38, - 0xff, - 0xf0, - 0x48, - 0xff, - 0x43, - 0x5f, - 0xff, - 0xe8, - 0x3e, - 0xff, - 0xb1, - 0x1b, - 0xff, - 0xf1, - 0x33, - 0xff, - 0xb5, - 0x59, - 0xff, - 0xe1, - 0x55, - 0xff, - 0x97, - 0x31, - 0xff, - 0xbc, - 0x22, - 0xff, - 0x88, - 0x2c, - 0xff, - 0xcc, - 0x40, - 0xff, - 0xdf, - 0x63, - 0xff, - 0x88, - 0x57, - 0xff, - 0x98, - 0x48, - 0xff, - 0xa0, - 0x60, - 0xff, - 0xf3, - 0x48, - 0xff, - 0xb3, - 0x34, - 0xff, - 0xa6, - 0x3b, - 0xff, - 0xe3, - 0x32, - 0xff, - 0x48, - 0x37, - 0xff, - 0x23, - 0x23, - 0xff, - 0xd5, - 0x0f, - 0xff, - 0x4d, - 0x2a, - 0xff, - 0xf7, - 0x3e, - 0xff, - 0xf8, - 0x13, - 0x07, - 0x07, - 0x76, - 0x10, - 0x19, - 0x7d, - 0x0a, - 0x9d, - 0xbf, - 0x00, - 0xc4, - 0xad, - 0x01, - 0x54, - 0x77, - 0x03, - 0x54, - 0x61, - 0x03, - 0x13, - 0x06, - 0x03, - 0xd8, - 0xbf, - 0x01, - 0xb5, - 0x0f, - 0x00, - 0x26, - 0x3f, - 0xff, - 0x8c, - 0xb1, - 0x00, - 0x79, - 0xa2, - 0x00, - 0xb8, - 0xfa, - 0xff, - 0x22, - 0x66, - 0x00, - 0xb3, - 0x6a, - 0x00, - 0x6c, - 0x36, - 0x01, - 0x1d, - 0xd8, - 0x00, - 0xcb, - 0xb1, - 0xff, - 0xac, - 0xd8, - 0xff, - 0x0a, - 0xf7, - 0xff, - 0xcb, - 0xc2, - 0xff, - 0xa3, - 0x52, - 0xff, - 0xeb, - 0x3c, - 0xff, - 0x03, - 0x3d, - 0xff, - 0xdb, - 0x10, - 0xff, - 0x52, - 0x92, - 0xff, - 0x24, - 0x0d, - 0x00, - 0xae, - 0x64, - 0x00, - 0x7e, - 0x58, - 0x00, - 0xa6, - 0xc4, - 0xff, - 0x1c, - 0x64, - 0xff, - 0x70, - 0x06, - 0xff, - 0x99, - 0x12, - 0xff, - 0x9b, - 0x31, - 0xff, - 0xf6, - 0x1c, - 0xff, - 0x30, - 0x5b, - 0xff, - 0xa4, - 0x5a, - 0xff, - 0x01, - 0x40, - 0xff, - 0x03, - 0x39, - 0xff, - 0xa6, - 0x34, - 0xff, - 0x70, - 0x67, - 0xff, - 0x98, - 0x77, - 0xff, - 0xac, - 0x5b, - 0xff, - 0x2d, - 0x3f, - 0xff, - 0x79, - 0x39, - 0xff, - 0xdb, - 0x3e, - 0xff, - 0x2a, - 0x39, - 0xff, - 0x24, - 0x3e, - 0xff, - 0x07, - 0x48, - 0xff, - 0xae, - 0x49, - 0xff, - 0x0c, - 0x4f, - 0xff, - 0x15, - 0x5c, - 0xff, - 0xad, - 0x56, - 0xff, - 0xd6, - 0x59, - 0xff, - 0xe2, - 0x63, - 0xff, - 0xae, - 0x5a, - 0xff, - 0xff, - 0x45, - 0xff, - 0x34, - 0x2d, - 0xff, - 0x76, - 0x35, - 0xff, - 0xa1, - 0x2c, - 0xff, - 0x66, - 0x1f, - 0xff, - 0x64, - 0x3e, - 0xff, - 0xb1, - 0x42, - 0xff, - 0x09, - 0x54, - 0x05, - 0xa1, - 0xcd, - 0x0d, - 0xbb, - 0x1e, - 0x0c, - 0x5e, - 0xcb, - 0x03, - 0x84, - 0x72, - 0x00, - 0xe9, - 0x46, - 0x01, - 0xe0, - 0xc7, - 0x02, - 0x78, - 0xa5, - 0x03, - 0xf0, - 0xe3, - 0x02, - 0x47, - 0x35, - 0x00, - 0x02, - 0x46, - 0xff, - 0x99, - 0x03, - 0x01, - 0x42, - 0x2b, - 0x01, - 0x49, - 0x32, - 0x00, - 0x5d, - 0xf2, - 0xff, - 0xe4, - 0xc1, - 0x00, - 0x15, - 0x8a, - 0x01, - 0xc1, - 0x07, - 0x01, - 0x48, - 0x46, - 0x00, - 0x35, - 0xc1, - 0xff, - 0xc8, - 0xec, - 0xff, - 0xcb, - 0x21, - 0x00, - 0x43, - 0x99, - 0xff, - 0xa9, - 0x28, - 0xff, - 0x02, - 0x34, - 0xff, - 0x7e, - 0x6c, - 0xff, - 0x7f, - 0x5b, - 0xff, - 0xfc, - 0xb7, - 0xff, - 0x0f, - 0x57, - 0x00, - 0x1d, - 0x55, - 0x00, - 0xd7, - 0xf9, - 0xff, - 0xe4, - 0x80, - 0xff, - 0x13, - 0x4a, - 0xff, - 0x71, - 0x34, - 0xff, - 0xa0, - 0x14, - 0xff, - 0xb4, - 0x20, - 0xff, - 0x28, - 0x36, - 0xff, - 0x33, - 0x46, - 0xff, - 0xaa, - 0x5c, - 0xff, - 0x1e, - 0x7c, - 0xff, - 0x88, - 0x50, - 0xff, - 0x09, - 0x2c, - 0xff, - 0x41, - 0x73, - 0xff, - 0x9f, - 0x8e, - 0xff, - 0x21, - 0x82, - 0xff, - 0x37, - 0x5d, - 0xff, - 0xee, - 0x0d, - 0xff, - 0x2f, - 0x0f, - 0xff, - 0xf8, - 0x49, - 0xff, - 0x11, - 0x5f, - 0xff, - 0xf1, - 0x4f, - 0xff, - 0xd7, - 0x4c, - 0xff, - 0xa2, - 0x49, - 0xff, - 0x1b, - 0x4b, - 0xff, - 0xde, - 0x68, - 0xff, - 0x89, - 0x6a, - 0xff, - 0x64, - 0x6e, - 0xff, - 0x7f, - 0x61, - 0xff, - 0xb8, - 0x42, - 0xff, - 0xc2, - 0x36, - 0xff, - 0x46, - 0x1e, - 0xff, - 0x81, - 0x41, - 0xff, - 0x00, - 0x54, - 0xff, - 0xb1, - 0x2f, - 0xff, - 0x7d, - 0x95, - 0x03, - 0x55, - 0x15, - 0x0b, - 0x63, - 0x7d, - 0x0c, - 0xfc, - 0x66, - 0x06, - 0xcc, - 0x8a, - 0x01, - 0x23, - 0x68, - 0x00, - 0x1d, - 0xa6, - 0x01, - 0x2b, - 0xe5, - 0x02, - 0x7b, - 0xf2, - 0x02, - 0x41, - 0x31, - 0x01, - 0x7d, - 0x4e, - 0xff, - 0xf5, - 0x93, - 0x00, - 0xd5, - 0xb0, - 0x01, - 0xde, - 0xcf, - 0x00, - 0x66, - 0x16, - 0x00, - 0x5c, - 0x84, - 0x00, - 0x72, - 0x43, - 0x01, - 0xd2, - 0xfa, - 0x00, - 0x19, - 0xfd, - 0x00, - 0x95, - 0x81, - 0x00, - 0x0c, - 0xf0, - 0xff, - 0xc9, - 0x3e, - 0x00, - 0x7d, - 0xa4, - 0xff, - 0xaf, - 0x70, - 0xff, - 0x55, - 0xb3, - 0xff, - 0x61, - 0x6b, - 0xff, - 0x1e, - 0x3d, - 0xff, - 0x96, - 0x88, - 0xff, - 0x71, - 0x3d, - 0x00, - 0xbb, - 0x4a, - 0x00, - 0x3c, - 0xd6, - 0xff, - 0x50, - 0x7c, - 0xff, - 0x0a, - 0x83, - 0xff, - 0x55, - 0x8c, - 0xff, - 0x9a, - 0x29, - 0xff, - 0xd0, - 0x2f, - 0xff, - 0x24, - 0x43, - 0xff, - 0xd2, - 0x16, - 0xff, - 0x88, - 0x2c, - 0xff, - 0x9b, - 0x64, - 0xff, - 0x07, - 0x75, - 0xff, - 0x3f, - 0x5b, - 0xff, - 0xf5, - 0x6f, - 0xff, - 0x05, - 0x7c, - 0xff, - 0x67, - 0x79, - 0xff, - 0x4f, - 0x8f, - 0xff, - 0x73, - 0x65, - 0xff, - 0x87, - 0x0f, - 0xff, - 0x71, - 0xf7, - 0xfe, - 0xb7, - 0x4d, - 0xff, - 0xa9, - 0x6a, - 0xff, - 0x87, - 0x37, - 0xff, - 0xb3, - 0x4b, - 0xff, - 0x2c, - 0x4b, - 0xff, - 0xf4, - 0x41, - 0xff, - 0x75, - 0x6b, - 0xff, - 0x5c, - 0x8a, - 0xff, - 0xdc, - 0x74, - 0xff, - 0x7b, - 0x47, - 0xff, - 0x15, - 0x4d, - 0xff, - 0x41, - 0x3d, - 0xff, - 0x58, - 0x42, - 0xff, - 0x91, - 0x53, - 0xff, - 0x49, - 0x2d, - 0xff, - 0x23, - 0xcd, - 0x03, - 0x74, - 0x26, - 0x0b, - 0x62, - 0xc9, - 0x0b, - 0x81, - 0xef, - 0x05, - 0xb6, - 0x14, - 0x02, - 0xbf, - 0xa7, - 0x00, - 0x73, - 0x24, - 0x01, - 0x82, - 0xc2, - 0x02, - 0xeb, - 0x04, - 0x03, - 0x0c, - 0xbe, - 0x00, - 0xab, - 0xc5, - 0xfe, - 0xfd, - 0x54, - 0x00, - 0xac, - 0xcf, - 0x01, - 0xd0, - 0x0d, - 0x01, - 0x1d, - 0x20, - 0x00, - 0xce, - 0x84, - 0x00, - 0xd1, - 0x58, - 0x01, - 0xbd, - 0x01, - 0x01, - 0x37, - 0xc1, - 0x00, - 0x06, - 0x9c, - 0x00, - 0x11, - 0x7c, - 0x00, - 0x3b, - 0x82, - 0x00, - 0x3a, - 0xe4, - 0xff, - 0x7b, - 0xae, - 0xff, - 0x91, - 0xbf, - 0xff, - 0xa5, - 0x9b, - 0xff, - 0x0e, - 0xb0, - 0xff, - 0x3e, - 0xc3, - 0xff, - 0x3b, - 0xd8, - 0xff, - 0xbe, - 0x2e, - 0x00, - 0x72, - 0x16, - 0x00, - 0xa9, - 0x56, - 0xff, - 0x98, - 0x38, - 0xff, - 0x05, - 0x64, - 0xff, - 0x1d, - 0x6d, - 0xff, - 0x39, - 0xa3, - 0xff, - 0xe2, - 0x55, - 0xff, - 0xdc, - 0x07, - 0xff, - 0x86, - 0x36, - 0xff, - 0x98, - 0x4d, - 0xff, - 0x1f, - 0x3a, - 0xff, - 0x60, - 0x44, - 0xff, - 0xa8, - 0x82, - 0xff, - 0x70, - 0xb2, - 0xff, - 0x30, - 0x93, - 0xff, - 0x1e, - 0x68, - 0xff, - 0xa1, - 0x6a, - 0xff, - 0x64, - 0x46, - 0xff, - 0x74, - 0x20, - 0xff, - 0xef, - 0x35, - 0xff, - 0xb0, - 0x43, - 0xff, - 0x1a, - 0x32, - 0xff, - 0x40, - 0x31, - 0xff, - 0x28, - 0x51, - 0xff, - 0x49, - 0x43, - 0xff, - 0xa3, - 0x4a, - 0xff, - 0x5c, - 0x8d, - 0xff, - 0xf1, - 0x82, - 0xff, - 0x56, - 0x54, - 0xff, - 0x54, - 0x52, - 0xff, - 0x41, - 0x5f, - 0xff, - 0xdc, - 0x5b, - 0xff, - 0x37, - 0x44, - 0xff, - 0xe3, - 0x35, - 0xff, - 0xbe, - 0x1a, - 0x04, - 0xa3, - 0x79, - 0x0b, - 0xe9, - 0x60, - 0x0b, - 0xc1, - 0x9a, - 0x05, - 0x7f, - 0x7b, - 0x02, - 0xb3, - 0xd0, - 0x00, - 0x69, - 0xce, - 0x00, - 0x47, - 0x95, - 0x02, - 0x87, - 0x1b, - 0x03, - 0x17, - 0xc2, - 0x00, - 0xc6, - 0x9d, - 0xfe, - 0xc2, - 0xfd, - 0xff, - 0xdd, - 0x58, - 0x01, - 0x00, - 0xb3, - 0x00, - 0x8b, - 0xf0, - 0xff, - 0x78, - 0x77, - 0x00, - 0xb4, - 0x3b, - 0x01, - 0xbd, - 0xc1, - 0x00, - 0x93, - 0xd4, - 0x00, - 0xeb, - 0x03, - 0x01, - 0x01, - 0x52, - 0x00, - 0x0a, - 0x27, - 0x00, - 0xa6, - 0x54, - 0x00, - 0x08, - 0x1a, - 0x00, - 0x42, - 0xdf, - 0xff, - 0xa8, - 0xee, - 0xff, - 0x80, - 0xf3, - 0xff, - 0xea, - 0xf9, - 0xff, - 0xba, - 0x08, - 0x00, - 0x64, - 0x2f, - 0x00, - 0xd9, - 0x08, - 0x00, - 0x5b, - 0x71, - 0xff, - 0x99, - 0x23, - 0xff, - 0xe9, - 0x16, - 0xff, - 0xe4, - 0x46, - 0xff, - 0xcd, - 0x85, - 0xff, - 0x17, - 0x95, - 0xff, - 0x2c, - 0x6e, - 0xff, - 0x9d, - 0x47, - 0xff, - 0xcc, - 0x4c, - 0xff, - 0x82, - 0x1f, - 0xff, - 0xf0, - 0x2c, - 0xff, - 0xed, - 0x64, - 0xff, - 0x89, - 0x7d, - 0xff, - 0x4a, - 0xad, - 0xff, - 0xe6, - 0xab, - 0xff, - 0x65, - 0x5c, - 0xff, - 0xc9, - 0x1e, - 0xff, - 0xec, - 0x44, - 0xff, - 0xcc, - 0x4e, - 0xff, - 0xaa, - 0x41, - 0xff, - 0xed, - 0x39, - 0xff, - 0xfe, - 0x0a, - 0xff, - 0x6f, - 0x24, - 0xff, - 0x33, - 0x44, - 0xff, - 0x91, - 0x5a, - 0xff, - 0x04, - 0x74, - 0xff, - 0x32, - 0x67, - 0xff, - 0x87, - 0x63, - 0xff, - 0xf2, - 0x6b, - 0xff, - 0xc0, - 0x7e, - 0xff, - 0xb8, - 0x56, - 0xff, - 0x01, - 0x3f, - 0xff, - 0x90, - 0x4e, - 0xff, - 0x0a, - 0x93, - 0x04, - 0x95, - 0x4a, - 0x0c, - 0x30, - 0x51, - 0x0b, - 0xd0, - 0x16, - 0x05, - 0xf2, - 0x8f, - 0x02, - 0x0b, - 0xe1, - 0x00, - 0xc8, - 0xb6, - 0x00, - 0x4b, - 0xb8, - 0x02, - 0xa7, - 0x25, - 0x03, - 0xc8, - 0x87, - 0x00, - 0xa3, - 0x79, - 0xfe, - 0x00, - 0x0e, - 0x00, - 0x03, - 0x53, - 0x01, - 0x13, - 0xa2, - 0x00, - 0x79, - 0x8c, - 0xff, - 0xca, - 0xb1, - 0xff, - 0xc5, - 0xe6, - 0x00, - 0x97, - 0x98, - 0x00, - 0x7c, - 0x87, - 0x00, - 0xd9, - 0x26, - 0x01, - 0xc0, - 0x9f, - 0x00, - 0x5f, - 0x23, - 0x00, - 0x23, - 0x13, - 0x00, - 0x28, - 0xd7, - 0xff, - 0x23, - 0x1e, - 0x00, - 0x89, - 0x93, - 0x00, - 0x50, - 0x17, - 0x00, - 0x88, - 0x1f, - 0x00, - 0x58, - 0xa8, - 0x00, - 0xde, - 0x51, - 0x00, - 0x8a, - 0x06, - 0x00, - 0xb8, - 0xae, - 0xff, - 0xc0, - 0x3c, - 0xff, - 0xb5, - 0x18, - 0xff, - 0x22, - 0x0d, - 0xff, - 0x41, - 0x47, - 0xff, - 0xbb, - 0x75, - 0xff, - 0x8d, - 0x75, - 0xff, - 0x3a, - 0x8c, - 0xff, - 0x96, - 0x8b, - 0xff, - 0xef, - 0x4d, - 0xff, - 0x36, - 0x2e, - 0xff, - 0x9a, - 0x55, - 0xff, - 0x69, - 0x80, - 0xff, - 0xfc, - 0x8e, - 0xff, - 0x03, - 0x86, - 0xff, - 0xf4, - 0x72, - 0xff, - 0x24, - 0x55, - 0xff, - 0x7b, - 0x31, - 0xff, - 0x69, - 0x2d, - 0xff, - 0xbb, - 0x53, - 0xff, - 0x5d, - 0x4e, - 0xff, - 0xca, - 0x25, - 0xff, - 0xbd, - 0x1f, - 0xff, - 0x47, - 0x12, - 0xff, - 0xa6, - 0x3a, - 0xff, - 0xa5, - 0x8f, - 0xff, - 0x64, - 0x7a, - 0xff, - 0x6a, - 0x45, - 0xff, - 0xdb, - 0x6f, - 0xff, - 0x29, - 0x7c, - 0xff, - 0x8f, - 0x52, - 0xff, - 0x93, - 0x57, - 0xff, - 0x49, - 0x3d, - 0xff, - 0x17, - 0x7e, - 0x04, - 0xdd, - 0xce, - 0x0c, - 0xc4, - 0x28, - 0x0c, - 0x99, - 0xd8, - 0x04, - 0xe6, - 0x68, - 0x02, - 0xf2, - 0x57, - 0x01, - 0xe1, - 0x73, - 0x00, - 0x95, - 0x6c, - 0x02, - 0xee, - 0x5d, - 0x03, - 0x6c, - 0xa9, - 0x00, - 0x1a, - 0x54, - 0xfe, - 0x48, - 0xd3, - 0xff, - 0xcf, - 0x36, - 0x01, - 0x31, - 0xcb, - 0x00, - 0x79, - 0xb9, - 0xff, - 0xe7, - 0x31, - 0xff, - 0x3c, - 0x56, - 0x00, - 0x38, - 0x3f, - 0x00, - 0x1d, - 0xad, - 0xff, - 0x8a, - 0xbf, - 0x00, - 0xd8, - 0x29, - 0x01, - 0xc4, - 0x35, - 0x00, - 0x06, - 0xa9, - 0xff, - 0x12, - 0xd2, - 0xff, - 0x37, - 0xea, - 0xff, - 0xfe, - 0x63, - 0x00, - 0xb7, - 0x63, - 0x00, - 0xee, - 0x40, - 0x00, - 0x5a, - 0xe8, - 0x00, - 0xe1, - 0xaf, - 0x00, - 0x35, - 0x42, - 0x00, - 0x93, - 0x19, - 0x00, - 0xaa, - 0x65, - 0xff, - 0xa1, - 0x04, - 0xff, - 0x98, - 0x2e, - 0xff, - 0xc6, - 0x4d, - 0xff, - 0x8c, - 0x23, - 0xff, - 0x7f, - 0x20, - 0xff, - 0x53, - 0x77, - 0xff, - 0x3f, - 0x9f, - 0xff, - 0xed, - 0x79, - 0xff, - 0x63, - 0x5a, - 0xff, - 0xc1, - 0x77, - 0xff, - 0x82, - 0xa2, - 0xff, - 0xe5, - 0x92, - 0xff, - 0x04, - 0x6e, - 0xff, - 0x0f, - 0x52, - 0xff, - 0x1b, - 0x31, - 0xff, - 0x2e, - 0x3c, - 0xff, - 0x96, - 0x44, - 0xff, - 0xd6, - 0x27, - 0xff, - 0xcd, - 0x33, - 0xff, - 0xc9, - 0x41, - 0xff, - 0x0a, - 0x2c, - 0xff, - 0x15, - 0x1e, - 0xff, - 0x30, - 0x36, - 0xff, - 0xf6, - 0x5e, - 0xff, - 0xb4, - 0x76, - 0xff, - 0xda, - 0x8c, - 0xff, - 0x2a, - 0x63, - 0xff, - 0xda, - 0x16, - 0xff, - 0x2d, - 0x4b, - 0xff, - 0x8b, - 0x77, - 0xff, - 0xe2, - 0x50, - 0xff, - 0x63, - 0x68, - 0x05, - 0x54, - 0x47, - 0x0e, - 0x0d, - 0x2a, - 0x0c, - 0xd2, - 0x18, - 0x04, - 0x10, - 0x64, - 0x02, - 0x17, - 0x6a, - 0x01, - 0x1d, - 0x31, - 0x00, - 0x19, - 0x76, - 0x02, - 0x85, - 0x8a, - 0x03, - 0x34, - 0x3a, - 0x00, - 0xa5, - 0x01, - 0xfe, - 0x1c, - 0x02, - 0x00, - 0xad, - 0x42, - 0x01, - 0x3e, - 0xa0, - 0x00, - 0x52, - 0xaa, - 0xff, - 0x96, - 0x37, - 0xff, - 0x5e, - 0x07, - 0x00, - 0x9a, - 0x01, - 0x00, - 0xd7, - 0x3e, - 0xff, - 0x19, - 0xf5, - 0xff, - 0xed, - 0x0b, - 0x01, - 0x3a, - 0x38, - 0x00, - 0xfc, - 0x61, - 0xff, - 0x14, - 0xb1, - 0xff, - 0xca, - 0xac, - 0xff, - 0xd5, - 0x34, - 0x00, - 0x8a, - 0x6b, - 0x00, - 0xf4, - 0x1a, - 0x00, - 0xd0, - 0xc0, - 0x00, - 0x86, - 0xfe, - 0x00, - 0x45, - 0x7d, - 0x00, - 0xea, - 0x1e, - 0x00, - 0x6a, - 0xe2, - 0xff, - 0x2b, - 0x7b, - 0xff, - 0x60, - 0x11, - 0xff, - 0x88, - 0x31, - 0xff, - 0x94, - 0x4d, - 0xff, - 0x8e, - 0x1d, - 0xff, - 0x0c, - 0x2c, - 0xff, - 0xc9, - 0x4b, - 0xff, - 0x46, - 0x59, - 0xff, - 0x40, - 0x7d, - 0xff, - 0xf8, - 0x97, - 0xff, - 0x21, - 0xc1, - 0xff, - 0xa2, - 0xd5, - 0xff, - 0x66, - 0x9a, - 0xff, - 0x1e, - 0x46, - 0xff, - 0x5f, - 0x06, - 0xff, - 0x59, - 0x02, - 0xff, - 0xc2, - 0x1f, - 0xff, - 0xf3, - 0x35, - 0xff, - 0x41, - 0x34, - 0xff, - 0xd1, - 0x11, - 0xff, - 0xdf, - 0x0d, - 0xff, - 0xef, - 0x2c, - 0xff, - 0xa0, - 0x56, - 0xff, - 0xd7, - 0x82, - 0xff, - 0x42, - 0x90, - 0xff, - 0xfa, - 0x5e, - 0xff, - 0xa0, - 0x07, - 0xff, - 0xf8, - 0x1b, - 0xff, - 0x2d, - 0x5e, - 0xff, - 0xb8, - 0x44, - 0xff, - 0xb5, - 0x5b, - 0xff, - 0xd5, - 0x7a, - 0x05, - 0x5e, - 0x4b, - 0x0f, - 0x14, - 0x62, - 0x0d, - 0x7a, - 0xb7, - 0x03, - 0x16, - 0x13, - 0x02, - 0x7d, - 0xf2, - 0x01, - 0x68, - 0xf0, - 0xff, - 0x51, - 0x17, - 0x02, - 0xd9, - 0xd2, - 0x03, - 0xff, - 0x61, - 0x00, - 0xc0, - 0xae, - 0xfd, - 0x4a, - 0xd3, - 0xff, - 0x18, - 0x5d, - 0x01, - 0x7b, - 0x88, - 0x00, - 0xd7, - 0xbf, - 0xff, - 0x1d, - 0x5d, - 0xff, - 0xf0, - 0xb7, - 0xff, - 0xe3, - 0xd4, - 0xff, - 0x69, - 0x37, - 0xff, - 0xe8, - 0x5e, - 0xff, - 0xb3, - 0xb2, - 0x00, - 0x20, - 0x92, - 0x00, - 0xb4, - 0x18, - 0xff, - 0xfe, - 0x0a, - 0xff, - 0x2e, - 0xad, - 0xff, - 0xa2, - 0x25, - 0x00, - 0x84, - 0x3c, - 0x00, - 0x5c, - 0xf8, - 0xff, - 0x4c, - 0x6e, - 0x00, - 0x44, - 0x0d, - 0x01, - 0x76, - 0x8e, - 0x00, - 0x7a, - 0xfc, - 0xff, - 0x4a, - 0x3e, - 0x00, - 0x31, - 0xe5, - 0xff, - 0x51, - 0x65, - 0xff, - 0x9a, - 0x82, - 0xff, - 0xbf, - 0x5b, - 0xff, - 0x07, - 0x21, - 0xff, - 0x57, - 0x1d, - 0xff, - 0xa9, - 0x4a, - 0xff, - 0xd8, - 0x4e, - 0xff, - 0xbf, - 0x2e, - 0xff, - 0xfc, - 0x77, - 0xff, - 0xfc, - 0xe2, - 0xff, - 0x59, - 0x02, - 0x00, - 0xa3, - 0xde, - 0xff, - 0x3a, - 0x87, - 0xff, - 0x53, - 0x0f, - 0xff, - 0x4b, - 0xeb, - 0xfe, - 0xbb, - 0x13, - 0xff, - 0xd2, - 0x1c, - 0xff, - 0x45, - 0x13, - 0xff, - 0x3f, - 0x04, - 0xff, - 0x18, - 0x03, - 0xff, - 0x95, - 0x25, - 0xff, - 0xaf, - 0x67, - 0xff, - 0x12, - 0xc5, - 0xff, - 0x12, - 0xb1, - 0xff, - 0xc8, - 0x1c, - 0xff, - 0x7d, - 0x04, - 0xff, - 0x10, - 0x1f, - 0xff, - 0xd7, - 0x1f, - 0xff, - 0xc8, - 0x69, - 0xff, - 0x34, - 0x64, - 0xff, - 0xb6, - 0xc5, - 0x06, - 0xb9, - 0x5d, - 0x11, - 0x7a, - 0x66, - 0x0d, - 0x1f, - 0xa2, - 0x02, - 0x9d, - 0xf8, - 0x01, - 0xd6, - 0x11, - 0x02, - 0x28, - 0xb3, - 0xff, - 0x26, - 0x3c, - 0x02, - 0x45, - 0x04, - 0x04, - 0x27, - 0xaf, - 0xff, - 0x8d, - 0x70, - 0xfd, - 0x55, - 0x47, - 0x00, - 0xf7, - 0x51, - 0x01, - 0x6d, - 0x44, - 0x00, - 0x3b, - 0x83, - 0xff, - 0x03, - 0x83, - 0xff, - 0x49, - 0xde, - 0xff, - 0x47, - 0x76, - 0xff, - 0x04, - 0x02, - 0xff, - 0xf9, - 0x3c, - 0xff, - 0x4e, - 0x5e, - 0x00, - 0x4f, - 0xae, - 0x00, - 0x7e, - 0x52, - 0xff, - 0x8e, - 0x86, - 0xfe, - 0x20, - 0x4d, - 0xff, - 0x42, - 0x29, - 0x00, - 0xbc, - 0xff, - 0xff, - 0xe2, - 0xe8, - 0xff, - 0xd3, - 0x45, - 0x00, - 0xf2, - 0x9e, - 0x00, - 0x38, - 0x7c, - 0x00, - 0x87, - 0x11, - 0x00, - 0x3e, - 0x09, - 0x00, - 0x7a, - 0xe1, - 0xff, - 0x6f, - 0xba, - 0xff, - 0xe2, - 0xb5, - 0xff, - 0x99, - 0xad, - 0xff, - 0xd6, - 0x73, - 0xff, - 0x61, - 0x20, - 0xff, - 0x85, - 0x20, - 0xff, - 0x03, - 0x32, - 0xff, - 0x64, - 0x7e, - 0xff, - 0xd4, - 0x91, - 0xff, - 0x8f, - 0x82, - 0xff, - 0x8b, - 0xde, - 0xff, - 0xfb, - 0x04, - 0x00, - 0x2f, - 0xaa, - 0xff, - 0xbd, - 0x08, - 0xff, - 0xa8, - 0x0d, - 0xff, - 0xbe, - 0x4f, - 0xff, - 0x5f, - 0x14, - 0xff, - 0xf9, - 0xf4, - 0xfe, - 0x36, - 0xd2, - 0xfe, - 0x63, - 0xea, - 0xfe, - 0x04, - 0x56, - 0xff, - 0xc0, - 0xa4, - 0xff, - 0xf9, - 0x99, - 0xff, - 0x1a, - 0x4d, - 0xff, - 0xa2, - 0x52, - 0xff, - 0x7a, - 0x33, - 0xff, - 0xd7, - 0x05, - 0xff, - 0x03, - 0x42, - 0xff, - 0xa3, - 0x3c, - 0xff, - 0x9d, - 0x54, - 0xff, - 0x32, - 0x88, - 0x08, - 0x9a, - 0xad, - 0x13, - 0x0c, - 0xec, - 0x0c, - 0xdf, - 0x77, - 0x01, - 0x5e, - 0x16, - 0x02, - 0xf4, - 0xef, - 0x01, - 0xeb, - 0x54, - 0xff, - 0x94, - 0xbc, - 0x02, - 0x91, - 0x17, - 0x04, - 0xdd, - 0x9d, - 0xfe, - 0xbb, - 0x57, - 0xfd, - 0xa5, - 0xdf, - 0x00, - 0x53, - 0x51, - 0x01, - 0x1f, - 0xe4, - 0xff, - 0x84, - 0x28, - 0xff, - 0x6c, - 0xa5, - 0xff, - 0x9f, - 0xe8, - 0xff, - 0x8b, - 0x28, - 0xff, - 0x12, - 0xc3, - 0xfe, - 0xb5, - 0x28, - 0xff, - 0x7b, - 0x2d, - 0x00, - 0xcd, - 0x7c, - 0x00, - 0xb3, - 0x9d, - 0xff, - 0x91, - 0x74, - 0xfe, - 0xb4, - 0xf2, - 0xfe, - 0xc3, - 0x38, - 0x00, - 0xee, - 0xcd, - 0xff, - 0xb7, - 0x9b, - 0xff, - 0xb0, - 0x34, - 0x00, - 0xb7, - 0x41, - 0x00, - 0x54, - 0x15, - 0x00, - 0x8f, - 0xff, - 0xff, - 0xc9, - 0xf7, - 0xff, - 0x34, - 0xd3, - 0xff, - 0x99, - 0x94, - 0xff, - 0x4a, - 0x95, - 0xff, - 0x03, - 0xdd, - 0xff, - 0x3e, - 0xc5, - 0xff, - 0xc6, - 0x5e, - 0xff, - 0x58, - 0x0e, - 0xff, - 0xb9, - 0x25, - 0xff, - 0xdd, - 0xa0, - 0xff, - 0xf0, - 0xc3, - 0xff, - 0x06, - 0xab, - 0xff, - 0x3a, - 0xba, - 0xff, - 0x5d, - 0xc0, - 0xff, - 0x78, - 0x4b, - 0xff, - 0x61, - 0x06, - 0xff, - 0xaa, - 0x5a, - 0xff, - 0x85, - 0x5b, - 0xff, - 0x4e, - 0x24, - 0xff, - 0x67, - 0xf0, - 0xfe, - 0x50, - 0xde, - 0xfe, - 0xfa, - 0x24, - 0xff, - 0x38, - 0x6a, - 0xff, - 0x7b, - 0x5f, - 0xff, - 0x9b, - 0x48, - 0xff, - 0x1f, - 0x66, - 0xff, - 0xa0, - 0x43, - 0xff, - 0xd3, - 0x2d, - 0xff, - 0x72, - 0x49, - 0xff, - 0x55, - 0x40, - 0xff, - 0xb4, - 0x59, - 0xff, - 0xac, - 0x80, - 0xff, - 0x95, - 0x34, - 0x09, - 0xb1, - 0x8b, - 0x15, - 0x27, - 0xdb, - 0x0d, - 0x03, - 0xa5, - 0x00, - 0x4b, - 0xbb, - 0x01, - 0x74, - 0xf4, - 0x01, - 0x34, - 0xe0, - 0xfe, - 0x76, - 0xe7, - 0x02, - 0x1f, - 0x61, - 0x04, - 0xab, - 0xd5, - 0xfd, - 0xa9, - 0xd8, - 0xfc, - 0x73, - 0x5a, - 0x01, - 0x59, - 0x7b, - 0x01, - 0xef, - 0x79, - 0xff, - 0x51, - 0xba, - 0xfe, - 0xaa, - 0x9f, - 0xff, - 0x9b, - 0x01, - 0x00, - 0x9d, - 0xd4, - 0xfe, - 0xe2, - 0x5c, - 0xfe, - 0xdd, - 0xf1, - 0xfe, - 0x50, - 0xfc, - 0xff, - 0x2c, - 0x49, - 0x00, - 0xe8, - 0xb7, - 0xff, - 0x67, - 0xae, - 0xfe, - 0x02, - 0x9f, - 0xfe, - 0x2e, - 0xff, - 0xff, - 0x94, - 0x04, - 0x00, - 0xa9, - 0x5a, - 0xff, - 0x25, - 0xe7, - 0xff, - 0xb3, - 0x13, - 0x00, - 0x4e, - 0x62, - 0xff, - 0xd3, - 0xb5, - 0xff, - 0xa0, - 0x18, - 0x00, - 0x16, - 0x91, - 0xff, - 0x44, - 0x72, - 0xff, - 0x1d, - 0x72, - 0xff, - 0x57, - 0x91, - 0xff, - 0x1f, - 0xa2, - 0xff, - 0x03, - 0x78, - 0xff, - 0x2e, - 0x39, - 0xff, - 0x04, - 0x19, - 0xff, - 0x80, - 0xbc, - 0xff, - 0xcb, - 0xfb, - 0xff, - 0xac, - 0xcd, - 0xff, - 0x9d, - 0xb1, - 0xff, - 0x30, - 0x67, - 0xff, - 0x78, - 0x27, - 0xff, - 0x6a, - 0xfb, - 0xfe, - 0x6e, - 0x31, - 0xff, - 0xa9, - 0x3b, - 0xff, - 0x13, - 0x19, - 0xff, - 0x96, - 0x1b, - 0xff, - 0x87, - 0x28, - 0xff, - 0x0c, - 0x51, - 0xff, - 0x4b, - 0x1c, - 0xff, - 0xd0, - 0x2a, - 0xff, - 0xcc, - 0x71, - 0xff, - 0x52, - 0x41, - 0xff, - 0x96, - 0x2f, - 0xff, - 0x8d, - 0x2c, - 0xff, - 0x87, - 0x35, - 0xff, - 0xb5, - 0x76, - 0xff, - 0x69, - 0x89, - 0xff, - 0xf8, - 0x8e, - 0xff, - 0xcc, - 0x12, - 0x09, - 0x13, - 0x0c, - 0x17, - 0x78, - 0x16, - 0x10, - 0x5b, - 0x5f, - 0x00, - 0x41, - 0x17, - 0x01, - 0x88, - 0x34, - 0x02, - 0x1f, - 0x7a, - 0xfe, - 0x44, - 0xe4, - 0x02, - 0x81, - 0x1e, - 0x05, - 0xf2, - 0x86, - 0xfd, - 0xd7, - 0x02, - 0xfc, - 0x33, - 0xe6, - 0x01, - 0x9f, - 0x09, - 0x02, - 0xdf, - 0x44, - 0xff, - 0x55, - 0x6e, - 0xfe, - 0xfc, - 0x76, - 0xff, - 0x72, - 0x5b, - 0x00, - 0x8c, - 0xcb, - 0xfe, - 0xbd, - 0x0f, - 0xfe, - 0x8a, - 0xbe, - 0xfe, - 0x4d, - 0xb5, - 0xff, - 0xcd, - 0x4a, - 0x00, - 0x0a, - 0xe9, - 0xff, - 0x69, - 0x0f, - 0xff, - 0x23, - 0xbe, - 0xfe, - 0xd1, - 0xaf, - 0xff, - 0x87, - 0x1b, - 0x00, - 0xe8, - 0xd5, - 0xff, - 0x1e, - 0xb6, - 0xff, - 0xf2, - 0xd4, - 0xff, - 0xc2, - 0x6d, - 0xff, - 0x07, - 0x16, - 0xff, - 0x20, - 0xf8, - 0xff, - 0x85, - 0xd2, - 0xff, - 0x09, - 0x48, - 0xff, - 0xc4, - 0x81, - 0xff, - 0x96, - 0x84, - 0xff, - 0x34, - 0x5a, - 0xff, - 0x16, - 0x3d, - 0xff, - 0xd0, - 0x4a, - 0xff, - 0xc6, - 0x2a, - 0xff, - 0x9b, - 0xd2, - 0xff, - 0x7a, - 0x6c, - 0x00, - 0xd9, - 0xf6, - 0xff, - 0xb1, - 0xae, - 0xff, - 0x77, - 0x71, - 0xff, - 0x9f, - 0x2f, - 0xff, - 0x99, - 0x0d, - 0xff, - 0x07, - 0x2e, - 0xff, - 0x5b, - 0x2e, - 0xff, - 0x85, - 0x17, - 0xff, - 0xa1, - 0x63, - 0xff, - 0x4e, - 0x40, - 0xff, - 0x4e, - 0x04, - 0xff, - 0x54, - 0x37, - 0xff, - 0x17, - 0x84, - 0xff, - 0xfd, - 0x8a, - 0xff, - 0x97, - 0x4a, - 0xff, - 0xd2, - 0x36, - 0xff, - 0xec, - 0x44, - 0xff, - 0xec, - 0x6b, - 0xff, - 0x89, - 0x85, - 0xff, - 0x09, - 0x83, - 0xff, - 0x3a, - 0x85, - 0xff, - 0x50, - 0x8d, - 0x0a, - 0x4a, - 0x22, - 0x19, - 0xef, - 0x3b, - 0x10, - 0x25, - 0xe8, - 0xff, - 0xa7, - 0xfe, - 0x00, - 0xf9, - 0xa2, - 0x01, - 0xf4, - 0xe9, - 0xfd, - 0x8d, - 0x80, - 0x03, - 0x40, - 0x86, - 0x05, - 0x58, - 0x3f, - 0xfc, - 0x62, - 0x98, - 0xfb, - 0x49, - 0xb3, - 0x02, - 0x55, - 0x4a, - 0x02, - 0x0c, - 0xf4, - 0xfe, - 0x8c, - 0xed, - 0xfd, - 0x45, - 0x76, - 0xff, - 0xad, - 0x6c, - 0x00, - 0xbd, - 0x9e, - 0xfe, - 0xed, - 0xd5, - 0xfd, - 0x7a, - 0x67, - 0xfe, - 0x80, - 0x63, - 0xff, - 0x3e, - 0x29, - 0x00, - 0x91, - 0x04, - 0x00, - 0xbe, - 0x00, - 0xff, - 0xc7, - 0x08, - 0xff, - 0xc7, - 0xdc, - 0xff, - 0xc6, - 0xa7, - 0xff, - 0x23, - 0x19, - 0x00, - 0x03, - 0x02, - 0x00, - 0x3d, - 0x56, - 0xff, - 0x5e, - 0x40, - 0xff, - 0x91, - 0x19, - 0xff, - 0x65, - 0x65, - 0xff, - 0x9c, - 0x9a, - 0xff, - 0x62, - 0x7e, - 0xff, - 0x8e, - 0x3f, - 0xff, - 0x9e, - 0x82, - 0xff, - 0xb7, - 0x40, - 0xff, - 0x95, - 0xae, - 0xfe, - 0x30, - 0x35, - 0xff, - 0x55, - 0x25, - 0xff, - 0x83, - 0x88, - 0xff, - 0xdd, - 0x5f, - 0x00, - 0x5a, - 0x31, - 0x00, - 0xae, - 0xb8, - 0xff, - 0x82, - 0x4c, - 0xff, - 0x23, - 0x38, - 0xff, - 0xaa, - 0x1c, - 0xff, - 0x78, - 0x3a, - 0xff, - 0x64, - 0x5b, - 0xff, - 0x3d, - 0x49, - 0xff, - 0xbf, - 0x3b, - 0xff, - 0x69, - 0xd1, - 0xfe, - 0xa7, - 0xf3, - 0xfe, - 0x17, - 0x6c, - 0xff, - 0xa3, - 0x9b, - 0xff, - 0x3b, - 0x91, - 0xff, - 0xc5, - 0x5f, - 0xff, - 0xb8, - 0x77, - 0xff, - 0xbc, - 0x78, - 0xff, - 0x22, - 0x74, - 0xff, - 0xce, - 0x7e, - 0xff, - 0xed, - 0x61, - 0xff, - 0xd7, - 0x5c, - 0xff, - 0xf7, - 0xf3, - 0x0a, - 0x09, - 0xae, - 0x1a, - 0x88, - 0xd8, - 0x11, - 0xb9, - 0xec, - 0xff, - 0x26, - 0x72, - 0x00, - 0x1f, - 0x86, - 0x01, - 0x9e, - 0x90, - 0xfd, - 0x10, - 0x53, - 0x03, - 0xe7, - 0xf4, - 0x05, - 0x5f, - 0xfa, - 0xfb, - 0x6f, - 0xd0, - 0xfa, - 0xb4, - 0xfa, - 0x02, - 0x10, - 0xea, - 0x02, - 0xef, - 0xe3, - 0xfe, - 0xe7, - 0x7c, - 0xfd, - 0x69, - 0x3f, - 0xff, - 0x3c, - 0x96, - 0x00, - 0x8f, - 0x8a, - 0xfe, - 0x05, - 0xae, - 0xfd, - 0x7f, - 0x41, - 0xfe, - 0xe6, - 0xc9, - 0xfe, - 0x21, - 0xe0, - 0xff, - 0x9c, - 0x77, - 0x00, - 0x44, - 0xff, - 0xfe, - 0xd0, - 0xd6, - 0xfe, - 0x00, - 0x7e, - 0x00, - 0xe7, - 0xa0, - 0xff, - 0x3d, - 0xac, - 0xff, - 0xea, - 0x91, - 0x00, - 0xe7, - 0x6c, - 0xff, - 0x27, - 0xb8, - 0xfe, - 0x8b, - 0x13, - 0xff, - 0x9e, - 0x5d, - 0xff, - 0x67, - 0x31, - 0xff, - 0x23, - 0x97, - 0xff, - 0x4d, - 0x62, - 0xff, - 0xea, - 0xfb, - 0xfe, - 0xf2, - 0x4f, - 0xff, - 0x30, - 0xce, - 0xfe, - 0x09, - 0xda, - 0xfe, - 0x0b, - 0x0e, - 0xff, - 0x69, - 0x39, - 0xff, - 0xcf, - 0xfa, - 0xff, - 0xee, - 0x15, - 0x00, - 0x59, - 0xc2, - 0xff, - 0x10, - 0x5a, - 0xff, - 0x63, - 0x28, - 0xff, - 0xfe, - 0x0c, - 0xff, - 0xab, - 0x8c, - 0xff, - 0x0a, - 0xf0, - 0xff, - 0xe7, - 0x29, - 0xff, - 0x42, - 0xd8, - 0xfe, - 0x86, - 0xf9, - 0xfe, - 0xcc, - 0x11, - 0xff, - 0x8b, - 0x3e, - 0xff, - 0xb9, - 0x91, - 0xff, - 0x73, - 0xc0, - 0xff, - 0x40, - 0x85, - 0xff, - 0x57, - 0xb5, - 0xff, - 0x0b, - 0x9b, - 0xff, - 0xab, - 0x5b, - 0xff, - 0x55, - 0x7e, - 0xff, - 0xa2, - 0x5a, - 0xff, - 0x5a, - 0x83, - 0xff, - 0x92, - 0x4d, - 0x0a, - 0x8f, - 0x6b, - 0x1b, - 0x77, - 0xe2, - 0x14, - 0xb8, - 0xa2, - 0x00, - 0xa8, - 0x3b, - 0xff, - 0xfa, - 0x07, - 0x02, - 0x28, - 0xa2, - 0xfd, - 0x20, - 0x17, - 0x02, - 0x47, - 0x2f, - 0x06, - 0xcd, - 0xc4, - 0xfc, - 0x14, - 0xfd, - 0xf9, - 0xd0, - 0x70, - 0x02, - 0xcf, - 0x9a, - 0x03, - 0xa4, - 0x3d, - 0xff, - 0x0e, - 0x37, - 0xfd, - 0x4a, - 0xd7, - 0xfe, - 0x1c, - 0x99, - 0x00, - 0x51, - 0x9c, - 0xfe, - 0x23, - 0x71, - 0xfd, - 0x87, - 0x39, - 0xfe, - 0xb9, - 0x7b, - 0xfe, - 0xbe, - 0xfa, - 0xfe, - 0x8e, - 0x86, - 0x00, - 0x36, - 0xe1, - 0xff, - 0xff, - 0x70, - 0xfe, - 0xd1, - 0x5b, - 0x00, - 0xc3, - 0x77, - 0x00, - 0xf2, - 0x37, - 0xff, - 0x3f, - 0x62, - 0x00, - 0x1e, - 0x3d, - 0x00, - 0xaa, - 0x7e, - 0xfe, - 0xb6, - 0x6f, - 0xfe, - 0xa2, - 0x6c, - 0xff, - 0xb1, - 0x21, - 0xff, - 0xae, - 0x5d, - 0xff, - 0x9a, - 0xb5, - 0xff, - 0xcc, - 0xab, - 0xfe, - 0xec, - 0xc5, - 0xfe, - 0x32, - 0x31, - 0xff, - 0xfb, - 0xd9, - 0xfe, - 0x20, - 0xc5, - 0xfe, - 0xfc, - 0x04, - 0xff, - 0xf7, - 0x7e, - 0xff, - 0x9d, - 0xba, - 0xff, - 0xa4, - 0xab, - 0xff, - 0x67, - 0x3b, - 0xff, - 0xc5, - 0xe4, - 0xfe, - 0x47, - 0x34, - 0xff, - 0xcb, - 0xce, - 0xff, - 0xb3, - 0xfc, - 0xff, - 0x56, - 0x48, - 0xff, - 0x10, - 0xfc, - 0xfe, - 0x5a, - 0x31, - 0xff, - 0x7e, - 0x11, - 0xff, - 0x44, - 0x37, - 0xff, - 0xda, - 0x7f, - 0xff, - 0xed, - 0xb7, - 0xff, - 0x13, - 0xd6, - 0xff, - 0x05, - 0xba, - 0xff, - 0xe1, - 0x8a, - 0xff, - 0x1c, - 0x44, - 0xff, - 0x9c, - 0x64, - 0xff, - 0x2c, - 0xb5, - 0xff, - 0x9e, - 0xa7, - 0xff, - 0x27, - 0x67, - 0x09, - 0x5c, - 0xb3, - 0x1b, - 0x2b, - 0xeb, - 0x17, - 0x05, - 0xcc, - 0x01, - 0xa3, - 0x67, - 0xfe, - 0xbd, - 0x87, - 0x02, - 0xff, - 0xb3, - 0xfd, - 0x6d, - 0xb4, - 0x00, - 0xed, - 0xeb, - 0x05, - 0x9c, - 0xe7, - 0xfd, - 0x4b, - 0x7a, - 0xf9, - 0xeb, - 0x67, - 0x01, - 0x4c, - 0x10, - 0x04, - 0x92, - 0xbd, - 0xff, - 0xcb, - 0x27, - 0xfd, - 0xd3, - 0x57, - 0xfe, - 0x13, - 0x87, - 0x00, - 0x3f, - 0xc1, - 0xfe, - 0xf0, - 0x09, - 0xfd, - 0x15, - 0x20, - 0xfe, - 0x17, - 0x85, - 0xfe, - 0x75, - 0x35, - 0xfe, - 0x4a, - 0xc4, - 0xff, - 0x56, - 0xa7, - 0x00, - 0x9c, - 0x02, - 0xff, - 0x70, - 0x9f, - 0xff, - 0xc6, - 0xd5, - 0x00, - 0x0d, - 0xdc, - 0xff, - 0xd1, - 0x9d, - 0xff, - 0x85, - 0x6e, - 0x00, - 0xe1, - 0x61, - 0xff, - 0x06, - 0xc0, - 0xfd, - 0x6b, - 0xda, - 0xfe, - 0x9a, - 0x57, - 0xff, - 0x9d, - 0x1a, - 0xff, - 0x6c, - 0xb9, - 0xff, - 0x9f, - 0x0e, - 0xff, - 0x7a, - 0x4b, - 0xfe, - 0x9e, - 0xb0, - 0xfe, - 0x63, - 0x35, - 0xff, - 0x6e, - 0xa3, - 0xfe, - 0xa2, - 0xaa, - 0xfe, - 0x62, - 0x77, - 0xff, - 0x01, - 0x40, - 0xff, - 0x9e, - 0x35, - 0xff, - 0x39, - 0x21, - 0xff, - 0x39, - 0xe2, - 0xfe, - 0x44, - 0x1d, - 0xff, - 0xdc, - 0x76, - 0xff, - 0xd2, - 0xcf, - 0xff, - 0x75, - 0xcd, - 0xff, - 0xf0, - 0x74, - 0xff, - 0x5c, - 0x1c, - 0xff, - 0xf3, - 0x2a, - 0xff, - 0x28, - 0x56, - 0xff, - 0xdb, - 0x86, - 0xff, - 0xc6, - 0xec, - 0xff, - 0xef, - 0xc4, - 0xff, - 0x95, - 0x76, - 0xff, - 0xcc, - 0x74, - 0xff, - 0xec, - 0x45, - 0xff, - 0x2a, - 0x82, - 0xff, - 0x53, - 0xe0, - 0xff, - 0x21, - 0xa0, - 0xff, - 0xb7, - 0x8d, - 0x0b, - 0x35, - 0xa9, - 0x1e, - 0x56, - 0x4f, - 0x16, - 0xb6, - 0x15, - 0x00, - 0xb4, - 0x71, - 0x00, - 0x40, - 0xc0, - 0x02, - 0x9f, - 0x7d, - 0xfc, - 0x73, - 0xe1, - 0x00, - 0xee, - 0xae, - 0x05, - 0x6d, - 0xf3, - 0xfc, - 0xb1, - 0xde, - 0xf9, - 0x39, - 0xfb, - 0x01, - 0x58, - 0x78, - 0x03, - 0x7d, - 0xed, - 0xff, - 0x6e, - 0x14, - 0xfd, - 0xe5, - 0x24, - 0xfe, - 0xf3, - 0xde, - 0x00, - 0x00, - 0x3b, - 0xfe, - 0x98, - 0xed, - 0xfc, - 0x38, - 0x0f, - 0xfe, - 0x96, - 0x5b, - 0xfe, - 0xaa, - 0x39, - 0xfe, - 0xa0, - 0x06, - 0xff, - 0xb3, - 0x9b, - 0x00, - 0x03, - 0xf2, - 0xff, - 0xfa, - 0xd5, - 0xff, - 0x0e, - 0x63, - 0x00, - 0x49, - 0x5f, - 0x00, - 0x2d, - 0xea, - 0xff, - 0xa1, - 0xd2, - 0xff, - 0x5f, - 0xd8, - 0xff, - 0xc8, - 0x11, - 0xfe, - 0xb7, - 0x26, - 0xfe, - 0x3d, - 0x1f, - 0xff, - 0xa8, - 0x4b, - 0xff, - 0x61, - 0x94, - 0xff, - 0xba, - 0x23, - 0xff, - 0x64, - 0x9a, - 0xfe, - 0x09, - 0x22, - 0xfe, - 0x4f, - 0xc1, - 0xfe, - 0xd6, - 0xdb, - 0xfe, - 0x81, - 0xaa, - 0xfe, - 0xb6, - 0x47, - 0xff, - 0x46, - 0xf5, - 0xfe, - 0x26, - 0xea, - 0xfe, - 0x51, - 0xf6, - 0xfe, - 0xbf, - 0xef, - 0xfe, - 0xfb, - 0x01, - 0xff, - 0xa7, - 0xff, - 0xfe, - 0xb7, - 0xd3, - 0xff, - 0xca, - 0x14, - 0x00, - 0x28, - 0x92, - 0xff, - 0xeb, - 0x62, - 0xff, - 0xa5, - 0x4f, - 0xff, - 0x34, - 0x76, - 0xff, - 0xfe, - 0xd7, - 0xff, - 0x01, - 0xf4, - 0xff, - 0x7c, - 0xa8, - 0xff, - 0xe0, - 0x61, - 0xff, - 0x31, - 0x50, - 0xff, - 0xf7, - 0x52, - 0xff, - 0x88, - 0x93, - 0xff, - 0x61, - 0xd3, - 0xff, - 0x8f, - 0xb9, - 0xff, - 0xaa, - 0xf5, - 0x0c, - 0x79, - 0xc9, - 0x20, - 0x0f, - 0xec, - 0x14, - 0x97, - 0xea, - 0xfe, - 0x7c, - 0x94, - 0x03, - 0x36, - 0x51, - 0x03, - 0x94, - 0x0b, - 0xfa, - 0x72, - 0xbf, - 0x00, - 0x78, - 0x59, - 0x06, - 0xcb, - 0x65, - 0xfc, - 0xef, - 0x72, - 0xf9, - 0xd2, - 0x3e, - 0x02, - 0x81, - 0x2d, - 0x03, - 0xd9, - 0x0d, - 0x00, - 0x0d, - 0x32, - 0xfd, - 0x1d, - 0x9c, - 0xfd, - 0x4b, - 0x1f, - 0x01, - 0x52, - 0xf6, - 0xfd, - 0x51, - 0xcb, - 0xfc, - 0xc4, - 0x07, - 0xfe, - 0x0e, - 0xd6, - 0xfd, - 0xc1, - 0x75, - 0xfe, - 0xff, - 0x7e, - 0xfe, - 0xb2, - 0xfa, - 0xff, - 0x07, - 0x8b, - 0x00, - 0x5b, - 0xa9, - 0x00, - 0x54, - 0x2c, - 0x00, - 0xc8, - 0x0d, - 0x00, - 0xa3, - 0xa1, - 0x00, - 0xfa, - 0x77, - 0xff, - 0xe5, - 0xb4, - 0xff, - 0xfa, - 0xcd, - 0xfe, - 0x4e, - 0xc9, - 0xfd, - 0x25, - 0x94, - 0xfe, - 0x9e, - 0x2e, - 0xff, - 0xa0, - 0xb1, - 0xff, - 0x55, - 0x24, - 0xff, - 0x63, - 0xd7, - 0xfe, - 0x9c, - 0xe8, - 0xfd, - 0x74, - 0xda, - 0xfd, - 0x20, - 0x1a, - 0xff, - 0xfd, - 0xc3, - 0xfe, - 0x4a, - 0xbe, - 0xfe, - 0xc0, - 0xd4, - 0xfe, - 0xa2, - 0xcb, - 0xfe, - 0x0c, - 0x03, - 0xff, - 0x57, - 0xb7, - 0xfe, - 0x59, - 0xbb, - 0xfe, - 0xfc, - 0x34, - 0xff, - 0xbc, - 0xae, - 0xff, - 0xea, - 0xc6, - 0xff, - 0xb4, - 0xb5, - 0xff, - 0x50, - 0xa4, - 0xff, - 0xec, - 0x6d, - 0xff, - 0x0a, - 0x94, - 0xff, - 0x7f, - 0xef, - 0xff, - 0x17, - 0xe8, - 0xff, - 0x61, - 0xbc, - 0xff, - 0x0e, - 0x6c, - 0xff, - 0xe7, - 0x33, - 0xff, - 0x46, - 0x5b, - 0xff, - 0xe3, - 0x7f, - 0xff, - 0x78, - 0xba, - 0xff, - 0x7b, - 0xc3, - 0xff, - 0x9e, - 0xc8, - 0x0e, - 0x42, - 0x7b, - 0x22, - 0x10, - 0xfc, - 0x11, - 0x0b, - 0xb4, - 0xfe, - 0x5a, - 0xa2, - 0x08, - 0x12, - 0x82, - 0x02, - 0x15, - 0x3b, - 0xf6, - 0xe1, - 0x19, - 0x02, - 0x06, - 0xd1, - 0x07, - 0xc3, - 0xbb, - 0xfa, - 0x29, - 0x95, - 0xf8, - 0x8d, - 0x14, - 0x03, - 0x90, - 0x3a, - 0x03, - 0x8e, - 0x92, - 0xff, - 0x74, - 0x0c, - 0xfd, - 0xff, - 0xab, - 0xfd, - 0x03, - 0x21, - 0x01, - 0x65, - 0x6e, - 0xfd, - 0x73, - 0xc9, - 0xfc, - 0x0c, - 0x22, - 0xfe, - 0xe2, - 0x62, - 0xfd, - 0x3a, - 0x69, - 0xfe, - 0xef, - 0x51, - 0xfe, - 0xd2, - 0x60, - 0xff, - 0x58, - 0x7c, - 0x00, - 0x95, - 0x81, - 0x01, - 0xc6, - 0x75, - 0x00, - 0x62, - 0xb1, - 0xff, - 0xfc, - 0xfa, - 0x00, - 0x7c, - 0x7b, - 0xff, - 0x2b, - 0x63, - 0xff, - 0x80, - 0x23, - 0xff, - 0x8b, - 0x17, - 0xfe, - 0x51, - 0x4b, - 0xfe, - 0xa2, - 0x95, - 0xfe, - 0x3b, - 0xb0, - 0xff, - 0x7f, - 0x62, - 0xff, - 0xc5, - 0xbe, - 0xfe, - 0xbb, - 0xcf, - 0xfd, - 0x9f, - 0x5f, - 0xfd, - 0xe4, - 0xa8, - 0xfe, - 0xf3, - 0xe5, - 0xfe, - 0x31, - 0x97, - 0xfe, - 0x0e, - 0x74, - 0xfe, - 0x1b, - 0xcf, - 0xfe, - 0xb3, - 0xfc, - 0xfe, - 0xb4, - 0x89, - 0xfe, - 0x0e, - 0xde, - 0xfe, - 0x13, - 0x5b, - 0xff, - 0x81, - 0x63, - 0xff, - 0xfe, - 0x95, - 0xff, - 0xa6, - 0xe1, - 0xff, - 0xab, - 0xa6, - 0xff, - 0xca, - 0x63, - 0xff, - 0xcf, - 0x9e, - 0xff, - 0xcd, - 0xef, - 0xff, - 0x28, - 0xf7, - 0xff, - 0x27, - 0xb4, - 0xff, - 0x50, - 0x71, - 0xff, - 0x91, - 0x57, - 0xff, - 0xe1, - 0x51, - 0xff, - 0x33, - 0x69, - 0xff, - 0x0b, - 0xb1, - 0xff, - 0x84, - 0xaa, - 0xff, - 0x7c, - 0x20, - 0x11, - 0xc9, - 0x56, - 0x23, - 0xf8, - 0xd9, - 0x0d, - 0xb3, - 0xb6, - 0x00, - 0x13, - 0x4a, - 0x0e, - 0xb5, - 0x46, - 0xff, - 0x52, - 0xf7, - 0xf2, - 0xfe, - 0x5f, - 0x05, - 0x92, - 0xec, - 0x08, - 0xf6, - 0xd8, - 0xf7, - 0x18, - 0x0e, - 0xf8, - 0xfa, - 0xc1, - 0x04, - 0xad, - 0x38, - 0x03, - 0x9c, - 0x89, - 0xfe, - 0x02, - 0xd3, - 0xfc, - 0x3e, - 0x84, - 0xfe, - 0x14, - 0xdc, - 0x00, - 0x2a, - 0x97, - 0xfc, - 0x4f, - 0x25, - 0xfd, - 0x5d, - 0x4c, - 0xfe, - 0xc5, - 0x2e, - 0xfd, - 0x15, - 0x1c, - 0xfe, - 0x8a, - 0x62, - 0xfe, - 0xb7, - 0x34, - 0xff, - 0x75, - 0x07, - 0x00, - 0x7c, - 0xf1, - 0x01, - 0x71, - 0xd7, - 0x00, - 0x5a, - 0x08, - 0x00, - 0x2d, - 0x30, - 0x01, - 0x4d, - 0x65, - 0xff, - 0x05, - 0x45, - 0xff, - 0x3a, - 0x28, - 0xff, - 0x19, - 0xcb, - 0xfe, - 0xd1, - 0x5e, - 0xfe, - 0x51, - 0x13, - 0xfe, - 0x33, - 0x9c, - 0xff, - 0x51, - 0x47, - 0xff, - 0x7b, - 0xa4, - 0xfe, - 0x8f, - 0xf6, - 0xfd, - 0xc5, - 0x28, - 0xfd, - 0xd4, - 0xe1, - 0xfd, - 0xc7, - 0xe9, - 0xfe, - 0x5b, - 0xe3, - 0xfe, - 0x39, - 0x20, - 0xfe, - 0x4d, - 0xbe, - 0xfe, - 0xea, - 0xf6, - 0xfe, - 0x08, - 0xa5, - 0xfe, - 0xba, - 0x13, - 0xff, - 0xd3, - 0x2b, - 0xff, - 0x9c, - 0x72, - 0xff, - 0x12, - 0xb9, - 0xff, - 0x4e, - 0xb6, - 0xff, - 0xf0, - 0x8f, - 0xff, - 0xea, - 0x7e, - 0xff, - 0x25, - 0xc3, - 0xff, - 0xfe, - 0xd7, - 0xff, - 0x5c, - 0xbc, - 0xff, - 0x86, - 0xb4, - 0xff, - 0x20, - 0xa7, - 0xff, - 0x8f, - 0x69, - 0xff, - 0xd9, - 0x43, - 0xff, - 0x6b, - 0x84, - 0xff, - 0x32, - 0xa9, - 0xff, - 0x20, - 0x7b, - 0xff, - 0xd2, - 0x0d, - 0x12, - 0xc0, - 0x79, - 0x26, - 0xf9, - 0x50, - 0x0d, - 0xec, - 0x25, - 0xfc, - 0x3d, - 0x29, - 0x10, - 0x9d, - 0x59, - 0x03, - 0x57, - 0xb4, - 0xf1, - 0x18, - 0x41, - 0x03, - 0x0b, - 0xfd, - 0x08, - 0xa9, - 0x71, - 0xf8, - 0x15, - 0x3d, - 0xf7, - 0x31, - 0x0d, - 0x05, - 0x7c, - 0x6e, - 0x03, - 0x01, - 0x44, - 0xfd, - 0xda, - 0x16, - 0xfd, - 0xbb, - 0xaa, - 0xfe, - 0xea, - 0x8b, - 0x00, - 0x55, - 0x22, - 0xfc, - 0xf2, - 0xd9, - 0xfc, - 0x7e, - 0x8e, - 0xfe, - 0xf1, - 0x0e, - 0xfd, - 0x47, - 0x12, - 0xfe, - 0xc7, - 0x1a, - 0xfe, - 0xdc, - 0x57, - 0xff, - 0x88, - 0x70, - 0xff, - 0x59, - 0x95, - 0x01, - 0x76, - 0xfb, - 0x01, - 0x06, - 0xd0, - 0xff, - 0x35, - 0x11, - 0x01, - 0xba, - 0xcc, - 0xff, - 0x54, - 0x37, - 0xff, - 0x1d, - 0x16, - 0xff, - 0xe7, - 0xcf, - 0xfe, - 0x0d, - 0xcb, - 0xfe, - 0xa0, - 0x16, - 0xfe, - 0x8c, - 0x97, - 0xff, - 0xb9, - 0x96, - 0xfe, - 0x84, - 0xdd, - 0xfd, - 0x05, - 0x7d, - 0xfe, - 0x2b, - 0x17, - 0xfd, - 0xd5, - 0x10, - 0xfd, - 0xe9, - 0xa9, - 0xfe, - 0x6b, - 0x40, - 0xff, - 0x35, - 0x14, - 0xfe, - 0x84, - 0x60, - 0xfe, - 0x0c, - 0x1b, - 0xff, - 0x0a, - 0xcc, - 0xfe, - 0xbe, - 0x0c, - 0xff, - 0x0e, - 0xfe, - 0xfe, - 0xab, - 0x5d, - 0xff, - 0xb9, - 0xe8, - 0xff, - 0xbb, - 0xb4, - 0xff, - 0xbd, - 0x5b, - 0xff, - 0x0c, - 0x75, - 0xff, - 0x6e, - 0xe0, - 0xff, - 0xb2, - 0xe3, - 0xff, - 0xf1, - 0x8d, - 0xff, - 0x84, - 0x67, - 0xff, - 0x13, - 0x93, - 0xff, - 0x1f, - 0x7d, - 0xff, - 0x60, - 0x62, - 0xff, - 0xd3, - 0x7d, - 0xff, - 0xf0, - 0x84, - 0xff, - 0x11, - 0x7e, - 0xff, - 0xd0, - 0xf8, - 0x13, - 0x3f, - 0xfe, - 0x29, - 0xf0, - 0xd6, - 0x0b, - 0x6c, - 0xb6, - 0xf7, - 0x57, - 0x08, - 0x11, - 0xa3, - 0x8b, - 0x06, - 0xe0, - 0x41, - 0xf2, - 0xe2, - 0x6a, - 0x01, - 0x4d, - 0xfa, - 0x07, - 0x35, - 0x20, - 0xf9, - 0x93, - 0x01, - 0xf7, - 0xae, - 0x63, - 0x05, - 0x8b, - 0x78, - 0x03, - 0xbc, - 0x2d, - 0xfc, - 0x19, - 0x07, - 0xfd, - 0x6e, - 0xee, - 0xfe, - 0x7d, - 0x5c, - 0x00, - 0x35, - 0x5a, - 0xfb, - 0xf6, - 0xe4, - 0xfc, - 0xca, - 0xa8, - 0xfe, - 0x82, - 0xff, - 0xfc, - 0x7f, - 0x7e, - 0xfe, - 0x8e, - 0x89, - 0xfd, - 0x06, - 0xcb, - 0xff, - 0xb3, - 0x4d, - 0xff, - 0xc0, - 0x8b, - 0x00, - 0x9e, - 0xe3, - 0x02, - 0xa4, - 0x2d, - 0x00, - 0xa2, - 0xd0, - 0x00, - 0x67, - 0xe6, - 0xff, - 0x0f, - 0x73, - 0xff, - 0xb5, - 0x48, - 0xff, - 0x4e, - 0xb2, - 0xfe, - 0x8c, - 0x1d, - 0xff, - 0x79, - 0x79, - 0xfe, - 0x41, - 0xa5, - 0xff, - 0x42, - 0xba, - 0xfd, - 0xbe, - 0x15, - 0xfd, - 0xd9, - 0xaa, - 0xfe, - 0x76, - 0x06, - 0xfd, - 0xfa, - 0xe6, - 0xfc, - 0x9e, - 0x64, - 0xfe, - 0x5e, - 0x36, - 0xff, - 0x17, - 0x6c, - 0xfe, - 0x90, - 0x56, - 0xfe, - 0x3a, - 0x0a, - 0xff, - 0x4d, - 0xe9, - 0xfe, - 0x3e, - 0x10, - 0xff, - 0x28, - 0xd8, - 0xfe, - 0x5d, - 0x48, - 0xff, - 0x76, - 0xe9, - 0xff, - 0xe6, - 0xc5, - 0xff, - 0xc6, - 0x68, - 0xff, - 0xb1, - 0x5c, - 0xff, - 0xee, - 0xef, - 0xff, - 0x99, - 0x00, - 0x00, - 0x23, - 0x7c, - 0xff, - 0x9c, - 0x36, - 0xff, - 0xe0, - 0x5f, - 0xff, - 0xa4, - 0x57, - 0xff, - 0xcd, - 0x5d, - 0xff, - 0xae, - 0x8d, - 0xff, - 0xa0, - 0x83, - 0xff, - 0xbb, - 0x86, - 0xff, - 0xb9, - 0x12, - 0x17, - 0x38, - 0xb3, - 0x2d, - 0xfb, - 0xb2, - 0x08, - 0xc8, - 0x17, - 0xf4, - 0xc8, - 0x99, - 0x11, - 0x4d, - 0xef, - 0x07, - 0x7b, - 0x40, - 0xf4, - 0xfe, - 0x3c, - 0x00, - 0x4d, - 0x13, - 0x06, - 0xfe, - 0x9e, - 0xf9, - 0x7b, - 0x64, - 0xf7, - 0x80, - 0xde, - 0x05, - 0x4b, - 0xd7, - 0x02, - 0x03, - 0x97, - 0xfb, - 0x76, - 0xdc, - 0xfc, - 0x19, - 0xdd, - 0xfe, - 0xe5, - 0x4e, - 0x00, - 0xb0, - 0x6e, - 0xfa, - 0x76, - 0x1c, - 0xfd, - 0xb4, - 0x99, - 0xfe, - 0xe8, - 0x1b, - 0xfd, - 0x48, - 0x17, - 0xff, - 0x88, - 0xf0, - 0xfc, - 0x88, - 0x36, - 0x00, - 0xb3, - 0x77, - 0xff, - 0x1e, - 0xaf, - 0xff, - 0x59, - 0xe6, - 0x02, - 0xed, - 0xd7, - 0x00, - 0x97, - 0xe6, - 0x00, - 0x0c, - 0x7a, - 0xff, - 0x93, - 0xed, - 0xff, - 0x0c, - 0x97, - 0xff, - 0x71, - 0x71, - 0xfe, - 0xb3, - 0x88, - 0xff, - 0xd6, - 0xe1, - 0xfe, - 0xed, - 0x59, - 0xff, - 0xd9, - 0x32, - 0xfd, - 0x6f, - 0x7a, - 0xfc, - 0x2d, - 0x26, - 0xfe, - 0x19, - 0x2e, - 0xfd, - 0xf7, - 0x24, - 0xfd, - 0xc9, - 0x1d, - 0xfe, - 0x3f, - 0x12, - 0xff, - 0xa9, - 0xb7, - 0xfe, - 0xb5, - 0x8c, - 0xfe, - 0xc3, - 0x1d, - 0xff, - 0xbd, - 0xc9, - 0xfe, - 0xee, - 0xc7, - 0xfe, - 0xcf, - 0xfb, - 0xfe, - 0x2c, - 0x52, - 0xff, - 0x86, - 0xb3, - 0xff, - 0x85, - 0xb8, - 0xff, - 0x94, - 0x70, - 0xff, - 0x03, - 0x7a, - 0xff, - 0x80, - 0xf0, - 0xff, - 0x85, - 0x0a, - 0x00, - 0x67, - 0x8f, - 0xff, - 0xbe, - 0x1f, - 0xff, - 0x03, - 0x16, - 0xff, - 0xa4, - 0x0e, - 0xff, - 0xbe, - 0x5f, - 0xff, - 0xae, - 0x93, - 0xff, - 0xa7, - 0x78, - 0xff, - 0x51, - 0x84, - 0xff, - 0x52, - 0x3f, - 0x18, - 0x99, - 0x3b, - 0x31, - 0xe4, - 0x05, - 0x09, - 0x98, - 0x83, - 0xef, - 0x82, - 0x2a, - 0x10, - 0x70, - 0x5b, - 0x0a, - 0xbb, - 0x7f, - 0xf6, - 0x2d, - 0x12, - 0xff, - 0xb9, - 0xd3, - 0x03, - 0x20, - 0xec, - 0xfa, - 0x66, - 0xa0, - 0xf7, - 0x6a, - 0x5f, - 0x05, - 0x67, - 0xd0, - 0x02, - 0xd3, - 0x14, - 0xfb, - 0x12, - 0x0d, - 0xfd, - 0x11, - 0xc6, - 0xfd, - 0x10, - 0x75, - 0x00, - 0x3a, - 0x55, - 0xfa, - 0xb9, - 0x41, - 0xfc, - 0x4d, - 0x57, - 0xff, - 0x34, - 0xde, - 0xfc, - 0xb9, - 0xa8, - 0xff, - 0xda, - 0xe7, - 0xfc, - 0xea, - 0xbe, - 0xff, - 0x7f, - 0x5c, - 0x00, - 0x8c, - 0xe0, - 0xfe, - 0x1e, - 0x3b, - 0x02, - 0x94, - 0x8b, - 0x01, - 0x08, - 0x34, - 0x01, - 0x16, - 0x0e, - 0xff, - 0x37, - 0x44, - 0x00, - 0x66, - 0x1b, - 0x00, - 0xa3, - 0x00, - 0xfe, - 0xc7, - 0x1a, - 0x00, - 0x24, - 0x18, - 0xff, - 0x42, - 0xc5, - 0xfe, - 0xd2, - 0x63, - 0xfd, - 0x87, - 0xf0, - 0xfb, - 0xe7, - 0x3e, - 0xfd, - 0x4d, - 0x69, - 0xfd, - 0xb4, - 0x95, - 0xfd, - 0xb1, - 0xcd, - 0xfd, - 0x67, - 0xcd, - 0xfe, - 0xe6, - 0x17, - 0xff, - 0xcd, - 0xec, - 0xfe, - 0xe8, - 0x23, - 0xff, - 0x39, - 0x73, - 0xfe, - 0x2b, - 0x7c, - 0xfe, - 0x49, - 0x41, - 0xff, - 0x1b, - 0x68, - 0xff, - 0x8b, - 0x64, - 0xff, - 0xd6, - 0x89, - 0xff, - 0x8e, - 0x5a, - 0xff, - 0xa0, - 0xa7, - 0xff, - 0x92, - 0x07, - 0x00, - 0x2f, - 0xfe, - 0xff, - 0xd2, - 0xae, - 0xff, - 0x1c, - 0x1d, - 0xff, - 0x77, - 0xd7, - 0xfe, - 0x68, - 0xc3, - 0xfe, - 0x73, - 0x4d, - 0xff, - 0x21, - 0x96, - 0xff, - 0x2b, - 0x6a, - 0xff, - 0x95, - 0x6b, - 0xff, - 0xea, - 0x02, - 0x1c, - 0xbd, - 0xb0, - 0x34, - 0xfc, - 0xfb, - 0x04, - 0xa0, - 0x4a, - 0xed, - 0xd5, - 0x50, - 0x10, - 0xbc, - 0x15, - 0x09, - 0x39, - 0x21, - 0xf9, - 0xc6, - 0x70, - 0xff, - 0x50, - 0x67, - 0x01, - 0xe1, - 0x15, - 0xfb, - 0xa0, - 0xe3, - 0xf8, - 0x84, - 0x79, - 0x05, - 0x90, - 0x4d, - 0x01, - 0x76, - 0x76, - 0xfb, - 0x68, - 0xf9, - 0xfc, - 0x45, - 0xa1, - 0xfc, - 0x2b, - 0x8c, - 0x00, - 0xa0, - 0xde, - 0xf9, - 0xe0, - 0x46, - 0xfc, - 0x6c, - 0x99, - 0xff, - 0xff, - 0x07, - 0xfd, - 0x7a, - 0xda, - 0xff, - 0xad, - 0x07, - 0xfd, - 0x23, - 0xc3, - 0xff, - 0x4e, - 0x7a, - 0x00, - 0x53, - 0x32, - 0xff, - 0x14, - 0x37, - 0x01, - 0x59, - 0xbd, - 0x01, - 0xc7, - 0xe7, - 0x01, - 0x23, - 0x5b, - 0xfe, - 0xde, - 0x95, - 0x00, - 0xa0, - 0x5e, - 0x00, - 0x26, - 0xde, - 0xfd, - 0x50, - 0x5f, - 0x00, - 0x0b, - 0x3a, - 0xff, - 0xdc, - 0x83, - 0xfe, - 0x52, - 0x3b, - 0xfd, - 0xbf, - 0xed, - 0xfb, - 0xc2, - 0xa1, - 0xfc, - 0xa8, - 0x47, - 0xfd, - 0x10, - 0xef, - 0xfd, - 0x73, - 0xb2, - 0xfd, - 0x65, - 0xae, - 0xfe, - 0xfd, - 0x64, - 0xff, - 0x4f, - 0x51, - 0xff, - 0x8f, - 0x05, - 0xff, - 0xc0, - 0x1b, - 0xfe, - 0x45, - 0x5e, - 0xfe, - 0x9b, - 0x7a, - 0xff, - 0x1c, - 0x90, - 0xff, - 0xa8, - 0x29, - 0xff, - 0x65, - 0x33, - 0xff, - 0x39, - 0x38, - 0xff, - 0x95, - 0xd4, - 0xff, - 0x63, - 0x2c, - 0x00, - 0x96, - 0xf7, - 0xff, - 0xf4, - 0xb1, - 0xff, - 0xc8, - 0x20, - 0xff, - 0xc4, - 0xaa, - 0xfe, - 0xdf, - 0x9d, - 0xfe, - 0x22, - 0x3b, - 0xff, - 0x21, - 0x7b, - 0xff, - 0xc2, - 0x65, - 0xff, - 0x03, - 0x60, - 0xff, - 0xe4, - 0x27, - 0x1d, - 0x90, - 0x11, - 0x38, - 0x70, - 0x6c, - 0x05, - 0x4d, - 0xd6, - 0xe9, - 0xed, - 0x14, - 0x0f, - 0xae, - 0xdd, - 0x08, - 0x9d, - 0x9b, - 0xfa, - 0x2a, - 0xa4, - 0x00, - 0xe9, - 0x21, - 0xff, - 0xf0, - 0xcf, - 0xfb, - 0xa5, - 0xcf, - 0xf9, - 0x59, - 0x6e, - 0x04, - 0x9a, - 0x38, - 0x01, - 0x1c, - 0x4d, - 0xfb, - 0xdc, - 0x2e, - 0xfd, - 0x02, - 0x61, - 0xfb, - 0x71, - 0x53, - 0x00, - 0xe7, - 0x69, - 0xfa, - 0x30, - 0xaf, - 0xfb, - 0x1f, - 0x50, - 0x00, - 0xea, - 0xce, - 0xfc, - 0x0a, - 0x0e, - 0x00, - 0xf2, - 0x98, - 0xfd, - 0x85, - 0x3a, - 0xff, - 0x4f, - 0xf1, - 0x00, - 0xe1, - 0x96, - 0xff, - 0xce, - 0x94, - 0x00, - 0xc7, - 0x54, - 0x01, - 0xf6, - 0xda, - 0x02, - 0xec, - 0xf0, - 0xfd, - 0x87, - 0xca, - 0xff, - 0x27, - 0x57, - 0x01, - 0xe8, - 0xab, - 0xfd, - 0xfb, - 0x44, - 0x00, - 0xa0, - 0xd8, - 0xff, - 0xee, - 0x75, - 0xfe, - 0x36, - 0x18, - 0xfd, - 0xc6, - 0x30, - 0xfc, - 0x5a, - 0xa6, - 0xfc, - 0x7e, - 0x90, - 0xfc, - 0x04, - 0xf6, - 0xfd, - 0x25, - 0xf1, - 0xfd, - 0xe0, - 0xa0, - 0xfe, - 0xcc, - 0x93, - 0xff, - 0x5e, - 0x6d, - 0xff, - 0xc0, - 0x2e, - 0xff, - 0x27, - 0xed, - 0xfd, - 0x8c, - 0x26, - 0xfe, - 0xdd, - 0xad, - 0xff, - 0xb2, - 0xbf, - 0xff, - 0x4d, - 0x01, - 0xff, - 0xdd, - 0xe6, - 0xfe, - 0x07, - 0x07, - 0xff, - 0x19, - 0xcc, - 0xff, - 0x9c, - 0x57, - 0x00, - 0x80, - 0xf2, - 0xff, - 0x24, - 0xb0, - 0xff, - 0xac, - 0x35, - 0xff, - 0x8e, - 0x8f, - 0xfe, - 0xd8, - 0x8d, - 0xfe, - 0x60, - 0x2b, - 0xff, - 0x51, - 0x64, - 0xff, - 0x8b, - 0x5a, - 0xff, - 0x22, - 0x59, - 0xff, - 0x7b, - 0x3b, - 0x1f, - 0x38, - 0x00, - 0x3b, - 0x59, - 0x52, - 0x04, - 0xb6, - 0x09, - 0xe8, - 0x2c, - 0x81, - 0x0e, - 0x09, - 0xee, - 0x06, - 0xba, - 0x9b, - 0xfb, - 0xb3, - 0x3e, - 0x02, - 0x1f, - 0xa8, - 0xfd, - 0xd9, - 0x24, - 0xfc, - 0xc0, - 0x7e, - 0xfa, - 0x62, - 0xbe, - 0x03, - 0xf6, - 0xe6, - 0x00, - 0x22, - 0x25, - 0xfb, - 0xc1, - 0x4d, - 0xfd, - 0x59, - 0x93, - 0xfa, - 0xad, - 0xe8, - 0xff, - 0xe0, - 0x03, - 0xfb, - 0x00, - 0xc0, - 0xfb, - 0xcf, - 0x53, - 0x00, - 0x02, - 0xb4, - 0xfc, - 0x97, - 0x78, - 0x00, - 0xaf, - 0xe7, - 0xfd, - 0x8a, - 0x09, - 0xff, - 0xee, - 0x3a, - 0x01, - 0x8c, - 0x03, - 0x00, - 0x94, - 0xb8, - 0x00, - 0x68, - 0xa3, - 0x00, - 0xd1, - 0x0e, - 0x03, - 0x87, - 0xec, - 0xfd, - 0x59, - 0x97, - 0xfe, - 0x3e, - 0xc1, - 0x01, - 0x62, - 0xfd, - 0xfd, - 0x05, - 0x56, - 0x00, - 0xb9, - 0x6f, - 0x00, - 0x29, - 0x75, - 0xfe, - 0x48, - 0x51, - 0xfd, - 0x2b, - 0x90, - 0xfc, - 0x26, - 0xac, - 0xfc, - 0xa7, - 0xda, - 0xfb, - 0xdb, - 0xc7, - 0xfd, - 0x96, - 0x67, - 0xfe, - 0xce, - 0x57, - 0xfe, - 0x6d, - 0xa7, - 0xff, - 0x6f, - 0xc6, - 0xff, - 0x59, - 0x38, - 0xff, - 0x22, - 0xd2, - 0xfd, - 0xd1, - 0xfa, - 0xfd, - 0x90, - 0xc9, - 0xff, - 0x9d, - 0xeb, - 0xff, - 0x61, - 0x07, - 0xff, - 0x33, - 0xa2, - 0xfe, - 0x59, - 0xc1, - 0xfe, - 0x07, - 0xb3, - 0xff, - 0x4e, - 0x57, - 0x00, - 0x7f, - 0x09, - 0x00, - 0x6e, - 0x95, - 0xff, - 0xa5, - 0x2a, - 0xff, - 0x97, - 0xad, - 0xfe, - 0x06, - 0x88, - 0xfe, - 0x88, - 0x1e, - 0xff, - 0xf6, - 0x59, - 0xff, - 0xed, - 0x4f, - 0xff, - 0x96, - 0x60, - 0xff, - 0x00, - 0x57, - 0x20, - 0x07, - 0x7d, - 0x3d, - 0xfd, - 0xd2, - 0x04, - 0x95, - 0xb1, - 0xe6, - 0xb4, - 0x49, - 0x0d, - 0x6e, - 0xcc, - 0x04, - 0xc6, - 0xa9, - 0xfb, - 0xc3, - 0xe3, - 0x03, - 0x3e, - 0x12, - 0xfd, - 0x5d, - 0x19, - 0xfc, - 0x0e, - 0xc2, - 0xfa, - 0x57, - 0x26, - 0x03, - 0x8a, - 0x6b, - 0x00, - 0x6d, - 0xf6, - 0xfa, - 0xfb, - 0xd8, - 0xfd, - 0x19, - 0xba, - 0xf9, - 0xc6, - 0x7b, - 0xff, - 0x77, - 0x16, - 0xfc, - 0xe6, - 0x78, - 0xfb, - 0x1b, - 0x01, - 0x00, - 0x70, - 0xc5, - 0xfc, - 0x85, - 0xd5, - 0x00, - 0x0b, - 0x33, - 0xfe, - 0xc4, - 0xd5, - 0xfe, - 0x04, - 0x80, - 0x01, - 0xc1, - 0x90, - 0x00, - 0x1d, - 0x31, - 0x01, - 0xc5, - 0x81, - 0xff, - 0xb7, - 0x97, - 0x02, - 0x9f, - 0x82, - 0xfe, - 0x65, - 0x0c, - 0xfd, - 0x83, - 0x56, - 0x01, - 0x01, - 0x17, - 0xff, - 0x97, - 0x99, - 0x00, - 0x0f, - 0x9e, - 0x00, - 0xd1, - 0x12, - 0xff, - 0x8b, - 0xe0, - 0xfd, - 0xc4, - 0x4a, - 0xfc, - 0xd9, - 0xbd, - 0xfc, - 0x4b, - 0xb6, - 0xfb, - 0x03, - 0x53, - 0xfd, - 0x35, - 0x95, - 0xfe, - 0x9b, - 0xf2, - 0xfd, - 0xbf, - 0xab, - 0xff, - 0x12, - 0x5a, - 0x00, - 0x59, - 0x2f, - 0xff, - 0xfd, - 0xb8, - 0xfd, - 0xc4, - 0xe6, - 0xfd, - 0x2f, - 0xae, - 0xff, - 0x72, - 0x0e, - 0x00, - 0xc2, - 0x48, - 0xff, - 0x43, - 0x68, - 0xfe, - 0xa4, - 0x3f, - 0xfe, - 0x45, - 0x9d, - 0xff, - 0x63, - 0x5f, - 0x00, - 0x31, - 0xeb, - 0xff, - 0xb5, - 0x6d, - 0xff, - 0x96, - 0x1c, - 0xff, - 0x4f, - 0xe8, - 0xfe, - 0xca, - 0xa9, - 0xfe, - 0x7d, - 0x0c, - 0xff, - 0x59, - 0x4c, - 0xff, - 0x52, - 0x42, - 0xff, - 0x06, - 0x96, - 0xff, - 0x7b, - 0x84, - 0x21, - 0xd7, - 0x53, - 0x3f, - 0xfe, - 0x24, - 0x05, - 0x28, - 0xcc, - 0xe6, - 0x7d, - 0x23, - 0x0c, - 0x8f, - 0xab, - 0x01, - 0xf4, - 0x94, - 0xfb, - 0x59, - 0x84, - 0x05, - 0x6d, - 0xc4, - 0xfc, - 0x09, - 0xee, - 0xfb, - 0xed, - 0x06, - 0xfb, - 0x2c, - 0x98, - 0x02, - 0xa0, - 0x75, - 0xff, - 0xf3, - 0x6d, - 0xfb, - 0x8c, - 0xc9, - 0xfe, - 0xf0, - 0xd6, - 0xf8, - 0x4f, - 0x57, - 0xff, - 0xc9, - 0x01, - 0xfd, - 0x3a, - 0x2b, - 0xfb, - 0x2b, - 0x86, - 0xff, - 0x6e, - 0xeb, - 0xfc, - 0x6d, - 0x69, - 0x01, - 0x60, - 0x2f, - 0xfe, - 0x73, - 0xd8, - 0xfe, - 0x91, - 0x46, - 0x02, - 0x7f, - 0xa2, - 0x00, - 0x18, - 0x3f, - 0x01, - 0x14, - 0xd9, - 0xfe, - 0x72, - 0xb4, - 0x01, - 0x70, - 0xe3, - 0xfe, - 0x7b, - 0x4e, - 0xfc, - 0xd5, - 0xad, - 0x00, - 0x62, - 0xae, - 0xff, - 0x1f, - 0x2c, - 0x01, - 0xb0, - 0x81, - 0x01, - 0x19, - 0xb0, - 0xff, - 0x79, - 0xe6, - 0xfd, - 0x97, - 0x3d, - 0xfc, - 0xf1, - 0x2c, - 0xfd, - 0x34, - 0x8f, - 0xfb, - 0xde, - 0x96, - 0xfc, - 0xd4, - 0xea, - 0xfe, - 0xe0, - 0xe5, - 0xfd, - 0x26, - 0x27, - 0xff, - 0x26, - 0xb4, - 0x00, - 0xf2, - 0xa3, - 0xff, - 0x46, - 0xca, - 0xfd, - 0x72, - 0xb4, - 0xfd, - 0xd0, - 0x73, - 0xff, - 0xe8, - 0x19, - 0x00, - 0x9f, - 0xa4, - 0xff, - 0x98, - 0x4e, - 0xfe, - 0x0e, - 0xb0, - 0xfd, - 0x10, - 0x8a, - 0xff, - 0xfa, - 0x62, - 0x00, - 0x5c, - 0xaa, - 0xff, - 0xee, - 0x4a, - 0xff, - 0x9d, - 0x1d, - 0xff, - 0x40, - 0x18, - 0xff, - 0xab, - 0xec, - 0xfe, - 0xb9, - 0x0b, - 0xff, - 0xa4, - 0x39, - 0xff, - 0xe1, - 0x66, - 0xff, - 0x21, - 0xc4, - 0xff, - 0x54, - 0x81, - 0x21, - 0xaa, - 0x84, - 0x40, - 0x23, - 0x2c, - 0x07, - 0x4b, - 0x85, - 0xe7, - 0x7b, - 0x90, - 0x0a, - 0x1a, - 0x4b, - 0xfe, - 0x8c, - 0x01, - 0xfb, - 0x88, - 0x1e, - 0x07, - 0x29, - 0x3e, - 0xfc, - 0xbe, - 0xf1, - 0xfb, - 0xea, - 0x2e, - 0xfb, - 0x80, - 0x99, - 0x01, - 0x9c, - 0xd6, - 0xfe, - 0xc2, - 0x35, - 0xfc, - 0xec, - 0x43, - 0x00, - 0xd5, - 0xc4, - 0xf7, - 0x92, - 0x0d, - 0xff, - 0xa7, - 0x11, - 0xfe, - 0x5b, - 0x50, - 0xfa, - 0x9b, - 0x6b, - 0xff, - 0x1e, - 0x2e, - 0xfd, - 0x66, - 0x6b, - 0x01, - 0xce, - 0x97, - 0xfe, - 0x8d, - 0x43, - 0xff, - 0xae, - 0x41, - 0x02, - 0xe0, - 0x09, - 0x00, - 0xc0, - 0xba, - 0x01, - 0xa8, - 0x3c, - 0xfe, - 0x5e, - 0x67, - 0x00, - 0xd7, - 0xae, - 0xff, - 0x91, - 0x74, - 0xfc, - 0xea, - 0xa9, - 0xff, - 0xc2, - 0x74, - 0xff, - 0xce, - 0x45, - 0x02, - 0xa4, - 0x6a, - 0x02, - 0x74, - 0x94, - 0xff, - 0x2b, - 0x8a, - 0xfe, - 0x03, - 0xbb, - 0xfc, - 0x2e, - 0xc5, - 0xfc, - 0x3f, - 0x49, - 0xfb, - 0x61, - 0x94, - 0xfc, - 0x0b, - 0x44, - 0xff, - 0x89, - 0xc2, - 0xfd, - 0xc7, - 0x5a, - 0xfe, - 0xd7, - 0x7d, - 0x00, - 0x2a, - 0x6f, - 0x00, - 0xcd, - 0x61, - 0xfe, - 0x8d, - 0x51, - 0xfd, - 0x19, - 0x09, - 0xff, - 0x1a, - 0xee, - 0xff, - 0x94, - 0xcd, - 0xff, - 0x91, - 0x94, - 0xfe, - 0x54, - 0x46, - 0xfd, - 0x83, - 0x21, - 0xff, - 0x3b, - 0x54, - 0x00, - 0xa9, - 0x89, - 0xff, - 0xce, - 0x33, - 0xff, - 0x22, - 0x26, - 0xff, - 0x3e, - 0x3a, - 0xff, - 0x39, - 0x07, - 0xff, - 0x2a, - 0x2c, - 0xff, - 0xa0, - 0x5a, - 0xff, - 0x4f, - 0x85, - 0xff, - 0x25, - 0xe1, - 0xff, - 0x39, - 0x47, - 0x20, - 0x7c, - 0x02, - 0x41, - 0xed, - 0xe3, - 0x0a, - 0x75, - 0x8f, - 0xe8, - 0x28, - 0x96, - 0x08, - 0xc6, - 0x1e, - 0xfb, - 0xbb, - 0x8e, - 0xf9, - 0x68, - 0x92, - 0x08, - 0x2d, - 0xa8, - 0xfb, - 0xab, - 0xb1, - 0xfb, - 0x13, - 0x52, - 0xfb, - 0x87, - 0x7b, - 0x00, - 0x88, - 0xcd, - 0xfe, - 0xf0, - 0x16, - 0xfd, - 0xcb, - 0xdb, - 0x01, - 0xe2, - 0xcb, - 0xf6, - 0xe6, - 0x60, - 0xfe, - 0xa8, - 0xe9, - 0xfe, - 0x36, - 0x7c, - 0xf9, - 0x6e, - 0xc9, - 0xff, - 0x9c, - 0xe1, - 0xfc, - 0x81, - 0xa5, - 0x01, - 0x0e, - 0x6a, - 0xff, - 0x85, - 0x2a, - 0xfe, - 0x05, - 0x52, - 0x02, - 0xbc, - 0xac, - 0xff, - 0xab, - 0x7c, - 0x01, - 0xfe, - 0x20, - 0xfe, - 0xb1, - 0xba, - 0xff, - 0x72, - 0x6c, - 0x00, - 0x47, - 0x4c, - 0xfc, - 0xed, - 0xce, - 0xff, - 0xa6, - 0x4b, - 0xff, - 0xaa, - 0xdd, - 0x00, - 0x57, - 0x68, - 0x03, - 0x53, - 0xfd, - 0x00, - 0x3e, - 0xd4, - 0xfe, - 0x46, - 0x91, - 0xfc, - 0x3f, - 0x7a, - 0xfc, - 0xa3, - 0xc2, - 0xfb, - 0xe0, - 0x7c, - 0xfc, - 0xa6, - 0x1b, - 0xff, - 0x10, - 0x1b, - 0xfe, - 0x93, - 0xc0, - 0xfd, - 0x44, - 0x8f, - 0xff, - 0x23, - 0xa2, - 0x00, - 0xc7, - 0x86, - 0xff, - 0xd1, - 0x8a, - 0xfd, - 0xa0, - 0x33, - 0xfe, - 0x5e, - 0x73, - 0xff, - 0xa4, - 0xc3, - 0xff, - 0x50, - 0xef, - 0xfe, - 0xc0, - 0x46, - 0xfd, - 0xf2, - 0x74, - 0xfe, - 0xfa, - 0x05, - 0x00, - 0x01, - 0x9d, - 0xff, - 0xf0, - 0x4d, - 0xff, - 0x41, - 0x31, - 0xff, - 0x7f, - 0x3a, - 0xff, - 0x4e, - 0x11, - 0xff, - 0xe1, - 0x4b, - 0xff, - 0xe4, - 0x9c, - 0xff, - 0xae, - 0x9b, - 0xff, - 0xb9, - 0xe6, - 0xff, - 0xdb, - 0xd5, - 0x21, - 0xff, - 0xa7, - 0x40, - 0x34, - 0xa8, - 0x09, - 0x54, - 0xe9, - 0xec, - 0x6e, - 0xa9, - 0x07, - 0x65, - 0xc0, - 0xf5, - 0x18, - 0x56, - 0xfa, - 0xb3, - 0x69, - 0x08, - 0x1c, - 0x15, - 0xfb, - 0xdf, - 0x96, - 0xfb, - 0xb1, - 0x47, - 0xfb, - 0xb9, - 0x3a, - 0x01, - 0x60, - 0xb4, - 0xfd, - 0xe1, - 0x21, - 0xff, - 0xf8, - 0xfc, - 0x02, - 0xc7, - 0x69, - 0xf5, - 0x3d, - 0xb3, - 0xfe, - 0x25, - 0xb8, - 0xfe, - 0x3b, - 0xcc, - 0xf9, - 0xc3, - 0xff, - 0xff, - 0x18, - 0x4b, - 0xfd, - 0x54, - 0x5a, - 0x01, - 0x16, - 0x88, - 0xfe, - 0xdb, - 0xca, - 0xfe, - 0xab, - 0x9e, - 0x01, - 0xb7, - 0x06, - 0xff, - 0x37, - 0x0e, - 0x02, - 0xc3, - 0x5d, - 0xfe, - 0x8e, - 0x77, - 0xff, - 0xf5, - 0x95, - 0x00, - 0xba, - 0x8d, - 0xfd, - 0x76, - 0xdc, - 0xff, - 0x58, - 0x24, - 0xfe, - 0x7c, - 0xfe, - 0xff, - 0x5f, - 0xcc, - 0x03, - 0x03, - 0x32, - 0x02, - 0x18, - 0xe3, - 0xfe, - 0x81, - 0xe0, - 0xfc, - 0x77, - 0x3a, - 0xfd, - 0x7e, - 0x8f, - 0xfb, - 0x05, - 0x82, - 0xfc, - 0x8e, - 0x64, - 0xff, - 0x59, - 0x61, - 0xfe, - 0x69, - 0xd5, - 0xfd, - 0x0f, - 0x8a, - 0xfe, - 0xf2, - 0xd4, - 0xff, - 0xab, - 0x52, - 0x00, - 0xeb, - 0x93, - 0xfe, - 0xee, - 0xe8, - 0xfd, - 0xee, - 0xac, - 0xfe, - 0xd8, - 0x76, - 0xff, - 0x6f, - 0x10, - 0xff, - 0xa7, - 0x8f, - 0xfd, - 0x97, - 0x0f, - 0xfe, - 0x40, - 0x97, - 0xff, - 0x6a, - 0xbd, - 0xff, - 0xc6, - 0x99, - 0xff, - 0x41, - 0x67, - 0xff, - 0xa0, - 0x1a, - 0xff, - 0x60, - 0x13, - 0xff, - 0x96, - 0x73, - 0xff, - 0x21, - 0xe4, - 0xff, - 0x68, - 0xc6, - 0xff, - 0x44, - 0xc7, - 0xff, - 0xaa, - 0xec, - 0x22, - 0x2c, - 0x98, - 0x3f, - 0x99, - 0x29, - 0x09, - 0x2d, - 0x4e, - 0xf1, - 0x85, - 0x1b, - 0x06, - 0xf2, - 0x48, - 0xf1, - 0x2a, - 0x2c, - 0xfa, - 0x3d, - 0x87, - 0x07, - 0xb2, - 0x17, - 0xfb, - 0x25, - 0x1e, - 0xfb, - 0xe0, - 0x0a, - 0xfc, - 0x63, - 0xfb, - 0x01, - 0x2f, - 0x87, - 0xfc, - 0x1d, - 0x8c, - 0x01, - 0x1e, - 0x52, - 0x03, - 0x15, - 0x38, - 0xf4, - 0x03, - 0xc5, - 0xfe, - 0xe8, - 0x9b, - 0xfe, - 0xbd, - 0x63, - 0xfb, - 0x55, - 0x7f, - 0xff, - 0xef, - 0x08, - 0xfc, - 0x22, - 0x59, - 0x01, - 0xb0, - 0x3b, - 0xfe, - 0x91, - 0x62, - 0xfe, - 0x76, - 0x2a, - 0x01, - 0x0b, - 0x71, - 0xff, - 0x9d, - 0x23, - 0x02, - 0x53, - 0x68, - 0xfe, - 0x0b, - 0x43, - 0x00, - 0x80, - 0xf5, - 0x00, - 0x57, - 0x3f, - 0xfd, - 0x4b, - 0xbe, - 0xff, - 0x9d, - 0xd8, - 0xfe, - 0x00, - 0x01, - 0xff, - 0xe0, - 0x70, - 0x01, - 0xa4, - 0x25, - 0x03, - 0x81, - 0xf1, - 0x00, - 0xf1, - 0xb3, - 0xfc, - 0x07, - 0x99, - 0xfd, - 0x75, - 0x01, - 0xfc, - 0x3c, - 0x5b, - 0xfc, - 0x18, - 0xa3, - 0xff, - 0x87, - 0xad, - 0xfe, - 0xd3, - 0x49, - 0xfe, - 0xdf, - 0xb0, - 0xfd, - 0xd3, - 0x50, - 0xfe, - 0xb8, - 0x14, - 0x00, - 0x31, - 0xd7, - 0xff, - 0xe9, - 0xc1, - 0xfe, - 0xfb, - 0xb7, - 0xfd, - 0x08, - 0xd7, - 0xfe, - 0xc9, - 0xee, - 0xfe, - 0x1b, - 0xbd, - 0xfd, - 0xcd, - 0x39, - 0xfe, - 0xba, - 0xe4, - 0xfe, - 0x59, - 0xcb, - 0xff, - 0xd6, - 0x3e, - 0x00, - 0x48, - 0x74, - 0xff, - 0xd6, - 0xde, - 0xfe, - 0x6c, - 0x0d, - 0xff, - 0xb4, - 0xa8, - 0xff, - 0xc4, - 0x21, - 0x00, - 0xdf, - 0xd3, - 0xff, - 0x5a, - 0x89, - 0xff, - 0xd3, - 0xb5, - 0x21, - 0x7e, - 0xff, - 0x3d, - 0x8d, - 0xc8, - 0x0b, - 0x52, - 0xbe, - 0xf4, - 0xea, - 0xdd, - 0x04, - 0xc8, - 0xe6, - 0xee, - 0xa0, - 0xc8, - 0xf7, - 0xe1, - 0x5d, - 0x06, - 0x70, - 0x55, - 0xfc, - 0x9d, - 0x56, - 0xfb, - 0x1f, - 0x77, - 0xfc, - 0xc8, - 0x7f, - 0x02, - 0x95, - 0x79, - 0xfc, - 0x35, - 0xf0, - 0x02, - 0xbf, - 0xcf, - 0x03, - 0x65, - 0x17, - 0xf3, - 0xae, - 0x5d, - 0xff, - 0x2a, - 0x45, - 0x00, - 0x39, - 0x48, - 0xfa, - 0x74, - 0x7f, - 0xfe, - 0x13, - 0x5d, - 0xfc, - 0x7e, - 0x1c, - 0x00, - 0x23, - 0x2e, - 0xfe, - 0xa9, - 0xed, - 0xfe, - 0xcb, - 0xea, - 0x00, - 0xda, - 0x60, - 0xff, - 0x0d, - 0xa5, - 0x02, - 0x14, - 0xd3, - 0xff, - 0xdb, - 0xb3, - 0xff, - 0xe4, - 0x11, - 0x00, - 0xc7, - 0xb7, - 0xfe, - 0x52, - 0x54, - 0x00, - 0x61, - 0xbf, - 0xfd, - 0x96, - 0xd1, - 0xfe, - 0x71, - 0x59, - 0x00, - 0x8d, - 0x7d, - 0x01, - 0xc9, - 0x1a, - 0x03, - 0x3f, - 0x3c, - 0xfe, - 0xdf, - 0x5a, - 0xfd, - 0xdf, - 0x06, - 0xfd, - 0xcd, - 0x40, - 0xfc, - 0x96, - 0xaf, - 0xff, - 0xa5, - 0x5f, - 0xff, - 0x6b, - 0x8a, - 0xfe, - 0x9e, - 0x45, - 0xfd, - 0x3f, - 0xff, - 0xfc, - 0x17, - 0xfd, - 0xfe, - 0xb1, - 0x1d, - 0x00, - 0xfd, - 0x93, - 0x00, - 0x18, - 0xcd, - 0xfd, - 0x96, - 0x91, - 0xfd, - 0x23, - 0xcf, - 0xfe, - 0x0e, - 0xca, - 0xfd, - 0x60, - 0x8c, - 0xfe, - 0xb2, - 0xda, - 0xfe, - 0x0a, - 0x67, - 0xff, - 0x2b, - 0x81, - 0x00, - 0x94, - 0xd4, - 0xff, - 0xb6, - 0xdd, - 0xfe, - 0xdc, - 0xed, - 0xfe, - 0x0c, - 0xe2, - 0xff, - 0xac, - 0x36, - 0x00, - 0x14, - 0xb6, - 0xff, - 0x2a, - 0x70, - 0xff, - 0x2f, - 0x51, - 0x21, - 0x36, - 0xf4, - 0x3b, - 0xb8, - 0xae, - 0x0c, - 0x0b, - 0x7b, - 0xf8, - 0xc2, - 0xaa, - 0x03, - 0x0c, - 0xc7, - 0xec, - 0x24, - 0x53, - 0xf5, - 0x05, - 0x5e, - 0x04, - 0xb9, - 0x68, - 0xff, - 0x13, - 0x98, - 0xfb, - 0x24, - 0xc1, - 0xfb, - 0x54, - 0xb4, - 0x03, - 0x8d, - 0xd9, - 0xfc, - 0x0e, - 0x25, - 0x03, - 0xf2, - 0x42, - 0x03, - 0x18, - 0x21, - 0xf5, - 0x62, - 0x35, - 0xff, - 0xf5, - 0x7f, - 0xfe, - 0x0d, - 0x4e, - 0xfb, - 0xd4, - 0x4c, - 0xfd, - 0xc9, - 0x9a, - 0xfb, - 0x2c, - 0x5e, - 0x00, - 0x49, - 0x71, - 0xfe, - 0x41, - 0xf8, - 0xfe, - 0xbc, - 0x7e, - 0x00, - 0x13, - 0x1d, - 0x01, - 0x0b, - 0x78, - 0x02, - 0x40, - 0x97, - 0xfe, - 0x6b, - 0xbf, - 0x00, - 0xbd, - 0x68, - 0x00, - 0xba, - 0x84, - 0xfe, - 0x2d, - 0x70, - 0x00, - 0x55, - 0x6f, - 0xfd, - 0x32, - 0x35, - 0xff, - 0xc2, - 0x0d, - 0x00, - 0x1d, - 0xcb, - 0xfe, - 0x6b, - 0x05, - 0x03, - 0xc3, - 0x19, - 0x01, - 0xcd, - 0xf2, - 0xfd, - 0x5f, - 0xf4, - 0xfc, - 0xee, - 0x17, - 0xfd, - 0xef, - 0xd9, - 0xff, - 0x60, - 0x7c, - 0xff, - 0x57, - 0xe0, - 0xfe, - 0xbc, - 0x1a, - 0xfd, - 0xbe, - 0x4d, - 0xfc, - 0x32, - 0xbe, - 0xfd, - 0x2f, - 0x42, - 0xff, - 0xbf, - 0x76, - 0x01, - 0xfb, - 0x2b, - 0xff, - 0xcd, - 0x30, - 0xfd, - 0x93, - 0xca, - 0xfd, - 0x97, - 0xf4, - 0xfd, - 0x12, - 0xfc, - 0xfe, - 0xb6, - 0x16, - 0xff, - 0x77, - 0x33, - 0xff, - 0x63, - 0xd2, - 0xff, - 0xf7, - 0x0c, - 0x00, - 0xa8, - 0x9d, - 0xff, - 0x7d, - 0xf8, - 0xfe, - 0x9b, - 0x8b, - 0xff, - 0xfc, - 0xf7, - 0xff, - 0x66, - 0xa2, - 0xff, - 0x28, - 0x9d, - 0xff, - 0x2e, - 0xa8, - 0x21, - 0x94, - 0xe0, - 0x39, - 0x49, - 0xa1, - 0x0b, - 0xbe, - 0xff, - 0xfb, - 0x45, - 0xc4, - 0x03, - 0xa2, - 0xcc, - 0xe9, - 0x0d, - 0x0a, - 0xf3, - 0xb4, - 0xc1, - 0x04, - 0x6b, - 0xaa, - 0x01, - 0xaa, - 0xc3, - 0xfa, - 0x9c, - 0x2e, - 0xfd, - 0xf4, - 0xfb, - 0x03, - 0x2b, - 0x1e, - 0xfb, - 0x1b, - 0x1d, - 0x06, - 0xce, - 0x6b, - 0x03, - 0x93, - 0xee, - 0xf3, - 0x91, - 0x09, - 0x00, - 0x29, - 0x7f, - 0xfd, - 0x2e, - 0x51, - 0xfa, - 0xfe, - 0xd2, - 0xfd, - 0x1b, - 0x30, - 0xfc, - 0xb5, - 0x7d, - 0xff, - 0x0a, - 0xaa, - 0xfe, - 0xb0, - 0x6d, - 0x00, - 0x30, - 0xea, - 0x00, - 0x52, - 0x4d, - 0x00, - 0x0e, - 0x92, - 0x01, - 0xc3, - 0xf5, - 0xff, - 0x99, - 0x5f, - 0x01, - 0x77, - 0xe7, - 0xfe, - 0x13, - 0xac, - 0xfe, - 0x6c, - 0xf7, - 0x01, - 0xfe, - 0x23, - 0xfd, - 0x11, - 0x17, - 0xfe, - 0xb4, - 0x16, - 0x01, - 0x00, - 0x16, - 0xfe, - 0xca, - 0x33, - 0x00, - 0xd7, - 0x98, - 0x02, - 0xf1, - 0x48, - 0x00, - 0xf8, - 0xe3, - 0xfc, - 0x94, - 0x2a, - 0xfe, - 0xe4, - 0x1e, - 0x00, - 0x76, - 0x15, - 0xff, - 0x3c, - 0x89, - 0xff, - 0xbb, - 0x1a, - 0xfd, - 0x1c, - 0x11, - 0xfc, - 0x34, - 0x08, - 0xfd, - 0x9e, - 0xe6, - 0xfd, - 0x5c, - 0xef, - 0x00, - 0x0e, - 0x80, - 0x00, - 0xc1, - 0x5e, - 0xfe, - 0xa4, - 0x16, - 0xfd, - 0x70, - 0xab, - 0xfd, - 0xbd, - 0x4e, - 0xff, - 0x48, - 0x6a, - 0xff, - 0x0d, - 0x1e, - 0xff, - 0x63, - 0x06, - 0xff, - 0xe4, - 0x0c, - 0x00, - 0xcd, - 0x42, - 0x00, - 0x7f, - 0x53, - 0xff, - 0x52, - 0x12, - 0xff, - 0xd4, - 0x70, - 0xff, - 0x62, - 0xac, - 0xff, - 0xed, - 0xdd, - 0xff, - 0x8b, - 0x56, - 0x20, - 0x82, - 0xe3, - 0x37, - 0x38, - 0xab, - 0x0b, - 0x6d, - 0x5a, - 0xfe, - 0xe5, - 0x69, - 0x04, - 0x0f, - 0x47, - 0xe7, - 0x5e, - 0x46, - 0xf2, - 0x3b, - 0xd3, - 0x04, - 0x45, - 0x51, - 0x02, - 0x98, - 0x1c, - 0xfd, - 0x3b, - 0x1b, - 0xfc, - 0x21, - 0x1e, - 0x03, - 0x88, - 0x20, - 0xfd, - 0xad, - 0x17, - 0x06, - 0x56, - 0xdd, - 0x02, - 0x76, - 0x9a, - 0xf4, - 0xff, - 0x1c, - 0xff, - 0x30, - 0xfd, - 0xfb, - 0xb1, - 0xbb, - 0xfb, - 0x13, - 0xe5, - 0xfe, - 0xeb, - 0x83, - 0xfa, - 0x98, - 0xee, - 0xff, - 0xf2, - 0x3c, - 0x01, - 0x26, - 0x99, - 0xff, - 0xd7, - 0x36, - 0xff, - 0xe0, - 0x78, - 0x01, - 0xb1, - 0x03, - 0x02, - 0x13, - 0x24, - 0xff, - 0xd6, - 0x0f, - 0x01, - 0x0e, - 0x89, - 0xff, - 0xb9, - 0xd9, - 0xfe, - 0x07, - 0xeb, - 0x01, - 0xff, - 0xeb, - 0xfd, - 0x84, - 0x1c, - 0xfd, - 0x3d, - 0x12, - 0x01, - 0x96, - 0x42, - 0xff, - 0x54, - 0x25, - 0xfe, - 0x49, - 0xe4, - 0x00, - 0xb2, - 0x2d, - 0x02, - 0xc2, - 0xe9, - 0xfe, - 0x6d, - 0xb8, - 0xfe, - 0x99, - 0x43, - 0x00, - 0xc9, - 0xa1, - 0xfe, - 0x48, - 0x2e, - 0x00, - 0xb7, - 0xc2, - 0xfd, - 0xb4, - 0x5d, - 0xfb, - 0x27, - 0x0d, - 0xfd, - 0x84, - 0x35, - 0xfd, - 0x90, - 0x4d, - 0xff, - 0x66, - 0x65, - 0x00, - 0x32, - 0x25, - 0x00, - 0xee, - 0x04, - 0xfe, - 0x4d, - 0x46, - 0xfd, - 0x94, - 0x24, - 0xff, - 0x05, - 0xe3, - 0xfe, - 0x57, - 0x50, - 0xff, - 0x6a, - 0x59, - 0xff, - 0x4d, - 0x8d, - 0xff, - 0xb7, - 0x22, - 0x00, - 0x0c, - 0x6c, - 0xff, - 0x89, - 0x0b, - 0xff, - 0xf4, - 0x2f, - 0xff, - 0xe1, - 0xa8, - 0xff, - 0x9b, - 0xee, - 0xff, - 0x71, - 0x3c, - 0x1f, - 0x3d, - 0xdc, - 0x34, - 0x40, - 0x53, - 0x0b, - 0x61, - 0xd8, - 0x00, - 0x38, - 0xd2, - 0x03, - 0xf6, - 0xbb, - 0xe6, - 0x3d, - 0xba, - 0xf2, - 0x50, - 0x23, - 0x04, - 0x32, - 0xd6, - 0x02, - 0x73, - 0x84, - 0xfe, - 0xc0, - 0x6f, - 0xfd, - 0x98, - 0xcd, - 0x00, - 0x5a, - 0x68, - 0xfc, - 0x6c, - 0x4a, - 0x09, - 0x1e, - 0xd1, - 0x00, - 0x96, - 0x68, - 0xf3, - 0x12, - 0x34, - 0x00, - 0x2c, - 0x83, - 0xfb, - 0x60, - 0xc4, - 0xfc, - 0x25, - 0x8f, - 0xfe, - 0xc6, - 0x54, - 0xfb, - 0xda, - 0x5a, - 0x01, - 0x4e, - 0xcb, - 0xff, - 0x85, - 0x38, - 0xff, - 0x9d, - 0x48, - 0x00, - 0x68, - 0x5d, - 0x01, - 0xab, - 0xa9, - 0x00, - 0xd2, - 0x54, - 0xff, - 0xaa, - 0xb9, - 0x01, - 0x20, - 0x76, - 0xff, - 0x7e, - 0x18, - 0xff, - 0xd7, - 0x71, - 0x01, - 0x0f, - 0x7d, - 0xfe, - 0xca, - 0xa7, - 0xfd, - 0x53, - 0x93, - 0xff, - 0x81, - 0xf0, - 0xff, - 0x3c, - 0x4f, - 0xff, - 0x9c, - 0xd6, - 0xfd, - 0x48, - 0x74, - 0x01, - 0x5b, - 0x27, - 0x02, - 0x2a, - 0x3a, - 0xff, - 0xb5, - 0x40, - 0x00, - 0x06, - 0x1d, - 0xff, - 0x11, - 0x09, - 0x00, - 0xac, - 0x89, - 0xfe, - 0xa9, - 0x30, - 0xfb, - 0x7d, - 0xb6, - 0xfc, - 0x64, - 0x7c, - 0xfd, - 0xe9, - 0x62, - 0xfe, - 0xf4, - 0xc5, - 0xfe, - 0x4a, - 0x3a, - 0x00, - 0xb5, - 0x5f, - 0x00, - 0xa4, - 0x4c, - 0xfe, - 0x7e, - 0x1f, - 0xfe, - 0x2f, - 0xd3, - 0xfd, - 0xaf, - 0x44, - 0xff, - 0xf8, - 0x70, - 0x00, - 0x3c, - 0x7d, - 0xff, - 0x70, - 0x10, - 0xff, - 0x63, - 0x05, - 0xff, - 0x13, - 0x49, - 0xff, - 0x48, - 0x93, - 0xff, - 0x0c, - 0x83, - 0xff, - 0x0f, - 0xb8, - 0xff, - 0x2c, - 0xa2, - 0x1d, - 0x10, - 0xcd, - 0x31, - 0xcb, - 0x8f, - 0x0b, - 0xf8, - 0x86, - 0x01, - 0x55, - 0x52, - 0x02, - 0x82, - 0x94, - 0xe9, - 0xbc, - 0xef, - 0xf4, - 0x62, - 0xb0, - 0x00, - 0xea, - 0x67, - 0x03, - 0x3c, - 0x0d, - 0x03, - 0x00, - 0x22, - 0xfb, - 0xdf, - 0x82, - 0xfd, - 0x55, - 0x0a, - 0x00, - 0x74, - 0xb0, - 0x08, - 0x96, - 0xbc, - 0xfd, - 0x79, - 0xfa, - 0xf5, - 0x37, - 0xa8, - 0x00, - 0x6b, - 0x20, - 0xfa, - 0x54, - 0x54, - 0xfe, - 0x3d, - 0x73, - 0x00, - 0x3c, - 0x95, - 0xfa, - 0x98, - 0x40, - 0x00, - 0x52, - 0xe9, - 0x00, - 0x28, - 0x81, - 0xff, - 0x58, - 0x82, - 0xff, - 0x00, - 0xcc, - 0x00, - 0x70, - 0xc7, - 0x00, - 0xac, - 0xd9, - 0xff, - 0xe0, - 0x65, - 0x01, - 0xdc, - 0xa8, - 0xff, - 0x2c, - 0x77, - 0xff, - 0x33, - 0x37, - 0x01, - 0x1e, - 0xad, - 0xfe, - 0x6e, - 0xf3, - 0xfd, - 0x0d, - 0x12, - 0xff, - 0xff, - 0xb7, - 0xff, - 0xa9, - 0x4b, - 0x00, - 0x3d, - 0x6d, - 0xfd, - 0x79, - 0xc1, - 0xff, - 0xb2, - 0xb4, - 0x02, - 0x48, - 0xb6, - 0x00, - 0x4b, - 0xc6, - 0x00, - 0xec, - 0xc9, - 0xff, - 0xa7, - 0xea, - 0xff, - 0x2b, - 0xb9, - 0xfe, - 0xff, - 0x29, - 0xfc, - 0xe2, - 0x0a, - 0xfc, - 0x98, - 0x2c, - 0xfd, - 0x72, - 0xed, - 0xfe, - 0xea, - 0xca, - 0xfd, - 0x70, - 0xca, - 0xfe, - 0x34, - 0x3a, - 0x01, - 0x1a, - 0x4d, - 0x00, - 0x93, - 0x1a, - 0xfe, - 0x60, - 0x10, - 0xfd, - 0x66, - 0xb9, - 0xfe, - 0xe9, - 0x6a, - 0x00, - 0x5f, - 0x35, - 0x00, - 0x54, - 0x7e, - 0xfe, - 0xf1, - 0x31, - 0xfe, - 0xac, - 0x6b, - 0xff, - 0xa4, - 0xd3, - 0xff, - 0x42, - 0xa0, - 0xff, - 0x27, - 0xa9, - 0xff, - 0x16, - 0x24, - 0x1e, - 0xc3, - 0x25, - 0x31, - 0xed, - 0xfa, - 0x06, - 0x5a, - 0xad, - 0xfe, - 0xa0, - 0x7d, - 0x04, - 0x4e, - 0xc4, - 0xea, - 0xcd, - 0x6a, - 0xf7, - 0x87, - 0x3e, - 0x03, - 0x82, - 0x48, - 0x00, - 0xb3, - 0x37, - 0x02, - 0xd0, - 0x15, - 0xfd, - 0x7c, - 0x96, - 0xfc, - 0x97, - 0xcb, - 0xff, - 0xe7, - 0x42, - 0x08, - 0x81, - 0xb9, - 0xfc, - 0x6e, - 0xf7, - 0xf6, - 0x32, - 0x4d, - 0x01, - 0x9d, - 0xe0, - 0xfa, - 0x71, - 0xb3, - 0xff, - 0x79, - 0xa8, - 0xff, - 0xfa, - 0xed, - 0xf9, - 0x0a, - 0xcf, - 0x01, - 0x6b, - 0x3f, - 0x01, - 0x06, - 0xed, - 0xfd, - 0x4f, - 0x2d, - 0xff, - 0x81, - 0x8c, - 0x01, - 0x5c, - 0xb3, - 0x00, - 0x75, - 0xe0, - 0xff, - 0xe3, - 0x27, - 0x01, - 0x5f, - 0x5f, - 0xff, - 0x6e, - 0x70, - 0x00, - 0x5f, - 0x4c, - 0x01, - 0x2e, - 0xbc, - 0xfd, - 0x73, - 0xe2, - 0xfd, - 0xcf, - 0xcd, - 0xff, - 0x5e, - 0x5c, - 0xff, - 0x1d, - 0xde, - 0xff, - 0x10, - 0xed, - 0xfe, - 0x6b, - 0xfd, - 0xfe, - 0x1d, - 0x14, - 0x01, - 0x3e, - 0x3d, - 0x02, - 0x3a, - 0xaf, - 0x01, - 0xe8, - 0xfa, - 0xff, - 0xeb, - 0x3e, - 0x00, - 0xfb, - 0x3f, - 0xfe, - 0x46, - 0xd9, - 0xfc, - 0x55, - 0x95, - 0xfc, - 0x9e, - 0x61, - 0xfc, - 0xec, - 0xc4, - 0xfe, - 0x49, - 0x1f, - 0xfe, - 0xef, - 0xaf, - 0xfe, - 0xdb, - 0x97, - 0x00, - 0xff, - 0x21, - 0x00, - 0x0d, - 0x01, - 0xff, - 0xaa, - 0xa9, - 0xfd, - 0xae, - 0x70, - 0xfe, - 0xc2, - 0x9c, - 0xff, - 0x55, - 0xd9, - 0xff, - 0x85, - 0xc8, - 0xfe, - 0x11, - 0x19, - 0xfe, - 0xea, - 0x3e, - 0xff, - 0x1a, - 0xc6, - 0xff, - 0x4e, - 0xa6, - 0xff, - 0x73, - 0xc6, - 0xff, - 0x85, - 0xfb, - 0x1b, - 0xfb, - 0x8a, - 0x2d, - 0xd8, - 0xc6, - 0x05, - 0x6e, - 0x3a, - 0x00, - 0x54, - 0x93, - 0x05, - 0xdb, - 0xa3, - 0xeb, - 0xa1, - 0x2a, - 0xfb, - 0x70, - 0x61, - 0x02, - 0x7f, - 0x82, - 0xfd, - 0xa0, - 0x3c, - 0x05, - 0xef, - 0x7f, - 0xfb, - 0x8d, - 0x7b, - 0xfa, - 0x46, - 0xe6, - 0x01, - 0x32, - 0xae, - 0x07, - 0xcd, - 0x3a, - 0xfc, - 0xf1, - 0x9d, - 0xf7, - 0x01, - 0x18, - 0x03, - 0x81, - 0x7e, - 0xfb, - 0x2d, - 0xf1, - 0xfe, - 0x5b, - 0x16, - 0x00, - 0x4c, - 0x13, - 0xfa, - 0x3c, - 0x67, - 0x02, - 0xe7, - 0xa1, - 0x00, - 0x54, - 0x2b, - 0xfd, - 0x6a, - 0xd6, - 0xff, - 0xc3, - 0x97, - 0x01, - 0x0b, - 0x69, - 0x00, - 0xe1, - 0x92, - 0xff, - 0xeb, - 0xb5, - 0x01, - 0x7f, - 0xd8, - 0xff, - 0x78, - 0x0b, - 0x00, - 0xf1, - 0x24, - 0x01, - 0xa6, - 0xcb, - 0xfd, - 0xa8, - 0xfa, - 0xfd, - 0xb8, - 0xee, - 0xff, - 0x55, - 0x3e, - 0xff, - 0x51, - 0x89, - 0xff, - 0xbe, - 0x82, - 0xff, - 0xe6, - 0x16, - 0x00, - 0x5f, - 0x91, - 0x00, - 0x29, - 0x0e, - 0x01, - 0x7a, - 0x8d, - 0x02, - 0x9e, - 0xef, - 0x00, - 0x42, - 0x3f, - 0x00, - 0x01, - 0x8b, - 0xfe, - 0xe9, - 0x62, - 0xfc, - 0x93, - 0x36, - 0xfd, - 0xd1, - 0x23, - 0xfd, - 0xdd, - 0xe1, - 0xfd, - 0xb8, - 0x6f, - 0xfe, - 0xd6, - 0x2d, - 0xff, - 0xcf, - 0xc8, - 0xff, - 0xf9, - 0x69, - 0xff, - 0xed, - 0x62, - 0xff, - 0x8f, - 0x73, - 0xfe, - 0xab, - 0x8b, - 0xfe, - 0x55, - 0x2f, - 0xff, - 0xe5, - 0x04, - 0xff, - 0x88, - 0xe8, - 0xfe, - 0x14, - 0xc4, - 0xfe, - 0x32, - 0xd2, - 0xfe, - 0x80, - 0x85, - 0xff, - 0x5d, - 0xc4, - 0xff, - 0xa5, - 0xb1, - 0xff, - 0x3f, - 0x5b, - 0x1a, - 0x54, - 0x1c, - 0x29, - 0xdb, - 0x20, - 0x04, - 0x62, - 0x4e, - 0x02, - 0x38, - 0x21, - 0x07, - 0x62, - 0xd0, - 0xed, - 0x19, - 0x5d, - 0xfb, - 0x3b, - 0x56, - 0x02, - 0x43, - 0xab, - 0xfe, - 0x2e, - 0xf0, - 0x02, - 0xff, - 0xaf, - 0xfa, - 0xfc, - 0x0c, - 0xfc, - 0xc0, - 0x04, - 0x02, - 0x03, - 0x64, - 0x06, - 0xca, - 0x34, - 0xfc, - 0x7d, - 0x45, - 0xfa, - 0x79, - 0x29, - 0x03, - 0x82, - 0xf5, - 0xfa, - 0xc4, - 0x8b, - 0xff, - 0xea, - 0xee, - 0xff, - 0x0f, - 0xf5, - 0xfa, - 0xb9, - 0x11, - 0x02, - 0x12, - 0xd8, - 0xff, - 0x83, - 0x75, - 0xfd, - 0x8d, - 0x3d, - 0x00, - 0x98, - 0x99, - 0x01, - 0x52, - 0x7e, - 0xff, - 0x0c, - 0xf8, - 0xff, - 0x0d, - 0x8c, - 0x02, - 0x47, - 0x9e, - 0xff, - 0xb4, - 0xd1, - 0xff, - 0xd4, - 0xe4, - 0x00, - 0x3d, - 0xe0, - 0xfd, - 0x10, - 0x19, - 0xfe, - 0x8c, - 0xfe, - 0xff, - 0xf6, - 0x55, - 0xff, - 0xb9, - 0x58, - 0xff, - 0x68, - 0x15, - 0x00, - 0xde, - 0x2e, - 0x01, - 0x06, - 0xd6, - 0x00, - 0x8b, - 0x49, - 0x00, - 0x53, - 0xfc, - 0x01, - 0x42, - 0x3c, - 0x01, - 0xf0, - 0x1e, - 0x00, - 0xcd, - 0xb2, - 0xfe, - 0xea, - 0xe8, - 0xfc, - 0x39, - 0x2b, - 0xfd, - 0x00, - 0xcf, - 0xfd, - 0x6d, - 0x3d, - 0xfe, - 0x48, - 0x2d, - 0xfe, - 0xfb, - 0x92, - 0xff, - 0xc3, - 0x8f, - 0xff, - 0x5d, - 0x92, - 0xfe, - 0xcf, - 0x1a, - 0xff, - 0x3c, - 0xc1, - 0xfe, - 0xe3, - 0xdf, - 0xfe, - 0x12, - 0x37, - 0xff, - 0xcd, - 0xe9, - 0xfe, - 0x2f, - 0x82, - 0xfe, - 0x19, - 0xbc, - 0xfe, - 0x91, - 0x34, - 0xff, - 0xbf, - 0x44, - 0xff, - 0x7b, - 0x9d, - 0xff, - 0xfc, - 0xc5, - 0xff, - 0x5b, - 0x65, - 0x1a, - 0x91, - 0x42, - 0x2a, - 0x1f, - 0x5b, - 0x0a, - 0xd9, - 0x98, - 0x02, - 0x79, - 0xbb, - 0xf8, - 0x97, - 0x5d, - 0xe4, - 0xd7, - 0x39, - 0xfe, - 0x20, - 0x6a, - 0x0a, - 0x73, - 0x3b, - 0x05, - 0x45, - 0x18, - 0x01, - 0xe1, - 0xaf, - 0xf8, - 0xf9, - 0xd6, - 0xf9, - 0x6e, - 0x6d, - 0xfc, - 0x83, - 0x9f, - 0x05, - 0x93, - 0xf0, - 0xfe, - 0x3a, - 0x0b, - 0xfc, - 0x33, - 0x13, - 0x05, - 0x6e, - 0x9a, - 0xfc, - 0x0e, - 0x96, - 0xff, - 0x05, - 0xfa, - 0x01, - 0x4d, - 0x9a, - 0xfd, - 0x11, - 0x96, - 0x01, - 0xfe, - 0x11, - 0x00, - 0x62, - 0x3a, - 0xfe, - 0x1f, - 0x2f, - 0xff, - 0xfe, - 0xff, - 0xfe, - 0x60, - 0x1e, - 0xfe, - 0xd3, - 0x7f, - 0x00, - 0x6c, - 0xe4, - 0x00, - 0xca, - 0xf7, - 0xfd, - 0x54, - 0x01, - 0x01, - 0x35, - 0x28, - 0x02, - 0xb4, - 0x2d, - 0xff, - 0xfe, - 0x2f, - 0x00, - 0xa1, - 0x63, - 0x00, - 0xac, - 0x7b, - 0xfe, - 0x6f, - 0xdb, - 0xff, - 0xab, - 0x39, - 0x00, - 0x49, - 0x35, - 0x00, - 0xb6, - 0x20, - 0x01, - 0xb6, - 0x7b, - 0x00, - 0x92, - 0x39, - 0x00, - 0x6c, - 0x14, - 0x00, - 0x20, - 0x4d, - 0x01, - 0x05, - 0x18, - 0x01, - 0x63, - 0x5f, - 0xff, - 0xb7, - 0x1a, - 0xff, - 0x1b, - 0xbd, - 0xfe, - 0xfc, - 0x86, - 0xfe, - 0x34, - 0xfb, - 0xfd, - 0x47, - 0x02, - 0xfe, - 0x84, - 0x5b, - 0xfe, - 0x1c, - 0xcf, - 0xfe, - 0x29, - 0x04, - 0xff, - 0xe2, - 0xbc, - 0xfe, - 0x8d, - 0x29, - 0xff, - 0x9b, - 0xe2, - 0xfe, - 0xfa, - 0xfd, - 0xfe, - 0x35, - 0xc2, - 0xff, - 0x2e, - 0xad, - 0xff, - 0x18, - 0xdc, - 0xfe, - 0xb7, - 0x69, - 0xfe, - 0xb7, - 0xae, - 0xfe, - 0xb9, - 0xe4, - 0xfe, - 0xfa, - 0xe6, - 0x16, - 0x95, - 0xa4, - 0x25, - 0xc4, - 0x4a, - 0x0c, - 0x31, - 0xd8, - 0x04, - 0x04, - 0x9d, - 0xfa, - 0xaa, - 0x02, - 0xe7, - 0x48, - 0xa4, - 0xfa, - 0x9b, - 0xfc, - 0x07, - 0xeb, - 0xff, - 0x04, - 0x0c, - 0x3b, - 0x02, - 0x37, - 0x92, - 0xfc, - 0x42, - 0xe0, - 0xf9, - 0x50, - 0x50, - 0xfb, - 0x60, - 0xd7, - 0x03, - 0xe0, - 0x7a, - 0xff, - 0xd4, - 0x4b, - 0xfe, - 0x93, - 0x7a, - 0x03, - 0xb0, - 0xfe, - 0xfc, - 0x68, - 0x2f, - 0x00, - 0xcb, - 0xda, - 0x01, - 0xb3, - 0x25, - 0xfe, - 0x6d, - 0xea, - 0x00, - 0xb1, - 0xd1, - 0x00, - 0x34, - 0xee, - 0xfe, - 0x9d, - 0x2b, - 0xff, - 0xee, - 0x39, - 0xff, - 0xa0, - 0xee, - 0xfd, - 0xd6, - 0xe0, - 0xff, - 0x05, - 0x28, - 0x00, - 0x11, - 0xfa, - 0xfd, - 0xe1, - 0x84, - 0x01, - 0x6f, - 0x87, - 0x02, - 0xc4, - 0x9c, - 0xff, - 0x5e, - 0xc3, - 0x00, - 0x84, - 0x52, - 0x00, - 0xb3, - 0x9b, - 0xfe, - 0xc1, - 0x15, - 0x00, - 0x1a, - 0xdf, - 0xff, - 0x77, - 0xf9, - 0xff, - 0xa0, - 0x10, - 0x01, - 0x63, - 0x06, - 0x01, - 0xf8, - 0x51, - 0x00, - 0xac, - 0xa9, - 0xff, - 0xda, - 0x42, - 0x01, - 0x77, - 0x95, - 0x00, - 0x34, - 0x92, - 0xfe, - 0x38, - 0xb7, - 0xfe, - 0x62, - 0x29, - 0xff, - 0xe4, - 0x35, - 0xff, - 0x42, - 0x4c, - 0xfe, - 0x0a, - 0x1a, - 0xfe, - 0x34, - 0x68, - 0xfe, - 0x98, - 0x1c, - 0xff, - 0x08, - 0x6b, - 0xff, - 0x13, - 0xcd, - 0xfe, - 0x24, - 0x01, - 0xff, - 0x3a, - 0xc9, - 0xfe, - 0x5b, - 0x85, - 0xfe, - 0x74, - 0x45, - 0xff, - 0x3a, - 0xe8, - 0xff, - 0xcd, - 0x47, - 0xff, - 0x2b, - 0x7a, - 0xfe, - 0x0c, - 0x7f, - 0xfe, - 0x6f, - 0xcd, - 0xfe, - 0x5f, - 0x91, - 0x13, - 0x2a, - 0x87, - 0x21, - 0xe9, - 0xc0, - 0x0c, - 0x35, - 0xb8, - 0x05, - 0x58, - 0xea, - 0xfc, - 0x51, - 0x96, - 0xea, - 0x69, - 0x47, - 0xfa, - 0x5e, - 0x20, - 0x06, - 0xd6, - 0x54, - 0x03, - 0x52, - 0x56, - 0x02, - 0xf9, - 0xf7, - 0xfd, - 0x1b, - 0xd2, - 0xfa, - 0x35, - 0x6b, - 0xfb, - 0xc8, - 0xd5, - 0x02, - 0x3c, - 0x79, - 0x00, - 0xd7, - 0x3d, - 0xfe, - 0xe9, - 0x57, - 0x02, - 0x31, - 0xed, - 0xfd, - 0x47, - 0xe5, - 0xff, - 0x68, - 0xbe, - 0x01, - 0x4e, - 0xa1, - 0xfe, - 0xa7, - 0x63, - 0x00, - 0x9a, - 0xda, - 0x00, - 0x13, - 0x7e, - 0xff, - 0xa3, - 0x33, - 0xff, - 0x2b, - 0xfe, - 0xfe, - 0x7a, - 0x52, - 0xfe, - 0xec, - 0xaf, - 0xff, - 0xe0, - 0xc0, - 0xff, - 0xce, - 0x94, - 0xfe, - 0x14, - 0x95, - 0x01, - 0x18, - 0x54, - 0x02, - 0xa0, - 0x22, - 0x00, - 0xe5, - 0xae, - 0x00, - 0x1e, - 0x07, - 0x00, - 0xe3, - 0x08, - 0xff, - 0x53, - 0xe3, - 0xff, - 0x8d, - 0x63, - 0xff, - 0xbd, - 0xdd, - 0xff, - 0xf4, - 0xde, - 0x00, - 0xdf, - 0xf5, - 0x00, - 0x93, - 0x54, - 0x00, - 0x51, - 0xae, - 0xff, - 0x5e, - 0xd8, - 0x00, - 0x58, - 0x1c, - 0x00, - 0xab, - 0xa8, - 0xfe, - 0xc4, - 0x94, - 0xfe, - 0x86, - 0xe9, - 0xfe, - 0x65, - 0xa5, - 0xff, - 0x4f, - 0xe8, - 0xfe, - 0x5d, - 0x12, - 0xfe, - 0x7a, - 0x47, - 0xfe, - 0xd7, - 0x32, - 0xff, - 0x46, - 0x81, - 0xff, - 0x69, - 0xe3, - 0xfe, - 0x4d, - 0xcf, - 0xfe, - 0xc8, - 0xa6, - 0xfe, - 0x29, - 0xa4, - 0xfe, - 0x86, - 0x11, - 0xff, - 0x93, - 0x6f, - 0xff, - 0x89, - 0x4d, - 0xff, - 0xa4, - 0xd6, - 0xfe, - 0x9c, - 0x65, - 0xfe, - 0xee, - 0x8a, - 0xfe, - 0x56, - 0xac, - 0x0e, - 0xbe, - 0xf7, - 0x1c, - 0x2a, - 0xef, - 0x0e, - 0x79, - 0x4d, - 0x06, - 0x91, - 0x47, - 0xff, - 0x8f, - 0x08, - 0xef, - 0x03, - 0x4b, - 0xf9, - 0x81, - 0xf3, - 0x03, - 0x0b, - 0x4b, - 0x02, - 0x6b, - 0xdd, - 0x02, - 0x19, - 0xe8, - 0xfe, - 0x1e, - 0x1b, - 0xfc, - 0xdd, - 0xbf, - 0xfb, - 0xe6, - 0x79, - 0x01, - 0x9e, - 0x84, - 0x01, - 0x79, - 0xde, - 0xfd, - 0x82, - 0x9d, - 0x01, - 0x94, - 0x02, - 0xff, - 0xf1, - 0x53, - 0xff, - 0x47, - 0xce, - 0x01, - 0x86, - 0x26, - 0xff, - 0xd1, - 0x0d, - 0x00, - 0xdb, - 0xe7, - 0x00, - 0x98, - 0x0f, - 0x00, - 0xa5, - 0x35, - 0xff, - 0x6e, - 0xdf, - 0xfe, - 0xae, - 0xc4, - 0xfe, - 0x74, - 0x80, - 0xff, - 0xa6, - 0x11, - 0x00, - 0xa3, - 0x71, - 0xff, - 0x2f, - 0x42, - 0x01, - 0x6b, - 0xfb, - 0x01, - 0xdf, - 0x68, - 0x00, - 0xab, - 0x62, - 0x00, - 0xd8, - 0xda, - 0xff, - 0xd7, - 0x04, - 0xff, - 0xa0, - 0x70, - 0xff, - 0x0f, - 0x94, - 0xff, - 0x6d, - 0xfa, - 0xff, - 0x8d, - 0x6f, - 0x00, - 0xd7, - 0xb2, - 0x00, - 0x3e, - 0x6e, - 0x00, - 0xed, - 0xbf, - 0xff, - 0x34, - 0x6b, - 0x00, - 0x54, - 0xb3, - 0xff, - 0xe1, - 0x97, - 0xfe, - 0x25, - 0xfa, - 0xfe, - 0x9b, - 0x00, - 0xff, - 0x5e, - 0x77, - 0xff, - 0x74, - 0x31, - 0xff, - 0x6f, - 0x35, - 0xfe, - 0xab, - 0x5d, - 0xfe, - 0x98, - 0x41, - 0xff, - 0x8c, - 0x71, - 0xff, - 0xa1, - 0x0c, - 0xff, - 0xef, - 0xd5, - 0xfe, - 0xf4, - 0x8a, - 0xfe, - 0xc0, - 0xb8, - 0xfe, - 0x7b, - 0xf4, - 0xfe, - 0xe5, - 0x1d, - 0xff, - 0x6f, - 0x30, - 0xff, - 0x01, - 0xf6, - 0xfe, - 0x11, - 0x9e, - 0xfe, - 0xfd, - 0x63, - 0xfe, - 0xf4, - 0x1f, - 0x0b, - 0x6b, - 0x34, - 0x19, - 0x23, - 0xaf, - 0x10, - 0x3f, - 0xd7, - 0x06, - 0xf5, - 0x70, - 0x00, - 0x85, - 0xbb, - 0xf2, - 0x26, - 0xbf, - 0xf8, - 0x53, - 0x95, - 0x02, - 0xdd, - 0xe7, - 0x01, - 0x05, - 0xd6, - 0x02, - 0x2c, - 0xa7, - 0xff, - 0x08, - 0x38, - 0xfd, - 0x8c, - 0x60, - 0xfc, - 0x2a, - 0x47, - 0x00, - 0x2d, - 0xd5, - 0x01, - 0x43, - 0x1d, - 0xfe, - 0x9b, - 0x34, - 0x01, - 0xc0, - 0xc1, - 0xff, - 0xe0, - 0xe3, - 0xfe, - 0x5c, - 0xe5, - 0x01, - 0x76, - 0xcb, - 0xff, - 0xe7, - 0xe0, - 0xff, - 0x32, - 0xe5, - 0x00, - 0xcc, - 0x55, - 0x00, - 0x33, - 0x57, - 0xff, - 0x94, - 0x1e, - 0xff, - 0x08, - 0x8b, - 0xff, - 0x39, - 0xac, - 0xff, - 0x7d, - 0x1c, - 0x00, - 0x8c, - 0xc6, - 0xff, - 0x60, - 0xe4, - 0x00, - 0x28, - 0x80, - 0x01, - 0xa7, - 0x5d, - 0x00, - 0xda, - 0x39, - 0x00, - 0xd0, - 0xae, - 0xff, - 0x38, - 0x17, - 0xff, - 0xd1, - 0x98, - 0xff, - 0xc3, - 0xdd, - 0xff, - 0xb2, - 0xab, - 0xff, - 0x3f, - 0x17, - 0x00, - 0x04, - 0xe8, - 0x00, - 0x5f, - 0x5e, - 0x00, - 0xdf, - 0x96, - 0xff, - 0x60, - 0x4f, - 0x00, - 0xb7, - 0xa5, - 0xff, - 0x55, - 0x92, - 0xfe, - 0xef, - 0x2e, - 0xff, - 0x46, - 0x4d, - 0xff, - 0xa9, - 0x40, - 0xff, - 0xf1, - 0xf1, - 0xfe, - 0x43, - 0x70, - 0xfe, - 0xd1, - 0xa5, - 0xfe, - 0xce, - 0x4e, - 0xff, - 0xa5, - 0x82, - 0xff, - 0x5b, - 0xfc, - 0xfe, - 0xcd, - 0xf0, - 0xfe, - 0xb4, - 0xb9, - 0xfe, - 0xa5, - 0x97, - 0xfe, - 0xda, - 0xff, - 0xfe, - 0x8b, - 0x12, - 0xff, - 0x6c, - 0xfd, - 0xfe, - 0xf0, - 0xe1, - 0xfe, - 0xc8, - 0xaf, - 0xfe, - 0xf3, - 0x87, - 0xfe, - 0x21, - 0x22, - 0x0a, - 0x24, - 0xdc, - 0x15, - 0x4e, - 0x66, - 0x0f, - 0x10, - 0xf3, - 0x07, - 0x51, - 0x04, - 0x00, - 0x08, - 0xf4, - 0xf4, - 0xa5, - 0x54, - 0xfa, - 0x5a, - 0x27, - 0x01, - 0x42, - 0x1c, - 0x02, - 0x38, - 0x82, - 0x02, - 0xe8, - 0xfe, - 0xff, - 0x29, - 0xf9, - 0xfd, - 0x2c, - 0xb6, - 0xfc, - 0xcf, - 0xad, - 0x00, - 0x91, - 0xe7, - 0x00, - 0x14, - 0x79, - 0xfe, - 0x07, - 0x59, - 0x01, - 0x45, - 0xb6, - 0xff, - 0x6e, - 0x7c, - 0xff, - 0x3b, - 0x8b, - 0x01, - 0x67, - 0x27, - 0x00, - 0x25, - 0x0d, - 0x00, - 0xfb, - 0xcc, - 0x00, - 0x82, - 0xb2, - 0x00, - 0x49, - 0xf1, - 0xff, - 0x00, - 0xe6, - 0xff, - 0xbd, - 0xc8, - 0xff, - 0x8d, - 0x60, - 0xff, - 0x40, - 0xa1, - 0xff, - 0x47, - 0xf1, - 0xff, - 0xb8, - 0x99, - 0x00, - 0x26, - 0xa8, - 0x00, - 0x12, - 0x4a, - 0x00, - 0xcb, - 0x26, - 0x00, - 0x93, - 0xb4, - 0xff, - 0x03, - 0x58, - 0xff, - 0x69, - 0x84, - 0xff, - 0x69, - 0xb7, - 0xff, - 0x45, - 0xb8, - 0xff, - 0xcf, - 0x3b, - 0x00, - 0xef, - 0x8a, - 0x00, - 0xf5, - 0xd1, - 0xff, - 0xf9, - 0xf0, - 0xff, - 0x00, - 0x67, - 0x00, - 0x79, - 0x2a, - 0xff, - 0x83, - 0x9e, - 0xfe, - 0xf2, - 0x40, - 0xff, - 0x93, - 0x5e, - 0xff, - 0xf2, - 0x0b, - 0xff, - 0x47, - 0x8f, - 0xfe, - 0x01, - 0xa4, - 0xfe, - 0x99, - 0x0d, - 0xff, - 0xdb, - 0x6a, - 0xff, - 0x59, - 0x4b, - 0xff, - 0x40, - 0x01, - 0xff, - 0xc6, - 0x0d, - 0xff, - 0x61, - 0xc3, - 0xfe, - 0xbd, - 0xb8, - 0xfe, - 0x6d, - 0xe1, - 0xfe, - 0x55, - 0xd6, - 0xfe, - 0xd2, - 0xd5, - 0xfe, - 0x14, - 0xd3, - 0xfe, - 0x2d, - 0xcd, - 0xfe, - 0xe4, - 0xb3, - 0xfe, - 0x8a, - 0x0f, - 0x09, - 0xa1, - 0x4f, - 0x13, - 0x2b, - 0xb8, - 0x0e, - 0x85, - 0xce, - 0x08, - 0xf6, - 0x64, - 0x00, - 0x01, - 0x70, - 0xf6, - 0xd0, - 0xe6, - 0xfa, - 0x92, - 0xb3, - 0x00, - 0x6a, - 0x4d, - 0x02, - 0x2d, - 0x7e, - 0x02, - 0xed, - 0x4b, - 0x00, - 0xc5, - 0x5c, - 0xfe, - 0xdb, - 0x7b, - 0xfd, - 0xff, - 0xbb, - 0x00, - 0x26, - 0x35, - 0x00, - 0x5b, - 0x00, - 0xff, - 0xf4, - 0xa6, - 0x01, - 0x3a, - 0xd9, - 0xff, - 0x93, - 0xdc, - 0xff, - 0xa1, - 0x8a, - 0x01, - 0xf9, - 0x43, - 0x00, - 0xb6, - 0x9f, - 0x00, - 0x0a, - 0xb9, - 0x01, - 0x11, - 0x00, - 0x01, - 0x53, - 0xec, - 0xff, - 0x11, - 0x08, - 0x00, - 0x31, - 0xb0, - 0xff, - 0x99, - 0xe8, - 0xfe, - 0x30, - 0x4a, - 0xff, - 0xd4, - 0x2a, - 0x00, - 0x95, - 0x71, - 0x00, - 0x0d, - 0x68, - 0x00, - 0x52, - 0x87, - 0x00, - 0x89, - 0x1c, - 0x00, - 0x1e, - 0x82, - 0xff, - 0xda, - 0xa5, - 0xff, - 0xfc, - 0x01, - 0x00, - 0xb8, - 0x9e, - 0xff, - 0x1c, - 0x85, - 0xff, - 0x20, - 0x44, - 0x00, - 0x1c, - 0x58, - 0x00, - 0x5e, - 0xf0, - 0xff, - 0xfc, - 0x3f, - 0x00, - 0x60, - 0x45, - 0x00, - 0xe8, - 0x04, - 0xff, - 0x26, - 0x95, - 0xfe, - 0xbf, - 0x3c, - 0xff, - 0xfa, - 0x5d, - 0xff, - 0x00, - 0x23, - 0xff, - 0xff, - 0xa8, - 0xfe, - 0x82, - 0xab, - 0xfe, - 0x54, - 0x45, - 0xff, - 0xd3, - 0x75, - 0xff, - 0xfc, - 0x57, - 0xff, - 0x09, - 0x31, - 0xff, - 0x83, - 0x0e, - 0xff, - 0xf0, - 0xde, - 0xfe, - 0x07, - 0xb6, - 0xfe, - 0x3b, - 0xcc, - 0xfe, - 0x75, - 0xcd, - 0xfe, - 0xa5, - 0xe2, - 0xfe, - 0xbd, - 0x13, - 0xff, - 0x62, - 0xe7, - 0xfe, - 0x95, - 0xc5, - 0xfe, - 0x82, - 0xf9, - 0x06, - 0x80, - 0x4e, - 0x11, - 0x63, - 0x0d, - 0x0f, - 0x0f, - 0x78, - 0x08, - 0xc0, - 0x6d, - 0x01, - 0x37, - 0xf8, - 0xf7, - 0x5a, - 0xb8, - 0xfa, - 0xfe, - 0xba, - 0x00, - 0x47, - 0xb4, - 0x01, - 0xe9, - 0x85, - 0x02, - 0x05, - 0xbc, - 0x00, - 0x0f, - 0xdf, - 0xfe, - 0xce, - 0xe7, - 0xfd, - 0x5c, - 0xfe, - 0xff, - 0xe3, - 0x88, - 0x00, - 0x53, - 0x1e, - 0xff, - 0xb9, - 0x92, - 0x01, - 0x2f, - 0x54, - 0x00, - 0x4b, - 0x99, - 0xff, - 0xd1, - 0x11, - 0x02, - 0xf4, - 0x31, - 0x01, - 0xc7, - 0xe3, - 0x00, - 0x26, - 0x83, - 0x01, - 0x2a, - 0xb3, - 0x00, - 0xb6, - 0xb9, - 0xff, - 0x22, - 0xa1, - 0xff, - 0xf9, - 0x32, - 0xff, - 0xe5, - 0x88, - 0xfe, - 0x75, - 0x84, - 0xff, - 0x41, - 0x3a, - 0x00, - 0xf7, - 0xfe, - 0xff, - 0xe6, - 0x5f, - 0x00, - 0x84, - 0x3d, - 0x00, - 0x08, - 0xaa, - 0xff, - 0x48, - 0x17, - 0x00, - 0xab, - 0x17, - 0x00, - 0x0f, - 0x94, - 0xff, - 0x46, - 0x4e, - 0xff, - 0xa6, - 0x64, - 0xff, - 0xc7, - 0x40, - 0x00, - 0xd1, - 0x32, - 0x00, - 0x92, - 0xeb, - 0xff, - 0xb6, - 0x6d, - 0x00, - 0x75, - 0xd1, - 0xff, - 0x4e, - 0x8f, - 0xfe, - 0x2a, - 0x8a, - 0xfe, - 0xc2, - 0x40, - 0xff, - 0x3a, - 0x66, - 0xff, - 0xe4, - 0x11, - 0xff, - 0xbd, - 0x99, - 0xfe, - 0x80, - 0xae, - 0xfe, - 0xb4, - 0x3b, - 0xff, - 0x04, - 0x6b, - 0xff, - 0x2c, - 0x69, - 0xff, - 0x60, - 0x35, - 0xff, - 0x99, - 0xe7, - 0xfe, - 0x88, - 0xb7, - 0xfe, - 0x09, - 0xb1, - 0xfe, - 0x4b, - 0xd3, - 0xfe, - 0xcd, - 0xed, - 0xfe, - 0x12, - 0x01, - 0xff, - 0xf0, - 0xf7, - 0xfe, - 0x4b, - 0xe6, - 0xfe, - 0x85, - 0xda, - 0xfe, - 0x3f, - 0xd4, - 0x06, - 0x79, - 0xc9, - 0x0f, - 0xae, - 0xa5, - 0x0d, - 0x10, - 0x98, - 0x08, - 0xcd, - 0x1e, - 0x01, - 0x67, - 0x89, - 0xf8, - 0xec, - 0xbe, - 0xfb, - 0x75, - 0xab, - 0x00, - 0xb5, - 0x05, - 0x02, - 0xd2, - 0x86, - 0x02, - 0x15, - 0xb4, - 0x00, - 0xc8, - 0x3b, - 0xff, - 0xc5, - 0x69, - 0xfe, - 0x7c, - 0x3a, - 0x00, - 0xc6, - 0x3c, - 0x00, - 0xc7, - 0x80, - 0xff, - 0x57, - 0xce, - 0x01, - 0xcb, - 0x2c, - 0x01, - 0x04, - 0x07, - 0x01, - 0xd0, - 0xf8, - 0x01, - 0x33, - 0xda, - 0x00, - 0x3d, - 0xaf, - 0x00, - 0x87, - 0xf2, - 0x00, - 0x29, - 0x0d, - 0x00, - 0xcb, - 0x20, - 0xff, - 0x46, - 0x8e, - 0xff, - 0x36, - 0x36, - 0xff, - 0x93, - 0x8f, - 0xfe, - 0xce, - 0xdf, - 0xff, - 0xb0, - 0x1e, - 0x00, - 0x87, - 0x61, - 0xff, - 0x3c, - 0x2d, - 0x00, - 0x5d, - 0xa0, - 0x00, - 0xb7, - 0x0f, - 0x00, - 0x64, - 0xf6, - 0xff, - 0x72, - 0xd8, - 0xff, - 0x35, - 0x66, - 0xff, - 0x82, - 0x51, - 0xff, - 0x47, - 0x9d, - 0xff, - 0xbe, - 0xf0, - 0xff, - 0x48, - 0x3a, - 0x00, - 0x60, - 0x42, - 0x00, - 0x7d, - 0xd6, - 0xff, - 0x54, - 0x10, - 0xff, - 0x51, - 0x7b, - 0xfe, - 0x35, - 0xe4, - 0xfe, - 0x0e, - 0x60, - 0xff, - 0xa2, - 0x40, - 0xff, - 0xd5, - 0xf4, - 0xfe, - 0x50, - 0xa6, - 0xfe, - 0xfa, - 0xd8, - 0xfe, - 0xc3, - 0x39, - 0xff, - 0xc2, - 0x6d, - 0xff, - 0x6c, - 0x64, - 0xff, - 0xe8, - 0x05, - 0xff, - 0x93, - 0xbe, - 0xfe, - 0xbf, - 0xd4, - 0xfe, - 0x65, - 0x0f, - 0xff, - 0x3e, - 0xf1, - 0xfe, - 0xe3, - 0xe2, - 0xfe, - 0x82, - 0x02, - 0xff, - 0x16, - 0xfc, - 0xfe, - 0x86, - 0xf9, - 0xfe, - 0xb5, - 0xd5, - 0xfe, - 0x9e, - 0xee, - 0x06, - 0x03, - 0x74, - 0x0f, - 0xc4, - 0xd7, - 0x0c, - 0xc9, - 0x90, - 0x07, - 0x36, - 0x5f, - 0x00, - 0xa2, - 0x4e, - 0xf9, - 0x5c, - 0xe5, - 0xfc, - 0x3c, - 0x13, - 0x01, - 0xef, - 0x32, - 0x02, - 0x3c, - 0x79, - 0x02, - 0xa3, - 0xc9, - 0x00, - 0x92, - 0xbe, - 0xff, - 0x4c, - 0xf1, - 0xfe, - 0x7f, - 0x13, - 0x00, - 0xd6, - 0x75, - 0x00, - 0xe1, - 0xd6, - 0x00, - 0x2e, - 0xb2, - 0x02, - 0xaa, - 0x63, - 0x01, - 0x35, - 0xa5, - 0x00, - 0x23, - 0x3e, - 0x01, - 0x8a, - 0x8f, - 0x00, - 0x71, - 0x64, - 0x00, - 0x1c, - 0x75, - 0x00, - 0xc3, - 0xcd, - 0xff, - 0xb0, - 0x56, - 0xff, - 0x85, - 0x99, - 0xff, - 0x00, - 0x26, - 0xff, - 0x00, - 0xf7, - 0xfe, - 0x72, - 0xa0, - 0xff, - 0xe3, - 0xb5, - 0xff, - 0x21, - 0x33, - 0x00, - 0x49, - 0x88, - 0x00, - 0x7d, - 0x03, - 0x00, - 0xdc, - 0xeb, - 0xff, - 0xe9, - 0x24, - 0x00, - 0xf3, - 0x05, - 0x00, - 0x3e, - 0x55, - 0xff, - 0xd4, - 0x27, - 0xff, - 0x2e, - 0xd8, - 0xff, - 0xee, - 0x13, - 0x00, - 0x2c, - 0x1d, - 0x00, - 0xec, - 0xf9, - 0xff, - 0x06, - 0x6d, - 0xff, - 0x80, - 0xeb, - 0xfe, - 0x25, - 0xc0, - 0xfe, - 0x79, - 0x24, - 0xff, - 0xe5, - 0x4a, - 0xff, - 0x0f, - 0x34, - 0xff, - 0xfb, - 0xfa, - 0xfe, - 0x47, - 0xc6, - 0xfe, - 0x6a, - 0x15, - 0xff, - 0xc6, - 0x31, - 0xff, - 0xf1, - 0x49, - 0xff, - 0xa8, - 0x4c, - 0xff, - 0x3b, - 0x1b, - 0xff, - 0x33, - 0x19, - 0xff, - 0x21, - 0x0a, - 0xff, - 0x19, - 0x06, - 0xff, - 0x6e, - 0xee, - 0xfe, - 0x05, - 0xfd, - 0xfe, - 0x49, - 0x23, - 0xff, - 0x57, - 0x0b, - 0xff, - 0x36, - 0xee, - 0xfe, - 0xf7, - 0xc4, - 0xfe, - 0x44, - 0x86, - 0x07, - 0x00, - 0x28, - 0x0f, - 0x1c, - 0xac, - 0x0b, - 0xe9, - 0x90, - 0x06, - 0x39, - 0x55, - 0xff, - 0x17, - 0x19, - 0xfa, - 0xe5, - 0x75, - 0xfe, - 0xff, - 0x89, - 0x01, - 0xaf, - 0x54, - 0x02, - 0xd0, - 0x8b, - 0x02, - 0x5e, - 0x18, - 0x01, - 0xda, - 0x00, - 0x00, - 0xc5, - 0x9b, - 0xff, - 0xa7, - 0x44, - 0x01, - 0x13, - 0x47, - 0x01, - 0x50, - 0xee, - 0x00, - 0x85, - 0xea, - 0x01, - 0x61, - 0xa2, - 0x00, - 0x56, - 0x32, - 0x00, - 0xe5, - 0xaf, - 0x00, - 0x1f, - 0x43, - 0x00, - 0xf9, - 0x61, - 0x00, - 0xf6, - 0x5e, - 0x00, - 0xa4, - 0xc2, - 0xff, - 0xab, - 0x46, - 0xff, - 0xfb, - 0x64, - 0xff, - 0x3d, - 0x1f, - 0xff, - 0x13, - 0x39, - 0xff, - 0xdb, - 0x62, - 0x00, - 0xdd, - 0xfb, - 0xff, - 0x97, - 0x78, - 0xff, - 0x20, - 0x30, - 0x00, - 0xfa, - 0x07, - 0x00, - 0xe7, - 0x24, - 0x00, - 0xf9, - 0x51, - 0x00, - 0x3f, - 0xa5, - 0xff, - 0x57, - 0x70, - 0xff, - 0x85, - 0x5e, - 0xff, - 0x27, - 0x8e, - 0xff, - 0xf0, - 0x11, - 0x00, - 0x87, - 0x1b, - 0x00, - 0x49, - 0xa8, - 0xff, - 0x2b, - 0x01, - 0xff, - 0x5b, - 0xe8, - 0xfe, - 0xe6, - 0x26, - 0xff, - 0xe8, - 0x17, - 0xff, - 0x14, - 0x22, - 0xff, - 0xc9, - 0x41, - 0xff, - 0x3b, - 0x2c, - 0xff, - 0xd0, - 0xf8, - 0xfe, - 0x04, - 0xd2, - 0xfe, - 0xb8, - 0x0b, - 0xff, - 0xab, - 0x79, - 0xff, - 0xd0, - 0x94, - 0xff, - 0xe5, - 0x49, - 0xff, - 0xf0, - 0xf6, - 0xfe, - 0x78, - 0x14, - 0xff, - 0xb8, - 0x23, - 0xff, - 0xa9, - 0xf5, - 0xfe, - 0x54, - 0x1e, - 0xff, - 0x88, - 0x26, - 0xff, - 0x5f, - 0xed, - 0xfe, - 0xe7, - 0xe3, - 0xfe, - 0x32, - 0xe1, - 0xfe, - 0x63, - 0xee, - 0x06, - 0x32, - 0x05, - 0x0f, - 0xd1, - 0x6b, - 0x0b, - 0xbc, - 0x9d, - 0x05, - 0x71, - 0xe6, - 0xff, - 0x6f, - 0xe3, - 0xfa, - 0xf2, - 0xcf, - 0xfe, - 0x20, - 0x54, - 0x02, - 0x88, - 0x7d, - 0x02, - 0x9c, - 0x77, - 0x02, - 0xa4, - 0xa1, - 0x01, - 0x5f, - 0x7a, - 0x01, - 0xc3, - 0x44, - 0x00, - 0xf5, - 0x56, - 0x00, - 0x1c, - 0xe4, - 0x00, - 0xd6, - 0x86, - 0x00, - 0x48, - 0x1e, - 0x01, - 0xab, - 0x77, - 0x00, - 0x6f, - 0x12, - 0x00, - 0x7f, - 0x93, - 0x00, - 0x83, - 0x68, - 0x00, - 0x85, - 0x59, - 0x00, - 0x2e, - 0x26, - 0x00, - 0xae, - 0xa5, - 0xff, - 0x4f, - 0x32, - 0xff, - 0x7c, - 0x6b, - 0xff, - 0xbf, - 0xfd, - 0xff, - 0x9e, - 0xee, - 0xff, - 0x48, - 0x8e, - 0xff, - 0x45, - 0x66, - 0xff, - 0x0c, - 0xb5, - 0xff, - 0x30, - 0x1f, - 0x00, - 0xfe, - 0x0e, - 0x00, - 0x19, - 0x14, - 0x00, - 0x83, - 0x5f, - 0x00, - 0x0f, - 0xd9, - 0xff, - 0x3a, - 0x17, - 0xff, - 0xb0, - 0x56, - 0xff, - 0x49, - 0xd7, - 0xff, - 0x9d, - 0x0e, - 0x00, - 0x0d, - 0xf1, - 0xff, - 0xde, - 0x4a, - 0xff, - 0x14, - 0xdb, - 0xfe, - 0xa2, - 0x1a, - 0xff, - 0xab, - 0x3a, - 0xff, - 0x32, - 0x02, - 0xff, - 0x92, - 0x41, - 0xff, - 0x99, - 0x71, - 0xff, - 0x31, - 0x0f, - 0xff, - 0xd0, - 0xe6, - 0xfe, - 0xa4, - 0xe9, - 0xfe, - 0x54, - 0x38, - 0xff, - 0xe5, - 0xa8, - 0xff, - 0x24, - 0x86, - 0xff, - 0x2f, - 0x3b, - 0xff, - 0x8c, - 0x17, - 0xff, - 0x33, - 0x2e, - 0xff, - 0xa7, - 0x28, - 0xff, - 0x1b, - 0x05, - 0xff, - 0xba, - 0x1c, - 0xff, - 0x7d, - 0x0d, - 0xff, - 0x7c, - 0x01, - 0xff, - 0x2f, - 0xfc, - 0xfe, - 0x82, - 0xed, - 0xfe, - 0x9c, - 0x0a, - 0x06, - 0x3c, - 0x58, - 0x0e, - 0x72, - 0x99, - 0x0b, - 0x66, - 0x41, - 0x05, - 0xff, - 0x8f, - 0x00, - 0x19, - 0x36, - 0xfc, - 0x7b, - 0x53, - 0xff, - 0x2b, - 0xe4, - 0x02, - 0x30, - 0xeb, - 0x02, - 0xdc, - 0x6c, - 0x03, - 0xe3, - 0x53, - 0x02, - 0xf9, - 0xb9, - 0x00, - 0x3d, - 0x9a, - 0xff, - 0x8c, - 0xcb, - 0xff, - 0x12, - 0x1e, - 0x00, - 0x55, - 0x23, - 0x00, - 0x0e, - 0xec, - 0x00, - 0x62, - 0x69, - 0x00, - 0xca, - 0x35, - 0x00, - 0x8d, - 0x70, - 0x00, - 0x96, - 0x2e, - 0x00, - 0x47, - 0x3a, - 0x00, - 0xf2, - 0x04, - 0x00, - 0xa8, - 0xcb, - 0xff, - 0x77, - 0xa6, - 0xff, - 0x68, - 0x46, - 0x00, - 0x8a, - 0x11, - 0x00, - 0xd8, - 0xde, - 0xfe, - 0xf6, - 0x50, - 0xff, - 0x3b, - 0xb4, - 0xff, - 0x1a, - 0xa0, - 0xff, - 0xdb, - 0xba, - 0xff, - 0x13, - 0xe9, - 0xff, - 0xf4, - 0x8b, - 0x00, - 0x80, - 0x06, - 0x00, - 0x55, - 0x6a, - 0xff, - 0xe0, - 0xa8, - 0xff, - 0x28, - 0xab, - 0xff, - 0x75, - 0xc6, - 0xff, - 0x66, - 0xa6, - 0xff, - 0x68, - 0x97, - 0xff, - 0xfd, - 0x45, - 0xff, - 0xdd, - 0xb1, - 0xfe, - 0x2e, - 0x17, - 0xff, - 0x35, - 0x6c, - 0xff, - 0xf0, - 0x34, - 0xff, - 0xd4, - 0x1d, - 0xff, - 0x51, - 0x44, - 0xff, - 0xfc, - 0x47, - 0xff, - 0x14, - 0x16, - 0xff, - 0x05, - 0x13, - 0xff, - 0x37, - 0x25, - 0xff, - 0xb1, - 0x76, - 0xff, - 0x43, - 0xa1, - 0xff, - 0x81, - 0x65, - 0xff, - 0x45, - 0x31, - 0xff, - 0xe2, - 0x19, - 0xff, - 0xa1, - 0x1e, - 0xff, - 0x8c, - 0x0b, - 0xff, - 0x18, - 0x0f, - 0xff, - 0x25, - 0x18, - 0xff, - 0xd8, - 0x14, - 0xff, - 0x2b, - 0x1c, - 0xff, - 0x8b, - 0xfa, - 0xfe, - 0xac, - 0xec, - 0x05, - 0x21, - 0x43, - 0x0e, - 0xc2, - 0x5e, - 0x0b, - 0x3f, - 0xa3, - 0x04, - 0x3e, - 0x0a, - 0x01, - 0x5d, - 0xc6, - 0xfd, - 0x80, - 0x19, - 0x00, - 0x58, - 0x9c, - 0x03, - 0xe1, - 0xa5, - 0x03, - 0xba, - 0x8e, - 0x02, - 0xb5, - 0x15, - 0x01, - 0x87, - 0x6f, - 0x00, - 0x7a, - 0x6d, - 0xff, - 0x1e, - 0x8c, - 0xff, - 0xf9, - 0xf3, - 0xff, - 0x23, - 0xef, - 0xff, - 0x78, - 0xf8, - 0x00, - 0x26, - 0x60, - 0x00, - 0x72, - 0xf3, - 0xff, - 0xab, - 0x4b, - 0x00, - 0x14, - 0x37, - 0x00, - 0x19, - 0x81, - 0x00, - 0xe6, - 0xe9, - 0xff, - 0x67, - 0x2d, - 0x00, - 0xc5, - 0xc0, - 0x00, - 0x3a, - 0x8b, - 0xff, - 0xa3, - 0x00, - 0xff, - 0xdf, - 0x6a, - 0xff, - 0x0f, - 0x75, - 0xff, - 0x68, - 0x56, - 0xff, - 0x04, - 0x64, - 0xff, - 0xd1, - 0xde, - 0xff, - 0x1d, - 0x05, - 0x00, - 0x70, - 0xd7, - 0xff, - 0x59, - 0x16, - 0x00, - 0x30, - 0x14, - 0x00, - 0xde, - 0xdb, - 0xff, - 0xab, - 0xa3, - 0xff, - 0x01, - 0x64, - 0xff, - 0xd7, - 0x7b, - 0xff, - 0x57, - 0x74, - 0xff, - 0x75, - 0x2d, - 0xff, - 0x92, - 0xd5, - 0xfe, - 0xf4, - 0x0c, - 0xff, - 0x71, - 0x78, - 0xff, - 0x56, - 0x1c, - 0xff, - 0xcd, - 0x19, - 0xff, - 0x8e, - 0x77, - 0xff, - 0x5f, - 0x74, - 0xff, - 0x30, - 0x35, - 0xff, - 0xd9, - 0xe5, - 0xfe, - 0xb1, - 0x17, - 0xff, - 0x7a, - 0x8a, - 0xff, - 0xeb, - 0xb8, - 0xff, - 0x3a, - 0x79, - 0xff, - 0x1e, - 0x1f, - 0xff, - 0xe8, - 0x16, - 0xff, - 0x20, - 0x12, - 0xff, - 0x6c, - 0x0f, - 0xff, - 0xcf, - 0x13, - 0xff, - 0x4a, - 0x26, - 0xff, - 0xce, - 0x38, - 0xff, - 0x10, - 0x1a, - 0xff, - 0xcc, - 0xfa, - 0xfe, - 0x6a, - 0x75, - 0x05, - 0x2a, - 0x38, - 0x0e, - 0x27, - 0xdd, - 0x0b, - 0xf8, - 0x57, - 0x04, - 0xa8, - 0x96, - 0x01, - 0x4a, - 0x38, - 0xff, - 0x6c, - 0xd9, - 0x00, - 0xe5, - 0x99, - 0x03, - 0x13, - 0x9e, - 0x02, - 0x62, - 0xba, - 0x01, - 0x0c, - 0xb7, - 0x00, - 0x8e, - 0x2c, - 0x00, - 0x85, - 0x9c, - 0xff, - 0xc5, - 0x91, - 0xff, - 0xd4, - 0xdf, - 0xff, - 0xbf, - 0xaa, - 0xff, - 0x0c, - 0xe2, - 0x00, - 0xef, - 0x63, - 0x00, - 0xf3, - 0x80, - 0xff, - 0x83, - 0x8e, - 0x00, - 0xa6, - 0xbf, - 0x00, - 0xcc, - 0x35, - 0x00, - 0x80, - 0x3e, - 0x00, - 0x6d, - 0x1a, - 0x01, - 0xaf, - 0x12, - 0x00, - 0x41, - 0xbd, - 0xfe, - 0xec, - 0x92, - 0xff, - 0x25, - 0x61, - 0xff, - 0xb8, - 0x00, - 0xff, - 0xf0, - 0x49, - 0xff, - 0x3f, - 0x9b, - 0xff, - 0xd6, - 0xcf, - 0xff, - 0x41, - 0x4a, - 0xff, - 0xeb, - 0xf5, - 0xff, - 0x0a, - 0xb6, - 0x00, - 0x8b, - 0x48, - 0x00, - 0x42, - 0xca, - 0xff, - 0x52, - 0x39, - 0xff, - 0xca, - 0x61, - 0xff, - 0x04, - 0x87, - 0xff, - 0xf9, - 0x56, - 0xff, - 0xc8, - 0x45, - 0xff, - 0x16, - 0xec, - 0xfe, - 0x93, - 0xf7, - 0xfe, - 0xd9, - 0x13, - 0xff, - 0x3c, - 0x2d, - 0xff, - 0xb0, - 0x73, - 0xff, - 0xda, - 0x95, - 0xff, - 0x99, - 0x83, - 0xff, - 0xd6, - 0x0f, - 0xff, - 0xad, - 0xf3, - 0xfe, - 0x62, - 0x2c, - 0xff, - 0xa5, - 0x85, - 0xff, - 0x2e, - 0xc3, - 0xff, - 0x05, - 0x6a, - 0xff, - 0xb3, - 0x2c, - 0xff, - 0xd2, - 0x12, - 0xff, - 0xe5, - 0x08, - 0xff, - 0x28, - 0x0a, - 0xff, - 0xe7, - 0x10, - 0xff, - 0xb0, - 0x59, - 0xff, - 0xcf, - 0x42, - 0xff, - 0x72, - 0x0c, - 0xff, - 0x0f, - 0x01, - 0xff, - 0x29, - 0xca, - 0x06, - 0xce, - 0x45, - 0x0f, - 0x34, - 0x6a, - 0x0b, - 0xbf, - 0x45, - 0x04, - 0xa0, - 0x19, - 0x01, - 0xf8, - 0x2d, - 0xff, - 0x02, - 0x27, - 0x01, - 0x39, - 0xc9, - 0x02, - 0xe0, - 0x37, - 0x02, - 0x64, - 0x43, - 0x01, - 0x59, - 0x8f, - 0x00, - 0x40, - 0x7a, - 0x00, - 0x7a, - 0x3f, - 0xff, - 0xf7, - 0x74, - 0xff, - 0x6b, - 0x0e, - 0x00, - 0x28, - 0xb2, - 0xff, - 0x7d, - 0x8f, - 0x00, - 0x9d, - 0x4b, - 0x00, - 0xaf, - 0x00, - 0x00, - 0x8c, - 0xc3, - 0x00, - 0xd9, - 0x6c, - 0x00, - 0xd5, - 0xc0, - 0x00, - 0x28, - 0x69, - 0x01, - 0xbb, - 0xfb, - 0xff, - 0x5c, - 0x1c, - 0xff, - 0xe4, - 0xe4, - 0xff, - 0x46, - 0x74, - 0xff, - 0x43, - 0xa1, - 0xfe, - 0x0e, - 0x04, - 0xff, - 0x0f, - 0xa1, - 0xff, - 0x08, - 0x80, - 0xff, - 0x10, - 0x29, - 0xff, - 0x16, - 0xb9, - 0xff, - 0x32, - 0x86, - 0x00, - 0x44, - 0xc8, - 0x00, - 0xba, - 0x06, - 0x00, - 0xbf, - 0x2c, - 0xff, - 0xe5, - 0x61, - 0xff, - 0x14, - 0x95, - 0xff, - 0x8a, - 0x9d, - 0xff, - 0x43, - 0x89, - 0xff, - 0x9e, - 0x3d, - 0xff, - 0xa6, - 0xe6, - 0xfe, - 0x7f, - 0x9f, - 0xfe, - 0x0b, - 0xf5, - 0xfe, - 0x90, - 0x6b, - 0xff, - 0xa4, - 0xa8, - 0xff, - 0x06, - 0xa4, - 0xff, - 0xca, - 0x63, - 0xff, - 0x43, - 0x37, - 0xff, - 0x27, - 0x0c, - 0xff, - 0x87, - 0x31, - 0xff, - 0xbf, - 0x93, - 0xff, - 0xee, - 0xab, - 0xff, - 0xf8, - 0x73, - 0xff, - 0x78, - 0x31, - 0xff, - 0xed, - 0x04, - 0xff, - 0x2d, - 0xf9, - 0xfe, - 0x26, - 0x14, - 0xff, - 0xf6, - 0x3a, - 0xff, - 0x9e, - 0x62, - 0xff, - 0x6f, - 0x4b, - 0xff, - 0x51, - 0x0f, - 0xff, - 0xf9, - 0xfb, - 0xfe, - 0x78, - 0x4b, - 0x07, - 0x90, - 0x47, - 0x10, - 0x48, - 0x02, - 0x0c, - 0x0e, - 0xf4, - 0x03, - 0x03, - 0x6a, - 0x00, - 0xc9, - 0x6d, - 0xfe, - 0x58, - 0x14, - 0x00, - 0x49, - 0x7c, - 0x02, - 0xc6, - 0xcd, - 0x02, - 0xd3, - 0x61, - 0x01, - 0x66, - 0x81, - 0x00, - 0x0b, - 0x8d, - 0x00, - 0x50, - 0x21, - 0xff, - 0x1f, - 0x32, - 0xff, - 0x38, - 0xfe, - 0xff, - 0x74, - 0x01, - 0x00, - 0xe3, - 0x8b, - 0x00, - 0x8f, - 0x45, - 0x00, - 0xe0, - 0x6b, - 0x00, - 0x81, - 0x74, - 0x00, - 0x21, - 0x63, - 0x00, - 0xe8, - 0xc8, - 0x01, - 0x1d, - 0x0d, - 0x01, - 0x77, - 0x44, - 0xff, - 0xcb, - 0xa4, - 0xff, - 0x42, - 0xdf, - 0xff, - 0x42, - 0x3f, - 0xff, - 0x8a, - 0xb4, - 0xfe, - 0x3e, - 0x0b, - 0xff, - 0xb8, - 0x7c, - 0xff, - 0x32, - 0xf6, - 0xfe, - 0x82, - 0x77, - 0xff, - 0x86, - 0x6d, - 0x00, - 0x0d, - 0x8b, - 0x00, - 0x1a, - 0x4a, - 0x00, - 0x86, - 0x87, - 0xff, - 0xe8, - 0x4d, - 0xff, - 0xee, - 0x73, - 0xff, - 0x87, - 0xae, - 0xff, - 0xa9, - 0xef, - 0xff, - 0x98, - 0x89, - 0xff, - 0x86, - 0x49, - 0xff, - 0x7b, - 0xe4, - 0xfe, - 0x0c, - 0x87, - 0xfe, - 0x31, - 0xec, - 0xfe, - 0xb7, - 0x64, - 0xff, - 0x5e, - 0x9d, - 0xff, - 0xe9, - 0x7e, - 0xff, - 0x01, - 0x7b, - 0xff, - 0x5e, - 0x75, - 0xff, - 0xf5, - 0x28, - 0xff, - 0x2c, - 0x1c, - 0xff, - 0x87, - 0x68, - 0xff, - 0x13, - 0xc3, - 0xff, - 0x39, - 0x94, - 0xff, - 0x38, - 0x20, - 0xff, - 0x04, - 0xf4, - 0xfe, - 0xc4, - 0xfc, - 0xfe, - 0xe6, - 0x26, - 0xff, - 0xcb, - 0x4b, - 0xff, - 0x0b, - 0x61, - 0xff, - 0xbe, - 0x41, - 0xff, - 0x17, - 0x1a, - 0xff, - 0x65, - 0x14, - 0xff, - 0x26, - 0x55, - 0x07, - 0xc4, - 0xfc, - 0x10, - 0x15, - 0xe8, - 0x0c, - 0x12, - 0x9f, - 0x03, - 0x50, - 0xae, - 0xff, - 0xab, - 0xd7, - 0xfd, - 0x04, - 0x46, - 0xff, - 0x09, - 0x34, - 0x02, - 0xd7, - 0xbb, - 0x02, - 0x8b, - 0x43, - 0x01, - 0xf2, - 0xd7, - 0x00, - 0xaf, - 0xbc, - 0x00, - 0xb2, - 0xe8, - 0xfe, - 0x34, - 0x2d, - 0xff, - 0xcb, - 0x30, - 0x00, - 0x4f, - 0x00, - 0x00, - 0xad, - 0x73, - 0x00, - 0x66, - 0x9f, - 0x00, - 0xeb, - 0x88, - 0x00, - 0x16, - 0xd7, - 0xff, - 0x55, - 0xb4, - 0x00, - 0x25, - 0x7e, - 0x02, - 0x85, - 0xa1, - 0x00, - 0x62, - 0x29, - 0xff, - 0x33, - 0x00, - 0x00, - 0xc3, - 0xc7, - 0xff, - 0xb4, - 0x10, - 0xff, - 0x0d, - 0xee, - 0xfe, - 0x90, - 0x59, - 0xff, - 0x6d, - 0x10, - 0xff, - 0x05, - 0xa5, - 0xfe, - 0x40, - 0xa5, - 0xff, - 0x9b, - 0xc1, - 0x00, - 0x89, - 0xd3, - 0x00, - 0x4e, - 0xb4, - 0xff, - 0xb5, - 0xf3, - 0xfe, - 0x13, - 0x63, - 0xff, - 0x91, - 0xa6, - 0xff, - 0x8b, - 0xd8, - 0xff, - 0x78, - 0xed, - 0xff, - 0x57, - 0xa5, - 0xff, - 0xe0, - 0x60, - 0xff, - 0x1d, - 0x0c, - 0xff, - 0x56, - 0xd9, - 0xfe, - 0x59, - 0xe0, - 0xfe, - 0x45, - 0x1f, - 0xff, - 0x22, - 0x61, - 0xff, - 0xe0, - 0x67, - 0xff, - 0x39, - 0x6a, - 0xff, - 0xa3, - 0x70, - 0xff, - 0xe4, - 0x65, - 0xff, - 0x26, - 0x4c, - 0xff, - 0x12, - 0x50, - 0xff, - 0x5b, - 0x80, - 0xff, - 0xf1, - 0x9b, - 0xff, - 0xd8, - 0x5d, - 0xff, - 0x6d, - 0xf5, - 0xfe, - 0x0e, - 0xf3, - 0xfe, - 0x22, - 0x2d, - 0xff, - 0xac, - 0x50, - 0xff, - 0x83, - 0x5f, - 0xff, - 0x47, - 0x37, - 0xff, - 0x64, - 0x18, - 0xff, - 0x80, - 0x17, - 0xff, - 0x7b, - 0xdb, - 0x06, - 0x81, - 0xd0, - 0x10, - 0x4e, - 0xf8, - 0x0d, - 0x5e, - 0x21, - 0x04, - 0x9c, - 0x01, - 0xff, - 0x30, - 0x52, - 0xfd, - 0xe4, - 0x23, - 0xff, - 0x36, - 0x5b, - 0x02, - 0x52, - 0xc3, - 0x02, - 0x5c, - 0xcc, - 0x00, - 0x68, - 0x2b, - 0x00, - 0x09, - 0x88, - 0x00, - 0x5a, - 0x63, - 0xff, - 0xdd, - 0x61, - 0xff, - 0x81, - 0x09, - 0x00, - 0xc7, - 0x42, - 0x00, - 0x5e, - 0xc2, - 0x00, - 0x86, - 0x4f, - 0x00, - 0xe2, - 0x49, - 0x00, - 0x87, - 0x17, - 0x00, - 0x2c, - 0x76, - 0x00, - 0xe8, - 0x4a, - 0x02, - 0xdf, - 0x39, - 0x01, - 0x0d, - 0x53, - 0xff, - 0x22, - 0xc6, - 0xff, - 0x1e, - 0xe5, - 0xff, - 0xa1, - 0x26, - 0xff, - 0xc7, - 0x09, - 0xff, - 0x5f, - 0x6d, - 0xff, - 0x5b, - 0xfd, - 0xfe, - 0x15, - 0xbd, - 0xfe, - 0x03, - 0x9e, - 0xff, - 0x14, - 0x84, - 0x00, - 0x74, - 0xc8, - 0x00, - 0x26, - 0xce, - 0xff, - 0xf2, - 0xd7, - 0xfe, - 0xb6, - 0x06, - 0xff, - 0x77, - 0x92, - 0xff, - 0xf8, - 0x1d, - 0x00, - 0x68, - 0xfe, - 0xff, - 0xc5, - 0x7b, - 0xff, - 0xce, - 0x66, - 0xff, - 0x5a, - 0x4d, - 0xff, - 0x15, - 0x18, - 0xff, - 0x38, - 0x1c, - 0xff, - 0xf8, - 0x24, - 0xff, - 0x21, - 0x1a, - 0xff, - 0x9c, - 0x3f, - 0xff, - 0x08, - 0x60, - 0xff, - 0x13, - 0x33, - 0xff, - 0x71, - 0x28, - 0xff, - 0x79, - 0x7c, - 0xff, - 0x29, - 0x9a, - 0xff, - 0xe3, - 0x70, - 0xff, - 0x8d, - 0x61, - 0xff, - 0x2d, - 0x4a, - 0xff, - 0xc1, - 0x35, - 0xff, - 0xed, - 0x22, - 0xff, - 0x78, - 0x20, - 0xff, - 0xd1, - 0x47, - 0xff, - 0x28, - 0x4a, - 0xff, - 0x44, - 0x37, - 0xff, - 0x09, - 0x19, - 0xff, - 0x09, - 0x0d, - 0xff, - 0xb3, - 0x86, - 0x05, - 0xb4, - 0xbc, - 0x0f, - 0x48, - 0xb0, - 0x0f, - 0x5e, - 0xe8, - 0x05, - 0x79, - 0x02, - 0xff, - 0x62, - 0xa6, - 0xfc, - 0x8d, - 0x8d, - 0xfe, - 0xef, - 0x5d, - 0x02, - 0x33, - 0x62, - 0x03, - 0xf4, - 0x62, - 0x01, - 0xd5, - 0x85, - 0xff, - 0xff, - 0xa0, - 0xff, - 0x2e, - 0x47, - 0xff, - 0xe0, - 0xfe, - 0xfe, - 0xf8, - 0x00, - 0x00, - 0xb4, - 0xed, - 0x00, - 0x43, - 0x1e, - 0x01, - 0x1d, - 0x4c, - 0x00, - 0x61, - 0x55, - 0x00, - 0x8a, - 0x34, - 0x00, - 0xe5, - 0xc7, - 0xff, - 0x58, - 0xe2, - 0x01, - 0xc3, - 0x34, - 0x02, - 0x9b, - 0xb3, - 0xff, - 0x7c, - 0x6a, - 0xff, - 0xa1, - 0x28, - 0x00, - 0x87, - 0x9c, - 0xff, - 0x54, - 0x31, - 0xff, - 0xee, - 0x73, - 0xff, - 0x28, - 0x3c, - 0xff, - 0x49, - 0xe4, - 0xfe, - 0x2a, - 0x85, - 0xff, - 0x82, - 0x7a, - 0x00, - 0x35, - 0xc7, - 0x00, - 0x9d, - 0xe0, - 0xff, - 0xc2, - 0xd9, - 0xfe, - 0xfd, - 0xe6, - 0xfe, - 0x39, - 0x70, - 0xff, - 0xa3, - 0x08, - 0x00, - 0x5b, - 0x28, - 0x00, - 0x08, - 0xad, - 0xff, - 0xd2, - 0x51, - 0xff, - 0xb3, - 0x5a, - 0xff, - 0x37, - 0x6e, - 0xff, - 0x85, - 0x57, - 0xff, - 0xf5, - 0x5d, - 0xff, - 0x11, - 0x53, - 0xff, - 0x00, - 0x4d, - 0xff, - 0xb9, - 0x58, - 0xff, - 0xf2, - 0x10, - 0xff, - 0x1c, - 0xdd, - 0xfe, - 0x2f, - 0x1d, - 0xff, - 0x72, - 0x8f, - 0xff, - 0x0f, - 0xbf, - 0xff, - 0x8c, - 0x92, - 0xff, - 0x97, - 0x3e, - 0xff, - 0x31, - 0x16, - 0xff, - 0xd7, - 0x41, - 0xff, - 0xb6, - 0x6f, - 0xff, - 0xb5, - 0x72, - 0xff, - 0x12, - 0x4c, - 0xff, - 0x85, - 0x21, - 0xff, - 0xd4, - 0x09, - 0xff, - 0x83, - 0x25, - 0xff, - 0xba, - 0x2f, - 0x05, - 0x70, - 0x6f, - 0x0f, - 0xd1, - 0x5c, - 0x10, - 0xaa, - 0xcc, - 0x06, - 0xcf, - 0x08, - 0xff, - 0x9e, - 0x1f, - 0xfc, - 0xad, - 0x17, - 0xfe, - 0xfe, - 0x62, - 0x02, - 0x40, - 0xd1, - 0x03, - 0x94, - 0xb0, - 0x01, - 0x36, - 0x5e, - 0xff, - 0x2a, - 0x50, - 0xff, - 0x63, - 0x21, - 0xff, - 0x84, - 0x8d, - 0xfe, - 0xe5, - 0x2c, - 0xff, - 0x5d, - 0x83, - 0x00, - 0x1a, - 0x75, - 0x01, - 0x6f, - 0xc3, - 0x00, - 0xca, - 0x3a, - 0x00, - 0xfb, - 0x51, - 0x00, - 0x76, - 0xee, - 0xff, - 0x05, - 0x01, - 0x01, - 0x34, - 0x2e, - 0x02, - 0xf3, - 0x87, - 0x00, - 0x5c, - 0x19, - 0xff, - 0x1d, - 0xbb, - 0xff, - 0xd7, - 0xcb, - 0xff, - 0x10, - 0x94, - 0xff, - 0x74, - 0xc3, - 0xff, - 0xc6, - 0x46, - 0xff, - 0xe4, - 0xd9, - 0xfe, - 0x3a, - 0x7d, - 0xff, - 0xd4, - 0x8e, - 0x00, - 0x96, - 0xb3, - 0x00, - 0xfb, - 0xf6, - 0xff, - 0x02, - 0x0f, - 0xff, - 0x99, - 0x8b, - 0xfe, - 0x78, - 0x1f, - 0xff, - 0x93, - 0x0f, - 0x00, - 0x2b, - 0x3d, - 0x00, - 0xf8, - 0xa0, - 0xff, - 0x8d, - 0x2c, - 0xff, - 0x13, - 0x69, - 0xff, - 0x27, - 0x84, - 0xff, - 0x69, - 0x6c, - 0xff, - 0x2e, - 0x76, - 0xff, - 0x90, - 0x60, - 0xff, - 0x50, - 0x82, - 0xff, - 0x01, - 0x93, - 0xff, - 0x7c, - 0x14, - 0xff, - 0xdb, - 0xb7, - 0xfe, - 0xca, - 0xdb, - 0xfe, - 0x5d, - 0x38, - 0xff, - 0x7f, - 0x77, - 0xff, - 0xc3, - 0x8d, - 0xff, - 0x85, - 0x74, - 0xff, - 0x19, - 0x2c, - 0xff, - 0xe9, - 0x27, - 0xff, - 0x0b, - 0x61, - 0xff, - 0x35, - 0x95, - 0xff, - 0x6b, - 0x8f, - 0xff, - 0x24, - 0x2f, - 0xff, - 0xc2, - 0xf3, - 0xfe, - 0x6f, - 0x24, - 0xff, - 0xb5, - 0xac, - 0x05, - 0x90, - 0x49, - 0x10, - 0xcb, - 0x88, - 0x10, - 0xa8, - 0xa7, - 0x06, - 0x19, - 0xd5, - 0xfe, - 0xb9, - 0x70, - 0xfb, - 0x0d, - 0xf7, - 0xfd, - 0x73, - 0xe6, - 0x02, - 0x0b, - 0x05, - 0x04, - 0x32, - 0xc2, - 0x01, - 0x57, - 0x38, - 0xff, - 0x65, - 0x09, - 0xff, - 0x0b, - 0x46, - 0xff, - 0x6b, - 0x91, - 0xfe, - 0xde, - 0xc6, - 0xfe, - 0x1e, - 0x0d, - 0x00, - 0xe6, - 0xff, - 0x00, - 0x04, - 0x9b, - 0x00, - 0x22, - 0x3a, - 0x00, - 0xfa, - 0x81, - 0x00, - 0xf4, - 0x63, - 0x00, - 0xcb, - 0xc7, - 0x00, - 0xc3, - 0xd6, - 0x01, - 0x70, - 0x14, - 0x01, - 0x07, - 0x39, - 0xff, - 0x0a, - 0x03, - 0xff, - 0xf0, - 0x99, - 0xff, - 0x08, - 0xe2, - 0xff, - 0x66, - 0x06, - 0x00, - 0x44, - 0xa3, - 0xff, - 0x15, - 0x09, - 0xff, - 0x3f, - 0x87, - 0xff, - 0x46, - 0x94, - 0x00, - 0x3b, - 0xa4, - 0x00, - 0x1f, - 0x2b, - 0x00, - 0xad, - 0x5b, - 0xff, - 0x8e, - 0x7f, - 0xfe, - 0x25, - 0xcb, - 0xfe, - 0x1a, - 0xf6, - 0xff, - 0x90, - 0x67, - 0x00, - 0xb2, - 0xa4, - 0xff, - 0xc3, - 0x13, - 0xff, - 0x18, - 0x38, - 0xff, - 0x0b, - 0x9c, - 0xff, - 0xf2, - 0xb9, - 0xff, - 0xe0, - 0x70, - 0xff, - 0xfe, - 0x74, - 0xff, - 0x56, - 0xa8, - 0xff, - 0xa7, - 0xb8, - 0xff, - 0x53, - 0x54, - 0xff, - 0x3f, - 0xba, - 0xfe, - 0x41, - 0xd4, - 0xfe, - 0xde, - 0x26, - 0xff, - 0x58, - 0x3f, - 0xff, - 0x28, - 0x49, - 0xff, - 0x49, - 0x42, - 0xff, - 0x61, - 0x44, - 0xff, - 0xaa, - 0x41, - 0xff, - 0x81, - 0x6a, - 0xff, - 0x3d, - 0xb0, - 0xff, - 0xe2, - 0x99, - 0xff, - 0x75, - 0x53, - 0xff, - 0xa5, - 0x2e, - 0xff, - 0x3f, - 0x2b, - 0xff, - 0x73, - 0xf7, - 0x05, - 0xfd, - 0x1c, - 0x11, - 0x67, - 0x5a, - 0x11, - 0x54, - 0xee, - 0x06, - 0x37, - 0x72, - 0xfe, - 0x6b, - 0xb5, - 0xfa, - 0x72, - 0x9d, - 0xfd, - 0x65, - 0x2c, - 0x03, - 0x47, - 0xa1, - 0x04, - 0x8c, - 0xd8, - 0x01, - 0x0c, - 0xc2, - 0xfe, - 0xc7, - 0xf8, - 0xfe, - 0xe7, - 0x5c, - 0xff, - 0xed, - 0x97, - 0xfe, - 0xfa, - 0xcc, - 0xfe, - 0xe1, - 0xc1, - 0xff, - 0xbb, - 0xa7, - 0x00, - 0xab, - 0x5c, - 0x00, - 0x4f, - 0x9f, - 0xff, - 0xdd, - 0xf6, - 0xff, - 0xe6, - 0xc0, - 0x00, - 0xa5, - 0xe1, - 0x00, - 0x69, - 0x78, - 0x01, - 0x1e, - 0xbb, - 0x01, - 0x5d, - 0xe9, - 0xff, - 0x8f, - 0x90, - 0xfe, - 0x59, - 0xd2, - 0xfe, - 0x2d, - 0x94, - 0xff, - 0x90, - 0x32, - 0x00, - 0xae, - 0x0a, - 0x00, - 0x63, - 0x4b, - 0xff, - 0xfa, - 0x81, - 0xff, - 0x06, - 0xc7, - 0x00, - 0x16, - 0xb9, - 0x00, - 0x67, - 0x24, - 0x00, - 0xa1, - 0xbf, - 0xff, - 0xfd, - 0xd9, - 0xfe, - 0x21, - 0xbf, - 0xfe, - 0x9e, - 0x79, - 0xff, - 0x32, - 0x50, - 0x00, - 0x78, - 0x0e, - 0x00, - 0x61, - 0x07, - 0xff, - 0x80, - 0xf1, - 0xfe, - 0x87, - 0x62, - 0xff, - 0xd7, - 0xcf, - 0xff, - 0xe0, - 0xc4, - 0xff, - 0x9b, - 0x7d, - 0xff, - 0x27, - 0xb9, - 0xff, - 0x23, - 0xde, - 0xff, - 0x0d, - 0x72, - 0xff, - 0x08, - 0xe1, - 0xfe, - 0x0f, - 0xcf, - 0xfe, - 0x91, - 0x22, - 0xff, - 0x94, - 0x55, - 0xff, - 0x02, - 0x49, - 0xff, - 0xbe, - 0x0a, - 0xff, - 0x07, - 0xdc, - 0xfe, - 0x9b, - 0x18, - 0xff, - 0x36, - 0x8c, - 0xff, - 0x8e, - 0xc1, - 0xff, - 0x50, - 0xc1, - 0xff, - 0xe7, - 0x86, - 0xff, - 0xfc, - 0x2e, - 0xff, - 0x0b, - 0x1e, - 0xff, - 0x41, - 0xc7, - 0x06, - 0x48, - 0x9d, - 0x12, - 0xbc, - 0xf9, - 0x11, - 0xbe, - 0x5b, - 0x06, - 0x69, - 0x6a, - 0xfd, - 0x02, - 0x37, - 0xfa, - 0xda, - 0xb0, - 0xfd, - 0xe2, - 0x7f, - 0x03, - 0x05, - 0x23, - 0x05, - 0x48, - 0x89, - 0x01, - 0x39, - 0x2e, - 0xfe, - 0xd7, - 0xe8, - 0xfe, - 0x9e, - 0x57, - 0xff, - 0x08, - 0xb0, - 0xfe, - 0xc8, - 0xe3, - 0xfe, - 0x38, - 0xaf, - 0xff, - 0x06, - 0x62, - 0x00, - 0x8e, - 0x3e, - 0x00, - 0xc0, - 0x85, - 0xff, - 0x43, - 0x50, - 0xff, - 0xb9, - 0x62, - 0x00, - 0x53, - 0xed, - 0x00, - 0xe7, - 0x25, - 0x01, - 0xd4, - 0x9a, - 0x01, - 0xf9, - 0xa1, - 0x00, - 0x55, - 0x03, - 0xff, - 0x09, - 0x45, - 0xfe, - 0xcf, - 0x03, - 0xff, - 0xfa, - 0x0d, - 0x00, - 0x3d, - 0x17, - 0x00, - 0xf3, - 0x57, - 0xff, - 0xcc, - 0x87, - 0xff, - 0x93, - 0xcd, - 0x00, - 0x42, - 0x9c, - 0x00, - 0x06, - 0x37, - 0x00, - 0xfc, - 0x2a, - 0x00, - 0x19, - 0x1b, - 0xff, - 0x08, - 0xb0, - 0xfe, - 0x0b, - 0x78, - 0xff, - 0x44, - 0x34, - 0x00, - 0x21, - 0xeb, - 0xff, - 0x8e, - 0x2f, - 0xff, - 0x26, - 0xf0, - 0xfe, - 0x94, - 0x2d, - 0xff, - 0x1b, - 0x95, - 0xff, - 0xff, - 0xbc, - 0xff, - 0x8f, - 0xd0, - 0xff, - 0x46, - 0xc8, - 0xff, - 0xd7, - 0xc2, - 0xff, - 0xbe, - 0x80, - 0xff, - 0x99, - 0xe7, - 0xfe, - 0x7d, - 0xd8, - 0xfe, - 0xb0, - 0x1d, - 0xff, - 0x1c, - 0x54, - 0xff, - 0xa7, - 0x68, - 0xff, - 0x73, - 0x14, - 0xff, - 0x50, - 0xba, - 0xfe, - 0xe0, - 0xe4, - 0xfe, - 0xd3, - 0x62, - 0xff, - 0x6b, - 0xbf, - 0xff, - 0x13, - 0xe3, - 0xff, - 0xf9, - 0x8e, - 0xff, - 0xb1, - 0x05, - 0xff, - 0xb1, - 0x09, - 0xff, - 0x14, - 0xda, - 0x07, - 0xbc, - 0x86, - 0x14, - 0x4f, - 0xcc, - 0x12, - 0xb3, - 0xb9, - 0x05, - 0x60, - 0x4b, - 0xfc, - 0x43, - 0x8f, - 0xf9, - 0x21, - 0x6d, - 0xfd, - 0x2d, - 0x1c, - 0x04, - 0x1b, - 0x1e, - 0x06, - 0x14, - 0xf5, - 0x00, - 0xb0, - 0x52, - 0xfd, - 0x90, - 0xd6, - 0xfe, - 0x93, - 0x67, - 0xff, - 0xc7, - 0xc9, - 0xfe, - 0x6c, - 0xe5, - 0xfe, - 0x94, - 0xcb, - 0xff, - 0x31, - 0x49, - 0x00, - 0xb0, - 0x08, - 0x00, - 0x76, - 0x6e, - 0xff, - 0x8f, - 0x04, - 0xff, - 0x58, - 0x1d, - 0x00, - 0x87, - 0xb5, - 0x00, - 0x40, - 0xb9, - 0x00, - 0x6a, - 0x2c, - 0x01, - 0xcc, - 0xe9, - 0x00, - 0x6b, - 0x94, - 0xff, - 0x70, - 0x58, - 0xfe, - 0xd5, - 0xc7, - 0xfe, - 0xb7, - 0xa4, - 0xff, - 0x6f, - 0x07, - 0x00, - 0xd5, - 0x73, - 0xff, - 0xd5, - 0x55, - 0xff, - 0x0f, - 0x97, - 0x00, - 0x5a, - 0x5f, - 0x00, - 0x2a, - 0x1a, - 0x00, - 0xa5, - 0x57, - 0x00, - 0x8b, - 0xac, - 0xff, - 0x36, - 0x40, - 0xff, - 0xfc, - 0x5a, - 0xff, - 0x7c, - 0xf2, - 0xff, - 0xa7, - 0xf2, - 0xff, - 0xf8, - 0x5c, - 0xff, - 0x7c, - 0x0e, - 0xff, - 0x21, - 0xf1, - 0xfe, - 0x4a, - 0x68, - 0xff, - 0xcd, - 0xcb, - 0xff, - 0xb4, - 0xd1, - 0xff, - 0x41, - 0xe1, - 0xff, - 0x0e, - 0xd5, - 0xff, - 0x49, - 0x64, - 0xff, - 0x06, - 0xcc, - 0xfe, - 0x43, - 0xdf, - 0xfe, - 0xcb, - 0x47, - 0xff, - 0x7d, - 0x6f, - 0xff, - 0xe0, - 0x51, - 0xff, - 0xfa, - 0xfc, - 0xfe, - 0x43, - 0xd8, - 0xfe, - 0x48, - 0x02, - 0xff, - 0xa9, - 0x76, - 0xff, - 0x04, - 0xdd, - 0xff, - 0x02, - 0xa8, - 0xff, - 0xec, - 0x24, - 0xff, - 0xc1, - 0xed, - 0xfe, - 0xbf, - 0x35, - 0xff, - 0xc1, - 0x60, - 0x08, - 0x14, - 0x20, - 0x16, - 0x59, - 0x07, - 0x14, - 0x47, - 0x66, - 0x05, - 0xd5, - 0x77, - 0xfb, - 0xac, - 0xc7, - 0xf8, - 0xdb, - 0xeb, - 0xfc, - 0x87, - 0xae, - 0x04, - 0x7d, - 0xfa, - 0x06, - 0x1e, - 0xa6, - 0x00, - 0x13, - 0x7c, - 0xfc, - 0x10, - 0xa2, - 0xfe, - 0xb6, - 0x94, - 0xff, - 0xc0, - 0xc8, - 0xfe, - 0xa3, - 0xc1, - 0xfe, - 0xbb, - 0xee, - 0xff, - 0xab, - 0x54, - 0x00, - 0xa7, - 0xc9, - 0xff, - 0xfc, - 0x5e, - 0xff, - 0x8b, - 0xdb, - 0xfe, - 0xce, - 0xf4, - 0xff, - 0xd4, - 0x9e, - 0x00, - 0x28, - 0x5b, - 0x00, - 0x09, - 0xcf, - 0x00, - 0xd9, - 0xdb, - 0x00, - 0x54, - 0xf2, - 0xff, - 0x77, - 0x6f, - 0xfe, - 0x88, - 0x80, - 0xfe, - 0xaa, - 0xa1, - 0xff, - 0xd5, - 0x0a, - 0x00, - 0x3a, - 0x80, - 0xff, - 0x74, - 0x3c, - 0xff, - 0x1d, - 0x66, - 0x00, - 0xe9, - 0x19, - 0x00, - 0x8f, - 0x69, - 0xff, - 0xe0, - 0x4b, - 0x00, - 0x1f, - 0x2e, - 0x00, - 0x81, - 0x79, - 0xff, - 0x28, - 0xa2, - 0xff, - 0xc3, - 0x05, - 0x00, - 0x1a, - 0xd3, - 0xff, - 0x52, - 0x61, - 0xff, - 0xa5, - 0x2d, - 0xff, - 0x93, - 0x0e, - 0xff, - 0x83, - 0x45, - 0xff, - 0xc3, - 0xa5, - 0xff, - 0x85, - 0xe4, - 0xff, - 0x5d, - 0xfa, - 0xff, - 0xed, - 0xb7, - 0xff, - 0x89, - 0x29, - 0xff, - 0xaf, - 0xca, - 0xfe, - 0x2d, - 0x00, - 0xff, - 0x7e, - 0x4a, - 0xff, - 0xb6, - 0x54, - 0xff, - 0xd1, - 0x48, - 0xff, - 0x4a, - 0x05, - 0xff, - 0x16, - 0xd9, - 0xfe, - 0x45, - 0x24, - 0xff, - 0x0c, - 0xb6, - 0xff, - 0xbf, - 0xf6, - 0xff, - 0xa6, - 0x71, - 0xff, - 0x90, - 0xe8, - 0xfe, - 0x53, - 0xed, - 0xfe, - 0x03, - 0x3c, - 0xff, - 0x61, - 0x5d, - 0x08, - 0x24, - 0xa8, - 0x17, - 0x95, - 0x7d, - 0x16, - 0x58, - 0x8a, - 0x05, - 0x37, - 0x2a, - 0xfa, - 0x73, - 0xec, - 0xf7, - 0x4c, - 0x4d, - 0xfc, - 0xa5, - 0xe6, - 0x04, - 0xa3, - 0x14, - 0x08, - 0x21, - 0xaf, - 0x00, - 0x6d, - 0x53, - 0xfb, - 0x08, - 0x58, - 0xfe, - 0x94, - 0xc9, - 0xff, - 0xb3, - 0xc6, - 0xfe, - 0x5c, - 0xa8, - 0xfe, - 0x43, - 0xcb, - 0xff, - 0xb6, - 0x8a, - 0x00, - 0x21, - 0x8e, - 0xff, - 0xbc, - 0x1d, - 0xff, - 0x12, - 0x00, - 0xff, - 0xdc, - 0x9f, - 0xff, - 0x52, - 0x6e, - 0x00, - 0x49, - 0x4a, - 0x00, - 0xa1, - 0x45, - 0x00, - 0x25, - 0xa3, - 0x00, - 0x13, - 0x52, - 0x00, - 0x1b, - 0xaa, - 0xfe, - 0xc4, - 0x62, - 0xfe, - 0xea, - 0x4d, - 0xff, - 0x8c, - 0xc1, - 0xff, - 0x17, - 0xc9, - 0xff, - 0xe4, - 0x96, - 0xff, - 0x3e, - 0x19, - 0x00, - 0x01, - 0xcf, - 0xff, - 0x54, - 0x10, - 0xff, - 0x82, - 0x62, - 0xff, - 0x51, - 0x06, - 0x00, - 0xd6, - 0x19, - 0x00, - 0xf4, - 0xcd, - 0xff, - 0xda, - 0xfd, - 0xff, - 0x75, - 0xe2, - 0xff, - 0x04, - 0x87, - 0xff, - 0x44, - 0x3f, - 0xff, - 0x3a, - 0x15, - 0xff, - 0x4b, - 0x63, - 0xff, - 0xc7, - 0xa8, - 0xff, - 0x87, - 0xe0, - 0xff, - 0x69, - 0xe2, - 0xff, - 0xce, - 0x98, - 0xff, - 0x4d, - 0xf9, - 0xfe, - 0x73, - 0xba, - 0xfe, - 0x78, - 0x2f, - 0xff, - 0x19, - 0x3f, - 0xff, - 0x6a, - 0x31, - 0xff, - 0x58, - 0x21, - 0xff, - 0x14, - 0xf4, - 0xfe, - 0xb6, - 0x14, - 0xff, - 0xc3, - 0x74, - 0xff, - 0x73, - 0xcd, - 0xff, - 0xd6, - 0xa2, - 0xff, - 0x42, - 0x52, - 0xff, - 0x9e, - 0x3d, - 0xff, - 0xb6, - 0x3e, - 0xff, - 0xd8, - 0x34, - 0xff, - 0x5a, - 0xb8, - 0x08, - 0xa6, - 0x69, - 0x19, - 0x00, - 0x5e, - 0x18, - 0xf4, - 0x59, - 0x05, - 0x91, - 0x02, - 0xf9, - 0xdf, - 0xf6, - 0xf6, - 0xdd, - 0x01, - 0xfc, - 0xa8, - 0x7d, - 0x05, - 0xf2, - 0xd1, - 0x08, - 0x99, - 0xa1, - 0x00, - 0xab, - 0x37, - 0xfa, - 0xd1, - 0x15, - 0xfe, - 0x8e, - 0x3f, - 0x00, - 0xba, - 0xaa, - 0xfe, - 0x42, - 0x91, - 0xfe, - 0x3e, - 0xbf, - 0xff, - 0xf4, - 0xbc, - 0x00, - 0x14, - 0x76, - 0xff, - 0xbd, - 0xc5, - 0xfe, - 0xfc, - 0x18, - 0xff, - 0x0b, - 0x95, - 0xff, - 0x98, - 0x61, - 0x00, - 0xf9, - 0x28, - 0x00, - 0x60, - 0xe3, - 0xff, - 0x55, - 0x73, - 0x00, - 0x67, - 0x84, - 0x00, - 0xb2, - 0xf2, - 0xfe, - 0xb2, - 0x79, - 0xfe, - 0x0e, - 0x3c, - 0xff, - 0xcd, - 0x8a, - 0xff, - 0x6b, - 0xa2, - 0xff, - 0x4b, - 0xb2, - 0xff, - 0x1e, - 0x6b, - 0x00, - 0x18, - 0xc1, - 0xff, - 0x80, - 0xd1, - 0xfe, - 0x59, - 0xf9, - 0xfe, - 0x61, - 0x57, - 0xff, - 0xf0, - 0x3b, - 0x00, - 0x57, - 0x09, - 0x00, - 0xb5, - 0xf7, - 0xff, - 0xbb, - 0xf6, - 0xff, - 0xb3, - 0x60, - 0xff, - 0x0b, - 0x6b, - 0xff, - 0x28, - 0x42, - 0xff, - 0x8b, - 0x80, - 0xff, - 0x26, - 0xd1, - 0xff, - 0x7b, - 0xec, - 0xff, - 0xc1, - 0xd0, - 0xff, - 0xce, - 0x32, - 0xff, - 0xcc, - 0x11, - 0xff, - 0x7f, - 0x01, - 0xff, - 0x39, - 0x09, - 0xff, - 0x1e, - 0x1e, - 0xff, - 0x83, - 0x0a, - 0xff, - 0x07, - 0x23, - 0xff, - 0xd2, - 0x13, - 0xff, - 0x93, - 0x40, - 0xff, - 0x86, - 0x94, - 0xff, - 0xf0, - 0x93, - 0xff, - 0xc8, - 0x75, - 0xff, - 0xad, - 0x7c, - 0xff, - 0xb1, - 0x93, - 0xff, - 0x95, - 0x5b, - 0xff, - 0x86, - 0x1d, - 0xff, - 0x9d, - 0xa2, - 0x08, - 0xa3, - 0xa5, - 0x1a, - 0x4c, - 0xda, - 0x1a, - 0xee, - 0xef, - 0x05, - 0xe9, - 0xee, - 0xf7, - 0xcc, - 0xe0, - 0xf5, - 0xe5, - 0x58, - 0xfb, - 0xd0, - 0xee, - 0x05, - 0x9e, - 0x8e, - 0x09, - 0x09, - 0xd6, - 0x00, - 0x11, - 0x51, - 0xf9, - 0xbe, - 0x6b, - 0xfd, - 0x4a, - 0xda, - 0x00, - 0xb8, - 0xbe, - 0xfe, - 0x07, - 0x3f, - 0xfe, - 0xb2, - 0xa3, - 0xff, - 0xac, - 0xf2, - 0x00, - 0x22, - 0x9a, - 0xff, - 0x86, - 0x57, - 0xfe, - 0x8c, - 0xff, - 0xfe, - 0x2b, - 0x9f, - 0xff, - 0xe8, - 0x57, - 0x00, - 0x23, - 0x2b, - 0x00, - 0xd9, - 0x89, - 0xff, - 0x9d, - 0x01, - 0x00, - 0xbd, - 0xad, - 0x00, - 0x2f, - 0x5b, - 0xff, - 0x7a, - 0x97, - 0xfe, - 0xa7, - 0x59, - 0xff, - 0xed, - 0x57, - 0xff, - 0x88, - 0x81, - 0xff, - 0xc6, - 0xa6, - 0xff, - 0x01, - 0x63, - 0x00, - 0x80, - 0x08, - 0x00, - 0xc3, - 0xb2, - 0xfe, - 0xc9, - 0xdd, - 0xfe, - 0x0f, - 0xd7, - 0xfe, - 0x62, - 0xca, - 0xff, - 0x73, - 0x5b, - 0x00, - 0xca, - 0xbc, - 0xff, - 0x38, - 0xeb, - 0xff, - 0xe2, - 0x79, - 0xff, - 0x65, - 0x3f, - 0xff, - 0x9e, - 0x5d, - 0xff, - 0x45, - 0x93, - 0xff, - 0xfb, - 0x20, - 0x00, - 0x7a, - 0x05, - 0x00, - 0xc8, - 0x81, - 0xff, - 0xcb, - 0xfd, - 0xfe, - 0x42, - 0x3d, - 0xff, - 0x4d, - 0x60, - 0xff, - 0x76, - 0xda, - 0xfe, - 0x16, - 0xe7, - 0xfe, - 0xa4, - 0x01, - 0xff, - 0x2a, - 0x1a, - 0xff, - 0xc2, - 0x5c, - 0xff, - 0xaf, - 0x58, - 0xff, - 0x03, - 0x58, - 0xff, - 0x59, - 0x74, - 0xff, - 0x99, - 0x9d, - 0xff, - 0x81, - 0xa3, - 0xff, - 0xe2, - 0x92, - 0xff, - 0x21, - 0x70, - 0xff, - 0x75, - 0x27, - 0xff, - 0xb5, - 0x69, - 0x09, - 0xa2, - 0xd1, - 0x1c, - 0x60, - 0xaa, - 0x1c, - 0xa7, - 0xbe, - 0x05, - 0xd9, - 0x66, - 0xf6, - 0xa3, - 0x4c, - 0xf4, - 0x06, - 0xee, - 0xfa, - 0x1a, - 0xc0, - 0x06, - 0x00, - 0x29, - 0x0a, - 0xea, - 0x28, - 0x00, - 0x5e, - 0xfc, - 0xf7, - 0xa0, - 0xff, - 0xfc, - 0x2f, - 0x57, - 0x01, - 0xa1, - 0xc4, - 0xfe, - 0x09, - 0xc7, - 0xfd, - 0xf0, - 0x5a, - 0xff, - 0xb4, - 0xf6, - 0x00, - 0xdc, - 0xab, - 0xff, - 0xd6, - 0xfd, - 0xfd, - 0x34, - 0xa6, - 0xfe, - 0x5b, - 0x7a, - 0xff, - 0xa2, - 0x2d, - 0x00, - 0x79, - 0x30, - 0x00, - 0x9f, - 0x25, - 0xff, - 0x67, - 0x54, - 0xff, - 0xcd, - 0x85, - 0x00, - 0xf4, - 0x8e, - 0xff, - 0xd9, - 0xcf, - 0xfe, - 0x6d, - 0x83, - 0xff, - 0xac, - 0x45, - 0xff, - 0x71, - 0x31, - 0xff, - 0x33, - 0x83, - 0xff, - 0xc5, - 0x31, - 0x00, - 0xb8, - 0x00, - 0x00, - 0x31, - 0xb1, - 0xfe, - 0x92, - 0x76, - 0xfe, - 0x50, - 0xa6, - 0xfe, - 0x3b, - 0x65, - 0xff, - 0xd9, - 0x3a, - 0x00, - 0x62, - 0xb8, - 0xff, - 0xeb, - 0x4a, - 0xff, - 0xb8, - 0x5c, - 0xff, - 0x89, - 0x46, - 0xff, - 0xb1, - 0x3c, - 0xff, - 0xc5, - 0x65, - 0xff, - 0x28, - 0x03, - 0x00, - 0x13, - 0x0d, - 0x00, - 0x28, - 0x28, - 0xff, - 0x19, - 0xf3, - 0xfe, - 0xf9, - 0x46, - 0xff, - 0xb3, - 0x48, - 0xff, - 0xba, - 0xf4, - 0xfe, - 0x5f, - 0xc9, - 0xfe, - 0x8c, - 0xfe, - 0xfe, - 0x97, - 0x35, - 0xff, - 0x7e, - 0x4e, - 0xff, - 0xd7, - 0x0f, - 0xff, - 0x6f, - 0x19, - 0xff, - 0x98, - 0x91, - 0xff, - 0xac, - 0xc9, - 0xff, - 0x42, - 0xa0, - 0xff, - 0xc3, - 0x6b, - 0xff, - 0x2c, - 0x5b, - 0xff, - 0xdb, - 0x2c, - 0xff, - 0x97, - 0x32, - 0x0a, - 0xc6, - 0xc9, - 0x1e, - 0x54, - 0x0a, - 0x1e, - 0xcf, - 0xcb, - 0x05, - 0x91, - 0xe1, - 0xf5, - 0xcb, - 0x16, - 0xf3, - 0xf8, - 0x83, - 0xfa, - 0xe5, - 0xe4, - 0x07, - 0x36, - 0xa3, - 0x0a, - 0xe4, - 0xa3, - 0xff, - 0x08, - 0x4a, - 0xf7, - 0xe0, - 0x9d, - 0xfc, - 0xff, - 0x00, - 0x02, - 0xcb, - 0x26, - 0xff, - 0xcd, - 0x6a, - 0xfd, - 0x10, - 0x5e, - 0xff, - 0x62, - 0x1a, - 0x01, - 0xd0, - 0xb7, - 0xff, - 0xd3, - 0xf5, - 0xfd, - 0x34, - 0xb4, - 0xfe, - 0x09, - 0x7b, - 0xff, - 0x26, - 0x10, - 0x00, - 0x15, - 0x60, - 0x00, - 0xfa, - 0x14, - 0xff, - 0x6e, - 0xf9, - 0xfe, - 0xfa, - 0x59, - 0x00, - 0xcb, - 0xdd, - 0xff, - 0xe1, - 0x32, - 0xff, - 0x13, - 0xb4, - 0xff, - 0xfb, - 0xad, - 0xff, - 0x4e, - 0x1f, - 0xff, - 0xc4, - 0x8b, - 0xff, - 0x1b, - 0x49, - 0x00, - 0x48, - 0xc0, - 0xff, - 0xfc, - 0x07, - 0xff, - 0xcc, - 0x50, - 0xfe, - 0x3b, - 0x6c, - 0xfe, - 0x5c, - 0x6d, - 0xff, - 0x01, - 0x23, - 0x00, - 0x9e, - 0x16, - 0x00, - 0xbb, - 0xf9, - 0xfe, - 0xf9, - 0x0b, - 0xff, - 0x9a, - 0x7e, - 0xff, - 0xbd, - 0x4a, - 0xff, - 0xd5, - 0x75, - 0xff, - 0x14, - 0x96, - 0xff, - 0x4e, - 0xcf, - 0xff, - 0xb3, - 0x56, - 0xff, - 0xc8, - 0x06, - 0xff, - 0x6d, - 0x3a, - 0xff, - 0x2f, - 0x39, - 0xff, - 0x2d, - 0x4e, - 0xff, - 0x4e, - 0x14, - 0xff, - 0x56, - 0x3a, - 0xff, - 0x69, - 0x6b, - 0xff, - 0xba, - 0x1a, - 0xff, - 0xa3, - 0xeb, - 0xfe, - 0x2e, - 0x38, - 0xff, - 0x1e, - 0xb6, - 0xff, - 0xae, - 0xd0, - 0xff, - 0xad, - 0xb6, - 0xff, - 0xcf, - 0x6c, - 0xff, - 0xc1, - 0x49, - 0xff, - 0xd7, - 0x68, - 0xff, - 0x67, - 0x28, - 0x0b, - 0xb0, - 0xfa, - 0x20, - 0x73, - 0x0d, - 0x1f, - 0x20, - 0xc0, - 0x05, - 0x7c, - 0x0b, - 0xf6, - 0xf4, - 0xa2, - 0xf1, - 0x18, - 0x84, - 0xf9, - 0x7f, - 0x30, - 0x09, - 0x14, - 0xde, - 0x0a, - 0x2c, - 0xd4, - 0xfe, - 0xc5, - 0xa1, - 0xf6, - 0xf3, - 0xfa, - 0xfb, - 0xf4, - 0x75, - 0x02, - 0xfe, - 0xb0, - 0xff, - 0x40, - 0xf4, - 0xfc, - 0xa1, - 0x10, - 0xff, - 0x09, - 0x58, - 0x01, - 0x6d, - 0xa4, - 0xff, - 0xdc, - 0xae, - 0xfd, - 0x8b, - 0xc4, - 0xfe, - 0x0a, - 0x6e, - 0xff, - 0x83, - 0xec, - 0xff, - 0x71, - 0x5c, - 0x00, - 0xee, - 0x15, - 0xff, - 0x9d, - 0x9c, - 0xfe, - 0x91, - 0x9f, - 0xff, - 0x5a, - 0x2a, - 0x00, - 0xcb, - 0xd2, - 0xff, - 0xdc, - 0x9f, - 0xff, - 0x05, - 0x12, - 0x00, - 0x05, - 0x4b, - 0xff, - 0xf5, - 0x58, - 0xff, - 0x5e, - 0x80, - 0x00, - 0x11, - 0x8b, - 0xff, - 0x9d, - 0xe7, - 0xfe, - 0x39, - 0x55, - 0xfe, - 0x28, - 0x11, - 0xfe, - 0xba, - 0x4b, - 0xff, - 0x6c, - 0xfa, - 0xff, - 0xdb, - 0x36, - 0x00, - 0x42, - 0x25, - 0xff, - 0x86, - 0x9c, - 0xfe, - 0x7c, - 0x6b, - 0xff, - 0x34, - 0x72, - 0xff, - 0x94, - 0x44, - 0xff, - 0xf4, - 0x0c, - 0xff, - 0x8e, - 0x5b, - 0xff, - 0xaf, - 0x7c, - 0xff, - 0xaf, - 0xe4, - 0xfe, - 0xcb, - 0xb9, - 0xfe, - 0x83, - 0x2b, - 0xff, - 0x67, - 0xc5, - 0xff, - 0x44, - 0xb0, - 0xff, - 0xb9, - 0x6f, - 0xff, - 0x0d, - 0x4c, - 0xff, - 0x83, - 0x02, - 0xff, - 0xaf, - 0x12, - 0xff, - 0x8d, - 0x56, - 0xff, - 0x97, - 0x98, - 0xff, - 0xd7, - 0xca, - 0xff, - 0x76, - 0xa2, - 0xff, - 0x06, - 0x64, - 0xff, - 0x45, - 0x6a, - 0xff, - 0xfc, - 0x82, - 0xff, - 0x09, - 0xa1, - 0x0d, - 0xec, - 0x74, - 0x24, - 0x3f, - 0xb8, - 0x1d, - 0x3e, - 0x64, - 0x03, - 0x13, - 0x0d, - 0xf6, - 0x9c, - 0xf9, - 0xf0, - 0xb7, - 0x32, - 0xfa, - 0x73, - 0xbb, - 0x0a, - 0x08, - 0xce, - 0x09, - 0x27, - 0x29, - 0xfd, - 0xf3, - 0x90, - 0xf6, - 0x07, - 0x31, - 0xfc, - 0x6f, - 0x73, - 0x02, - 0x40, - 0xf3, - 0xff, - 0x40, - 0xae, - 0xfc, - 0xe4, - 0xdb, - 0xfe, - 0x0a, - 0x93, - 0x01, - 0xfc, - 0x5f, - 0xff, - 0x51, - 0x78, - 0xfd, - 0x5a, - 0xe9, - 0xfe, - 0xdb, - 0x63, - 0xff, - 0x06, - 0xdc, - 0xff, - 0xcc, - 0x38, - 0x00, - 0xa1, - 0x07, - 0xff, - 0x6b, - 0xad, - 0xfe, - 0xfb, - 0xda, - 0xfe, - 0x32, - 0xfb, - 0xff, - 0xb4, - 0xa4, - 0x00, - 0x93, - 0xa3, - 0xff, - 0x5b, - 0x31, - 0x00, - 0xa4, - 0xa4, - 0xff, - 0xdd, - 0x35, - 0xff, - 0xe4, - 0x8c, - 0x00, - 0xad, - 0xa8, - 0xff, - 0x18, - 0xa2, - 0xfe, - 0x52, - 0x1a, - 0xfe, - 0x3d, - 0x02, - 0xfe, - 0xd7, - 0x13, - 0xff, - 0xfd, - 0xf3, - 0xff, - 0xf8, - 0x26, - 0x00, - 0x52, - 0x25, - 0xff, - 0xa7, - 0xbb, - 0xfe, - 0x6d, - 0x3d, - 0xff, - 0x52, - 0x54, - 0xff, - 0xc4, - 0x17, - 0xff, - 0xf4, - 0xe1, - 0xfe, - 0xb5, - 0x07, - 0xff, - 0x39, - 0x1b, - 0xff, - 0x43, - 0xd5, - 0xfe, - 0xca, - 0x84, - 0xfe, - 0x96, - 0x05, - 0xff, - 0x7d, - 0xed, - 0xff, - 0xd4, - 0x2f, - 0x00, - 0xef, - 0xb6, - 0xff, - 0x73, - 0x1d, - 0xff, - 0xf6, - 0x16, - 0xff, - 0xa5, - 0x3b, - 0xff, - 0x87, - 0x76, - 0xff, - 0x08, - 0xa5, - 0xff, - 0x27, - 0x8c, - 0xff, - 0x0e, - 0x8a, - 0xff, - 0xe4, - 0x8d, - 0xff, - 0xc3, - 0x6c, - 0xff, - 0xa1, - 0x60, - 0xff, - 0x0b, - 0x0d, - 0x10, - 0x57, - 0x52, - 0x28, - 0x1e, - 0x2c, - 0x1c, - 0x15, - 0x23, - 0x00, - 0x77, - 0x26, - 0xf7, - 0x4b, - 0x95, - 0xf1, - 0xaa, - 0x28, - 0xfa, - 0x7d, - 0x5c, - 0x0b, - 0x21, - 0x84, - 0x08, - 0xfc, - 0xe7, - 0xfb, - 0xde, - 0xea, - 0xf6, - 0x02, - 0x24, - 0xfc, - 0x02, - 0xd9, - 0x01, - 0xde, - 0x88, - 0x00, - 0x12, - 0xc8, - 0xfc, - 0x64, - 0x0b, - 0xfe, - 0x33, - 0xab, - 0x01, - 0x14, - 0x52, - 0xff, - 0xa2, - 0x57, - 0xfd, - 0x4a, - 0xf7, - 0xfe, - 0xec, - 0x60, - 0xff, - 0xaf, - 0xda, - 0xff, - 0xa7, - 0xd3, - 0xff, - 0x71, - 0x03, - 0xff, - 0xdf, - 0xe1, - 0xfe, - 0x1f, - 0x4d, - 0xfe, - 0x53, - 0x52, - 0xff, - 0xb8, - 0x52, - 0x01, - 0x7f, - 0x20, - 0x00, - 0x55, - 0xd6, - 0xff, - 0x4c, - 0x6e, - 0x00, - 0x47, - 0x54, - 0xff, - 0xa9, - 0xfc, - 0xff, - 0x2b, - 0x2b, - 0x00, - 0x67, - 0x83, - 0xfe, - 0x66, - 0xac, - 0xfd, - 0x85, - 0xf7, - 0xfd, - 0x40, - 0xbe, - 0xfe, - 0xed, - 0xce, - 0xff, - 0xbe, - 0x20, - 0x00, - 0x89, - 0x2c, - 0xff, - 0x65, - 0xe8, - 0xfe, - 0x72, - 0x11, - 0xff, - 0x56, - 0xed, - 0xfe, - 0xfe, - 0xf7, - 0xfe, - 0x3b, - 0x09, - 0xff, - 0xdc, - 0x9a, - 0xfe, - 0x84, - 0x51, - 0xfe, - 0xb2, - 0xda, - 0xfe, - 0x24, - 0xb2, - 0xfe, - 0xe3, - 0xd3, - 0xfe, - 0x41, - 0xed, - 0xff, - 0xab, - 0x57, - 0x00, - 0xf9, - 0xcc, - 0xff, - 0xca, - 0x3d, - 0xff, - 0x81, - 0x60, - 0xff, - 0xc4, - 0x5e, - 0xff, - 0x35, - 0x66, - 0xff, - 0xb3, - 0x8e, - 0xff, - 0xfe, - 0x84, - 0xff, - 0xa5, - 0xab, - 0xff, - 0xa1, - 0x9a, - 0xff, - 0xf7, - 0x47, - 0xff, - 0x37, - 0x1b, - 0xff, - 0x75, - 0x5f, - 0x0e, - 0xca, - 0x96, - 0x28, - 0x74, - 0x5d, - 0x1f, - 0xa8, - 0x17, - 0x00, - 0x62, - 0x92, - 0xf9, - 0x11, - 0xbb, - 0xf3, - 0x7e, - 0x51, - 0xf5, - 0xe8, - 0x72, - 0x0a, - 0x5b, - 0xb6, - 0x0a, - 0x1f, - 0xe2, - 0xfb, - 0x23, - 0x99, - 0xf6, - 0x07, - 0x27, - 0xfb, - 0x69, - 0x73, - 0x01, - 0xc4, - 0x15, - 0x01, - 0xc9, - 0x63, - 0xfd, - 0x94, - 0xf4, - 0xfc, - 0xdb, - 0x2b, - 0x01, - 0x2c, - 0x22, - 0x00, - 0x33, - 0xef, - 0xfc, - 0x14, - 0x09, - 0xff, - 0x56, - 0x9e, - 0xff, - 0xa8, - 0xa3, - 0xff, - 0x4c, - 0x9a, - 0xff, - 0x3a, - 0xff, - 0xfe, - 0xe4, - 0x14, - 0xff, - 0x7c, - 0x53, - 0xfe, - 0x94, - 0x80, - 0xfe, - 0xd8, - 0xee, - 0x00, - 0x1e, - 0x76, - 0x01, - 0x87, - 0x84, - 0xff, - 0x1a, - 0x70, - 0x00, - 0xe2, - 0x65, - 0x00, - 0xaf, - 0x31, - 0xff, - 0x73, - 0x5c, - 0x00, - 0x3d, - 0x16, - 0xff, - 0x0c, - 0x54, - 0xfd, - 0x07, - 0xd6, - 0xfd, - 0xfa, - 0x78, - 0xfe, - 0x5c, - 0x5f, - 0xff, - 0xe1, - 0x05, - 0x00, - 0xf6, - 0xa9, - 0xff, - 0x05, - 0x0d, - 0xff, - 0xca, - 0x98, - 0xfe, - 0x52, - 0xa5, - 0xfe, - 0x3b, - 0x21, - 0xff, - 0xd6, - 0x08, - 0xff, - 0x2c, - 0x54, - 0xfe, - 0x9a, - 0xf6, - 0xfd, - 0x92, - 0xaa, - 0xfe, - 0x9c, - 0xea, - 0xfe, - 0xb2, - 0xd9, - 0xfe, - 0xd5, - 0xc0, - 0xff, - 0x54, - 0x37, - 0x00, - 0xc8, - 0xe6, - 0xff, - 0x79, - 0x61, - 0xff, - 0x9f, - 0x82, - 0xff, - 0x63, - 0x94, - 0xff, - 0xdd, - 0x35, - 0xff, - 0xb7, - 0x78, - 0xff, - 0x90, - 0xab, - 0xff, - 0x01, - 0xc4, - 0xff, - 0xca, - 0x9d, - 0xff, - 0x16, - 0x2e, - 0xff, - 0xc1, - 0xf9, - 0xfe, - 0x1e, - 0x97, - 0x10, - 0x47, - 0x91, - 0x2b, - 0x70, - 0x93, - 0x1c, - 0x38, - 0x99, - 0xfd, - 0x37, - 0x02, - 0xfd, - 0xa5, - 0xfe, - 0xf3, - 0x3e, - 0x71, - 0xf3, - 0x1d, - 0x71, - 0x0b, - 0x90, - 0xad, - 0x0a, - 0xa1, - 0x78, - 0xfa, - 0xc2, - 0xf6, - 0xf5, - 0x49, - 0xca, - 0xfb, - 0x4c, - 0x8d, - 0x01, - 0x86, - 0x97, - 0x00, - 0xc0, - 0x7a, - 0xfd, - 0x48, - 0xba, - 0xfc, - 0x31, - 0x10, - 0x01, - 0xc0, - 0xc4, - 0xff, - 0xf3, - 0xad, - 0xfc, - 0x7a, - 0x88, - 0xff, - 0x79, - 0xf3, - 0xff, - 0xf4, - 0x7b, - 0xff, - 0x54, - 0x0d, - 0xff, - 0x75, - 0x1f, - 0xff, - 0xdc, - 0x2e, - 0xff, - 0x96, - 0x14, - 0xfe, - 0x04, - 0x53, - 0xfe, - 0xa2, - 0x8a, - 0x00, - 0x72, - 0x15, - 0x02, - 0xbb, - 0xd3, - 0xff, - 0xcb, - 0x27, - 0x00, - 0xcb, - 0x06, - 0x01, - 0xb7, - 0x34, - 0xff, - 0x3c, - 0xff, - 0xff, - 0xc8, - 0x45, - 0xff, - 0x24, - 0x5e, - 0xfd, - 0x63, - 0xb0, - 0xfd, - 0xd3, - 0x57, - 0xfe, - 0x80, - 0x27, - 0xff, - 0xbd, - 0xac, - 0xff, - 0x06, - 0xfb, - 0xff, - 0x56, - 0x58, - 0xff, - 0xdf, - 0xf5, - 0xfd, - 0x82, - 0x6e, - 0xfe, - 0xed, - 0x44, - 0xff, - 0xd8, - 0xca, - 0xfe, - 0xd4, - 0x2b, - 0xfe, - 0xd1, - 0xf4, - 0xfd, - 0xa4, - 0x76, - 0xfe, - 0x84, - 0xd2, - 0xfe, - 0xc6, - 0x40, - 0xff, - 0x2b, - 0xcc, - 0xff, - 0x8a, - 0xe6, - 0xff, - 0x0a, - 0xe3, - 0xff, - 0x7e, - 0x7b, - 0xff, - 0x1d, - 0x9c, - 0xff, - 0x3f, - 0x75, - 0xff, - 0xf8, - 0x11, - 0xff, - 0xaa, - 0x90, - 0xff, - 0x86, - 0xd0, - 0xff, - 0xbe, - 0xca, - 0xff, - 0x03, - 0x79, - 0xff, - 0xc3, - 0x19, - 0xff, - 0x03, - 0xfb, - 0xfe, - 0xa5, - 0x06, - 0x13, - 0xd8, - 0x04, - 0x30, - 0x23, - 0x5e, - 0x1a, - 0xc9, - 0xfb, - 0xf7, - 0xf9, - 0x00, - 0xff, - 0x73, - 0x0f, - 0xf7, - 0x72, - 0xfa, - 0xf2, - 0xa3, - 0x02, - 0x0b, - 0xa3, - 0x6b, - 0x09, - 0x57, - 0xac, - 0xf9, - 0x6d, - 0xbf, - 0xf5, - 0xdc, - 0x20, - 0xfc, - 0x75, - 0xbc, - 0x01, - 0x19, - 0xe2, - 0xff, - 0x0a, - 0xcd, - 0xfd, - 0x3a, - 0x51, - 0xfc, - 0x3f, - 0x8b, - 0x00, - 0x4d, - 0xc9, - 0xff, - 0x3c, - 0x5c, - 0xfc, - 0xc0, - 0xf7, - 0xff, - 0x8d, - 0x4b, - 0x00, - 0x3d, - 0xa4, - 0xff, - 0x7e, - 0x96, - 0xfe, - 0x9c, - 0xda, - 0xfe, - 0x8e, - 0x4f, - 0xff, - 0xeb, - 0xcc, - 0xfd, - 0x89, - 0xa5, - 0xfe, - 0x99, - 0xf9, - 0xff, - 0x91, - 0x05, - 0x02, - 0x91, - 0xcf, - 0x00, - 0x12, - 0xf2, - 0xff, - 0xed, - 0x27, - 0x01, - 0x56, - 0x86, - 0xff, - 0xe7, - 0x9e, - 0xff, - 0xc3, - 0x1e, - 0xff, - 0x14, - 0xbe, - 0xfd, - 0x6e, - 0xb0, - 0xfd, - 0x1e, - 0x00, - 0xfe, - 0xac, - 0x48, - 0xff, - 0xc8, - 0x7a, - 0xff, - 0x33, - 0xbe, - 0xff, - 0x42, - 0x5f, - 0xff, - 0x99, - 0xf2, - 0xfd, - 0xdf, - 0x3c, - 0xfe, - 0x48, - 0xb6, - 0xfe, - 0x62, - 0xbe, - 0xfe, - 0xf8, - 0x56, - 0xfe, - 0xf9, - 0xe1, - 0xfd, - 0xff, - 0x51, - 0xfe, - 0x5b, - 0xc6, - 0xfe, - 0xff, - 0xa3, - 0xff, - 0xe3, - 0xea, - 0xff, - 0x75, - 0xa0, - 0xff, - 0x8d, - 0xd5, - 0xff, - 0x50, - 0x9f, - 0xff, - 0x6a, - 0x89, - 0xff, - 0x3f, - 0x38, - 0xff, - 0x0c, - 0x09, - 0xff, - 0xa8, - 0x83, - 0xff, - 0x8b, - 0xd9, - 0xff, - 0xda, - 0xef, - 0xff, - 0xa7, - 0x45, - 0xff, - 0x92, - 0xe4, - 0xfe, - 0x33, - 0x24, - 0xff, - 0xb9, - 0x15, - 0x18, - 0x9b, - 0x20, - 0x35, - 0xad, - 0x8a, - 0x13, - 0x7d, - 0x09, - 0xf3, - 0x4f, - 0xac, - 0x01, - 0x47, - 0x74, - 0xf7, - 0x61, - 0xa1, - 0xf5, - 0x0f, - 0x37, - 0x0b, - 0x14, - 0x6e, - 0x06, - 0x59, - 0x4b, - 0xf9, - 0xe7, - 0x5a, - 0xf5, - 0xdb, - 0x34, - 0xfd, - 0x84, - 0xd7, - 0x01, - 0x2e, - 0x4e, - 0xff, - 0x0c, - 0xcf, - 0xfd, - 0xc7, - 0xe1, - 0xfb, - 0xa8, - 0xdc, - 0x00, - 0x9f, - 0xf8, - 0xfe, - 0xad, - 0x98, - 0xfc, - 0x9d, - 0xb5, - 0x00, - 0x4a, - 0x49, - 0x00, - 0x98, - 0xf6, - 0xff, - 0xb8, - 0xfa, - 0xfd, - 0x08, - 0xf7, - 0xfe, - 0x26, - 0x42, - 0xff, - 0xec, - 0x93, - 0xfd, - 0x16, - 0x45, - 0xff, - 0xc5, - 0xbc, - 0xff, - 0x03, - 0xd5, - 0x01, - 0xe9, - 0x4a, - 0x01, - 0x8f, - 0x47, - 0x00, - 0x40, - 0xe2, - 0x00, - 0x2c, - 0x8a, - 0xff, - 0xbc, - 0xc9, - 0xff, - 0xc1, - 0x97, - 0xfe, - 0x68, - 0x0a, - 0xfe, - 0x65, - 0x30, - 0xfe, - 0xe2, - 0xc6, - 0xfd, - 0x1d, - 0x73, - 0xff, - 0x39, - 0x99, - 0xff, - 0xc0, - 0x45, - 0xff, - 0x31, - 0x20, - 0xff, - 0xd3, - 0x44, - 0xfe, - 0x08, - 0xf3, - 0xfd, - 0xcc, - 0x3a, - 0xfe, - 0x80, - 0xfe, - 0xfe, - 0x3e, - 0x48, - 0xfe, - 0x7f, - 0xd9, - 0xfd, - 0x12, - 0x81, - 0xfe, - 0xe7, - 0xc4, - 0xfe, - 0x2b, - 0xe6, - 0xff, - 0xeb, - 0x17, - 0x00, - 0x31, - 0x78, - 0xff, - 0x0f, - 0xba, - 0xff, - 0x81, - 0xbb, - 0xff, - 0x3b, - 0x71, - 0xff, - 0xd9, - 0x0d, - 0xff, - 0x44, - 0x18, - 0xff, - 0xa9, - 0x76, - 0xff, - 0xb5, - 0xc7, - 0xff, - 0xda, - 0xde, - 0xff, - 0x59, - 0x2a, - 0xff, - 0x14, - 0xde, - 0xfe, - 0xf4, - 0x46, - 0xff, - 0x12, - 0xfb, - 0x17, - 0xa1, - 0xf8, - 0x38, - 0x38, - 0x30, - 0x16, - 0x55, - 0x59, - 0xec, - 0xf6, - 0x93, - 0x00, - 0x72, - 0x27, - 0xfd, - 0x8c, - 0x5f, - 0xf5, - 0xa7, - 0x8d, - 0x09, - 0xf9, - 0x54, - 0x05, - 0xa9, - 0x2e, - 0xfa, - 0x99, - 0x32, - 0xf5, - 0x07, - 0x8d, - 0xfb, - 0x00, - 0x12, - 0x03, - 0x8c, - 0x89, - 0xfe, - 0xdd, - 0x0a, - 0xfe, - 0x93, - 0x9d, - 0xfb, - 0x78, - 0xad, - 0xff, - 0x07, - 0xf0, - 0xff, - 0xed, - 0xfd, - 0xfb, - 0x53, - 0x5e, - 0x01, - 0xc2, - 0x70, - 0x00, - 0x3f, - 0x0d, - 0x00, - 0xe5, - 0x1b, - 0xfe, - 0x47, - 0xf4, - 0xfd, - 0x75, - 0x25, - 0x00, - 0x41, - 0x15, - 0xfd, - 0x0b, - 0xa2, - 0xff, - 0xc3, - 0x11, - 0x00, - 0x8e, - 0xb6, - 0x00, - 0xb2, - 0xea, - 0x01, - 0xee, - 0x77, - 0x00, - 0x74, - 0xd7, - 0x00, - 0xf6, - 0x17, - 0xff, - 0x20, - 0xfe, - 0xff, - 0xa0, - 0xd0, - 0xfe, - 0xc4, - 0xb2, - 0xfd, - 0x5a, - 0x3f, - 0xff, - 0x3b, - 0xaf, - 0xfd, - 0xe6, - 0x60, - 0xff, - 0xf9, - 0xcb, - 0xff, - 0x56, - 0x74, - 0xfe, - 0xd7, - 0x21, - 0xff, - 0x1e, - 0x77, - 0xfe, - 0x0b, - 0xc1, - 0xfd, - 0x4a, - 0xbb, - 0xfd, - 0xc1, - 0xf0, - 0xfe, - 0x49, - 0x9c, - 0xfe, - 0xa1, - 0xb2, - 0xfd, - 0xca, - 0xa1, - 0xfe, - 0x8e, - 0xd1, - 0xfe, - 0x14, - 0xd1, - 0xff, - 0x55, - 0x68, - 0x00, - 0xe7, - 0x68, - 0xff, - 0x80, - 0x7c, - 0xff, - 0xe6, - 0xba, - 0xff, - 0xe3, - 0x5d, - 0xff, - 0x93, - 0x11, - 0xff, - 0x88, - 0x1d, - 0xff, - 0x6f, - 0x56, - 0xff, - 0xfe, - 0x84, - 0xff, - 0x93, - 0xa8, - 0xff, - 0xbf, - 0x30, - 0xff, - 0x53, - 0xdd, - 0xfe, - 0x79, - 0x51, - 0xff, - 0x96, - 0x6b, - 0x1a, - 0x63, - 0xfd, - 0x3c, - 0x86, - 0x38, - 0x14, - 0xb3, - 0x6d, - 0xe7, - 0x7c, - 0x41, - 0x00, - 0xbb, - 0x11, - 0xff, - 0x38, - 0x95, - 0xf7, - 0x65, - 0xd8, - 0x08, - 0x45, - 0x3e, - 0x03, - 0x18, - 0x11, - 0xfb, - 0x10, - 0x95, - 0xf4, - 0x53, - 0xf2, - 0xfa, - 0xa3, - 0xb1, - 0x03, - 0x14, - 0xe2, - 0xfd, - 0x3b, - 0x2c, - 0xfe, - 0xf2, - 0x5a, - 0xfb, - 0x6a, - 0x59, - 0xff, - 0x24, - 0x10, - 0x00, - 0x4a, - 0x18, - 0xfc, - 0x76, - 0xdf, - 0x01, - 0xc1, - 0x3c, - 0x00, - 0x5f, - 0x4e, - 0x00, - 0x63, - 0xe7, - 0xfd, - 0x01, - 0x8d, - 0xfd, - 0x97, - 0xa3, - 0x00, - 0x4c, - 0xc5, - 0xfc, - 0xea, - 0x0b, - 0x00, - 0x3d, - 0xa8, - 0x00, - 0x55, - 0x01, - 0x00, - 0xb5, - 0x65, - 0x01, - 0x2c, - 0xd6, - 0x00, - 0x59, - 0xed, - 0x00, - 0xad, - 0x56, - 0xfe, - 0x14, - 0x44, - 0x00, - 0x71, - 0x31, - 0xff, - 0x30, - 0x9d, - 0xfd, - 0xdc, - 0xbd, - 0xff, - 0xbd, - 0x06, - 0xfe, - 0x2a, - 0xb6, - 0xff, - 0x93, - 0x7d, - 0xff, - 0x68, - 0xec, - 0xfd, - 0xf8, - 0x1b, - 0xff, - 0x19, - 0x6c, - 0xfe, - 0x5c, - 0xd9, - 0xfd, - 0xe6, - 0x66, - 0xfd, - 0x9a, - 0xbf, - 0xfe, - 0xc6, - 0xd1, - 0xfe, - 0xa0, - 0xb0, - 0xfd, - 0xbf, - 0xc7, - 0xfe, - 0xc3, - 0xe6, - 0xfe, - 0x22, - 0xd1, - 0xff, - 0xee, - 0x7d, - 0x00, - 0xd3, - 0x67, - 0xff, - 0x82, - 0x6a, - 0xff, - 0x3e, - 0x9d, - 0xff, - 0x8a, - 0x46, - 0xff, - 0xcc, - 0x0f, - 0xff, - 0x99, - 0x30, - 0xff, - 0x82, - 0x58, - 0xff, - 0x5c, - 0x43, - 0xff, - 0x36, - 0x63, - 0xff, - 0xda, - 0x2b, - 0xff, - 0x26, - 0xe1, - 0xfe, - 0x61, - 0x56, - 0xff, - 0xe5, - 0x28, - 0x1f, - 0x50, - 0xba, - 0x41, - 0x19, - 0xad, - 0x0e, - 0x91, - 0x37, - 0xe3, - 0xef, - 0x68, - 0x00, - 0xdd, - 0xd9, - 0xfe, - 0x77, - 0x86, - 0xfb, - 0x52, - 0x19, - 0x08, - 0xe7, - 0x19, - 0x01, - 0xbe, - 0x17, - 0xfc, - 0x63, - 0xf1, - 0xf2, - 0xdf, - 0x66, - 0xfb, - 0x27, - 0x7d, - 0x03, - 0x25, - 0x3f, - 0xfd, - 0xc5, - 0xb9, - 0xfe, - 0xbb, - 0xd6, - 0xfa, - 0xf2, - 0xdf, - 0xff, - 0x30, - 0xa9, - 0xff, - 0xdd, - 0xa6, - 0xfc, - 0x47, - 0x3b, - 0x02, - 0x0b, - 0xb0, - 0xff, - 0x28, - 0xf4, - 0x00, - 0x8a, - 0x48, - 0xfd, - 0x31, - 0xcd, - 0xfd, - 0x34, - 0xc4, - 0x00, - 0xc9, - 0x74, - 0xfc, - 0x55, - 0x27, - 0x01, - 0x44, - 0xd1, - 0x00, - 0x8f, - 0x3e, - 0xff, - 0xa3, - 0x85, - 0x00, - 0x4e, - 0xe2, - 0x00, - 0x84, - 0x04, - 0x01, - 0x9b, - 0xe3, - 0xfd, - 0xa4, - 0x88, - 0x00, - 0x9e, - 0x99, - 0xff, - 0xc3, - 0x03, - 0xfe, - 0xbe, - 0xd6, - 0xff, - 0x31, - 0xad, - 0xfe, - 0xc4, - 0x34, - 0x00, - 0xc5, - 0xdb, - 0xfe, - 0xeb, - 0xcf, - 0xfd, - 0xe8, - 0xc2, - 0xfe, - 0xdd, - 0x44, - 0xfe, - 0x3a, - 0x36, - 0xfe, - 0x31, - 0x23, - 0xfd, - 0x96, - 0x84, - 0xfe, - 0x51, - 0xbe, - 0xfe, - 0x62, - 0xe2, - 0xfd, - 0x59, - 0xf1, - 0xfe, - 0x1b, - 0x04, - 0xff, - 0x8f, - 0xff, - 0xff, - 0x33, - 0x44, - 0x00, - 0xd2, - 0x6f, - 0xff, - 0xb4, - 0x75, - 0xff, - 0xc2, - 0x6c, - 0xff, - 0x20, - 0x4c, - 0xff, - 0x5f, - 0xed, - 0xfe, - 0x20, - 0x23, - 0xff, - 0x7d, - 0x7a, - 0xff, - 0xa0, - 0x0d, - 0xff, - 0x21, - 0x1a, - 0xff, - 0x6e, - 0x0b, - 0xff, - 0xde, - 0xe6, - 0xfe, - 0x46, - 0x7b, - 0xff, - 0x71, - 0x69, - 0x21, - 0xe8, - 0x0a, - 0x45, - 0xe3, - 0x52, - 0x0d, - 0x38, - 0xef, - 0xdf, - 0x79, - 0xf2, - 0xfe, - 0x6a, - 0xed, - 0xfe, - 0xf1, - 0x98, - 0xfd, - 0x85, - 0x1e, - 0x08, - 0xf2, - 0x3c, - 0x00, - 0xc0, - 0x8d, - 0xfc, - 0x68, - 0xf3, - 0xf1, - 0x92, - 0xe0, - 0xfa, - 0x9b, - 0x2a, - 0x03, - 0x53, - 0x02, - 0xfd, - 0x34, - 0x7d, - 0xff, - 0xd3, - 0xc1, - 0xfa, - 0x85, - 0xfa, - 0xff, - 0xc7, - 0xe0, - 0xff, - 0x08, - 0xa1, - 0xfc, - 0xe3, - 0x2b, - 0x02, - 0xe4, - 0x79, - 0xff, - 0xa9, - 0x65, - 0x01, - 0x94, - 0x4d, - 0xfd, - 0xaf, - 0xa0, - 0xfd, - 0xa9, - 0xec, - 0x00, - 0x10, - 0xa8, - 0xfc, - 0xc1, - 0x8f, - 0x01, - 0xe3, - 0x90, - 0x00, - 0x7a, - 0xbf, - 0xfe, - 0xd1, - 0xd0, - 0xff, - 0xbc, - 0x4b, - 0x00, - 0x58, - 0x86, - 0x01, - 0xc7, - 0x13, - 0xfe, - 0xbd, - 0x5f, - 0x00, - 0x0f, - 0x0c, - 0x00, - 0x87, - 0x78, - 0xfe, - 0xe1, - 0x03, - 0x00, - 0x7f, - 0xde, - 0xfe, - 0x49, - 0x63, - 0x00, - 0xb9, - 0xf8, - 0xfe, - 0xa3, - 0xc5, - 0xfd, - 0xb5, - 0x34, - 0xfe, - 0xea, - 0x16, - 0xfe, - 0x46, - 0xb6, - 0xfe, - 0xb6, - 0x1f, - 0xfd, - 0xd2, - 0x0f, - 0xfe, - 0xc3, - 0xa7, - 0xfe, - 0x3c, - 0x17, - 0xfe, - 0xc2, - 0xf3, - 0xfe, - 0x9d, - 0x28, - 0xff, - 0xb3, - 0x1b, - 0x00, - 0xc2, - 0x0c, - 0x00, - 0x15, - 0x74, - 0xff, - 0x69, - 0x7d, - 0xff, - 0x6f, - 0x58, - 0xff, - 0x19, - 0x45, - 0xff, - 0x70, - 0xd9, - 0xfe, - 0xf1, - 0xfe, - 0xfe, - 0x80, - 0x6f, - 0xff, - 0x10, - 0x19, - 0xff, - 0x05, - 0xe8, - 0xfe, - 0xaf, - 0xe8, - 0xfe, - 0xe1, - 0xf4, - 0xfe, - 0xfb, - 0x8f, - 0xff, - 0x94, - 0x0c, - 0x23, - 0x64, - 0xe2, - 0x47, - 0x11, - 0x12, - 0x0d, - 0x6d, - 0xae, - 0xdd, - 0x9c, - 0x30, - 0xfd, - 0x9f, - 0xe1, - 0xfd, - 0xd2, - 0x24, - 0xff, - 0x33, - 0x0f, - 0x09, - 0xdf, - 0x8f, - 0xff, - 0x7f, - 0xcd, - 0xfc, - 0xf4, - 0x3b, - 0xf1, - 0x11, - 0xed, - 0xf9, - 0x8a, - 0xaa, - 0x02, - 0x89, - 0x3f, - 0xfd, - 0x02, - 0xba, - 0x00, - 0xc7, - 0xb2, - 0xfa, - 0x74, - 0x19, - 0x00, - 0xe6, - 0x4a, - 0x00, - 0x7f, - 0x2a, - 0xfc, - 0x6d, - 0x07, - 0x02, - 0xba, - 0x93, - 0xff, - 0x35, - 0xee, - 0x01, - 0x0a, - 0x6c, - 0xfd, - 0xcf, - 0x71, - 0xfd, - 0xa3, - 0x58, - 0x01, - 0x86, - 0xa6, - 0xfc, - 0x46, - 0x51, - 0x01, - 0x85, - 0x5c, - 0x00, - 0xce, - 0x6a, - 0xfe, - 0x54, - 0x1d, - 0xff, - 0x48, - 0xda, - 0xff, - 0x64, - 0x3e, - 0x02, - 0x43, - 0x7a, - 0xfe, - 0x75, - 0x2e, - 0x00, - 0x86, - 0x5c, - 0x00, - 0x7c, - 0x10, - 0xff, - 0xdd, - 0x19, - 0x00, - 0x24, - 0xbc, - 0xfe, - 0x91, - 0xdf, - 0x00, - 0xcc, - 0x4b, - 0xff, - 0xe5, - 0x9c, - 0xfd, - 0x59, - 0xe7, - 0xfd, - 0xdb, - 0xda, - 0xfd, - 0xc4, - 0x26, - 0xff, - 0xc2, - 0x4f, - 0xfd, - 0x45, - 0x98, - 0xfd, - 0x40, - 0x97, - 0xfe, - 0xa5, - 0x37, - 0xfe, - 0x36, - 0xef, - 0xfe, - 0x3f, - 0x3f, - 0xff, - 0x3b, - 0x2b, - 0x00, - 0xec, - 0xfd, - 0xff, - 0xc2, - 0x6f, - 0xff, - 0x5a, - 0x8f, - 0xff, - 0x22, - 0x36, - 0xff, - 0xbc, - 0x28, - 0xff, - 0x38, - 0xed, - 0xfe, - 0x21, - 0xcb, - 0xfe, - 0x73, - 0x55, - 0xff, - 0xdc, - 0x32, - 0xff, - 0xe4, - 0xd5, - 0xfe, - 0x69, - 0xe1, - 0xfe, - 0x8d, - 0x00, - 0xff, - 0x13, - 0x9f, - 0xff, - 0x73, - 0x09, - 0x25, - 0x45, - 0xab, - 0x4a, - 0xb8, - 0x6a, - 0x0c, - 0x41, - 0x68, - 0xdc, - 0x99, - 0x2d, - 0xfb, - 0xe5, - 0xbb, - 0xfa, - 0x25, - 0xca, - 0x00, - 0x2a, - 0xdc, - 0x0a, - 0x50, - 0xa9, - 0xfe, - 0x1f, - 0xdb, - 0xfc, - 0x06, - 0x58, - 0xf0, - 0x36, - 0xb8, - 0xf8, - 0x6a, - 0x09, - 0x02, - 0x40, - 0x4c, - 0xfe, - 0xd0, - 0x58, - 0x02, - 0x6a, - 0x4c, - 0xfa, - 0xb3, - 0x8a, - 0x00, - 0xf3, - 0x46, - 0x00, - 0x54, - 0x50, - 0xfb, - 0x68, - 0x68, - 0x02, - 0x4c, - 0xc0, - 0xff, - 0x46, - 0x37, - 0x02, - 0x56, - 0xd9, - 0xfd, - 0x34, - 0xb8, - 0xfd, - 0x47, - 0xd8, - 0x00, - 0x27, - 0xf5, - 0xfb, - 0xde, - 0x61, - 0x01, - 0x8d, - 0xbf, - 0xff, - 0x47, - 0x10, - 0xfe, - 0xae, - 0x21, - 0xff, - 0xd0, - 0x93, - 0xff, - 0x63, - 0x96, - 0x02, - 0xfd, - 0x09, - 0xff, - 0x88, - 0x73, - 0x00, - 0xd0, - 0x50, - 0x00, - 0x38, - 0x0f, - 0xff, - 0xa5, - 0x5c, - 0x00, - 0xeb, - 0x17, - 0xff, - 0x94, - 0xfe, - 0x00, - 0xb5, - 0x73, - 0xff, - 0x4d, - 0xef, - 0xfd, - 0xa9, - 0x9d, - 0xfd, - 0xaa, - 0x83, - 0xfd, - 0xd7, - 0x74, - 0xff, - 0xe5, - 0xa9, - 0xfd, - 0x94, - 0x5e, - 0xfd, - 0x71, - 0x58, - 0xfe, - 0x97, - 0x3f, - 0xfe, - 0x54, - 0xd2, - 0xfe, - 0xd4, - 0x43, - 0xff, - 0x8f, - 0x2f, - 0x00, - 0x15, - 0x11, - 0x00, - 0x79, - 0x8f, - 0xff, - 0xf1, - 0x68, - 0xff, - 0xc7, - 0xf8, - 0xfe, - 0xc3, - 0x04, - 0xff, - 0x3a, - 0x00, - 0xff, - 0x63, - 0xb0, - 0xfe, - 0x2f, - 0x29, - 0xff, - 0x44, - 0x52, - 0xff, - 0xc1, - 0xf8, - 0xfe, - 0x00, - 0xe1, - 0xfe, - 0x8a, - 0xfa, - 0xfe, - 0xff, - 0x93, - 0xff, - 0x9c, - 0x97, - 0x26, - 0xe8, - 0x5e, - 0x4c, - 0xee, - 0xda, - 0x0b, - 0x75, - 0xa2, - 0xdc, - 0x84, - 0x52, - 0xf9, - 0x1b, - 0xf3, - 0xf6, - 0xc8, - 0x2e, - 0x02, - 0xc1, - 0x4a, - 0x0c, - 0xda, - 0xe0, - 0xfd, - 0xa2, - 0xc4, - 0xfc, - 0x25, - 0x8b, - 0xef, - 0x54, - 0x3b, - 0xf8, - 0x8f, - 0xb3, - 0x01, - 0x51, - 0x7c, - 0xff, - 0xfa, - 0x9a, - 0x03, - 0x15, - 0xe1, - 0xf9, - 0x70, - 0xbc, - 0x00, - 0x0c, - 0xb7, - 0xff, - 0xfa, - 0x4b, - 0xfb, - 0xfc, - 0xec, - 0x02, - 0xdf, - 0x72, - 0xff, - 0x6f, - 0xdd, - 0x02, - 0xf8, - 0x54, - 0xfe, - 0x88, - 0x02, - 0xfd, - 0x5f, - 0xe2, - 0xff, - 0xb8, - 0xe6, - 0xfb, - 0xed, - 0x1d, - 0x01, - 0x7a, - 0x32, - 0xff, - 0x77, - 0x9d, - 0xfe, - 0xeb, - 0x5f, - 0xff, - 0xdb, - 0x2b, - 0xff, - 0x57, - 0x9a, - 0x02, - 0xe8, - 0xdd, - 0xff, - 0x6d, - 0x9c, - 0x00, - 0x15, - 0x8b, - 0xff, - 0x6e, - 0x4c, - 0xff, - 0xf2, - 0xed, - 0x00, - 0x0d, - 0xe2, - 0xfe, - 0x55, - 0xdf, - 0x00, - 0xdc, - 0x00, - 0x00, - 0xdf, - 0x29, - 0xfe, - 0x2b, - 0x60, - 0xfd, - 0xf8, - 0x61, - 0xfd, - 0x77, - 0x94, - 0xff, - 0xc3, - 0x23, - 0xfe, - 0x4a, - 0x57, - 0xfd, - 0x69, - 0x12, - 0xfe, - 0x94, - 0x1c, - 0xfe, - 0xbb, - 0xa8, - 0xfe, - 0x86, - 0x32, - 0xff, - 0xa6, - 0x19, - 0x00, - 0xf5, - 0x5b, - 0x00, - 0x4f, - 0x9c, - 0xff, - 0x20, - 0x0b, - 0xff, - 0x3b, - 0xc1, - 0xfe, - 0x38, - 0xe5, - 0xfe, - 0xaa, - 0x1d, - 0xff, - 0xce, - 0xaa, - 0xfe, - 0xfb, - 0x1a, - 0xff, - 0x5b, - 0x74, - 0xff, - 0x8d, - 0x12, - 0xff, - 0xef, - 0xec, - 0xfe, - 0x88, - 0xcf, - 0xfe, - 0x77, - 0x7d, - 0xff, - 0xf8, - 0x9c, - 0x26, - 0x76, - 0x4e, - 0x4d, - 0x87, - 0xef, - 0x0d, - 0x1d, - 0xb9, - 0xdd, - 0xa6, - 0x9a, - 0xf6, - 0x14, - 0x85, - 0xf2, - 0x80, - 0x1e, - 0x02, - 0x39, - 0x43, - 0x0e, - 0xf2, - 0x3c, - 0xfd, - 0xf1, - 0x4a, - 0xfc, - 0x21, - 0x03, - 0xf0, - 0x37, - 0xe0, - 0xf7, - 0xcc, - 0x1e, - 0x01, - 0x0d, - 0xcc, - 0x00, - 0x1f, - 0x30, - 0x05, - 0x12, - 0xfe, - 0xf8, - 0x6d, - 0x3e, - 0x00, - 0xb2, - 0x2d, - 0x00, - 0x62, - 0x49, - 0xfb, - 0x19, - 0x50, - 0x03, - 0x70, - 0xd6, - 0xff, - 0x72, - 0xbb, - 0x02, - 0x9d, - 0xbc, - 0xfd, - 0xa4, - 0x66, - 0xfc, - 0xa7, - 0x43, - 0xff, - 0x9f, - 0x56, - 0xfb, - 0x5a, - 0x49, - 0x01, - 0xa4, - 0x88, - 0xff, - 0x3a, - 0xde, - 0xfe, - 0xac, - 0xa2, - 0xff, - 0xbc, - 0x0a, - 0xff, - 0x8c, - 0x99, - 0x02, - 0xc8, - 0xfb, - 0xff, - 0x2f, - 0xa7, - 0x00, - 0x8e, - 0xc7, - 0xff, - 0xd4, - 0x23, - 0xff, - 0xda, - 0xbc, - 0x00, - 0x87, - 0xec, - 0xfe, - 0xc3, - 0xf0, - 0x00, - 0x03, - 0x79, - 0x00, - 0x06, - 0x6a, - 0xfe, - 0x96, - 0x55, - 0xfd, - 0x9c, - 0x6d, - 0xfd, - 0x32, - 0xb9, - 0xff, - 0x96, - 0x96, - 0xfe, - 0xf2, - 0xa1, - 0xfd, - 0x79, - 0xce, - 0xfd, - 0x66, - 0xcc, - 0xfd, - 0x09, - 0x65, - 0xfe, - 0xfd, - 0xd6, - 0xfe, - 0x8f, - 0x31, - 0x00, - 0xaf, - 0x91, - 0x00, - 0x8a, - 0x80, - 0xff, - 0x88, - 0xb6, - 0xfe, - 0x5c, - 0x57, - 0xfe, - 0x76, - 0xe8, - 0xfe, - 0xee, - 0x5a, - 0xff, - 0x07, - 0xc2, - 0xfe, - 0xfa, - 0x07, - 0xff, - 0x33, - 0x8e, - 0xff, - 0x01, - 0x4a, - 0xff, - 0x68, - 0xcb, - 0xfe, - 0x1e, - 0xa1, - 0xfe, - 0xf0, - 0x7d, - 0xff, - 0x4f, - 0x5e, - 0x23, - 0x56, - 0x1d, - 0x4d, - 0xce, - 0x00, - 0x15, - 0x07, - 0xb9, - 0xde, - 0xd9, - 0xea, - 0xf3, - 0x5f, - 0x7f, - 0xef, - 0x42, - 0x6c, - 0xfe, - 0xb5, - 0x28, - 0x11, - 0x29, - 0x11, - 0xfd, - 0x6a, - 0xf9, - 0xfb, - 0x3a, - 0xc4, - 0xf2, - 0xf3, - 0xf2, - 0xf5, - 0xff, - 0x2a, - 0x01, - 0x8c, - 0x6e, - 0x01, - 0xe7, - 0x05, - 0x06, - 0x8a, - 0x0f, - 0xf9, - 0x39, - 0xed, - 0xfe, - 0x1e, - 0xe1, - 0x01, - 0x5d, - 0x24, - 0xfb, - 0x6f, - 0xd4, - 0x03, - 0x19, - 0x5a, - 0xff, - 0x3b, - 0xf4, - 0x00, - 0x8a, - 0x03, - 0xff, - 0x67, - 0x56, - 0xfb, - 0x7a, - 0xbe, - 0xfe, - 0x24, - 0xf6, - 0xfb, - 0x45, - 0x31, - 0x01, - 0x86, - 0xf9, - 0xff, - 0xbf, - 0xb9, - 0xfe, - 0xe9, - 0x80, - 0x00, - 0xd5, - 0xb9, - 0xfe, - 0x1a, - 0xad, - 0x01, - 0x68, - 0x76, - 0x00, - 0xef, - 0x56, - 0x01, - 0x11, - 0xef, - 0xff, - 0x7a, - 0x0f, - 0xfe, - 0xbb, - 0x16, - 0x01, - 0x39, - 0x51, - 0xff, - 0xfb, - 0x38, - 0x00, - 0xf3, - 0xe7, - 0x00, - 0xb2, - 0x08, - 0xff, - 0x18, - 0xa8, - 0xfd, - 0x3e, - 0x43, - 0xfd, - 0x82, - 0xe9, - 0xff, - 0xde, - 0x16, - 0xff, - 0xfe, - 0xef, - 0xfd, - 0x68, - 0x05, - 0xfe, - 0xcf, - 0x48, - 0xfd, - 0x62, - 0x25, - 0xfe, - 0x68, - 0x7c, - 0xfe, - 0x72, - 0xf9, - 0xff, - 0x79, - 0xcb, - 0x00, - 0x74, - 0x4d, - 0xff, - 0xa3, - 0x95, - 0xfe, - 0xa6, - 0x13, - 0xfe, - 0xd2, - 0xf7, - 0xfe, - 0x98, - 0xb0, - 0xff, - 0x42, - 0xd0, - 0xfe, - 0xa5, - 0x0b, - 0xff, - 0x16, - 0x7a, - 0xff, - 0x1e, - 0x6f, - 0xff, - 0x82, - 0xd8, - 0xfe, - 0x1a, - 0x89, - 0xfe, - 0x27, - 0x99, - 0xff, - 0x39, - 0x50, - 0x26, - 0xf5, - 0xba, - 0x4c, - 0xa8, - 0x05, - 0x11, - 0x1a, - 0x6d, - 0xe3, - 0x63, - 0xed, - 0xf2, - 0x96, - 0x5a, - 0xe8, - 0xaf, - 0xd6, - 0xff, - 0x78, - 0xa4, - 0x10, - 0x24, - 0x66, - 0xfd, - 0x83, - 0x6b, - 0xfd, - 0xab, - 0xef, - 0xf2, - 0xdb, - 0xab, - 0xf7, - 0x76, - 0xba, - 0xff, - 0xff, - 0xe8, - 0x02, - 0x58, - 0xf7, - 0x05, - 0x30, - 0xa8, - 0xf7, - 0x1a, - 0x12, - 0x01, - 0x85, - 0x2e, - 0x02, - 0x5b, - 0xb2, - 0xfb, - 0x76, - 0x52, - 0x02, - 0x86, - 0x4d, - 0xfe, - 0x21, - 0xf0, - 0x00, - 0x4e, - 0x21, - 0xfe, - 0x03, - 0x3e, - 0xfc, - 0x1e, - 0x57, - 0xfe, - 0xcc, - 0xaa, - 0xfc, - 0x57, - 0x91, - 0x01, - 0x5e, - 0xa6, - 0xff, - 0x9b, - 0xab, - 0xff, - 0xfe, - 0xd4, - 0xff, - 0x6b, - 0xc7, - 0xfe, - 0x3a, - 0xd6, - 0x01, - 0xc7, - 0x5f, - 0x00, - 0x87, - 0xc1, - 0x01, - 0xcb, - 0xbb, - 0xff, - 0xd3, - 0xc6, - 0xfd, - 0x85, - 0xbe, - 0x00, - 0xb5, - 0xc1, - 0xff, - 0xf4, - 0x0a, - 0x00, - 0xa8, - 0x5b, - 0x00, - 0x50, - 0xfe, - 0xff, - 0xbb, - 0x32, - 0xfe, - 0x52, - 0x45, - 0xfd, - 0x0e, - 0x38, - 0x00, - 0xdb, - 0x71, - 0xff, - 0x6a, - 0x9c, - 0xfe, - 0x40, - 0x2f, - 0xfe, - 0x83, - 0xde, - 0xfc, - 0x73, - 0xda, - 0xfd, - 0x3d, - 0x20, - 0xfe, - 0x66, - 0xaf, - 0xff, - 0xbf, - 0x96, - 0x00, - 0x69, - 0x19, - 0xff, - 0xc8, - 0x61, - 0xfe, - 0x4f, - 0x3c, - 0xfe, - 0x32, - 0x3c, - 0xff, - 0xef, - 0x81, - 0xff, - 0xdb, - 0x17, - 0xff, - 0x51, - 0x49, - 0xff, - 0x13, - 0x32, - 0xff, - 0x24, - 0x60, - 0xff, - 0x39, - 0x0e, - 0xff, - 0x94, - 0xe4, - 0xfe, - 0xe8, - 0x91, - 0xff, - 0x2d, - 0xdf, - 0x24, - 0x90, - 0x58, - 0x4b, - 0x76, - 0xcd, - 0x13, - 0xb7, - 0xbf, - 0xe6, - 0x66, - 0xb2, - 0xf1, - 0x34, - 0xf9, - 0xe3, - 0x73, - 0xcc, - 0xfc, - 0x4f, - 0x05, - 0x12, - 0xfb, - 0x88, - 0xff, - 0x3d, - 0x0e, - 0xfe, - 0xac, - 0x2a, - 0xf4, - 0xd5, - 0x17, - 0xf8, - 0xfa, - 0xdf, - 0xfe, - 0xf5, - 0xa2, - 0x02, - 0x09, - 0x5b, - 0x06, - 0xfa, - 0x90, - 0xf8, - 0x1a, - 0x1c, - 0x02, - 0x25, - 0xb9, - 0x01, - 0x5a, - 0x74, - 0xfa, - 0xd4, - 0x23, - 0x02, - 0xb7, - 0xb2, - 0xfd, - 0x36, - 0x81, - 0x00, - 0x9c, - 0x3b, - 0xff, - 0xcc, - 0x68, - 0xfc, - 0x51, - 0x4b, - 0xfe, - 0x43, - 0x65, - 0xfd, - 0x8a, - 0x93, - 0x01, - 0xea, - 0x5f, - 0xff, - 0x1f, - 0x6a, - 0xff, - 0xc8, - 0x5b, - 0x00, - 0xc2, - 0x32, - 0xff, - 0xe6, - 0x2d, - 0x01, - 0x76, - 0x4f, - 0x00, - 0x05, - 0x34, - 0x02, - 0x5c, - 0xfe, - 0xff, - 0x67, - 0x3d, - 0xfd, - 0x22, - 0x3a, - 0x00, - 0x07, - 0x47, - 0x00, - 0x4d, - 0x6a, - 0x00, - 0x39, - 0xb4, - 0xff, - 0x1d, - 0xa9, - 0xff, - 0x76, - 0xd2, - 0xff, - 0x74, - 0xce, - 0xfd, - 0x49, - 0x74, - 0xff, - 0xc7, - 0x50, - 0x00, - 0x15, - 0x67, - 0xff, - 0x5f, - 0x43, - 0xfe, - 0xe2, - 0xa9, - 0xfc, - 0x3a, - 0x91, - 0xfd, - 0x31, - 0x20, - 0xfe, - 0x75, - 0x1e, - 0xff, - 0xae, - 0xe6, - 0xff, - 0x1f, - 0x0a, - 0xff, - 0xf0, - 0xcd, - 0xfe, - 0x2b, - 0x7a, - 0xfe, - 0x47, - 0x09, - 0xff, - 0x6e, - 0x65, - 0xff, - 0x03, - 0x44, - 0xff, - 0x44, - 0xb3, - 0xff, - 0x19, - 0x39, - 0xff, - 0xdd, - 0x02, - 0xff, - 0x88, - 0x57, - 0xff, - 0x87, - 0x57, - 0xff, - 0x74, - 0x67, - 0xff, - 0x57, - 0x34, - 0x25, - 0xf0, - 0xc7, - 0x49, - 0x71, - 0xcc, - 0x12, - 0x03, - 0x6b, - 0xea, - 0xd2, - 0x0d, - 0xf1, - 0x41, - 0xce, - 0xde, - 0x76, - 0xd3, - 0xfb, - 0x09, - 0x81, - 0x13, - 0x79, - 0x45, - 0x01, - 0x2c, - 0x3d, - 0xfe, - 0xfb, - 0x58, - 0xf5, - 0xa4, - 0x2d, - 0xf9, - 0x6e, - 0x93, - 0xfc, - 0x67, - 0x49, - 0x03, - 0xe2, - 0xf0, - 0x07, - 0x8e, - 0x55, - 0xf8, - 0xb7, - 0xe6, - 0x01, - 0x46, - 0xd7, - 0x00, - 0xa1, - 0xc8, - 0xf9, - 0x54, - 0xcd, - 0x01, - 0x4c, - 0x15, - 0xfe, - 0x20, - 0x77, - 0x00, - 0x12, - 0x79, - 0xff, - 0x87, - 0x16, - 0xfd, - 0xdf, - 0x8b, - 0xfe, - 0x0c, - 0xd3, - 0xfd, - 0xe6, - 0x88, - 0x00, - 0x86, - 0x3c, - 0xff, - 0x32, - 0x55, - 0x00, - 0x50, - 0x36, - 0x00, - 0xd0, - 0xfa, - 0xfe, - 0xff, - 0x0c, - 0x01, - 0x2a, - 0x96, - 0x00, - 0x88, - 0x1e, - 0x02, - 0xbb, - 0xdf, - 0xff, - 0x0d, - 0x0e, - 0xfd, - 0x8f, - 0xd8, - 0xff, - 0xcd, - 0x8b, - 0x00, - 0x3a, - 0xbc, - 0x00, - 0x31, - 0x85, - 0xff, - 0xd4, - 0xc7, - 0xfe, - 0x82, - 0xaa, - 0x00, - 0xe1, - 0x33, - 0xff, - 0x1f, - 0xf8, - 0xfe, - 0x38, - 0xbd, - 0x00, - 0xeb, - 0x0f, - 0x00, - 0x4f, - 0x4e, - 0xfe, - 0x28, - 0xc7, - 0xfc, - 0x72, - 0x2d, - 0xfd, - 0x22, - 0x4d, - 0xfe, - 0x93, - 0xd2, - 0xfe, - 0x39, - 0x9f, - 0xfe, - 0x6e, - 0xa1, - 0xfe, - 0x4a, - 0x7a, - 0xff, - 0x8a, - 0x2e, - 0xff, - 0x52, - 0x92, - 0xfe, - 0xd6, - 0xe6, - 0xfe, - 0xf2, - 0xb8, - 0xff, - 0x75, - 0x10, - 0x00, - 0xfe, - 0x54, - 0xff, - 0x58, - 0xe5, - 0xfe, - 0xed, - 0x5d, - 0xff, - 0x5e, - 0x7d, - 0xff, - 0xc9, - 0x1a, - 0xff, - 0x98, - 0x37, - 0x26, - 0x29, - 0x23, - 0x47, - 0xb2, - 0xd9, - 0x0f, - 0xed, - 0x02, - 0xef, - 0x31, - 0xff, - 0xef, - 0x43, - 0xee, - 0xd9, - 0xe9, - 0x77, - 0xfd, - 0x11, - 0xe8, - 0x13, - 0x61, - 0x69, - 0x02, - 0x3b, - 0xc7, - 0xff, - 0xde, - 0xde, - 0xf5, - 0x5c, - 0xfb, - 0xf8, - 0x64, - 0xcf, - 0xfb, - 0x7a, - 0xd1, - 0x05, - 0x2c, - 0x74, - 0x06, - 0x07, - 0x7a, - 0xf7, - 0x95, - 0xf7, - 0x02, - 0x57, - 0xf0, - 0xfd, - 0x8f, - 0xf9, - 0xfa, - 0x29, - 0xfc, - 0x02, - 0xc8, - 0x02, - 0xfd, - 0x9d, - 0x05, - 0x01, - 0xde, - 0x45, - 0x00, - 0x5c, - 0xdc, - 0xfd, - 0xb7, - 0xda, - 0xfd, - 0xa8, - 0x82, - 0xfd, - 0xac, - 0xca, - 0x00, - 0xbf, - 0x6c, - 0xff, - 0x89, - 0x48, - 0x00, - 0x70, - 0xec, - 0xff, - 0x0c, - 0x72, - 0xff, - 0x4a, - 0xff, - 0x00, - 0x20, - 0x8d, - 0x00, - 0xf1, - 0xde, - 0x01, - 0xc5, - 0xa5, - 0xff, - 0x33, - 0x59, - 0xfd, - 0x12, - 0x91, - 0xff, - 0x28, - 0x41, - 0x00, - 0xca, - 0xf8, - 0x00, - 0x5e, - 0x44, - 0x00, - 0x1e, - 0x18, - 0xfe, - 0x9f, - 0xb7, - 0xff, - 0x31, - 0x1c, - 0x01, - 0x48, - 0x36, - 0x00, - 0x14, - 0xff, - 0xff, - 0xd1, - 0x98, - 0x00, - 0xd0, - 0xf1, - 0xfe, - 0x11, - 0xb1, - 0xfc, - 0x3d, - 0x58, - 0xfd, - 0x24, - 0x16, - 0xfe, - 0xfc, - 0x90, - 0xfe, - 0x98, - 0xc5, - 0xfd, - 0xa2, - 0x72, - 0xfd, - 0x00, - 0xc8, - 0xff, - 0x63, - 0x5f, - 0x00, - 0x4e, - 0xb8, - 0xfe, - 0xcc, - 0x26, - 0xfe, - 0x3c, - 0xd2, - 0xff, - 0x71, - 0x55, - 0x00, - 0xe9, - 0xbd, - 0xff, - 0x23, - 0x83, - 0xff, - 0x11, - 0xd6, - 0xfe, - 0x8a, - 0xe5, - 0xfe, - 0xdb, - 0xdf, - 0xfe, - 0x07, - 0x2e, - 0x26, - 0x6d, - 0x0d, - 0x44, - 0x26, - 0x16, - 0x0e, - 0xdc, - 0x30, - 0xf2, - 0x85, - 0x4b, - 0xef, - 0x82, - 0xe4, - 0xd8, - 0x4f, - 0x0d, - 0xfe, - 0x8b, - 0x33, - 0x13, - 0x80, - 0xcc, - 0x04, - 0x28, - 0xa8, - 0xff, - 0x64, - 0xfb, - 0xf5, - 0x33, - 0xa2, - 0xfa, - 0x3e, - 0x82, - 0xfa, - 0x33, - 0x38, - 0x06, - 0x52, - 0xfa, - 0x05, - 0xf9, - 0x89, - 0xf6, - 0x42, - 0x9e, - 0x02, - 0x07, - 0x0a, - 0xfe, - 0xbf, - 0x4f, - 0xfc, - 0xf1, - 0x63, - 0x02, - 0x50, - 0x52, - 0xfd, - 0x15, - 0xf4, - 0x01, - 0x61, - 0x24, - 0x00, - 0xbe, - 0x69, - 0xfd, - 0x1f, - 0xd6, - 0xfd, - 0xbe, - 0x61, - 0xfe, - 0x76, - 0x41, - 0x00, - 0xe1, - 0x09, - 0xff, - 0xdc, - 0xa6, - 0x00, - 0x3b, - 0x09, - 0x00, - 0xe5, - 0x80, - 0xff, - 0x63, - 0xdc, - 0x00, - 0x79, - 0x7c, - 0x00, - 0x2c, - 0xc4, - 0x01, - 0x6f, - 0xbe, - 0xff, - 0xa9, - 0x1f, - 0xfd, - 0x9c, - 0x84, - 0xff, - 0x09, - 0x5f, - 0x00, - 0x35, - 0xa0, - 0x00, - 0xaf, - 0xc3, - 0x00, - 0x63, - 0x9c, - 0xfe, - 0xad, - 0x91, - 0xfe, - 0x80, - 0x46, - 0x01, - 0x44, - 0x2f, - 0x02, - 0x54, - 0xc7, - 0xff, - 0x58, - 0x8d, - 0x00, - 0x05, - 0xc2, - 0xff, - 0xf7, - 0x63, - 0xfc, - 0xcc, - 0x9d, - 0xfd, - 0x96, - 0xd4, - 0xfd, - 0x1b, - 0x32, - 0xfe, - 0x09, - 0xbe, - 0xfd, - 0x4c, - 0xcb, - 0xfc, - 0x1e, - 0x3f, - 0xff, - 0xf8, - 0x80, - 0x00, - 0xc2, - 0xfa, - 0xff, - 0x85, - 0x52, - 0xfe, - 0x0b, - 0xc5, - 0xfe, - 0xfd, - 0x52, - 0x00, - 0x86, - 0x6b, - 0x00, - 0x3e, - 0x1c, - 0x00, - 0xe0, - 0x62, - 0xfe, - 0x37, - 0xea, - 0xfd, - 0xc5, - 0xc8, - 0xfe, - 0x57, - 0x80, - 0x23, - 0x50, - 0xbf, - 0x3f, - 0x22, - 0x5e, - 0x0e, - 0x69, - 0xf1, - 0xf4, - 0x9e, - 0x1a, - 0xf1, - 0x78, - 0x79, - 0xd9, - 0xa9, - 0x5a, - 0xfc, - 0xf9, - 0xde, - 0x12, - 0x12, - 0xbf, - 0x05, - 0x3a, - 0x3a, - 0x01, - 0xa1, - 0x91, - 0xf7, - 0x04, - 0xbd, - 0xf8, - 0xe7, - 0x65, - 0xfa, - 0xe9, - 0xf0, - 0x06, - 0x44, - 0xc7, - 0x03, - 0xec, - 0xbb, - 0xf6, - 0x1f, - 0x67, - 0x03, - 0x08, - 0xf7, - 0xfd, - 0x2c, - 0xee, - 0xfc, - 0x57, - 0x00, - 0x03, - 0xeb, - 0xfb, - 0xfd, - 0xe4, - 0x08, - 0x01, - 0xaf, - 0xd3, - 0xff, - 0xf3, - 0x59, - 0xfe, - 0x8b, - 0x04, - 0xfe, - 0x3b, - 0x51, - 0xfe, - 0xfe, - 0x8b, - 0xff, - 0x08, - 0x2b, - 0xff, - 0xc8, - 0x4b, - 0x01, - 0xb5, - 0xbe, - 0xff, - 0xdc, - 0x20, - 0xff, - 0x93, - 0x12, - 0x01, - 0x7e, - 0x0b, - 0x01, - 0x1d, - 0x12, - 0x01, - 0x6a, - 0x68, - 0xff, - 0x66, - 0xb9, - 0xfd, - 0x79, - 0x41, - 0xff, - 0x94, - 0x3f, - 0x00, - 0xa5, - 0x8d, - 0x00, - 0xb4, - 0xb3, - 0x00, - 0xde, - 0x6b, - 0xff, - 0xe7, - 0xce, - 0xfe, - 0xcc, - 0x4f, - 0x00, - 0xfb, - 0xab, - 0x02, - 0x7c, - 0x51, - 0x01, - 0x26, - 0xb0, - 0x00, - 0xa8, - 0xc3, - 0xff, - 0x1a, - 0x5a, - 0xfc, - 0x89, - 0x79, - 0xfd, - 0x7d, - 0x09, - 0xfe, - 0x49, - 0xca, - 0xfd, - 0xa9, - 0xc6, - 0xfd, - 0x3c, - 0x0c, - 0xfd, - 0x57, - 0x67, - 0xfe, - 0x39, - 0xb9, - 0xff, - 0x9a, - 0xcd, - 0x00, - 0xe0, - 0x9b, - 0xff, - 0xd9, - 0x48, - 0xfe, - 0xa4, - 0x79, - 0xff, - 0xf2, - 0x92, - 0x00, - 0x47, - 0x62, - 0x00, - 0x1b, - 0x8e, - 0xfe, - 0x4f, - 0x7f, - 0xfd, - 0xf8, - 0x66, - 0xfe, - 0x44, - 0xb1, - 0x21, - 0x2a, - 0x55, - 0x3b, - 0xdc, - 0xe4, - 0x0c, - 0x45, - 0xea, - 0xf7, - 0x48, - 0x9c, - 0xf3, - 0x4e, - 0xce, - 0xda, - 0x43, - 0x70, - 0xfb, - 0xf6, - 0x74, - 0x11, - 0x7a, - 0x8b, - 0x07, - 0x34, - 0xfc, - 0x01, - 0xeb, - 0x88, - 0xf6, - 0xe1, - 0xee, - 0xf8, - 0xcc, - 0x7c, - 0xfa, - 0xbd, - 0x4b, - 0x06, - 0x72, - 0x3d, - 0x03, - 0x94, - 0x1a, - 0xf7, - 0xc1, - 0xce, - 0x03, - 0x11, - 0xf3, - 0xfd, - 0x36, - 0x11, - 0xfe, - 0x9c, - 0x9b, - 0x03, - 0x0d, - 0x98, - 0xfc, - 0x55, - 0xe2, - 0x00, - 0xd1, - 0xf6, - 0x00, - 0x0e, - 0x25, - 0xfe, - 0x23, - 0xdd, - 0xfd, - 0x46, - 0x75, - 0xfe, - 0x44, - 0x35, - 0xff, - 0x94, - 0x96, - 0xff, - 0xa1, - 0x6b, - 0x01, - 0x0b, - 0xed, - 0xfe, - 0x9e, - 0x5b, - 0xff, - 0x71, - 0x02, - 0x02, - 0x20, - 0x9a, - 0x00, - 0xdf, - 0x41, - 0x00, - 0x19, - 0xce, - 0xff, - 0x4b, - 0x0a, - 0xfe, - 0x38, - 0xee, - 0xfe, - 0x85, - 0x3d, - 0x00, - 0x9c, - 0xa3, - 0x00, - 0x2f, - 0x75, - 0x00, - 0xfe, - 0xd3, - 0xff, - 0x47, - 0xed, - 0xff, - 0x76, - 0xf1, - 0xff, - 0x5a, - 0x93, - 0x01, - 0x82, - 0x69, - 0x02, - 0xb9, - 0x7d, - 0x01, - 0x85, - 0xda, - 0xfe, - 0x74, - 0x92, - 0xfc, - 0xd3, - 0xbf, - 0xfd, - 0x7f, - 0xd1, - 0xfd, - 0x08, - 0xf3, - 0xfd, - 0x1c, - 0xb9, - 0xfd, - 0x06, - 0x7d, - 0xfd, - 0x94, - 0x5a, - 0xfe, - 0x5f, - 0xdc, - 0xfe, - 0x82, - 0xa0, - 0x00, - 0x43, - 0x3b, - 0x00, - 0x2b, - 0xe9, - 0xfe, - 0x43, - 0x08, - 0xff, - 0x76, - 0xcd, - 0xff, - 0xc8, - 0x2c, - 0x00, - 0x6b, - 0xf0, - 0xfe, - 0xb3, - 0xff, - 0xfd, - 0x50, - 0x0c, - 0xfe, - 0x9f, - 0x13, - 0x20, - 0x70, - 0x4d, - 0x35, - 0x6e, - 0x08, - 0x0a, - 0x41, - 0xd1, - 0xfc, - 0x27, - 0x9d, - 0xf6, - 0x7b, - 0x8c, - 0xdb, - 0x98, - 0x65, - 0xfc, - 0x49, - 0x2f, - 0x11, - 0x3e, - 0x80, - 0x06, - 0xc3, - 0x4d, - 0x01, - 0x40, - 0xf5, - 0xf7, - 0x42, - 0xf4, - 0xf7, - 0x3a, - 0xb6, - 0xfa, - 0x66, - 0xbb, - 0x07, - 0xaf, - 0xc0, - 0x00, - 0x48, - 0x1a, - 0xf8, - 0x10, - 0xf8, - 0x04, - 0x96, - 0xea, - 0xfd, - 0x67, - 0x54, - 0xff, - 0xf0, - 0x10, - 0x02, - 0x16, - 0x8a, - 0xfc, - 0x79, - 0xfe, - 0x01, - 0x28, - 0xb9, - 0x00, - 0x47, - 0xc9, - 0xfd, - 0xcf, - 0x05, - 0xfe, - 0xff, - 0x10, - 0xff, - 0x0a, - 0xda, - 0xfe, - 0xea, - 0xb1, - 0xff, - 0xdf, - 0x32, - 0x01, - 0x7c, - 0xa1, - 0xfe, - 0x9e, - 0x25, - 0x00, - 0xf4, - 0x07, - 0x02, - 0x71, - 0x2c, - 0x00, - 0x62, - 0xee, - 0xff, - 0xec, - 0xf4, - 0xff, - 0x2e, - 0x56, - 0xfe, - 0xcc, - 0xf2, - 0xfe, - 0x95, - 0x2c, - 0x00, - 0xb2, - 0x80, - 0x00, - 0x80, - 0xfc, - 0x00, - 0x02, - 0x17, - 0x00, - 0x77, - 0x32, - 0x00, - 0x2e, - 0xa0, - 0x00, - 0xf2, - 0xd3, - 0x00, - 0xd2, - 0xbe, - 0x01, - 0xee, - 0xc9, - 0x01, - 0x40, - 0xba, - 0xfe, - 0x4d, - 0xf1, - 0xfc, - 0xdc, - 0x33, - 0xfe, - 0x88, - 0x98, - 0xfd, - 0x1e, - 0x1c, - 0xfe, - 0xbb, - 0xfd, - 0xfd, - 0x0e, - 0xa9, - 0xfd, - 0x83, - 0xd8, - 0xfe, - 0x32, - 0xb4, - 0xfe, - 0x04, - 0xb5, - 0xff, - 0x11, - 0x16, - 0x00, - 0x56, - 0x74, - 0xff, - 0x27, - 0x1a, - 0xff, - 0xff, - 0x64, - 0xff, - 0x8c, - 0xc1, - 0xff, - 0xe8, - 0xcf, - 0xfe, - 0x84, - 0x5c, - 0xfe, - 0x5a, - 0x66, - 0xfe, - 0x0c, - 0x7c, - 0x1d, - 0xc2, - 0xb4, - 0x2f, - 0x77, - 0xc9, - 0x09, - 0x2c, - 0x69, - 0x00, - 0x74, - 0x67, - 0xf7, - 0xf3, - 0xe2, - 0xde, - 0xe7, - 0x6e, - 0xfe, - 0x40, - 0xcc, - 0x0d, - 0x65, - 0x30, - 0x05, - 0xa2, - 0x29, - 0x02, - 0x8a, - 0xbd, - 0xf7, - 0x0a, - 0x46, - 0xf8, - 0x4d, - 0x35, - 0xfc, - 0xd8, - 0xa9, - 0x06, - 0x92, - 0x8b, - 0xff, - 0xfd, - 0xda, - 0xf9, - 0xbb, - 0x80, - 0x05, - 0xda, - 0x9f, - 0xfd, - 0x3d, - 0xe8, - 0xfe, - 0xe4, - 0xfa, - 0x01, - 0xce, - 0x47, - 0xfd, - 0x78, - 0xce, - 0x01, - 0x55, - 0x63, - 0x00, - 0x16, - 0xbd, - 0xfd, - 0xd3, - 0xb3, - 0xfe, - 0x1b, - 0x40, - 0xff, - 0xbf, - 0x3d, - 0xfe, - 0x76, - 0xf1, - 0xff, - 0x3c, - 0x52, - 0x01, - 0xee, - 0x5d, - 0xfe, - 0xd0, - 0x43, - 0x00, - 0x37, - 0x4b, - 0x02, - 0x85, - 0xc1, - 0xff, - 0xde, - 0xbf, - 0xff, - 0x59, - 0x3d, - 0x00, - 0x44, - 0x5c, - 0xfe, - 0x3e, - 0x53, - 0xff, - 0xca, - 0x30, - 0x00, - 0x41, - 0x70, - 0x00, - 0x23, - 0x47, - 0x01, - 0x58, - 0x25, - 0x00, - 0x40, - 0x46, - 0x00, - 0x71, - 0xa7, - 0x00, - 0xdf, - 0xe5, - 0x00, - 0x3a, - 0x15, - 0x01, - 0x95, - 0xbe, - 0x00, - 0x7f, - 0x41, - 0xff, - 0x10, - 0xaa, - 0xfd, - 0x2e, - 0x42, - 0xfe, - 0xf1, - 0xdc, - 0xfd, - 0x4c, - 0xf1, - 0xfd, - 0xeb, - 0x38, - 0xfe, - 0x33, - 0x2b, - 0xfe, - 0xe6, - 0xef, - 0xfe, - 0x50, - 0xfa, - 0xfe, - 0xc6, - 0x28, - 0xff, - 0xe8, - 0x3d, - 0xff, - 0x89, - 0x83, - 0xff, - 0xad, - 0x92, - 0xff, - 0x51, - 0x6e, - 0xff, - 0x42, - 0x37, - 0xff, - 0x84, - 0x94, - 0xfe, - 0xaa, - 0x81, - 0xfe, - 0x13, - 0xc4, - 0xfe, - 0x9e, - 0xfe, - 0x18, - 0xcd, - 0x4c, - 0x2e, - 0x37, - 0x05, - 0x0c, - 0xb5, - 0x59, - 0xfa, - 0xc0, - 0xbe, - 0xf6, - 0x96, - 0x7d, - 0xe4, - 0xf0, - 0x3c, - 0x03, - 0xd9, - 0x1e, - 0x11, - 0xf6, - 0x23, - 0xff, - 0x79, - 0x66, - 0xff, - 0x52, - 0x27, - 0xfa, - 0x02, - 0x03, - 0xfb, - 0xc2, - 0x79, - 0xfc, - 0x0f, - 0x62, - 0x03, - 0xf1, - 0x40, - 0x02, - 0xe8, - 0xd6, - 0xf8, - 0x33, - 0x23, - 0x04, - 0x5c, - 0xb1, - 0xff, - 0xd9, - 0x1d, - 0xfd, - 0xd8, - 0x9f, - 0x02, - 0xfd, - 0xc0, - 0xfd, - 0x48, - 0x74, - 0x01, - 0xcb, - 0x35, - 0x00, - 0x85, - 0xef, - 0xfd, - 0x9d, - 0xd6, - 0xfe, - 0x7a, - 0xaf, - 0xfe, - 0x63, - 0xee, - 0xff, - 0x21, - 0x3d, - 0xff, - 0xd8, - 0x58, - 0x00, - 0x5c, - 0xd2, - 0xff, - 0x5d, - 0x9d, - 0xff, - 0xb0, - 0xa0, - 0xff, - 0x8d, - 0x89, - 0xff, - 0xf9, - 0xd7, - 0x01, - 0x25, - 0x6b, - 0x00, - 0x44, - 0xb2, - 0xfe, - 0xac, - 0x31, - 0x00, - 0x05, - 0x24, - 0x00, - 0x15, - 0x8a, - 0xff, - 0xd6, - 0xd1, - 0xff, - 0xba, - 0xa5, - 0xff, - 0xa2, - 0xbd, - 0xff, - 0x3d, - 0x98, - 0xff, - 0x12, - 0xb6, - 0xff, - 0xe7, - 0xf7, - 0xff, - 0x36, - 0x66, - 0x01, - 0x5c, - 0x24, - 0x02, - 0x2b, - 0x9c, - 0xff, - 0x5d, - 0xfb, - 0xfe, - 0xd2, - 0x2c, - 0xff, - 0x44, - 0xdb, - 0xfe, - 0x54, - 0x92, - 0xfe, - 0xe4, - 0x0b, - 0xfe, - 0x10, - 0x83, - 0xfe, - 0x0d, - 0x36, - 0xfe, - 0x0e, - 0x45, - 0xfe, - 0x7d, - 0x1a, - 0xfe, - 0x8a, - 0x98, - 0xfe, - 0x39, - 0xfc, - 0xff, - 0xd6, - 0x7b, - 0xff, - 0xf1, - 0x0c, - 0xff, - 0x1b, - 0xe4, - 0xfe, - 0x9d, - 0xb3, - 0xfe, - 0x40, - 0x9f, - 0xfe, - 0x7a, - 0xaa, - 0x16, - 0x43, - 0x58, - 0x28, - 0x57, - 0xce, - 0x0e, - 0xfd, - 0xb6, - 0x01, - 0x5b, - 0x9c, - 0xf4, - 0x45, - 0xe5, - 0xe3, - 0xde, - 0x9a, - 0xff, - 0xe6, - 0x1e, - 0x0b, - 0x69, - 0xaf, - 0x03, - 0x12, - 0xc2, - 0x03, - 0x36, - 0xf1, - 0xfb, - 0x28, - 0x37, - 0xfa, - 0x89, - 0xe6, - 0xfa, - 0xce, - 0x2a, - 0x02, - 0x7f, - 0x49, - 0x00, - 0x3d, - 0xac, - 0xfc, - 0xf5, - 0xec, - 0x04, - 0x7f, - 0x54, - 0xfe, - 0xca, - 0x43, - 0xfe, - 0xec, - 0x70, - 0x02, - 0x95, - 0x5f, - 0xfe, - 0xb3, - 0x91, - 0x00, - 0x38, - 0xcc, - 0x00, - 0xb7, - 0x41, - 0xff, - 0x33, - 0xa6, - 0xfe, - 0x4a, - 0xe0, - 0xff, - 0x04, - 0x5a, - 0xff, - 0xdf, - 0x68, - 0xfd, - 0xe7, - 0x09, - 0x00, - 0xfc, - 0xb2, - 0xff, - 0xcb, - 0x5a, - 0xff, - 0x49, - 0x27, - 0x01, - 0x50, - 0xf3, - 0x00, - 0x96, - 0xa4, - 0x01, - 0x65, - 0x6f, - 0x00, - 0x52, - 0xe0, - 0xfe, - 0x95, - 0x7c, - 0xff, - 0xd6, - 0x38, - 0xff, - 0xaa, - 0xe3, - 0xff, - 0x2d, - 0x16, - 0x00, - 0x2b, - 0x09, - 0x00, - 0x05, - 0x31, - 0x00, - 0x1b, - 0x57, - 0xff, - 0x12, - 0xd7, - 0xff, - 0xe1, - 0xe0, - 0xff, - 0xfd, - 0x3a, - 0x01, - 0x78, - 0xff, - 0x01, - 0x30, - 0x9e, - 0xff, - 0xf9, - 0x85, - 0xfe, - 0x82, - 0x4e, - 0xfe, - 0x99, - 0xdd, - 0xfe, - 0xa3, - 0xb0, - 0xfe, - 0x23, - 0x81, - 0xfe, - 0xba, - 0x27, - 0xff, - 0x93, - 0x65, - 0xfe, - 0x5d, - 0x49, - 0xfe, - 0xf2, - 0x67, - 0xfe, - 0x7f, - 0xd7, - 0xfe, - 0x61, - 0xc2, - 0xff, - 0xee, - 0x63, - 0xff, - 0x43, - 0xd2, - 0xfe, - 0xfc, - 0xef, - 0xfe, - 0x85, - 0x0e, - 0xff, - 0xc0, - 0x93, - 0xfe, - 0x17, - 0x23, - 0x13, - 0xf4, - 0x94, - 0x22, - 0xfe, - 0x40, - 0x0f, - 0x59, - 0x11, - 0x04, - 0xbe, - 0x3a, - 0xf7, - 0xb3, - 0x37, - 0xe9, - 0x6c, - 0x57, - 0xfe, - 0x17, - 0x1f, - 0x08, - 0xed, - 0xc6, - 0x03, - 0x3e, - 0xd8, - 0x02, - 0x51, - 0x0d, - 0xfd, - 0x24, - 0xc4, - 0xfb, - 0xa3, - 0x82, - 0xfb, - 0x4f, - 0x52, - 0x01, - 0xfd, - 0x3c, - 0x00, - 0xd5, - 0x0d, - 0xfe, - 0x7f, - 0xc2, - 0x03, - 0xbc, - 0x7b, - 0xfe, - 0x32, - 0xcb, - 0xfe, - 0x6d, - 0xfe, - 0x01, - 0xc9, - 0xe6, - 0xfe, - 0x48, - 0x50, - 0x00, - 0xfe, - 0xfe, - 0x00, - 0x0a, - 0xa9, - 0xff, - 0xd8, - 0x06, - 0xff, - 0x72, - 0x40, - 0x00, - 0x99, - 0x35, - 0xff, - 0x8f, - 0xc8, - 0xfd, - 0x5a, - 0x3b, - 0x00, - 0xcf, - 0xf0, - 0xff, - 0x7f, - 0x74, - 0xff, - 0x3c, - 0xdf, - 0x00, - 0xf1, - 0x1a, - 0x01, - 0xb1, - 0x60, - 0x01, - 0x7c, - 0x43, - 0x00, - 0xd8, - 0x24, - 0xff, - 0x0e, - 0x3f, - 0xff, - 0x5f, - 0x40, - 0xff, - 0xc4, - 0x24, - 0x00, - 0x97, - 0x10, - 0x00, - 0xd6, - 0xe7, - 0xff, - 0xe1, - 0x1a, - 0x00, - 0x6f, - 0x94, - 0xff, - 0xcf, - 0xf5, - 0xff, - 0xab, - 0x13, - 0x00, - 0xb1, - 0x02, - 0x01, - 0x90, - 0x49, - 0x01, - 0x39, - 0x8b, - 0xff, - 0xb0, - 0x97, - 0xfe, - 0x06, - 0x49, - 0xfe, - 0x8e, - 0xcf, - 0xfe, - 0x18, - 0x22, - 0xff, - 0xce, - 0x02, - 0xff, - 0x75, - 0xdc, - 0xfe, - 0xab, - 0xa2, - 0xfe, - 0x69, - 0xcc, - 0xfe, - 0xa6, - 0xad, - 0xfe, - 0xdc, - 0x03, - 0xff, - 0x72, - 0x6b, - 0xff, - 0x76, - 0x41, - 0xff, - 0x26, - 0xd7, - 0xfe, - 0x85, - 0xac, - 0xfe, - 0x2d, - 0xf7, - 0xfe, - 0x14, - 0xe1, - 0xfe, - 0x59, - 0xe8, - 0x0c, - 0x2a, - 0x90, - 0x1d, - 0x4e, - 0x8a, - 0x12, - 0xca, - 0xd2, - 0x04, - 0xcc, - 0xa8, - 0xfc, - 0x7d, - 0xdb, - 0xed, - 0x91, - 0xa4, - 0xf9, - 0x95, - 0x6c, - 0x07, - 0x93, - 0xd3, - 0x02, - 0x34, - 0xa9, - 0x02, - 0x0f, - 0x0b, - 0xff, - 0xcf, - 0x90, - 0xfc, - 0x1e, - 0x7a, - 0xfc, - 0xa7, - 0x7e, - 0xff, - 0x60, - 0x8b, - 0x01, - 0xbb, - 0x32, - 0xfe, - 0x27, - 0x46, - 0x02, - 0x14, - 0x37, - 0x00, - 0x53, - 0x05, - 0xfe, - 0x50, - 0x16, - 0x02, - 0x07, - 0x88, - 0xff, - 0x0d, - 0xda, - 0xff, - 0x06, - 0x57, - 0x01, - 0xe0, - 0x25, - 0x00, - 0x5a, - 0x84, - 0xff, - 0x7f, - 0xfc, - 0xff, - 0xa5, - 0x1c, - 0x00, - 0x48, - 0x6d, - 0xfe, - 0xbc, - 0xb0, - 0xff, - 0xb7, - 0x25, - 0x00, - 0xa8, - 0x1f, - 0xff, - 0x82, - 0x74, - 0x00, - 0x41, - 0x0e, - 0x01, - 0x34, - 0x02, - 0x01, - 0x87, - 0x83, - 0x00, - 0x70, - 0x64, - 0xff, - 0x05, - 0x33, - 0xff, - 0x18, - 0x6c, - 0xff, - 0x3b, - 0x0a, - 0x00, - 0xd7, - 0x05, - 0x00, - 0x4d, - 0x9f, - 0xff, - 0x09, - 0x74, - 0x00, - 0xca, - 0x28, - 0x00, - 0x6e, - 0x97, - 0xff, - 0x9a, - 0x0d, - 0x00, - 0x4f, - 0x90, - 0x00, - 0x42, - 0xd9, - 0x00, - 0x5e, - 0xb5, - 0xff, - 0xff, - 0xb1, - 0xfe, - 0xc3, - 0x76, - 0xfe, - 0xe4, - 0xac, - 0xfe, - 0x8b, - 0x2b, - 0xff, - 0x3b, - 0x3e, - 0xff, - 0x65, - 0x27, - 0xff, - 0x49, - 0xed, - 0xfe, - 0xc2, - 0x0d, - 0xff, - 0x41, - 0xec, - 0xfe, - 0x82, - 0xe9, - 0xfe, - 0xf4, - 0x37, - 0xff, - 0xc2, - 0x23, - 0xff, - 0x69, - 0x0c, - 0xff, - 0x49, - 0xc6, - 0xfe, - 0xfa, - 0xcc, - 0xfe, - 0xce, - 0xec, - 0xfe, - 0xe4, - 0xcd, - 0x0c, - 0xc1, - 0x18, - 0x1a, - 0x25, - 0xa5, - 0x0f, - 0x9a, - 0x23, - 0x06, - 0x09, - 0x8c, - 0xfc, - 0x64, - 0x95, - 0xf0, - 0xfc, - 0x46, - 0xfc, - 0x69, - 0xfb, - 0x04, - 0xca, - 0x54, - 0x02, - 0x4b, - 0x51, - 0x02, - 0x5c, - 0x7e, - 0xff, - 0xb9, - 0x9c, - 0xfd, - 0xb2, - 0xae, - 0xfc, - 0x59, - 0x34, - 0x00, - 0x7b, - 0xb6, - 0x00, - 0xc0, - 0xd6, - 0xfe, - 0x1f, - 0x1b, - 0x02, - 0x74, - 0x9c, - 0xff, - 0xb0, - 0x1f, - 0xff, - 0xb6, - 0x8b, - 0x01, - 0xbf, - 0xc2, - 0xff, - 0x96, - 0x3e, - 0x00, - 0x8a, - 0x40, - 0x01, - 0x33, - 0x9e, - 0x00, - 0x81, - 0xfa, - 0xff, - 0xa7, - 0x7d, - 0x00, - 0xc7, - 0xf8, - 0xff, - 0xd4, - 0x7b, - 0xfe, - 0x7d, - 0x77, - 0xff, - 0xb7, - 0xaf, - 0xff, - 0xae, - 0x0d, - 0xff, - 0x2b, - 0x01, - 0x00, - 0xc0, - 0xe8, - 0x00, - 0xa4, - 0x39, - 0x01, - 0x20, - 0x52, - 0x00, - 0x35, - 0x61, - 0xff, - 0x89, - 0x5c, - 0xff, - 0x77, - 0x40, - 0xff, - 0xd1, - 0xf8, - 0xff, - 0xaa, - 0x21, - 0x00, - 0x0c, - 0x08, - 0x00, - 0xa0, - 0x6c, - 0x00, - 0x77, - 0xc7, - 0xff, - 0x21, - 0xa8, - 0xff, - 0x2e, - 0xc4, - 0xff, - 0x8a, - 0x33, - 0x00, - 0xbc, - 0xad, - 0x00, - 0x92, - 0x86, - 0xff, - 0xad, - 0x81, - 0xfe, - 0xf8, - 0x76, - 0xfe, - 0xed, - 0xf1, - 0xfe, - 0xa5, - 0x4a, - 0xff, - 0xc2, - 0x4c, - 0xff, - 0x1f, - 0x21, - 0xff, - 0x8c, - 0x26, - 0xff, - 0xe7, - 0x60, - 0xff, - 0x57, - 0xe2, - 0xfe, - 0x1f, - 0xab, - 0xfe, - 0xed, - 0x19, - 0xff, - 0x7f, - 0x50, - 0xff, - 0x2c, - 0x22, - 0xff, - 0x2e, - 0xca, - 0xfe, - 0xae, - 0xaf, - 0xfe, - 0x66, - 0xd2, - 0xfe, - 0x99, - 0x05, - 0x0b, - 0xac, - 0x61, - 0x17, - 0x6c, - 0x25, - 0x0f, - 0xfe, - 0x1f, - 0x06, - 0xb0, - 0xcb, - 0xfd, - 0x8b, - 0x77, - 0xf3, - 0xa7, - 0x81, - 0xfc, - 0x05, - 0xea, - 0x03, - 0xc1, - 0xf5, - 0x01, - 0x46, - 0x66, - 0x02, - 0x75, - 0x13, - 0x00, - 0xfd, - 0x52, - 0xfe, - 0x1f, - 0x76, - 0xfd, - 0x2a, - 0x15, - 0x00, - 0x4e, - 0xbf, - 0x00, - 0x69, - 0x1a, - 0xff, - 0x83, - 0xe2, - 0x01, - 0xbc, - 0x11, - 0x00, - 0xbb, - 0x5f, - 0xff, - 0x3d, - 0x83, - 0x01, - 0x11, - 0x24, - 0x00, - 0xb0, - 0xcf, - 0x00, - 0x4b, - 0xd5, - 0x01, - 0x63, - 0xef, - 0x00, - 0x81, - 0x21, - 0x00, - 0x69, - 0x48, - 0x00, - 0x57, - 0xdc, - 0xff, - 0xef, - 0x87, - 0xfe, - 0x22, - 0x20, - 0xff, - 0x3c, - 0x7a, - 0xff, - 0xe8, - 0xff, - 0xfe, - 0x66, - 0xea, - 0xff, - 0xd9, - 0x08, - 0x01, - 0x32, - 0x58, - 0x01, - 0x34, - 0x4b, - 0x00, - 0x8b, - 0x50, - 0xff, - 0x2a, - 0x70, - 0xff, - 0xb7, - 0xc6, - 0xff, - 0xd0, - 0x4e, - 0x00, - 0x2e, - 0xf0, - 0xff, - 0x4e, - 0x08, - 0x00, - 0x42, - 0x7b, - 0x00, - 0xda, - 0xb3, - 0xff, - 0xb8, - 0x6c, - 0xff, - 0x6d, - 0x75, - 0xff, - 0xfe, - 0x56, - 0x00, - 0xc3, - 0xab, - 0x00, - 0xe0, - 0x2e, - 0xff, - 0x99, - 0xa4, - 0xfe, - 0x46, - 0xee, - 0xfe, - 0x4a, - 0x3d, - 0xff, - 0xad, - 0x2d, - 0xff, - 0x6d, - 0x23, - 0xff, - 0xdb, - 0x73, - 0xff, - 0x1c, - 0x7e, - 0xff, - 0x7e, - 0x4f, - 0xff, - 0x4e, - 0xc2, - 0xfe, - 0x5d, - 0xd7, - 0xfe, - 0xd0, - 0x53, - 0xff, - 0xa7, - 0x53, - 0xff, - 0xd1, - 0x25, - 0xff, - 0x21, - 0xe4, - 0xfe, - 0x60, - 0xce, - 0xfe, - 0xd5, - 0xce, - 0xfe, - 0x5e, - 0xdf, - 0x0a, - 0x2c, - 0x38, - 0x15, - 0x60, - 0x7c, - 0x0d, - 0x55, - 0x21, - 0x06, - 0x13, - 0x48, - 0xfd, - 0x61, - 0x5f, - 0xf5, - 0x43, - 0xe1, - 0xfd, - 0x1c, - 0xcd, - 0x02, - 0x1a, - 0xd4, - 0x01, - 0x36, - 0x35, - 0x02, - 0x7a, - 0x5a, - 0x00, - 0x52, - 0xdc, - 0xfe, - 0x39, - 0xed, - 0xfd, - 0xc9, - 0x3b, - 0x00, - 0xd0, - 0x3e, - 0x00, - 0xba, - 0xa2, - 0xff, - 0x1d, - 0xd0, - 0x01, - 0x35, - 0xd3, - 0xff, - 0x91, - 0xe7, - 0xff, - 0x4f, - 0xb9, - 0x01, - 0x74, - 0xb6, - 0x00, - 0xae, - 0x0e, - 0x01, - 0x11, - 0x71, - 0x01, - 0x0d, - 0x7d, - 0x00, - 0xaa, - 0xc4, - 0xff, - 0x51, - 0x15, - 0x00, - 0x2b, - 0x85, - 0xff, - 0xba, - 0x4b, - 0xfe, - 0x8a, - 0x09, - 0xff, - 0xe4, - 0x54, - 0xff, - 0x75, - 0xd6, - 0xfe, - 0xbe, - 0xbe, - 0xff, - 0xb9, - 0x19, - 0x01, - 0xb2, - 0x23, - 0x01, - 0xf5, - 0xe1, - 0xff, - 0x73, - 0xc5, - 0xff, - 0xab, - 0xe8, - 0xff, - 0x0d, - 0x6f, - 0xff, - 0xc0, - 0xd8, - 0xff, - 0x27, - 0x13, - 0x00, - 0x2f, - 0x2e, - 0x00, - 0x8e, - 0xcf, - 0xff, - 0xaa, - 0x4b, - 0xff, - 0x57, - 0x4c, - 0xff, - 0xe0, - 0x3a, - 0xff, - 0x26, - 0x52, - 0x00, - 0xb0, - 0x7b, - 0x00, - 0xb6, - 0x1f, - 0xff, - 0x97, - 0xad, - 0xfe, - 0x3d, - 0xe9, - 0xfe, - 0x83, - 0x3a, - 0xff, - 0xb1, - 0x0d, - 0xff, - 0x1a, - 0x13, - 0xff, - 0x38, - 0x6e, - 0xff, - 0x5c, - 0x5b, - 0xff, - 0x47, - 0x26, - 0xff, - 0x2b, - 0xe8, - 0xfe, - 0xba, - 0xeb, - 0xfe, - 0x77, - 0x32, - 0xff, - 0xce, - 0x49, - 0xff, - 0xa2, - 0x1b, - 0xff, - 0x40, - 0xed, - 0xfe, - 0x4c, - 0xaa, - 0xfe, - 0xeb, - 0x86, - 0xfe, - 0x92, - 0xea, - 0x09, - 0xcc, - 0xce, - 0x13, - 0x2c, - 0xe6, - 0x0c, - 0x9f, - 0x72, - 0x05, - 0xd6, - 0xc6, - 0xfd, - 0xcc, - 0x35, - 0xf7, - 0x9f, - 0x43, - 0xfe, - 0x5d, - 0x7e, - 0x02, - 0x54, - 0xd8, - 0x01, - 0x89, - 0x5a, - 0x02, - 0xeb, - 0xb8, - 0x00, - 0x2f, - 0x65, - 0xff, - 0x29, - 0x8c, - 0xfe, - 0x32, - 0x34, - 0x00, - 0xf2, - 0x58, - 0x00, - 0x2a, - 0xf8, - 0xff, - 0xf2, - 0xe4, - 0x01, - 0x5b, - 0x7b, - 0x00, - 0xab, - 0x4f, - 0x00, - 0x0b, - 0xa3, - 0x01, - 0xe6, - 0xb4, - 0x00, - 0x45, - 0xbb, - 0x00, - 0x4a, - 0x00, - 0x01, - 0x9b, - 0x54, - 0x00, - 0xdb, - 0xb2, - 0xff, - 0xa4, - 0xe5, - 0xff, - 0x3b, - 0xad, - 0xff, - 0xd5, - 0x8b, - 0xfe, - 0x87, - 0xca, - 0xfe, - 0xcc, - 0x2c, - 0xff, - 0xcd, - 0xf9, - 0xfe, - 0xb8, - 0xc7, - 0xff, - 0x02, - 0xfa, - 0x00, - 0xb0, - 0x70, - 0x01, - 0xd2, - 0x6a, - 0x00, - 0x4b, - 0x8d, - 0xff, - 0xac, - 0x9d, - 0xff, - 0x68, - 0x7d, - 0xff, - 0x1a, - 0x1b, - 0x00, - 0x04, - 0x50, - 0x00, - 0xbb, - 0x89, - 0xff, - 0x0d, - 0x77, - 0xff, - 0xe5, - 0x61, - 0xff, - 0x42, - 0x06, - 0xff, - 0x1b, - 0x9a, - 0xff, - 0x25, - 0xa1, - 0x00, - 0x57, - 0x46, - 0x00, - 0xcf, - 0x06, - 0xff, - 0x33, - 0xb2, - 0xfe, - 0x1f, - 0x1f, - 0xff, - 0x1d, - 0x42, - 0xff, - 0xce, - 0xf5, - 0xfe, - 0x21, - 0x05, - 0xff, - 0x60, - 0x73, - 0xff, - 0xbd, - 0x79, - 0xff, - 0x01, - 0x27, - 0xff, - 0xa5, - 0x08, - 0xff, - 0x38, - 0x20, - 0xff, - 0x66, - 0x3d, - 0xff, - 0x14, - 0x39, - 0xff, - 0x4c, - 0x0c, - 0xff, - 0xc5, - 0xe9, - 0xfe, - 0x06, - 0xae, - 0xfe, - 0xf7, - 0x85, - 0xfe, - 0xac, - 0x52, - 0x09, - 0x19, - 0xdc, - 0x12, - 0x4f, - 0x4c, - 0x0c, - 0x8a, - 0x97, - 0x04, - 0x92, - 0x0d, - 0xfe, - 0x4a, - 0xc5, - 0xf8, - 0x8e, - 0xb0, - 0xfe, - 0xb3, - 0x8b, - 0x02, - 0xf8, - 0x1e, - 0x02, - 0xf3, - 0x74, - 0x02, - 0x96, - 0x05, - 0x01, - 0x12, - 0xd0, - 0xff, - 0xfb, - 0x1a, - 0xff, - 0xb1, - 0x4d, - 0x00, - 0xbd, - 0x8d, - 0x00, - 0xba, - 0xa8, - 0x00, - 0x29, - 0xf7, - 0x01, - 0xb0, - 0x5c, - 0x00, - 0xcc, - 0x07, - 0x00, - 0xb5, - 0x18, - 0x01, - 0x47, - 0xb1, - 0x00, - 0x6f, - 0x9d, - 0x00, - 0x5e, - 0x8c, - 0x00, - 0x83, - 0x54, - 0x00, - 0x72, - 0xec, - 0xff, - 0x4b, - 0xe2, - 0xff, - 0xa9, - 0xa0, - 0xff, - 0xda, - 0x98, - 0xfe, - 0x97, - 0xd6, - 0xfe, - 0x0c, - 0x1a, - 0xff, - 0xb1, - 0xf3, - 0xfe, - 0xfb, - 0x63, - 0x00, - 0xb9, - 0x60, - 0x01, - 0x74, - 0xc7, - 0x00, - 0x8a, - 0x10, - 0x00, - 0x3e, - 0xb9, - 0xff, - 0x60, - 0xc4, - 0xff, - 0xd6, - 0xb9, - 0xff, - 0xc3, - 0xf9, - 0xff, - 0x1c, - 0x15, - 0x00, - 0x5a, - 0x47, - 0xff, - 0x0f, - 0x15, - 0xff, - 0x10, - 0x8a, - 0xff, - 0x93, - 0xa9, - 0xff, - 0x33, - 0xda, - 0xff, - 0x5f, - 0x22, - 0x00, - 0x08, - 0xf6, - 0xff, - 0xc7, - 0x3b, - 0xff, - 0x77, - 0xe6, - 0xfe, - 0x65, - 0x27, - 0xff, - 0x93, - 0x08, - 0xff, - 0xdd, - 0xeb, - 0xfe, - 0xdb, - 0x38, - 0xff, - 0x0b, - 0x70, - 0xff, - 0xda, - 0x6c, - 0xff, - 0x97, - 0x52, - 0xff, - 0xca, - 0x50, - 0xff, - 0x99, - 0x2f, - 0xff, - 0x33, - 0x0d, - 0xff, - 0x9d, - 0x18, - 0xff, - 0xdd, - 0x12, - 0xff, - 0xf6, - 0xf8, - 0xfe, - 0x62, - 0xb9, - 0xfe, - 0xfe, - 0x94, - 0xfe, - 0xc9, - 0xca, - 0x08, - 0x71, - 0x43, - 0x12, - 0xf9, - 0xed, - 0x0b, - 0xc1, - 0x9f, - 0x03, - 0x2e, - 0x32, - 0xfe, - 0x26, - 0x2b, - 0xfa, - 0xf6, - 0x1b, - 0xff, - 0x6f, - 0xd9, - 0x02, - 0xde, - 0x80, - 0x02, - 0xd3, - 0x62, - 0x02, - 0xe0, - 0x4f, - 0x01, - 0xd1, - 0x1a, - 0x00, - 0x75, - 0x6d, - 0xff, - 0x03, - 0xd4, - 0x00, - 0xd9, - 0x99, - 0x00, - 0x26, - 0x44, - 0x00, - 0x9e, - 0x8b, - 0x01, - 0x83, - 0x1e, - 0x00, - 0x28, - 0xac, - 0xff, - 0xbe, - 0x99, - 0x00, - 0xf1, - 0xad, - 0x00, - 0x6d, - 0xb0, - 0x00, - 0xdb, - 0x52, - 0x00, - 0x86, - 0x5a, - 0x00, - 0x58, - 0x03, - 0x00, - 0x58, - 0xa5, - 0xff, - 0x79, - 0xad, - 0xff, - 0x11, - 0x09, - 0xff, - 0xeb, - 0x88, - 0xfe, - 0x83, - 0x15, - 0xff, - 0x84, - 0x1b, - 0x00, - 0xf4, - 0x31, - 0x00, - 0xa6, - 0x19, - 0x00, - 0xed, - 0x7f, - 0x00, - 0x10, - 0x59, - 0x00, - 0x93, - 0x03, - 0x00, - 0x21, - 0xa0, - 0xff, - 0x81, - 0x95, - 0xff, - 0x2b, - 0xfb, - 0xff, - 0x96, - 0x92, - 0xff, - 0x14, - 0x35, - 0xff, - 0x41, - 0x97, - 0xff, - 0x08, - 0xbf, - 0xff, - 0xa3, - 0x94, - 0xff, - 0xc1, - 0x97, - 0xff, - 0x9a, - 0xc4, - 0xff, - 0xed, - 0xbe, - 0xff, - 0xaf, - 0x7d, - 0xff, - 0x3f, - 0x1b, - 0xff, - 0x38, - 0xee, - 0xfe, - 0x25, - 0xe7, - 0xfe, - 0x8b, - 0xde, - 0xfe, - 0x43, - 0x48, - 0xff, - 0xf8, - 0x96, - 0xff, - 0xc9, - 0x81, - 0xff, - 0xd1, - 0x6c, - 0xff, - 0x35, - 0x40, - 0xff, - 0xa7, - 0x19, - 0xff, - 0x13, - 0xf2, - 0xfe, - 0x9d, - 0xf4, - 0xfe, - 0x95, - 0x1a, - 0xff, - 0x26, - 0x09, - 0xff, - 0x35, - 0xd7, - 0xfe, - 0x63, - 0x99, - 0xfe, - 0xe9, - 0xb9, - 0x05, - 0xdc, - 0x91, - 0x10, - 0xea, - 0xcd, - 0x0e, - 0xac, - 0xd0, - 0x03, - 0xc3, - 0x34, - 0xff, - 0x04, - 0x06, - 0xfc, - 0xfe, - 0xbb, - 0xfd, - 0x7e, - 0x4e, - 0x03, - 0x6d, - 0x1a, - 0x03, - 0xbe, - 0x6e, - 0x02, - 0xb2, - 0xcb, - 0x01, - 0x12, - 0xbd, - 0x00, - 0x31, - 0xe3, - 0xff, - 0xaf, - 0xaa, - 0xff, - 0x7d, - 0xfa, - 0x00, - 0xe2, - 0x07, - 0x00, - 0x92, - 0xaa, - 0x00, - 0xd6, - 0xf9, - 0x00, - 0x41, - 0x1f, - 0xff, - 0x3a, - 0x26, - 0x00, - 0x6c, - 0xbc, - 0x00, - 0xc5, - 0xdf, - 0x00, - 0xdb, - 0xb5, - 0x00, - 0x85, - 0xdd, - 0xff, - 0x0b, - 0x50, - 0x00, - 0x3e, - 0x24, - 0x00, - 0xfa, - 0xae, - 0xff, - 0x58, - 0x28, - 0xff, - 0x30, - 0x40, - 0xff, - 0xa3, - 0xca, - 0xff, - 0xd3, - 0x12, - 0xff, - 0x9a, - 0x7c, - 0xff, - 0x9f, - 0x5f, - 0x00, - 0x30, - 0x2b, - 0x00, - 0xfc, - 0x61, - 0x00, - 0x28, - 0x4f, - 0x00, - 0x92, - 0xc6, - 0xff, - 0x0f, - 0x77, - 0xff, - 0x4a, - 0x7e, - 0xff, - 0x7e, - 0x03, - 0x00, - 0x52, - 0x0d, - 0x00, - 0xe5, - 0xab, - 0xff, - 0x09, - 0x63, - 0xff, - 0xa8, - 0x4d, - 0xff, - 0x8a, - 0xa3, - 0xff, - 0xbf, - 0xbc, - 0xff, - 0xf5, - 0x9d, - 0xff, - 0xf7, - 0x88, - 0xff, - 0xb8, - 0x7b, - 0xff, - 0x0e, - 0x2e, - 0xff, - 0x6d, - 0x95, - 0xfe, - 0x47, - 0xd4, - 0xfe, - 0x56, - 0x8c, - 0xff, - 0x38, - 0xd2, - 0xff, - 0x9a, - 0xab, - 0xff, - 0xb8, - 0x4f, - 0xff, - 0x27, - 0x39, - 0xff, - 0x59, - 0x26, - 0xff, - 0x29, - 0xf6, - 0xfe, - 0x94, - 0xea, - 0xfe, - 0xae, - 0x18, - 0xff, - 0xca, - 0x3d, - 0xff, - 0xe9, - 0xfa, - 0xfe, - 0x64, - 0xb9, - 0xfe, - 0x9d, - 0x41, - 0x08, - 0x10, - 0xda, - 0x11, - 0xb3, - 0x9b, - 0x0b, - 0xfd, - 0x96, - 0x02, - 0x0c, - 0xe7, - 0xfe, - 0x18, - 0x33, - 0xfc, - 0x5a, - 0xd7, - 0xff, - 0xf6, - 0x53, - 0x03, - 0x85, - 0x2b, - 0x03, - 0xb9, - 0xa5, - 0x02, - 0x83, - 0x6c, - 0x01, - 0xc8, - 0x96, - 0x00, - 0x61, - 0x23, - 0xff, - 0xd4, - 0x96, - 0xff, - 0x1c, - 0x95, - 0x00, - 0xd7, - 0x24, - 0x00, - 0x74, - 0xda, - 0x00, - 0xd6, - 0x2a, - 0x00, - 0x58, - 0x31, - 0xff, - 0xc7, - 0x1b, - 0x00, - 0x80, - 0xda, - 0x00, - 0x77, - 0xc6, - 0x00, - 0xf8, - 0x46, - 0x00, - 0x37, - 0x44, - 0x00, - 0x64, - 0x6e, - 0x00, - 0x3b, - 0xf2, - 0xff, - 0xd6, - 0xa6, - 0xff, - 0x07, - 0x39, - 0x00, - 0xde, - 0x93, - 0xff, - 0x22, - 0x39, - 0xfe, - 0xec, - 0xf5, - 0xfe, - 0x96, - 0xed, - 0xff, - 0x65, - 0x1a, - 0x00, - 0x21, - 0x21, - 0x00, - 0x04, - 0x26, - 0x00, - 0x75, - 0x3d, - 0x00, - 0xf3, - 0x61, - 0xff, - 0x84, - 0x34, - 0xff, - 0x2f, - 0x42, - 0x00, - 0x67, - 0x92, - 0x00, - 0xbf, - 0xef, - 0xff, - 0x48, - 0x32, - 0xff, - 0xe3, - 0x27, - 0xff, - 0x45, - 0x4a, - 0xff, - 0x0f, - 0x89, - 0xff, - 0xa0, - 0xc4, - 0xff, - 0xaf, - 0x6f, - 0xff, - 0x70, - 0x63, - 0xff, - 0x63, - 0x73, - 0xff, - 0x78, - 0x1a, - 0xff, - 0xab, - 0xc8, - 0xfe, - 0x57, - 0x0b, - 0xff, - 0xa0, - 0xa3, - 0xff, - 0x70, - 0xd9, - 0xff, - 0xec, - 0xa9, - 0xff, - 0x28, - 0x31, - 0xff, - 0x88, - 0xf8, - 0xfe, - 0xbc, - 0x0e, - 0xff, - 0x7d, - 0xff, - 0xfe, - 0x97, - 0xf7, - 0xfe, - 0x38, - 0x20, - 0xff, - 0x15, - 0x3d, - 0xff, - 0x3c, - 0xf2, - 0xfe, - 0x52, - 0xc1, - 0xfe, - 0xe4, - 0xf5, - 0x07, - 0x9e, - 0xc4, - 0x11, - 0x5a, - 0x10, - 0x0c, - 0x0c, - 0xce, - 0x02, - 0x64, - 0x4e, - 0xff, - 0x19, - 0xb0, - 0xfc, - 0xfd, - 0x7f, - 0xff, - 0x4d, - 0x07, - 0x03, - 0xee, - 0x1e, - 0x03, - 0xe6, - 0x6f, - 0x02, - 0x81, - 0x87, - 0x01, - 0x8f, - 0x92, - 0x00, - 0x7c, - 0xde, - 0xfe, - 0xf2, - 0x71, - 0xff, - 0x44, - 0x30, - 0x00, - 0xde, - 0xf3, - 0xff, - 0x5f, - 0xf7, - 0x00, - 0x34, - 0x2a, - 0x00, - 0x66, - 0x5a, - 0xff, - 0xeb, - 0xf5, - 0xff, - 0x45, - 0x9e, - 0x00, - 0x09, - 0xbe, - 0x00, - 0x75, - 0x10, - 0x00, - 0x7e, - 0x95, - 0x00, - 0x74, - 0x64, - 0x00, - 0xa7, - 0xdb, - 0xff, - 0x37, - 0x10, - 0x01, - 0x02, - 0x14, - 0x00, - 0x69, - 0x1a, - 0xfe, - 0xbd, - 0xae, - 0xfe, - 0x16, - 0x3d, - 0xff, - 0x79, - 0x4e, - 0xff, - 0x36, - 0x16, - 0x00, - 0xf1, - 0x6c, - 0x00, - 0x8a, - 0xf0, - 0xff, - 0x6b, - 0x4e, - 0xff, - 0x33, - 0x70, - 0xff, - 0xc3, - 0x04, - 0x00, - 0x99, - 0x7f, - 0x00, - 0x0f, - 0x6e, - 0x00, - 0xd5, - 0x8f, - 0xff, - 0x60, - 0x52, - 0xff, - 0xb3, - 0x5a, - 0xff, - 0x3d, - 0x32, - 0xff, - 0x04, - 0x58, - 0xff, - 0x9f, - 0x72, - 0xff, - 0x8e, - 0xa5, - 0xff, - 0xc9, - 0x5d, - 0xff, - 0x98, - 0x02, - 0xff, - 0x54, - 0x45, - 0xff, - 0xe9, - 0x61, - 0xff, - 0xb8, - 0x27, - 0xff, - 0x6f, - 0x3e, - 0xff, - 0xb9, - 0xd8, - 0xff, - 0x1a, - 0xbf, - 0xff, - 0x09, - 0x34, - 0xff, - 0x0c, - 0xf5, - 0xfe, - 0x7b, - 0xc9, - 0xfe, - 0xe2, - 0x07, - 0xff, - 0x69, - 0x20, - 0xff, - 0x32, - 0x19, - 0xff, - 0xa2, - 0x24, - 0xff, - 0xdc, - 0xf7, - 0xfe, - 0xa3, - 0xf5, - 0xfe, - 0x41, - 0xa7, - 0x07, - 0x63, - 0x09, - 0x12, - 0x78, - 0xfb, - 0x0c, - 0x6e, - 0xef, - 0x02, - 0x99, - 0x4b, - 0xff, - 0xcc, - 0xf0, - 0xfc, - 0xb2, - 0x48, - 0xff, - 0xb2, - 0x72, - 0x02, - 0x61, - 0x97, - 0x02, - 0xa5, - 0x20, - 0x02, - 0xfd, - 0x2c, - 0x01, - 0x67, - 0xea, - 0x00, - 0x5d, - 0x6e, - 0xff, - 0xd1, - 0xfc, - 0xfe, - 0xad, - 0x02, - 0x00, - 0x09, - 0xe6, - 0xff, - 0xa9, - 0x7e, - 0x00, - 0x84, - 0x68, - 0x00, - 0x02, - 0xcc, - 0xff, - 0x1c, - 0x14, - 0x00, - 0x2c, - 0x56, - 0x00, - 0x34, - 0x4e, - 0x00, - 0x29, - 0x5d, - 0x00, - 0xbb, - 0x5e, - 0x00, - 0xf0, - 0xf9, - 0xff, - 0xc5, - 0x3c, - 0x01, - 0x53, - 0x6c, - 0x01, - 0x6b, - 0xaa, - 0xfe, - 0xca, - 0x46, - 0xfe, - 0x5e, - 0x33, - 0xff, - 0xe3, - 0xf2, - 0xfe, - 0x27, - 0x58, - 0xff, - 0xd8, - 0x2e, - 0x00, - 0x70, - 0x5b, - 0x00, - 0x42, - 0x65, - 0xff, - 0x19, - 0x0a, - 0xff, - 0x85, - 0xc0, - 0xff, - 0xe1, - 0x55, - 0x00, - 0x4f, - 0x8b, - 0x00, - 0x21, - 0xc6, - 0xff, - 0x5f, - 0x86, - 0xff, - 0x0a, - 0xc3, - 0xff, - 0x3f, - 0x74, - 0xff, - 0xff, - 0x68, - 0xff, - 0xf4, - 0x10, - 0xff, - 0x06, - 0x26, - 0xff, - 0x0e, - 0xa5, - 0xff, - 0x03, - 0x7a, - 0xff, - 0x86, - 0x27, - 0xff, - 0xd4, - 0x0a, - 0xff, - 0x19, - 0x5e, - 0xff, - 0x31, - 0x68, - 0xff, - 0xf2, - 0x64, - 0xff, - 0x57, - 0xa5, - 0xff, - 0x16, - 0x8b, - 0xff, - 0x95, - 0x64, - 0xff, - 0x17, - 0xff, - 0xfe, - 0xbc, - 0xc1, - 0xfe, - 0x3d, - 0xee, - 0xfe, - 0xfa, - 0x17, - 0xff, - 0xdc, - 0x37, - 0xff, - 0xc1, - 0x16, - 0xff, - 0x4c, - 0x0a, - 0xff, - 0x45, - 0x0c, - 0xff, - 0xe7, - 0x28, - 0x07, - 0x71, - 0x52, - 0x12, - 0xfa, - 0x7c, - 0x0e, - 0xf3, - 0x11, - 0x03, - 0xba, - 0xcd, - 0xfe, - 0xb9, - 0x13, - 0xfd, - 0xc6, - 0xff, - 0xfe, - 0x95, - 0x51, - 0x02, - 0xdb, - 0x88, - 0x02, - 0xdd, - 0x70, - 0x01, - 0x12, - 0x8c, - 0x00, - 0x00, - 0xe2, - 0x00, - 0x88, - 0x81, - 0xff, - 0x3d, - 0x34, - 0xff, - 0x8c, - 0x61, - 0x00, - 0x57, - 0xaf, - 0xff, - 0x4d, - 0x6c, - 0x00, - 0x50, - 0x7b, - 0x00, - 0x07, - 0x9c, - 0xff, - 0x93, - 0x64, - 0x00, - 0xa5, - 0x8b, - 0x00, - 0xba, - 0x2b, - 0x00, - 0x96, - 0x23, - 0x00, - 0xcc, - 0x05, - 0x00, - 0x9e, - 0x4f, - 0x00, - 0x14, - 0xc3, - 0x01, - 0xfb, - 0x0d, - 0x01, - 0x9b, - 0x62, - 0xfe, - 0x1e, - 0xad, - 0xfe, - 0x38, - 0x3a, - 0xff, - 0x2c, - 0xe7, - 0xfe, - 0xd8, - 0xc5, - 0xff, - 0x3a, - 0x4c, - 0x00, - 0x21, - 0xf2, - 0xff, - 0x56, - 0x0e, - 0xff, - 0x79, - 0x24, - 0xff, - 0x24, - 0xf7, - 0xff, - 0x69, - 0x75, - 0x00, - 0xed, - 0x54, - 0x00, - 0x3c, - 0x47, - 0xff, - 0x1a, - 0x80, - 0xff, - 0x94, - 0x07, - 0x00, - 0x9a, - 0xbd, - 0xff, - 0xb1, - 0x8e, - 0xff, - 0x5e, - 0xf1, - 0xfe, - 0x02, - 0x22, - 0xff, - 0xc3, - 0x9e, - 0xff, - 0xab, - 0x86, - 0xff, - 0x35, - 0x75, - 0xff, - 0x01, - 0x1d, - 0xff, - 0x4e, - 0xfe, - 0xfe, - 0x2a, - 0x3f, - 0xff, - 0x24, - 0x9e, - 0xff, - 0x1e, - 0xaa, - 0xff, - 0x4a, - 0x85, - 0xff, - 0x1c, - 0x6c, - 0xff, - 0x8f, - 0xf7, - 0xfe, - 0xad, - 0xe1, - 0xfe, - 0x6d, - 0x08, - 0xff, - 0x75, - 0x06, - 0xff, - 0xb8, - 0x2b, - 0xff, - 0xb7, - 0x2d, - 0xff, - 0xf5, - 0x1a, - 0xff, - 0x9f, - 0x0b, - 0xff, - 0x09, - 0x09, - 0x07, - 0x60, - 0xd6, - 0x12, - 0x4d, - 0xbc, - 0x0f, - 0xce, - 0x1f, - 0x03, - 0xbb, - 0x12, - 0xfe, - 0x2d, - 0xca, - 0xfc, - 0x31, - 0xa1, - 0xfe, - 0x2e, - 0x96, - 0x02, - 0x50, - 0x08, - 0x03, - 0x86, - 0x16, - 0x01, - 0x78, - 0x06, - 0x00, - 0x0a, - 0x44, - 0x00, - 0xd4, - 0xf2, - 0xfe, - 0xe3, - 0xf1, - 0xfe, - 0x9b, - 0x6a, - 0x00, - 0xea, - 0x52, - 0x00, - 0x86, - 0xd4, - 0x00, - 0x9f, - 0x54, - 0x00, - 0x7b, - 0x9f, - 0xff, - 0x80, - 0x41, - 0x00, - 0x14, - 0x45, - 0x00, - 0x42, - 0x61, - 0x00, - 0x30, - 0x62, - 0x00, - 0x3f, - 0xc4, - 0xff, - 0xf2, - 0x0f, - 0x00, - 0x23, - 0xec, - 0x01, - 0x87, - 0xf5, - 0x00, - 0x94, - 0x0e, - 0xfe, - 0x2f, - 0xef, - 0xfe, - 0x6a, - 0x76, - 0xff, - 0xd9, - 0xda, - 0xfe, - 0xc0, - 0x2e, - 0x00, - 0x3c, - 0x7c, - 0x00, - 0xf6, - 0x8b, - 0xff, - 0x58, - 0xfc, - 0xfe, - 0x30, - 0x49, - 0xff, - 0x84, - 0xf1, - 0xff, - 0x7f, - 0x6a, - 0x00, - 0x6d, - 0x2b, - 0x00, - 0xb9, - 0x2a, - 0xff, - 0x06, - 0x57, - 0xff, - 0x05, - 0xd7, - 0xff, - 0x73, - 0xf3, - 0xff, - 0x7b, - 0xb1, - 0xff, - 0x52, - 0xda, - 0xfe, - 0xf3, - 0x25, - 0xff, - 0x34, - 0xbd, - 0xff, - 0x45, - 0xbe, - 0xff, - 0x8e, - 0x92, - 0xff, - 0xb9, - 0x32, - 0xff, - 0xe2, - 0xfc, - 0xfe, - 0xaf, - 0x05, - 0xff, - 0x92, - 0x67, - 0xff, - 0xb0, - 0x83, - 0xff, - 0x33, - 0x89, - 0xff, - 0xd6, - 0x7c, - 0xff, - 0x65, - 0x01, - 0xff, - 0xc5, - 0xf8, - 0xfe, - 0x6b, - 0x13, - 0xff, - 0x6b, - 0x11, - 0xff, - 0x7d, - 0x33, - 0xff, - 0xf9, - 0x40, - 0xff, - 0x77, - 0x1e, - 0xff, - 0xcc, - 0xe4, - 0xfe, - 0xcd, - 0x78, - 0x06, - 0x34, - 0xde, - 0x12, - 0x59, - 0xa0, - 0x11, - 0x3d, - 0x05, - 0x04, - 0x10, - 0x3b, - 0xfd, - 0x73, - 0x33, - 0xfc, - 0xbe, - 0x2f, - 0xfe, - 0x0d, - 0xc3, - 0x02, - 0x90, - 0xb8, - 0x03, - 0xa1, - 0x42, - 0x01, - 0x1e, - 0xc9, - 0xff, - 0xbf, - 0xf0, - 0xff, - 0x25, - 0xa2, - 0xfe, - 0x55, - 0x35, - 0xfe, - 0x21, - 0xcd, - 0xff, - 0x26, - 0x63, - 0x00, - 0xe3, - 0x09, - 0x01, - 0x12, - 0xd7, - 0x00, - 0x3a, - 0x13, - 0x00, - 0x1e, - 0x31, - 0x00, - 0xee, - 0x25, - 0x00, - 0x9f, - 0x32, - 0x00, - 0xe7, - 0x5e, - 0x00, - 0x45, - 0x00, - 0x00, - 0x07, - 0xdd, - 0xff, - 0x32, - 0xb2, - 0x01, - 0xdd, - 0x25, - 0x01, - 0x99, - 0xf1, - 0xfd, - 0x00, - 0xcf, - 0xfe, - 0xc7, - 0xb3, - 0xff, - 0x8a, - 0xef, - 0xfe, - 0xa9, - 0x6c, - 0x00, - 0x48, - 0xc3, - 0x00, - 0xd8, - 0x89, - 0xff, - 0x11, - 0x05, - 0xff, - 0x4f, - 0x3b, - 0xff, - 0x63, - 0xfd, - 0xff, - 0x72, - 0x83, - 0x00, - 0xfb, - 0x2f, - 0x00, - 0x28, - 0x15, - 0xff, - 0xe6, - 0x21, - 0xff, - 0xac, - 0xe5, - 0xff, - 0xc0, - 0xdd, - 0xff, - 0x88, - 0xaa, - 0xff, - 0x91, - 0xfb, - 0xfe, - 0xe7, - 0x03, - 0xff, - 0xd4, - 0xda, - 0xff, - 0x37, - 0xee, - 0xff, - 0xcc, - 0xcb, - 0xff, - 0xf9, - 0x70, - 0xff, - 0x30, - 0x1c, - 0xff, - 0xba, - 0x36, - 0xff, - 0xf3, - 0x35, - 0xff, - 0x2b, - 0x35, - 0xff, - 0xd7, - 0x62, - 0xff, - 0x2e, - 0x56, - 0xff, - 0x85, - 0x0a, - 0xff, - 0x36, - 0x1e, - 0xff, - 0xf5, - 0x45, - 0xff, - 0xda, - 0x2f, - 0xff, - 0x56, - 0x3a, - 0xff, - 0x7d, - 0x4e, - 0xff, - 0xee, - 0x3c, - 0xff, - 0x0e, - 0xfe, - 0xfe, - 0x88, - 0x71, - 0x07, - 0x2b, - 0x6a, - 0x14, - 0x50, - 0xe5, - 0x11, - 0x7a, - 0x70, - 0x03, - 0x4a, - 0x71, - 0xfc, - 0xd4, - 0x4d, - 0xfb, - 0xfa, - 0x21, - 0xfe, - 0xf0, - 0x8b, - 0x03, - 0xed, - 0x19, - 0x04, - 0x2b, - 0x0b, - 0x01, - 0x87, - 0xb6, - 0xff, - 0x1e, - 0xad, - 0xff, - 0xa6, - 0x60, - 0xfe, - 0x8e, - 0x1b, - 0xfe, - 0xb4, - 0x45, - 0xff, - 0x83, - 0x05, - 0x00, - 0x8d, - 0xe0, - 0x00, - 0xa3, - 0x93, - 0x00, - 0x48, - 0x18, - 0x00, - 0x92, - 0xa0, - 0x00, - 0xfd, - 0x9d, - 0x00, - 0xef, - 0x24, - 0x00, - 0x72, - 0x2e, - 0x00, - 0xe5, - 0x19, - 0x00, - 0x59, - 0x9b, - 0xff, - 0x12, - 0x3c, - 0x01, - 0xab, - 0x70, - 0x01, - 0xbf, - 0x2c, - 0xfe, - 0x92, - 0x3b, - 0xfe, - 0x0e, - 0x7f, - 0xff, - 0x7a, - 0x56, - 0xff, - 0x3a, - 0x9f, - 0x00, - 0x82, - 0xbc, - 0x00, - 0xb4, - 0xa5, - 0xff, - 0x7d, - 0x34, - 0xff, - 0x0a, - 0x3f, - 0xff, - 0xbb, - 0xda, - 0xff, - 0x89, - 0x81, - 0x00, - 0xa0, - 0x8b, - 0x00, - 0x56, - 0x4e, - 0xff, - 0xf7, - 0xbd, - 0xfe, - 0x9b, - 0x93, - 0xff, - 0x8f, - 0x07, - 0x00, - 0x67, - 0xb9, - 0xff, - 0x49, - 0xd2, - 0xfe, - 0x3f, - 0xed, - 0xfe, - 0xaf, - 0xda, - 0xff, - 0x8c, - 0x0b, - 0x00, - 0x87, - 0xd7, - 0xff, - 0xc3, - 0x7b, - 0xff, - 0x1f, - 0x69, - 0xff, - 0xa0, - 0x66, - 0xff, - 0xb5, - 0x49, - 0xff, - 0xcf, - 0x4c, - 0xff, - 0xf9, - 0x11, - 0xff, - 0x53, - 0xf7, - 0xfe, - 0xe0, - 0xf8, - 0xfe, - 0x7e, - 0x12, - 0xff, - 0xd5, - 0x4d, - 0xff, - 0xed, - 0x4e, - 0xff, - 0x66, - 0x67, - 0xff, - 0x32, - 0x73, - 0xff, - 0x7b, - 0x41, - 0xff, - 0x1c, - 0x03, - 0xff, - 0x9a, - 0xac, - 0x06, - 0xf5, - 0x71, - 0x14, - 0x37, - 0x75, - 0x14, - 0x45, - 0xcb, - 0x04, - 0xc3, - 0x3c, - 0xfb, - 0xd2, - 0x64, - 0xfa, - 0xee, - 0xd0, - 0xfd, - 0x54, - 0x97, - 0x03, - 0x14, - 0xd1, - 0x04, - 0x72, - 0x7a, - 0x01, - 0x1d, - 0x0a, - 0xff, - 0x15, - 0x75, - 0xff, - 0x91, - 0xed, - 0xfe, - 0x77, - 0xb2, - 0xfd, - 0x57, - 0xe6, - 0xfe, - 0x6c, - 0xea, - 0xff, - 0x40, - 0x55, - 0x00, - 0xda, - 0x5e, - 0x00, - 0xc3, - 0xa4, - 0xff, - 0x2d, - 0x25, - 0x00, - 0xa5, - 0xf7, - 0x00, - 0x91, - 0x6b, - 0x00, - 0x7e, - 0x2b, - 0x00, - 0xbc, - 0xa7, - 0x00, - 0x13, - 0x86, - 0xff, - 0x14, - 0xe8, - 0xff, - 0xa7, - 0xd0, - 0x01, - 0xb4, - 0x4a, - 0xff, - 0x75, - 0x80, - 0xfd, - 0x84, - 0x31, - 0xff, - 0x1d, - 0x79, - 0xff, - 0x62, - 0x2f, - 0x00, - 0x6e, - 0xec, - 0x00, - 0xa3, - 0xee, - 0xff, - 0xef, - 0x2a, - 0xff, - 0x06, - 0x44, - 0xff, - 0xe9, - 0xd5, - 0xff, - 0xf7, - 0x3c, - 0x00, - 0xe1, - 0xaa, - 0x00, - 0x8c, - 0x10, - 0x00, - 0xe2, - 0xc6, - 0xfe, - 0x98, - 0x12, - 0xff, - 0xda, - 0xcd, - 0xff, - 0x30, - 0xcb, - 0xff, - 0x37, - 0x1f, - 0xff, - 0xce, - 0xc5, - 0xfe, - 0x68, - 0x88, - 0xff, - 0x87, - 0x06, - 0x00, - 0x61, - 0xe7, - 0xff, - 0x13, - 0x9d, - 0xff, - 0x59, - 0x68, - 0xff, - 0x6b, - 0x6f, - 0xff, - 0x31, - 0x73, - 0xff, - 0xce, - 0x6d, - 0xff, - 0x61, - 0x29, - 0xff, - 0x90, - 0xe4, - 0xfe, - 0x4c, - 0xd0, - 0xfe, - 0xf0, - 0xdb, - 0xfe, - 0x4e, - 0x2a, - 0xff, - 0xe5, - 0x41, - 0xff, - 0x55, - 0x53, - 0xff, - 0x0b, - 0x9d, - 0xff, - 0xb8, - 0x7f, - 0xff, - 0x34, - 0x10, - 0xff, - 0x96, - 0x00, - 0x08, - 0x75, - 0xa5, - 0x16, - 0xc5, - 0x0e, - 0x15, - 0x87, - 0x05, - 0x04, - 0x2e, - 0xa7, - 0xf9, - 0x5b, - 0x45, - 0xf9, - 0xeb, - 0x60, - 0xfe, - 0x79, - 0x56, - 0x04, - 0x7c, - 0x36, - 0x05, - 0x62, - 0x24, - 0x01, - 0xe0, - 0x46, - 0xfe, - 0x07, - 0x72, - 0xff, - 0xb1, - 0x22, - 0xff, - 0x41, - 0xb2, - 0xfd, - 0x7e, - 0xca, - 0xfe, - 0x5b, - 0xee, - 0xff, - 0x73, - 0x24, - 0x00, - 0x20, - 0x01, - 0x00, - 0x64, - 0x79, - 0xff, - 0x47, - 0xb0, - 0xff, - 0xf9, - 0xcd, - 0x00, - 0x36, - 0x8f, - 0x00, - 0x2e, - 0xd9, - 0xff, - 0xaf, - 0xb7, - 0x00, - 0xaa, - 0x2c, - 0x00, - 0x66, - 0x8e, - 0xff, - 0x44, - 0x21, - 0x01, - 0xa3, - 0x3e, - 0x00, - 0xd2, - 0xff, - 0xfd, - 0x79, - 0x2c, - 0xfe, - 0x6d, - 0x2e, - 0xff, - 0x56, - 0x66, - 0x00, - 0x90, - 0xca, - 0x00, - 0xbf, - 0xc4, - 0xff, - 0x0f, - 0x34, - 0xff, - 0x8c, - 0x68, - 0xff, - 0x4e, - 0xbe, - 0xff, - 0xfe, - 0x23, - 0x00, - 0xf5, - 0xce, - 0x00, - 0x30, - 0x81, - 0x00, - 0xb7, - 0x06, - 0xff, - 0x08, - 0xd2, - 0xfe, - 0xdc, - 0xae, - 0xff, - 0x40, - 0xd6, - 0xff, - 0xd6, - 0x43, - 0xff, - 0x0c, - 0xe5, - 0xfe, - 0x5c, - 0x59, - 0xff, - 0xae, - 0xd8, - 0xff, - 0x43, - 0xe6, - 0xff, - 0x17, - 0xc7, - 0xff, - 0x83, - 0x79, - 0xff, - 0x2a, - 0x4b, - 0xff, - 0x96, - 0x58, - 0xff, - 0x0f, - 0x5b, - 0xff, - 0x68, - 0x39, - 0xff, - 0x54, - 0x0b, - 0xff, - 0xd5, - 0xf5, - 0xfe, - 0x17, - 0xf7, - 0xfe, - 0x10, - 0xfe, - 0xfe, - 0x38, - 0x09, - 0xff, - 0xab, - 0x5d, - 0xff, - 0xdc, - 0xb4, - 0xff, - 0xd2, - 0x79, - 0xff, - 0x45, - 0x24, - 0xff, - 0xa4, - 0x41, - 0x08, - 0x68, - 0xdc, - 0x17, - 0x92, - 0x3d, - 0x17, - 0x3c, - 0xb0, - 0x04, - 0x59, - 0xd9, - 0xf7, - 0x9b, - 0x0b, - 0xf8, - 0xdb, - 0x60, - 0xfe, - 0x24, - 0xad, - 0x04, - 0x26, - 0x0f, - 0x06, - 0xee, - 0x0a, - 0x01, - 0xa0, - 0x52, - 0xfd, - 0x07, - 0x23, - 0xff, - 0x5c, - 0x82, - 0xff, - 0x6e, - 0xe8, - 0xfd, - 0x3e, - 0x82, - 0xfe, - 0x22, - 0x06, - 0x00, - 0x5f, - 0x24, - 0x00, - 0x84, - 0x95, - 0xff, - 0x80, - 0x52, - 0xff, - 0x90, - 0x59, - 0xff, - 0xb5, - 0x89, - 0x00, - 0xc2, - 0xce, - 0x00, - 0x0d, - 0xa3, - 0xff, - 0xef, - 0x02, - 0x00, - 0xe6, - 0x64, - 0x00, - 0xd2, - 0xb2, - 0xff, - 0x4d, - 0x59, - 0x00, - 0x6f, - 0xff, - 0x00, - 0xe5, - 0x58, - 0xff, - 0xc4, - 0xcd, - 0xfd, - 0x72, - 0x7e, - 0xfe, - 0xe9, - 0xf7, - 0xff, - 0x96, - 0x77, - 0x00, - 0x5c, - 0xf6, - 0xff, - 0xb1, - 0x44, - 0xff, - 0xae, - 0x16, - 0xff, - 0x0c, - 0x95, - 0xff, - 0x19, - 0x23, - 0x00, - 0x39, - 0xab, - 0x00, - 0x93, - 0xc3, - 0x00, - 0x57, - 0xc1, - 0xff, - 0x85, - 0xcd, - 0xfe, - 0x28, - 0x26, - 0xff, - 0x15, - 0xd4, - 0xff, - 0x30, - 0x96, - 0xff, - 0xc2, - 0x3d, - 0xff, - 0xff, - 0x54, - 0xff, - 0x70, - 0x83, - 0xff, - 0xf7, - 0xcd, - 0xff, - 0xe7, - 0xdb, - 0xff, - 0x7e, - 0x8d, - 0xff, - 0x2f, - 0x37, - 0xff, - 0x14, - 0x2e, - 0xff, - 0x39, - 0x34, - 0xff, - 0x90, - 0x11, - 0xff, - 0x74, - 0x0c, - 0xff, - 0x10, - 0x16, - 0xff, - 0x7d, - 0x15, - 0xff, - 0x1b, - 0xfe, - 0xfe, - 0x8f, - 0x1e, - 0xff, - 0x64, - 0x81, - 0xff, - 0xf7, - 0x9a, - 0xff, - 0xfa, - 0x79, - 0xff, - 0xf2, - 0x2a, - 0xff, - 0xb2, - 0xe6, - 0x07, - 0xf9, - 0x8a, - 0x18, - 0x4b, - 0x4a, - 0x1a, - 0x88, - 0x72, - 0x06, - 0xa8, - 0x10, - 0xf6, - 0xde, - 0x49, - 0xf6, - 0xa8, - 0x2e, - 0xfe, - 0x5d, - 0xf3, - 0x04, - 0xa4, - 0xfc, - 0x06, - 0xba, - 0x59, - 0x01, - 0xe7, - 0x28, - 0xfc, - 0x05, - 0x87, - 0xfe, - 0x22, - 0x08, - 0x00, - 0x0d, - 0x2f, - 0xfe, - 0xa2, - 0x2c, - 0xfe, - 0x04, - 0xf5, - 0xff, - 0x1c, - 0x5d, - 0x00, - 0xf9, - 0x65, - 0xff, - 0xa4, - 0x09, - 0xff, - 0x4f, - 0x24, - 0xff, - 0x8c, - 0x35, - 0x00, - 0x0c, - 0xc6, - 0x00, - 0xc9, - 0x0a, - 0x00, - 0x1f, - 0xa2, - 0xff, - 0x9f, - 0x94, - 0xff, - 0x31, - 0xe3, - 0xff, - 0xd4, - 0xe9, - 0xff, - 0x4e, - 0x7a, - 0x00, - 0x80, - 0xfa, - 0x00, - 0x44, - 0x16, - 0xff, - 0xc3, - 0xb5, - 0xfd, - 0xee, - 0x29, - 0xff, - 0x8d, - 0x7a, - 0x00, - 0x9d, - 0xb3, - 0xff, - 0xf1, - 0xf5, - 0xfe, - 0x67, - 0x4a, - 0xff, - 0xc9, - 0x4f, - 0xff, - 0x07, - 0xad, - 0xff, - 0xcc, - 0xb1, - 0x00, - 0x79, - 0xd3, - 0x00, - 0x5f, - 0x0d, - 0x00, - 0x8e, - 0x38, - 0xff, - 0xdb, - 0x09, - 0xff, - 0x71, - 0x75, - 0xff, - 0x37, - 0xad, - 0xff, - 0x40, - 0xa6, - 0xff, - 0x62, - 0x89, - 0xff, - 0x09, - 0x90, - 0xff, - 0xfc, - 0xba, - 0xff, - 0x18, - 0xd7, - 0xff, - 0x2b, - 0x94, - 0xff, - 0xb6, - 0xea, - 0xfe, - 0xf8, - 0xf4, - 0xfe, - 0x92, - 0x58, - 0xff, - 0x2a, - 0x23, - 0xff, - 0xd6, - 0xd7, - 0xfe, - 0xbc, - 0xd6, - 0xfe, - 0xe7, - 0xf5, - 0xfe, - 0x69, - 0x25, - 0xff, - 0x82, - 0x83, - 0xff, - 0x79, - 0xa8, - 0xff, - 0xb0, - 0xae, - 0xff, - 0x85, - 0x93, - 0xff, - 0x5c, - 0xeb, - 0xfe, - 0xf2, - 0xca, - 0x09, - 0xa6, - 0x34, - 0x1c, - 0xe3, - 0x44, - 0x1b, - 0x7b, - 0x04, - 0x04, - 0xb4, - 0x94, - 0xf3, - 0x95, - 0x6b, - 0xf5, - 0x8c, - 0xe8, - 0xfe, - 0xfd, - 0x82, - 0x06, - 0x88, - 0x70, - 0x07, - 0x71, - 0xf4, - 0xff, - 0x52, - 0x04, - 0xfb, - 0x6c, - 0x7b, - 0xfe, - 0x93, - 0x39, - 0x00, - 0xa2, - 0x43, - 0xfe, - 0x40, - 0x14, - 0xfe, - 0x1e, - 0xee, - 0xff, - 0xae, - 0x62, - 0x00, - 0x6b, - 0x36, - 0xff, - 0x9e, - 0xaf, - 0xfe, - 0x62, - 0x0e, - 0xff, - 0x1e, - 0x26, - 0x00, - 0x2b, - 0x80, - 0x00, - 0x8f, - 0x1c, - 0x00, - 0xce, - 0xa3, - 0xff, - 0xe2, - 0x0c, - 0xff, - 0x81, - 0x5d, - 0xff, - 0x90, - 0xb7, - 0xff, - 0xaf, - 0x2a, - 0x00, - 0xcd, - 0x24, - 0x01, - 0xa2, - 0x62, - 0x00, - 0x4f, - 0x4f, - 0xfe, - 0x5d, - 0x62, - 0xfe, - 0x30, - 0x06, - 0x00, - 0x8d, - 0xc4, - 0xff, - 0xfc, - 0x9f, - 0xfe, - 0x51, - 0xe9, - 0xfe, - 0x95, - 0x37, - 0xff, - 0x89, - 0x61, - 0xff, - 0x34, - 0x82, - 0x00, - 0x67, - 0xee, - 0x00, - 0x44, - 0xff, - 0xff, - 0xc7, - 0x23, - 0xff, - 0xfd, - 0x0c, - 0xff, - 0xfe, - 0x50, - 0xff, - 0x75, - 0x90, - 0xff, - 0x94, - 0xe2, - 0xff, - 0x9e, - 0xcf, - 0xff, - 0x06, - 0x96, - 0xff, - 0xb8, - 0xc6, - 0xff, - 0x68, - 0xf3, - 0xff, - 0x4f, - 0x66, - 0xff, - 0x06, - 0x90, - 0xfe, - 0xd8, - 0xc2, - 0xfe, - 0x5c, - 0x49, - 0xff, - 0x2f, - 0x29, - 0xff, - 0x64, - 0xcd, - 0xfe, - 0xe8, - 0x7e, - 0xfe, - 0x20, - 0xaa, - 0xfe, - 0xc8, - 0x52, - 0xff, - 0x4b, - 0xcd, - 0xff, - 0x2b, - 0xe9, - 0xff, - 0x69, - 0xbd, - 0xff, - 0x23, - 0x28, - 0xff, - 0xec, - 0xb7, - 0xfe, - 0x4e, - 0x8c, - 0x0a, - 0x24, - 0x6b, - 0x1e, - 0x54, - 0x7f, - 0x1d, - 0xad, - 0xff, - 0x03, - 0x5a, - 0x58, - 0xf1, - 0x0d, - 0xd8, - 0xf3, - 0xd4, - 0x69, - 0xff, - 0x94, - 0x79, - 0x07, - 0x26, - 0xe4, - 0x07, - 0xe0, - 0x84, - 0xff, - 0x43, - 0xc9, - 0xf9, - 0xcd, - 0xf3, - 0xfd, - 0x6e, - 0xdd, - 0x00, - 0x5a, - 0x75, - 0xfe, - 0x83, - 0x9e, - 0xfd, - 0xc5, - 0x18, - 0x00, - 0xae, - 0x74, - 0x00, - 0x3f, - 0xe5, - 0xfe, - 0x40, - 0xa6, - 0xfe, - 0x0e, - 0xf6, - 0xfe, - 0x67, - 0xf7, - 0xff, - 0x80, - 0x75, - 0x00, - 0x0b, - 0x12, - 0x00, - 0xdf, - 0x96, - 0xff, - 0x55, - 0x1a, - 0xff, - 0x95, - 0xbe, - 0xfe, - 0x88, - 0x23, - 0xff, - 0x20, - 0x56, - 0x00, - 0x76, - 0xe4, - 0x00, - 0x2f, - 0x07, - 0x01, - 0x2d, - 0xc3, - 0xff, - 0x4c, - 0x3c, - 0xfe, - 0x8f, - 0x12, - 0xff, - 0xbf, - 0xc8, - 0xff, - 0xb8, - 0xd6, - 0xfe, - 0xda, - 0x72, - 0xfe, - 0xbf, - 0x26, - 0xff, - 0xb7, - 0x31, - 0xff, - 0xb8, - 0xdb, - 0xff, - 0x64, - 0x0b, - 0x01, - 0xd7, - 0x53, - 0x00, - 0xab, - 0x25, - 0xff, - 0x1a, - 0xe7, - 0xfe, - 0xfb, - 0x15, - 0xff, - 0x3f, - 0x45, - 0xff, - 0x21, - 0xe6, - 0xff, - 0xa6, - 0x5c, - 0x00, - 0x28, - 0xe4, - 0xff, - 0xef, - 0xb2, - 0xff, - 0xcd, - 0xb4, - 0xff, - 0x50, - 0x38, - 0xff, - 0xf9, - 0xd2, - 0xfe, - 0x24, - 0xfd, - 0xfe, - 0x74, - 0x0b, - 0xff, - 0x3b, - 0xc8, - 0xfe, - 0x60, - 0x9e, - 0xfe, - 0x81, - 0x8f, - 0xfe, - 0x9f, - 0xd3, - 0xfe, - 0x6c, - 0x50, - 0xff, - 0x7b, - 0xe5, - 0xff, - 0x90, - 0x18, - 0x00, - 0xc6, - 0x78, - 0xff, - 0xc3, - 0xd7, - 0xfe, - 0xfb, - 0x04, - 0xff, - 0x37, - 0x7d, - 0x0b, - 0x4e, - 0xa3, - 0x20, - 0x33, - 0x88, - 0x1f, - 0xfd, - 0x2b, - 0x04, - 0x64, - 0x0f, - 0xef, - 0xb5, - 0x0a, - 0xf2, - 0x5b, - 0x24, - 0x00, - 0xd7, - 0x80, - 0x08, - 0xe8, - 0x1d, - 0x08, - 0x73, - 0xf1, - 0xfe, - 0x77, - 0x8f, - 0xf8, - 0xc7, - 0x4d, - 0xfd, - 0x41, - 0x86, - 0x01, - 0x09, - 0xf0, - 0xfe, - 0xcb, - 0xe9, - 0xfc, - 0xe3, - 0xfd, - 0xff, - 0x7b, - 0xc2, - 0x00, - 0xb0, - 0xa5, - 0xfe, - 0x4b, - 0x63, - 0xfe, - 0xdf, - 0xec, - 0xfe, - 0xe5, - 0x04, - 0x00, - 0x8d, - 0x2e, - 0x00, - 0xb7, - 0x13, - 0x00, - 0x13, - 0x7e, - 0xff, - 0x59, - 0xf4, - 0xfe, - 0x86, - 0xd0, - 0xfe, - 0x7b, - 0x40, - 0xfe, - 0x8b, - 0x14, - 0x00, - 0x68, - 0x41, - 0x01, - 0x5c, - 0xe1, - 0x00, - 0x69, - 0xab, - 0x00, - 0xcf, - 0x4b, - 0xff, - 0xdd, - 0x6e, - 0xfe, - 0x85, - 0xd4, - 0xfe, - 0xce, - 0x30, - 0xff, - 0xf9, - 0x89, - 0xfe, - 0x14, - 0xa5, - 0xfe, - 0x5f, - 0x61, - 0xff, - 0x5d, - 0x72, - 0xff, - 0x39, - 0x53, - 0x00, - 0x45, - 0xb1, - 0x00, - 0xd7, - 0x7e, - 0xff, - 0x71, - 0xb6, - 0xfe, - 0x76, - 0xfa, - 0xfe, - 0x2e, - 0xfd, - 0xfe, - 0xbc, - 0x5e, - 0xff, - 0xce, - 0x75, - 0x00, - 0xa9, - 0x82, - 0x00, - 0xfc, - 0xcc, - 0xff, - 0x61, - 0x17, - 0xff, - 0x48, - 0xc5, - 0xfe, - 0x4b, - 0x38, - 0xff, - 0x14, - 0x8b, - 0xff, - 0xa2, - 0xf5, - 0xfe, - 0xa0, - 0x50, - 0xfe, - 0x65, - 0x53, - 0xfe, - 0xd3, - 0xa8, - 0xfe, - 0xaa, - 0x19, - 0xff, - 0x03, - 0x79, - 0xff, - 0x13, - 0xde, - 0xff, - 0x5b, - 0xcb, - 0xff, - 0xb4, - 0x30, - 0xff, - 0x5f, - 0x03, - 0xff, - 0x41, - 0x42, - 0xff, - 0xc2, - 0xd0, - 0x0b, - 0x72, - 0xb7, - 0x22, - 0x0d, - 0xdf, - 0x21, - 0x59, - 0xa1, - 0x04, - 0xc9, - 0x06, - 0xee, - 0xd0, - 0xda, - 0xef, - 0xdc, - 0xed, - 0xff, - 0xd1, - 0x03, - 0x0a, - 0x1d, - 0x40, - 0x08, - 0xae, - 0x74, - 0xfe, - 0xab, - 0x8c, - 0xf7, - 0x90, - 0x95, - 0xfc, - 0x05, - 0xe3, - 0x01, - 0x87, - 0x94, - 0xff, - 0x6d, - 0x96, - 0xfc, - 0x33, - 0x60, - 0xff, - 0x70, - 0x29, - 0x01, - 0x14, - 0x86, - 0xfe, - 0x0b, - 0x49, - 0xfe, - 0xa6, - 0xd8, - 0xfe, - 0x60, - 0xee, - 0xff, - 0xf4, - 0x66, - 0x00, - 0x49, - 0x98, - 0xff, - 0xd5, - 0x97, - 0xff, - 0x15, - 0xe8, - 0xfe, - 0x76, - 0xa8, - 0xfe, - 0xdb, - 0x39, - 0xfe, - 0xba, - 0x4c, - 0xff, - 0x23, - 0x58, - 0x01, - 0xb3, - 0x35, - 0x01, - 0x54, - 0xbb, - 0x00, - 0xf7, - 0x3d, - 0x00, - 0xe8, - 0x44, - 0xff, - 0x62, - 0xe6, - 0xfd, - 0xbd, - 0x5d, - 0xfe, - 0x30, - 0x2a, - 0xff, - 0xea, - 0x86, - 0xfe, - 0x35, - 0x34, - 0xff, - 0x4f, - 0x8c, - 0xff, - 0x63, - 0x95, - 0xff, - 0xe9, - 0x67, - 0x00, - 0xf1, - 0x11, - 0x00, - 0x25, - 0xe7, - 0xfe, - 0x0b, - 0xb7, - 0xfe, - 0x31, - 0x1c, - 0xff, - 0x57, - 0x11, - 0xff, - 0x0b, - 0xf0, - 0xff, - 0x72, - 0xbd, - 0x00, - 0x5b, - 0xbe, - 0xff, - 0xd7, - 0xb3, - 0xfe, - 0x8e, - 0xb2, - 0xfe, - 0x33, - 0x3c, - 0xff, - 0x0a, - 0xa7, - 0xff, - 0xf3, - 0x36, - 0xff, - 0x02, - 0x5e, - 0xfe, - 0xb3, - 0x39, - 0xfe, - 0xe0, - 0xbb, - 0xfe, - 0xad, - 0x49, - 0xff, - 0x09, - 0xa7, - 0xff, - 0x72, - 0xa8, - 0xff, - 0x80, - 0x61, - 0xff, - 0x91, - 0x4c, - 0xff, - 0xf2, - 0x49, - 0xff, - 0x88, - 0x2c, - 0xff, - 0xd1, - 0x89, - 0x0b, - 0x94, - 0xd9, - 0x23, - 0x15, - 0x8d, - 0x24, - 0xa1, - 0x38, - 0x06, - 0x4f, - 0x1a, - 0xee, - 0x7f, - 0x9d, - 0xed, - 0x1a, - 0x74, - 0xfe, - 0xb5, - 0x8e, - 0x0b, - 0x61, - 0x95, - 0x08, - 0x1d, - 0x23, - 0xfe, - 0x9f, - 0x16, - 0xf7, - 0x89, - 0x4b, - 0xfb, - 0x14, - 0xf2, - 0x01, - 0xab, - 0x8a, - 0x00, - 0x37, - 0x6d, - 0xfc, - 0x09, - 0x62, - 0xfe, - 0x81, - 0x88, - 0x01, - 0x35, - 0xbc, - 0xfe, - 0x65, - 0xe5, - 0xfd, - 0xac, - 0x14, - 0xff, - 0xd8, - 0xc5, - 0xff, - 0x17, - 0x89, - 0x00, - 0xe8, - 0x6a, - 0xff, - 0xbf, - 0x52, - 0xff, - 0xb3, - 0x06, - 0xff, - 0xc1, - 0x81, - 0xfe, - 0x20, - 0x6c, - 0xfe, - 0xd5, - 0xe0, - 0xfe, - 0xf1, - 0xc0, - 0x00, - 0x06, - 0x97, - 0x01, - 0x94, - 0x08, - 0x01, - 0x9e, - 0x42, - 0x00, - 0x15, - 0x57, - 0x00, - 0xb8, - 0x90, - 0xfe, - 0x7d, - 0xf9, - 0xfc, - 0xb2, - 0xde, - 0xfe, - 0x50, - 0x3b, - 0xff, - 0x2c, - 0xd7, - 0xfe, - 0x9f, - 0xaa, - 0xff, - 0x86, - 0x72, - 0xff, - 0xe4, - 0x67, - 0xff, - 0x2e, - 0x54, - 0x00, - 0x02, - 0xa2, - 0xff, - 0x88, - 0x75, - 0xfe, - 0x3b, - 0x25, - 0xff, - 0xa5, - 0x6b, - 0xff, - 0xd2, - 0x79, - 0xff, - 0x21, - 0x0d, - 0x00, - 0xfb, - 0x9e, - 0xff, - 0xa7, - 0xb4, - 0xfe, - 0xd3, - 0x8f, - 0xfe, - 0xae, - 0xf6, - 0xfe, - 0x51, - 0x5c, - 0xff, - 0xb3, - 0x9c, - 0xff, - 0x3f, - 0xf0, - 0xfe, - 0x55, - 0x40, - 0xfe, - 0x51, - 0xbe, - 0xfe, - 0x73, - 0x86, - 0xff, - 0x6b, - 0xbc, - 0xff, - 0x6b, - 0x68, - 0xff, - 0x7f, - 0x41, - 0xff, - 0x99, - 0x65, - 0xff, - 0x51, - 0x4b, - 0xff, - 0xe4, - 0xfd, - 0xfe, - 0x22, - 0x60, - 0x0e, - 0xc8, - 0x15, - 0x28, - 0x76, - 0x43, - 0x23, - 0x87, - 0xd8, - 0x02, - 0xd0, - 0x8f, - 0xed, - 0x24, - 0x6c, - 0xed, - 0x0a, - 0x2f, - 0xff, - 0x62, - 0x0d, - 0x0d, - 0xb4, - 0xd4, - 0x07, - 0x2d, - 0x17, - 0xfc, - 0x2f, - 0xa8, - 0xf6, - 0xd4, - 0x69, - 0xfb, - 0x26, - 0xf1, - 0x01, - 0x6a, - 0xc1, - 0x00, - 0x26, - 0xda, - 0xfb, - 0x44, - 0x3b, - 0xfe, - 0x5a, - 0x72, - 0x01, - 0x78, - 0x78, - 0xfe, - 0x23, - 0xf8, - 0xfd, - 0x2e, - 0x17, - 0xff, - 0x04, - 0x07, - 0x00, - 0xed, - 0x5b, - 0x00, - 0x71, - 0x34, - 0xff, - 0xa4, - 0xef, - 0xfe, - 0xdc, - 0xcb, - 0xfe, - 0x14, - 0x95, - 0xfe, - 0xfb, - 0x4d, - 0xfe, - 0x85, - 0x4b, - 0xff, - 0xa0, - 0x34, - 0x00, - 0xc2, - 0x26, - 0x01, - 0x9e, - 0x99, - 0x01, - 0x43, - 0x0d, - 0x00, - 0x29, - 0x8c, - 0x00, - 0x25, - 0x6e, - 0xff, - 0xde, - 0xa0, - 0xfc, - 0xf8, - 0xe5, - 0xfd, - 0x04, - 0x9b, - 0xff, - 0xc1, - 0x27, - 0xff, - 0x27, - 0x62, - 0xff, - 0x36, - 0x93, - 0xff, - 0x04, - 0xa8, - 0xfe, - 0x37, - 0xb4, - 0xff, - 0x62, - 0x3d, - 0x00, - 0xcd, - 0xa5, - 0xfe, - 0x46, - 0xfa, - 0xfe, - 0x45, - 0xee, - 0xff, - 0x25, - 0x61, - 0xff, - 0xd5, - 0x06, - 0xff, - 0xd6, - 0x3f, - 0xff, - 0x98, - 0xc6, - 0xfe, - 0xd1, - 0x4f, - 0xfe, - 0x59, - 0x7f, - 0xfe, - 0xb3, - 0x11, - 0xff, - 0xe7, - 0xb2, - 0xff, - 0x53, - 0x68, - 0xff, - 0x8f, - 0xa6, - 0xfe, - 0x44, - 0xc9, - 0xfe, - 0x0e, - 0xa0, - 0xff, - 0x1c, - 0xaa, - 0xff, - 0xfa, - 0x60, - 0xff, - 0xe5, - 0x65, - 0xff, - 0x9a, - 0x33, - 0xff, - 0xfd, - 0xf2, - 0xfe, - 0x11, - 0xd9, - 0xfe, - 0x1e, - 0x69, - 0x11, - 0x4c, - 0x6c, - 0x2c, - 0xa7, - 0x46, - 0x21, - 0xbc, - 0x0c, - 0xff, - 0x75, - 0x17, - 0xee, - 0x36, - 0x02, - 0xee, - 0x01, - 0x70, - 0xff, - 0x2a, - 0x0d, - 0x0e, - 0x5d, - 0x24, - 0x07, - 0x7f, - 0x6a, - 0xfa, - 0x86, - 0x48, - 0xf6, - 0xdd, - 0xba, - 0xfb, - 0x14, - 0xf5, - 0x01, - 0x02, - 0xa3, - 0x00, - 0x6d, - 0x93, - 0xfb, - 0xc0, - 0x12, - 0xfe, - 0x3e, - 0x37, - 0x01, - 0xd9, - 0x63, - 0xfe, - 0x44, - 0x3b, - 0xfe, - 0x4d, - 0x35, - 0xff, - 0xa5, - 0x3d, - 0x00, - 0xc5, - 0x71, - 0x00, - 0xbf, - 0xdc, - 0xfe, - 0x25, - 0x99, - 0xfe, - 0x3a, - 0xc6, - 0xfe, - 0x30, - 0x7f, - 0xfe, - 0xf3, - 0x5b, - 0xfe, - 0x1f, - 0xed, - 0xff, - 0x70, - 0x18, - 0x00, - 0xc1, - 0x40, - 0x00, - 0x8b, - 0xca, - 0x01, - 0x8b, - 0x67, - 0x00, - 0x70, - 0x2c, - 0x00, - 0xbb, - 0x3b, - 0x00, - 0xbb, - 0x32, - 0xfd, - 0x63, - 0x05, - 0xfd, - 0x8c, - 0xa3, - 0xff, - 0xa2, - 0x94, - 0xff, - 0x60, - 0x47, - 0xff, - 0x17, - 0xca, - 0xff, - 0x1f, - 0x59, - 0xfe, - 0x15, - 0xb0, - 0xfe, - 0xe2, - 0x59, - 0x00, - 0x94, - 0x69, - 0xff, - 0x65, - 0x04, - 0xff, - 0xc4, - 0x06, - 0x00, - 0x52, - 0x5d, - 0xff, - 0xc2, - 0x8f, - 0xfe, - 0x4b, - 0xdf, - 0xfe, - 0x8c, - 0x8d, - 0xfe, - 0x68, - 0x31, - 0xfe, - 0x32, - 0x5d, - 0xfe, - 0x37, - 0xcf, - 0xfe, - 0x41, - 0x64, - 0xff, - 0x99, - 0xbf, - 0xff, - 0x48, - 0x54, - 0xff, - 0x8a, - 0xde, - 0xfe, - 0xe2, - 0x7e, - 0xff, - 0x7e, - 0xb6, - 0xff, - 0xe3, - 0x93, - 0xff, - 0x2d, - 0x74, - 0xff, - 0x85, - 0xe5, - 0xfe, - 0x89, - 0xb6, - 0xfe, - 0xd8, - 0xf1, - 0xfe, - 0xfc, - 0xf5, - 0x12, - 0xdd, - 0x13, - 0x30, - 0x2c, - 0xc3, - 0x20, - 0xff, - 0x9f, - 0xfb, - 0x29, - 0xa3, - 0xef, - 0x51, - 0x40, - 0xef, - 0xcd, - 0x54, - 0xfe, - 0xa3, - 0x61, - 0x0e, - 0x58, - 0xfb, - 0x06, - 0xe8, - 0xf4, - 0xf9, - 0x26, - 0xa5, - 0xf5, - 0xe8, - 0xaa, - 0xfb, - 0x8d, - 0x06, - 0x02, - 0x99, - 0x5a, - 0x00, - 0x87, - 0xe5, - 0xfb, - 0xa4, - 0x5a, - 0xfd, - 0x74, - 0x19, - 0x01, - 0xef, - 0xab, - 0xfe, - 0x85, - 0x40, - 0xfe, - 0xf2, - 0xa5, - 0xff, - 0x50, - 0x22, - 0x00, - 0x55, - 0xd7, - 0x00, - 0x81, - 0x8e, - 0xfe, - 0x9f, - 0x3e, - 0xfe, - 0xc8, - 0x0d, - 0xff, - 0x1c, - 0x34, - 0xfe, - 0x57, - 0xa3, - 0xfe, - 0xe3, - 0x5b, - 0x00, - 0x22, - 0x67, - 0x00, - 0x36, - 0x6b, - 0xff, - 0x47, - 0x29, - 0x01, - 0x28, - 0x23, - 0x01, - 0xbd, - 0xc0, - 0xff, - 0xf4, - 0x8f, - 0x00, - 0xfd, - 0x5b, - 0xfe, - 0xc7, - 0xd1, - 0xfc, - 0xd7, - 0x50, - 0xff, - 0x7e, - 0xc5, - 0xff, - 0xad, - 0x70, - 0xff, - 0x6c, - 0xda, - 0xff, - 0xa1, - 0x8f, - 0xfe, - 0x9c, - 0xe5, - 0xfd, - 0x1e, - 0x9b, - 0xff, - 0xf4, - 0x62, - 0x00, - 0x87, - 0x6c, - 0xff, - 0xde, - 0x9c, - 0xff, - 0xd1, - 0x84, - 0xff, - 0xc7, - 0x93, - 0xfe, - 0x57, - 0x5c, - 0xfe, - 0x91, - 0x34, - 0xfe, - 0xdd, - 0x5c, - 0xfe, - 0x24, - 0x7b, - 0xfe, - 0x87, - 0x82, - 0xfe, - 0x29, - 0xfc, - 0xfe, - 0xad, - 0xe7, - 0xff, - 0x5d, - 0xe6, - 0xff, - 0xc8, - 0xf7, - 0xfe, - 0x57, - 0x57, - 0xff, - 0x07, - 0xce, - 0xff, - 0x5e, - 0xb9, - 0xff, - 0xf5, - 0x60, - 0xff, - 0x5a, - 0xbb, - 0xfe, - 0x66, - 0xc2, - 0xfe, - 0x38, - 0xff, - 0xfe, - 0xa1, - 0x30, - 0x17, - 0x24, - 0x3c, - 0x35, - 0xab, - 0x3e, - 0x1c, - 0x38, - 0xed, - 0xf5, - 0xdd, - 0x1e, - 0xf1, - 0xca, - 0x1c, - 0xf1, - 0x5b, - 0x56, - 0xff, - 0x48, - 0x05, - 0x0e, - 0xb3, - 0x9b, - 0x05, - 0x4d, - 0x60, - 0xf9, - 0x52, - 0xcd, - 0xf4, - 0x40, - 0x32, - 0xfc, - 0x76, - 0x16, - 0x02, - 0x7e, - 0x6f, - 0xff, - 0x65, - 0x30, - 0xfc, - 0x86, - 0x12, - 0xfd, - 0xc0, - 0xe0, - 0x00, - 0xaf, - 0xcf, - 0xfe, - 0x19, - 0x56, - 0xfe, - 0xdb, - 0xff, - 0xff, - 0x29, - 0x0f, - 0x00, - 0x7b, - 0xfe, - 0x00, - 0xdc, - 0x21, - 0xfe, - 0x52, - 0x17, - 0xfe, - 0x0e, - 0x5e, - 0xff, - 0x8c, - 0xb3, - 0xfd, - 0xd9, - 0x1c, - 0xff, - 0x29, - 0xca, - 0x00, - 0x76, - 0x4d, - 0x00, - 0xe5, - 0xee, - 0xfe, - 0x4d, - 0x42, - 0x00, - 0x1c, - 0x56, - 0x01, - 0x7e, - 0xb4, - 0xff, - 0x4c, - 0x86, - 0x00, - 0xf4, - 0x15, - 0xff, - 0x3b, - 0x4d, - 0xfd, - 0x22, - 0x2a, - 0xff, - 0x0e, - 0xae, - 0xff, - 0x09, - 0xbb, - 0xff, - 0xf1, - 0x93, - 0xff, - 0x9c, - 0xaf, - 0xfe, - 0x0e, - 0xab, - 0xfd, - 0x7c, - 0xe5, - 0xfe, - 0x14, - 0xdd, - 0x00, - 0x46, - 0x9b, - 0xff, - 0xb3, - 0x6c, - 0xff, - 0x7f, - 0x9e, - 0xff, - 0x16, - 0x56, - 0xfe, - 0x7a, - 0xf8, - 0xfd, - 0x9f, - 0x0f, - 0xfe, - 0x95, - 0x74, - 0xfe, - 0x80, - 0x86, - 0xfe, - 0x13, - 0x69, - 0xfe, - 0xe7, - 0xe8, - 0xfe, - 0x12, - 0xd5, - 0xff, - 0x49, - 0xec, - 0xff, - 0x19, - 0x40, - 0xff, - 0xfa, - 0x51, - 0xff, - 0xea, - 0xa2, - 0xff, - 0xaf, - 0xa3, - 0xff, - 0x08, - 0x3f, - 0xff, - 0x51, - 0xd2, - 0xfe, - 0xc1, - 0xc5, - 0xfe, - 0x72, - 0xfd, - 0xfe, - 0x43, - 0xd3, - 0x19, - 0x83, - 0xdc, - 0x39, - 0xe7, - 0xdc, - 0x19, - 0x38, - 0x7d, - 0xf0, - 0xbe, - 0x85, - 0xf2, - 0xdf, - 0x53, - 0xf3, - 0x25, - 0x6b, - 0xff, - 0x69, - 0x5d, - 0x0d, - 0x5e, - 0xd1, - 0x04, - 0xbe, - 0xa3, - 0xf9, - 0xde, - 0xbd, - 0xf3, - 0x86, - 0x23, - 0xfc, - 0x45, - 0x0a, - 0x02, - 0x27, - 0xab, - 0xfe, - 0x74, - 0x02, - 0xfd, - 0xd5, - 0xa3, - 0xfc, - 0x7b, - 0xc9, - 0x00, - 0x37, - 0x2e, - 0xff, - 0xf4, - 0x42, - 0xfe, - 0x49, - 0x58, - 0x00, - 0x8a, - 0xca, - 0xff, - 0x19, - 0x3c, - 0x01, - 0xde, - 0xfb, - 0xfd, - 0xb7, - 0x0a, - 0xfe, - 0xa3, - 0xb2, - 0xff, - 0x16, - 0x64, - 0xfd, - 0xb8, - 0xa0, - 0xff, - 0x69, - 0xe4, - 0x00, - 0xba, - 0xfd, - 0xff, - 0x3f, - 0xa6, - 0xfe, - 0x8e, - 0x67, - 0xff, - 0x17, - 0x2f, - 0x01, - 0xf7, - 0xd9, - 0xff, - 0x11, - 0xb6, - 0x00, - 0x01, - 0xce, - 0xff, - 0xce, - 0xc0, - 0xfd, - 0xa1, - 0x1c, - 0xff, - 0x6f, - 0xe5, - 0xff, - 0x3e, - 0xd2, - 0xff, - 0x43, - 0x33, - 0xff, - 0xcd, - 0xe7, - 0xfe, - 0xec, - 0xc1, - 0xfd, - 0x2b, - 0x67, - 0xfe, - 0x45, - 0xdc, - 0x00, - 0x97, - 0xcd, - 0xff, - 0x9e, - 0x80, - 0xff, - 0x88, - 0x82, - 0xff, - 0x16, - 0x17, - 0xfe, - 0xfb, - 0xe9, - 0xfd, - 0x57, - 0x0a, - 0xfe, - 0xdf, - 0x6b, - 0xfe, - 0xd2, - 0x75, - 0xfe, - 0xc5, - 0x84, - 0xfe, - 0x04, - 0x1a, - 0xff, - 0x31, - 0xa5, - 0xff, - 0x1e, - 0xd3, - 0xff, - 0xa9, - 0x69, - 0xff, - 0x08, - 0x56, - 0xff, - 0xc8, - 0x73, - 0xff, - 0xcd, - 0x59, - 0xff, - 0x07, - 0x3e, - 0xff, - 0x45, - 0xf8, - 0xfe, - 0xc8, - 0xc8, - 0xfe, - 0x48, - 0x01, - 0xff, - 0x54, - 0x80, - 0x1e, - 0xb4, - 0xe8, - 0x3e, - 0x11, - 0x50, - 0x14, - 0xf1, - 0x0a, - 0xeb, - 0xc4, - 0xf7, - 0xf3, - 0x57, - 0xd6, - 0xf4, - 0xeb, - 0x35, - 0x01, - 0x01, - 0x82, - 0x0c, - 0xc8, - 0x97, - 0x03, - 0x17, - 0xa7, - 0xf9, - 0xbc, - 0x66, - 0xf2, - 0xf6, - 0x9c, - 0xfc, - 0x32, - 0x88, - 0x01, - 0x45, - 0x2b, - 0xfe, - 0xfa, - 0x23, - 0xfe, - 0x63, - 0x80, - 0xfc, - 0xd5, - 0xdf, - 0x00, - 0x9f, - 0x3d, - 0xff, - 0x56, - 0x64, - 0xfe, - 0xca, - 0x3a, - 0x00, - 0x23, - 0xc8, - 0xff, - 0x0a, - 0x9f, - 0x01, - 0x9f, - 0xa2, - 0xfd, - 0xee, - 0x77, - 0xfe, - 0xbb, - 0xb1, - 0xff, - 0x8f, - 0x58, - 0xfd, - 0xe8, - 0x2e, - 0x00, - 0x39, - 0x64, - 0x00, - 0x19, - 0xa3, - 0xff, - 0xa5, - 0x75, - 0xfe, - 0x5e, - 0xe9, - 0xfe, - 0x5f, - 0xce, - 0x00, - 0x70, - 0x2d, - 0x00, - 0xe6, - 0x30, - 0x01, - 0x76, - 0xf8, - 0xff, - 0x67, - 0x50, - 0xfe, - 0xc0, - 0x4d, - 0xff, - 0x9b, - 0x0d, - 0x00, - 0x64, - 0xd2, - 0xff, - 0x95, - 0xf6, - 0xfe, - 0xd1, - 0x19, - 0xff, - 0xa2, - 0xca, - 0xfd, - 0x05, - 0x5c, - 0xfe, - 0xf2, - 0x90, - 0x00, - 0x2f, - 0xff, - 0xff, - 0x58, - 0xd5, - 0xff, - 0x2a, - 0xfe, - 0xfe, - 0xd2, - 0x01, - 0xfe, - 0x7d, - 0x0e, - 0xfe, - 0x73, - 0xfd, - 0xfd, - 0x2d, - 0x5a, - 0xfe, - 0xb8, - 0x65, - 0xfe, - 0x32, - 0xbc, - 0xfe, - 0x40, - 0x45, - 0xff, - 0xbf, - 0xa5, - 0xff, - 0x75, - 0xbc, - 0xff, - 0xdf, - 0x51, - 0xff, - 0x8d, - 0x44, - 0xff, - 0x3c, - 0x57, - 0xff, - 0x1b, - 0x2b, - 0xff, - 0xf9, - 0x37, - 0xff, - 0x17, - 0x17, - 0xff, - 0x66, - 0xc0, - 0xfe, - 0x26, - 0xff, - 0xfe, - 0xa3, - 0xd6, - 0x20, - 0x50, - 0x3a, - 0x43, - 0x65, - 0x2e, - 0x12, - 0xd5, - 0xf5, - 0xe5, - 0x3b, - 0xa8, - 0xf4, - 0xf4, - 0xf1, - 0xf5, - 0x7b, - 0x00, - 0x02, - 0xd2, - 0x86, - 0x0c, - 0x80, - 0x64, - 0x02, - 0xad, - 0x1c, - 0xfa, - 0xe1, - 0xf2, - 0xf0, - 0xab, - 0x1d, - 0xfc, - 0x7e, - 0x8f, - 0x01, - 0x84, - 0xdb, - 0xfd, - 0x78, - 0xfd, - 0xff, - 0xff, - 0x01, - 0xfc, - 0x9d, - 0xcf, - 0x00, - 0x07, - 0xbb, - 0xff, - 0x17, - 0x8b, - 0xfd, - 0xb9, - 0x8b, - 0x00, - 0x0e, - 0xd5, - 0xff, - 0xb0, - 0x03, - 0x02, - 0x35, - 0xc1, - 0xfd, - 0xcf, - 0x72, - 0xfe, - 0x65, - 0xf7, - 0xff, - 0xbf, - 0xf8, - 0xfc, - 0x48, - 0x2c, - 0x00, - 0x12, - 0xfb, - 0xff, - 0xab, - 0x5e, - 0xff, - 0x24, - 0x78, - 0xfe, - 0x58, - 0x82, - 0xfe, - 0x10, - 0xcb, - 0x00, - 0x24, - 0x60, - 0x00, - 0x8c, - 0x2b, - 0x01, - 0x32, - 0x65, - 0x00, - 0xc0, - 0x21, - 0xff, - 0xa8, - 0xf5, - 0xfe, - 0x0a, - 0xfd, - 0xff, - 0x65, - 0x78, - 0x00, - 0x7c, - 0xb2, - 0xfe, - 0x80, - 0x03, - 0xff, - 0x25, - 0x0a, - 0xfe, - 0x9e, - 0x5a, - 0xfe, - 0x12, - 0x2e, - 0x00, - 0x50, - 0x11, - 0x00, - 0xe8, - 0x58, - 0x00, - 0x01, - 0xa5, - 0xfe, - 0x58, - 0xf1, - 0xfd, - 0x9a, - 0x2a, - 0xfe, - 0x23, - 0xd4, - 0xfd, - 0x6a, - 0x81, - 0xfe, - 0x84, - 0x51, - 0xfe, - 0x5a, - 0xce, - 0xfe, - 0x52, - 0x5f, - 0xff, - 0x66, - 0x9e, - 0xff, - 0xfe, - 0xc0, - 0xff, - 0x43, - 0x12, - 0xff, - 0x33, - 0x2b, - 0xff, - 0xde, - 0x42, - 0xff, - 0xde, - 0x07, - 0xff, - 0x20, - 0x42, - 0xff, - 0xb2, - 0x13, - 0xff, - 0x95, - 0xbe, - 0xfe, - 0x6a, - 0x09, - 0xff, - 0x21, - 0x8b, - 0x22, - 0xc9, - 0x25, - 0x47, - 0x69, - 0x2b, - 0x11, - 0x41, - 0x78, - 0xe1, - 0xc9, - 0x80, - 0xf4, - 0x69, - 0x18, - 0xf6, - 0xcc, - 0xdf, - 0x02, - 0x74, - 0x4d, - 0x0d, - 0x23, - 0xcb, - 0x00, - 0x49, - 0x63, - 0xfa, - 0x20, - 0xa1, - 0xef, - 0x96, - 0x58, - 0xfb, - 0x15, - 0x2b, - 0x02, - 0x09, - 0xe9, - 0xfd, - 0xd5, - 0xd6, - 0x01, - 0xcc, - 0x7d, - 0xfb, - 0xfb, - 0xcb, - 0x00, - 0x09, - 0xe6, - 0xff, - 0x08, - 0x69, - 0xfc, - 0xf7, - 0x91, - 0x01, - 0xf8, - 0xb8, - 0xff, - 0x7b, - 0x6b, - 0x02, - 0x2c, - 0x32, - 0xfe, - 0x68, - 0x12, - 0xfe, - 0x39, - 0xe9, - 0xff, - 0x97, - 0xf2, - 0xfb, - 0x31, - 0x6b, - 0x00, - 0xe6, - 0xd0, - 0xff, - 0x9e, - 0xe5, - 0xfe, - 0xe1, - 0xf6, - 0xfe, - 0xb8, - 0xa3, - 0xfe, - 0x4a, - 0xad, - 0x00, - 0xbd, - 0xec, - 0xff, - 0xd8, - 0x80, - 0x01, - 0xf5, - 0xda, - 0x00, - 0xb5, - 0x5a, - 0xff, - 0x69, - 0xd0, - 0xfe, - 0x52, - 0xe9, - 0xff, - 0xcb, - 0x42, - 0x01, - 0x7e, - 0x74, - 0xfe, - 0x28, - 0xdc, - 0xfe, - 0x15, - 0x70, - 0xfe, - 0x19, - 0x24, - 0xfe, - 0x14, - 0xf3, - 0xff, - 0xa4, - 0x1c, - 0x00, - 0xe2, - 0xc5, - 0x00, - 0xa5, - 0xbb, - 0xfe, - 0xb9, - 0xd0, - 0xfd, - 0x26, - 0x19, - 0xfe, - 0x1c, - 0xc4, - 0xfd, - 0xe9, - 0xb7, - 0xfe, - 0xa0, - 0x62, - 0xfe, - 0xc0, - 0xa7, - 0xfe, - 0xe2, - 0x43, - 0xff, - 0xc2, - 0xb1, - 0xff, - 0x22, - 0x9e, - 0xff, - 0x6a, - 0xe3, - 0xfe, - 0x60, - 0x37, - 0xff, - 0xe1, - 0x17, - 0xff, - 0x47, - 0x03, - 0xff, - 0xac, - 0x57, - 0xff, - 0xf0, - 0x01, - 0xff, - 0xbd, - 0xb7, - 0xfe, - 0xf5, - 0x00, - 0xff, - 0xfd, - 0x0d, - 0x25, - 0x4c, - 0x79, - 0x4a, - 0x0c, - 0xdf, - 0x0e, - 0x23, - 0x5d, - 0xde, - 0xc5, - 0xf1, - 0xf3, - 0xbd, - 0xf5, - 0xf4, - 0x3b, - 0x81, - 0x04, - 0xd6, - 0x02, - 0x0e, - 0x61, - 0x02, - 0xff, - 0x10, - 0x02, - 0xfa, - 0x2f, - 0xb8, - 0xee, - 0x96, - 0xb9, - 0xfb, - 0x6f, - 0x7d, - 0x02, - 0xe6, - 0x5d, - 0xfe, - 0x13, - 0x8a, - 0x03, - 0x6b, - 0xc3, - 0xfa, - 0xaf, - 0xb3, - 0x00, - 0x6d, - 0xbf, - 0xff, - 0xc8, - 0x1e, - 0xfc, - 0xe7, - 0x9b, - 0x02, - 0xc7, - 0x70, - 0xff, - 0x19, - 0xfd, - 0x02, - 0x36, - 0x59, - 0xfe, - 0x08, - 0x08, - 0xfd, - 0xe3, - 0x3b, - 0xff, - 0x60, - 0xa1, - 0xfb, - 0x54, - 0xc4, - 0x00, - 0x56, - 0x70, - 0xff, - 0x15, - 0x4b, - 0xff, - 0xa6, - 0xa0, - 0xff, - 0x97, - 0x70, - 0xfe, - 0x68, - 0x75, - 0x00, - 0xe3, - 0xcb, - 0xff, - 0xfb, - 0xbc, - 0x01, - 0x2c, - 0x74, - 0x00, - 0x94, - 0xe9, - 0xff, - 0xb4, - 0x49, - 0xff, - 0xc2, - 0x38, - 0xff, - 0x67, - 0xc6, - 0x01, - 0xed, - 0xb7, - 0xfe, - 0xcc, - 0xce, - 0xfe, - 0xba, - 0x7f, - 0xfe, - 0xf2, - 0xd1, - 0xfd, - 0xbb, - 0x0d, - 0x00, - 0x44, - 0x44, - 0x00, - 0xd5, - 0xec, - 0x00, - 0xa4, - 0x06, - 0xff, - 0x71, - 0xed, - 0xfd, - 0x8f, - 0xfe, - 0xfd, - 0xcd, - 0xa5, - 0xfd, - 0x34, - 0xe6, - 0xfe, - 0xfb, - 0x9a, - 0xfe, - 0x4f, - 0x59, - 0xfe, - 0x08, - 0x06, - 0xff, - 0x6d, - 0x9b, - 0xff, - 0x5f, - 0x68, - 0xff, - 0xfd, - 0x06, - 0xff, - 0x1c, - 0x1e, - 0xff, - 0xd2, - 0xfe, - 0xfe, - 0x57, - 0x36, - 0xff, - 0xa1, - 0x45, - 0xff, - 0xe6, - 0xe4, - 0xfe, - 0x94, - 0xb1, - 0xfe, - 0xdb, - 0x11, - 0xff, - 0xd8, - 0x43, - 0x25, - 0xa9, - 0xc1, - 0x4c, - 0xb9, - 0x00, - 0x10, - 0x82, - 0xf7, - 0xdb, - 0xb8, - 0xc5, - 0xf2, - 0x85, - 0x74, - 0xf3, - 0x18, - 0x65, - 0x04, - 0x4e, - 0xc9, - 0x0f, - 0x68, - 0x02, - 0xfd, - 0xfd, - 0x9c, - 0xf9, - 0xdc, - 0xc9, - 0xef, - 0xca, - 0x44, - 0xfb, - 0xcc, - 0xdb, - 0x02, - 0x51, - 0x11, - 0xff, - 0xd1, - 0xcb, - 0x04, - 0xce, - 0xeb, - 0xf9, - 0xd5, - 0x2a, - 0x00, - 0x6a, - 0xc2, - 0x00, - 0xd0, - 0xea, - 0xfb, - 0xf1, - 0x45, - 0x03, - 0xc0, - 0x57, - 0xff, - 0xb8, - 0xa9, - 0x02, - 0x1e, - 0x02, - 0xfe, - 0x01, - 0xf0, - 0xfb, - 0x95, - 0x53, - 0xff, - 0x67, - 0x43, - 0xfb, - 0x6d, - 0x02, - 0x01, - 0x65, - 0x4b, - 0x00, - 0x0c, - 0x51, - 0xff, - 0xef, - 0xbe, - 0xff, - 0x01, - 0x80, - 0xfe, - 0x4c, - 0xa2, - 0x00, - 0xab, - 0x36, - 0xff, - 0xd7, - 0x45, - 0x01, - 0xda, - 0xf5, - 0x00, - 0x39, - 0x4d, - 0x00, - 0x8a, - 0x70, - 0xff, - 0xba, - 0xc5, - 0xfe, - 0xc2, - 0xec, - 0x01, - 0xae, - 0x40, - 0xff, - 0xd3, - 0xc0, - 0xfe, - 0x0d, - 0x8f, - 0xfe, - 0x22, - 0x8d, - 0xfd, - 0x44, - 0x14, - 0x00, - 0x6d, - 0x8a, - 0x00, - 0x52, - 0xf0, - 0x00, - 0xb5, - 0x9a, - 0xff, - 0x99, - 0x59, - 0xfe, - 0xf2, - 0xde, - 0xfd, - 0x6d, - 0x7b, - 0xfd, - 0xcd, - 0xf4, - 0xfe, - 0x98, - 0xd9, - 0xfe, - 0xd2, - 0x2b, - 0xfe, - 0x5c, - 0x8d, - 0xfe, - 0x55, - 0x25, - 0xff, - 0x63, - 0x5e, - 0xff, - 0x60, - 0x5a, - 0xff, - 0xa6, - 0xec, - 0xfe, - 0xef, - 0xfd, - 0xfe, - 0x5b, - 0x6b, - 0xff, - 0x7a, - 0x10, - 0xff, - 0x74, - 0xeb, - 0xfe, - 0xe9, - 0xaa, - 0xfe, - 0x31, - 0x15, - 0xff, - 0x62, - 0x4f, - 0x28, - 0x2c, - 0x0e, - 0x4e, - 0x59, - 0x60, - 0x0b, - 0x3d, - 0x1e, - 0xdc, - 0xa2, - 0xfd, - 0xf2, - 0x24, - 0x0a, - 0xf0, - 0x22, - 0x99, - 0x06, - 0x4b, - 0x01, - 0x10, - 0x40, - 0xc9, - 0xfa, - 0x3c, - 0xfe, - 0xf9, - 0xa1, - 0xe1, - 0xf0, - 0xc0, - 0x4d, - 0xfc, - 0x61, - 0x49, - 0x02, - 0x0f, - 0x6b, - 0x00, - 0xc5, - 0xc4, - 0x04, - 0x8d, - 0x9b, - 0xf8, - 0x11, - 0x88, - 0x01, - 0x07, - 0xef, - 0x00, - 0x43, - 0x63, - 0xfc, - 0xa3, - 0x26, - 0x03, - 0x2e, - 0x30, - 0xfe, - 0x88, - 0x11, - 0x02, - 0xfe, - 0x9b, - 0xfd, - 0xcb, - 0x1f, - 0xfc, - 0xe9, - 0xaf, - 0xfe, - 0x44, - 0xef, - 0xfb, - 0x2b, - 0x36, - 0x02, - 0xfe, - 0x10, - 0x00, - 0xcb, - 0x3a, - 0xff, - 0xc5, - 0x20, - 0x00, - 0xf6, - 0xc9, - 0xfe, - 0x6e, - 0xe4, - 0xff, - 0x0c, - 0xff, - 0xfe, - 0x71, - 0x78, - 0x01, - 0x08, - 0xdb, - 0x00, - 0xac, - 0x7d, - 0x00, - 0x0b, - 0x99, - 0xff, - 0x88, - 0xd4, - 0xfe, - 0x87, - 0x88, - 0x01, - 0x5b, - 0x6f, - 0xff, - 0x25, - 0x20, - 0xff, - 0xe2, - 0x97, - 0xfe, - 0x11, - 0x6a, - 0xfd, - 0xab, - 0xc8, - 0xff, - 0xfa, - 0x23, - 0x01, - 0x62, - 0x3b, - 0x01, - 0x34, - 0xd6, - 0xff, - 0x3f, - 0xfc, - 0xfe, - 0xfb, - 0xcf, - 0xfd, - 0x1e, - 0x76, - 0xfd, - 0x6f, - 0xf4, - 0xfe, - 0x0e, - 0xef, - 0xfe, - 0x4f, - 0x5b, - 0xfe, - 0xa6, - 0xdf, - 0xfd, - 0xf2, - 0x60, - 0xfe, - 0x3c, - 0x77, - 0xff, - 0x25, - 0x9c, - 0xff, - 0x57, - 0x0a, - 0xff, - 0x9d, - 0xe9, - 0xfe, - 0x22, - 0x40, - 0xff, - 0xd4, - 0x34, - 0xff, - 0xb3, - 0x09, - 0xff, - 0x81, - 0xc6, - 0xfe, - 0x45, - 0x03, - 0xff, - 0x20, - 0x3a, - 0x2b, - 0xe1, - 0xf5, - 0x4d, - 0xc4, - 0x15, - 0x07, - 0xcf, - 0x73, - 0xde, - 0xed, - 0xba, - 0xf1, - 0xcc, - 0x4b, - 0xeb, - 0x3a, - 0xed, - 0x08, - 0x42, - 0x18, - 0x10, - 0x24, - 0x56, - 0xfa, - 0x56, - 0x92, - 0xfa, - 0x00, - 0xd5, - 0xf1, - 0x89, - 0x93, - 0xfd, - 0x4e, - 0xbe, - 0x00, - 0x10, - 0xb1, - 0x01, - 0x5d, - 0x98, - 0x04, - 0x31, - 0x35, - 0xf8, - 0x0c, - 0x8c, - 0x03, - 0xa6, - 0x64, - 0x00, - 0x0e, - 0x19, - 0xfc, - 0xff, - 0xc3, - 0x01, - 0x4e, - 0x9c, - 0xfd, - 0x7d, - 0x47, - 0x02, - 0x6f, - 0x1c, - 0xfd, - 0x32, - 0xe0, - 0xfc, - 0xa8, - 0x96, - 0xfe, - 0x67, - 0xb6, - 0xfc, - 0xbe, - 0x62, - 0x02, - 0xc0, - 0x98, - 0xff, - 0x74, - 0xc4, - 0xff, - 0x0a, - 0xe7, - 0xff, - 0xb7, - 0xd4, - 0xfe, - 0x1c, - 0xc5, - 0xff, - 0xa1, - 0xdb, - 0xfe, - 0xdb, - 0x68, - 0x01, - 0x42, - 0xbf, - 0x00, - 0x1a, - 0xaf, - 0x00, - 0x47, - 0xa5, - 0xff, - 0xd6, - 0xb1, - 0xfe, - 0x5a, - 0x36, - 0x01, - 0xc4, - 0xbd, - 0xff, - 0x64, - 0x44, - 0xff, - 0x90, - 0xa3, - 0xfe, - 0xd5, - 0x8b, - 0xfd, - 0x44, - 0x5c, - 0xff, - 0x27, - 0x77, - 0x01, - 0x1e, - 0xd1, - 0x01, - 0x59, - 0xef, - 0xff, - 0x39, - 0x70, - 0xff, - 0x9f, - 0x45, - 0xfe, - 0xa7, - 0x22, - 0xfd, - 0x4b, - 0xd3, - 0xfe, - 0xa4, - 0x51, - 0xff, - 0xd7, - 0x50, - 0xfe, - 0x7c, - 0x60, - 0xfd, - 0x9c, - 0x8a, - 0xfd, - 0xda, - 0x14, - 0xff, - 0x2b, - 0x0c, - 0x00, - 0x60, - 0x57, - 0xff, - 0x6a, - 0x8f, - 0xfe, - 0xa6, - 0x1c, - 0xff, - 0x53, - 0x99, - 0xff, - 0xec, - 0x4f, - 0xff, - 0x7b, - 0xd9, - 0xfe, - 0xf3, - 0xaa, - 0xfe, - 0x22, - 0x39, - 0x2a, - 0x80, - 0x12, - 0x4d, - 0xc9, - 0x34, - 0x08, - 0x0f, - 0x09, - 0xe0, - 0xfe, - 0x4d, - 0xf0, - 0x87, - 0x91, - 0xe6, - 0x08, - 0x9a, - 0x08, - 0xa0, - 0x53, - 0x13, - 0x93, - 0xaa, - 0xf9, - 0x51, - 0x16, - 0xfb, - 0xbe, - 0x0b, - 0xf4, - 0xb2, - 0xce, - 0xfc, - 0xf7, - 0x97, - 0xff, - 0xb1, - 0x50, - 0x02, - 0x31, - 0xd8, - 0x05, - 0xfb, - 0x26, - 0xf8, - 0x62, - 0xbf, - 0x03, - 0x22, - 0xda, - 0xff, - 0x78, - 0x33, - 0xfa, - 0x4d, - 0x23, - 0x02, - 0x22, - 0x8e, - 0xfd, - 0x43, - 0xaf, - 0x01, - 0xcc, - 0x4a, - 0xfe, - 0x38, - 0x52, - 0xfd, - 0xde, - 0x87, - 0xfe, - 0xd9, - 0xc3, - 0xfc, - 0x25, - 0x62, - 0x02, - 0x25, - 0x7b, - 0xff, - 0xf1, - 0xa3, - 0xff, - 0xeb, - 0x3a, - 0x00, - 0xf0, - 0xb1, - 0xfe, - 0xd0, - 0xb5, - 0xff, - 0x6e, - 0xbb, - 0xfe, - 0x44, - 0x53, - 0x01, - 0xd2, - 0xe1, - 0x00, - 0x47, - 0x40, - 0x00, - 0x8d, - 0xf0, - 0xff, - 0xa1, - 0xa7, - 0xfe, - 0xd9, - 0xd7, - 0x00, - 0xcd, - 0x04, - 0x00, - 0x4b, - 0x0e, - 0xff, - 0xec, - 0x00, - 0xff, - 0x6c, - 0x33, - 0xfe, - 0xfc, - 0xd2, - 0xfe, - 0x85, - 0xbf, - 0x00, - 0xbe, - 0xa1, - 0x02, - 0xb9, - 0xb6, - 0x00, - 0xeb, - 0x8d, - 0xff, - 0x2f, - 0x0b, - 0xff, - 0xa9, - 0xc6, - 0xfc, - 0xa4, - 0x8b, - 0xfe, - 0x52, - 0xdd, - 0xff, - 0xff, - 0x04, - 0xfe, - 0x5e, - 0x1e, - 0xfd, - 0x7d, - 0xf3, - 0xfc, - 0x43, - 0x4d, - 0xfe, - 0x0a, - 0xfe, - 0xff, - 0x98, - 0xee, - 0xff, - 0xf1, - 0xc1, - 0xfe, - 0xa0, - 0xa9, - 0xfe, - 0x2a, - 0xfd, - 0xff, - 0xbd, - 0x9a, - 0xff, - 0x03, - 0xac, - 0xfe, - 0x5e, - 0xce, - 0xfe, - 0xbb, - 0x1e, - 0x29, - 0xf6, - 0x08, - 0x4b, - 0x1e, - 0x41, - 0x08, - 0xe7, - 0x89, - 0xe2, - 0x61, - 0x50, - 0xef, - 0x6a, - 0x74, - 0xe2, - 0xd0, - 0x8c, - 0x09, - 0x9e, - 0x92, - 0x15, - 0x26, - 0xdf, - 0xf8, - 0xea, - 0x69, - 0xfc, - 0x18, - 0x95, - 0xf5, - 0xe2, - 0xbb, - 0xfb, - 0xef, - 0x28, - 0xff, - 0x23, - 0xaf, - 0x03, - 0x32, - 0x2b, - 0x06, - 0x4c, - 0x40, - 0xf7, - 0x25, - 0x72, - 0x03, - 0xea, - 0xbe, - 0xfe, - 0x02, - 0xed, - 0xf9, - 0x10, - 0x13, - 0x03, - 0xc2, - 0x06, - 0xfd, - 0x14, - 0xef, - 0x01, - 0x98, - 0x96, - 0xff, - 0x83, - 0x1e, - 0xfd, - 0x0d, - 0x39, - 0xfe, - 0x34, - 0x1a, - 0xfd, - 0xe8, - 0x27, - 0x02, - 0x8e, - 0x55, - 0xff, - 0x22, - 0xb8, - 0xff, - 0xc2, - 0x3a, - 0x00, - 0x3a, - 0xcb, - 0xfe, - 0xcc, - 0xb4, - 0xff, - 0xb7, - 0xb6, - 0xfe, - 0xf6, - 0x5f, - 0x01, - 0xa3, - 0xac, - 0x00, - 0x69, - 0xe2, - 0xff, - 0x39, - 0x57, - 0x00, - 0x43, - 0x99, - 0xfe, - 0x65, - 0x3f, - 0x00, - 0x93, - 0x6f, - 0x00, - 0xa8, - 0x2e, - 0xff, - 0x79, - 0xdf, - 0xfe, - 0x68, - 0xf3, - 0xfe, - 0x56, - 0x0d, - 0xff, - 0x53, - 0x4c, - 0xff, - 0x79, - 0xb1, - 0x02, - 0xc1, - 0xa6, - 0x02, - 0x5f, - 0xba, - 0xff, - 0xa2, - 0xe0, - 0xfe, - 0x83, - 0x08, - 0xfd, - 0x84, - 0x6d, - 0xfe, - 0x34, - 0xea, - 0xff, - 0xe3, - 0xd1, - 0xfd, - 0x53, - 0x00, - 0xfd, - 0x88, - 0xc2, - 0xfc, - 0x44, - 0x9b, - 0xfd, - 0x5f, - 0x4f, - 0xff, - 0x20, - 0x52, - 0x00, - 0x53, - 0xae, - 0xff, - 0x61, - 0x97, - 0xfe, - 0xcc, - 0x9c, - 0xff, - 0x7f, - 0x99, - 0xff, - 0xfe, - 0xd1, - 0xfe, - 0xb8, - 0x1e, - 0xff, - 0x03, - 0x46, - 0x28, - 0x2f, - 0xa9, - 0x47, - 0xf6, - 0x0a, - 0x07, - 0x06, - 0x18, - 0xe6, - 0x77, - 0xed, - 0xee, - 0x68, - 0x36, - 0xe0, - 0xe9, - 0xbc, - 0x0a, - 0x62, - 0xe9, - 0x15, - 0x94, - 0x7f, - 0xf9, - 0x47, - 0x1d, - 0xfd, - 0x90, - 0x5b, - 0xf6, - 0x97, - 0x6e, - 0xfc, - 0x62, - 0x76, - 0xfe, - 0x5b, - 0x4c, - 0x04, - 0x27, - 0x8e, - 0x05, - 0x19, - 0x22, - 0xf6, - 0xa0, - 0x4d, - 0x03, - 0xeb, - 0x98, - 0xfe, - 0x0c, - 0xb5, - 0xfa, - 0xc5, - 0x0e, - 0x03, - 0x2c, - 0x8a, - 0xfd, - 0x81, - 0x6e, - 0x02, - 0x6b, - 0x75, - 0xff, - 0xb7, - 0x3f, - 0xfd, - 0x2f, - 0x08, - 0xfe, - 0x8c, - 0xb7, - 0xfd, - 0xe1, - 0xc5, - 0x01, - 0x75, - 0xd2, - 0xfe, - 0x39, - 0x33, - 0x00, - 0xcc, - 0x2b, - 0x00, - 0x9f, - 0xf9, - 0xfe, - 0xe1, - 0xc7, - 0xff, - 0x4d, - 0xa3, - 0xfe, - 0xc9, - 0x73, - 0x01, - 0xbc, - 0xa8, - 0x00, - 0x89, - 0x92, - 0xff, - 0xa3, - 0x2b, - 0x00, - 0x67, - 0xe7, - 0xfe, - 0xa5, - 0x2d, - 0x00, - 0x77, - 0x79, - 0x00, - 0xac, - 0x69, - 0xff, - 0x19, - 0xa4, - 0xfe, - 0x7b, - 0x46, - 0xff, - 0x49, - 0xe2, - 0xff, - 0xc7, - 0x82, - 0xfe, - 0xbb, - 0xec, - 0x01, - 0x6b, - 0x45, - 0x04, - 0xae, - 0x6d, - 0x00, - 0x8c, - 0x28, - 0xfe, - 0x43, - 0xae, - 0xfd, - 0xce, - 0x87, - 0xfe, - 0x68, - 0x28, - 0xff, - 0xf4, - 0x1e, - 0xfe, - 0x41, - 0x12, - 0xfd, - 0xfb, - 0xb8, - 0xfc, - 0x3d, - 0x98, - 0xfd, - 0xe5, - 0x88, - 0xfe, - 0xb0, - 0xe2, - 0xff, - 0xfb, - 0x4a, - 0x00, - 0x18, - 0xbc, - 0xff, - 0x81, - 0x3e, - 0xff, - 0xea, - 0x95, - 0xfe, - 0x4e, - 0x1c, - 0xff, - 0xd7, - 0x88, - 0xff, - 0xe2, - 0x0d, - 0x26, - 0xda, - 0x94, - 0x42, - 0xa0, - 0xae, - 0x06, - 0x3d, - 0x77, - 0xea, - 0x5c, - 0xe8, - 0xef, - 0xa9, - 0xa5, - 0xdf, - 0xbb, - 0x73, - 0x0a, - 0x95, - 0xa8, - 0x15, - 0x2f, - 0x29, - 0xfa, - 0xa8, - 0xe2, - 0xfd, - 0x09, - 0x0d, - 0xf8, - 0x80, - 0x0f, - 0xfc, - 0x8c, - 0x6f, - 0xfd, - 0x58, - 0xc2, - 0x04, - 0x10, - 0x03, - 0x04, - 0xd6, - 0xbd, - 0xf5, - 0xf1, - 0x3a, - 0x04, - 0x68, - 0x5e, - 0xfe, - 0x1c, - 0x21, - 0xfb, - 0xf0, - 0x0a, - 0x04, - 0x5f, - 0xa5, - 0xfd, - 0x25, - 0xaf, - 0x01, - 0x2a, - 0xbc, - 0xff, - 0xb0, - 0x83, - 0xfd, - 0xcc, - 0x3a, - 0xfe, - 0x01, - 0xdd, - 0xfd, - 0x6c, - 0xe7, - 0x00, - 0x0d, - 0x32, - 0xff, - 0x40, - 0x5d, - 0x00, - 0x5f, - 0xf5, - 0xff, - 0x9f, - 0x58, - 0xff, - 0x34, - 0x7d, - 0xff, - 0x1e, - 0xd7, - 0xfe, - 0x1d, - 0xa6, - 0x01, - 0x1e, - 0x4e, - 0x00, - 0x43, - 0x21, - 0xff, - 0x9b, - 0x47, - 0x00, - 0xa8, - 0x72, - 0xff, - 0x5c, - 0x08, - 0x00, - 0x39, - 0x42, - 0x00, - 0x34, - 0x4b, - 0xff, - 0xee, - 0xe2, - 0xfe, - 0xbd, - 0x91, - 0xff, - 0x32, - 0xfd, - 0xff, - 0x33, - 0xf2, - 0xfe, - 0x2b, - 0x75, - 0x01, - 0x58, - 0xb4, - 0x03, - 0x21, - 0x31, - 0x01, - 0xae, - 0xc8, - 0xfe, - 0x10, - 0x93, - 0xfd, - 0xb1, - 0x69, - 0xfe, - 0x9d, - 0xd2, - 0xfe, - 0xf6, - 0x07, - 0xfe, - 0x57, - 0x94, - 0xfd, - 0x41, - 0x10, - 0xfd, - 0x5f, - 0xaa, - 0xfd, - 0xb3, - 0xdd, - 0xfd, - 0xcc, - 0xfe, - 0xfe, - 0xd0, - 0xd0, - 0x00, - 0x0b, - 0xb5, - 0x00, - 0x6f, - 0x06, - 0xff, - 0x69, - 0xe3, - 0xfd, - 0x8c, - 0xd2, - 0xfe, - 0x0e, - 0x97, - 0xff, - 0xed, - 0x16, - 0x24, - 0xd2, - 0xef, - 0x3b, - 0x16, - 0x93, - 0x05, - 0x5a, - 0xd5, - 0xf0, - 0x57, - 0xba, - 0xf0, - 0x23, - 0x62, - 0xe0, - 0x33, - 0x74, - 0x0a, - 0x9c, - 0xae, - 0x12, - 0x13, - 0xb4, - 0xfc, - 0x5b, - 0xfc, - 0xfe, - 0xad, - 0xde, - 0xf7, - 0xb1, - 0x59, - 0xfc, - 0x3e, - 0x99, - 0xfc, - 0xba, - 0x83, - 0x04, - 0x37, - 0x91, - 0x02, - 0xf8, - 0x1f, - 0xf7, - 0x25, - 0x5c, - 0x04, - 0xa0, - 0xcc, - 0xfd, - 0xe5, - 0x56, - 0xfd, - 0x4f, - 0x7b, - 0x03, - 0x09, - 0x29, - 0xfd, - 0x94, - 0xa2, - 0x01, - 0xdd, - 0xfe, - 0xff, - 0x5f, - 0x12, - 0xfe, - 0x6d, - 0xa6, - 0xfd, - 0x73, - 0x3e, - 0xfe, - 0xff, - 0xc4, - 0x00, - 0x42, - 0x13, - 0xff, - 0x3a, - 0x86, - 0x00, - 0x2b, - 0xd6, - 0xff, - 0xa7, - 0x7b, - 0xff, - 0x95, - 0x8d, - 0xff, - 0xd7, - 0x19, - 0xff, - 0xe4, - 0x6d, - 0x01, - 0x91, - 0x3a, - 0x00, - 0xd6, - 0x21, - 0xff, - 0xf1, - 0x40, - 0x00, - 0x30, - 0xde, - 0xff, - 0xba, - 0xd7, - 0xff, - 0xff, - 0xd3, - 0xff, - 0xf4, - 0x6f, - 0xff, - 0xb1, - 0x72, - 0xff, - 0x85, - 0x9a, - 0xff, - 0x91, - 0xbd, - 0xff, - 0x40, - 0x90, - 0xff, - 0x8b, - 0xad, - 0x01, - 0xf2, - 0x9b, - 0x02, - 0x8d, - 0xd9, - 0x00, - 0x44, - 0xc6, - 0xff, - 0x18, - 0xaa, - 0xfd, - 0x4a, - 0x04, - 0xfe, - 0x5a, - 0x03, - 0xff, - 0x3f, - 0x0b, - 0xfe, - 0x7f, - 0xd9, - 0xfd, - 0x41, - 0x63, - 0xfd, - 0xec, - 0xcb, - 0xfd, - 0xda, - 0xeb, - 0xfd, - 0x1f, - 0x83, - 0xfe, - 0x2c, - 0x96, - 0x00, - 0xd7, - 0xd2, - 0x00, - 0x5e, - 0x1f, - 0xff, - 0xb2, - 0xc9, - 0xfd, - 0x79, - 0x82, - 0xfe, - 0x5f, - 0x94, - 0xff, - 0x10, - 0x97, - 0x1e, - 0xcf, - 0x6b, - 0x35, - 0x96, - 0xd3, - 0x08, - 0xe9, - 0x7c, - 0xf5, - 0x0a, - 0xec, - 0xf3, - 0xee, - 0xd4, - 0xe1, - 0xd9, - 0x49, - 0x06, - 0xa2, - 0xa7, - 0x12, - 0x38, - 0x97, - 0xfe, - 0x4a, - 0xc9, - 0xfe, - 0xfa, - 0xf5, - 0xf8, - 0xff, - 0x0b, - 0xfc, - 0xba, - 0xca, - 0xfb, - 0x3a, - 0xf8, - 0x03, - 0x0b, - 0x08, - 0x03, - 0x0f, - 0x63, - 0xf7, - 0x0b, - 0x42, - 0x04, - 0x77, - 0x2f, - 0xff, - 0xa2, - 0x51, - 0xfd, - 0x8b, - 0x0f, - 0x03, - 0x57, - 0x1c, - 0xfd, - 0x9e, - 0xbe, - 0x01, - 0x8c, - 0x72, - 0x00, - 0xcd, - 0x95, - 0xfd, - 0xd8, - 0x24, - 0xfe, - 0xc2, - 0xbd, - 0xfe, - 0x8b, - 0x33, - 0x00, - 0xd1, - 0x2b, - 0xff, - 0xd9, - 0x8e, - 0x00, - 0x16, - 0xc8, - 0xff, - 0x31, - 0xb1, - 0xff, - 0xa0, - 0x95, - 0xff, - 0x17, - 0x11, - 0xff, - 0xe3, - 0x9d, - 0x01, - 0x9c, - 0x97, - 0x00, - 0x54, - 0xe6, - 0xfe, - 0xc9, - 0x24, - 0x00, - 0x7d, - 0x24, - 0x00, - 0xb0, - 0x9a, - 0xff, - 0x07, - 0xce, - 0xff, - 0x56, - 0xa6, - 0xff, - 0xc3, - 0x9b, - 0xff, - 0xda, - 0xa9, - 0xff, - 0x35, - 0xb1, - 0xff, - 0x2b, - 0xb9, - 0xff, - 0x18, - 0xd9, - 0x01, - 0x74, - 0x69, - 0x02, - 0xab, - 0xcd, - 0xff, - 0x39, - 0x9d, - 0xff, - 0x72, - 0xc5, - 0xfe, - 0xf2, - 0x32, - 0xfe, - 0xfa, - 0xd5, - 0xfe, - 0x00, - 0x1a, - 0xfe, - 0x4c, - 0xef, - 0xfd, - 0xf6, - 0xe7, - 0xfd, - 0xc6, - 0x27, - 0xfe, - 0xae, - 0xfb, - 0xfd, - 0xb0, - 0x98, - 0xfe, - 0xc1, - 0xf9, - 0xff, - 0xb6, - 0x1a, - 0x00, - 0x82, - 0x7e, - 0xff, - 0xd6, - 0x53, - 0xfe, - 0x6d, - 0x5c, - 0xfe, - 0x5a, - 0x29, - 0xff, - 0x55, - 0xd4, - 0x17, - 0x47, - 0x53, - 0x2a, - 0x1a, - 0x75, - 0x04, - 0x15, - 0xa4, - 0xf3, - 0x1e, - 0x59, - 0xfe, - 0xcd, - 0x2a, - 0xf7, - 0x82, - 0xd6, - 0x08, - 0xb8, - 0x60, - 0x07, - 0x6f, - 0x57, - 0xf6, - 0x1d, - 0xd2, - 0xfd, - 0xa1, - 0x51, - 0xfe, - 0x88, - 0xa8, - 0x01, - 0x1e, - 0xb3, - 0xff, - 0x7e, - 0xaa, - 0x00, - 0x57, - 0x4b, - 0x01, - 0x1b, - 0x74, - 0xf9, - 0x50, - 0x2e, - 0x02, - 0x11, - 0x30, - 0xff, - 0xee, - 0x2e, - 0xfc, - 0x10, - 0xe2, - 0x01, - 0xe3, - 0x21, - 0xfe, - 0x56, - 0x39, - 0x00, - 0xcd, - 0x18, - 0x00, - 0x2e, - 0x6b, - 0xfe, - 0xa9, - 0xa5, - 0xfe, - 0x66, - 0x38, - 0x00, - 0x49, - 0xff, - 0x01, - 0x25, - 0xee, - 0xfe, - 0x5c, - 0x7a, - 0x00, - 0x74, - 0x01, - 0x00, - 0xaf, - 0xfc, - 0xfd, - 0x31, - 0x16, - 0x00, - 0xb0, - 0xec, - 0xfe, - 0x4a, - 0xf8, - 0xfe, - 0xfa, - 0x7e, - 0x00, - 0xcb, - 0x70, - 0x00, - 0x3d, - 0x69, - 0x00, - 0xb8, - 0x16, - 0x00, - 0xa2, - 0x34, - 0x00, - 0xd1, - 0x05, - 0xff, - 0x4f, - 0xa2, - 0xfe, - 0x35, - 0xb4, - 0xff, - 0x5e, - 0x95, - 0xff, - 0x9a, - 0x38, - 0x00, - 0xeb, - 0xd1, - 0xff, - 0x68, - 0x4f, - 0xff, - 0x4f, - 0xe6, - 0xff, - 0x78, - 0xe2, - 0xff, - 0xbb, - 0x88, - 0x00, - 0x26, - 0x92, - 0x00, - 0x73, - 0x38, - 0x00, - 0x31, - 0xde, - 0xff, - 0x0a, - 0x6f, - 0xff, - 0x7b, - 0xee, - 0xfe, - 0xe1, - 0x42, - 0xfe, - 0x81, - 0x82, - 0xfe, - 0xeb, - 0x63, - 0xfe, - 0x58, - 0x6b, - 0xfe, - 0x10, - 0xaa, - 0xfe, - 0xc8, - 0x45, - 0xfe, - 0xb0, - 0x7a, - 0xfe, - 0x7e, - 0x54, - 0xff, - 0x04, - 0xc8, - 0xff, - 0x6d, - 0x6d, - 0xff, - 0x48, - 0x44, - 0x17, - 0x89, - 0x38, - 0x25, - 0xb9, - 0x8f, - 0x03, - 0x2c, - 0x38, - 0xf8, - 0xc7, - 0x3f, - 0xfc, - 0x30, - 0xe3, - 0xf7, - 0x74, - 0xa4, - 0x09, - 0x8e, - 0x6a, - 0x05, - 0x3c, - 0x9c, - 0xf9, - 0x61, - 0x8f, - 0xfd, - 0xf1, - 0x40, - 0xfe, - 0xeb, - 0x4f, - 0x01, - 0x6d, - 0x85, - 0xfe, - 0xca, - 0xfc, - 0x01, - 0x55, - 0xd7, - 0xff, - 0xc0, - 0xe5, - 0xfa, - 0x1d, - 0x6b, - 0x02, - 0x55, - 0x87, - 0xfe, - 0x87, - 0xed, - 0xfd, - 0x58, - 0xed, - 0x00, - 0xfa, - 0xce, - 0xfe, - 0xef, - 0x79, - 0x00, - 0xed, - 0xa2, - 0xff, - 0x05, - 0xd3, - 0xfe, - 0x6c, - 0x48, - 0xfe, - 0xe2, - 0x68, - 0x00, - 0x39, - 0x94, - 0x01, - 0xb5, - 0x2b, - 0xff, - 0x41, - 0xcf, - 0x00, - 0xef, - 0x00, - 0x00, - 0x29, - 0x96, - 0xfe, - 0xb4, - 0xdb, - 0xff, - 0x33, - 0x04, - 0xff, - 0xfc, - 0x35, - 0xff, - 0x8d, - 0x22, - 0x00, - 0xb0, - 0x5e, - 0x00, - 0xe7, - 0x42, - 0x00, - 0xed, - 0xe2, - 0xff, - 0xe8, - 0x27, - 0x00, - 0x04, - 0x35, - 0xff, - 0xf9, - 0xd5, - 0xfe, - 0xcf, - 0x72, - 0xff, - 0x35, - 0x99, - 0xff, - 0x8c, - 0x3d, - 0x00, - 0x91, - 0xe6, - 0xff, - 0x0e, - 0x88, - 0xff, - 0xdf, - 0x93, - 0xff, - 0x49, - 0xd5, - 0xff, - 0x5c, - 0x6a, - 0x00, - 0x2b, - 0x51, - 0x00, - 0xf2, - 0x29, - 0x00, - 0x18, - 0x94, - 0xff, - 0x02, - 0x64, - 0xff, - 0x85, - 0x1a, - 0xff, - 0xf8, - 0x2f, - 0xfe, - 0x95, - 0x84, - 0xfe, - 0xef, - 0x06, - 0xff, - 0x17, - 0xb1, - 0xfe, - 0x4a, - 0x5f, - 0xfe, - 0x1f, - 0x72, - 0xfe, - 0x9a, - 0xd4, - 0xfe, - 0xd9, - 0x66, - 0xff, - 0xb1, - 0x61, - 0xff, - 0xce, - 0x0d, - 0xff, - 0x79, - 0x51, - 0x15, - 0x4a, - 0xfe, - 0x20, - 0xc2, - 0xc1, - 0x04, - 0xd6, - 0x00, - 0xfb, - 0xdb, - 0x5d, - 0xfb, - 0x1c, - 0x30, - 0xf9, - 0x36, - 0xdd, - 0x08, - 0x42, - 0xe0, - 0x04, - 0x68, - 0xc7, - 0xfb, - 0xc7, - 0x9a, - 0xfd, - 0xa1, - 0x76, - 0xfe, - 0x52, - 0x88, - 0x00, - 0xba, - 0xba, - 0xfe, - 0x07, - 0x42, - 0x02, - 0xb5, - 0x4e, - 0xff, - 0x5d, - 0x56, - 0xfc, - 0x76, - 0x18, - 0x02, - 0x30, - 0xec, - 0xfe, - 0x3c, - 0xc3, - 0xfe, - 0x54, - 0x92, - 0x00, - 0x8b, - 0x83, - 0xff, - 0x47, - 0x72, - 0x00, - 0x07, - 0xb3, - 0xff, - 0x3b, - 0x17, - 0xff, - 0x9d, - 0x66, - 0xfe, - 0xda, - 0x70, - 0x00, - 0xce, - 0x6b, - 0x01, - 0x00, - 0xaa, - 0xff, - 0x0a, - 0xc6, - 0x00, - 0xae, - 0x0e, - 0x00, - 0xed, - 0xf2, - 0xfe, - 0xb1, - 0xc2, - 0xff, - 0x3a, - 0x39, - 0xff, - 0x37, - 0x38, - 0xff, - 0x30, - 0xfb, - 0xff, - 0x5e, - 0x71, - 0x00, - 0xe3, - 0x16, - 0x00, - 0x8f, - 0xd0, - 0xff, - 0x7e, - 0x59, - 0x00, - 0x42, - 0x85, - 0xff, - 0x23, - 0xf6, - 0xfe, - 0x63, - 0x61, - 0xff, - 0x47, - 0xf3, - 0xff, - 0x11, - 0x60, - 0x00, - 0xe4, - 0x7f, - 0xff, - 0x3c, - 0x5d, - 0xff, - 0xfc, - 0xb0, - 0xff, - 0x80, - 0xed, - 0xff, - 0x29, - 0x68, - 0x00, - 0xa5, - 0x1d, - 0x00, - 0xf3, - 0xf8, - 0xff, - 0x78, - 0xa0, - 0xff, - 0x50, - 0x31, - 0xff, - 0x87, - 0x2a, - 0xff, - 0xc6, - 0xe7, - 0xfe, - 0x91, - 0xd5, - 0xfe, - 0xf5, - 0xf6, - 0xfe, - 0x52, - 0xa9, - 0xfe, - 0xfc, - 0x78, - 0xfe, - 0x8e, - 0xe2, - 0xfe, - 0x08, - 0x25, - 0xff, - 0x69, - 0x3a, - 0xff, - 0xfd, - 0x1a, - 0xff, - 0x96, - 0xeb, - 0xfe, - 0x70, - 0x02, - 0x12, - 0x36, - 0x44, - 0x1e, - 0xd2, - 0x29, - 0x07, - 0x82, - 0xe8, - 0xfb, - 0xbf, - 0xc9, - 0xfb, - 0xa6, - 0xf6, - 0xf9, - 0x45, - 0x5c, - 0x07, - 0x8e, - 0x72, - 0x05, - 0x9a, - 0x19, - 0xfd, - 0x78, - 0x17, - 0xfe, - 0x70, - 0x64, - 0xfe, - 0x2d, - 0x31, - 0x00, - 0xe9, - 0x38, - 0xff, - 0x47, - 0xc5, - 0x01, - 0x23, - 0xba, - 0xff, - 0x19, - 0x30, - 0xfd, - 0xb8, - 0xe7, - 0x01, - 0x2f, - 0x90, - 0xff, - 0xa8, - 0x0b, - 0xff, - 0x76, - 0xa5, - 0x00, - 0x34, - 0xee, - 0xff, - 0x1c, - 0x93, - 0x00, - 0x79, - 0xce, - 0xff, - 0x1c, - 0x71, - 0xff, - 0xb2, - 0xd7, - 0xfe, - 0x8c, - 0x39, - 0x00, - 0x13, - 0x5d, - 0x01, - 0xcb, - 0xe9, - 0xff, - 0xfd, - 0x91, - 0x00, - 0x82, - 0x2f, - 0x00, - 0xd9, - 0x2e, - 0xff, - 0x84, - 0xb5, - 0xff, - 0xfd, - 0x5e, - 0xff, - 0x88, - 0x5f, - 0xff, - 0x55, - 0xec, - 0xff, - 0x05, - 0x38, - 0x00, - 0xc4, - 0x0b, - 0x00, - 0xe3, - 0x16, - 0x00, - 0xe1, - 0x7d, - 0x00, - 0xbb, - 0x99, - 0xff, - 0x3d, - 0x77, - 0xff, - 0x8a, - 0xde, - 0xff, - 0x36, - 0x81, - 0xff, - 0x9f, - 0xcc, - 0xff, - 0x4e, - 0x95, - 0xff, - 0x75, - 0x7a, - 0xff, - 0x89, - 0xe1, - 0xff, - 0xe0, - 0x13, - 0x00, - 0xa6, - 0x2e, - 0x00, - 0x2c, - 0xd7, - 0xff, - 0xb1, - 0xdb, - 0xff, - 0xd3, - 0xc6, - 0xff, - 0xc1, - 0x93, - 0xff, - 0x1c, - 0x7f, - 0xff, - 0x57, - 0xf2, - 0xfe, - 0x29, - 0xc5, - 0xfe, - 0xb8, - 0x17, - 0xff, - 0xf0, - 0xf8, - 0xfe, - 0xcd, - 0xb1, - 0xfe, - 0x82, - 0x03, - 0xff, - 0xbd, - 0x3b, - 0xff, - 0xb4, - 0x22, - 0xff, - 0xd2, - 0x05, - 0xff, - 0xfd, - 0xf2, - 0xfe, - 0x99, - 0xe0, - 0x0e, - 0xba, - 0x1d, - 0x1c, - 0x59, - 0x74, - 0x09, - 0xe1, - 0x10, - 0xfc, - 0x69, - 0x48, - 0xfc, - 0xf4, - 0xb8, - 0xfa, - 0x1f, - 0xaf, - 0x05, - 0xa0, - 0xf7, - 0x05, - 0x04, - 0x0b, - 0xfe, - 0x7a, - 0x8a, - 0xfe, - 0x8c, - 0x70, - 0xfe, - 0x58, - 0xfb, - 0xff, - 0xbf, - 0x8d, - 0xff, - 0x0c, - 0x22, - 0x01, - 0x3d, - 0x51, - 0x00, - 0x94, - 0xcf, - 0xfd, - 0xf9, - 0x9b, - 0x01, - 0x0a, - 0x11, - 0x00, - 0x2d, - 0x2d, - 0xff, - 0x9d, - 0xbc, - 0x00, - 0xc0, - 0x1b, - 0x00, - 0x3c, - 0xbc, - 0x00, - 0xe6, - 0xf7, - 0xff, - 0x80, - 0xa8, - 0xff, - 0xa0, - 0x2b, - 0xff, - 0x9d, - 0xc6, - 0xff, - 0xf7, - 0x19, - 0x01, - 0x59, - 0x13, - 0x00, - 0xfc, - 0x40, - 0x00, - 0x1b, - 0x17, - 0x00, - 0x0c, - 0x59, - 0xff, - 0xdc, - 0xb6, - 0xff, - 0x99, - 0x85, - 0xff, - 0xad, - 0x5f, - 0xff, - 0x45, - 0x91, - 0xff, - 0x75, - 0x1a, - 0x00, - 0xa0, - 0x47, - 0x00, - 0xb2, - 0x04, - 0x00, - 0xf5, - 0x9b, - 0x00, - 0xb2, - 0x74, - 0x00, - 0x96, - 0x63, - 0xff, - 0x6e, - 0xfb, - 0xfe, - 0x08, - 0x67, - 0xff, - 0x6d, - 0xc2, - 0xff, - 0xb4, - 0x7e, - 0xff, - 0xe9, - 0xc9, - 0xff, - 0xc8, - 0xd0, - 0xff, - 0x4a, - 0xb9, - 0xff, - 0xf8, - 0xf5, - 0xff, - 0x58, - 0xad, - 0xff, - 0x60, - 0x32, - 0x00, - 0xb4, - 0x53, - 0x00, - 0x6a, - 0x60, - 0xff, - 0xc2, - 0xf1, - 0xfe, - 0x45, - 0x1a, - 0xff, - 0x13, - 0x4d, - 0xff, - 0xcc, - 0x1a, - 0xff, - 0x89, - 0xe1, - 0xfe, - 0x94, - 0xc1, - 0xfe, - 0x8b, - 0x12, - 0xff, - 0x48, - 0x53, - 0xff, - 0xf5, - 0xfe, - 0xfe, - 0xc5, - 0x03, - 0xff, - 0x5d, - 0x1e, - 0xff, - 0x5e, - 0xf8, - 0x0d, - 0x66, - 0x3e, - 0x1a, - 0xdc, - 0x44, - 0x09, - 0xd3, - 0x88, - 0xfc, - 0xcf, - 0x57, - 0xfc, - 0xe9, - 0xc7, - 0xfb, - 0x6b, - 0x2e, - 0x05, - 0x4c, - 0x50, - 0x05, - 0x68, - 0x06, - 0xff, - 0x0d, - 0xd7, - 0xfe, - 0xfc, - 0xb0, - 0xfe, - 0x9b, - 0x0f, - 0x00, - 0x8c, - 0x90, - 0xff, - 0x9e, - 0x33, - 0x01, - 0xe1, - 0x59, - 0x00, - 0x24, - 0x76, - 0xfe, - 0x95, - 0x99, - 0x01, - 0xab, - 0x1d, - 0x00, - 0x1f, - 0x8d, - 0xff, - 0x8a, - 0xb1, - 0x00, - 0x8b, - 0x5f, - 0x00, - 0xaa, - 0xd6, - 0x00, - 0x05, - 0xe3, - 0xff, - 0xec, - 0xca, - 0xff, - 0x70, - 0x49, - 0xff, - 0x78, - 0x85, - 0xff, - 0x61, - 0xba, - 0x00, - 0xeb, - 0x17, - 0x00, - 0x08, - 0x13, - 0x00, - 0xd4, - 0xf7, - 0xff, - 0x25, - 0xa3, - 0xff, - 0x36, - 0xb5, - 0xff, - 0x21, - 0x6e, - 0xff, - 0xf2, - 0x67, - 0xff, - 0x24, - 0x90, - 0xff, - 0x56, - 0xe6, - 0xff, - 0xc6, - 0x47, - 0x00, - 0x38, - 0xf8, - 0x00, - 0x08, - 0xd4, - 0x00, - 0x9d, - 0x68, - 0xff, - 0xbb, - 0x1b, - 0xff, - 0x81, - 0x3a, - 0xff, - 0x3a, - 0x42, - 0xff, - 0x58, - 0xba, - 0xff, - 0x67, - 0xb4, - 0xff, - 0x62, - 0xa0, - 0xff, - 0x8b, - 0x69, - 0xff, - 0xf0, - 0x92, - 0xff, - 0x92, - 0x30, - 0x00, - 0xab, - 0x46, - 0x00, - 0xd3, - 0x39, - 0x00, - 0x66, - 0xae, - 0xff, - 0x25, - 0x14, - 0xff, - 0x78, - 0x42, - 0xff, - 0x24, - 0x96, - 0xff, - 0x79, - 0x4f, - 0xff, - 0x50, - 0xc9, - 0xfe, - 0xd6, - 0xd0, - 0xfe, - 0x74, - 0x0b, - 0xff, - 0xf8, - 0x36, - 0xff, - 0xc8, - 0x2d, - 0xff, - 0x31, - 0xfc, - 0xfe, - 0x1f, - 0x00, - 0xff, - 0xfa, - 0x11, - 0xff, - 0xc5, - 0xe6, - 0x0c, - 0x0c, - 0xf4, - 0x18, - 0xb5, - 0x8c, - 0x09, - 0xe9, - 0x9b, - 0xfc, - 0xd6, - 0x99, - 0xfc, - 0x31, - 0x9f, - 0xfc, - 0xa9, - 0x8b, - 0x04, - 0xc1, - 0x1a, - 0x05, - 0xb8, - 0xcb, - 0xff, - 0xf8, - 0x14, - 0xff, - 0x3a, - 0xfe, - 0xfe, - 0x4b, - 0x69, - 0x00, - 0x89, - 0x98, - 0xff, - 0xce, - 0x28, - 0x01, - 0x9a, - 0xb5, - 0x00, - 0x80, - 0xbe, - 0xfe, - 0x20, - 0x94, - 0x01, - 0x24, - 0x5d, - 0x00, - 0x66, - 0xbb, - 0xff, - 0xf1, - 0xab, - 0x00, - 0xdc, - 0x63, - 0x00, - 0xec, - 0xf0, - 0x00, - 0xd2, - 0xd4, - 0xff, - 0xf6, - 0xb3, - 0xff, - 0x4f, - 0x77, - 0xff, - 0xba, - 0x4c, - 0xff, - 0xe0, - 0x56, - 0x00, - 0x08, - 0x45, - 0x00, - 0x8d, - 0x24, - 0x00, - 0x78, - 0xda, - 0xff, - 0x2d, - 0xc8, - 0xff, - 0xd2, - 0xba, - 0xff, - 0x73, - 0x8e, - 0xff, - 0x54, - 0x81, - 0xff, - 0x7b, - 0x4b, - 0xff, - 0x74, - 0x62, - 0x00, - 0xff, - 0x06, - 0x01, - 0x27, - 0x68, - 0x00, - 0xab, - 0x0a, - 0x00, - 0x55, - 0x79, - 0xff, - 0x39, - 0x45, - 0xff, - 0x9b, - 0x60, - 0xff, - 0x62, - 0x5b, - 0xff, - 0xcf, - 0x8e, - 0xff, - 0x3b, - 0x99, - 0xff, - 0xa4, - 0x67, - 0xff, - 0x8e, - 0x7b, - 0xff, - 0xa9, - 0x39, - 0x00, - 0xf6, - 0x63, - 0x00, - 0xe1, - 0xd4, - 0xff, - 0x73, - 0xc5, - 0xff, - 0x90, - 0xb4, - 0xff, - 0x51, - 0x91, - 0xff, - 0x98, - 0x83, - 0xff, - 0x2e, - 0x6c, - 0xff, - 0x8e, - 0x34, - 0xff, - 0x5f, - 0xdd, - 0xfe, - 0x97, - 0xff, - 0xfe, - 0xdc, - 0x3b, - 0xff, - 0x62, - 0x2e, - 0xff, - 0xe9, - 0x07, - 0xff, - 0x70, - 0xeb, - 0xfe, - 0x4b, - 0xfb, - 0xfe, - 0x0d, - 0x0d, - 0xff, - 0xad, - 0x0f, - 0x0a, - 0x0a, - 0xad, - 0x17, - 0xd9, - 0x9e, - 0x0c, - 0x0c, - 0x6e, - 0xfc, - 0x31, - 0xc0, - 0xfc, - 0xfe, - 0x73, - 0xfd, - 0x25, - 0xdd, - 0x02, - 0x66, - 0xce, - 0x05, - 0x5f, - 0x66, - 0x00, - 0xeb, - 0x4a, - 0xff, - 0x5a, - 0x35, - 0xff, - 0x91, - 0xa0, - 0x00, - 0x3b, - 0x31, - 0x00, - 0x4d, - 0x2b, - 0x00, - 0x66, - 0x9f, - 0x01, - 0x56, - 0x01, - 0xff, - 0x45, - 0xcc, - 0x00, - 0xbc, - 0x3b, - 0x01, - 0x90, - 0x61, - 0xff, - 0xdc, - 0x87, - 0x00, - 0x06, - 0x55, - 0x00, - 0x25, - 0xe2, - 0x00, - 0x46, - 0x15, - 0x00, - 0x41, - 0x47, - 0xff, - 0x6e, - 0xa0, - 0xff, - 0x5e, - 0x47, - 0xff, - 0x82, - 0x12, - 0x00, - 0x91, - 0x42, - 0x00, - 0x17, - 0x39, - 0x00, - 0x9f, - 0xdb, - 0xff, - 0xf9, - 0xb6, - 0xff, - 0xbd, - 0x0d, - 0x00, - 0x38, - 0x68, - 0xff, - 0x93, - 0x9e, - 0xff, - 0xfe, - 0x2b, - 0x00, - 0x40, - 0x2d, - 0x00, - 0x39, - 0x0f, - 0x00, - 0x90, - 0x26, - 0x00, - 0xfe, - 0x1f, - 0x00, - 0x5b, - 0x87, - 0xff, - 0x4c, - 0x8e, - 0xff, - 0x8e, - 0x6c, - 0xff, - 0x14, - 0x20, - 0xff, - 0x14, - 0x5f, - 0xff, - 0x1c, - 0x75, - 0xff, - 0xa1, - 0xda, - 0xff, - 0x7f, - 0x0b, - 0x00, - 0xab, - 0xdc, - 0xff, - 0xb2, - 0xd6, - 0xff, - 0x12, - 0xa3, - 0xff, - 0x95, - 0xc3, - 0xff, - 0xa7, - 0x13, - 0x00, - 0x44, - 0xd0, - 0xff, - 0x5b, - 0x4a, - 0xff, - 0xc6, - 0x4e, - 0xff, - 0x4d, - 0x7c, - 0xff, - 0xee, - 0x1a, - 0xff, - 0xdf, - 0xf7, - 0xfe, - 0x1b, - 0x2d, - 0xff, - 0x6e, - 0x07, - 0xff, - 0x07, - 0xdb, - 0xfe, - 0x65, - 0xe8, - 0xfe, - 0x94, - 0xf5, - 0xfe, - 0x90, - 0xfa, - 0xfe, - 0x04, - 0x3b, - 0x09, - 0x40, - 0xda, - 0x16, - 0x4a, - 0x57, - 0x0d, - 0x2a, - 0x9a, - 0xfc, - 0xa9, - 0xb8, - 0xfc, - 0xfb, - 0x48, - 0xfe, - 0xce, - 0x90, - 0x02, - 0x85, - 0x8b, - 0x05, - 0xa0, - 0xb6, - 0x00, - 0x7a, - 0x70, - 0xff, - 0xa8, - 0x51, - 0xff, - 0xb0, - 0xd3, - 0x00, - 0xda, - 0xd8, - 0x00, - 0xe1, - 0xb9, - 0xff, - 0x05, - 0x64, - 0x01, - 0x78, - 0xc9, - 0xff, - 0xa3, - 0x55, - 0x00, - 0x53, - 0xe7, - 0x00, - 0x69, - 0xb2, - 0xff, - 0xbe, - 0x62, - 0x00, - 0xce, - 0x0a, - 0x00, - 0xa6, - 0xd0, - 0x00, - 0xf4, - 0x43, - 0x00, - 0x19, - 0x2d, - 0xff, - 0xb0, - 0x70, - 0xff, - 0x1f, - 0x7b, - 0xff, - 0x57, - 0x30, - 0x00, - 0xf5, - 0xe2, - 0xff, - 0xe9, - 0x30, - 0x00, - 0xd3, - 0x3b, - 0x00, - 0x9b, - 0x94, - 0xff, - 0x7d, - 0xf6, - 0xff, - 0x8a, - 0x11, - 0x00, - 0x35, - 0x3f, - 0x00, - 0x47, - 0xa8, - 0xff, - 0x4d, - 0x97, - 0xff, - 0x48, - 0xf9, - 0xff, - 0x54, - 0xa4, - 0xff, - 0xf3, - 0x3b, - 0x00, - 0x17, - 0x04, - 0x00, - 0xe6, - 0x60, - 0xff, - 0x46, - 0x57, - 0xff, - 0xb9, - 0x18, - 0xff, - 0x30, - 0x5e, - 0xff, - 0x82, - 0xf3, - 0xff, - 0xc0, - 0x3d, - 0x00, - 0x5f, - 0xa3, - 0xff, - 0xa3, - 0x63, - 0xff, - 0x2b, - 0xcd, - 0xff, - 0x15, - 0x9c, - 0xff, - 0xf1, - 0xce, - 0xff, - 0x82, - 0x10, - 0x00, - 0x99, - 0xd8, - 0xff, - 0x61, - 0x87, - 0xff, - 0xa9, - 0x60, - 0xff, - 0xc2, - 0xa2, - 0xff, - 0xf7, - 0x4f, - 0xff, - 0xc3, - 0xde, - 0xfe, - 0x37, - 0xeb, - 0xfe, - 0xfe, - 0xde, - 0xfe, - 0x01, - 0xe1, - 0xfe, - 0x34, - 0xe6, - 0xfe, - 0x58, - 0xda, - 0xfe, - 0xd1, - 0xdf, - 0xfe, - 0x14, - 0x9d, - 0x0b, - 0xa2, - 0x2a, - 0x17, - 0x79, - 0xba, - 0x09, - 0x05, - 0x97, - 0xfc, - 0xc3, - 0x48, - 0xfd, - 0x68, - 0xd5, - 0xfe, - 0x4a, - 0x02, - 0x04, - 0xe0, - 0x3e, - 0x04, - 0xef, - 0x7a, - 0x00, - 0xfb, - 0x42, - 0xff, - 0x87, - 0x73, - 0xff, - 0xb3, - 0x69, - 0x01, - 0x70, - 0x54, - 0x00, - 0x45, - 0x8e, - 0x00, - 0x46, - 0xa7, - 0x00, - 0x9e, - 0xae, - 0xff, - 0x14, - 0x15, - 0x01, - 0x14, - 0xd4, - 0xff, - 0x1d, - 0xd7, - 0xff, - 0x86, - 0x7f, - 0x00, - 0xbb, - 0xf9, - 0xff, - 0x2c, - 0x91, - 0x00, - 0x7a, - 0xf9, - 0xff, - 0x51, - 0xb6, - 0xff, - 0xb1, - 0x37, - 0xff, - 0x63, - 0x60, - 0xff, - 0x39, - 0x35, - 0x00, - 0x88, - 0xec, - 0xff, - 0x3c, - 0x3e, - 0x00, - 0x6f, - 0xd3, - 0xff, - 0x2e, - 0xdd, - 0xff, - 0x2b, - 0xd1, - 0x00, - 0xfb, - 0x3c, - 0x00, - 0x51, - 0x7f, - 0xff, - 0x28, - 0xa2, - 0xff, - 0x15, - 0x9f, - 0xff, - 0x23, - 0x51, - 0xff, - 0xbb, - 0xd6, - 0xff, - 0xd4, - 0x2c, - 0x00, - 0x80, - 0xb2, - 0xff, - 0x65, - 0x85, - 0xff, - 0xd7, - 0x4b, - 0xff, - 0x8c, - 0x5f, - 0xff, - 0x7a, - 0xe2, - 0xff, - 0x17, - 0x04, - 0x00, - 0xd3, - 0xb2, - 0xff, - 0x8f, - 0x6e, - 0xff, - 0x8e, - 0x95, - 0xff, - 0xdc, - 0xa8, - 0xff, - 0x3d, - 0x87, - 0xff, - 0x8c, - 0x90, - 0xff, - 0x9d, - 0xeb, - 0xff, - 0xb3, - 0x1f, - 0x00, - 0xd4, - 0xce, - 0xff, - 0xff, - 0xa5, - 0xff, - 0xf5, - 0x9f, - 0xff, - 0xa8, - 0x29, - 0xff, - 0xe4, - 0xb2, - 0xfe, - 0x40, - 0xc4, - 0xfe, - 0xbc, - 0xf2, - 0xfe, - 0x09, - 0xdd, - 0xfe, - 0x8b, - 0xbb, - 0xfe, - 0x5e, - 0xb6, - 0xfe, - 0x87, - 0xdc, - 0xfe, - 0x67, - 0x03, - 0x0b, - 0x74, - 0x1a, - 0x17, - 0x02, - 0x8e, - 0x0a, - 0xdc, - 0x86, - 0xfc, - 0xa2, - 0x6d, - 0xfd, - 0x8f, - 0x54, - 0xff, - 0x67, - 0xdc, - 0x03, - 0xfb, - 0x30, - 0x04, - 0xc7, - 0x4f, - 0x00, - 0xed, - 0xf8, - 0xfe, - 0xc4, - 0x32, - 0xff, - 0x62, - 0x6b, - 0x01, - 0x06, - 0x4a, - 0x00, - 0x0e, - 0x64, - 0x00, - 0x3c, - 0x0c, - 0x01, - 0xdf, - 0x65, - 0xff, - 0x23, - 0xc0, - 0x00, - 0x82, - 0x36, - 0x00, - 0xda, - 0x5e, - 0xff, - 0x3d, - 0x23, - 0x00, - 0x30, - 0x51, - 0x00, - 0xea, - 0x70, - 0x00, - 0x66, - 0xa3, - 0xff, - 0x1d, - 0xde, - 0xff, - 0x80, - 0x90, - 0xff, - 0x6c, - 0x0d, - 0xff, - 0x85, - 0xbf, - 0xff, - 0xa7, - 0x32, - 0x00, - 0x34, - 0x28, - 0x00, - 0x53, - 0x7c, - 0xff, - 0xe2, - 0xa6, - 0x00, - 0x64, - 0x10, - 0x01, - 0x85, - 0x77, - 0xff, - 0xa6, - 0xb8, - 0xff, - 0xe5, - 0xb0, - 0xff, - 0xcd, - 0x25, - 0xff, - 0x16, - 0x8c, - 0xff, - 0x8d, - 0x9f, - 0xff, - 0x6d, - 0xa6, - 0xff, - 0x72, - 0xa9, - 0xff, - 0x39, - 0x79, - 0xff, - 0x1c, - 0x8f, - 0xff, - 0xc9, - 0xf9, - 0xff, - 0x0e, - 0xe0, - 0xff, - 0x55, - 0x63, - 0xff, - 0x55, - 0x8f, - 0xff, - 0xd2, - 0xb0, - 0xff, - 0xaa, - 0x91, - 0xff, - 0x6e, - 0x87, - 0xff, - 0xaa, - 0x3a, - 0xff, - 0xf8, - 0x5c, - 0xff, - 0x8d, - 0xe8, - 0xff, - 0xd7, - 0x1c, - 0x00, - 0x5a, - 0x1c, - 0x00, - 0xeb, - 0xf2, - 0xff, - 0x8f, - 0x95, - 0xff, - 0x95, - 0xfd, - 0xfe, - 0xe4, - 0x9a, - 0xfe, - 0x72, - 0xc7, - 0xfe, - 0x47, - 0xf0, - 0xfe, - 0xfe, - 0xd2, - 0xfe, - 0xe1, - 0x8a, - 0xfe, - 0xbf, - 0x84, - 0xfe, - 0x32, - 0xda, - 0xfe, - 0xdf, - 0x6e, - 0x0a, - 0xe2, - 0x5a, - 0x17, - 0x9e, - 0xc3, - 0x0b, - 0x8b, - 0x44, - 0xfc, - 0x77, - 0x54, - 0xfd, - 0x21, - 0xed, - 0xff, - 0x8b, - 0xf3, - 0x03, - 0x4a, - 0x6b, - 0x04, - 0x18, - 0x22, - 0x00, - 0x23, - 0xcc, - 0xfe, - 0xe6, - 0xda, - 0xfe, - 0xf6, - 0x03, - 0x01, - 0x31, - 0x7f, - 0x00, - 0x7a, - 0x12, - 0x00, - 0xee, - 0x0b, - 0x01, - 0x57, - 0xe9, - 0xff, - 0x3e, - 0xc1, - 0x00, - 0x90, - 0x02, - 0x00, - 0xfb, - 0x6b, - 0xff, - 0x9c, - 0x4b, - 0x00, - 0xbb, - 0xe0, - 0xff, - 0x8a, - 0x7d, - 0x00, - 0x53, - 0x1c, - 0x00, - 0x0c, - 0xa0, - 0xff, - 0x53, - 0x85, - 0xff, - 0xf2, - 0x3c, - 0xff, - 0x58, - 0xe3, - 0xff, - 0x6f, - 0xeb, - 0xff, - 0x92, - 0xbc, - 0xff, - 0x14, - 0x50, - 0x00, - 0x24, - 0x19, - 0x01, - 0x42, - 0x31, - 0x00, - 0xab, - 0x95, - 0xff, - 0xd5, - 0x49, - 0x00, - 0x86, - 0x53, - 0xff, - 0x36, - 0x4a, - 0xff, - 0x10, - 0xe2, - 0xff, - 0x6d, - 0x3b, - 0xff, - 0x23, - 0x7a, - 0xff, - 0xb6, - 0xa7, - 0xff, - 0x7a, - 0x79, - 0xff, - 0x9e, - 0xd2, - 0xff, - 0x5d, - 0x33, - 0x00, - 0x88, - 0xdb, - 0xff, - 0xfb, - 0x40, - 0xff, - 0x29, - 0x91, - 0xff, - 0x1b, - 0xd9, - 0xff, - 0x19, - 0xb1, - 0xff, - 0x74, - 0x52, - 0xff, - 0xad, - 0x18, - 0xff, - 0x07, - 0x8c, - 0xff, - 0xf6, - 0xcd, - 0xff, - 0x87, - 0xfa, - 0xff, - 0x3d, - 0x50, - 0x00, - 0xff, - 0x2c, - 0x00, - 0xa7, - 0x8f, - 0xff, - 0x3b, - 0x0c, - 0xff, - 0x17, - 0xf2, - 0xfe, - 0x02, - 0xce, - 0xfe, - 0xed, - 0xbf, - 0xfe, - 0x83, - 0xd6, - 0xfe, - 0xbe, - 0x9c, - 0xfe, - 0x7f, - 0x73, - 0xfe, - 0xd7, - 0xbc, - 0xfe, - 0x8b, - 0x4e, - 0x09, - 0xfb, - 0x6f, - 0x17, - 0x18, - 0x34, - 0x0e, - 0x60, - 0x12, - 0xfc, - 0x28, - 0x55, - 0xfc, - 0xe4, - 0x6b, - 0x00, - 0xdf, - 0xce, - 0x03, - 0xfe, - 0xf3, - 0x04, - 0x18, - 0x49, - 0x00, - 0x38, - 0x41, - 0xfe, - 0x08, - 0x6a, - 0xfe, - 0x8c, - 0xa3, - 0x00, - 0x91, - 0x74, - 0x00, - 0x07, - 0x4e, - 0xff, - 0x8e, - 0x00, - 0x01, - 0xbc, - 0x07, - 0x00, - 0xb9, - 0x88, - 0x00, - 0xdb, - 0x9a, - 0x00, - 0x54, - 0x22, - 0xff, - 0x7e, - 0xf8, - 0xff, - 0x2c, - 0x1d, - 0x00, - 0x16, - 0x33, - 0x00, - 0x31, - 0xc8, - 0xff, - 0x39, - 0xc7, - 0xff, - 0x16, - 0xab, - 0xff, - 0x52, - 0xda, - 0xfe, - 0x58, - 0xfe, - 0xff, - 0x34, - 0xf8, - 0xff, - 0x5c, - 0x6b, - 0xff, - 0x28, - 0x91, - 0x00, - 0x94, - 0xec, - 0x00, - 0x7a, - 0xd7, - 0xff, - 0x06, - 0xab, - 0xff, - 0xe8, - 0x28, - 0x00, - 0xee, - 0x4d, - 0xff, - 0x2a, - 0x94, - 0xff, - 0x9b, - 0xd2, - 0xff, - 0x56, - 0xfe, - 0xfe, - 0xfe, - 0x90, - 0xff, - 0xce, - 0x89, - 0xff, - 0xf0, - 0x63, - 0xff, - 0x37, - 0xed, - 0xff, - 0x9d, - 0xe1, - 0xff, - 0x3e, - 0xa3, - 0xff, - 0x4c, - 0x65, - 0xff, - 0x6e, - 0xba, - 0xff, - 0x6b, - 0xce, - 0xff, - 0x1a, - 0x86, - 0xff, - 0x3f, - 0x3a, - 0xff, - 0xf0, - 0xfe, - 0xfe, - 0x95, - 0xa3, - 0xff, - 0xe0, - 0xd5, - 0xff, - 0x6c, - 0xb8, - 0xff, - 0xdc, - 0x1c, - 0x00, - 0xb9, - 0x20, - 0x00, - 0xa0, - 0x99, - 0xff, - 0x31, - 0x13, - 0xff, - 0x95, - 0x20, - 0xff, - 0xba, - 0x11, - 0xff, - 0xf9, - 0xb4, - 0xfe, - 0x2c, - 0x93, - 0xfe, - 0xdf, - 0x81, - 0xfe, - 0x36, - 0x8e, - 0xfe, - 0x36, - 0xc2, - 0xfe, - 0xb2, - 0xa3, - 0x0a, - 0x26, - 0xd3, - 0x18, - 0x3f, - 0x49, - 0x0d, - 0x7c, - 0x30, - 0xfb, - 0xae, - 0x26, - 0xfc, - 0x78, - 0xb9, - 0x00, - 0xef, - 0xa0, - 0x04, - 0xb2, - 0xcc, - 0x04, - 0xb1, - 0x28, - 0x00, - 0x91, - 0xe8, - 0xfd, - 0xa1, - 0x02, - 0xfe, - 0xe9, - 0xcd, - 0x00, - 0x1e, - 0x22, - 0x00, - 0x2a, - 0x05, - 0xff, - 0x35, - 0x7f, - 0x00, - 0x93, - 0xe5, - 0xff, - 0x48, - 0xcc, - 0x00, - 0x06, - 0x45, - 0x00, - 0x13, - 0x58, - 0xff, - 0x8d, - 0x4d, - 0x00, - 0xbb, - 0xf8, - 0xff, - 0x0b, - 0x1d, - 0x00, - 0x73, - 0xc3, - 0xff, - 0x91, - 0x89, - 0xff, - 0x79, - 0x4b, - 0xff, - 0x0e, - 0x25, - 0xff, - 0x45, - 0x4f, - 0x00, - 0x65, - 0xb3, - 0xff, - 0xbe, - 0x7a, - 0xff, - 0xc6, - 0xf8, - 0x00, - 0xdf, - 0xa5, - 0x00, - 0xd0, - 0x3f, - 0xff, - 0x85, - 0xc5, - 0xff, - 0xd6, - 0x29, - 0x00, - 0x48, - 0x30, - 0xff, - 0x2e, - 0xcb, - 0xff, - 0xea, - 0xc0, - 0xff, - 0x4b, - 0x0f, - 0xff, - 0x56, - 0xc0, - 0xff, - 0x73, - 0xa1, - 0xff, - 0x68, - 0x74, - 0xff, - 0xed, - 0xd3, - 0xff, - 0xcc, - 0xd4, - 0xff, - 0x3c, - 0x4e, - 0xff, - 0xf9, - 0x4c, - 0xff, - 0xa6, - 0x05, - 0x00, - 0x48, - 0xe0, - 0xff, - 0x7d, - 0x71, - 0xff, - 0xca, - 0xff, - 0xfe, - 0x36, - 0x26, - 0xff, - 0x13, - 0xcd, - 0xff, - 0x72, - 0xc3, - 0xff, - 0xe2, - 0xe0, - 0xff, - 0x16, - 0xef, - 0xff, - 0x35, - 0xb2, - 0xff, - 0x18, - 0x7e, - 0xff, - 0x96, - 0x64, - 0xff, - 0xf9, - 0x34, - 0xff, - 0x0e, - 0xeb, - 0xfe, - 0x32, - 0x03, - 0xff, - 0x63, - 0xb9, - 0xfe, - 0x3a, - 0x56, - 0xfe, - 0xcb, - 0x7e, - 0xfe, - 0x71, - 0xec, - 0xfe, - 0xf0, - 0x39, - 0x0b, - 0x74, - 0x1a, - 0x1a, - 0x14, - 0xd4, - 0x0d, - 0x99, - 0x5a, - 0xfa, - 0xc6, - 0x79, - 0xfb, - 0x13, - 0x33, - 0x01, - 0xd2, - 0x13, - 0x05, - 0xcf, - 0xe4, - 0x04, - 0x8d, - 0x35, - 0x00, - 0x63, - 0x72, - 0xfd, - 0x2a, - 0xde, - 0xfd, - 0x06, - 0x0d, - 0x01, - 0x8a, - 0xe3, - 0xff, - 0x21, - 0xb5, - 0xfe, - 0x48, - 0x42, - 0x00, - 0xb7, - 0xab, - 0xff, - 0x51, - 0x9c, - 0x00, - 0x25, - 0x21, - 0x00, - 0x52, - 0x40, - 0xff, - 0xb8, - 0x43, - 0x00, - 0xf8, - 0x58, - 0x00, - 0x47, - 0x4f, - 0x00, - 0x2c, - 0x7f, - 0xff, - 0xb0, - 0x80, - 0xff, - 0x64, - 0x3b, - 0xff, - 0x22, - 0xd9, - 0xfe, - 0x6b, - 0x5e, - 0x00, - 0x52, - 0x1b, - 0x00, - 0xf1, - 0x83, - 0xff, - 0x8b, - 0xdb, - 0x00, - 0xa5, - 0xcd, - 0x00, - 0x50, - 0x1f, - 0xff, - 0x3b, - 0x74, - 0xff, - 0x08, - 0xf2, - 0xff, - 0x25, - 0x32, - 0xff, - 0x7b, - 0xf7, - 0xff, - 0x43, - 0x96, - 0xff, - 0xfa, - 0x1b, - 0xff, - 0x34, - 0x10, - 0x00, - 0x6b, - 0xb9, - 0xff, - 0x84, - 0x9f, - 0xff, - 0x37, - 0xd4, - 0xff, - 0x56, - 0xcd, - 0xff, - 0xaf, - 0x54, - 0xff, - 0xad, - 0x1a, - 0xff, - 0xdc, - 0xf9, - 0xff, - 0xa0, - 0xe9, - 0xff, - 0xc6, - 0x71, - 0xff, - 0x4e, - 0x0a, - 0xff, - 0xe6, - 0x2b, - 0xff, - 0x67, - 0xf1, - 0xff, - 0xf5, - 0xe4, - 0xff, - 0x97, - 0xe5, - 0xff, - 0xcb, - 0xd9, - 0xff, - 0x36, - 0x6e, - 0xff, - 0x2e, - 0x56, - 0xff, - 0x88, - 0x6e, - 0xff, - 0x20, - 0x49, - 0xff, - 0x99, - 0x05, - 0xff, - 0x27, - 0xfa, - 0xfe, - 0xeb, - 0xcf, - 0xfe, - 0xf2, - 0xa1, - 0xfe, - 0x9e, - 0xa1, - 0xfe, - 0xc7, - 0x03, - 0xff, - 0x99, - 0x7d, - 0x0a, - 0xf9, - 0xea, - 0x1a, - 0xf9, - 0x8e, - 0x10, - 0x83, - 0x05, - 0xfa, - 0x35, - 0x0e, - 0xfa, - 0x17, - 0x7e, - 0x01, - 0x37, - 0x36, - 0x05, - 0x72, - 0x3f, - 0x05, - 0xc0, - 0x36, - 0x00, - 0xb7, - 0x14, - 0xfd, - 0x58, - 0x85, - 0xfd, - 0x1b, - 0x29, - 0x01, - 0x45, - 0x60, - 0x00, - 0x87, - 0x0b, - 0xfe, - 0x9c, - 0xe3, - 0xff, - 0x4d, - 0x96, - 0xff, - 0x8b, - 0x5c, - 0x00, - 0x3d, - 0x17, - 0x00, - 0x32, - 0xa8, - 0xfe, - 0x0a, - 0x2c, - 0x00, - 0x3c, - 0x67, - 0x00, - 0xcb, - 0x43, - 0x00, - 0x30, - 0xba, - 0xff, - 0xfb, - 0x6d, - 0xff, - 0xd2, - 0x41, - 0xff, - 0xdf, - 0xac, - 0xfe, - 0x32, - 0x3f, - 0x00, - 0x3f, - 0x33, - 0x00, - 0xe0, - 0x4b, - 0xff, - 0x27, - 0xc0, - 0x00, - 0x05, - 0x36, - 0x01, - 0x01, - 0x5a, - 0xff, - 0xef, - 0xc8, - 0xfe, - 0xff, - 0xd2, - 0xff, - 0xf7, - 0x4f, - 0xff, - 0x90, - 0x6b, - 0xff, - 0x12, - 0xa6, - 0xff, - 0xef, - 0x2d, - 0xff, - 0xc5, - 0xf8, - 0xff, - 0x14, - 0xd2, - 0xff, - 0x98, - 0xae, - 0xff, - 0x8e, - 0x06, - 0x00, - 0x39, - 0xd9, - 0xff, - 0x98, - 0x84, - 0xff, - 0x54, - 0x02, - 0xff, - 0x0a, - 0xaa, - 0xff, - 0x17, - 0xec, - 0xff, - 0x32, - 0x59, - 0xff, - 0xa0, - 0x1a, - 0xff, - 0xa4, - 0x21, - 0xff, - 0xc2, - 0xd5, - 0xff, - 0x2f, - 0x32, - 0x00, - 0x2b, - 0x11, - 0x00, - 0xd3, - 0x8a, - 0xff, - 0x8a, - 0x1d, - 0xff, - 0x52, - 0x64, - 0xff, - 0x42, - 0x56, - 0xff, - 0x07, - 0x14, - 0xff, - 0xa5, - 0x07, - 0xff, - 0x19, - 0xfe, - 0xfe, - 0x8d, - 0xdd, - 0xfe, - 0x1f, - 0xb2, - 0xfe, - 0xcd, - 0xd0, - 0xfe, - 0xbb, - 0x56, - 0xff, - 0xaf, - 0xac, - 0x0a, - 0x28, - 0x4d, - 0x1c, - 0xdc, - 0x15, - 0x12, - 0xab, - 0x24, - 0xf9, - 0x42, - 0xda, - 0xf8, - 0xc9, - 0xe6, - 0x01, - 0x60, - 0x9c, - 0x05, - 0xd5, - 0x4c, - 0x05, - 0x6e, - 0xe3, - 0xff, - 0xee, - 0x7f, - 0xfc, - 0x41, - 0x33, - 0xfd, - 0x53, - 0x62, - 0x01, - 0x48, - 0xbf, - 0x00, - 0x90, - 0x81, - 0xfd, - 0x6d, - 0x72, - 0xff, - 0xc1, - 0x83, - 0xff, - 0xcc, - 0xff, - 0xff, - 0xcf, - 0xf1, - 0xff, - 0x94, - 0x52, - 0xfe, - 0xf0, - 0xb9, - 0xff, - 0xf0, - 0x36, - 0x00, - 0xbf, - 0x1f, - 0x00, - 0x8a, - 0x85, - 0xff, - 0xa5, - 0x58, - 0xff, - 0xd5, - 0x8e, - 0xff, - 0x7c, - 0xa8, - 0xfe, - 0x74, - 0x0a, - 0x00, - 0x5d, - 0x65, - 0x00, - 0xc4, - 0x24, - 0xff, - 0xca, - 0xea, - 0xff, - 0xce, - 0x3d, - 0x01, - 0x04, - 0x56, - 0x00, - 0x1b, - 0x67, - 0xfe, - 0x4f, - 0x20, - 0xff, - 0x4c, - 0x89, - 0xff, - 0x0a, - 0x27, - 0xff, - 0x3e, - 0x61, - 0xff, - 0x8c, - 0x05, - 0xff, - 0x07, - 0xb6, - 0xff, - 0x1f, - 0xd6, - 0xff, - 0x0b, - 0x8f, - 0xff, - 0xcf, - 0x05, - 0x00, - 0x70, - 0x1d, - 0x00, - 0x99, - 0xd4, - 0xff, - 0xcf, - 0xf7, - 0xfe, - 0x3a, - 0x50, - 0xff, - 0x1c, - 0xdc, - 0xff, - 0x8c, - 0x57, - 0xff, - 0x7d, - 0x1b, - 0xff, - 0x11, - 0x0b, - 0xff, - 0x0b, - 0x9d, - 0xff, - 0x08, - 0x60, - 0x00, - 0xc6, - 0x4c, - 0x00, - 0x47, - 0x57, - 0xff, - 0x6b, - 0xd1, - 0xfe, - 0x94, - 0x44, - 0xff, - 0x4b, - 0x31, - 0xff, - 0x36, - 0xf6, - 0xfe, - 0xff, - 0xf1, - 0xfe, - 0x2b, - 0xbd, - 0xfe, - 0x78, - 0xca, - 0xfe, - 0x13, - 0xe3, - 0xfe, - 0x64, - 0x12, - 0xff, - 0xc7, - 0x8a, - 0xff, - 0xb5, - 0x78, - 0x0d, - 0x9d, - 0x75, - 0x1f, - 0x4a, - 0xd1, - 0x0f, - 0x04, - 0xc5, - 0xf6, - 0x03, - 0x5e, - 0xf9, - 0xeb, - 0xd2, - 0x02, - 0xd0, - 0xb5, - 0x06, - 0x5a, - 0xb8, - 0x04, - 0xcb, - 0xec, - 0xfe, - 0x82, - 0xd6, - 0xfb, - 0x95, - 0x6b, - 0xfd, - 0x0c, - 0x86, - 0x02, - 0xdc, - 0x55, - 0x00, - 0xed, - 0x55, - 0xfd, - 0x0b, - 0x4a, - 0xff, - 0x7f, - 0x60, - 0xff, - 0x1b, - 0x6a, - 0x00, - 0xce, - 0x44, - 0xff, - 0xd4, - 0x2d, - 0xfe, - 0x6a, - 0xea, - 0xff, - 0xa9, - 0x07, - 0x00, - 0x78, - 0xd9, - 0xff, - 0xce, - 0x3a, - 0xff, - 0x47, - 0x72, - 0xff, - 0xff, - 0x8b, - 0xff, - 0x53, - 0x3a, - 0xff, - 0x37, - 0x4b, - 0x00, - 0xb1, - 0x39, - 0x00, - 0xe8, - 0x77, - 0xff, - 0x36, - 0x6b, - 0xff, - 0x38, - 0xd5, - 0x00, - 0xaf, - 0xe5, - 0x00, - 0x0f, - 0xca, - 0xfe, - 0x1f, - 0xcb, - 0xfe, - 0x35, - 0x72, - 0xff, - 0xcb, - 0x5d, - 0xff, - 0x8d, - 0x17, - 0xff, - 0xef, - 0x23, - 0xff, - 0xc4, - 0x8e, - 0xff, - 0xfa, - 0x50, - 0xff, - 0x9f, - 0xa5, - 0xff, - 0x55, - 0x15, - 0x00, - 0x43, - 0x50, - 0x00, - 0xf5, - 0x31, - 0x00, - 0x0c, - 0x4a, - 0xff, - 0x39, - 0x22, - 0xff, - 0xd8, - 0x83, - 0xff, - 0x0c, - 0x9e, - 0xff, - 0x45, - 0x4e, - 0xff, - 0x20, - 0x15, - 0xff, - 0xfb, - 0x9f, - 0xff, - 0xc5, - 0x7d, - 0x00, - 0x7a, - 0x4a, - 0x00, - 0x80, - 0x27, - 0xff, - 0x08, - 0xee, - 0xfe, - 0xb5, - 0x26, - 0xff, - 0xa6, - 0x08, - 0xff, - 0x8b, - 0xe2, - 0xfe, - 0xaf, - 0xc5, - 0xfe, - 0x59, - 0xad, - 0xfe, - 0x93, - 0xab, - 0xfe, - 0xf2, - 0x07, - 0xff, - 0x63, - 0x80, - 0xff, - 0x4e, - 0xc5, - 0xff, - 0xde, - 0xae, - 0x0d, - 0x69, - 0x5f, - 0x21, - 0xb3, - 0xb0, - 0x11, - 0x8b, - 0xa3, - 0xf5, - 0x0e, - 0x38, - 0xf8, - 0x55, - 0x46, - 0x03, - 0x6e, - 0x49, - 0x07, - 0xad, - 0xcb, - 0x04, - 0xca, - 0x37, - 0xfe, - 0x7b, - 0x38, - 0xfb, - 0xb1, - 0x21, - 0xfd, - 0x35, - 0x0d, - 0x03, - 0x4d, - 0xe3, - 0x00, - 0x3c, - 0xc7, - 0xfc, - 0x0e, - 0xe3, - 0xfe, - 0x65, - 0x3a, - 0xff, - 0x7c, - 0x6d, - 0x00, - 0x44, - 0x3c, - 0xff, - 0xe5, - 0xaa, - 0xfd, - 0xc9, - 0xc2, - 0xff, - 0x9e, - 0x1b, - 0x00, - 0x83, - 0x72, - 0xff, - 0x34, - 0xdc, - 0xfe, - 0x61, - 0x63, - 0xff, - 0xa9, - 0x62, - 0xff, - 0xe9, - 0x94, - 0xff, - 0x5c, - 0xb7, - 0x00, - 0x0d, - 0xf7, - 0xff, - 0xfb, - 0xa7, - 0xff, - 0x10, - 0x50, - 0xff, - 0x74, - 0xd5, - 0xff, - 0x5c, - 0x1c, - 0x01, - 0xfd, - 0xb6, - 0xff, - 0xfc, - 0x67, - 0xfe, - 0x36, - 0x05, - 0xff, - 0xad, - 0xbe, - 0xff, - 0x88, - 0x09, - 0xff, - 0x96, - 0xfe, - 0xfe, - 0xd8, - 0x8d, - 0xff, - 0x26, - 0xcd, - 0xfe, - 0xde, - 0x3a, - 0xff, - 0xb6, - 0xfb, - 0xff, - 0x56, - 0x50, - 0x00, - 0xf7, - 0x83, - 0x00, - 0xf3, - 0xa5, - 0xff, - 0x8d, - 0x15, - 0xff, - 0x4f, - 0x23, - 0xff, - 0x54, - 0x91, - 0xff, - 0xbe, - 0x8a, - 0xff, - 0x6b, - 0x54, - 0xff, - 0xcb, - 0xca, - 0xff, - 0x8b, - 0x3d, - 0x00, - 0xf0, - 0x1c, - 0x00, - 0x7d, - 0x2a, - 0xff, - 0xfa, - 0xdf, - 0xfe, - 0x37, - 0x21, - 0xff, - 0xb6, - 0xf3, - 0xfe, - 0x56, - 0xb5, - 0xfe, - 0x1c, - 0x87, - 0xfe, - 0xd8, - 0x8c, - 0xfe, - 0xdd, - 0xa7, - 0xfe, - 0x68, - 0x32, - 0xff, - 0x7b, - 0xa5, - 0xff, - 0xab, - 0xbb, - 0xff, - 0xec, - 0x38, - 0x0e, - 0xa2, - 0x96, - 0x23, - 0x4f, - 0x51, - 0x13, - 0x8c, - 0x63, - 0xf4, - 0xba, - 0x34, - 0xf7, - 0xab, - 0xbc, - 0x03, - 0x3c, - 0xf2, - 0x07, - 0x16, - 0xed, - 0x04, - 0x5f, - 0x64, - 0xfd, - 0x7a, - 0xa7, - 0xfa, - 0x7d, - 0xe4, - 0xfc, - 0xcd, - 0x91, - 0x03, - 0xf0, - 0x8f, - 0x01, - 0x54, - 0x39, - 0xfc, - 0xd1, - 0x9d, - 0xfe, - 0xb6, - 0x1f, - 0xff, - 0xda, - 0x4f, - 0x00, - 0xc9, - 0x4f, - 0xff, - 0x0a, - 0x54, - 0xfd, - 0x7d, - 0x9d, - 0xff, - 0x06, - 0x2d, - 0x00, - 0xb3, - 0x52, - 0xff, - 0xfa, - 0x6b, - 0xfe, - 0x29, - 0x58, - 0xff, - 0x0a, - 0x6f, - 0xff, - 0xbd, - 0x8e, - 0xff, - 0xcb, - 0x58, - 0x01, - 0x40, - 0xf4, - 0xff, - 0x3c, - 0x84, - 0xff, - 0x26, - 0x8d, - 0xff, - 0x57, - 0x2f, - 0xff, - 0x8a, - 0x9a, - 0x00, - 0xa8, - 0x88, - 0x00, - 0x9d, - 0x0a, - 0xff, - 0x10, - 0x3b, - 0xfe, - 0x48, - 0xb8, - 0xff, - 0x91, - 0x9b, - 0xff, - 0xba, - 0xb6, - 0xfe, - 0x48, - 0xbd, - 0xff, - 0xfd, - 0x99, - 0xfe, - 0x5c, - 0xa1, - 0xfe, - 0x0a, - 0xec, - 0xff, - 0x97, - 0x2b, - 0x00, - 0xf3, - 0x95, - 0x00, - 0x99, - 0xee, - 0xff, - 0xcd, - 0x4a, - 0xff, - 0xc2, - 0xda, - 0xfe, - 0x9a, - 0x52, - 0xff, - 0xa5, - 0xcf, - 0xff, - 0xd0, - 0x9b, - 0xff, - 0xac, - 0x2e, - 0x00, - 0x2b, - 0x02, - 0x00, - 0xb1, - 0xb4, - 0xff, - 0x3e, - 0x5b, - 0xff, - 0xeb, - 0xea, - 0xfe, - 0x25, - 0xfe, - 0xfe, - 0x40, - 0xcc, - 0xfe, - 0xb8, - 0xab, - 0xfe, - 0xe1, - 0x69, - 0xfe, - 0x75, - 0x75, - 0xfe, - 0x97, - 0xc4, - 0xfe, - 0x8d, - 0x3a, - 0xff, - 0x1c, - 0xd8, - 0xff, - 0x87, - 0xbe, - 0xff, - 0x23, - 0x63, - 0x10, - 0xb9, - 0x75, - 0x26, - 0xe1, - 0x39, - 0x12, - 0xb6, - 0xbc, - 0xf2, - 0xd0, - 0x89, - 0xf7, - 0x40, - 0x29, - 0x04, - 0x33, - 0xb7, - 0x08, - 0x07, - 0x93, - 0x04, - 0xd3, - 0x53, - 0xfc, - 0xae, - 0x36, - 0xfa, - 0xaf, - 0xfd, - 0xfc, - 0x68, - 0x53, - 0x04, - 0x99, - 0x88, - 0x01, - 0x61, - 0xd6, - 0xfb, - 0x37, - 0x89, - 0xfe, - 0xc2, - 0x09, - 0xff, - 0xaa, - 0x5e, - 0x00, - 0xad, - 0xfb, - 0xfe, - 0x2b, - 0x30, - 0xfd, - 0x95, - 0xa8, - 0xff, - 0xcf, - 0x15, - 0x00, - 0xeb, - 0x4f, - 0xff, - 0x0e, - 0x20, - 0xfe, - 0x5a, - 0x5a, - 0xff, - 0x1c, - 0x78, - 0xff, - 0x62, - 0x99, - 0xff, - 0x50, - 0xe1, - 0x01, - 0x58, - 0xf7, - 0xff, - 0xcd, - 0x66, - 0xff, - 0x70, - 0xa2, - 0xff, - 0x2f, - 0xea, - 0xfe, - 0xec, - 0x12, - 0x00, - 0xf0, - 0xae, - 0x00, - 0xe7, - 0x0f, - 0x00, - 0x81, - 0x0c, - 0xfe, - 0xae, - 0x3c, - 0xff, - 0x9b, - 0x17, - 0x00, - 0x9c, - 0xbd, - 0xfe, - 0xd3, - 0xc7, - 0xff, - 0x69, - 0xa5, - 0xfe, - 0x15, - 0x49, - 0xfe, - 0x83, - 0xc6, - 0xff, - 0xc1, - 0x1f, - 0x00, - 0x96, - 0x87, - 0x00, - 0xf4, - 0xd5, - 0xff, - 0x31, - 0x8e, - 0xff, - 0xee, - 0xf5, - 0xfe, - 0x12, - 0xc7, - 0xfe, - 0x31, - 0xf2, - 0xff, - 0xae, - 0x48, - 0x00, - 0x05, - 0x69, - 0x00, - 0xb6, - 0xb5, - 0xff, - 0xc2, - 0x3d, - 0xff, - 0x3d, - 0x87, - 0xff, - 0x69, - 0x2a, - 0xff, - 0x4c, - 0xd6, - 0xfe, - 0xb9, - 0x8f, - 0xfe, - 0x59, - 0x7f, - 0xfe, - 0xaa, - 0x91, - 0xfe, - 0x9e, - 0x8c, - 0xfe, - 0x65, - 0xdf, - 0xfe, - 0x6e, - 0x6a, - 0xff, - 0x66, - 0xde, - 0xff, - 0xd9, - 0xa4, - 0xff, - 0x12, - 0xc6, - 0x11, - 0xaf, - 0xf9, - 0x28, - 0x04, - 0x55, - 0x12, - 0xe4, - 0x8c, - 0xf1, - 0xb5, - 0x78, - 0xf7, - 0xaa, - 0x1a, - 0x04, - 0x87, - 0x22, - 0x09, - 0x94, - 0x87, - 0x04, - 0xf0, - 0x60, - 0xfb, - 0xdd, - 0xe2, - 0xf9, - 0x59, - 0xe0, - 0xfc, - 0x16, - 0xb3, - 0x04, - 0xeb, - 0xbd, - 0x01, - 0x3d, - 0x59, - 0xfb, - 0x2e, - 0x5e, - 0xfe, - 0xd6, - 0xfb, - 0xfe, - 0x34, - 0x4e, - 0x00, - 0xf3, - 0xc8, - 0xfe, - 0x0c, - 0xf7, - 0xfc, - 0x37, - 0x88, - 0xff, - 0xe4, - 0xf3, - 0xff, - 0xb4, - 0x54, - 0xff, - 0x6e, - 0xf5, - 0xfd, - 0xf1, - 0x57, - 0xff, - 0x54, - 0x99, - 0xff, - 0xba, - 0x7c, - 0xff, - 0xc0, - 0x14, - 0x02, - 0xda, - 0x2c, - 0x00, - 0xd0, - 0x40, - 0xff, - 0xe9, - 0x84, - 0xff, - 0x50, - 0xbc, - 0xfe, - 0x05, - 0x90, - 0xff, - 0x58, - 0x62, - 0x00, - 0xb7, - 0xeb, - 0x00, - 0xd8, - 0xa6, - 0xfe, - 0xa7, - 0x8c, - 0xfe, - 0x62, - 0x23, - 0x00, - 0x05, - 0x0c, - 0xff, - 0xe3, - 0x8a, - 0xff, - 0x65, - 0xda, - 0xfe, - 0x75, - 0x23, - 0xfe, - 0xff, - 0x7a, - 0xff, - 0x19, - 0x24, - 0x00, - 0x31, - 0x68, - 0x00, - 0xbb, - 0x9e, - 0xff, - 0x25, - 0x8b, - 0xff, - 0xa7, - 0x48, - 0xff, - 0xaf, - 0x6c, - 0xfe, - 0x9a, - 0xb2, - 0xff, - 0xa4, - 0xd8, - 0x00, - 0xdc, - 0x86, - 0x00, - 0xa1, - 0x88, - 0xff, - 0x82, - 0xe6, - 0xfe, - 0xa1, - 0x43, - 0xff, - 0xe9, - 0x59, - 0xff, - 0xe4, - 0xe8, - 0xfe, - 0xb4, - 0x56, - 0xfe, - 0xa6, - 0x49, - 0xfe, - 0x14, - 0xab, - 0xfe, - 0xe7, - 0xaf, - 0xfe, - 0x66, - 0x1d, - 0xff, - 0xcf, - 0xa1, - 0xff, - 0x40, - 0x97, - 0xff, - 0xd1, - 0x70, - 0xff, - 0x4d, - 0xa2, - 0x13, - 0x14, - 0x75, - 0x2b, - 0x96, - 0x7e, - 0x11, - 0xef, - 0x97, - 0xf0, - 0x31, - 0xfa, - 0xf7, - 0xc9, - 0xc5, - 0x03, - 0x64, - 0x4f, - 0x09, - 0x2f, - 0x57, - 0x04, - 0xe6, - 0xa0, - 0xfa, - 0xd3, - 0xb0, - 0xf9, - 0x9d, - 0xc7, - 0xfc, - 0x31, - 0x03, - 0x05, - 0xfa, - 0xa8, - 0x01, - 0x58, - 0xfe, - 0xfa, - 0x18, - 0x3c, - 0xfe, - 0x62, - 0xe5, - 0xfe, - 0x20, - 0x49, - 0x00, - 0x3a, - 0x88, - 0xfe, - 0xfd, - 0xd9, - 0xfc, - 0x1e, - 0x58, - 0xff, - 0x29, - 0xbf, - 0xff, - 0x02, - 0x5f, - 0xff, - 0x4e, - 0xf9, - 0xfd, - 0x92, - 0x5f, - 0xff, - 0x8f, - 0xb6, - 0xff, - 0xad, - 0xa0, - 0xff, - 0xfe, - 0xf6, - 0x01, - 0x55, - 0x3a, - 0x00, - 0xbc, - 0x57, - 0xff, - 0xdf, - 0x4a, - 0xff, - 0xa7, - 0x81, - 0xfe, - 0x03, - 0x3f, - 0xff, - 0xc2, - 0x0d, - 0x00, - 0xb9, - 0x20, - 0x01, - 0xb9, - 0x9c, - 0xff, - 0x56, - 0xa1, - 0xfe, - 0xf6, - 0xa7, - 0xff, - 0x21, - 0x46, - 0xff, - 0x75, - 0x5f, - 0xff, - 0xfc, - 0xe8, - 0xfe, - 0x1c, - 0x63, - 0xfe, - 0x87, - 0x3c, - 0xff, - 0x58, - 0xfc, - 0xff, - 0x09, - 0x49, - 0x00, - 0x7e, - 0x9d, - 0xff, - 0x93, - 0x59, - 0xff, - 0x54, - 0x57, - 0xff, - 0x49, - 0xac, - 0xfe, - 0x9f, - 0x85, - 0xff, - 0xd1, - 0xd7, - 0x00, - 0xcb, - 0x91, - 0x00, - 0xdb, - 0x95, - 0xff, - 0x87, - 0xb5, - 0xfe, - 0x2c, - 0xc9, - 0xfe, - 0x4b, - 0x47, - 0xff, - 0x42, - 0x0b, - 0xff, - 0xe8, - 0x60, - 0xfe, - 0xf7, - 0x1d, - 0xfe, - 0x05, - 0x9f, - 0xfe, - 0x0d, - 0xfa, - 0xfe, - 0xc8, - 0x73, - 0xff, - 0x47, - 0xbb, - 0xff, - 0x53, - 0x43, - 0xff, - 0xdc, - 0x41, - 0xff, - 0xc4, - 0x02, - 0x13, - 0xb4, - 0x39, - 0x2d, - 0x77, - 0x9c, - 0x14, - 0x07, - 0xda, - 0xef, - 0xd5, - 0x78, - 0xf7, - 0x3d, - 0x63, - 0x03, - 0xf1, - 0x3a, - 0x08, - 0xef, - 0x77, - 0x05, - 0x3e, - 0x49, - 0xfa, - 0x35, - 0x6f, - 0xf9, - 0x95, - 0x6d, - 0xfc, - 0x37, - 0x48, - 0x04, - 0x20, - 0xc8, - 0x02, - 0x73, - 0x7e, - 0xfa, - 0x56, - 0xfc, - 0xfd, - 0xa8, - 0xf2, - 0xfe, - 0x61, - 0xcd, - 0xff, - 0x93, - 0xff, - 0xfe, - 0xed, - 0x70, - 0xfc, - 0x88, - 0x17, - 0xff, - 0x10, - 0x97, - 0xff, - 0x8f, - 0x76, - 0xff, - 0x62, - 0x54, - 0xfe, - 0xdc, - 0x09, - 0xff, - 0x56, - 0x11, - 0x00, - 0xd3, - 0xae, - 0xff, - 0x0c, - 0xaa, - 0x01, - 0x1f, - 0x5c, - 0x00, - 0x87, - 0x65, - 0xff, - 0xc5, - 0x4c, - 0xff, - 0x8b, - 0x20, - 0xfe, - 0xd2, - 0x05, - 0xff, - 0x41, - 0xd7, - 0xff, - 0x1d, - 0xbe, - 0x00, - 0x8e, - 0x74, - 0x00, - 0x45, - 0x85, - 0xff, - 0x18, - 0x40, - 0xff, - 0x2a, - 0x17, - 0xff, - 0x6c, - 0x5c, - 0xff, - 0xdd, - 0xd2, - 0xfe, - 0x68, - 0xbb, - 0xfe, - 0x0f, - 0x45, - 0xff, - 0x5f, - 0xb6, - 0xff, - 0x7e, - 0xfb, - 0xff, - 0xe3, - 0xac, - 0xff, - 0x90, - 0x68, - 0xff, - 0x4a, - 0x24, - 0xff, - 0x48, - 0x36, - 0xff, - 0x5c, - 0x96, - 0xff, - 0x49, - 0x3f, - 0x00, - 0xc5, - 0xaf, - 0x00, - 0x88, - 0xdc, - 0xff, - 0x88, - 0x91, - 0xfe, - 0x2f, - 0x43, - 0xfe, - 0x8c, - 0x08, - 0xff, - 0x0c, - 0x39, - 0xff, - 0x8a, - 0x87, - 0xfe, - 0x4b, - 0x10, - 0xfe, - 0x63, - 0x6f, - 0xfe, - 0xb8, - 0x46, - 0xff, - 0xca, - 0xc0, - 0xff, - 0xbc, - 0xa6, - 0xff, - 0x17, - 0x2b, - 0xff, - 0x47, - 0x12, - 0xff, - 0xd5, - 0x25, - 0x17, - 0x25, - 0x7d, - 0x30, - 0x11, - 0x60, - 0x0f, - 0xa6, - 0xff, - 0xed, - 0x9f, - 0x30, - 0xfa, - 0xb3, - 0xde, - 0x02, - 0xb5, - 0x01, - 0x08, - 0xe2, - 0x85, - 0x04, - 0x8e, - 0xaa, - 0xf9, - 0xbf, - 0x66, - 0xf9, - 0x6d, - 0x4c, - 0xfc, - 0x3d, - 0xfe, - 0x04, - 0x1a, - 0x93, - 0x01, - 0x6c, - 0x81, - 0xfa, - 0x34, - 0x6f, - 0xfe, - 0x7f, - 0x56, - 0xfe, - 0xfe, - 0x0d, - 0x00, - 0x4d, - 0x6d, - 0xfe, - 0x7d, - 0x72, - 0xfc, - 0x36, - 0x11, - 0xff, - 0x32, - 0x44, - 0xff, - 0xb5, - 0xc2, - 0xff, - 0x79, - 0x48, - 0xfe, - 0x13, - 0x32, - 0xff, - 0x41, - 0x0e, - 0x00, - 0x02, - 0xe8, - 0xff, - 0xcf, - 0x60, - 0x01, - 0x63, - 0xf2, - 0xff, - 0x15, - 0xc1, - 0xff, - 0x3c, - 0xdb, - 0xfe, - 0xb0, - 0xf0, - 0xfd, - 0x43, - 0x11, - 0xff, - 0x84, - 0x95, - 0xff, - 0x9f, - 0x5b, - 0x00, - 0xb2, - 0x9b, - 0x00, - 0xa2, - 0xbb, - 0x00, - 0x1f, - 0x0f, - 0xff, - 0xad, - 0x86, - 0xfe, - 0x3b, - 0x8f, - 0xff, - 0x42, - 0x9f, - 0xfe, - 0x42, - 0xe2, - 0xfe, - 0x9b, - 0x7d, - 0xff, - 0xd4, - 0xa8, - 0xff, - 0xfc, - 0x9d, - 0xff, - 0x98, - 0x6e, - 0xff, - 0x27, - 0x6b, - 0xff, - 0xca, - 0x13, - 0xff, - 0x38, - 0xd0, - 0xff, - 0x7f, - 0xbe, - 0xff, - 0x80, - 0xad, - 0xff, - 0x84, - 0xb2, - 0x00, - 0xd1, - 0xdd, - 0xff, - 0x33, - 0x48, - 0xfe, - 0xb1, - 0x06, - 0xfe, - 0x7f, - 0xc9, - 0xfe, - 0x9f, - 0x29, - 0xff, - 0x6b, - 0x9a, - 0xfe, - 0x5d, - 0x0f, - 0xfe, - 0x66, - 0x69, - 0xfe, - 0x59, - 0x78, - 0xff, - 0x1c, - 0xf1, - 0xff, - 0x0d, - 0x7a, - 0xff, - 0x67, - 0x19, - 0xff, - 0x50, - 0xfb, - 0xfe, - 0xbe, - 0x39, - 0x17, - 0x7d, - 0x17, - 0x33, - 0x41, - 0xa4, - 0x10, - 0x89, - 0x76, - 0xeb, - 0x1c, - 0x4e, - 0xfb, - 0xaf, - 0x01, - 0x03, - 0x95, - 0xef, - 0x05, - 0xc4, - 0xbf, - 0x05, - 0x86, - 0x30, - 0xf9, - 0xb0, - 0x0f, - 0xf9, - 0xaf, - 0x09, - 0xfc, - 0x15, - 0x29, - 0x04, - 0xf2, - 0x77, - 0x02, - 0x23, - 0x3a, - 0xfa, - 0x8b, - 0xc5, - 0xfe, - 0x51, - 0x01, - 0xfe, - 0x6a, - 0xa7, - 0xff, - 0x64, - 0xe6, - 0xfe, - 0x6c, - 0xba, - 0xfb, - 0xfc, - 0x62, - 0xff, - 0x1e, - 0x07, - 0xff, - 0xc2, - 0xef, - 0xff, - 0x11, - 0xa6, - 0xfe, - 0x3b, - 0xce, - 0xfe, - 0xa2, - 0x83, - 0x00, - 0x1e, - 0x5d, - 0xff, - 0xae, - 0x5b, - 0x01, - 0xc2, - 0xf8, - 0xff, - 0x14, - 0x8b, - 0xff, - 0x01, - 0x14, - 0xff, - 0xa7, - 0xb5, - 0xfd, - 0x97, - 0x4b, - 0xff, - 0xcd, - 0xf4, - 0xfe, - 0xcc, - 0x00, - 0x00, - 0xb6, - 0xe9, - 0x00, - 0xae, - 0x47, - 0x01, - 0x00, - 0xb5, - 0xff, - 0xc4, - 0xd8, - 0xfd, - 0x8f, - 0xa5, - 0xff, - 0xca, - 0xc7, - 0xfe, - 0x5f, - 0xb0, - 0xfe, - 0x9c, - 0xde, - 0xff, - 0xc7, - 0x87, - 0xff, - 0xd0, - 0x87, - 0xff, - 0xf6, - 0x24, - 0xff, - 0x13, - 0x3f, - 0xff, - 0xfa, - 0x43, - 0xff, - 0x5b, - 0x2e, - 0x00, - 0x06, - 0x2a, - 0x00, - 0x0b, - 0x47, - 0xff, - 0xea, - 0x6d, - 0x00, - 0xe9, - 0xf1, - 0xff, - 0x59, - 0x36, - 0xfe, - 0x3e, - 0xfa, - 0xfd, - 0xff, - 0x8a, - 0xfe, - 0x91, - 0xfd, - 0xfe, - 0x22, - 0xb3, - 0xfe, - 0x2e, - 0x2f, - 0xfe, - 0x1a, - 0x5f, - 0xfe, - 0xed, - 0x6f, - 0xff, - 0xf4, - 0xfe, - 0xff, - 0xae, - 0x6f, - 0xff, - 0x41, - 0x10, - 0xff, - 0xf9, - 0xe3, - 0xfe, - 0xd7, - 0xa1, - 0x1a, - 0xf6, - 0x70, - 0x36, - 0x7a, - 0xd9, - 0x0b, - 0xda, - 0xe8, - 0xe8, - 0x79, - 0x9f, - 0xfe, - 0xd4, - 0x4e, - 0x02, - 0x22, - 0x2b, - 0x05, - 0xec, - 0x83, - 0x05, - 0x37, - 0x1c, - 0xf8, - 0xd0, - 0x2d, - 0xf9, - 0xc0, - 0xc3, - 0xfb, - 0x61, - 0xad, - 0x04, - 0x78, - 0xfa, - 0x01, - 0x67, - 0x4c, - 0xfa, - 0x59, - 0xa0, - 0xff, - 0x65, - 0x2f, - 0xfd, - 0x82, - 0xf0, - 0xff, - 0xd6, - 0x78, - 0xfe, - 0x0d, - 0x89, - 0xfb, - 0x8f, - 0x16, - 0x00, - 0x4f, - 0xaa, - 0xfe, - 0x85, - 0x1c, - 0x00, - 0xa0, - 0xb0, - 0xfe, - 0xe8, - 0xef, - 0xfe, - 0x01, - 0x27, - 0x00, - 0xce, - 0x29, - 0xff, - 0xe2, - 0xcd, - 0x01, - 0x0a, - 0x54, - 0xff, - 0xce, - 0xb1, - 0xff, - 0xe2, - 0x56, - 0xff, - 0x5b, - 0x96, - 0xfd, - 0x09, - 0x4d, - 0xff, - 0xaf, - 0x7a, - 0xfe, - 0x4c, - 0x2a, - 0x00, - 0x27, - 0xc0, - 0x00, - 0xa0, - 0x4e, - 0x01, - 0xee, - 0x7a, - 0x00, - 0xa8, - 0xba, - 0xfd, - 0x91, - 0x5d, - 0xff, - 0x74, - 0xd0, - 0xfe, - 0x0b, - 0xe4, - 0xfe, - 0xa2, - 0x19, - 0x00, - 0xba, - 0x6b, - 0xff, - 0xc8, - 0x7c, - 0xff, - 0xed, - 0xfc, - 0xfe, - 0x81, - 0xfb, - 0xfe, - 0x34, - 0x65, - 0xff, - 0x92, - 0x8c, - 0x00, - 0x5d, - 0x94, - 0x00, - 0x35, - 0x41, - 0xff, - 0x6c, - 0xf6, - 0xff, - 0x82, - 0xc9, - 0xff, - 0xdb, - 0x48, - 0xfe, - 0xd9, - 0x0d, - 0xfe, - 0x8e, - 0x70, - 0xfe, - 0x5f, - 0xbb, - 0xfe, - 0x80, - 0xb9, - 0xfe, - 0x95, - 0x4a, - 0xfe, - 0x4e, - 0x59, - 0xfe, - 0x26, - 0x65, - 0xff, - 0xa5, - 0xf6, - 0xff, - 0xd1, - 0x5c, - 0xff, - 0x93, - 0xfe, - 0xfe, - 0x79, - 0xd0, - 0xfe, - 0x19, - 0xd9, - 0x1c, - 0xab, - 0x46, - 0x39, - 0xd5, - 0x90, - 0x08, - 0x4a, - 0x4b, - 0xe6, - 0xc3, - 0x5f, - 0x01, - 0xb9, - 0xc7, - 0x01, - 0x0b, - 0x29, - 0x04, - 0x5c, - 0x81, - 0x05, - 0xaf, - 0xdd, - 0xf6, - 0x1f, - 0x4d, - 0xf9, - 0xd1, - 0x83, - 0xfb, - 0x36, - 0x1b, - 0x05, - 0x3b, - 0xf9, - 0x01, - 0x94, - 0x22, - 0xfa, - 0xe9, - 0xaf, - 0x00, - 0xf2, - 0x5d, - 0xfc, - 0x20, - 0xd5, - 0xff, - 0x97, - 0x7f, - 0xfe, - 0x2f, - 0x78, - 0xfb, - 0x6e, - 0xdc, - 0x00, - 0xc2, - 0xde, - 0xfd, - 0xb9, - 0x51, - 0x00, - 0x67, - 0xfb, - 0xfe, - 0xd7, - 0x0e, - 0xfe, - 0xa3, - 0x2b, - 0x00, - 0x85, - 0x67, - 0xff, - 0x98, - 0xa5, - 0x01, - 0x58, - 0x0f, - 0xff, - 0xde, - 0x3a, - 0x00, - 0x4a, - 0x75, - 0xff, - 0x2c, - 0x00, - 0xfd, - 0x94, - 0x8c, - 0xff, - 0x92, - 0x8e, - 0xfe, - 0x65, - 0xb9, - 0xff, - 0xf3, - 0x50, - 0x00, - 0xe0, - 0x75, - 0x01, - 0xa9, - 0x38, - 0x01, - 0x62, - 0xcb, - 0xfd, - 0x63, - 0x02, - 0xff, - 0xb5, - 0xd9, - 0xfe, - 0x84, - 0x28, - 0xff, - 0x88, - 0x31, - 0x00, - 0xa4, - 0x62, - 0xff, - 0x9d, - 0x8a, - 0xff, - 0x9a, - 0xcb, - 0xfe, - 0x6a, - 0xc3, - 0xfe, - 0xd6, - 0x75, - 0xff, - 0xab, - 0xbf, - 0x00, - 0x40, - 0x08, - 0x01, - 0x43, - 0x53, - 0xff, - 0xf5, - 0x78, - 0xff, - 0xae, - 0xa9, - 0xff, - 0xfa, - 0x83, - 0xfe, - 0xc4, - 0x3c, - 0xfe, - 0x6b, - 0x48, - 0xfe, - 0x53, - 0x6c, - 0xfe, - 0x5e, - 0xca, - 0xfe, - 0xbb, - 0x53, - 0xfe, - 0x39, - 0x3a, - 0xfe, - 0x72, - 0x4c, - 0xff, - 0xf3, - 0xe1, - 0xff, - 0x6b, - 0x4f, - 0xff, - 0xe5, - 0xdf, - 0xfe, - 0x41, - 0xdc, - 0xfe, - 0xd7, - 0x1b, - 0x1f, - 0x4f, - 0xac, - 0x3b, - 0xe5, - 0xe1, - 0x04, - 0x6e, - 0x2c, - 0xe4, - 0x1e, - 0x21, - 0x04, - 0x86, - 0xf9, - 0x00, - 0xc4, - 0x75, - 0x03, - 0x0f, - 0x5c, - 0x05, - 0x22, - 0x72, - 0xf5, - 0xa8, - 0xb6, - 0xf9, - 0xc7, - 0xc4, - 0xfb, - 0xf6, - 0xa2, - 0x05, - 0x92, - 0xae, - 0x01, - 0xdd, - 0x63, - 0xfa, - 0xf4, - 0xd0, - 0x01, - 0xaa, - 0x2e, - 0xfb, - 0x31, - 0x18, - 0x00, - 0x95, - 0xff, - 0xfe, - 0x7b, - 0x63, - 0xfb, - 0x97, - 0x3a, - 0x01, - 0x9e, - 0x4b, - 0xfd, - 0x9e, - 0x7f, - 0x00, - 0x50, - 0x84, - 0xfe, - 0x46, - 0xc0, - 0xfd, - 0x5b, - 0x89, - 0x00, - 0x78, - 0x17, - 0xff, - 0x32, - 0x1b, - 0x02, - 0xb4, - 0x55, - 0xff, - 0xf3, - 0x46, - 0x00, - 0x06, - 0x44, - 0xff, - 0x6e, - 0xe4, - 0xfc, - 0x82, - 0x29, - 0x00, - 0xdb, - 0x13, - 0xfe, - 0x98, - 0x22, - 0xff, - 0x8a, - 0x79, - 0x00, - 0x98, - 0x7f, - 0x01, - 0xa4, - 0x79, - 0x01, - 0xa7, - 0x2e, - 0xfe, - 0x53, - 0x08, - 0xff, - 0x6a, - 0x9b, - 0xfe, - 0x38, - 0x59, - 0xff, - 0x26, - 0x83, - 0x00, - 0x50, - 0x6a, - 0xff, - 0x27, - 0x8b, - 0xff, - 0x42, - 0x9f, - 0xfe, - 0x12, - 0xc7, - 0xfe, - 0xba, - 0x88, - 0xff, - 0x70, - 0xa9, - 0x00, - 0xf4, - 0x72, - 0x01, - 0xdb, - 0x9e, - 0xff, - 0x7e, - 0x15, - 0xff, - 0x1f, - 0x99, - 0xff, - 0xd8, - 0xfe, - 0xfe, - 0xb6, - 0x6c, - 0xfe, - 0xd6, - 0x0c, - 0xfe, - 0x4b, - 0x4a, - 0xfe, - 0x3a, - 0xbf, - 0xfe, - 0x8a, - 0x3b, - 0xfe, - 0x09, - 0x2f, - 0xfe, - 0x64, - 0x25, - 0xff, - 0x39, - 0xcc, - 0xff, - 0xb8, - 0x4c, - 0xff, - 0xe9, - 0xd3, - 0xfe, - 0x0a, - 0x02, - 0xff, - 0x09, - 0x3d, - 0x20, - 0x7f, - 0x6e, - 0x3d, - 0x78, - 0xb4, - 0x02, - 0xcf, - 0x44, - 0xe2, - 0x32, - 0x2b, - 0x06, - 0x25, - 0xf4, - 0xff, - 0xbf, - 0xa2, - 0x02, - 0x01, - 0xd1, - 0x05, - 0x53, - 0xd1, - 0xf3, - 0x68, - 0x73, - 0xfa, - 0x5b, - 0x6c, - 0xfc, - 0xd6, - 0x68, - 0x05, - 0x37, - 0xee, - 0x01, - 0xcb, - 0xba, - 0xfa, - 0xcd, - 0x7d, - 0x02, - 0x55, - 0x3e, - 0xfa, - 0x48, - 0xd6, - 0x00, - 0xea, - 0xaa, - 0xff, - 0x6d, - 0x89, - 0xfa, - 0xad, - 0xea, - 0x01, - 0xc2, - 0x70, - 0xfc, - 0x44, - 0xf7, - 0xff, - 0xd9, - 0x2b, - 0xff, - 0x73, - 0x1d, - 0xfd, - 0x20, - 0x70, - 0x00, - 0xd7, - 0xc3, - 0xff, - 0xbe, - 0xa7, - 0x02, - 0x88, - 0x10, - 0xff, - 0x71, - 0x1f, - 0x00, - 0x2d, - 0xb4, - 0xff, - 0x16, - 0xcc, - 0xfc, - 0x25, - 0x07, - 0x00, - 0x5b, - 0xd3, - 0xfd, - 0x17, - 0xee, - 0xfe, - 0x4a, - 0x88, - 0x00, - 0xc3, - 0x55, - 0x01, - 0xb7, - 0xa5, - 0x01, - 0x50, - 0xad, - 0xfe, - 0xc8, - 0x3d, - 0xff, - 0xde, - 0x4e, - 0xfe, - 0xc9, - 0x49, - 0xff, - 0x45, - 0x06, - 0x01, - 0xe0, - 0x68, - 0xff, - 0x53, - 0x62, - 0xff, - 0xcc, - 0xce, - 0xfe, - 0x0b, - 0xd3, - 0xfe, - 0x5b, - 0x63, - 0xff, - 0x88, - 0x5d, - 0x00, - 0x22, - 0xd3, - 0x01, - 0xd9, - 0x24, - 0x00, - 0x46, - 0xc9, - 0xfe, - 0x21, - 0xc5, - 0xff, - 0xa1, - 0x6d, - 0xff, - 0xd8, - 0x68, - 0xfe, - 0x5b, - 0x1b, - 0xfe, - 0x67, - 0x17, - 0xfe, - 0x8d, - 0x83, - 0xfe, - 0xba, - 0x2c, - 0xfe, - 0xe2, - 0x14, - 0xfe, - 0xcd, - 0xf0, - 0xfe, - 0x5a, - 0x94, - 0xff, - 0x1f, - 0x89, - 0xff, - 0x60, - 0xdf, - 0xfe, - 0x6d, - 0xf5, - 0xfe, - 0xde, - 0x23, - 0x25, - 0x45, - 0x1b, - 0x3d, - 0x61, - 0xf2, - 0xf9, - 0x9e, - 0x75, - 0xe5, - 0x54, - 0x0c, - 0x08, - 0xa4, - 0x15, - 0xfc, - 0xc5, - 0x9f, - 0x05, - 0xa4, - 0x9a, - 0x03, - 0xc5, - 0x05, - 0xf3, - 0x49, - 0xd3, - 0xfb, - 0xcf, - 0xa2, - 0xfc, - 0xc6, - 0xc1, - 0x06, - 0xb8, - 0xbb, - 0xff, - 0xcb, - 0xc4, - 0xfc, - 0x9e, - 0x5d, - 0x02, - 0x42, - 0x74, - 0xf9, - 0x44, - 0xf4, - 0x02, - 0xa3, - 0xe5, - 0xfd, - 0x20, - 0x79, - 0xfb, - 0x5f, - 0x0c, - 0x01, - 0x49, - 0xb1, - 0xfb, - 0x20, - 0x2f, - 0x01, - 0x49, - 0xde, - 0xfd, - 0x5f, - 0xb5, - 0xfd, - 0xaa, - 0xb2, - 0x00, - 0x47, - 0x82, - 0x00, - 0xa9, - 0x8c, - 0x02, - 0x46, - 0x87, - 0xfe, - 0x50, - 0x2e, - 0x01, - 0x35, - 0xd8, - 0xfe, - 0x2e, - 0xda, - 0xfc, - 0x86, - 0x21, - 0x00, - 0x75, - 0x73, - 0xfd, - 0x57, - 0x28, - 0xff, - 0x4b, - 0x59, - 0x00, - 0xe0, - 0x8e, - 0x01, - 0x3e, - 0x5c, - 0x01, - 0xfa, - 0x20, - 0xff, - 0xed, - 0x9d, - 0xff, - 0x13, - 0xc6, - 0xfd, - 0x0b, - 0xa3, - 0xff, - 0x9a, - 0x1e, - 0x01, - 0xbd, - 0x51, - 0xff, - 0x0d, - 0x92, - 0xff, - 0x26, - 0xda, - 0xfe, - 0xf7, - 0xd4, - 0xfe, - 0x5a, - 0x4b, - 0xff, - 0xa1, - 0x3f, - 0x00, - 0xe9, - 0xe7, - 0x01, - 0xe0, - 0x87, - 0x00, - 0x26, - 0x0b, - 0xff, - 0xb1, - 0xef, - 0xff, - 0x45, - 0x84, - 0xff, - 0x54, - 0x65, - 0xfe, - 0x39, - 0x47, - 0xfe, - 0xca, - 0xf1, - 0xfd, - 0x83, - 0x2c, - 0xfe, - 0xcb, - 0x22, - 0xfe, - 0x01, - 0xfd, - 0xfd, - 0xb0, - 0xa3, - 0xfe, - 0xce, - 0x7a, - 0xff, - 0x4a, - 0xd6, - 0xff, - 0x42, - 0xf1, - 0xfe, - 0x0e, - 0xe2, - 0xfe, - 0xdb, - 0xaf, - 0x23, - 0x75, - 0xda, - 0x3c, - 0x61, - 0x5f, - 0xfb, - 0x43, - 0xed, - 0xe4, - 0xae, - 0x91, - 0x07, - 0x51, - 0x85, - 0xfa, - 0xa9, - 0xa9, - 0x05, - 0xb6, - 0x8f, - 0x05, - 0xe2, - 0x65, - 0xf1, - 0x2e, - 0x7f, - 0xfc, - 0xb2, - 0xa9, - 0xfd, - 0x3c, - 0x95, - 0x05, - 0xf6, - 0x29, - 0x00, - 0xa2, - 0x60, - 0xfd, - 0x04, - 0x64, - 0x03, - 0xd6, - 0xa6, - 0xf8, - 0x4f, - 0x31, - 0x03, - 0x80, - 0x8e, - 0xfe, - 0xe0, - 0x90, - 0xf9, - 0xc1, - 0xe4, - 0x01, - 0x79, - 0xba, - 0xfb, - 0x20, - 0x61, - 0x00, - 0x93, - 0xed, - 0xfe, - 0xa9, - 0x9e, - 0xfd, - 0x16, - 0xd2, - 0x00, - 0x08, - 0x7d, - 0x00, - 0x58, - 0xc5, - 0x02, - 0x4b, - 0xd7, - 0xfe, - 0xc7, - 0xbf, - 0x00, - 0xa8, - 0x12, - 0xff, - 0xf8, - 0x8f, - 0xfc, - 0x80, - 0x31, - 0x00, - 0x78, - 0xa5, - 0xfd, - 0x10, - 0xbf, - 0xfe, - 0xdd, - 0x99, - 0x00, - 0x2c, - 0x66, - 0x01, - 0x43, - 0x5b, - 0x01, - 0x31, - 0x7f, - 0xff, - 0xb0, - 0xc8, - 0xff, - 0x9c, - 0xf2, - 0xfd, - 0x08, - 0x47, - 0xff, - 0xa4, - 0x14, - 0x01, - 0x18, - 0x96, - 0xff, - 0x90, - 0x9c, - 0xff, - 0x93, - 0xe9, - 0xfe, - 0x91, - 0xe4, - 0xfe, - 0xc3, - 0x6e, - 0xff, - 0xc5, - 0xec, - 0xff, - 0x7f, - 0x83, - 0x01, - 0x4b, - 0x42, - 0x01, - 0xca, - 0xd0, - 0xff, - 0x00, - 0xba, - 0xff, - 0x77, - 0x7f, - 0xff, - 0x9f, - 0x90, - 0xfe, - 0xe8, - 0x4f, - 0xfe, - 0x75, - 0xfc, - 0xfd, - 0xa1, - 0xe4, - 0xfd, - 0x6e, - 0x05, - 0xfe, - 0x52, - 0xed, - 0xfd, - 0x1b, - 0x51, - 0xfe, - 0xc1, - 0x3d, - 0xff, - 0xfe, - 0x03, - 0x00, - 0xc4, - 0x5f, - 0xff, - 0x76, - 0xfb, - 0xfe, - 0x8b, - 0x6a, - 0x24, - 0x26, - 0x8c, - 0x3a, - 0x64, - 0x09, - 0xf9, - 0xf3, - 0x34, - 0xe8, - 0xab, - 0xf7, - 0x05, - 0xea, - 0x04, - 0xf8, - 0x26, - 0xc5, - 0x08, - 0xd7, - 0xdb, - 0x04, - 0xd0, - 0xd7, - 0xf0, - 0xf4, - 0xa3, - 0xfd, - 0x0e, - 0x00, - 0xfe, - 0xf0, - 0xfe, - 0x04, - 0x5d, - 0xa2, - 0xff, - 0xe7, - 0x8f, - 0xff, - 0x3d, - 0x8d, - 0x02, - 0x26, - 0x5c, - 0xf8, - 0x51, - 0xe9, - 0x03, - 0x60, - 0xeb, - 0xfc, - 0x66, - 0x68, - 0xfa, - 0xb1, - 0xd8, - 0x01, - 0x19, - 0x74, - 0xfb, - 0xe6, - 0x27, - 0x01, - 0x68, - 0x0b, - 0xff, - 0x76, - 0xd2, - 0xfd, - 0x89, - 0x50, - 0x00, - 0xa0, - 0x00, - 0x01, - 0x8b, - 0xd6, - 0x02, - 0x1b, - 0x62, - 0xfe, - 0x50, - 0xf0, - 0x00, - 0x6e, - 0xbf, - 0xfe, - 0x44, - 0xc8, - 0xfc, - 0xd6, - 0x57, - 0x00, - 0xfe, - 0x6d, - 0xfd, - 0x0a, - 0xd7, - 0xfe, - 0x91, - 0xea, - 0x00, - 0x04, - 0x4a, - 0x01, - 0x29, - 0xf0, - 0x00, - 0x9e, - 0xdf, - 0xff, - 0xac, - 0x14, - 0x00, - 0xbe, - 0xda, - 0xfd, - 0xe1, - 0x32, - 0xff, - 0x4a, - 0xd2, - 0x00, - 0xbe, - 0x96, - 0xff, - 0xc0, - 0xcf, - 0xff, - 0x9a, - 0x00, - 0xff, - 0x19, - 0x00, - 0xff, - 0xbb, - 0x9c, - 0xff, - 0xf9, - 0xd4, - 0xff, - 0x8f, - 0xf8, - 0x00, - 0x03, - 0xa8, - 0x01, - 0xb9, - 0xc7, - 0x00, - 0xc0, - 0x4e, - 0xff, - 0x8a, - 0x52, - 0xff, - 0x88, - 0xf1, - 0xfe, - 0x6d, - 0xfa, - 0xfd, - 0x32, - 0x1f, - 0xfe, - 0x84, - 0xf9, - 0xfd, - 0xce, - 0xc0, - 0xfd, - 0xd2, - 0xff, - 0xfd, - 0x38, - 0x12, - 0xfe, - 0x21, - 0xeb, - 0xfe, - 0xaf, - 0x23, - 0x00, - 0x2f, - 0xe1, - 0xff, - 0xc7, - 0x2c, - 0xff, - 0xcb, - 0x9e, - 0x1f, - 0x6e, - 0x77, - 0x38, - 0x80, - 0xff, - 0xfe, - 0x27, - 0xb1, - 0xe7, - 0xa9, - 0x17, - 0x04, - 0x89, - 0xf0, - 0xf7, - 0x8c, - 0xa1, - 0x07, - 0xae, - 0x31, - 0x08, - 0x0e, - 0x47, - 0xf0, - 0xe4, - 0x74, - 0xfd, - 0xf0, - 0xb0, - 0xfe, - 0xd1, - 0x74, - 0x03, - 0xec, - 0x23, - 0x01, - 0x27, - 0xf7, - 0xfe, - 0xda, - 0x8b, - 0x03, - 0x2b, - 0xcd, - 0xf7, - 0x41, - 0x6a, - 0x02, - 0x8f, - 0x0c, - 0xff, - 0x1a, - 0x11, - 0xf9, - 0xf1, - 0x6e, - 0x02, - 0x33, - 0x62, - 0xfc, - 0x79, - 0x89, - 0x00, - 0x4c, - 0x06, - 0x00, - 0x1a, - 0x30, - 0xfd, - 0x2f, - 0x5f, - 0x00, - 0xd4, - 0xd5, - 0x00, - 0x05, - 0xc2, - 0x02, - 0xa6, - 0x72, - 0xfe, - 0xff, - 0x60, - 0x00, - 0x69, - 0xb7, - 0xff, - 0x86, - 0x80, - 0xfc, - 0x51, - 0x2b, - 0x00, - 0x90, - 0xfc, - 0xfd, - 0x4d, - 0xa6, - 0xfe, - 0x0d, - 0x2a, - 0x01, - 0x75, - 0xcd, - 0x00, - 0x3d, - 0xf9, - 0x00, - 0xf8, - 0x22, - 0x00, - 0x39, - 0x10, - 0x00, - 0x44, - 0x62, - 0xfe, - 0xff, - 0xa2, - 0xfe, - 0x6f, - 0x7f, - 0x00, - 0xe5, - 0xc7, - 0xff, - 0x4b, - 0xe6, - 0xff, - 0x26, - 0x53, - 0xff, - 0x96, - 0x04, - 0xff, - 0x1c, - 0xbb, - 0xff, - 0x5a, - 0xce, - 0xff, - 0x72, - 0xbf, - 0x00, - 0x77, - 0x7e, - 0x01, - 0x34, - 0x3c, - 0x01, - 0x91, - 0xae, - 0xff, - 0x29, - 0xf5, - 0xfe, - 0x71, - 0x13, - 0xff, - 0x85, - 0xfd, - 0xfd, - 0x71, - 0x07, - 0xfe, - 0x92, - 0x4f, - 0xfe, - 0xe0, - 0xce, - 0xfd, - 0xac, - 0xea, - 0xfd, - 0xe5, - 0xf5, - 0xfd, - 0x28, - 0x84, - 0xfe, - 0x66, - 0x12, - 0x00, - 0x53, - 0x6a, - 0x00, - 0xe9, - 0x41, - 0xff, - 0x40, - 0xd6, - 0x1f, - 0x1c, - 0xc4, - 0x33, - 0xd7, - 0xfc, - 0xfc, - 0xc6, - 0x69, - 0xed, - 0x34, - 0x8b, - 0x01, - 0x88, - 0x85, - 0xf6, - 0x63, - 0xd1, - 0x0a, - 0x2a, - 0x20, - 0x06, - 0xcb, - 0xfe, - 0xf1, - 0x84, - 0xe3, - 0xfd, - 0x02, - 0xd7, - 0xfe, - 0xa4, - 0x87, - 0x03, - 0x72, - 0x7e, - 0xff, - 0xe0, - 0x60, - 0x01, - 0x08, - 0x91, - 0x01, - 0x59, - 0xc8, - 0xf7, - 0x53, - 0xae, - 0x03, - 0x0e, - 0x7c, - 0xfd, - 0x51, - 0xf2, - 0xfa, - 0x02, - 0x2e, - 0x02, - 0x77, - 0xfc, - 0xfc, - 0xfb, - 0xe6, - 0x00, - 0xaf, - 0x4e, - 0xff, - 0xa0, - 0x20, - 0xfe, - 0xd4, - 0xa7, - 0xff, - 0x0e, - 0xfe, - 0x00, - 0x5d, - 0x42, - 0x02, - 0x35, - 0x45, - 0xfe, - 0xc5, - 0x0a, - 0x01, - 0xd1, - 0x41, - 0xff, - 0x7d, - 0xf4, - 0xfc, - 0x35, - 0x41, - 0x00, - 0x12, - 0x47, - 0xfe, - 0x84, - 0xf3, - 0xfe, - 0x4c, - 0xef, - 0x00, - 0x6f, - 0xea, - 0x00, - 0xd2, - 0xa3, - 0x00, - 0x92, - 0x28, - 0x00, - 0x8e, - 0x4a, - 0x00, - 0x48, - 0x60, - 0xfe, - 0x92, - 0xa8, - 0xfe, - 0xaa, - 0x36, - 0x00, - 0xc8, - 0xc0, - 0xff, - 0xf3, - 0x18, - 0x00, - 0xf8, - 0x78, - 0xff, - 0xf3, - 0x38, - 0xff, - 0x46, - 0xb2, - 0xff, - 0x53, - 0xfa, - 0xff, - 0xb8, - 0xda, - 0x00, - 0xb1, - 0x08, - 0x01, - 0x70, - 0x1d, - 0x01, - 0x2e, - 0x15, - 0x00, - 0xa8, - 0xe0, - 0xfe, - 0x44, - 0xa5, - 0xfe, - 0x67, - 0x4e, - 0xfe, - 0x89, - 0x46, - 0xfe, - 0x12, - 0x33, - 0xfe, - 0xef, - 0x25, - 0xfe, - 0xd2, - 0x01, - 0xfe, - 0xdb, - 0xcf, - 0xfd, - 0x17, - 0x7a, - 0xfe, - 0x20, - 0x0c, - 0x00, - 0x3d, - 0x84, - 0x00, - 0x6e, - 0x3c, - 0xff, - 0x9f, - 0x79, - 0x1d, - 0x7f, - 0xe8, - 0x2e, - 0x8f, - 0xa9, - 0xfe, - 0x74, - 0x7a, - 0xf1, - 0xbb, - 0x2c, - 0xff, - 0x2a, - 0x83, - 0xf6, - 0xbe, - 0x77, - 0x0b, - 0xd3, - 0x84, - 0x05, - 0xaf, - 0x27, - 0xf4, - 0xc3, - 0x29, - 0xfe, - 0x25, - 0x95, - 0xfe, - 0x15, - 0xb8, - 0x02, - 0x97, - 0x59, - 0xff, - 0x4d, - 0xa1, - 0x01, - 0x88, - 0x8e, - 0x00, - 0x30, - 0xd5, - 0xf8, - 0x29, - 0x36, - 0x03, - 0xb0, - 0xb8, - 0xfd, - 0x00, - 0x1c, - 0xfc, - 0x1d, - 0xd9, - 0x01, - 0xad, - 0xbc, - 0xfd, - 0x3f, - 0x6b, - 0x00, - 0x82, - 0x93, - 0xff, - 0x0a, - 0x95, - 0xfe, - 0xa7, - 0xd5, - 0xfe, - 0x14, - 0xce, - 0x00, - 0x2c, - 0xfd, - 0x01, - 0xed, - 0x95, - 0xfe, - 0xfe, - 0xee, - 0x00, - 0xf2, - 0x50, - 0xff, - 0xc1, - 0x81, - 0xfd, - 0x81, - 0x4b, - 0x00, - 0x31, - 0x90, - 0xfe, - 0x61, - 0x05, - 0xff, - 0x2b, - 0xde, - 0x00, - 0x02, - 0x9a, - 0x00, - 0x3d, - 0x73, - 0x00, - 0x56, - 0x33, - 0x00, - 0xcc, - 0x38, - 0x00, - 0xd4, - 0xa0, - 0xfe, - 0x7a, - 0x93, - 0xfe, - 0xb9, - 0xf8, - 0xff, - 0xb2, - 0xb1, - 0xff, - 0xa4, - 0x23, - 0x00, - 0x80, - 0xb5, - 0xff, - 0x43, - 0x43, - 0xff, - 0x7c, - 0xba, - 0xff, - 0x30, - 0x08, - 0x00, - 0xf8, - 0xd5, - 0x00, - 0xa6, - 0xcd, - 0x00, - 0x49, - 0x8b, - 0x00, - 0x5f, - 0x14, - 0x00, - 0x79, - 0x22, - 0xff, - 0xe2, - 0x80, - 0xfe, - 0x09, - 0x80, - 0xfe, - 0x8a, - 0x73, - 0xfe, - 0x1a, - 0x20, - 0xfe, - 0xe0, - 0x54, - 0xfe, - 0x04, - 0x2c, - 0xfe, - 0x3d, - 0x0d, - 0xfe, - 0x34, - 0xa0, - 0xfe, - 0xa5, - 0xa2, - 0xff, - 0xbd, - 0x1b, - 0x00, - 0xf4, - 0x68, - 0xff, - 0x41, - 0x74, - 0x15, - 0xca, - 0x9c, - 0x29, - 0x30, - 0xdf, - 0x06, - 0x1e, - 0x47, - 0xf1, - 0x68, - 0xb9, - 0x00, - 0x18, - 0xb4, - 0xfc, - 0x81, - 0xa8, - 0x03, - 0x15, - 0xd5, - 0x03, - 0x88, - 0xf7, - 0xf6, - 0x15, - 0x28, - 0xfd, - 0x4b, - 0x51, - 0xff, - 0xf9, - 0xc3, - 0x02, - 0xa8, - 0xda, - 0x00, - 0xe4, - 0xf0, - 0xff, - 0x3c, - 0x04, - 0x02, - 0xd4, - 0x73, - 0xfb, - 0x7c, - 0xd2, - 0x01, - 0xdf, - 0x20, - 0x00, - 0x98, - 0x3a, - 0xfc, - 0x8d, - 0x1c, - 0x01, - 0xd7, - 0x9b, - 0xfe, - 0x7f, - 0x1d, - 0x00, - 0xf5, - 0x7b, - 0xff, - 0xec, - 0x8b, - 0xfe, - 0x60, - 0xa0, - 0xff, - 0xcc, - 0xf7, - 0xff, - 0xd9, - 0x68, - 0x01, - 0xe7, - 0xd3, - 0xfe, - 0x2e, - 0x35, - 0x00, - 0xba, - 0x52, - 0x00, - 0x50, - 0xea, - 0xfd, - 0x29, - 0x8a, - 0xff, - 0xeb, - 0xf5, - 0xfe, - 0x47, - 0xbc, - 0xfe, - 0x27, - 0xee, - 0xff, - 0xf4, - 0xc1, - 0x00, - 0x7a, - 0x19, - 0x01, - 0x3b, - 0x75, - 0x00, - 0xdb, - 0x70, - 0x00, - 0xb3, - 0x65, - 0xff, - 0x52, - 0x0b, - 0xff, - 0xc3, - 0xcc, - 0xff, - 0x9e, - 0x78, - 0xff, - 0x95, - 0xd5, - 0xff, - 0x43, - 0x91, - 0xff, - 0x7e, - 0x0d, - 0xff, - 0xc5, - 0x92, - 0xff, - 0x57, - 0xdb, - 0xff, - 0x1a, - 0x34, - 0x00, - 0x5c, - 0x25, - 0x00, - 0x19, - 0x1c, - 0x00, - 0x39, - 0x13, - 0x00, - 0xdd, - 0xfb, - 0xff, - 0x6b, - 0x09, - 0x00, - 0x9e, - 0x6d, - 0xff, - 0x92, - 0xfd, - 0xfe, - 0xf7, - 0xb7, - 0xfe, - 0xcf, - 0x18, - 0xfe, - 0xbc, - 0x18, - 0xfe, - 0x32, - 0x9f, - 0xfe, - 0x14, - 0x88, - 0xfe, - 0xd0, - 0xa0, - 0xfe, - 0xe7, - 0x21, - 0xff, - 0x7b, - 0xb2, - 0xff, - 0xe2, - 0xf1, - 0x12, - 0x63, - 0x06, - 0x25, - 0x14, - 0x3c, - 0x08, - 0x5b, - 0x9b, - 0xf4, - 0xeb, - 0xdc, - 0xfe, - 0x2b, - 0xc0, - 0xfc, - 0x53, - 0x64, - 0x04, - 0x2f, - 0xd9, - 0x03, - 0xeb, - 0x31, - 0xf9, - 0xf7, - 0x6c, - 0xfd, - 0x36, - 0xbe, - 0xfe, - 0x31, - 0x23, - 0x02, - 0x99, - 0xbb, - 0x00, - 0x32, - 0x2b, - 0x00, - 0x0e, - 0x8b, - 0x01, - 0x0f, - 0x5b, - 0xfc, - 0x4a, - 0x56, - 0x01, - 0xe6, - 0x42, - 0x00, - 0x37, - 0x83, - 0xfd, - 0x78, - 0xfe, - 0x00, - 0x15, - 0x4d, - 0xff, - 0x95, - 0x2a, - 0x00, - 0xae, - 0xa6, - 0xff, - 0xfb, - 0xe2, - 0xfe, - 0x0e, - 0x12, - 0xff, - 0x6b, - 0xd5, - 0xff, - 0xf6, - 0x34, - 0x01, - 0x96, - 0x0d, - 0xff, - 0x84, - 0x41, - 0x00, - 0x1f, - 0x78, - 0x00, - 0xd1, - 0x80, - 0xfe, - 0x65, - 0x8b, - 0xff, - 0x35, - 0x28, - 0xff, - 0x8e, - 0xe4, - 0xfe, - 0x83, - 0xc5, - 0xff, - 0x18, - 0x78, - 0x00, - 0xf5, - 0xdb, - 0x00, - 0x65, - 0x80, - 0x00, - 0xc4, - 0x66, - 0x00, - 0x69, - 0x87, - 0xff, - 0xaa, - 0x47, - 0xff, - 0x14, - 0xd8, - 0xff, - 0x3f, - 0x7b, - 0xff, - 0xad, - 0xd2, - 0xff, - 0xbf, - 0x9a, - 0xff, - 0x6f, - 0x0f, - 0xff, - 0xad, - 0x7c, - 0xff, - 0x9e, - 0xae, - 0xff, - 0xa0, - 0x00, - 0x00, - 0xb3, - 0x1c, - 0x00, - 0x13, - 0x30, - 0x00, - 0x3a, - 0x16, - 0x00, - 0x45, - 0x95, - 0xff, - 0x55, - 0xbe, - 0xff, - 0x96, - 0xd3, - 0xff, - 0x79, - 0x27, - 0xff, - 0x12, - 0xc6, - 0xfe, - 0x0a, - 0xa3, - 0xfe, - 0x3d, - 0x64, - 0xfe, - 0x3d, - 0xb4, - 0xfe, - 0xdf, - 0xb8, - 0xfe, - 0x98, - 0xa2, - 0xfe, - 0x97, - 0x0f, - 0xff, - 0x76, - 0x80, - 0xff, - 0xa0, - 0x66, - 0x11, - 0xad, - 0x29, - 0x21, - 0xf6, - 0x44, - 0x08, - 0xc2, - 0x43, - 0xf7, - 0xca, - 0xcb, - 0xfd, - 0x0b, - 0x15, - 0xfd, - 0x4b, - 0xbd, - 0x04, - 0x53, - 0x5b, - 0x03, - 0xc2, - 0x63, - 0xfb, - 0x20, - 0x9e, - 0xfd, - 0xbb, - 0x5a, - 0xfe, - 0x86, - 0xf2, - 0x01, - 0x68, - 0x51, - 0x00, - 0xe7, - 0x87, - 0x00, - 0xbb, - 0x48, - 0x01, - 0xaf, - 0x29, - 0xfd, - 0x05, - 0x38, - 0x01, - 0x1c, - 0x52, - 0x00, - 0xcf, - 0xaa, - 0xfe, - 0x70, - 0xb7, - 0x00, - 0x75, - 0xbb, - 0xff, - 0xb1, - 0x8c, - 0x00, - 0x32, - 0x9f, - 0xff, - 0xde, - 0x24, - 0xff, - 0xec, - 0xfe, - 0xfe, - 0x47, - 0xaa, - 0xff, - 0x6f, - 0xf2, - 0x00, - 0xf2, - 0x46, - 0xff, - 0x79, - 0x2c, - 0x00, - 0x5f, - 0x56, - 0x00, - 0xc0, - 0xf4, - 0xfe, - 0x1d, - 0x99, - 0xff, - 0xd7, - 0x43, - 0xff, - 0x54, - 0x2a, - 0xff, - 0xa7, - 0x90, - 0xff, - 0xd5, - 0x2d, - 0x00, - 0xae, - 0xca, - 0x00, - 0x52, - 0x7b, - 0x00, - 0x41, - 0x69, - 0x00, - 0xcc, - 0xac, - 0xff, - 0x2e, - 0xb0, - 0xff, - 0xb3, - 0x06, - 0x00, - 0xdb, - 0x0b, - 0xff, - 0xa3, - 0x7e, - 0xff, - 0x14, - 0xc7, - 0xff, - 0xa4, - 0x30, - 0xff, - 0x99, - 0x4c, - 0xff, - 0xe4, - 0x73, - 0xff, - 0x7a, - 0xf8, - 0xff, - 0x8a, - 0x27, - 0x00, - 0xb0, - 0x02, - 0x00, - 0x85, - 0xe8, - 0xff, - 0x9c, - 0xa4, - 0xff, - 0x64, - 0xd8, - 0xff, - 0xe8, - 0xd0, - 0xff, - 0xc3, - 0x22, - 0xff, - 0xec, - 0xf6, - 0xfe, - 0x6c, - 0x1c, - 0xff, - 0x75, - 0xcd, - 0xfe, - 0x48, - 0x90, - 0xfe, - 0x9b, - 0xa7, - 0xfe, - 0x61, - 0xed, - 0xfe, - 0x11, - 0x1a, - 0xff, - 0xe3, - 0x34, - 0xff, - 0x10, - 0xcf, - 0x0e, - 0x71, - 0x3d, - 0x1e, - 0xf2, - 0x0f, - 0x0a, - 0xee, - 0x59, - 0xf8, - 0xd9, - 0x2c, - 0xfd, - 0x76, - 0xae, - 0xfd, - 0x1b, - 0xea, - 0x03, - 0x5e, - 0xc5, - 0x03, - 0x18, - 0xcb, - 0xfc, - 0x31, - 0xca, - 0xfd, - 0x6f, - 0x48, - 0xfe, - 0x5a, - 0x79, - 0x01, - 0x3a, - 0x82, - 0x00, - 0x09, - 0x47, - 0x00, - 0x40, - 0x6e, - 0x01, - 0xc7, - 0x01, - 0xfe, - 0xf3, - 0xd1, - 0x00, - 0x87, - 0xa0, - 0x00, - 0xab, - 0x24, - 0xff, - 0xd2, - 0x92, - 0x00, - 0x5d, - 0xfa, - 0xff, - 0x34, - 0xbd, - 0x00, - 0x5d, - 0xba, - 0xff, - 0xbc, - 0x3f, - 0xff, - 0xac, - 0x0b, - 0xff, - 0xee, - 0x46, - 0xff, - 0x3f, - 0xa2, - 0x00, - 0xda, - 0x58, - 0xff, - 0x44, - 0xcb, - 0xff, - 0x11, - 0x39, - 0x00, - 0x22, - 0x5e, - 0xff, - 0xe8, - 0xa7, - 0xff, - 0xea, - 0x50, - 0xff, - 0xdd, - 0x3f, - 0xff, - 0x1a, - 0x5c, - 0xff, - 0x02, - 0x17, - 0x00, - 0x89, - 0xb2, - 0x00, - 0x02, - 0x4d, - 0x00, - 0xa3, - 0xb3, - 0x00, - 0x3e, - 0x2e, - 0x00, - 0x83, - 0x37, - 0xff, - 0x0f, - 0x47, - 0xff, - 0xf1, - 0x4b, - 0xff, - 0xd9, - 0x8b, - 0xff, - 0xd2, - 0x8a, - 0xff, - 0xe5, - 0x42, - 0xff, - 0xa5, - 0x18, - 0xff, - 0x6a, - 0x68, - 0xff, - 0xa1, - 0xf7, - 0xff, - 0x3a, - 0xd9, - 0xff, - 0xb0, - 0xf4, - 0xff, - 0x62, - 0x17, - 0x00, - 0xfd, - 0xad, - 0xff, - 0xb9, - 0x8a, - 0xff, - 0x74, - 0xbf, - 0xff, - 0xea, - 0x8f, - 0xff, - 0x75, - 0x24, - 0xff, - 0xb0, - 0x0c, - 0xff, - 0x03, - 0xeb, - 0xfe, - 0xba, - 0xc5, - 0xfe, - 0x70, - 0xae, - 0xfe, - 0xfb, - 0xbb, - 0xfe, - 0xdb, - 0xf2, - 0xfe, - 0x1d, - 0x14, - 0xff, - 0x00, - 0x4d, - 0x0f, - 0xc8, - 0x42, - 0x1c, - 0xcc, - 0x11, - 0x08, - 0x31, - 0x92, - 0xf9, - 0xa3, - 0x10, - 0xfd, - 0xd8, - 0x4e, - 0xfe, - 0xca, - 0x4e, - 0x04, - 0xa2, - 0xe1, - 0x02, - 0xac, - 0x01, - 0xfe, - 0x11, - 0xec, - 0xfd, - 0x9c, - 0x8e, - 0xfe, - 0x43, - 0xa0, - 0x01, - 0xfa, - 0x3a, - 0x00, - 0x98, - 0xe5, - 0x00, - 0xec, - 0xf9, - 0x00, - 0xc8, - 0xd5, - 0xfe, - 0x65, - 0x23, - 0x01, - 0x78, - 0x21, - 0x00, - 0xd6, - 0xc5, - 0xff, - 0x31, - 0x79, - 0x00, - 0x2c, - 0x32, - 0x00, - 0x01, - 0xc1, - 0x00, - 0xb1, - 0xa5, - 0xff, - 0x8d, - 0x8c, - 0xff, - 0xf5, - 0xe6, - 0xfe, - 0x29, - 0x2f, - 0xff, - 0x27, - 0x3e, - 0x00, - 0x18, - 0x47, - 0xff, - 0xe7, - 0xd3, - 0xff, - 0x4a, - 0x31, - 0x00, - 0x00, - 0xc8, - 0xff, - 0x17, - 0x8d, - 0xff, - 0x65, - 0x51, - 0xff, - 0x54, - 0xaa, - 0xff, - 0xc5, - 0x64, - 0xff, - 0x7e, - 0xe7, - 0xff, - 0xb5, - 0x0f, - 0x01, - 0xc9, - 0x00, - 0x01, - 0xa1, - 0xd1, - 0xff, - 0x1d, - 0x1c, - 0xff, - 0xe1, - 0xcc, - 0xff, - 0x4c, - 0x7f, - 0xff, - 0x22, - 0x11, - 0xff, - 0x85, - 0xa2, - 0xff, - 0xa1, - 0x66, - 0xff, - 0x5a, - 0x29, - 0xff, - 0x0c, - 0x4f, - 0xff, - 0x19, - 0x90, - 0xff, - 0xe5, - 0xf3, - 0xff, - 0x75, - 0x05, - 0x00, - 0x47, - 0xb0, - 0xff, - 0x60, - 0x78, - 0xff, - 0x9c, - 0xf5, - 0xff, - 0x42, - 0x2f, - 0x00, - 0x7c, - 0xc2, - 0xff, - 0x85, - 0x52, - 0xff, - 0xac, - 0x2a, - 0xff, - 0xcb, - 0x57, - 0xff, - 0x9f, - 0x2b, - 0xff, - 0x05, - 0xa3, - 0xfe, - 0x63, - 0x81, - 0xfe, - 0x44, - 0xcd, - 0xfe, - 0xc0, - 0xe7, - 0xfe, - 0x98, - 0xdb, - 0xfe, - 0x57, - 0xee, - 0x0a, - 0xd3, - 0x66, - 0x1a, - 0x6e, - 0x82, - 0x0d, - 0x0d, - 0xb0, - 0xf9, - 0x94, - 0x54, - 0xfc, - 0xb5, - 0x3c, - 0xff, - 0x57, - 0x77, - 0x02, - 0xa8, - 0x45, - 0x04, - 0x0f, - 0xad, - 0xfe, - 0xda, - 0xed, - 0xfd, - 0x49, - 0x86, - 0xfe, - 0x95, - 0xf7, - 0x00, - 0x96, - 0x3d, - 0x01, - 0x44, - 0x36, - 0x00, - 0xd5, - 0x9c, - 0x01, - 0xc1, - 0x2b, - 0xff, - 0x92, - 0xa9, - 0x00, - 0x45, - 0x04, - 0x01, - 0xfd, - 0xf4, - 0xfe, - 0x2a, - 0x9b, - 0x00, - 0xec, - 0x53, - 0x00, - 0xc0, - 0x7a, - 0x00, - 0x7f, - 0xd3, - 0xff, - 0x90, - 0x5b, - 0xff, - 0x45, - 0x7f, - 0xff, - 0x4f, - 0x83, - 0xfe, - 0x2c, - 0xca, - 0xff, - 0x94, - 0xce, - 0xff, - 0x35, - 0x98, - 0xff, - 0x05, - 0x1e, - 0x00, - 0x1f, - 0xad, - 0xff, - 0x53, - 0xea, - 0xff, - 0x00, - 0xa8, - 0xff, - 0x0c, - 0x54, - 0xff, - 0x6d, - 0xba, - 0xff, - 0x2a, - 0xca, - 0x00, - 0x4e, - 0xbe, - 0x00, - 0x4e, - 0x74, - 0xff, - 0xa7, - 0xb1, - 0xff, - 0xb6, - 0xba, - 0xff, - 0xe4, - 0x6e, - 0xff, - 0xa7, - 0xaa, - 0xff, - 0xc1, - 0x2a, - 0xff, - 0xa6, - 0x44, - 0xff, - 0xec, - 0x9b, - 0xff, - 0x41, - 0x35, - 0xff, - 0xd1, - 0x63, - 0xff, - 0xe4, - 0x12, - 0x00, - 0x1d, - 0xf0, - 0xff, - 0x9f, - 0x2c, - 0xff, - 0x1b, - 0x32, - 0xff, - 0x86, - 0xe4, - 0xff, - 0x8f, - 0x46, - 0x00, - 0xb2, - 0x04, - 0x00, - 0xe2, - 0xaa, - 0xff, - 0x72, - 0xb3, - 0xff, - 0x49, - 0x85, - 0xff, - 0x15, - 0x30, - 0xff, - 0x62, - 0xff, - 0xfe, - 0x23, - 0xc5, - 0xfe, - 0xf9, - 0xa2, - 0xfe, - 0xd0, - 0x9d, - 0xfe, - 0x43, - 0x9a, - 0xfe, - 0x35, - 0xa6, - 0xfe, - 0xd7, - 0x16, - 0x0b, - 0xca, - 0xf7, - 0x19, - 0xc6, - 0xb6, - 0x0c, - 0x46, - 0xd4, - 0xf9, - 0x81, - 0x9d, - 0xfc, - 0xd0, - 0xd8, - 0xff, - 0xdb, - 0xe3, - 0x02, - 0x5e, - 0xa9, - 0x03, - 0x3c, - 0xe1, - 0xfe, - 0x15, - 0xfb, - 0xfd, - 0x0f, - 0x22, - 0xfe, - 0xb0, - 0x46, - 0x01, - 0xcd, - 0x2f, - 0x01, - 0x51, - 0x0c, - 0x00, - 0x6b, - 0xc6, - 0x01, - 0xd5, - 0x75, - 0xff, - 0xd8, - 0x93, - 0x00, - 0x06, - 0xf6, - 0x00, - 0x3c, - 0x21, - 0xff, - 0x57, - 0xff, - 0xff, - 0x84, - 0x2c, - 0x00, - 0x2c, - 0xcf, - 0x00, - 0xb3, - 0x82, - 0xff, - 0x0b, - 0x01, - 0xff, - 0xdd, - 0x8e, - 0xff, - 0xf7, - 0xe6, - 0xfe, - 0x60, - 0x9d, - 0xff, - 0x72, - 0x79, - 0xff, - 0x8d, - 0xbf, - 0xff, - 0xdb, - 0xeb, - 0xff, - 0x2c, - 0xaf, - 0xff, - 0x11, - 0x1c, - 0x00, - 0x25, - 0x6b, - 0xff, - 0x5f, - 0x1f, - 0x00, - 0xec, - 0xbd, - 0x00, - 0xdd, - 0xac, - 0xff, - 0x5d, - 0xa7, - 0xff, - 0x16, - 0xd8, - 0xff, - 0x2b, - 0x8c, - 0xff, - 0x1b, - 0x95, - 0xff, - 0xa5, - 0x7c, - 0xff, - 0x2b, - 0x1e, - 0xff, - 0xda, - 0x74, - 0xff, - 0xef, - 0xac, - 0xff, - 0x36, - 0x59, - 0xff, - 0x25, - 0x96, - 0xff, - 0xba, - 0xc3, - 0xff, - 0x90, - 0xb2, - 0xff, - 0x08, - 0x6a, - 0xff, - 0x33, - 0x1e, - 0xff, - 0x39, - 0x74, - 0xff, - 0x91, - 0xc7, - 0xff, - 0xd7, - 0xcd, - 0xff, - 0xe9, - 0xd7, - 0xff, - 0xa7, - 0x3d, - 0x00, - 0xc1, - 0x3b, - 0x00, - 0xac, - 0x5d, - 0xff, - 0x59, - 0xe6, - 0xfe, - 0x85, - 0xfc, - 0xfe, - 0xf2, - 0xe7, - 0xfe, - 0x73, - 0x9e, - 0xfe, - 0xf3, - 0x76, - 0xfe, - 0x70, - 0x64, - 0xfe, - 0x40, - 0x79, - 0xfe, - 0x34, - 0xc7, - 0x0b, - 0x67, - 0x4f, - 0x1a, - 0xc2, - 0xb0, - 0x0b, - 0xd6, - 0x78, - 0xf9, - 0xea, - 0x02, - 0xfd, - 0xa1, - 0x8a, - 0x00, - 0x2c, - 0x90, - 0x03, - 0x4b, - 0x46, - 0x03, - 0x0f, - 0x86, - 0xfe, - 0x28, - 0xce, - 0xfd, - 0xb7, - 0x17, - 0xfe, - 0xf3, - 0x1b, - 0x01, - 0xc7, - 0xd4, - 0x00, - 0x20, - 0x22, - 0x00, - 0x60, - 0x75, - 0x01, - 0xc1, - 0xc2, - 0xff, - 0xdc, - 0x0b, - 0x01, - 0x72, - 0x86, - 0x00, - 0x30, - 0x33, - 0xff, - 0xc7, - 0x21, - 0x00, - 0x77, - 0xda, - 0xff, - 0x4e, - 0x63, - 0x00, - 0x2a, - 0x90, - 0xff, - 0xda, - 0x2b, - 0xff, - 0x4e, - 0x27, - 0xff, - 0xe3, - 0xfe, - 0xfe, - 0x1b, - 0x19, - 0x00, - 0x8d, - 0x62, - 0xff, - 0xad, - 0x31, - 0xff, - 0x42, - 0xfe, - 0xff, - 0x80, - 0xf2, - 0xff, - 0x4e, - 0x9d, - 0xff, - 0x2f, - 0x2b, - 0x00, - 0x4c, - 0x00, - 0x01, - 0xd1, - 0x93, - 0xff, - 0xb4, - 0x3c, - 0xff, - 0xc8, - 0x0f, - 0x00, - 0x58, - 0x9b, - 0xff, - 0x9f, - 0xca, - 0xff, - 0x1b, - 0x65, - 0xff, - 0xd2, - 0xd3, - 0xfe, - 0xa2, - 0x62, - 0xff, - 0xf6, - 0x96, - 0xff, - 0xc2, - 0xa5, - 0xff, - 0x97, - 0xe1, - 0xff, - 0x2e, - 0xe0, - 0xff, - 0x2a, - 0x55, - 0xff, - 0x9e, - 0x18, - 0xff, - 0x35, - 0x8d, - 0xff, - 0x17, - 0x9f, - 0xff, - 0x27, - 0x66, - 0xff, - 0xc4, - 0x32, - 0xff, - 0x1e, - 0x67, - 0xff, - 0x6e, - 0x36, - 0x00, - 0x2a, - 0x8f, - 0x00, - 0xbe, - 0x12, - 0x00, - 0x28, - 0x75, - 0xff, - 0x52, - 0x23, - 0xff, - 0x0f, - 0xf8, - 0xfe, - 0xf5, - 0xcc, - 0xfe, - 0x15, - 0xa4, - 0xfe, - 0x93, - 0x63, - 0xfe, - 0x2c, - 0x49, - 0xfe, - 0x9d, - 0x77, - 0xfe, - 0x72, - 0x01, - 0x0d, - 0xd4, - 0x23, - 0x1b, - 0x32, - 0x8c, - 0x0a, - 0x55, - 0xfc, - 0xf8, - 0xca, - 0x3e, - 0xfd, - 0xf3, - 0x5c, - 0x01, - 0x0c, - 0x57, - 0x04, - 0x63, - 0xe1, - 0x02, - 0x88, - 0x58, - 0xfe, - 0x9a, - 0x3a, - 0xfd, - 0x6f, - 0xf8, - 0xfd, - 0x38, - 0x6a, - 0x01, - 0xfc, - 0x2f, - 0x00, - 0xce, - 0xcc, - 0xff, - 0xe8, - 0x47, - 0x01, - 0x59, - 0xcf, - 0xff, - 0x1a, - 0x37, - 0x01, - 0x48, - 0xb4, - 0x00, - 0xca, - 0x64, - 0xff, - 0x7f, - 0xf8, - 0xff, - 0xd6, - 0x32, - 0x00, - 0x10, - 0x2b, - 0x00, - 0xc8, - 0xcf, - 0xfe, - 0x3b, - 0x45, - 0xff, - 0xcf, - 0x78, - 0xff, - 0xc2, - 0x0b, - 0xff, - 0x57, - 0xd6, - 0xff, - 0x15, - 0x7e, - 0xff, - 0x1c, - 0xc1, - 0xff, - 0x30, - 0xb8, - 0xff, - 0xcb, - 0x32, - 0xff, - 0xa3, - 0x48, - 0x00, - 0xb9, - 0xfa, - 0x00, - 0x8d, - 0xeb, - 0xff, - 0x66, - 0x20, - 0xff, - 0x39, - 0xe2, - 0xff, - 0x31, - 0xe7, - 0xff, - 0x19, - 0xc4, - 0xff, - 0xeb, - 0xf0, - 0xff, - 0x91, - 0x11, - 0xff, - 0xcb, - 0x01, - 0xff, - 0x78, - 0x5e, - 0xff, - 0xc9, - 0x86, - 0xff, - 0x3b, - 0xf6, - 0xff, - 0xe4, - 0xfa, - 0xff, - 0x7e, - 0xac, - 0xff, - 0xe6, - 0x31, - 0xff, - 0xd7, - 0x42, - 0xff, - 0x21, - 0x8c, - 0xff, - 0xe1, - 0x8f, - 0xff, - 0x94, - 0x6d, - 0xff, - 0x6c, - 0x1e, - 0xff, - 0xac, - 0x8a, - 0xff, - 0xb7, - 0x35, - 0x00, - 0x8e, - 0x4a, - 0x00, - 0x77, - 0xeb, - 0xff, - 0x95, - 0x94, - 0xff, - 0xb3, - 0x7c, - 0xff, - 0xc3, - 0x25, - 0xff, - 0xb5, - 0xd6, - 0xfe, - 0xa3, - 0x99, - 0xfe, - 0x36, - 0x56, - 0xfe, - 0xfd, - 0x53, - 0xfe, - 0xd8, - 0x7c, - 0xfe, - 0x93, - 0xf9, - 0x0a, - 0x04, - 0x89, - 0x1b, - 0xba, - 0xfb, - 0x0e, - 0xfd, - 0x79, - 0xf8, - 0x0f, - 0xba, - 0xfb, - 0x55, - 0x4c, - 0x02, - 0x0b, - 0x24, - 0x04, - 0xa1, - 0xcc, - 0x03, - 0xea, - 0x4a, - 0xfe, - 0xe2, - 0xea, - 0xfc, - 0x00, - 0x92, - 0xfd, - 0xa2, - 0xb7, - 0x00, - 0xc9, - 0x01, - 0x01, - 0x31, - 0xd2, - 0xfe, - 0x5a, - 0xc9, - 0x00, - 0x58, - 0xe6, - 0xff, - 0xdc, - 0xc3, - 0x00, - 0x77, - 0x35, - 0x01, - 0xe5, - 0x17, - 0xff, - 0xe0, - 0x61, - 0x00, - 0xd3, - 0x87, - 0x00, - 0x35, - 0xf4, - 0xff, - 0xee, - 0xfc, - 0xfe, - 0x80, - 0xc0, - 0xfe, - 0xf6, - 0x45, - 0xff, - 0xdc, - 0xf6, - 0xfe, - 0xd1, - 0x29, - 0x00, - 0xfb, - 0xb2, - 0xff, - 0x27, - 0x54, - 0xff, - 0x6b, - 0x04, - 0x00, - 0xac, - 0x5d, - 0xff, - 0x96, - 0x29, - 0x00, - 0xd5, - 0xac, - 0x00, - 0xb6, - 0xa5, - 0xff, - 0x60, - 0x35, - 0xff, - 0xc4, - 0x9d, - 0xff, - 0xc2, - 0xfb, - 0xff, - 0x99, - 0x08, - 0x00, - 0xcd, - 0xe0, - 0xff, - 0xb4, - 0x2f, - 0xff, - 0xce, - 0x33, - 0xff, - 0x05, - 0x87, - 0xff, - 0x34, - 0x8e, - 0xff, - 0x60, - 0xf3, - 0xff, - 0xb9, - 0xfd, - 0xff, - 0x03, - 0x83, - 0xff, - 0xa7, - 0xe9, - 0xfe, - 0x20, - 0x5c, - 0xff, - 0xaa, - 0xf0, - 0xff, - 0x2a, - 0x75, - 0xff, - 0xf3, - 0x22, - 0xff, - 0x5c, - 0x32, - 0xff, - 0x75, - 0xd6, - 0xff, - 0x04, - 0x3b, - 0x00, - 0x35, - 0xff, - 0xff, - 0x49, - 0xaa, - 0xff, - 0xa3, - 0x68, - 0xff, - 0xba, - 0xa6, - 0xff, - 0x05, - 0x6c, - 0xff, - 0x8f, - 0xef, - 0xfe, - 0x4d, - 0x9d, - 0xfe, - 0x36, - 0x72, - 0xfe, - 0xd7, - 0x93, - 0xfe, - 0xa2, - 0x80, - 0xfe, - 0x65, - 0x79, - 0x0b, - 0x73, - 0x2d, - 0x1d, - 0x0a, - 0xec, - 0x0f, - 0x8d, - 0x3c, - 0xf7, - 0x92, - 0x27, - 0xfb, - 0x49, - 0x34, - 0x03, - 0x37, - 0x72, - 0x04, - 0xfa, - 0xab, - 0x03, - 0x9c, - 0xf5, - 0xfd, - 0xf9, - 0x69, - 0xfc, - 0xaf, - 0x73, - 0xfd, - 0x12, - 0xdf, - 0x00, - 0x11, - 0x05, - 0x01, - 0x1d, - 0x4b, - 0xfe, - 0x2b, - 0x45, - 0x00, - 0x11, - 0xc7, - 0xff, - 0xea, - 0x90, - 0x00, - 0x78, - 0xe1, - 0x00, - 0xea, - 0xd0, - 0xfe, - 0x52, - 0x58, - 0x00, - 0x88, - 0xb7, - 0x00, - 0x20, - 0x1a, - 0x00, - 0xad, - 0xf6, - 0xfe, - 0xf0, - 0xa6, - 0xfe, - 0x64, - 0x1f, - 0xff, - 0x63, - 0xc6, - 0xfe, - 0x7e, - 0x04, - 0x00, - 0x4e, - 0xa7, - 0xff, - 0xb7, - 0x97, - 0xff, - 0x1e, - 0x0f, - 0x00, - 0xa7, - 0x0a, - 0xff, - 0x74, - 0x2d, - 0x00, - 0x85, - 0xcb, - 0x00, - 0xf2, - 0x81, - 0xff, - 0x75, - 0xa9, - 0xfe, - 0x1c, - 0x56, - 0xff, - 0x12, - 0x4a, - 0x00, - 0xec, - 0xd3, - 0xff, - 0x82, - 0x9c, - 0xff, - 0x45, - 0x5a, - 0xff, - 0xe4, - 0x5d, - 0xff, - 0xad, - 0xad, - 0xff, - 0x55, - 0xa7, - 0xff, - 0xd0, - 0x33, - 0x00, - 0x6e, - 0xf8, - 0xff, - 0x19, - 0x43, - 0xff, - 0xa6, - 0xdb, - 0xfe, - 0x29, - 0x1e, - 0xff, - 0xa5, - 0xd6, - 0xff, - 0x02, - 0x99, - 0xff, - 0xae, - 0x3f, - 0xff, - 0xf5, - 0x2c, - 0xff, - 0xa5, - 0xb3, - 0xff, - 0xd1, - 0x68, - 0x00, - 0x7b, - 0xfe, - 0xff, - 0x36, - 0x55, - 0xff, - 0x64, - 0x57, - 0xff, - 0x43, - 0x6d, - 0xff, - 0xfc, - 0x10, - 0xff, - 0xd1, - 0xef, - 0xfe, - 0x44, - 0xc8, - 0xfe, - 0x5b, - 0x94, - 0xfe, - 0x5a, - 0xa5, - 0xfe, - 0xeb, - 0xcb, - 0xfe, - 0x02, - 0x6c, - 0x0e, - 0x3c, - 0x39, - 0x20, - 0x52, - 0x07, - 0x0d, - 0x6f, - 0x26, - 0xf5, - 0xd9, - 0x61, - 0xfc, - 0xfd, - 0xe7, - 0x03, - 0xf9, - 0x16, - 0x05, - 0x73, - 0x91, - 0x02, - 0xc5, - 0x10, - 0xfd, - 0xe1, - 0x26, - 0xfc, - 0x82, - 0x7f, - 0xfd, - 0x88, - 0xf8, - 0x01, - 0x15, - 0x54, - 0x00, - 0x34, - 0xdc, - 0xfd, - 0xa6, - 0x18, - 0x00, - 0xd2, - 0x4c, - 0xff, - 0xa3, - 0x08, - 0x01, - 0xd6, - 0x34, - 0x00, - 0xa3, - 0x3d, - 0xfe, - 0xcd, - 0x68, - 0x00, - 0x94, - 0x9c, - 0x00, - 0x8f, - 0xdb, - 0xff, - 0xbb, - 0xbf, - 0xfe, - 0xfe, - 0x10, - 0xff, - 0x13, - 0x02, - 0xff, - 0x5a, - 0xea, - 0xfe, - 0x25, - 0x53, - 0x00, - 0x76, - 0x06, - 0xff, - 0xc9, - 0x6e, - 0xff, - 0xee, - 0x37, - 0x00, - 0x83, - 0x19, - 0xff, - 0x69, - 0xdc, - 0xff, - 0x14, - 0x70, - 0x00, - 0x4f, - 0x04, - 0x00, - 0xc3, - 0xac, - 0xfe, - 0xc9, - 0xeb, - 0xfe, - 0xd8, - 0x3e, - 0x00, - 0xfd, - 0x7b, - 0xff, - 0x3f, - 0x4f, - 0xff, - 0xd8, - 0x66, - 0xff, - 0x02, - 0x46, - 0xff, - 0xa6, - 0xb2, - 0xff, - 0x28, - 0x07, - 0x00, - 0x35, - 0x3c, - 0x00, - 0xb7, - 0xf9, - 0xff, - 0x99, - 0x7d, - 0xff, - 0xcd, - 0xc4, - 0xfe, - 0x7f, - 0xe8, - 0xfe, - 0x89, - 0xba, - 0xff, - 0xe0, - 0xa3, - 0xff, - 0x2f, - 0x18, - 0xff, - 0x6d, - 0x31, - 0xff, - 0xfc, - 0x1e, - 0x00, - 0x58, - 0x4d, - 0x00, - 0xe9, - 0xa0, - 0xff, - 0xd2, - 0x58, - 0xff, - 0xed, - 0x5f, - 0xff, - 0xe5, - 0x10, - 0xff, - 0x4c, - 0xa9, - 0xfe, - 0x60, - 0xa6, - 0xfe, - 0x79, - 0xab, - 0xfe, - 0xb1, - 0xc7, - 0xfe, - 0x61, - 0xe2, - 0xfe, - 0x73, - 0x28, - 0xff, - 0x0d, - 0xa9, - 0x0f, - 0xb8, - 0xe8, - 0x22, - 0xff, - 0x59, - 0x0d, - 0xa4, - 0x55, - 0xf3, - 0x17, - 0x88, - 0xfc, - 0x15, - 0xcc, - 0x04, - 0x12, - 0x2a, - 0x05, - 0xb6, - 0x0e, - 0x02, - 0x01, - 0x21, - 0xfc, - 0x1d, - 0xe0, - 0xfb, - 0x29, - 0xb4, - 0xfd, - 0x24, - 0xa9, - 0x02, - 0x72, - 0x77, - 0x00, - 0x94, - 0xf9, - 0xfc, - 0xae, - 0xe6, - 0xff, - 0x37, - 0x4b, - 0xff, - 0xdf, - 0xef, - 0x00, - 0x6b, - 0x1e, - 0x00, - 0xdd, - 0xd1, - 0xfd, - 0x44, - 0x1c, - 0x00, - 0x13, - 0x61, - 0x00, - 0xa1, - 0xc0, - 0xff, - 0x02, - 0x7e, - 0xfe, - 0xb5, - 0x17, - 0xff, - 0xad, - 0x71, - 0xff, - 0xb6, - 0xfb, - 0xfe, - 0xcf, - 0xaf, - 0x00, - 0x1f, - 0x1c, - 0xff, - 0xec, - 0xea, - 0xfe, - 0x32, - 0x18, - 0x00, - 0x7f, - 0xfd, - 0xfe, - 0xde, - 0x8e, - 0xff, - 0xcc, - 0x30, - 0x00, - 0xc9, - 0x6b, - 0x00, - 0x65, - 0x3c, - 0xff, - 0x8f, - 0xa3, - 0xfe, - 0x56, - 0x4e, - 0x00, - 0x25, - 0x8b, - 0xff, - 0xe6, - 0x93, - 0xfe, - 0x92, - 0x3c, - 0xff, - 0x8b, - 0x54, - 0xff, - 0x2e, - 0x82, - 0xff, - 0x21, - 0x26, - 0x00, - 0xff, - 0x3e, - 0x00, - 0xe2, - 0xfa, - 0xff, - 0x65, - 0xd1, - 0xff, - 0xc7, - 0x13, - 0xff, - 0xea, - 0xd7, - 0xfe, - 0xd2, - 0x86, - 0xff, - 0x4d, - 0xae, - 0xff, - 0x73, - 0x25, - 0xff, - 0x54, - 0x4a, - 0xff, - 0xb2, - 0x1f, - 0x00, - 0xf1, - 0x18, - 0x00, - 0x9b, - 0xb9, - 0xff, - 0x64, - 0x81, - 0xff, - 0x80, - 0x15, - 0xff, - 0xf8, - 0xaa, - 0xfe, - 0xa5, - 0x7d, - 0xfe, - 0xc7, - 0x78, - 0xfe, - 0xf5, - 0x96, - 0xfe, - 0x59, - 0xcb, - 0xfe, - 0x84, - 0x01, - 0xff, - 0x48, - 0x9f, - 0xff, - 0xd4, - 0xb3, - 0x10, - 0x03, - 0xd1, - 0x25, - 0x8a, - 0x57, - 0x0e, - 0x62, - 0x97, - 0xf1, - 0x8e, - 0xae, - 0xfc, - 0xde, - 0x85, - 0x05, - 0xaa, - 0xfb, - 0x04, - 0x4d, - 0xda, - 0x01, - 0xee, - 0x32, - 0xfb, - 0x1d, - 0xac, - 0xfb, - 0x28, - 0x02, - 0xfe, - 0xcb, - 0x47, - 0x03, - 0x2e, - 0xe7, - 0x00, - 0xd7, - 0x24, - 0xfc, - 0x5c, - 0xbc, - 0xff, - 0xad, - 0x6b, - 0xff, - 0xe0, - 0xe5, - 0x00, - 0x17, - 0x0f, - 0x00, - 0x88, - 0x7c, - 0xfd, - 0xfb, - 0x1f, - 0x00, - 0x7f, - 0x00, - 0x00, - 0xfc, - 0x9b, - 0xff, - 0xd4, - 0x94, - 0xfe, - 0x98, - 0xed, - 0xfe, - 0x63, - 0xda, - 0xff, - 0xed, - 0x3e, - 0xff, - 0xf4, - 0xde, - 0x00, - 0x99, - 0x6e, - 0xff, - 0x85, - 0xe1, - 0xfe, - 0xe5, - 0xf0, - 0xff, - 0xd4, - 0xad, - 0xfe, - 0x32, - 0x2d, - 0xff, - 0x9e, - 0xe5, - 0xff, - 0x8f, - 0x98, - 0x00, - 0x17, - 0x35, - 0x00, - 0xb1, - 0x0c, - 0xff, - 0x43, - 0xd2, - 0xff, - 0x15, - 0xcd, - 0xff, - 0x25, - 0xc6, - 0xfe, - 0x25, - 0xa9, - 0xfe, - 0x17, - 0x40, - 0xff, - 0x1e, - 0x7a, - 0xff, - 0x0e, - 0x04, - 0x00, - 0xc1, - 0x4a, - 0x00, - 0x16, - 0xe9, - 0xff, - 0xcd, - 0xee, - 0xff, - 0x6c, - 0x73, - 0xff, - 0x6c, - 0x38, - 0xff, - 0x83, - 0x63, - 0xff, - 0x8a, - 0x8b, - 0xff, - 0xfa, - 0x78, - 0xff, - 0x21, - 0x9d, - 0xff, - 0x77, - 0x12, - 0x00, - 0x8a, - 0xa5, - 0xff, - 0xae, - 0xe9, - 0xff, - 0xe9, - 0xcc, - 0xff, - 0xf2, - 0xca, - 0xfe, - 0x5c, - 0x5b, - 0xfe, - 0x77, - 0x36, - 0xfe, - 0x4f, - 0x8d, - 0xfe, - 0xfe, - 0x9e, - 0xfe, - 0x14, - 0xe0, - 0xfe, - 0xdb, - 0x4f, - 0xff, - 0x21, - 0xb1, - 0xff, - 0x0a, - 0xc0, - 0x12, - 0xf8, - 0x16, - 0x29, - 0xcf, - 0x98, - 0x0d, - 0x71, - 0xc4, - 0xef, - 0x9d, - 0x8a, - 0xfd, - 0x47, - 0x7e, - 0x05, - 0x1d, - 0x83, - 0x04, - 0xc8, - 0x74, - 0x01, - 0xbf, - 0x40, - 0xfa, - 0x44, - 0x82, - 0xfb, - 0x20, - 0x35, - 0xfe, - 0x6e, - 0xe5, - 0x03, - 0x96, - 0xcc, - 0x00, - 0x5e, - 0x75, - 0xfb, - 0x75, - 0xba, - 0xff, - 0x26, - 0x41, - 0xff, - 0x88, - 0xec, - 0x00, - 0x82, - 0xc8, - 0xff, - 0xe8, - 0x0e, - 0xfd, - 0x1c, - 0x0b, - 0x00, - 0xc5, - 0xa6, - 0xff, - 0xfd, - 0x8d, - 0xff, - 0x94, - 0x77, - 0xfe, - 0xd2, - 0xdd, - 0xfe, - 0xde, - 0x15, - 0x00, - 0xb0, - 0x4d, - 0xff, - 0xf7, - 0xdf, - 0x00, - 0x24, - 0x7f, - 0xff, - 0x7c, - 0x13, - 0xff, - 0x5f, - 0xae, - 0xff, - 0xcb, - 0x50, - 0xfe, - 0x94, - 0xdf, - 0xfe, - 0x03, - 0x54, - 0xff, - 0x8b, - 0x69, - 0x00, - 0x73, - 0xc7, - 0x00, - 0x82, - 0x09, - 0x00, - 0xa7, - 0x9b, - 0xff, - 0x20, - 0x58, - 0xff, - 0xa7, - 0x1d, - 0xff, - 0xa3, - 0x4b, - 0xfe, - 0xab, - 0x3d, - 0xff, - 0x99, - 0x8d, - 0xff, - 0xc6, - 0x7b, - 0xff, - 0x6f, - 0x35, - 0x00, - 0x5a, - 0xbf, - 0xff, - 0x2e, - 0xc8, - 0xff, - 0xed, - 0x8f, - 0xff, - 0xfa, - 0x91, - 0xff, - 0x0f, - 0x5b, - 0xff, - 0xab, - 0x18, - 0xff, - 0x3e, - 0xfd, - 0xff, - 0x33, - 0xf3, - 0xff, - 0x10, - 0x9a, - 0xff, - 0x1f, - 0x75, - 0xff, - 0x96, - 0xe3, - 0xff, - 0xc0, - 0xb6, - 0xff, - 0xdc, - 0x7d, - 0xfe, - 0x5f, - 0x0a, - 0xfe, - 0x26, - 0x18, - 0xfe, - 0x9f, - 0x85, - 0xfe, - 0x05, - 0xa5, - 0xfe, - 0x82, - 0x02, - 0xff, - 0x1f, - 0x95, - 0xff, - 0xe3, - 0xb4, - 0xff, - 0xfd, - 0xee, - 0x15, - 0x75, - 0x88, - 0x2c, - 0x2d, - 0xdf, - 0x0a, - 0x09, - 0x67, - 0xee, - 0x59, - 0x4e, - 0xff, - 0xc5, - 0x9f, - 0x04, - 0x59, - 0x09, - 0x04, - 0x27, - 0xf8, - 0x00, - 0x15, - 0x9e, - 0xf9, - 0xb5, - 0x92, - 0xfb, - 0xda, - 0x4f, - 0xfe, - 0x17, - 0xa1, - 0x04, - 0x86, - 0x3a, - 0x00, - 0x1b, - 0x3c, - 0xfb, - 0x37, - 0xf4, - 0xff, - 0x90, - 0xec, - 0xfe, - 0x31, - 0x2c, - 0x01, - 0x60, - 0x50, - 0xff, - 0xe8, - 0xdf, - 0xfc, - 0xca, - 0xec, - 0xff, - 0x3d, - 0x63, - 0xff, - 0x57, - 0xcc, - 0xff, - 0xae, - 0x4e, - 0xfe, - 0x7e, - 0x23, - 0xff, - 0xc4, - 0x2e, - 0x00, - 0x59, - 0x45, - 0xff, - 0xbb, - 0xe1, - 0x00, - 0x2d, - 0x62, - 0xff, - 0x51, - 0x81, - 0xff, - 0x7e, - 0x66, - 0xff, - 0x88, - 0x19, - 0xfe, - 0xb6, - 0xd1, - 0xfe, - 0x60, - 0xb8, - 0xfe, - 0xad, - 0x48, - 0x00, - 0x72, - 0x10, - 0x01, - 0xce, - 0xef, - 0x00, - 0x62, - 0xea, - 0xff, - 0x6d, - 0xe8, - 0xfe, - 0x75, - 0x46, - 0xff, - 0x8e, - 0x29, - 0xfe, - 0x71, - 0x4a, - 0xff, - 0x7c, - 0xe7, - 0xff, - 0x77, - 0x43, - 0xff, - 0xe0, - 0x00, - 0x00, - 0x32, - 0x7b, - 0xff, - 0x46, - 0x9c, - 0xff, - 0x5d, - 0xc0, - 0xff, - 0xa7, - 0xc7, - 0xff, - 0xea, - 0x79, - 0xff, - 0xc8, - 0xfc, - 0xfe, - 0xfe, - 0x32, - 0x00, - 0x28, - 0x2a, - 0x00, - 0x44, - 0x73, - 0xff, - 0x4b, - 0x82, - 0xff, - 0xd4, - 0x97, - 0xff, - 0x50, - 0x5e, - 0xff, - 0x47, - 0x6b, - 0xfe, - 0xc0, - 0xf9, - 0xfd, - 0x6a, - 0x1e, - 0xfe, - 0xbe, - 0x61, - 0xfe, - 0x14, - 0xe1, - 0xfe, - 0xab, - 0x4a, - 0xff, - 0x61, - 0xa9, - 0xff, - 0xad, - 0xe6, - 0xff, - 0x5c, - 0xee, - 0x17, - 0xff, - 0xb3, - 0x2f, - 0xb8, - 0xac, - 0x09, - 0x03, - 0x97, - 0xec, - 0x86, - 0x91, - 0x00, - 0x55, - 0x9d, - 0x03, - 0x3b, - 0xd6, - 0x02, - 0xbf, - 0x16, - 0x01, - 0xae, - 0xed, - 0xf8, - 0xd3, - 0x7c, - 0xfb, - 0x8b, - 0x1b, - 0xfe, - 0x5f, - 0xb8, - 0x04, - 0x01, - 0x35, - 0x00, - 0x61, - 0xe8, - 0xfa, - 0x55, - 0x2a, - 0x00, - 0x2e, - 0x80, - 0xfe, - 0x75, - 0x10, - 0x01, - 0xf8, - 0x21, - 0xff, - 0xe9, - 0x6f, - 0xfc, - 0x3b, - 0xda, - 0xff, - 0x0e, - 0x26, - 0xff, - 0xa3, - 0xdc, - 0xff, - 0xc7, - 0x42, - 0xfe, - 0x98, - 0x34, - 0xff, - 0xa2, - 0x1a, - 0x00, - 0x61, - 0x01, - 0xff, - 0x74, - 0xe2, - 0x00, - 0xf7, - 0x15, - 0xff, - 0x4a, - 0xb1, - 0xff, - 0x6a, - 0x66, - 0xff, - 0x58, - 0xc9, - 0xfd, - 0x04, - 0xbe, - 0xfe, - 0x10, - 0x15, - 0xfe, - 0x10, - 0x1a, - 0x00, - 0x5b, - 0x1f, - 0x01, - 0x2e, - 0x24, - 0x01, - 0x66, - 0x9b, - 0x00, - 0x4e, - 0xaf, - 0xfe, - 0x91, - 0x0b, - 0xff, - 0x77, - 0x31, - 0xfe, - 0x10, - 0x22, - 0xff, - 0xc6, - 0x40, - 0x00, - 0x45, - 0x30, - 0xff, - 0xfc, - 0xbc, - 0xff, - 0xdb, - 0x33, - 0xff, - 0x64, - 0x2b, - 0xff, - 0x97, - 0xf7, - 0xff, - 0xd2, - 0xc3, - 0xff, - 0x38, - 0x91, - 0xff, - 0xe6, - 0x5b, - 0xff, - 0x0b, - 0xdb, - 0xff, - 0xa2, - 0xf4, - 0xff, - 0x2c, - 0x98, - 0xff, - 0xb5, - 0x92, - 0xff, - 0xda, - 0x39, - 0xff, - 0xe2, - 0xcc, - 0xfe, - 0x15, - 0x58, - 0xfe, - 0x5a, - 0x0c, - 0xfe, - 0x76, - 0x1b, - 0xfe, - 0x5f, - 0x38, - 0xfe, - 0x52, - 0xe7, - 0xfe, - 0x9a, - 0x92, - 0xff, - 0xa8, - 0xb4, - 0xff, - 0xa0, - 0xd8, - 0xff, - 0x0b, - 0x1f, - 0x19, - 0x2a, - 0xd4, - 0x32, - 0x5a, - 0x61, - 0x09, - 0xc6, - 0x0a, - 0xea, - 0x9c, - 0xfa, - 0x01, - 0x71, - 0x15, - 0x03, - 0x2a, - 0x0c, - 0x01, - 0xe1, - 0xa8, - 0x01, - 0x76, - 0x2f, - 0xf8, - 0xe6, - 0x72, - 0xfb, - 0x37, - 0xdc, - 0xfd, - 0xb3, - 0xb2, - 0x04, - 0xcd, - 0xd1, - 0x00, - 0xe6, - 0x59, - 0xfa, - 0x2f, - 0xd5, - 0x00, - 0xd5, - 0x26, - 0xfe, - 0x85, - 0x9f, - 0x00, - 0x05, - 0x69, - 0xff, - 0xd4, - 0x08, - 0xfc, - 0x06, - 0x2f, - 0x00, - 0x26, - 0x97, - 0xfe, - 0xd6, - 0xfa, - 0xff, - 0x7c, - 0xb2, - 0xfe, - 0xa2, - 0x84, - 0xfe, - 0x7f, - 0x3b, - 0x00, - 0xb4, - 0x04, - 0xff, - 0xf1, - 0xb8, - 0x00, - 0x72, - 0xf5, - 0xfe, - 0x79, - 0xfc, - 0xff, - 0xd7, - 0xaf, - 0xff, - 0xf3, - 0x34, - 0xfd, - 0xfa, - 0xdd, - 0xfe, - 0x21, - 0x0d, - 0xfe, - 0xd5, - 0x90, - 0xff, - 0x15, - 0xf2, - 0x00, - 0x20, - 0x30, - 0x01, - 0x84, - 0x5b, - 0x01, - 0x82, - 0xe8, - 0xfe, - 0xae, - 0xb6, - 0xfe, - 0xe9, - 0x51, - 0xfe, - 0xb6, - 0x1a, - 0xff, - 0x58, - 0x77, - 0x00, - 0x99, - 0x5b, - 0xff, - 0x5b, - 0x87, - 0xff, - 0x78, - 0x15, - 0xff, - 0x6a, - 0xc9, - 0xfe, - 0x4a, - 0xf0, - 0xff, - 0x7a, - 0x04, - 0x00, - 0x17, - 0xb0, - 0xff, - 0xb6, - 0xbb, - 0xff, - 0xab, - 0xaa, - 0xff, - 0x99, - 0x97, - 0xff, - 0x88, - 0xc3, - 0xff, - 0xff, - 0xb9, - 0xff, - 0x9b, - 0x1d, - 0xff, - 0x4e, - 0x54, - 0xfe, - 0x39, - 0x41, - 0xfe, - 0x88, - 0x30, - 0xfe, - 0x87, - 0xfc, - 0xfd, - 0xb7, - 0x35, - 0xfe, - 0xdc, - 0xce, - 0xfe, - 0x14, - 0xb3, - 0xff, - 0x6a, - 0xc2, - 0xff, - 0x66, - 0xb2, - 0xff, - 0xfa, - 0xe2, - 0x1b, - 0xeb, - 0x92, - 0x35, - 0x99, - 0xa1, - 0x05, - 0xb9, - 0x65, - 0xe8, - 0xf8, - 0xb3, - 0x04, - 0x21, - 0xd6, - 0x01, - 0xa0, - 0xf7, - 0xff, - 0x63, - 0x5b, - 0x01, - 0xda, - 0x7a, - 0xf7, - 0xb4, - 0xb3, - 0xfb, - 0x89, - 0xcc, - 0xfd, - 0x59, - 0x96, - 0x05, - 0x5a, - 0x52, - 0x00, - 0xb0, - 0x81, - 0xfa, - 0xb1, - 0xfb, - 0x01, - 0xc1, - 0x2a, - 0xfd, - 0x57, - 0xc9, - 0x00, - 0x3a, - 0x9e, - 0xff, - 0x13, - 0x24, - 0xfc, - 0x74, - 0x28, - 0x00, - 0x20, - 0xf8, - 0xfd, - 0x0e, - 0x99, - 0x00, - 0x35, - 0x26, - 0xfe, - 0xcd, - 0x32, - 0xfe, - 0xe5, - 0xaf, - 0x00, - 0xd6, - 0xa8, - 0xfe, - 0x18, - 0xf4, - 0x00, - 0xc1, - 0x42, - 0xff, - 0x23, - 0x3f, - 0x00, - 0x0c, - 0x78, - 0xff, - 0x00, - 0xf1, - 0xfc, - 0x80, - 0x6f, - 0xff, - 0xd0, - 0xdf, - 0xfd, - 0x3b, - 0xd5, - 0xfe, - 0x6e, - 0xdd, - 0x00, - 0x58, - 0x71, - 0x01, - 0x1b, - 0x92, - 0x01, - 0x83, - 0x3a, - 0xff, - 0x8f, - 0xce, - 0xfe, - 0x68, - 0x56, - 0xfe, - 0x68, - 0x42, - 0xff, - 0x70, - 0x8a, - 0x00, - 0x41, - 0x94, - 0xff, - 0x8c, - 0x7b, - 0xff, - 0xe2, - 0xf5, - 0xfe, - 0x5e, - 0xa6, - 0xfe, - 0x88, - 0xca, - 0xff, - 0xbb, - 0x51, - 0x00, - 0x10, - 0xc1, - 0xff, - 0x0f, - 0xf9, - 0xff, - 0xb4, - 0xd6, - 0xff, - 0x75, - 0x33, - 0xff, - 0x4c, - 0xf5, - 0xff, - 0x54, - 0x0c, - 0x00, - 0x9d, - 0x0d, - 0xff, - 0xef, - 0x22, - 0xfe, - 0x12, - 0x1e, - 0xfe, - 0x70, - 0x39, - 0xfe, - 0x59, - 0xdd, - 0xfd, - 0xb6, - 0x29, - 0xfe, - 0xf9, - 0xc6, - 0xfe, - 0xbb, - 0x9d, - 0xff, - 0x82, - 0xcd, - 0xff, - 0x3b, - 0xb6, - 0xff, - 0xcf, - 0x72, - 0x1f, - 0x81, - 0x05, - 0x37, - 0x0a, - 0xaa, - 0xff, - 0x93, - 0x77, - 0xe8, - 0x4e, - 0x88, - 0x07, - 0xfc, - 0x8f, - 0xff, - 0xc6, - 0xd1, - 0xff, - 0x56, - 0x61, - 0x00, - 0xfe, - 0xb8, - 0xf6, - 0x34, - 0x46, - 0xfc, - 0x5d, - 0x18, - 0xfe, - 0x1f, - 0x64, - 0x06, - 0xba, - 0x37, - 0xff, - 0x7c, - 0xb6, - 0xfb, - 0xcb, - 0x59, - 0x02, - 0x0c, - 0xfc, - 0xfb, - 0x05, - 0x22, - 0x02, - 0x6a, - 0x34, - 0xff, - 0x24, - 0xfd, - 0xfb, - 0xf1, - 0x50, - 0x00, - 0xec, - 0x3d, - 0xfd, - 0xd2, - 0x69, - 0x00, - 0xff, - 0xf6, - 0xfd, - 0x1c, - 0x42, - 0xfe, - 0x78, - 0x3b, - 0x00, - 0x3f, - 0x52, - 0xff, - 0x71, - 0x7f, - 0x01, - 0x71, - 0xd6, - 0xfe, - 0x8a, - 0x8c, - 0x00, - 0x2f, - 0x57, - 0xff, - 0x07, - 0x12, - 0xfd, - 0xeb, - 0x4c, - 0xff, - 0x16, - 0x71, - 0xfd, - 0xcd, - 0xd5, - 0xfe, - 0x02, - 0x99, - 0x00, - 0xcb, - 0x7e, - 0x01, - 0x0f, - 0x9c, - 0x01, - 0x9f, - 0x79, - 0xff, - 0x18, - 0x30, - 0xff, - 0xd8, - 0x51, - 0xfe, - 0x9f, - 0x41, - 0xff, - 0x09, - 0x84, - 0x00, - 0x1c, - 0xc7, - 0xff, - 0x40, - 0x74, - 0xff, - 0xb2, - 0xca, - 0xfe, - 0xdf, - 0xba, - 0xfe, - 0xe2, - 0xa2, - 0xff, - 0x49, - 0x45, - 0x00, - 0xd8, - 0xdb, - 0xff, - 0x92, - 0x10, - 0x00, - 0xcf, - 0x06, - 0x00, - 0x05, - 0x41, - 0xff, - 0x26, - 0x02, - 0x00, - 0x10, - 0x4d, - 0x00, - 0x52, - 0x1c, - 0xff, - 0xff, - 0xf4, - 0xfd, - 0x07, - 0x05, - 0xfe, - 0x6b, - 0x06, - 0xfe, - 0xaa, - 0xbb, - 0xfd, - 0x95, - 0x23, - 0xfe, - 0xd1, - 0x8d, - 0xfe, - 0x89, - 0x7f, - 0xff, - 0x32, - 0xe8, - 0xff, - 0x5c, - 0xb5, - 0xff, - 0xd1, - 0x7e, - 0x1d, - 0xbb, - 0x87, - 0x37, - 0x7e, - 0x2f, - 0x02, - 0x7a, - 0x6d, - 0xe6, - 0x57, - 0xf3, - 0x07, - 0xb6, - 0xb2, - 0xff, - 0x46, - 0x05, - 0xfe, - 0xeb, - 0xd8, - 0x01, - 0x80, - 0x87, - 0xf5, - 0x5f, - 0xb5, - 0xfc, - 0x85, - 0x95, - 0xfe, - 0xd7, - 0x99, - 0x05, - 0xa8, - 0xd2, - 0x00, - 0x3d, - 0x17, - 0xfb, - 0xdb, - 0x43, - 0x03, - 0xcf, - 0x1b, - 0xfc, - 0x2a, - 0xa8, - 0x01, - 0xf7, - 0x57, - 0x00, - 0x59, - 0x21, - 0xfb, - 0x6c, - 0x53, - 0x00, - 0x2d, - 0x78, - 0xfc, - 0xb5, - 0x7c, - 0x00, - 0x9b, - 0x51, - 0xfe, - 0x0e, - 0x59, - 0xfd, - 0x49, - 0x62, - 0x01, - 0x05, - 0x6e, - 0xff, - 0x8d, - 0x84, - 0x01, - 0x1b, - 0x1b, - 0xff, - 0xd3, - 0x93, - 0x00, - 0x51, - 0xd6, - 0xff, - 0xee, - 0x53, - 0xfc, - 0x06, - 0x6b, - 0xff, - 0x58, - 0xa9, - 0xfd, - 0xe3, - 0x6e, - 0xfe, - 0x21, - 0x7e, - 0x00, - 0x5e, - 0x3c, - 0x01, - 0x9b, - 0xed, - 0x01, - 0x20, - 0xd8, - 0xff, - 0xef, - 0x9c, - 0xff, - 0x5d, - 0x66, - 0xfe, - 0x67, - 0x16, - 0xff, - 0x5a, - 0x98, - 0x00, - 0x63, - 0xaa, - 0xff, - 0x6a, - 0xc2, - 0xff, - 0x5b, - 0xd0, - 0xfe, - 0x77, - 0xa4, - 0xfe, - 0x1c, - 0x8c, - 0xff, - 0x92, - 0x25, - 0x00, - 0xeb, - 0x3a, - 0x00, - 0xc3, - 0xd4, - 0xff, - 0xb4, - 0x36, - 0x00, - 0x84, - 0xe9, - 0xff, - 0x18, - 0x07, - 0x00, - 0x89, - 0x49, - 0x00, - 0xfe, - 0x3f, - 0xff, - 0x6e, - 0x38, - 0xfe, - 0x9e, - 0xe6, - 0xfd, - 0x1e, - 0xbd, - 0xfd, - 0xc3, - 0xa8, - 0xfd, - 0xbd, - 0x26, - 0xfe, - 0xd2, - 0x59, - 0xfe, - 0xed, - 0x25, - 0xff, - 0x04, - 0xfc, - 0xff, - 0x5f, - 0xc9, - 0xff, - 0xbc, - 0x38, - 0x1e, - 0x28, - 0xde, - 0x35, - 0x64, - 0x93, - 0xff, - 0x87, - 0xe3, - 0xe8, - 0xb8, - 0xe2, - 0x07, - 0x03, - 0x7b, - 0xfd, - 0xbd, - 0xe3, - 0xff, - 0xeb, - 0x9b, - 0x01, - 0xf3, - 0x00, - 0xf5, - 0x29, - 0x52, - 0xfd, - 0x78, - 0x19, - 0xff, - 0xfc, - 0xab, - 0x05, - 0xb5, - 0xd8, - 0xff, - 0x02, - 0x25, - 0xfd, - 0x82, - 0x7f, - 0x03, - 0x4b, - 0x15, - 0xfb, - 0xf6, - 0xf7, - 0x02, - 0x6f, - 0xaa, - 0xff, - 0x91, - 0x99, - 0xfa, - 0x64, - 0xae, - 0x00, - 0x71, - 0x60, - 0xfc, - 0x5e, - 0x38, - 0x00, - 0xfb, - 0xbe, - 0xfe, - 0x28, - 0xf0, - 0xfd, - 0x61, - 0xf3, - 0x00, - 0x6f, - 0xf4, - 0xff, - 0x94, - 0xcc, - 0x01, - 0xb2, - 0x15, - 0xff, - 0xcf, - 0x9c, - 0x00, - 0x0b, - 0x67, - 0xff, - 0x45, - 0xa0, - 0xfc, - 0xe6, - 0x73, - 0xff, - 0x22, - 0xbe, - 0xfd, - 0x84, - 0x7e, - 0xfe, - 0x54, - 0x4b, - 0x00, - 0x39, - 0x75, - 0x01, - 0x14, - 0xee, - 0x01, - 0x4e, - 0xf9, - 0xff, - 0x97, - 0xe7, - 0xff, - 0x36, - 0x9d, - 0xfe, - 0x1a, - 0x32, - 0xff, - 0xdf, - 0x57, - 0x00, - 0x66, - 0x92, - 0xff, - 0x85, - 0x05, - 0x00, - 0x79, - 0xd2, - 0xfe, - 0x28, - 0x9a, - 0xfe, - 0xfe, - 0xad, - 0xff, - 0xe3, - 0x2b, - 0x00, - 0xdb, - 0x7e, - 0x00, - 0x78, - 0xab, - 0xff, - 0x96, - 0x1a, - 0x00, - 0x3b, - 0xd7, - 0x00, - 0x32, - 0x1a, - 0x00, - 0x4a, - 0xc3, - 0xff, - 0x31, - 0xae, - 0xff, - 0x25, - 0x79, - 0xfe, - 0x68, - 0xa0, - 0xfd, - 0x8d, - 0xbc, - 0xfd, - 0x2d, - 0xd3, - 0xfd, - 0x94, - 0x1f, - 0xfe, - 0x73, - 0x2a, - 0xfe, - 0x29, - 0xdf, - 0xfe, - 0xd2, - 0xd6, - 0xff, - 0xec, - 0x22, - 0x00, - 0x92, - 0x2f, - 0x1d, - 0x3c, - 0x95, - 0x32, - 0x40, - 0x77, - 0xff, - 0x23, - 0xfe, - 0xeb, - 0x5a, - 0xf4, - 0x05, - 0xa9, - 0x3d, - 0xfc, - 0x7b, - 0x3f, - 0x02, - 0xd9, - 0x85, - 0x01, - 0x65, - 0xf5, - 0xf4, - 0x81, - 0xbb, - 0xfd, - 0x32, - 0x25, - 0xff, - 0x1d, - 0x10, - 0x05, - 0xc4, - 0x06, - 0x00, - 0x96, - 0xb5, - 0xfe, - 0xb6, - 0xd9, - 0x02, - 0x7d, - 0x29, - 0xfb, - 0xf5, - 0xee, - 0x02, - 0xc0, - 0xee, - 0xfe, - 0x85, - 0x67, - 0xfb, - 0x08, - 0x6a, - 0x00, - 0x83, - 0xc8, - 0xfc, - 0xee, - 0xb7, - 0x00, - 0x68, - 0xbf, - 0xfe, - 0xf2, - 0x2d, - 0xfe, - 0x5a, - 0x80, - 0x00, - 0x47, - 0x85, - 0x00, - 0x4c, - 0xcd, - 0x01, - 0x10, - 0x8a, - 0xfe, - 0xb6, - 0xb7, - 0x00, - 0xc1, - 0x69, - 0xff, - 0xb3, - 0xf4, - 0xfc, - 0x3d, - 0x8a, - 0xff, - 0xbb, - 0xd2, - 0xfd, - 0xdb, - 0xaf, - 0xfe, - 0xf1, - 0x6e, - 0x00, - 0x6b, - 0x57, - 0x01, - 0xcf, - 0x83, - 0x01, - 0xbd, - 0x45, - 0x00, - 0x53, - 0x49, - 0x00, - 0x29, - 0x98, - 0xfe, - 0x37, - 0x4a, - 0xff, - 0x72, - 0x3a, - 0x00, - 0xf2, - 0x39, - 0xff, - 0xa5, - 0x25, - 0x00, - 0xbc, - 0x0e, - 0xff, - 0xf1, - 0x90, - 0xfe, - 0xfb, - 0xdd, - 0xff, - 0x0a, - 0x1d, - 0x00, - 0x37, - 0x80, - 0x00, - 0x4e, - 0xf3, - 0xff, - 0xad, - 0xe0, - 0xff, - 0x94, - 0xe1, - 0x00, - 0x89, - 0x6a, - 0x00, - 0x38, - 0x8a, - 0xff, - 0xf2, - 0x9e, - 0xff, - 0x91, - 0xc5, - 0xfe, - 0x6f, - 0xb7, - 0xfd, - 0x80, - 0xe1, - 0xfd, - 0xf8, - 0xf4, - 0xfd, - 0xe7, - 0xff, - 0xfd, - 0x0a, - 0x28, - 0xfe, - 0xd9, - 0xb6, - 0xfe, - 0xe0, - 0x99, - 0xff, - 0xb3, - 0x65, - 0x00, - 0x50, - 0xa5, - 0x1b, - 0x4e, - 0x0d, - 0x2e, - 0x89, - 0xdd, - 0xff, - 0x51, - 0xf8, - 0xef, - 0xe9, - 0x21, - 0x03, - 0xb4, - 0xa2, - 0xfb, - 0x45, - 0x99, - 0x04, - 0xbd, - 0x1e, - 0x01, - 0x45, - 0x0f, - 0xf6, - 0x41, - 0x70, - 0xfd, - 0xcd, - 0x30, - 0xff, - 0xd5, - 0xae, - 0x04, - 0x75, - 0x59, - 0xff, - 0xfd, - 0x72, - 0x00, - 0x0f, - 0x03, - 0x02, - 0x25, - 0xbe, - 0xfa, - 0xe2, - 0x27, - 0x03, - 0x99, - 0xac, - 0xfe, - 0x28, - 0xfe, - 0xfb, - 0xa1, - 0xb3, - 0x00, - 0x32, - 0xb1, - 0xfd, - 0x42, - 0x7a, - 0x00, - 0xa2, - 0xe1, - 0xfe, - 0xb6, - 0x6f, - 0xfe, - 0x54, - 0xfd, - 0xff, - 0x0b, - 0xa4, - 0x00, - 0x34, - 0x32, - 0x01, - 0x80, - 0x98, - 0xfe, - 0x32, - 0xb4, - 0x00, - 0x1a, - 0x6f, - 0xff, - 0x1d, - 0x8b, - 0xfd, - 0xcf, - 0x67, - 0xff, - 0xae, - 0x55, - 0xfe, - 0xe2, - 0xf5, - 0xfe, - 0xf9, - 0x19, - 0x00, - 0x08, - 0x12, - 0x01, - 0x95, - 0x4b, - 0x01, - 0x37, - 0x63, - 0x00, - 0xa2, - 0x52, - 0x00, - 0xfc, - 0xda, - 0xfe, - 0x67, - 0x4f, - 0xff, - 0x58, - 0xde, - 0xff, - 0xbd, - 0x22, - 0xff, - 0x1b, - 0x26, - 0x00, - 0x2b, - 0x3f, - 0xff, - 0x58, - 0xb2, - 0xfe, - 0xa7, - 0xce, - 0xff, - 0xfd, - 0x16, - 0x00, - 0xd9, - 0x5b, - 0x00, - 0x75, - 0x08, - 0x00, - 0x4c, - 0xfa, - 0xff, - 0x34, - 0x5c, - 0x00, - 0xb8, - 0x4e, - 0x00, - 0xb3, - 0xd0, - 0xff, - 0x00, - 0x40, - 0xff, - 0xbb, - 0xff, - 0xfe, - 0x67, - 0x43, - 0xfe, - 0x71, - 0xae, - 0xfd, - 0xa9, - 0x08, - 0xfe, - 0x0d, - 0x3c, - 0xfe, - 0x4e, - 0x4d, - 0xfe, - 0x48, - 0xb8, - 0xfe, - 0xf0, - 0x40, - 0xff, - 0x9c, - 0x34, - 0x00, - 0xa5, - 0x86, - 0x12, - 0x3a, - 0x36, - 0x27, - 0xa1, - 0xe9, - 0x08, - 0xce, - 0x42, - 0xf0, - 0xfe, - 0x31, - 0x03, - 0x7b, - 0xc0, - 0x02, - 0xb1, - 0x05, - 0x00, - 0xf3, - 0x9d, - 0x01, - 0x35, - 0x4c, - 0xf9, - 0x37, - 0x0d, - 0xfd, - 0x49, - 0xc2, - 0xff, - 0xe4, - 0x64, - 0x03, - 0x08, - 0x5a, - 0x01, - 0x64, - 0xe6, - 0xfd, - 0x10, - 0x0d, - 0x02, - 0x74, - 0x14, - 0xfe, - 0x61, - 0x18, - 0x01, - 0x8d, - 0x69, - 0x00, - 0xb1, - 0x7b, - 0xfc, - 0xe0, - 0x06, - 0x00, - 0x80, - 0xf3, - 0xfd, - 0xc7, - 0xcf, - 0xff, - 0x4b, - 0xba, - 0xff, - 0xa5, - 0x7e, - 0xfe, - 0x8c, - 0x71, - 0x00, - 0x0c, - 0x1e, - 0x00, - 0x5a, - 0x4c, - 0x01, - 0xad, - 0x68, - 0xff, - 0x49, - 0xe4, - 0xff, - 0x98, - 0x0c, - 0x00, - 0x27, - 0x9d, - 0xfd, - 0x62, - 0x28, - 0xff, - 0x27, - 0xb7, - 0xfe, - 0xef, - 0xaf, - 0xfe, - 0xc6, - 0xb5, - 0xff, - 0xd6, - 0x78, - 0x00, - 0x7b, - 0x47, - 0x01, - 0x3e, - 0x16, - 0x00, - 0x8f, - 0x42, - 0x00, - 0x0e, - 0xdb, - 0xff, - 0x66, - 0x8e, - 0xff, - 0x6c, - 0xfe, - 0xff, - 0x64, - 0xe8, - 0xfe, - 0xfb, - 0x55, - 0xff, - 0xb0, - 0x40, - 0xff, - 0x4c, - 0xc2, - 0xfe, - 0xa3, - 0xab, - 0xff, - 0x98, - 0x24, - 0x00, - 0x41, - 0x8b, - 0x00, - 0x0f, - 0x1f, - 0x00, - 0xfb, - 0x33, - 0xff, - 0x8c, - 0xf9, - 0xfe, - 0xea, - 0x8b, - 0xff, - 0xd3, - 0x83, - 0x00, - 0x02, - 0x92, - 0x00, - 0x5b, - 0xda, - 0xff, - 0x1f, - 0x60, - 0xff, - 0xf2, - 0x36, - 0xff, - 0x74, - 0xd9, - 0xfe, - 0x06, - 0x94, - 0xfe, - 0x48, - 0x78, - 0xfe, - 0x70, - 0x55, - 0xfe, - 0x31, - 0x4f, - 0xfe, - 0xd0, - 0xb8, - 0xfe, - 0xb7, - 0xa7, - 0x15, - 0x31, - 0xbe, - 0x24, - 0xad, - 0xcd, - 0x02, - 0xf1, - 0x86, - 0xf3, - 0xf6, - 0xc9, - 0x01, - 0xaa, - 0x16, - 0x01, - 0x50, - 0xf7, - 0x03, - 0xea, - 0x39, - 0x00, - 0x55, - 0x9f, - 0xfa, - 0x06, - 0xc4, - 0xfc, - 0x9b, - 0x96, - 0xfe, - 0xdb, - 0xc4, - 0x03, - 0x32, - 0xec, - 0xff, - 0x33, - 0x16, - 0x00, - 0x1a, - 0x49, - 0x01, - 0xe3, - 0x46, - 0xfe, - 0x61, - 0x50, - 0x02, - 0xb6, - 0x67, - 0xff, - 0x5b, - 0x15, - 0xfe, - 0xb1, - 0xf3, - 0xff, - 0x28, - 0x11, - 0xff, - 0xf7, - 0x2f, - 0x00, - 0x5b, - 0xfd, - 0xfe, - 0x7f, - 0x40, - 0xff, - 0xf0, - 0x4e, - 0xff, - 0xf5, - 0x6d, - 0x00, - 0x25, - 0x24, - 0x01, - 0xeb, - 0xd6, - 0xfe, - 0xcf, - 0x5b, - 0x00, - 0x8b, - 0xc9, - 0xff, - 0x45, - 0x57, - 0xfe, - 0x8a, - 0x45, - 0xff, - 0x8b, - 0xd6, - 0xfe, - 0xa1, - 0x1f, - 0xff, - 0x3a, - 0xb1, - 0xff, - 0x24, - 0xc6, - 0x00, - 0xae, - 0xf3, - 0x00, - 0x01, - 0x48, - 0x00, - 0xbc, - 0x43, - 0x00, - 0x31, - 0x72, - 0xff, - 0xa3, - 0xc2, - 0xff, - 0x21, - 0xe1, - 0xff, - 0x7b, - 0x4e, - 0xff, - 0x5f, - 0x86, - 0xff, - 0x33, - 0xfe, - 0xfe, - 0xf8, - 0xb0, - 0xfe, - 0x09, - 0x57, - 0xff, - 0x34, - 0x08, - 0x00, - 0xdf, - 0x3b, - 0x00, - 0xb5, - 0x0f, - 0x00, - 0x1c, - 0x8a, - 0xff, - 0xdd, - 0x4d, - 0xff, - 0x8b, - 0xda, - 0xff, - 0xfd, - 0x2b, - 0x00, - 0x3d, - 0x4f, - 0x00, - 0x8f, - 0xeb, - 0xff, - 0x94, - 0x61, - 0xff, - 0x6a, - 0x64, - 0xff, - 0x1f, - 0x15, - 0xff, - 0x9b, - 0xaa, - 0xfe, - 0xe1, - 0x9a, - 0xfe, - 0xbd, - 0x88, - 0xfe, - 0x61, - 0x53, - 0xfe, - 0x38, - 0x82, - 0xfe, - 0x33, - 0x62, - 0x13, - 0x28, - 0x47, - 0x23, - 0xec, - 0x7b, - 0x05, - 0x53, - 0x6d, - 0xf3, - 0x14, - 0x82, - 0xff, - 0x14, - 0x18, - 0x01, - 0x69, - 0x51, - 0x04, - 0xe7, - 0x76, - 0x01, - 0x17, - 0x9f, - 0xfb, - 0xf0, - 0xaf, - 0xfc, - 0xe7, - 0xd5, - 0xfd, - 0x63, - 0xf2, - 0x02, - 0xf4, - 0x55, - 0x00, - 0x83, - 0x22, - 0x00, - 0x2f, - 0x92, - 0x01, - 0x05, - 0x9c, - 0xfe, - 0x7c, - 0x1e, - 0x02, - 0x06, - 0x21, - 0x00, - 0x20, - 0x6c, - 0xfe, - 0x5d, - 0x12, - 0x00, - 0xa0, - 0x9f, - 0xff, - 0xca, - 0x53, - 0x00, - 0x3a, - 0xea, - 0xfe, - 0x03, - 0x54, - 0xff, - 0x6a, - 0x0a, - 0xff, - 0x67, - 0x9f, - 0xff, - 0xe1, - 0x2b, - 0x01, - 0x9a, - 0x05, - 0xff, - 0x11, - 0xd2, - 0xff, - 0x87, - 0x09, - 0x00, - 0x98, - 0xd9, - 0xfe, - 0x30, - 0x3d, - 0xff, - 0xe8, - 0x0b, - 0xff, - 0x91, - 0x6f, - 0xff, - 0x7e, - 0x8f, - 0xff, - 0xcf, - 0xae, - 0x00, - 0x42, - 0x41, - 0x01, - 0x10, - 0x5e, - 0x00, - 0xdc, - 0x13, - 0x00, - 0x6c, - 0x21, - 0xff, - 0x1d, - 0x6c, - 0xff, - 0x4f, - 0xbe, - 0xff, - 0x58, - 0x4f, - 0xff, - 0xbf, - 0xc2, - 0xff, - 0xd1, - 0x31, - 0xff, - 0x9d, - 0xcc, - 0xfe, - 0xf8, - 0x36, - 0xff, - 0x4b, - 0xa8, - 0xff, - 0x9d, - 0x23, - 0x00, - 0x07, - 0xe8, - 0xff, - 0xfc, - 0x68, - 0xff, - 0x6a, - 0x57, - 0xff, - 0x7e, - 0xf5, - 0xff, - 0xd4, - 0x76, - 0x00, - 0x48, - 0x4a, - 0x00, - 0x6d, - 0xea, - 0xff, - 0x18, - 0x7b, - 0xff, - 0x75, - 0x50, - 0xff, - 0xfa, - 0x46, - 0xff, - 0x72, - 0xd4, - 0xfe, - 0x91, - 0xa8, - 0xfe, - 0x90, - 0xae, - 0xfe, - 0x1d, - 0x39, - 0xfe, - 0xcc, - 0x42, - 0xfe, - 0x6f, - 0x17, - 0x11, - 0x91, - 0x7b, - 0x22, - 0x4c, - 0xa5, - 0x08, - 0xbc, - 0x15, - 0xf3, - 0x51, - 0x28, - 0xfe, - 0x8a, - 0x83, - 0x01, - 0x33, - 0x02, - 0x04, - 0xd7, - 0x68, - 0x02, - 0x1a, - 0xf8, - 0xfb, - 0x59, - 0xc5, - 0xfc, - 0x94, - 0x95, - 0xfd, - 0xb2, - 0x36, - 0x02, - 0xbe, - 0xae, - 0x00, - 0x47, - 0xa2, - 0xff, - 0xbd, - 0xd4, - 0x01, - 0x5e, - 0xd6, - 0xfe, - 0x0a, - 0xe8, - 0x01, - 0xe1, - 0xce, - 0x00, - 0xdc, - 0x55, - 0xfe, - 0x91, - 0x56, - 0x00, - 0x51, - 0xc0, - 0xff, - 0x44, - 0x17, - 0x00, - 0x52, - 0xda, - 0xfe, - 0xdd, - 0x34, - 0xff, - 0xc9, - 0x34, - 0xff, - 0x2c, - 0xce, - 0xfe, - 0x35, - 0xe5, - 0x00, - 0x4a, - 0x8d, - 0xff, - 0x1d, - 0x82, - 0xff, - 0x13, - 0xfc, - 0xff, - 0x8a, - 0x06, - 0xff, - 0x29, - 0x67, - 0xff, - 0xae, - 0x26, - 0xff, - 0xfc, - 0x71, - 0xff, - 0xe6, - 0xc5, - 0xff, - 0xbc, - 0xbb, - 0x00, - 0x6f, - 0x4a, - 0x01, - 0x0a, - 0xca, - 0xff, - 0xd5, - 0x93, - 0xff, - 0x9f, - 0xb6, - 0xff, - 0x31, - 0x3c, - 0xff, - 0x5b, - 0x3f, - 0xff, - 0x96, - 0x8c, - 0xff, - 0x50, - 0x95, - 0xff, - 0x68, - 0x23, - 0xff, - 0x6b, - 0x3a, - 0xff, - 0xf2, - 0x5c, - 0xff, - 0x60, - 0x95, - 0xff, - 0x20, - 0xf3, - 0xff, - 0xb6, - 0x71, - 0xff, - 0xb1, - 0x1f, - 0xff, - 0x27, - 0xaf, - 0xff, - 0x6f, - 0x14, - 0x00, - 0xe0, - 0x1f, - 0x00, - 0x7d, - 0x5f, - 0x00, - 0x6a, - 0x2c, - 0x00, - 0xc9, - 0x8d, - 0xff, - 0xae, - 0x55, - 0xff, - 0x31, - 0x33, - 0xff, - 0x33, - 0xe2, - 0xfe, - 0x0c, - 0xbf, - 0xfe, - 0x4e, - 0x9a, - 0xfe, - 0xaf, - 0x2b, - 0xfe, - 0x12, - 0x44, - 0xfe, - 0x8f, - 0x11, - 0x10, - 0x4d, - 0x69, - 0x22, - 0xd1, - 0x60, - 0x0a, - 0x0f, - 0x95, - 0xf2, - 0x19, - 0xfd, - 0xfd, - 0x37, - 0xce, - 0x02, - 0x7e, - 0xdb, - 0x03, - 0x89, - 0x9c, - 0x02, - 0xdb, - 0xb1, - 0xfb, - 0x4c, - 0x7a, - 0xfc, - 0x7c, - 0xc6, - 0xfd, - 0xb7, - 0xfb, - 0x01, - 0x3c, - 0xe6, - 0x00, - 0x1e, - 0xcd, - 0xfe, - 0x2a, - 0x97, - 0x01, - 0x69, - 0x4b, - 0xff, - 0x3d, - 0x70, - 0x01, - 0x69, - 0x1b, - 0x01, - 0x2d, - 0x90, - 0xfe, - 0xc9, - 0x65, - 0x00, - 0xf8, - 0xfb, - 0xff, - 0xca, - 0xe8, - 0xff, - 0x06, - 0x7f, - 0xfe, - 0x00, - 0xc3, - 0xfe, - 0x25, - 0x5e, - 0xff, - 0xe1, - 0xea, - 0xfe, - 0x8e, - 0x8d, - 0x00, - 0x25, - 0x97, - 0xff, - 0x13, - 0xb2, - 0xff, - 0xfd, - 0xf7, - 0xff, - 0xca, - 0x03, - 0xff, - 0x06, - 0x80, - 0xff, - 0x08, - 0xf1, - 0xfe, - 0x58, - 0x74, - 0xff, - 0x8f, - 0x4b, - 0x00, - 0xfc, - 0x9f, - 0x00, - 0x0e, - 0x94, - 0x00, - 0xd8, - 0x68, - 0xff, - 0x10, - 0xe4, - 0xff, - 0x65, - 0xd7, - 0xff, - 0x61, - 0xd6, - 0xfe, - 0x03, - 0x66, - 0xff, - 0x27, - 0xcf, - 0xff, - 0x52, - 0x89, - 0xff, - 0xda, - 0x28, - 0xff, - 0x37, - 0x1f, - 0xff, - 0x49, - 0x92, - 0xff, - 0xd6, - 0xd4, - 0xff, - 0xc1, - 0x74, - 0xff, - 0x0f, - 0x17, - 0xff, - 0x23, - 0x83, - 0xff, - 0x43, - 0xd1, - 0xff, - 0x04, - 0xa4, - 0xff, - 0x4e, - 0xe2, - 0xff, - 0xfc, - 0x8c, - 0x00, - 0x74, - 0x58, - 0x00, - 0x62, - 0x8f, - 0xff, - 0xec, - 0x4b, - 0xff, - 0x81, - 0x17, - 0xff, - 0x77, - 0x0d, - 0xff, - 0x40, - 0x00, - 0xff, - 0x3d, - 0x63, - 0xfe, - 0x32, - 0x02, - 0xfe, - 0xba, - 0x58, - 0xfe, - 0x0b, - 0x91, - 0x12, - 0x7a, - 0x58, - 0x23, - 0x99, - 0xab, - 0x06, - 0x15, - 0xb0, - 0xf2, - 0x7c, - 0x51, - 0x00, - 0x29, - 0xa1, - 0x03, - 0xf9, - 0x64, - 0x04, - 0x02, - 0x0a, - 0x01, - 0xe7, - 0x20, - 0xfb, - 0x4b, - 0x85, - 0xfc, - 0x13, - 0x29, - 0xfe, - 0x3f, - 0xc0, - 0x02, - 0x79, - 0x0c, - 0x00, - 0xeb, - 0x9f, - 0xfe, - 0x48, - 0xd3, - 0x00, - 0xf3, - 0x25, - 0xff, - 0xc6, - 0xf9, - 0x01, - 0xcd, - 0x05, - 0x00, - 0x04, - 0xa2, - 0xfe, - 0x14, - 0x02, - 0x01, - 0x87, - 0xec, - 0xff, - 0x6b, - 0x8b, - 0xff, - 0x0d, - 0x57, - 0xfe, - 0x36, - 0xb1, - 0xfe, - 0x3f, - 0xe1, - 0xfe, - 0x54, - 0x56, - 0xff, - 0x6b, - 0xde, - 0x00, - 0xf1, - 0x67, - 0xff, - 0xad, - 0xa9, - 0xff, - 0xd5, - 0xdf, - 0xff, - 0xd8, - 0x34, - 0xff, - 0x8e, - 0x3c, - 0xff, - 0xca, - 0xb9, - 0xfe, - 0xe1, - 0xa8, - 0xff, - 0x04, - 0x4d, - 0x00, - 0xd4, - 0x8f, - 0x00, - 0xf9, - 0xff, - 0xff, - 0x2c, - 0x44, - 0xff, - 0xaa, - 0x2d, - 0x00, - 0x00, - 0x61, - 0xff, - 0x17, - 0xdd, - 0xfe, - 0xcf, - 0xf8, - 0xff, - 0x12, - 0xe4, - 0xff, - 0x8b, - 0x62, - 0xff, - 0x17, - 0x26, - 0xff, - 0xd6, - 0x34, - 0xff, - 0x8c, - 0x85, - 0xff, - 0x32, - 0xd1, - 0xff, - 0x11, - 0x93, - 0xff, - 0x22, - 0x3a, - 0xff, - 0xf5, - 0x94, - 0xff, - 0x29, - 0x8e, - 0xff, - 0x81, - 0x38, - 0xff, - 0x35, - 0xee, - 0xff, - 0x89, - 0xb4, - 0x00, - 0xd2, - 0x28, - 0x00, - 0x99, - 0x81, - 0xff, - 0xb8, - 0x52, - 0xff, - 0xf1, - 0x28, - 0xff, - 0xf1, - 0x05, - 0xff, - 0x8f, - 0xa9, - 0xfe, - 0x4e, - 0x69, - 0xfe, - 0xb4, - 0x5a, - 0xfe, - 0xca, - 0x65, - 0xfe, - 0x1d, - 0xf5, - 0x10, - 0xbc, - 0xb9, - 0x24, - 0x35, - 0x73, - 0x0a, - 0x29, - 0x4c, - 0xf1, - 0xa7, - 0xcf, - 0x00, - 0xae, - 0x27, - 0x05, - 0xf3, - 0x9e, - 0x02, - 0x67, - 0x4c, - 0x01, - 0xb2, - 0x77, - 0xfa, - 0x4b, - 0xa2, - 0xfc, - 0x46, - 0xf5, - 0xfe, - 0x9f, - 0xb7, - 0x02, - 0x31, - 0xcb, - 0x00, - 0xa6, - 0x17, - 0xfd, - 0x0e, - 0xa8, - 0x00, - 0x0e, - 0x5c, - 0xff, - 0x35, - 0x06, - 0x01, - 0x9b, - 0x38, - 0x00, - 0x75, - 0xdf, - 0xfd, - 0x9e, - 0xc4, - 0x00, - 0x97, - 0xe8, - 0xff, - 0xb0, - 0x6d, - 0xff, - 0x1c, - 0x80, - 0xfe, - 0xd3, - 0x9b, - 0xfe, - 0xde, - 0x4d, - 0xff, - 0x9e, - 0x17, - 0xff, - 0xf0, - 0xc0, - 0x00, - 0x5b, - 0xa2, - 0xff, - 0x1c, - 0xc2, - 0xff, - 0xf7, - 0xdd, - 0xff, - 0xb1, - 0xb0, - 0xfe, - 0x6c, - 0x42, - 0xff, - 0x58, - 0x98, - 0xfe, - 0x46, - 0x79, - 0xff, - 0xd9, - 0x64, - 0x00, - 0x97, - 0x53, - 0x00, - 0xf2, - 0x1b, - 0x00, - 0x26, - 0x09, - 0xff, - 0xb8, - 0xe1, - 0xff, - 0x33, - 0x91, - 0xff, - 0x24, - 0xdd, - 0xfe, - 0xee, - 0xfb, - 0xff, - 0x97, - 0xb5, - 0xff, - 0x2f, - 0x2e, - 0xff, - 0xb1, - 0x4a, - 0xff, - 0xae, - 0x7c, - 0xff, - 0x42, - 0xc7, - 0xff, - 0x99, - 0xf6, - 0xff, - 0x2b, - 0xb6, - 0xff, - 0x66, - 0x49, - 0xff, - 0x00, - 0x70, - 0xff, - 0x1e, - 0x1b, - 0xff, - 0x01, - 0xfa, - 0xfe, - 0xe2, - 0x27, - 0x00, - 0x83, - 0xa6, - 0x00, - 0xf3, - 0xf1, - 0xff, - 0x40, - 0xbe, - 0xff, - 0x7e, - 0x6f, - 0xff, - 0xd9, - 0xdb, - 0xfe, - 0xdd, - 0xcf, - 0xfe, - 0x67, - 0x6d, - 0xfe, - 0x56, - 0x5a, - 0xfe, - 0x0c, - 0x96, - 0xfe, - 0x3b, - 0xb9, - 0xfe, - 0x7b, - 0x76, - 0x15, - 0x3c, - 0x3a, - 0x27, - 0x42, - 0x0c, - 0x05, - 0xc9, - 0xe3, - 0xf1, - 0xcb, - 0x94, - 0x03, - 0xa1, - 0x24, - 0x03, - 0xfd, - 0xe0, - 0x01, - 0x19, - 0xb5, - 0xff, - 0x94, - 0x99, - 0xfa, - 0xbb, - 0x96, - 0xfd, - 0x7d, - 0x0f, - 0x00, - 0xfa, - 0x14, - 0x04, - 0xf5, - 0xfc, - 0xfe, - 0x05, - 0x06, - 0xfd, - 0x26, - 0xa5, - 0x00, - 0x4c, - 0xf3, - 0xfe, - 0x0a, - 0xfe, - 0x00, - 0x71, - 0xd2, - 0xfe, - 0x3a, - 0x08, - 0xfe, - 0xfd, - 0xe7, - 0xff, - 0xf5, - 0x36, - 0xff, - 0x83, - 0xdd, - 0xff, - 0x1b, - 0x27, - 0xfe, - 0x1a, - 0x36, - 0xff, - 0x55, - 0xa0, - 0xff, - 0xfa, - 0x40, - 0xff, - 0x71, - 0x89, - 0x00, - 0xb7, - 0x76, - 0xff, - 0x21, - 0x4d, - 0x00, - 0xb7, - 0x41, - 0xff, - 0xae, - 0x44, - 0xfe, - 0x2e, - 0x41, - 0xff, - 0x06, - 0x56, - 0xfe, - 0xb2, - 0x54, - 0xff, - 0xa1, - 0x59, - 0x00, - 0x7d, - 0xaf, - 0x00, - 0x4a, - 0x36, - 0x00, - 0x15, - 0x0b, - 0xff, - 0x07, - 0xad, - 0xff, - 0x91, - 0x22, - 0xff, - 0x17, - 0xb5, - 0xfe, - 0xdb, - 0xb2, - 0xff, - 0x66, - 0x95, - 0xff, - 0xfc, - 0x3b, - 0xff, - 0x1c, - 0x93, - 0xff, - 0x35, - 0xc2, - 0xff, - 0xb3, - 0xf3, - 0xff, - 0xfc, - 0x43, - 0x00, - 0x69, - 0xab, - 0xff, - 0x8a, - 0x07, - 0xff, - 0x58, - 0xd2, - 0xfe, - 0xa0, - 0xda, - 0xfe, - 0xe6, - 0x97, - 0xff, - 0xd3, - 0x6e, - 0x00, - 0x66, - 0x54, - 0x00, - 0x7d, - 0xd1, - 0xff, - 0xb1, - 0xdf, - 0xff, - 0xfc, - 0x25, - 0xff, - 0x16, - 0x7c, - 0xfe, - 0xfb, - 0x74, - 0xfe, - 0xbd, - 0x36, - 0xfe, - 0x51, - 0x8f, - 0xfe, - 0x3e, - 0xa8, - 0xfe, - 0x11, - 0xf0, - 0xfe, - 0xd1, - 0x7f, - 0x16, - 0x2a, - 0x7a, - 0x2a, - 0x89, - 0xab, - 0x05, - 0x7f, - 0xc4, - 0xef, - 0x64, - 0xd7, - 0x03, - 0x02, - 0x97, - 0x01, - 0x94, - 0xf6, - 0xff, - 0x83, - 0x86, - 0x00, - 0xa6, - 0x9b, - 0xfa, - 0x7d, - 0x33, - 0xfe, - 0x7f, - 0xdd, - 0x00, - 0x8a, - 0x86, - 0x04, - 0x4f, - 0xa2, - 0xfe, - 0x23, - 0x5d, - 0xfc, - 0x2b, - 0x56, - 0x01, - 0xad, - 0xfd, - 0xfd, - 0x39, - 0x65, - 0x00, - 0xd5, - 0x0b, - 0xff, - 0x8d, - 0xce, - 0xfc, - 0xcf, - 0x3a, - 0xff, - 0xba, - 0x0c, - 0xff, - 0x2d, - 0x0b, - 0x00, - 0xcb, - 0x23, - 0xfe, - 0xc9, - 0x4f, - 0xff, - 0xca, - 0x17, - 0x00, - 0xec, - 0xfa, - 0xfe, - 0xd6, - 0xaf, - 0x00, - 0x1b, - 0xac, - 0xff, - 0x0d, - 0x0b, - 0x00, - 0x86, - 0x00, - 0xff, - 0x45, - 0x07, - 0xfe, - 0xa5, - 0x43, - 0xff, - 0x3d, - 0xc7, - 0xfd, - 0xfd, - 0xdf, - 0xfe, - 0x59, - 0xa6, - 0x00, - 0x8e, - 0xd5, - 0x00, - 0x46, - 0xb1, - 0x00, - 0xd8, - 0x50, - 0xff, - 0xf2, - 0xf9, - 0xfe, - 0xc8, - 0xb1, - 0xfe, - 0x33, - 0x89, - 0xfe, - 0x84, - 0x88, - 0xff, - 0x20, - 0x03, - 0x00, - 0x57, - 0x8e, - 0xff, - 0x3d, - 0x75, - 0xff, - 0x5b, - 0xad, - 0xff, - 0xa3, - 0xca, - 0xff, - 0xab, - 0x31, - 0x00, - 0x10, - 0xca, - 0xff, - 0x2d, - 0x03, - 0xff, - 0x61, - 0x66, - 0xfe, - 0xf6, - 0xbe, - 0xfe, - 0xae, - 0x28, - 0x00, - 0xf9, - 0x78, - 0x00, - 0x63, - 0x29, - 0x00, - 0xaa, - 0xdb, - 0xff, - 0x86, - 0x9f, - 0xff, - 0x9a, - 0xe9, - 0xfe, - 0x8d, - 0x24, - 0xfe, - 0x1a, - 0x3b, - 0xfe, - 0xa1, - 0x41, - 0xfe, - 0x5d, - 0x8c, - 0xfe, - 0x87, - 0xb2, - 0xfe, - 0xc2, - 0x14, - 0xff, - 0x3a, - 0x7c, - 0x1a, - 0x20, - 0x51, - 0x2c, - 0x6e, - 0xd8, - 0x00, - 0xc3, - 0x4f, - 0xf0, - 0x74, - 0x24, - 0x05, - 0x60, - 0xf9, - 0xfe, - 0x14, - 0xf0, - 0xff, - 0x62, - 0x31, - 0x00, - 0x76, - 0xfe, - 0xfa, - 0xed, - 0xd3, - 0xfe, - 0x94, - 0x95, - 0x01, - 0x7a, - 0x28, - 0x05, - 0x7f, - 0x69, - 0xfd, - 0xe2, - 0x80, - 0xfd, - 0xe9, - 0x74, - 0x01, - 0x26, - 0x08, - 0xfd, - 0x23, - 0xf5, - 0x00, - 0xf2, - 0x70, - 0xfe, - 0xa6, - 0x64, - 0xfc, - 0x4c, - 0xdb, - 0xfe, - 0xeb, - 0xec, - 0xfe, - 0x9a, - 0x4e, - 0x00, - 0xee, - 0x22, - 0xfe, - 0xab, - 0x90, - 0xff, - 0x56, - 0x32, - 0x00, - 0x4f, - 0x65, - 0xff, - 0x5c, - 0xdf, - 0x00, - 0x19, - 0xc7, - 0xff, - 0xab, - 0x06, - 0x00, - 0x76, - 0xbc, - 0xfe, - 0x85, - 0x3e, - 0xfe, - 0x70, - 0xd3, - 0xfe, - 0x71, - 0x78, - 0xfd, - 0x5c, - 0x1b, - 0xff, - 0x57, - 0x95, - 0x00, - 0xd8, - 0x15, - 0x01, - 0x63, - 0xfd, - 0x00, - 0xff, - 0x80, - 0xff, - 0x53, - 0xcf, - 0xfe, - 0x42, - 0x83, - 0xfe, - 0xd8, - 0xde, - 0xfe, - 0x80, - 0x92, - 0xff, - 0x8b, - 0x39, - 0x00, - 0x02, - 0xf6, - 0xff, - 0xd9, - 0x40, - 0xff, - 0x18, - 0x72, - 0xff, - 0x7d, - 0xb8, - 0xff, - 0x4c, - 0x26, - 0x00, - 0x74, - 0x01, - 0x00, - 0x07, - 0x29, - 0xff, - 0x0b, - 0x62, - 0xfe, - 0xfc, - 0xd9, - 0xfe, - 0x86, - 0x66, - 0x00, - 0x5f, - 0xc5, - 0x00, - 0x2b, - 0x2f, - 0x00, - 0xc8, - 0xaf, - 0xff, - 0x66, - 0x6e, - 0xff, - 0xcb, - 0xb8, - 0xfe, - 0x64, - 0x1d, - 0xfe, - 0xc9, - 0x34, - 0xfe, - 0xa8, - 0x48, - 0xfe, - 0x61, - 0x80, - 0xfe, - 0xc5, - 0xb3, - 0xfe, - 0xd0, - 0x42, - 0xff, - 0x1e, - 0x3e, - 0x17, - 0x07, - 0xe3, - 0x2c, - 0x07, - 0x65, - 0x05, - 0x2d, - 0xdd, - 0xed, - 0x6d, - 0x3a, - 0x05, - 0x54, - 0x2f, - 0x00, - 0xdf, - 0xd2, - 0xfd, - 0x96, - 0x58, - 0x01, - 0xb6, - 0x15, - 0xfa, - 0xc9, - 0xa7, - 0xfe, - 0xb9, - 0x63, - 0x01, - 0xa0, - 0xec, - 0x04, - 0xbb, - 0x2c, - 0xff, - 0xe9, - 0x58, - 0xfc, - 0x09, - 0x74, - 0x02, - 0x4f, - 0x33, - 0xfd, - 0x8c, - 0x10, - 0x00, - 0x44, - 0xad, - 0xff, - 0xbb, - 0xf0, - 0xfb, - 0xcc, - 0x76, - 0xfe, - 0x83, - 0x3f, - 0xfe, - 0x47, - 0xa4, - 0x00, - 0x12, - 0x38, - 0xfe, - 0x49, - 0xf6, - 0xfe, - 0x0e, - 0x44, - 0x01, - 0xc1, - 0x3b, - 0xff, - 0x10, - 0xec, - 0x00, - 0x90, - 0x00, - 0x00, - 0x9e, - 0xfe, - 0xff, - 0xcc, - 0x0f, - 0xff, - 0xe3, - 0x8c, - 0xfd, - 0xc9, - 0x01, - 0xff, - 0x04, - 0xaf, - 0xfd, - 0xa5, - 0x99, - 0xfe, - 0xae, - 0x68, - 0x00, - 0x66, - 0xcf, - 0x00, - 0x8f, - 0x3e, - 0x01, - 0x17, - 0x1b, - 0x00, - 0x5c, - 0x39, - 0xff, - 0xc1, - 0xa0, - 0xfe, - 0x82, - 0x0f, - 0xff, - 0xb3, - 0x6a, - 0xff, - 0x67, - 0x93, - 0xff, - 0xe2, - 0x3a, - 0x00, - 0xf3, - 0x5b, - 0xff, - 0x5e, - 0x31, - 0xff, - 0xb3, - 0xd1, - 0xff, - 0x2d, - 0x04, - 0x00, - 0xdd, - 0x2e, - 0x00, - 0xd6, - 0x7e, - 0xff, - 0xda, - 0x82, - 0xfe, - 0x05, - 0xb3, - 0xfe, - 0x60, - 0x57, - 0x00, - 0xe8, - 0x07, - 0x01, - 0x88, - 0x24, - 0x00, - 0x7c, - 0x91, - 0xff, - 0x8d, - 0x71, - 0xff, - 0x12, - 0xbd, - 0xfe, - 0x62, - 0x1f, - 0xfe, - 0x14, - 0x4e, - 0xfe, - 0x0c, - 0x4a, - 0xfe, - 0x05, - 0x68, - 0xfe, - 0x0c, - 0x95, - 0xfe, - 0xa0, - 0x04, - 0xff, - 0x30, - 0x50, - 0x16, - 0xf2, - 0x9f, - 0x2a, - 0xa3, - 0xf0, - 0x04, - 0x38, - 0x69, - 0xef, - 0x8e, - 0x7d, - 0x05, - 0x67, - 0xc3, - 0x00, - 0x05, - 0xcf, - 0xfe, - 0xfe, - 0xbc, - 0x00, - 0x34, - 0x8e, - 0xf9, - 0x43, - 0x2c, - 0xfe, - 0x01, - 0xca, - 0x00, - 0xb0, - 0xd5, - 0x04, - 0x4c, - 0x90, - 0xff, - 0x87, - 0x4f, - 0xfd, - 0x3a, - 0x7e, - 0x02, - 0x0d, - 0x3b, - 0xfd, - 0x8e, - 0xfd, - 0x00, - 0xe6, - 0xbc, - 0xff, - 0xd9, - 0x1b, - 0xfc, - 0x23, - 0x16, - 0xff, - 0x9b, - 0xb3, - 0xfd, - 0x8a, - 0x3b, - 0x00, - 0x65, - 0xe4, - 0xfe, - 0x05, - 0xf5, - 0xfe, - 0x0d, - 0x0a, - 0x01, - 0x04, - 0xbd, - 0xff, - 0xae, - 0x04, - 0x01, - 0x13, - 0xe4, - 0xff, - 0x68, - 0x12, - 0x00, - 0xec, - 0x18, - 0xff, - 0x82, - 0x9c, - 0xfd, - 0x8f, - 0x1a, - 0xff, - 0xf5, - 0x22, - 0xfe, - 0xee, - 0xa6, - 0xfe, - 0xe0, - 0xe0, - 0xff, - 0x09, - 0xb9, - 0x00, - 0x27, - 0x39, - 0x01, - 0x6d, - 0x3f, - 0x00, - 0xd9, - 0xfb, - 0xff, - 0x47, - 0x3d, - 0xff, - 0xf2, - 0x56, - 0xff, - 0xab, - 0x54, - 0xff, - 0xe1, - 0x03, - 0xff, - 0x58, - 0xe6, - 0xff, - 0x52, - 0x58, - 0xff, - 0x25, - 0x18, - 0xff, - 0xf9, - 0xed, - 0xff, - 0x95, - 0x4c, - 0x00, - 0xc6, - 0x3d, - 0x00, - 0xad, - 0xb1, - 0xff, - 0x30, - 0xe5, - 0xfe, - 0x30, - 0x9a, - 0xfe, - 0xcc, - 0x12, - 0x00, - 0x5d, - 0x13, - 0x01, - 0x6b, - 0x28, - 0x00, - 0x4e, - 0x92, - 0xff, - 0xaf, - 0x9a, - 0xff, - 0xcc, - 0xde, - 0xfe, - 0x33, - 0x38, - 0xfe, - 0xa0, - 0x8d, - 0xfe, - 0x13, - 0x66, - 0xfe, - 0x2b, - 0x39, - 0xfe, - 0x86, - 0x84, - 0xfe, - 0xe6, - 0xda, - 0xfe, - 0xab, - 0xd8, - 0x10, - 0x14, - 0x6d, - 0x23, - 0xe2, - 0x78, - 0x09, - 0x0d, - 0x6f, - 0xf3, - 0x80, - 0xeb, - 0x02, - 0xee, - 0xd8, - 0x03, - 0xa2, - 0xb0, - 0xff, - 0xa4, - 0x87, - 0x00, - 0x6b, - 0xf2, - 0xfb, - 0xab, - 0x25, - 0xfe, - 0xc3, - 0x81, - 0x01, - 0x6c, - 0xdb, - 0x03, - 0x72, - 0xff, - 0xff, - 0x2b, - 0xb2, - 0xfd, - 0x6a, - 0x04, - 0x01, - 0xb8, - 0x34, - 0xff, - 0xde, - 0x78, - 0x00, - 0x80, - 0xe3, - 0xff, - 0x10, - 0xed, - 0xfd, - 0x5d, - 0xc4, - 0xfe, - 0x55, - 0xbc, - 0xfe, - 0x9e, - 0x12, - 0x00, - 0x9e, - 0x86, - 0xfe, - 0x48, - 0x0e, - 0xff, - 0x73, - 0xae, - 0x00, - 0x2e, - 0x03, - 0x00, - 0x5b, - 0x28, - 0x01, - 0x27, - 0xa5, - 0x00, - 0xd8, - 0x12, - 0x00, - 0x5a, - 0xd1, - 0xfe, - 0xd5, - 0x6b, - 0xfd, - 0xc4, - 0x64, - 0xfe, - 0x53, - 0xb6, - 0xfe, - 0xf1, - 0xc4, - 0xff, - 0xdd, - 0xb5, - 0x00, - 0x54, - 0xe3, - 0x00, - 0x64, - 0xc4, - 0x00, - 0xe9, - 0x70, - 0xff, - 0x48, - 0x00, - 0xff, - 0x08, - 0x47, - 0xff, - 0x8a, - 0xaf, - 0xff, - 0xe5, - 0xf6, - 0xff, - 0x73, - 0x0b, - 0x00, - 0x98, - 0xd6, - 0xff, - 0x1a, - 0xf9, - 0xfe, - 0x90, - 0x2c, - 0xff, - 0x7d, - 0x97, - 0xff, - 0x5e, - 0xed, - 0xff, - 0x79, - 0x4b, - 0x00, - 0x51, - 0x94, - 0xff, - 0xad, - 0x34, - 0xff, - 0xf3, - 0x10, - 0xff, - 0x3c, - 0x3a, - 0xff, - 0x5e, - 0x55, - 0x00, - 0x45, - 0xf6, - 0x00, - 0x7e, - 0x6a, - 0x00, - 0xad, - 0x88, - 0xff, - 0xd3, - 0x44, - 0xff, - 0x6a, - 0xe0, - 0xfe, - 0x96, - 0x6e, - 0xfe, - 0x57, - 0xea, - 0xfe, - 0x72, - 0xed, - 0xfe, - 0xc7, - 0x73, - 0xfe, - 0x3e, - 0xae, - 0xfe, - 0x1d, - 0x29, - 0x2d, - 0x30, - 0x31, - 0x30, - 0x2c, - 0x28, - 0x25, - 0x22, - 0x22, - 0x23, - 0x26, - 0x37, - 0x3c, - 0x4a, - 0x4f, - 0x52, - 0x54, - 0x54, - 0x54, - 0x51, - 0x4e, - 0x3e, - 0x3a, - 0x35, - 0x31, - 0x2e, - 0x2a, - 0x28, - 0x26, - 0x26, - 0x27, - 0x28, - 0x2b, - 0x2e, - 0x32, - 0x46, - 0x4b, - 0x52, - 0x5a, - 0x5e, - 0x62, - 0x65, - 0x67, - 0x63, - 0x66, - 0x65, - 0x62, - 0x5f, - 0x5c, - 0x56, - 0x4d, - 0x49, - 0x3a, - 0x36, - 0x3c, - 0x41, - 0x3e, - 0x3b, - 0x38, - 0x22, - 0x20, - 0x2a, - 0x29, - 0x2a, - 0x2b, - 0x2c, - 0x34, - 0x37, - 0x3a, - 0x3e, - 0x42, - 0x55, - 0x5b, - 0x5f, - 0x65, - 0x6b, - 0x6f, - 0x72, - 0x76, - 0x79, - 0x79, - 0x73, - 0x77, - 0x78, - 0x74, - 0x71, - 0x6d, - 0x6a, - 0x66, - 0x60, - 0x5b, - 0x57, - 0x3d, - 0x39, - 0x35, - 0x51, - 0x52, - 0x4f, - 0x4c, - 0x49, - 0x43, - 0x1c, - 0x1a, - 0x2a, - 0x2d, - 0x2d, - 0x2d, - 0x2e, - 0x30, - 0x34, - 0x3e, - 0x41, - 0x45, - 0x49, - 0x4d, - 0x51, - 0x65, - 0x6b, - 0x6f, - 0x73, - 0x77, - 0x7b, - 0x7f, - 0x82, - 0x86, - 0x89, - 0x8c, - 0x8f, - 0x81, - 0x83, - 0x8a, - 0x8a, - 0x86, - 0x82, - 0x7e, - 0x7a, - 0x77, - 0x74, - 0x70, - 0x6c, - 0x68, - 0x64, - 0x3f, - 0x3c, - 0x38, - 0x33, - 0x67, - 0x64, - 0x60, - 0x5d, - 0x5a, - 0x58, - 0x55, - 0x16, - 0x14, - 0x12, - 0x30, - 0x30, - 0x30, - 0x30, - 0x31, - 0x32, - 0x33, - 0x35, - 0x46, - 0x49, - 0x4d, - 0x50, - 0x54, - 0x58, - 0x5d, - 0x61, - 0x66, - 0x6c, - 0x70, - 0x75, - 0x7a, - 0x7e, - 0x83, - 0x88, - 0x8c, - 0x7c, - 0x80, - 0xa9, - 0xac, - 0xac, - 0x95, - 0x92, - 0x90, - 0x8c, - 0x88, - 0x85, - 0x82, - 0x7e, - 0x7a, - 0x76, - 0x72, - 0x6e, - 0x4c, - 0x48, - 0x44, - 0x40, - 0x57, - 0x52, - 0x6a, - 0x66, - 0x62, - 0x5e, - 0x5b, - 0x1c, - 0x19, - 0x16, - 0x14, - 0x12, - 0x10, - 0x0f, - 0x0e, - 0x0d, - 0x0d, - 0x2b, - 0x2c, - 0x2e, - 0x30, - 0x32, - 0x35, - 0x38, - 0x3b, - 0x50, - 0x55, - 0x5a, - 0x5e, - 0x62, - 0x4a, - 0x65, - 0x68, - 0x57, - 0x5b, - 0x5f, - 0x63, - 0x67, - 0x6c, - 0x88, - 0x8b, - 0x7a, - 0x7e, - 0xa8, - 0x89, - 0xb0, - 0xb4, - 0x95, - 0xb2, - 0xb3, - 0xb1, - 0x88, - 0x84, - 0x82, - 0x7e, - 0x7b, - 0x77, - 0x74, - 0x70, - 0x6c, - 0x67, - 0x63, - 0x5f, - 0x5b, - 0x57, - 0x53, - 0x4f, - 0x4a, - 0x46, - 0x41, - 0x3c, - 0x38, - 0x34, - 0x31, - 0x2e, - 0x2b, - 0x10, - 0x0e, - 0x0c, - 0x0a, - 0x08, - 0x06, - 0x06, - 0x05, - 0x04, - 0x04, - 0x04, - 0x05, - 0x06, - 0x23, - 0x25, - 0x27, - 0x2a, - 0x2c, - 0x2f, - 0x32, - 0x36, - 0x39, - 0x3c, - 0x40, - 0x43, - 0x46, - 0x5f, - 0x63, - 0x67, - 0x6b, - 0x70, - 0x5e, - 0x62, - 0x67, - 0x6b, - 0x70, - 0x75, - 0x7a, - 0x7f, - 0x85, - 0x8b, - 0x90, - 0x96, - 0xbc, - 0xba, - 0xbc, - 0xbf, - 0x88, - 0x86, - 0x81, - 0x7d, - 0x79, - 0x75, - 0x71, - 0x6d, - 0x69, - 0x65, - 0x60, - 0x5c, - 0x58, - 0x54, - 0x50, - 0x4c, - 0x47, - 0x43, - 0x3e, - 0x3a, - 0x35, - 0x31, - 0x2e, - 0x2a, - 0x10, - 0x0e, - 0x0b, - 0x08, - 0x06, - 0x05, - 0x04, - 0x02, - 0x02, - 0x01, - 0x01, - 0x02, - 0x02, - 0x03, - 0x1e, - 0x20, - 0x22, - 0x24, - 0x28, - 0x2b, - 0x2e, - 0x32, - 0x36, - 0x50, - 0x53, - 0x57, - 0x5b, - 0x5d, - 0x62, - 0x66, - 0x6a, - 0x6f, - 0x74, - 0x78, - 0x7d, - 0x82, - 0x87, - 0x75, - 0x7a, - 0x7f, - 0x84, - 0x8a, - 0x90, - 0xba, - 0xc0, - 0x9f, - 0xc0, - 0xc4, - 0x88, - 0x85, - 0x80, - 0x7c, - 0x78, - 0x74, - 0x6f, - 0x6b, - 0x67, - 0x62, - 0x5e, - 0x5a, - 0x56, - 0x51, - 0x4d, - 0x49, - 0x44, - 0x40, - 0x3c, - 0x37, - 0x33, - 0x2f, - 0x2b, - 0x28, - 0x3d, - 0x0c, - 0x09, - 0x07, - 0x05, - 0x03, - 0x02, - 0x01, - 0x00, - 0x00, - 0x16, - 0x17, - 0x18, - 0x19, - 0x1a, - 0x1c, - 0x1f, - 0x21, - 0x24, - 0x28, - 0x2b, - 0x47, - 0x4a, - 0x4e, - 0x52, - 0x56, - 0x5a, - 0x5e, - 0x63, - 0x67, - 0x6c, - 0x70, - 0x75, - 0x7a, - 0x7e, - 0x83, - 0x88, - 0x8d, - 0x92, - 0x7e, - 0x82, - 0x88, - 0x8c, - 0xba, - 0xb8, - 0x97, - 0x96, - 0xbe, - 0x8b, - 0x88, - 0x82, - 0x7e, - 0x7a, - 0x75, - 0x71, - 0x6c, - 0x68, - 0x64, - 0x5f, - 0x5b, - 0x57, - 0x52, - 0x4e, - 0x4a, - 0x46, - 0x41, - 0x3d, - 0x39, - 0x35, - 0x31, - 0x2e, - 0x2a, - 0x40, - 0x3d, - 0x0d, - 0x0a, - 0x08, - 0x07, - 0x06, - 0x05, - 0x04, - 0x04, - 0x04, - 0x04, - 0x05, - 0x1a, - 0x1c, - 0x1e, - 0x20, - 0x22, - 0x25, - 0x28, - 0x2c, - 0x2f, - 0x4c, - 0x50, - 0x53, - 0x57, - 0x5b, - 0x64, - 0x68, - 0x6c, - 0x70, - 0x74, - 0x79, - 0x7e, - 0x82, - 0x87, - 0x8c, - 0x90, - 0x78, - 0x7c, - 0x80, - 0x85, - 0x88, - 0xae, - 0xb4, - 0xb5, - 0xb8, - 0x90, - 0x8d, - 0x8a, - 0x86, - 0x82, - 0x7d, - 0x79, - 0x75, - 0x70, - 0x6c, - 0x68, - 0x64, - 0x5f, - 0x5b, - 0x57, - 0x53, - 0x4f, - 0x4a, - 0x47, - 0x43, - 0x3f, - 0x3b, - 0x38, - 0x34, - 0x32, - 0x54, - 0x51, - 0x15, - 0x13, - 0x11, - 0x10, - 0x0e, - 0x0e, - 0x0d, - 0x0d, - 0x0d, - 0x0d, - 0x0e, - 0x0f, - 0x10, - 0x12, - 0x14, - 0x28, - 0x2b, - 0x2e, - 0x31, - 0x34, - 0x37, - 0x3b, - 0x59, - 0x5c, - 0x60, - 0x3a, - 0x5c, - 0x60, - 0x64, - 0x69, - 0x6e, - 0x74, - 0x7a, - 0x7f, - 0x62, - 0x89, - 0x6c, - 0x70, - 0x73, - 0x74, - 0xa1, - 0x78, - 0x6a, - 0x75, - 0x72, - 0x6f, - 0x6a, - 0x66, - 0x61, - 0x5c, - 0x58, - 0x53, - 0x4e, - 0x4a, - 0x45, - 0x40, - 0x3c, - 0x37, - 0x33, - 0x2f, - 0x2b, - 0x28, - 0x25, - 0x22, - 0x0c, - 0x09, - 0x08, - 0x06, - 0x05, - 0x04, - 0x04, - 0x04, - 0x04, - 0x06, - 0x07, - 0x08, - 0x0a, - 0x0d, - 0x10, - 0x24, - 0x27, - 0x2b, - 0x2f, - 0x32, - 0x52, - 0x45, - 0x4a, - 0x4e, - 0x53, - 0x57, - 0x5c, - 0x60, - 0x64, - 0x69, - 0x6d, - 0x72, - 0x75, - 0x78, - 0x7a, - 0x6d, - 0x6e, - 0x6d, - 0x6b, - 0x68, - 0x73, - 0x6f, - 0x6b, - 0x66, - 0x62, - 0x5d, - 0x59, - 0x54, - 0x50, - 0x4b, - 0x46, - 0x42, - 0x3e, - 0x3b, - 0x37, - 0x34, - 0x32, - 0x2f, - 0x1c, - 0x1a, - 0x18, - 0x17, - 0x16, - 0x16, - 0x16, - 0x17, - 0x18, - 0x19, - 0x1b, - 0x1d, - 0x1f, - 0x30, - 0x33, - 0x36, - 0x3a, - 0x3e, - 0x42, - 0x2e, - 0x35, - 0x3a, - 0x3e, - 0x43, - 0x48, - 0x4c, - 0x50, - 0x54, - 0x57, - 0x59, - 0x5b, - 0x4d, - 0x4c, - 0x4b, - 0x48, - 0x44, - 0x40, - 0x49, - 0x44, - 0x40, - 0x3a, - 0x36, - 0x31, - 0x2c, - 0x28, - 0x24, - 0x20, - 0x1d, - 0x1a, - 0x18, - 0x08, - 0x06, - 0x06, - 0x05, - 0x06, - 0x06, - 0x08, - 0x0a, - 0x0c, - 0x0f, - 0x12, - 0x22, - 0x26, - 0x2a, - 0x16, - 0x1a, - 0x1e, - 0x2e, - 0x32, - 0x36, - 0x38, - 0x3b, - 0x3d, - 0x3d, - 0x32, - 0x30, - 0x2e, - 0x37, - 0x33, - 0x30, - 0x20, - 0x1c, - 0x18, - 0x14, - 0x10, - 0x0d, - 0x0a, - 0x07, - 0x05, - 0x04, - 0x02, - 0x02, - 0x02, - 0x03, - 0x05, - 0x07, - 0x09, - 0x0c, - 0x0f, - 0x12, - 0x35, - 0x3a, - 0x3e, - 0x4e, - 0x51, - 0x54, - 0x54, - 0x54, - 0x52, - 0x4f, - 0x4a, - 0x3c, - 0x37, - 0x32, - 0x2e, - 0x2b, - 0x28, - 0x27, - 0x26, - 0x26, - 0x28, - 0x2a, - 0x2e, - 0x31, - 0x28, - 0x2c, - 0x30, - 0x31, - 0x30, - 0x2d, - 0x29, - 0x26, - 0x23, - 0x22, - 0x22, - 0x25, - 0x1d, diff --git a/project/lib/custom/openal/include/config/config-android.h b/project/lib/custom/openal/include/platforms/android/config.h similarity index 83% rename from project/lib/custom/openal/include/config/config-android.h rename to project/lib/custom/openal/include/platforms/android/config.h index 37fc934ce8..dea0b52445 100644 --- a/project/lib/custom/openal/include/config/config-android.h +++ b/project/lib/custom/openal/include/platforms/android/config.h @@ -1,8 +1,5 @@ -#define AL_API __attribute__((visibility("default"))) -#define ALC_API __attribute__((visibility("default"))) - /* Define the alignment attribute for externally callable functions. */ -#define FORCE_ALIGN +#define FORCE_ALIGN /* Define if HRTF data is embedded in the library */ #define ALSOFT_EMBED_HRTF_DATA @@ -41,7 +38,13 @@ /* #define HAVE_PTHREAD_SET_NAME_NP */ /* Define the installation data directory */ -/* #define ALSOFT_INSTALL_DATADIR */ +/* #define ALSOFT_INSTALL_DATADIR "@ALSOFT_INSTALL_DATADIR@" */ + +/* Define if the compiler supports ELF notes */ +/* #define HAVE_DLOPEN_NOTES */ + +/* Define to 1 if we have C++20 modules, else 0 */ +#define HAVE_CXXMODULES 0 /* Define to 1 if we have DBus/RTKit, else 0 */ #define HAVE_RTKIT 0 diff --git a/project/lib/custom/openal/include/config/backends/config_backends-android.h b/project/lib/custom/openal/include/platforms/android/config_backends.h similarity index 60% rename from project/lib/custom/openal/include/config/backends/config_backends-android.h rename to project/lib/custom/openal/include/platforms/android/config_backends.h index 8afa303049..846380f595 100644 --- a/project/lib/custom/openal/include/config/backends/config_backends-android.h +++ b/project/lib/custom/openal/include/platforms/android/config_backends.h @@ -1,5 +1,3 @@ -/* Define to 1 if the given backend is enabled, else 0 */ - #define HAVE_ALSA 0 #define HAVE_OSS 0 @@ -27,15 +25,3 @@ #define HAVE_OPENSL 1 #define HAVE_OBOE 0 - -#define HAVE_OTHERIO 0 - -#define HAVE_WAVE 1 - -#define HAVE_SDL2 0 - -#ifdef NATIVE_TOOLKIT_HAVE_SDL -#define HAVE_SDL3 1 -#else -#define HAVE_SDL3 0 -#endif diff --git a/project/lib/custom/openal/include/config/config-iphoneos.h b/project/lib/custom/openal/include/platforms/apple/config.h similarity index 74% rename from project/lib/custom/openal/include/config/config-iphoneos.h rename to project/lib/custom/openal/include/platforms/apple/config.h index 37fc934ce8..29f4b2766b 100644 --- a/project/lib/custom/openal/include/config/config-iphoneos.h +++ b/project/lib/custom/openal/include/platforms/apple/config.h @@ -1,14 +1,13 @@ -#define AL_API __attribute__((visibility("default"))) -#define ALC_API __attribute__((visibility("default"))) - /* Define the alignment attribute for externally callable functions. */ -#define FORCE_ALIGN +#define FORCE_ALIGN /* Define if HRTF data is embedded in the library */ #define ALSOFT_EMBED_HRTF_DATA /* Define if we have the proc_pidpath function */ -/* #define HAVE_PROC_PIDPATH */ +#if defined(__APPLE__) && defined(__MACH__) + #define HAVE_PROC_PIDPATH +#endif /* Define if we have dlfcn.h */ #define HAVE_DLFCN_H @@ -35,13 +34,19 @@ #define HAVE_PTHREAD_SETSCHEDPARAM /* Define if we have pthread_setname_np() */ -/* #define HAVE_PTHREAD_SETNAME_NP */ +#define HAVE_PTHREAD_SETNAME_NP /* Define if we have pthread_set_name_np() */ -/* #define HAVE_PTHREAD_SET_NAME_NP */ +#define HAVE_PTHREAD_SET_NAME_NP /* Define the installation data directory */ -/* #define ALSOFT_INSTALL_DATADIR */ +/* #define ALSOFT_INSTALL_DATADIR "@ALSOFT_INSTALL_DATADIR@" */ + +/* Define if the compiler supports ELF notes */ +/* #define HAVE_DLOPEN_NOTES */ + +/* Define to 1 if we have C++20 modules, else 0 */ +#define HAVE_CXXMODULES 0 /* Define to 1 if we have DBus/RTKit, else 0 */ #define HAVE_RTKIT 0 diff --git a/project/lib/custom/openal/include/config/backends/config_backends-iphoneos.h b/project/lib/custom/openal/include/platforms/apple/config_backends.h similarity index 60% rename from project/lib/custom/openal/include/config/backends/config_backends-iphoneos.h rename to project/lib/custom/openal/include/platforms/apple/config_backends.h index f536325fe0..0bb6c9b8e0 100644 --- a/project/lib/custom/openal/include/config/backends/config_backends-iphoneos.h +++ b/project/lib/custom/openal/include/platforms/apple/config_backends.h @@ -1,5 +1,3 @@ -/* Define to 1 if the given backend is enabled, else 0 */ - #define HAVE_ALSA 0 #define HAVE_OSS 0 @@ -27,15 +25,3 @@ #define HAVE_OPENSL 0 #define HAVE_OBOE 0 - -#define HAVE_OTHERIO 0 - -#define HAVE_WAVE 1 - -#define HAVE_SDL2 0 - -#ifdef NATIVE_TOOLKIT_HAVE_SDL -#define HAVE_SDL3 1 -#else -#define HAVE_SDL3 0 -#endif diff --git a/project/lib/custom/openal/include/config/config-macos-x86_64.h b/project/lib/custom/openal/include/platforms/linux/config.h similarity index 68% rename from project/lib/custom/openal/include/config/config-macos-x86_64.h rename to project/lib/custom/openal/include/platforms/linux/config.h index fc24dcc77d..e7461c9beb 100644 --- a/project/lib/custom/openal/include/config/config-macos-x86_64.h +++ b/project/lib/custom/openal/include/platforms/linux/config.h @@ -1,50 +1,53 @@ -#define AL_API __attribute__((visibility("default"))) -#define ALC_API __attribute__((visibility("default"))) - /* Define the alignment attribute for externally callable functions. */ -#define FORCE_ALIGN +#define FORCE_ALIGN /* Define if HRTF data is embedded in the library */ #define ALSOFT_EMBED_HRTF_DATA /* Define if we have the proc_pidpath function */ -/* #define HAVE_PROC_PIDPATH */ +/* #undef HAVE_PROC_PIDPATH */ /* Define if we have dlfcn.h */ #define HAVE_DLFCN_H /* Define if we have pthread_np.h */ -/* #define HAVE_PTHREAD_NP_H */ +/* #undef HAVE_PTHREAD_NP_H */ /* Define if we have cpuid.h */ #define HAVE_CPUID_H /* Define if we have intrin.h */ -/* #define HAVE_INTRIN_H */ +/* #undef HAVE_INTRIN_H */ /* Define if we have guiddef.h */ -/* #define HAVE_GUIDDEF_H */ +/* #undef HAVE_GUIDDEF_H */ /* Define if we have GCC's __get_cpuid() */ #define HAVE_GCC_GET_CPUID /* Define if we have the __cpuid() intrinsic */ -/* #define HAVE_CPUID_INTRINSIC */ +/* #undef HAVE_CPUID_INTRINSIC */ /* Define if we have pthread_setschedparam() */ #define HAVE_PTHREAD_SETSCHEDPARAM /* Define if we have pthread_setname_np() */ -/* #define HAVE_PTHREAD_SETNAME_NP */ +/* #undef HAVE_PTHREAD_SETNAME_NP */ /* Define if we have pthread_set_name_np() */ -/* #define HAVE_PTHREAD_SET_NAME_NP */ +/* #undef HAVE_PTHREAD_SET_NAME_NP */ /* Define the installation data directory */ -/* #define ALSOFT_INSTALL_DATADIR */ +/* #undef ALSOFT_INSTALL_DATADIR */ + +/* Define if the compiler supports ELF notes */ +#define HAVE_DLOPEN_NOTES + +/* Define to 1 if we have C++20 modules, else 0 */ +#define HAVE_CXXMODULES 0 /* Define to 1 if we have DBus/RTKit, else 0 */ -#define HAVE_RTKIT 0 +#define HAVE_RTKIT 1 /* Define to 1 if building for winuwp, else 0 */ #define ALSOFT_UWP 0 diff --git a/project/lib/custom/openal/include/config/backends/config_backends-linux-x86_64.h b/project/lib/custom/openal/include/platforms/linux/config_backends.h similarity index 60% rename from project/lib/custom/openal/include/config/backends/config_backends-linux-x86_64.h rename to project/lib/custom/openal/include/platforms/linux/config_backends.h index 73884a6cc1..b911ca06c4 100644 --- a/project/lib/custom/openal/include/config/backends/config_backends-linux-x86_64.h +++ b/project/lib/custom/openal/include/platforms/linux/config_backends.h @@ -1,5 +1,3 @@ -/* Define to 1 if the given backend is enabled, else 0 */ - #define HAVE_ALSA 1 #define HAVE_OSS 1 @@ -27,15 +25,3 @@ #define HAVE_OPENSL 0 #define HAVE_OBOE 0 - -#define HAVE_OTHERIO 0 - -#define HAVE_WAVE 1 - -#define HAVE_SDL2 0 - -#ifdef NATIVE_TOOLKIT_HAVE_SDL -#define HAVE_SDL3 1 -#else -#define HAVE_SDL3 0 -#endif diff --git a/project/lib/custom/openal/include/config/config-windows-x86_64.h b/project/lib/custom/openal/include/platforms/windows/config.h similarity index 82% rename from project/lib/custom/openal/include/config/config-windows-x86_64.h rename to project/lib/custom/openal/include/platforms/windows/config.h index dda90974db..4ea7230a78 100644 --- a/project/lib/custom/openal/include/config/config-windows-x86_64.h +++ b/project/lib/custom/openal/include/platforms/windows/config.h @@ -1,8 +1,5 @@ -#define AL_API __declspec(dllexport) -#define ALC_API __declspec(dllexport) - /* Define the alignment attribute for externally callable functions. */ -#define FORCE_ALIGN +#define FORCE_ALIGN /* Define if HRTF data is embedded in the library */ #define ALSOFT_EMBED_HRTF_DATA @@ -41,7 +38,13 @@ /* #define HAVE_PTHREAD_SET_NAME_NP */ /* Define the installation data directory */ -/* #define ALSOFT_INSTALL_DATADIR */ +/* #define ALSOFT_INSTALL_DATADIR "@ALSOFT_INSTALL_DATADIR@" */ + +/* Define if the compiler supports ELF notes */ +/* #define HAVE_DLOPEN_NOTES */ + +/* Define to 1 if we have C++20 modules, else 0 */ +#define HAVE_CXXMODULES 0 /* Define to 1 if we have DBus/RTKit, else 0 */ #define HAVE_RTKIT 0 @@ -50,4 +53,4 @@ #define ALSOFT_UWP 0 /* Define to 1 if building with legacy EAX API support, else 0 */ -#define ALSOFT_EAX 0 +#define ALSOFT_EAX 1 diff --git a/project/lib/custom/openal/include/config/backends/config_backends-windows-x86.h b/project/lib/custom/openal/include/platforms/windows/config_backends.h similarity index 60% rename from project/lib/custom/openal/include/config/backends/config_backends-windows-x86.h rename to project/lib/custom/openal/include/platforms/windows/config_backends.h index 3de30ac80a..8413b6f265 100644 --- a/project/lib/custom/openal/include/config/backends/config_backends-windows-x86.h +++ b/project/lib/custom/openal/include/platforms/windows/config_backends.h @@ -1,5 +1,3 @@ -/* Define to 1 if the given backend is enabled, else 0 */ - #define HAVE_ALSA 0 #define HAVE_OSS 0 @@ -27,15 +25,3 @@ #define HAVE_OPENSL 0 #define HAVE_OBOE 0 - -#define HAVE_OTHERIO 0 - -#define HAVE_WAVE 1 - -#define HAVE_SDL2 0 - -#ifdef NATIVE_TOOLKIT_HAVE_SDL -#define HAVE_SDL3 1 -#else -#define HAVE_SDL3 0 -#endif diff --git a/project/lib/custom/openal/include/version.h b/project/lib/custom/openal/include/version.h index af7e6ac5a9..46d0fe2c94 100644 --- a/project/lib/custom/openal/include/version.h +++ b/project/lib/custom/openal/include/version.h @@ -1,9 +1,9 @@ /* Define to the library version */ -#define ALSOFT_VERSION "1.24.3" -#define ALSOFT_VERSION_NUM 1,24,3,0 +#define ALSOFT_VERSION "1.25.1" +#define ALSOFT_VERSION_NUM 1,25,1,0 /* Define the branch being built */ -#define ALSOFT_GIT_BRANCH "HEAD" +#define ALSOFT_GIT_BRANCH "master" /* Define the hash of the head commit */ -#define ALSOFT_GIT_COMMIT_HASH "dc7d705" +#define ALSOFT_GIT_COMMIT_HASH "1d52120" diff --git a/project/lib/openal b/project/lib/openal index dc7d7054a5..1d52120367 160000 --- a/project/lib/openal +++ b/project/lib/openal @@ -1 +1 @@ -Subproject commit dc7d7054a5b4f3bec1dc23a42fd616a0847af948 +Subproject commit 1d52120367bd52078d551849298bacd9357c8107 diff --git a/project/lib/openal-files.xml b/project/lib/openal-files.xml index 9a3ceaae23..187badf491 100644 --- a/project/lib/openal-files.xml +++ b/project/lib/openal-files.xml @@ -2,203 +2,279 @@ - - - +
+ +
+ + + +
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - -
+
-
+ - - - - - - - - - + - - - +
-
+
- +
- - - - - + -
+ + + + +
+ + -
+
- + + + + +
-
+
+ +
+ + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + +
- - - - +
+ +
- - - - - - - - - - - +
+ +
+ + + + + +
+ + + +
+ + + + + +
+ + + +
+ + + + + +
+ + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + +
-
+
- - - - + + + + + + + + +
-
+
+ +
+ + + + + +
+ +
+ + + +
+ +
+ +
+ + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- - +
- + +
From f61620692303dc104796cd4dff789322b8ab50a2 Mon Sep 17 00:00:00 2001 From: MAJigsaw77 <77043862+MAJigsaw77@users.noreply.github.com> Date: Sun, 22 Mar 2026 22:51:17 +0200 Subject: [PATCH 03/15] Initialize the `AudioManager` after the application handle is created --- src/lime/_internal/backend/native/NativeApplication.hx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/lime/_internal/backend/native/NativeApplication.hx b/src/lime/_internal/backend/native/NativeApplication.hx index 75a011fc72..b09c63f8c3 100644 --- a/src/lime/_internal/backend/native/NativeApplication.hx +++ b/src/lime/_internal/backend/native/NativeApplication.hx @@ -78,13 +78,14 @@ class NativeApplication pauseTimer = -1; toggleFullscreen = true; - AudioManager.init(); - - #if (!macro && lime_cffi) + #if (lime_cffi && !macro) handle = NativeCFFI.lime_application_create(); + #end - Sensor.registerSensor(SensorType.ACCELEROMETER, NativeCFFI.lime_system_get_first_accelerometer_sensor_id()); + AudioManager.init(); + #if (lime_cffi && !macro) + Sensor.registerSensor(SensorType.ACCELEROMETER, NativeCFFI.lime_system_get_first_accelerometer_sensor_id()); Sensor.registerSensor(SensorType.GYROSCOPE, NativeCFFI.lime_system_get_first_gyroscope_sensor_id()); #end } From 0b2b67127caadeee6d2af8a51f90db7a42b51edf Mon Sep 17 00:00:00 2001 From: ACrazyTown <47027981+ACrazyTown@users.noreply.github.com> Date: Sat, 29 Nov 2025 12:57:05 +0100 Subject: [PATCH 04/15] Disable HRTF by default when using OpenAL Soft --- .../backend/native/NativeAudioSource.hx | 16 ++++++++++++++++ src/lime/media/openal/AL.hx | 7 +++++++ 2 files changed, 23 insertions(+) diff --git a/src/lime/_internal/backend/native/NativeAudioSource.hx b/src/lime/_internal/backend/native/NativeAudioSource.hx index ce1989f927..aa416c7f41 100644 --- a/src/lime/_internal/backend/native/NativeAudioSource.hx +++ b/src/lime/_internal/backend/native/NativeAudioSource.hx @@ -27,6 +27,10 @@ class NativeAudioSource #end private static var STREAM_TIMER_FREQUENCY = 100; + #if lime_openalsoft + private static var hasDirectChannelsExt:Null; + #end + private var buffers:Array; private var bufferTimeBlocks:Array; private var completed:Bool; @@ -145,6 +149,18 @@ class NativeAudioSource } } + #if lime_openalsoft + if (hasDirectChannelsExt == null) + { + hasDirectChannelsExt = AL.isExtensionPresent("AL_SOFT_direct_channels") && AL.isExtensionPresent("AL_SOFT_direct_channels_remix"); + } + + if (hasDirectChannelsExt) + { + AL.sourcei(handle, AL.DIRECT_CHANNELS_SOFT, AL.REMIX_UNMATCHED_SOFT); + } + #end + samples = Std.int((dataLength * 8.0) / (parent.buffer.channels * parent.buffer.bitsPerSample)); if (Application.current != null && !stream) diff --git a/src/lime/media/openal/AL.hx b/src/lime/media/openal/AL.hx index ee5b02469e..7808c7ba20 100644 --- a/src/lime/media/openal/AL.hx +++ b/src/lime/media/openal/AL.hx @@ -232,6 +232,13 @@ class AL public static inline var FILTER_LOWPASS:Int = 0x0001; public static inline var FILTER_HIGHPASS:Int = 0x0002; public static inline var FILTER_BANDPASS:Int = 0x0003; + #if lime_openalsoft + /* AL_SOFT_direct_channels extension */ + public static inline var DIRECT_CHANNELS_SOFT:Int = 0x1033; + /* AL_SOFT_direct_channels_remix extension */ + public static inline var DROP_UNMATCHED_SOFT:Int = 0x0001; + public static inline var REMIX_UNMATCHED_SOFT:Int = 0x0002; + #end public static inline var STOP_SOURCES_ON_DISCONNECT_SOFT:Int = 0x19AB; From 8c8b1e1f7a28590df064f64dfe02677b828f2617 Mon Sep 17 00:00:00 2001 From: MAJigsaw77 <77043862+MAJigsaw77@users.noreply.github.com> Date: Sun, 22 Mar 2026 23:05:52 +0200 Subject: [PATCH 05/15] Remove `lime_openalsoft` we dont use currently --- src/lime/_internal/backend/native/NativeAudioSource.hx | 4 ---- src/lime/media/openal/AL.hx | 2 -- 2 files changed, 6 deletions(-) diff --git a/src/lime/_internal/backend/native/NativeAudioSource.hx b/src/lime/_internal/backend/native/NativeAudioSource.hx index aa416c7f41..3b57b409a8 100644 --- a/src/lime/_internal/backend/native/NativeAudioSource.hx +++ b/src/lime/_internal/backend/native/NativeAudioSource.hx @@ -27,9 +27,7 @@ class NativeAudioSource #end private static var STREAM_TIMER_FREQUENCY = 100; - #if lime_openalsoft private static var hasDirectChannelsExt:Null; - #end private var buffers:Array; private var bufferTimeBlocks:Array; @@ -149,7 +147,6 @@ class NativeAudioSource } } - #if lime_openalsoft if (hasDirectChannelsExt == null) { hasDirectChannelsExt = AL.isExtensionPresent("AL_SOFT_direct_channels") && AL.isExtensionPresent("AL_SOFT_direct_channels_remix"); @@ -159,7 +156,6 @@ class NativeAudioSource { AL.sourcei(handle, AL.DIRECT_CHANNELS_SOFT, AL.REMIX_UNMATCHED_SOFT); } - #end samples = Std.int((dataLength * 8.0) / (parent.buffer.channels * parent.buffer.bitsPerSample)); diff --git a/src/lime/media/openal/AL.hx b/src/lime/media/openal/AL.hx index 7808c7ba20..d3ce906b50 100644 --- a/src/lime/media/openal/AL.hx +++ b/src/lime/media/openal/AL.hx @@ -232,13 +232,11 @@ class AL public static inline var FILTER_LOWPASS:Int = 0x0001; public static inline var FILTER_HIGHPASS:Int = 0x0002; public static inline var FILTER_BANDPASS:Int = 0x0003; - #if lime_openalsoft /* AL_SOFT_direct_channels extension */ public static inline var DIRECT_CHANNELS_SOFT:Int = 0x1033; /* AL_SOFT_direct_channels_remix extension */ public static inline var DROP_UNMATCHED_SOFT:Int = 0x0001; public static inline var REMIX_UNMATCHED_SOFT:Int = 0x0002; - #end public static inline var STOP_SOURCES_ON_DISCONNECT_SOFT:Int = 0x19AB; From 3301895fbf6c7618e38899c0c7adc814c492edc3 Mon Sep 17 00:00:00 2001 From: MAJigsaw77 <77043862+MAJigsaw77@users.noreply.github.com> Date: Sun, 22 Mar 2026 23:50:58 +0200 Subject: [PATCH 06/15] Patch `lime_alc_get_string` to support `null` as device arg --- project/src/media/openal/OpenALBindings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/src/media/openal/OpenALBindings.cpp b/project/src/media/openal/OpenALBindings.cpp index b978911df3..a82c347285 100644 --- a/project/src/media/openal/OpenALBindings.cpp +++ b/project/src/media/openal/OpenALBindings.cpp @@ -3406,7 +3406,7 @@ namespace lime { value lime_alc_get_string (value device, int param) { - ALCdevice* alcDevice = (ALCdevice*)val_data (device); + ALCdevice* alcDevice = device ? (ALCdevice*)val_data (device) : nullptr; const char* result = alcGetString (alcDevice, param); return result ? alloc_string (result) : alloc_null (); @@ -3415,7 +3415,7 @@ namespace lime { HL_PRIM vbyte* HL_NAME(hl_alc_get_string) (HL_CFFIPointer* device, int param) { - ALCdevice* alcDevice = (ALCdevice*)device->ptr; + ALCdevice* alcDevice = device ? (ALCdevice*)device->ptr : 0; const char* result = alcGetString (alcDevice, param); int length = strlen (result); char* _result = (char*)malloc (length + 1); From d8aed372beed890ac6e95e97580dd8de61409186 Mon Sep 17 00:00:00 2001 From: MAJigsaw77 <77043862+MAJigsaw77@users.noreply.github.com> Date: Sun, 22 Mar 2026 23:52:52 +0200 Subject: [PATCH 07/15] Remove redutant `LIME_OPENAL_DELETION_DELAY` --- project/src/media/openal/OpenALBindings.cpp | 181 ------------------ .../_internal/backend/native/NativeCFFI.hx | 6 - src/lime/media/AudioManager.hx | 8 - 3 files changed, 195 deletions(-) diff --git a/project/src/media/openal/OpenALBindings.cpp b/project/src/media/openal/OpenALBindings.cpp index a82c347285..32ec15347a 100644 --- a/project/src/media/openal/OpenALBindings.cpp +++ b/project/src/media/openal/OpenALBindings.cpp @@ -1,16 +1,8 @@ -#if !defined (LIME_OPENALSOFT) && (defined (IPHONE) || defined (TVOS) || (defined (HX_MACOS))) -#include -#include -#define LIME_OPENAL_DELETION_DELAY 600 -#include -#else #include "AL/al.h" #include "AL/alc.h" #ifdef LIME_OPENALSOFT -// TODO: Can we support EFX on macOS? #include "AL/alext.h" #endif -#endif #include #include @@ -24,13 +16,6 @@ namespace lime { - #ifdef LIME_OPENAL_DELETION_DELAY - std::list alDeletedBuffer; - std::list alDeletedBufferTime; - std::list alDeletedSource; - std::list alDeletedSourceTime; - #endif - std::map alObjects; std::map alcObjects; Mutex al_gc_mutex; @@ -473,70 +458,6 @@ namespace lime { } - void lime_al_cleanup () { - - #ifdef LIME_OPENAL_DELETION_DELAY - time_t currentTime = time (0); - ALuint deletedData; - time_t deletedTime; - - std::list::const_iterator itSource = alDeletedSource.begin (); - std::list::const_iterator itSourceTime = alDeletedSourceTime.begin (); - - while (itSource != alDeletedSource.end ()) { - - deletedTime = *itSourceTime; - - if (difftime (currentTime, deletedTime) * 1000 > LIME_OPENAL_DELETION_DELAY) { - - ALuint deletedData = *itSource; - alDeleteSources (1, &deletedData); - itSource = alDeletedSource.erase (itSource); - itSourceTime = alDeletedSourceTime.erase (itSourceTime); - - } else { - - ++itSource; - ++itSourceTime; - - } - - } - - std::list::iterator itBuffer = alDeletedBuffer.begin (); - std::list::iterator itBufferTime = alDeletedBufferTime.begin (); - - while (itBuffer != alDeletedBuffer.end ()) { - - deletedTime = *itBufferTime; - - if (difftime (currentTime, deletedTime) * 1000 > LIME_OPENAL_DELETION_DELAY) { - - ALuint deletedData = *itBuffer; - alDeleteBuffers (1, &deletedData); - itBuffer = alDeletedBuffer.erase (itBuffer); - itBufferTime = alDeletedBufferTime.erase (itBufferTime); - - } else { - - ++itBuffer; - ++itBufferTime; - - } - - } - #endif - - } - - - HL_PRIM void HL_NAME(hl_al_cleanup) () { - - lime_al_cleanup (); - - } - - void lime_al_delete_auxiliary_effect_slot (value aux) { #ifdef LIME_OPENALSOFT @@ -580,12 +501,7 @@ namespace lime { al_gc_mutex.Lock (); ALuint data = (ALuint)(uintptr_t)val_data (buffer); val_gc (buffer, 0); - #ifdef LIME_OPENAL_DELETION_DELAY - alDeletedBuffer.push_back (data); - alDeletedBufferTime.push_back (time (0)); - #else alDeleteBuffers ((ALuint)1, &data); - #endif alObjects.erase (data); al_gc_mutex.Unlock (); @@ -601,12 +517,7 @@ namespace lime { al_gc_mutex.Lock (); ALuint data = (ALuint)(uintptr_t)buffer->ptr; buffer->finalizer = 0; - #ifdef LIME_OPENAL_DELETION_DELAY - alDeletedBuffer.push_back (data); - alDeletedBufferTime.push_back (time (0)); - #else alDeleteBuffers ((ALuint)1, &data); - #endif alObjects.erase (data); al_gc_mutex.Unlock (); @@ -624,22 +535,6 @@ namespace lime { al_gc_mutex.Lock (); - #ifdef LIME_OPENAL_DELETION_DELAY - ALuint data; - - for (int i = 0; i < size; ++i) { - - buffer = val_array_i (buffers, i); - data = (ALuint)(uintptr_t)val_data (buffer); - alDeletedBuffer.push_back (data); - alDeletedBufferTime.push_back (time (0)); - val_gc (buffer, 0); - alObjects.erase (data); - - } - - #else - ALuint* data = new ALuint[size]; for (int i = 0; i < size; ++i) { @@ -653,7 +548,6 @@ namespace lime { alDeleteBuffers (n, data); delete[] data; - #endif al_gc_mutex.Unlock (); @@ -672,22 +566,6 @@ namespace lime { al_gc_mutex.Lock (); - #ifdef LIME_OPENAL_DELETION_DELAY - ALuint data; - - for (int i = 0; i < size; ++i) { - - buffer = *bufferData++; - data = (ALuint)(uintptr_t)buffer->ptr; - alDeletedBuffer.push_back (data); - alDeletedBufferTime.push_back (time (0)); - buffer->finalizer = 0; - alObjects.erase (data); - - } - - #else - ALuint* data = new ALuint[size]; for (int i = 0; i < size; ++i) { @@ -701,7 +579,6 @@ namespace lime { alDeleteBuffers (n, data); delete[] data; - #endif al_gc_mutex.Unlock (); @@ -776,15 +653,7 @@ namespace lime { ALuint data = (ALuint)(uintptr_t)val_data (source); val_gc (source, 0); - #ifdef LIME_OPENAL_DELETION_DELAY - al_gc_mutex.Lock (); - alSourcei (data, AL_BUFFER, 0); - alDeletedSource.push_back (data); - alDeletedSourceTime.push_back (time (0)); - al_gc_mutex.Unlock (); - #else alDeleteSources (1, &data); - #endif } @@ -797,15 +666,7 @@ namespace lime { ALuint data = (ALuint)(uintptr_t)source->ptr; source->finalizer = 0; - #ifdef LIME_OPENAL_DELETION_DELAY - al_gc_mutex.Lock (); - alSourcei (data, AL_BUFFER, 0); - alDeletedSource.push_back (data); - alDeletedSourceTime.push_back (time (0)); - al_gc_mutex.Unlock (); - #else alDeleteSources (1, &data); - #endif } @@ -819,25 +680,6 @@ namespace lime { int size = val_array_size (sources); value source; - #ifdef LIME_OPENAL_DELETION_DELAY - al_gc_mutex.Lock (); - ALuint data; - - for (int i = 0; i < size; ++i) { - - source = val_array_i (sources, i); - data = (ALuint)(uintptr_t)val_data (source); - alSourcei (data, AL_BUFFER, 0); - alDeletedSource.push_back (data); - alDeletedSourceTime.push_back (time (0)); - val_gc (source, 0); - - } - - al_gc_mutex.Unlock (); - - #else - ALuint* data = new ALuint[size]; for (int i = 0; i < size; ++i) { @@ -850,7 +692,6 @@ namespace lime { alDeleteSources (n, data); delete[] data; - #endif } @@ -865,25 +706,6 @@ namespace lime { HL_CFFIPointer** sourceData = hl_aptr (sources, HL_CFFIPointer*); HL_CFFIPointer* source; - #ifdef LIME_OPENAL_DELETION_DELAY - al_gc_mutex.Lock (); - ALuint data; - - for (int i = 0; i < size; ++i) { - - source = *sourceData++; - data = (ALuint)(uintptr_t)source->ptr; - alSourcei (data, AL_BUFFER, 0); - alDeletedSource.push_back (data); - alDeletedSourceTime.push_back (time (0)); - source->finalizer = 0; - - } - - al_gc_mutex.Unlock (); - - #else - ALuint* data = new ALuint[size]; for (int i = 0; i < size; ++i) { @@ -896,7 +718,6 @@ namespace lime { alDeleteSources (n, data); delete[] data; - #endif } @@ -3729,7 +3550,6 @@ namespace lime { DEFINE_PRIME3v (lime_al_bufferfv); DEFINE_PRIME3v (lime_al_bufferi); DEFINE_PRIME3v (lime_al_bufferiv); - DEFINE_PRIME0v (lime_al_cleanup); DEFINE_PRIME1v (lime_al_delete_auxiliary_effect_slot); DEFINE_PRIME1v (lime_al_delete_buffer); DEFINE_PRIME2v (lime_al_delete_buffers); @@ -3856,7 +3676,6 @@ namespace lime { DEFINE_HL_PRIM (_VOID, hl_al_bufferfv, _TCFFIPOINTER _I32 _ARR); DEFINE_HL_PRIM (_VOID, hl_al_bufferi, _TCFFIPOINTER _I32 _I32); DEFINE_HL_PRIM (_VOID, hl_al_bufferiv, _TCFFIPOINTER _I32 _ARR); - DEFINE_HL_PRIM (_VOID, hl_al_cleanup, _NO_ARG); DEFINE_HL_PRIM (_VOID, hl_al_delete_auxiliary_effect_slot, _TCFFIPOINTER); DEFINE_HL_PRIM (_VOID, hl_al_delete_buffer, _TCFFIPOINTER); DEFINE_HL_PRIM (_VOID, hl_al_delete_buffers, _I32 _ARR); diff --git a/src/lime/_internal/backend/native/NativeCFFI.hx b/src/lime/_internal/backend/native/NativeCFFI.hx index ff9ed989d5..f68caeeba4 100644 --- a/src/lime/_internal/backend/native/NativeCFFI.hx +++ b/src/lime/_internal/backend/native/NativeCFFI.hx @@ -1547,8 +1547,6 @@ class NativeCFFI @:cffi private static function lime_al_bufferiv(buffer:CFFIPointer, param:Int, values:Dynamic):Void; - @:cffi private static function lime_al_cleanup():Void; - @:cffi private static function lime_al_delete_buffer(buffer:CFFIPointer):Void; @:cffi private static function lime_al_delete_buffers(n:Int, buffers:Dynamic):Void; @@ -1776,7 +1774,6 @@ class NativeCFFI private static var lime_al_bufferi = new cpp.CallableInt->Int->cpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_bufferi", "oiiv", false)); private static var lime_al_bufferiv = new cpp.CallableInt->cpp.Object->cpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_bufferiv", "oiov", false)); - private static var lime_al_cleanup = new cpp.Callablecpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_cleanup", "v", false)); private static var lime_al_delete_buffer = new cpp.Callablecpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_delete_buffer", "ov", false)); private static var lime_al_delete_buffers = new cpp.Callablecpp.Object->cpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_delete_buffers", "iov", false)); @@ -1935,7 +1932,6 @@ class NativeCFFI private static var lime_al_bufferfv = CFFI.load("lime", "lime_al_bufferfv", 3); private static var lime_al_bufferi = CFFI.load("lime", "lime_al_bufferi", 3); private static var lime_al_bufferiv = CFFI.load("lime", "lime_al_bufferiv", 3); - private static var lime_al_cleanup = CFFI.load("lime", "lime_al_cleanup", 0); private static var lime_al_delete_buffer = CFFI.load("lime", "lime_al_delete_buffer", 1); private static var lime_al_delete_buffers = CFFI.load("lime", "lime_al_delete_buffers", 2); private static var lime_al_delete_source = CFFI.load("lime", "lime_al_delete_source", 1); @@ -2062,8 +2058,6 @@ class NativeCFFI @:hlNative("lime", "hl_al_bufferiv") private static function lime_al_bufferiv(buffer:CFFIPointer, param:Int, values:hl.NativeArray):Void {} - @:hlNative("lime", "hl_al_cleanup") private static function lime_al_cleanup():Void {} - @:hlNative("lime", "hl_al_delete_buffer") private static function lime_al_delete_buffer(buffer:CFFIPointer):Void {} @:hlNative("lime", "hl_al_delete_buffers") private static function lime_al_delete_buffers(n:Int, buffers:hl.NativeArray):Void {} diff --git a/src/lime/media/AudioManager.hx b/src/lime/media/AudioManager.hx index 5faf7b33b9..c90e6ca4ed 100644 --- a/src/lime/media/AudioManager.hx +++ b/src/lime/media/AudioManager.hx @@ -68,14 +68,6 @@ class AudioManager } AudioManager.context = context; - - #if (lime_cffi && !macro && lime_openal && (ios || tvos || mac)) - var timer = new Timer(100); - timer.run = function() - { - NativeCFFI.lime_al_cleanup(); - }; - #end } } From 105989729bf972fef18d38294622ef5b66550113 Mon Sep 17 00:00:00 2001 From: MAJigsaw77 <77043862+MAJigsaw77@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:46:37 +0200 Subject: [PATCH 08/15] Remove `oss` audio backend on `Linux` --- .../lib/custom/openal/include/platforms/linux/config_backends.h | 2 +- project/lib/custom/sdl/include/SDL_build_config.h | 1 - project/lib/openal-files.xml | 2 +- project/lib/sdl-files.xml | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/project/lib/custom/openal/include/platforms/linux/config_backends.h b/project/lib/custom/openal/include/platforms/linux/config_backends.h index b911ca06c4..cc26450005 100644 --- a/project/lib/custom/openal/include/platforms/linux/config_backends.h +++ b/project/lib/custom/openal/include/platforms/linux/config_backends.h @@ -1,6 +1,6 @@ #define HAVE_ALSA 1 -#define HAVE_OSS 1 +#define HAVE_OSS 0 #define HAVE_PIPEWIRE 0 diff --git a/project/lib/custom/sdl/include/SDL_build_config.h b/project/lib/custom/sdl/include/SDL_build_config.h index bfde6767d0..aed7f5b385 100644 --- a/project/lib/custom/sdl/include/SDL_build_config.h +++ b/project/lib/custom/sdl/include/SDL_build_config.h @@ -530,7 +530,6 @@ # define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2" /**< Dynamically loaded ALSA shared library */ # define SDL_AUDIO_DRIVER_PULSEAUDIO 1 /**< PulseAudio sound server audio driver */ # define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse.so.0" /**< Dynamically loaded PulseAudio shared library */ -# define SDL_AUDIO_DRIVER_OSS 1 /**< OSS (Open Sound System) legacy audio driver */ # define SDL_CAMERA_DRIVER_V4L2 1 /**< Video4Linux2 camera driver */ # define SDL_FILESYSTEM_UNIX 1 /**< Unix filesystem operations */ # define SDL_HAPTIC_LINUX 1 /**< Linux haptic (force feedback) support */ diff --git a/project/lib/openal-files.xml b/project/lib/openal-files.xml index 187badf491..46e88e6b5d 100644 --- a/project/lib/openal-files.xml +++ b/project/lib/openal-files.xml @@ -138,7 +138,6 @@
-
@@ -158,6 +157,7 @@ + diff --git a/project/lib/sdl-files.xml b/project/lib/sdl-files.xml index 9a6bb938c2..2bd587269a 100644 --- a/project/lib/sdl-files.xml +++ b/project/lib/sdl-files.xml @@ -56,7 +56,6 @@
-
From 43d78b50c1364693f644fe9c4c594db967ee2d1d Mon Sep 17 00:00:00 2001 From: MAJigsaw77 <77043862+MAJigsaw77@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:53:41 +0200 Subject: [PATCH 09/15] Remove `winmm` on `Windows` --- .../custom/openal/include/platforms/windows/config_backends.h | 2 +- project/lib/openal-files.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/lib/custom/openal/include/platforms/windows/config_backends.h b/project/lib/custom/openal/include/platforms/windows/config_backends.h index 8413b6f265..55bf169b75 100644 --- a/project/lib/custom/openal/include/platforms/windows/config_backends.h +++ b/project/lib/custom/openal/include/platforms/windows/config_backends.h @@ -12,7 +12,7 @@ #define HAVE_DSOUND 1 -#define HAVE_WINMM 1 +#define HAVE_WINMM 0 #define HAVE_PORTAUDIO 0 diff --git a/project/lib/openal-files.xml b/project/lib/openal-files.xml index 46e88e6b5d..ec2c2f9ba2 100644 --- a/project/lib/openal-files.xml +++ b/project/lib/openal-files.xml @@ -148,7 +148,6 @@ -
@@ -164,6 +163,7 @@ +
From 02cd9499ee278150c74cede9b21af85c563c5491 Mon Sep 17 00:00:00 2001 From: MAJigsaw77 <77043862+MAJigsaw77@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:07:00 +0200 Subject: [PATCH 10/15] Add `pipewire` on `Linux` --- .../include/platforms/linux/config_backends.h | 2 +- .../lib/custom/sdl/include/SDL_build_config.h | 24 ++++++++++--------- project/lib/openal-files.xml | 4 +++- project/lib/sdl-files.xml | 3 +++ 4 files changed, 20 insertions(+), 13 deletions(-) diff --git a/project/lib/custom/openal/include/platforms/linux/config_backends.h b/project/lib/custom/openal/include/platforms/linux/config_backends.h index cc26450005..c2a67ff433 100644 --- a/project/lib/custom/openal/include/platforms/linux/config_backends.h +++ b/project/lib/custom/openal/include/platforms/linux/config_backends.h @@ -2,7 +2,7 @@ #define HAVE_OSS 0 -#define HAVE_PIPEWIRE 0 +#define HAVE_PIPEWIRE 1 #define HAVE_SOLARIS 0 diff --git a/project/lib/custom/sdl/include/SDL_build_config.h b/project/lib/custom/sdl/include/SDL_build_config.h index aed7f5b385..c44e4d7cef 100644 --- a/project/lib/custom/sdl/include/SDL_build_config.h +++ b/project/lib/custom/sdl/include/SDL_build_config.h @@ -526,17 +526,19 @@ * @brief Drivers and subsystems enabled for Linux platforms. * @{ */ -# define SDL_AUDIO_DRIVER_ALSA 1 /**< ALSA (Advanced Linux Sound Architecture) audio driver */ -# define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2" /**< Dynamically loaded ALSA shared library */ -# define SDL_AUDIO_DRIVER_PULSEAUDIO 1 /**< PulseAudio sound server audio driver */ -# define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse.so.0" /**< Dynamically loaded PulseAudio shared library */ -# define SDL_CAMERA_DRIVER_V4L2 1 /**< Video4Linux2 camera driver */ -# define SDL_FILESYSTEM_UNIX 1 /**< Unix filesystem operations */ -# define SDL_HAPTIC_LINUX 1 /**< Linux haptic (force feedback) support */ -# define SDL_JOYSTICK_LINUX 1 /**< Linux joystick support */ -# define SDL_POWER_LINUX 1 /**< Linux power management */ -# define SDL_SENSOR_DUMMY 1 /**< Dummy sensor driver (no native support) */ -# define SDL_STORAGE_STEAM 1 /**< Steam cloud storage support */ +#define SDL_AUDIO_DRIVER_ALSA 1 /**< ALSA (Advanced Linux Sound Architecture) audio driver */ +#define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2" /**< Dynamically loaded ALSA shared library */ +#define SDL_AUDIO_DRIVER_PIPEWIRE 1 /**< PipeWire (modern multimedia server for audio/video on Linux) */ +#define SDL_AUDIO_DRIVER_PIPEWIRE_DYNAMIC "libpipewire-0.3.so.0" /**< Dynamically loaded PipeWire client library */ +#define SDL_AUDIO_DRIVER_PULSEAUDIO 1 /**< PulseAudio sound server audio driver */ +#define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse.so.0" /**< Dynamically loaded PulseAudio shared library */ +#define SDL_CAMERA_DRIVER_V4L2 1 /**< Video4Linux2 camera driver */ +#define SDL_FILESYSTEM_UNIX 1 /**< Unix filesystem operations */ +#define SDL_HAPTIC_LINUX 1 /**< Linux haptic (force feedback) support */ +#define SDL_JOYSTICK_LINUX 1 /**< Linux joystick support */ +#define SDL_POWER_LINUX 1 /**< Linux power management */ +#define SDL_SENSOR_DUMMY 1 /**< Dummy sensor driver (no native support) */ +#define SDL_STORAGE_STEAM 1 /**< Steam cloud storage support */ /** * @name KMS/DRM Video Driver diff --git a/project/lib/openal-files.xml b/project/lib/openal-files.xml index ec2c2f9ba2..b8f727414d 100644 --- a/project/lib/openal-files.xml +++ b/project/lib/openal-files.xml @@ -6,6 +6,8 @@
+ +
@@ -138,6 +140,7 @@
+
@@ -157,7 +160,6 @@ - diff --git a/project/lib/sdl-files.xml b/project/lib/sdl-files.xml index 2bd587269a..edbb1a1fab 100644 --- a/project/lib/sdl-files.xml +++ b/project/lib/sdl-files.xml @@ -2,6 +2,8 @@
+ +
@@ -55,6 +57,7 @@
+
From 9d4bee9f3291d51337743a10c426c816131c64ba Mon Sep 17 00:00:00 2001 From: MAJigsaw77 <77043862+MAJigsaw77@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:10:04 +0200 Subject: [PATCH 11/15] Remove the unused backends from the code --- project/lib/openal-files.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/project/lib/openal-files.xml b/project/lib/openal-files.xml index b8f727414d..c955bc4ae0 100644 --- a/project/lib/openal-files.xml +++ b/project/lib/openal-files.xml @@ -156,17 +156,6 @@ - - - - - - - - - - -
From a0e96463c60c62862fdcfd37527a2adb40709bab Mon Sep 17 00:00:00 2001 From: MAJigsaw77 <77043862+MAJigsaw77@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:46:13 +0200 Subject: [PATCH 12/15] Update `openal` --- project/lib/custom/openal/include/platforms/android/config.h | 5 ++++- project/lib/custom/openal/include/platforms/apple/config.h | 3 +++ project/lib/custom/openal/include/platforms/linux/config.h | 3 +++ project/lib/custom/openal/include/platforms/windows/config.h | 3 +++ project/lib/openal | 2 +- 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/project/lib/custom/openal/include/platforms/android/config.h b/project/lib/custom/openal/include/platforms/android/config.h index dea0b52445..2729f2159f 100644 --- a/project/lib/custom/openal/include/platforms/android/config.h +++ b/project/lib/custom/openal/include/platforms/android/config.h @@ -1,5 +1,5 @@ /* Define the alignment attribute for externally callable functions. */ -#define FORCE_ALIGN +#define FORCE_ALIGN /* Define if HRTF data is embedded in the library */ #define ALSOFT_EMBED_HRTF_DATA @@ -49,6 +49,9 @@ /* Define to 1 if we have DBus/RTKit, else 0 */ #define HAVE_RTKIT 0 +/* Define to 1 to enable dynamic loading of optional libs, else 0 */ +#define HAVE_DYNLOAD 1 + /* Define to 1 if building for winuwp, else 0 */ #define ALSOFT_UWP 0 diff --git a/project/lib/custom/openal/include/platforms/apple/config.h b/project/lib/custom/openal/include/platforms/apple/config.h index 29f4b2766b..3e279366c0 100644 --- a/project/lib/custom/openal/include/platforms/apple/config.h +++ b/project/lib/custom/openal/include/platforms/apple/config.h @@ -51,6 +51,9 @@ /* Define to 1 if we have DBus/RTKit, else 0 */ #define HAVE_RTKIT 0 +/* Define to 1 to enable dynamic loading of optional libs, else 0 */ +#define HAVE_DYNLOAD 1 + /* Define to 1 if building for winuwp, else 0 */ #define ALSOFT_UWP 0 diff --git a/project/lib/custom/openal/include/platforms/linux/config.h b/project/lib/custom/openal/include/platforms/linux/config.h index e7461c9beb..4fe24f32a1 100644 --- a/project/lib/custom/openal/include/platforms/linux/config.h +++ b/project/lib/custom/openal/include/platforms/linux/config.h @@ -49,6 +49,9 @@ /* Define to 1 if we have DBus/RTKit, else 0 */ #define HAVE_RTKIT 1 +/* Define to 1 to enable dynamic loading of optional libs, else 0 */ +#define HAVE_DYNLOAD 1 + /* Define to 1 if building for winuwp, else 0 */ #define ALSOFT_UWP 0 diff --git a/project/lib/custom/openal/include/platforms/windows/config.h b/project/lib/custom/openal/include/platforms/windows/config.h index 4ea7230a78..88480d5d15 100644 --- a/project/lib/custom/openal/include/platforms/windows/config.h +++ b/project/lib/custom/openal/include/platforms/windows/config.h @@ -49,6 +49,9 @@ /* Define to 1 if we have DBus/RTKit, else 0 */ #define HAVE_RTKIT 0 +/* Define to 1 to enable dynamic loading of optional libs, else 0 */ +#define HAVE_DYNLOAD 1 + /* Define to 1 if building for winuwp, else 0 */ #define ALSOFT_UWP 0 diff --git a/project/lib/openal b/project/lib/openal index 1d52120367..e9c479eb41 160000 --- a/project/lib/openal +++ b/project/lib/openal @@ -1 +1 @@ -Subproject commit 1d52120367bd52078d551849298bacd9357c8107 +Subproject commit e9c479eb4190101bc51179afae56fc6dd5d26066 From bc06d5f2bf644ea4979615b543e6023b95c4a443 Mon Sep 17 00:00:00 2001 From: MAJigsaw77 <77043862+MAJigsaw77@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:46:46 +0200 Subject: [PATCH 13/15] Fix `Apple` platforms compile --- project/lib/custom/openal/include/platforms/apple/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/lib/custom/openal/include/platforms/apple/config.h b/project/lib/custom/openal/include/platforms/apple/config.h index 3e279366c0..b5058674cc 100644 --- a/project/lib/custom/openal/include/platforms/apple/config.h +++ b/project/lib/custom/openal/include/platforms/apple/config.h @@ -37,7 +37,7 @@ #define HAVE_PTHREAD_SETNAME_NP /* Define if we have pthread_set_name_np() */ -#define HAVE_PTHREAD_SET_NAME_NP +/* #define HAVE_PTHREAD_SET_NAME_NP */ /* Define the installation data directory */ /* #define ALSOFT_INSTALL_DATADIR "@ALSOFT_INSTALL_DATADIR@" */ From a5b299a2b5a134ed381ddcc3c959130c91c54d5e Mon Sep 17 00:00:00 2001 From: Ralty <78720179+Raltyro@users.noreply.github.com> Date: Wed, 4 Mar 2026 05:17:22 +0700 Subject: [PATCH 14/15] The Full Ass Complete Audio Rework Look at below for more information about this commit - https://github.com/FunkinCrew/lime/pull/40 # Conflicts: # project/Build.xml # src/lime/media/AudioManager.hx # Conflicts: # project/lib/openal --- .github/workflows/linux.yml | 5 +- .gitmodules | 10 + NOTICE.md | 10 +- dependencies/howler.js | 3303 +++++++++++++++++ dependencies/howler.min.js | 4 - include.xml | 5 +- project/Build.xml | 38 +- project/include/media/AudioBuffer.h | 58 - project/include/media/codecs/flac/DrFlac.h | 29 + project/include/media/codecs/mp3/DrMp3.h | 29 + project/include/media/codecs/opus/OpusFile.h | 28 + .../include/media/codecs/vorbis/VorbisFile.h | 1 + project/include/media/codecs/wav/DrWav.h | 29 + project/include/media/containers/OGG.h | 26 - project/include/media/containers/WAV.h | 57 - project/lib/README.md | 1 + project/lib/custom/dr_libs/dr_libs.c | 11 + project/lib/custom/openal/alc/alconfig.cpp | 553 +++ .../lib/custom/openal/alc/backends/wasapi.cpp | 3131 ++++++++++++++++ project/lib/custom/openal/include/version.h | 2 +- project/lib/dr-libs-files.xml | 23 + project/lib/dr_libs | 1 + project/lib/ogg-files.xml | 24 - project/lib/openal-files.xml | 6 +- project/lib/opus | 1 + project/lib/opus-files.xml | 187 + project/lib/opusfile | 1 + project/src/ExternalInterface.cpp | 139 +- project/src/media/AudioBuffer.cpp | 86 - project/src/media/codecs/DrLibsBindings.cpp | 889 +++++ project/src/media/codecs/OpusBindings.cpp | 378 ++ .../codecs/{vorbis => }/VorbisBindings.cpp | 127 +- project/src/media/codecs/flac/DrFlac.cpp | 91 + project/src/media/codecs/mp3/DrMp3.cpp | 97 + project/src/media/codecs/opus/OpusFile.cpp | 186 + .../src/media/codecs/vorbis/VorbisFile.cpp | 44 +- project/src/media/codecs/wav/DrWav.cpp | 97 + project/src/media/containers/OGG.cpp | 90 - project/src/media/containers/WAV.cpp | 213 -- project/src/media/openal/OpenALBindings.cpp | 490 ++- project/src/system/CFFIPointer.cpp | 39 + .../backend/flash/FlashAudioSource.hx | 331 +- .../backend/html5/HTML5AudioSource.hx | 687 +++- .../backend/native/NativeAudioSource.hx | 1629 ++++++-- .../_internal/backend/native/NativeCFFI.hx | 425 ++- src/lime/media/AudioBuffer.hx | 576 ++- src/lime/media/AudioCodec.hx | 74 + src/lime/media/AudioContext.hx | 14 +- src/lime/media/AudioDecoder.hx | 234 ++ src/lime/media/AudioEffect.hx | 153 + src/lime/media/AudioManager.hx | 639 +++- src/lime/media/AudioSource.hx | 325 +- src/lime/media/HTML5AudioContext.hx | 419 --- src/lime/media/WebAudioContext.hx | 10 + src/lime/media/decoders/FLACDecoder.hx | 155 + src/lime/media/decoders/MP3Decoder.hx | 156 + src/lime/media/decoders/OpusDecoder.hx | 155 + src/lime/media/decoders/VorbisDecoder.hx | 173 + src/lime/media/decoders/WaveDecoder.hx | 155 + src/lime/media/effects/FilterEffect.hx | 218 ++ src/lime/media/howlerjs/Howl.hx | 51 +- src/lime/media/openal/AL.hx | 84 +- src/lime/media/openal/ALC.hx | 57 +- src/lime/tools/AssetHelper.hx | 10 +- src/lime/utils/ArrayBufferView.hx | 16 + 65 files changed, 15104 insertions(+), 2181 deletions(-) create mode 100644 dependencies/howler.js delete mode 100644 dependencies/howler.min.js delete mode 100644 project/include/media/AudioBuffer.h create mode 100644 project/include/media/codecs/flac/DrFlac.h create mode 100644 project/include/media/codecs/mp3/DrMp3.h create mode 100644 project/include/media/codecs/opus/OpusFile.h create mode 100644 project/include/media/codecs/wav/DrWav.h delete mode 100644 project/include/media/containers/OGG.h delete mode 100644 project/include/media/containers/WAV.h create mode 100644 project/lib/custom/dr_libs/dr_libs.c create mode 100644 project/lib/custom/openal/alc/alconfig.cpp create mode 100644 project/lib/custom/openal/alc/backends/wasapi.cpp create mode 100644 project/lib/dr-libs-files.xml create mode 160000 project/lib/dr_libs delete mode 100644 project/lib/ogg-files.xml create mode 160000 project/lib/opus create mode 100644 project/lib/opus-files.xml create mode 160000 project/lib/opusfile delete mode 100644 project/src/media/AudioBuffer.cpp create mode 100644 project/src/media/codecs/DrLibsBindings.cpp create mode 100644 project/src/media/codecs/OpusBindings.cpp rename project/src/media/codecs/{vorbis => }/VorbisBindings.cpp (90%) create mode 100644 project/src/media/codecs/flac/DrFlac.cpp create mode 100644 project/src/media/codecs/mp3/DrMp3.cpp create mode 100644 project/src/media/codecs/opus/OpusFile.cpp create mode 100644 project/src/media/codecs/wav/DrWav.cpp delete mode 100644 project/src/media/containers/OGG.cpp delete mode 100644 project/src/media/containers/WAV.cpp create mode 100644 src/lime/media/AudioCodec.hx create mode 100644 src/lime/media/AudioDecoder.hx create mode 100644 src/lime/media/AudioEffect.hx delete mode 100644 src/lime/media/HTML5AudioContext.hx create mode 100644 src/lime/media/decoders/FLACDecoder.hx create mode 100644 src/lime/media/decoders/MP3Decoder.hx create mode 100644 src/lime/media/decoders/OpusDecoder.hx create mode 100644 src/lime/media/decoders/VorbisDecoder.hx create mode 100644 src/lime/media/decoders/WaveDecoder.hx create mode 100644 src/lime/media/effects/FilterEffect.hx diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ae5ff9b4f1..7fc6177d0e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -21,7 +21,10 @@ jobs: - name: Install Haxe dependencies run: | - sudo apt-get install -qq libgl1-mesa-dev libglu1-mesa-dev libpulse-dev g++ g++-multilib gcc-multilib libasound2-dev libx11-dev libxext-dev libxi-dev libxrandr-dev libxinerama-dev + sudo apt-get update + sudo apt-get install -qq gcc-12 g++-12 libstdc++-12-dev libgl1-mesa-dev libglu1-mesa-dev libpulse-dev g++-12-multilib gcc-12-multilib libasound2-dev libx11-dev libxext-dev libxi-dev libxrandr-dev libxinerama-dev + sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100 + sudo update-alternatives --config g++ haxelib git hxcpp https://github.com/FunkinCrew/hxcpp --quiet haxelib install format --quiet haxelib install hxp --quiet diff --git a/.gitmodules b/.gitmodules index 3dbde91707..2ee95bb408 100644 --- a/.gitmodules +++ b/.gitmodules @@ -75,3 +75,13 @@ path = project/lib/hashlink url = https://github.com/HaxeFoundation/hashlink shallow = true +[submodule "project/lib/dr_libs"] + path = project/lib/dr_libs + url = https://github.com/mackron/dr_libs + shallow = true +[submodule "project/lib/opusfile"] + path = project/lib/opusfile + url = https://github.com/xiph/opusfile +[submodule "project/lib/opus"] + path = project/lib/opus + url = https://github.com/xiph/opus diff --git a/NOTICE.md b/NOTICE.md index a2f4b4de68..ab96a3c234 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -10,6 +10,9 @@ This product bundles cairo 1.15.2, which is available under an This product bundles libcurl 7.56.1, which is available under an "MIT/X derivate" license. For details, see [project/lib/curl/](project/lib). +This product bundles dr_libs (dr_flac 0.13.3, dr_mp3 0.7.4, dr_wav 0.14.5), which is available under an +"MIT No Attribution" license. For details, see [project/lib/dr_libs/](project/lib). + This product bundles efsw, which is available under an "MIT" license. For details, see [project/lib/efsw/](project/lib). @@ -34,12 +37,9 @@ public domain. For details, see [project/lib/lzma/](project/lzma). This product bundles mbedTLS 2.6.0, which is available under an "Apache 2.0" license. For details, see [project/lib/mbedtls/](project/lib). -This product bundles OpenAL-Soft 1.19.0, which is available under an +This product bundles OpenAL-Soft 1.25.1, which is available under an "LGPLv2" license. For details, see [project/lib/openal/](project/lib). -_OpenAL-Soft is only included in dynamically-linked builds, it is excluded -from Lime static builds in order to preserve Lime's permissive nature._ - This product bundles pixman 0.32.8, which is available under an "MIT" license. For details, see [project/lib/pixman/](project/lib). @@ -95,7 +95,7 @@ _The following are not embedded in Lime applications directly, but are used as dependencies for web-based builds. Their licensing does not affect products created with Lime._ -This product bundles howler.js 2.1.1, which is available under an +This product bundles howler.js 2.2.4 (Modified), which is available under an "MIT" license. For details, see [dependencies/howler.min.js](dependencies/howler.min.js). This product bundles FileSaver.js 1.3.3, which is available under an diff --git a/dependencies/howler.js b/dependencies/howler.js new file mode 100644 index 0000000000..5cbc7296e2 --- /dev/null +++ b/dependencies/howler.js @@ -0,0 +1,3303 @@ +/*! + * howler.js v2.2.4 + * howlerjs.com + * + * (c) 2013-2020, James Simpson of GoldFire Studios + * goldfirestudios.com + * + * MIT License + */ + +(function() { + + 'use strict'; + + /** Global Methods **/ + /***************************************************************************/ + + /** + * Create the global controller. All contained methods and properties apply + * to all sounds that are currently playing or will be in the future. + */ + var HowlerGlobal = function() { + this.init(); + }; + HowlerGlobal.prototype = { + /** + * Initialize the global Howler object. + * @return {Howler} + */ + init: function() { + var self = this || Howler; + + // Create a global ID counter. + self._counter = 1000; + + // Pool of unlocked HTML5 Audio objects. + self._html5AudioPool = []; + self.html5PoolSize = 10; + + // Internal properties. + self._codecs = {}; + self._howls = []; + self._muted = false; + self._volume = 1; + self._canPlayEvent = 'canplaythrough'; + self._navigator = (typeof window !== 'undefined' && window.navigator) ? window.navigator : null; + + // Public properties. + self.masterGain = null; + self.noAudio = false; + self.usingWebAudio = true; + self.autoSuspend = true; + self.ctx = null; + + // Set to false to disable the auto audio unlocker. + self.autoUnlock = true; + + // Setup the various state values for global tracking. + self._setup(); + + return self; + }, + + /** + * Get/set the global volume for all sounds. + * @param {Float} vol Volume from 0.0 to 1.0. + * @return {Howler/Float} Returns self or current volume. + */ + volume: function(vol) { + var self = this || Howler; + vol = parseFloat(vol); + + // If we don't have an AudioContext created yet, run the setup. + if (!self.ctx) { + setupAudioContext(); + } + + if (typeof vol !== 'undefined' && vol >= 0 && vol <= 1) { + self._volume = vol; + + // Don't update any of the nodes if we are muted. + if (self._muted) { + return self; + } + + // When using Web Audio, we just need to adjust the master gain. + if (self.usingWebAudio) { + self.masterGain.gain.setValueAtTime(vol, Howler.ctx.currentTime); + } + + // Loop through and change volume for all HTML5 audio nodes. + for (var i=0; i=0; i--) { + self._howls[i].unload(); + } + + // Create a new AudioContext to make sure it is fully reset. + if (self.usingWebAudio && self.ctx && typeof self.ctx.close !== 'undefined') { + self.ctx.close(); + self.ctx = null; + setupAudioContext(); + } + + return self; + }, + + /** + * Check for codec support of specific extension. + * @param {String} ext Audio file extention. + * @return {Boolean} + */ + codecs: function(ext) { + return (this || Howler)._codecs[ext.replace(/^x-/, '')]; + }, + + /** + * Setup various state values for global tracking. + * @return {Howler} + */ + _setup: function() { + var self = this || Howler; + + // Keeps track of the suspend/resume state of the AudioContext. + self.state = self.ctx ? self.ctx.state || 'suspended' : 'suspended'; + + // Automatically begin the 30-second suspend process + self._autoSuspend(); + + // Check if audio is available. + if (!self.usingWebAudio) { + // No audio is available on this system if noAudio is set to true. + if (typeof Audio !== 'undefined') { + try { + var test = new Audio(); + + // Check if the canplaythrough event is available. + if (typeof test.oncanplaythrough === 'undefined') { + self._canPlayEvent = 'canplay'; + } + } catch(e) { + self.noAudio = true; + } + } else { + self.noAudio = true; + } + } + + // Test to make sure audio isn't disabled in Internet Explorer. + try { + var test = new Audio(); + if (test.muted) { + self.noAudio = true; + } + } catch (e) {} + + // Check for supported codecs. + if (!self.noAudio) { + self._setupCodecs(); + } + + return self; + }, + + /** + * Check for browser support for various codecs and cache the results. + * @return {Howler} + */ + _setupCodecs: function() { + var self = this || Howler; + var audioTest = null; + + // Must wrap in a try/catch because IE11 in server mode throws an error. + try { + audioTest = (typeof Audio !== 'undefined') ? new Audio() : null; + } catch (err) { + return self; + } + + if (!audioTest || typeof audioTest.canPlayType !== 'function') { + return self; + } + + var mpegTest = audioTest.canPlayType('audio/mpeg;').replace(/^no$/, ''); + + // Opera version <33 has mixed MP3 support, so we need to check for and block it. + var ua = self._navigator ? self._navigator.userAgent : ''; + var checkOpera = ua.match(/OPR\/(\d+)/g); + var isOldOpera = (checkOpera && parseInt(checkOpera[0].split('/')[1], 10) < 33); + var checkSafari = ua.indexOf('Safari') !== -1 && ua.indexOf('Chrome') === -1; + var safariVersion = ua.match(/Version\/(.*?) /); + var isOldSafari = (checkSafari && safariVersion && parseInt(safariVersion[1], 10) < 15); + + self._codecs = { + mp3: !!(!isOldOpera && (mpegTest || audioTest.canPlayType('audio/mp3;').replace(/^no$/, ''))), + mpeg: !!mpegTest, + opus: !!audioTest.canPlayType('audio/ogg; codecs="opus"').replace(/^no$/, ''), + ogg: !!audioTest.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/, ''), + oga: !!audioTest.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/, ''), + wav: !!(audioTest.canPlayType('audio/wav; codecs="1"') || audioTest.canPlayType('audio/wav')).replace(/^no$/, ''), + aac: !!audioTest.canPlayType('audio/aac;').replace(/^no$/, ''), + caf: !!audioTest.canPlayType('audio/x-caf;').replace(/^no$/, ''), + m4a: !!(audioTest.canPlayType('audio/x-m4a;') || audioTest.canPlayType('audio/m4a;') || audioTest.canPlayType('audio/aac;')).replace(/^no$/, ''), + m4b: !!(audioTest.canPlayType('audio/x-m4b;') || audioTest.canPlayType('audio/m4b;') || audioTest.canPlayType('audio/aac;')).replace(/^no$/, ''), + mp4: !!(audioTest.canPlayType('audio/x-mp4;') || audioTest.canPlayType('audio/mp4;') || audioTest.canPlayType('audio/aac;')).replace(/^no$/, ''), + weba: !!(!isOldSafari && audioTest.canPlayType('audio/webm; codecs="vorbis"').replace(/^no$/, '')), + webm: !!(!isOldSafari && audioTest.canPlayType('audio/webm; codecs="vorbis"').replace(/^no$/, '')), + dolby: !!audioTest.canPlayType('audio/mp4; codecs="ec-3"').replace(/^no$/, ''), + flac: !!(audioTest.canPlayType('audio/x-flac;') || audioTest.canPlayType('audio/flac;')).replace(/^no$/, '') + }; + + return self; + }, + + /** + * Some browsers/devices will only allow audio to be played after a user interaction. + * Attempt to automatically unlock audio on the first user interaction. + * Concept from: http://paulbakaus.com/tutorials/html5/web-audio-on-ios/ + * @return {Howler} + */ + _unlockAudio: function() { + var self = this || Howler; + + // Only run this if Web Audio is supported and it hasn't already been unlocked. + if (self._audioUnlocked || !self.ctx) { + return; + } + + self._audioUnlocked = false; + self.autoUnlock = false; + + // Some mobile devices/platforms have distortion issues when opening/closing tabs and/or web views. + // Bugs in the browser (especially Mobile Safari) can cause the sampleRate to change from 44100 to 48000. + // By calling Howler.unload(), we create a new AudioContext with the correct sampleRate. + if (!self._mobileUnloaded && self.ctx.sampleRate !== 44100) { + self._mobileUnloaded = true; + self.unload(); + } + + // Scratch buffer for enabling iOS to dispose of web audio buffers correctly, as per: + // http://stackoverflow.com/questions/24119684 + self._scratchBuffer = self.ctx.createBuffer(1, 1, 22050); + + // Call this method on touch start to create and play a buffer, + // then check if the audio actually played to determine if + // audio has now been unlocked on iOS, Android, etc. + var unlock = function(e) { + // Create a pool of unlocked HTML5 Audio objects that can + // be used for playing sounds without user interaction. HTML5 + // Audio objects must be individually unlocked, as opposed + // to the WebAudio API which only needs a single activation. + // This must occur before WebAudio setup or the source.onended + // event will not fire. + while (self._html5AudioPool.length < self.html5PoolSize) { + try { + var audioNode = new Audio(); + + // Mark this Audio object as unlocked to ensure it can get returned + // to the unlocked pool when released. + audioNode._unlocked = true; + + // Add the audio node to the pool. + self._releaseHtml5Audio(audioNode); + } catch (e) { + self.noAudio = true; + break; + } + } + + // Loop through any assigned audio nodes and unlock them. + for (var i=0; i= 55. + if (typeof self.ctx.resume === 'function') { + self.ctx.resume(); + } + + // Setup a timeout to check that we are unlocked on the next event loop. + source.onended = function() { + source.disconnect(0); + + // Update the unlocked state and prevent this check from happening again. + self._audioUnlocked = true; + + // Remove the touch start listener. + document.removeEventListener('touchstart', unlock, true); + document.removeEventListener('touchend', unlock, true); + document.removeEventListener('click', unlock, true); + document.removeEventListener('keydown', unlock, true); + + // Let all sounds know that audio has been unlocked. + for (var i=0; i 0 ? sound._seek : self._sprite[sprite][0] / 1000); + var duration = Math.max(0, ((self._sprite[sprite][0] + self._sprite[sprite][1]) / 1000) - seek); + var timeout = (duration * 1000) / Math.abs(sound._rate); + var start = self._sprite[sprite][0] / 1000; + var stop = (self._sprite[sprite][0] + self._sprite[sprite][1]) / 1000; + sound._sprite = sprite; + + // Mark the sound as ended instantly so that this async playback + // doesn't get grabbed by another call to play while this one waits to start. + sound._ended = false; + + // Update the parameters of the sound. + var setParams = function() { + sound._paused = false; + sound._seek = seek; + sound._start = start; + sound._stop = stop; + sound._loop = !!(sound._loop || self._sprite[sprite][2]); + }; + + // End the sound instantly if seek is at the end. + if (seek >= stop) { + self._ended(sound); + return; + } + + // Begin the actual playback. + var node = sound._node; + if (self._webAudio) { + // Fire this when the sound is ready to play to begin Web Audio playback. + var playWebAudio = function() { + self._playLock = false; + setParams(); + self._refreshBuffer(sound); + + // Setup the playback params. + var vol = (sound._muted || self._muted) ? 0 : sound._volume; + node.gain.setValueAtTime(vol, Howler.ctx.currentTime); + sound._playStart = Howler.ctx.currentTime; + + // Play the sound using the supported method. + if (typeof node.bufferSource.start === 'undefined') { + sound._loop ? node.bufferSource.noteGrainOn(0, seek, 86400) : node.bufferSource.noteGrainOn(0, seek, duration); + } else { + sound._loop ? node.bufferSource.start(0, seek, 86400) : node.bufferSource.start(0, seek, duration); + } + + // Start a new timer if none is present. + if (timeout !== Infinity) { + self._endTimers[sound._id] = setTimeout(self._ended.bind(self, sound), timeout); + } + + if (!internal) { + setTimeout(function() { + self._emit('play', sound._id); + self._loadQueue(); + }, 0); + } + }; + + if (Howler.state === 'running' && Howler.ctx.state !== 'interrupted') { + playWebAudio(); + } else { + self._playLock = true; + + // Wait for the audio context to resume before playing. + self.once('resume', playWebAudio); + + // Cancel the end timer. + self._clearTimer(sound._id); + } + } else { + // Fire this when the sound is ready to play to begin HTML5 Audio playback. + var playHtml5 = function() { + node.currentTime = seek; + node.muted = sound._muted || self._muted || Howler._muted || node.muted; + node.volume = sound._volume * Howler.volume(); + node.playbackRate = sound._rate; + + // Some browsers will throw an error if this is called without user interaction. + try { + var play = node.play(); + + // Support older browsers that don't support promises, and thus don't have this issue. + if (play && typeof Promise !== 'undefined' && (play instanceof Promise || typeof play.then === 'function')) { + // Implements a lock to prevent DOMException: The play() request was interrupted by a call to pause(). + self._playLock = true; + + // Set param values immediately. + setParams(); + + // Releases the lock and executes queued actions. + play + .then(function() { + self._playLock = false; + node._unlocked = true; + if (!internal) { + self._emit('play', sound._id); + } else { + self._loadQueue(); + } + }) + .catch(function() { + self._playLock = false; + self._emit('playerror', sound._id, 'Playback was unable to start. This is most commonly an issue ' + + 'on mobile devices and Chrome where playback was not within a user interaction.'); + + // Reset the ended and paused values. + sound._ended = true; + sound._paused = true; + }); + } else if (!internal) { + self._playLock = false; + setParams(); + self._emit('play', sound._id); + } + + // Setting rate before playing won't work in IE, so we set it again here. + node.playbackRate = sound._rate; + + // If the node is still paused, then we can assume there was a playback issue. + if (node.paused) { + self._emit('playerror', sound._id, 'Playback was unable to start. This is most commonly an issue ' + + 'on mobile devices and Chrome where playback was not within a user interaction.'); + return; + } + + // Setup the end timer on sprites or listen for the ended event. + if (sprite !== '__default' || sound._loop) { + self._endTimers[sound._id] = setTimeout(self._ended.bind(self, sound), timeout); + } else { + self._endTimers[sound._id] = function() { + // Fire ended on this audio node. + self._ended(sound); + + // Clear this listener. + node.removeEventListener('ended', self._endTimers[sound._id], false); + }; + node.addEventListener('ended', self._endTimers[sound._id], false); + } + } catch (err) { + self._emit('playerror', sound._id, err); + } + }; + + // If this is streaming audio, make sure the src is set and load again. + if (node.src === 'data:audio/wav;base64,UklGRigAAABXQVZFZm10IBIAAAABAAEARKwAAIhYAQACABAAAABkYXRhAgAAAAEA') { + node.src = self._src; + node.load(); + } + + // Play immediately if ready, or wait for the 'canplaythrough'e vent. + var loadedNoReadyState = (window && window.ejecta) || (!node.readyState && Howler._navigator.isCocoonJS); + if (node.readyState >= 3 || loadedNoReadyState) { + playHtml5(); + } else { + self._playLock = true; + self._state = 'loading'; + + var listener = function() { + self._state = 'loaded'; + + // Begin playback. + playHtml5(); + + // Clear this listener. + node.removeEventListener(Howler._canPlayEvent, listener, false); + }; + node.addEventListener(Howler._canPlayEvent, listener, false); + + // Cancel the end timer. + self._clearTimer(sound._id); + } + } + + return sound._id; + }, + + /** + * Pause playback and save current position. + * @param {Number} id The sound ID (empty to pause all in group). + * @return {Howl} + */ + pause: function(id) { + var self = this; + + // If the sound hasn't loaded or a play() promise is pending, add it to the load queue to pause when capable. + if (self._state !== 'loaded' || self._playLock) { + self._queue.push({ + event: 'pause', + action: function() { + self.pause(id); + } + }); + + return self; + } + + // If no id is passed, get all ID's to be paused. + var ids = self._getSoundIds(id); + + for (var i=0; i Returns the group's volume value. + * volume(id) -> Returns the sound id's current volume. + * volume(vol) -> Sets the volume of all sounds in this Howl group. + * volume(vol, id) -> Sets the volume of passed sound id. + * @return {Howl/Number} Returns self or current volume. + */ + volume: function() { + var self = this; + var args = arguments; + var vol, id; + + // Determine the values based on arguments. + if (args.length === 0) { + // Return the value of the groups' volume. + return self._volume; + } else if (args.length === 1 || args.length === 2 && typeof args[1] === 'undefined') { + // First check if this is an ID, and if not, assume it is a new volume. + var ids = self._getSoundIds(); + var index = ids.indexOf(args[0]); + if (index >= 0) { + id = parseInt(args[0], 10); + } else { + vol = parseFloat(args[0]); + } + } else if (args.length >= 2) { + vol = parseFloat(args[0]); + id = parseInt(args[1], 10); + } + + // Update the volume or return the current volume. + var sound; + if (typeof vol !== 'undefined') { + vol = Math.max(vol, 0); + + // If the sound hasn't loaded, add it to the load queue to change volume when capable. + if (self._state !== 'loaded'|| self._playLock) { + self._queue.push({ + event: 'volume', + action: function() { + self.volume.apply(self, args); + } + }); + + return self; + } + + // Set the group volume. + if (typeof id === 'undefined') { + self._volume = vol; + } + + // Update one or all volumes. + id = self._getSoundIds(id); + for (var i=0; i 0) ? len / steps : len); + var lastTick = Date.now(); + + // Store the value being faded to. + sound._fadeTo = to; + + // Update the volume value on each interval tick. + sound._interval = setInterval(function() { + // Update the volume based on the time since the last tick. + var tick = (Date.now() - lastTick) / len; + lastTick = Date.now(); + vol += diff * tick; + + // Round to within 2 decimal points. + vol = Math.round(vol * 100) / 100; + + // Make sure the volume is in the right bounds. + if (diff < 0) { + vol = Math.max(to, vol); + } else { + vol = Math.min(to, vol); + } + + // Change the volume. + if (self._webAudio) { + sound._volume = vol; + } else { + self.volume(vol, sound._id, true); + } + + // Set the group's volume. + if (isGroup) { + self._volume = vol; + } + + // When the fade is complete, stop it and fire event. + if ((to < from && vol <= to) || (to > from && vol >= to)) { + clearInterval(sound._interval); + sound._interval = null; + sound._fadeTo = null; + self.volume(to, sound._id); + self._emit('fade', sound._id); + } + }, stepLen); + }, + + /** + * Internal method that stops the currently playing fade when + * a new fade starts, volume is changed or the sound is stopped. + * @param {Number} id The sound id. + * @return {Howl} + */ + _stopFade: function(id) { + var self = this; + var sound = self._soundById(id); + + if (sound && sound._interval) { + if (self._webAudio) { + sound._node.gain.cancelScheduledValues(Howler.ctx.currentTime); + } + + clearInterval(sound._interval); + sound._interval = null; + self.volume(sound._fadeTo, id); + sound._fadeTo = null; + self._emit('fade', id); + } + + return self; + }, + + /** + * Get/set the loop parameter on a sound. This method can optionally take 0, 1 or 2 arguments. + * loop() -> Returns the group's loop value. + * loop(id) -> Returns the sound id's loop value. + * loop(loop) -> Sets the loop value for all sounds in this Howl group. + * loop(loop, id) -> Sets the loop value of passed sound id. + * @return {Howl/Boolean} Returns self or current loop value. + */ + loop: function() { + var self = this; + var args = arguments; + var loop, id, sound; + + // Determine the values for loop and id. + if (args.length === 0) { + // Return the grou's loop value. + return self._loop; + } else if (args.length === 1) { + if (typeof args[0] === 'boolean') { + loop = args[0]; + self._loop = loop; + } else { + // Return this sound's loop value. + sound = self._soundById(parseInt(args[0], 10)); + return sound ? sound._loop : false; + } + } else if (args.length === 2) { + loop = args[0]; + id = parseInt(args[1], 10); + } else if (args.length === 3) { + id = parseInt(args[2], 10); + sound = self._soundById(id); + if (sound) { + sound._loop = true; + sound._start = parseFloat(args[0]) || 0; + sound._stop = parseFloat(args[1]) || self._duration; + if (self._webAudio && sound._node && sound._node.bufferSource) { + sound._node.bufferSource.loop = true; + sound._node.bufferSource.loopStart = sound._start; + sound._node.bufferSource.loopEnd = sound._stop; + + // If playing, restart playback to ensure looping updates. + if (self.playing(id)) { + self.pause(id, true); + self.play(id, true); + } + } + } + return; + } + + // If no id is passed, get all ID's to be looped. + var ids = self._getSoundIds(id); + for (var i=0; i Returns the first sound node's current playback rate. + * rate(id) -> Returns the sound id's current playback rate. + * rate(rate) -> Sets the playback rate of all sounds in this Howl group. + * rate(rate, id) -> Sets the playback rate of passed sound id. + * @return {Howl/Number} Returns self or the current playback rate. + */ + rate: function() { + var self = this; + var args = arguments; + var rate, id; + + // Determine the values based on arguments. + if (args.length === 0) { + // We will simply return the current rate of the first node. + id = self._sounds[0]._id; + } else if (args.length === 1) { + // First check if this is an ID, and if not, assume it is a new rate value. + var ids = self._getSoundIds(); + var index = ids.indexOf(args[0]); + if (index >= 0) { + id = parseInt(args[0], 10); + } else { + rate = parseFloat(args[0]); + } + } else if (args.length === 2) { + rate = parseFloat(args[0]); + id = parseInt(args[1], 10); + } + + // Update the playback rate or return the current value. + var sound; + if (typeof rate === 'number') { + // If the sound hasn't loaded, add it to the load queue to change playback rate when capable. + if (self._state !== 'loaded' || self._playLock) { + self._queue.push({ + event: 'rate', + action: function() { + self.rate.apply(self, args); + } + }); + + return self; + } + + // Set the group rate. + if (typeof id === 'undefined') { + self._rate = rate; + } + + // Update one or all volumes. + id = self._getSoundIds(id); + for (var i=0; i Returns the first sound node's current seek position. + * seek(id) -> Returns the sound id's current seek position. + * seek(seek) -> Sets the seek position of the first sound node. + * seek(seek, id) -> Sets the seek position of passed sound id. + * @return {Howl/Number} Returns self or the current seek position. + */ + seek: function() { + var self = this; + var args = arguments; + var seek, id; + + // Determine the values based on arguments. + if (args.length === 0) { + // We will simply return the current position of the first node. + if (self._sounds.length) { + id = self._sounds[0]._id; + } + } else if (args.length === 1) { + // First check if this is an ID, and if not, assume it is a new seek position. + var ids = self._getSoundIds(); + var index = ids.indexOf(args[0]); + if (index >= 0) { + id = parseInt(args[0], 10); + } else if (self._sounds.length) { + id = self._sounds[0]._id; + seek = parseFloat(args[0]); + } + } else if (args.length === 2) { + seek = parseFloat(args[0]); + id = parseInt(args[1], 10); + } + + // If there is no ID, bail out. + if (typeof id === 'undefined') { + return 0; + } + + // If the sound hasn't loaded, add it to the load queue to seek when capable. + if (typeof seek === 'number' && (self._state !== 'loaded' || self._playLock)) { + self._queue.push({ + event: 'seek', + action: function() { + self.seek.apply(self, args); + } + }); + + return self; + } + + // Get the sound. + var sound = self._soundById(id); + + if (sound) { + if (typeof seek === 'number' && seek >= 0) { + // Pause the sound and update position for restarting playback. + var playing = self.playing(id); + if (playing) { + self.pause(id, true); + } + + // Move the position of the track and cancel timer. + sound._seek = seek; + sound._ended = false; + self._clearTimer(id); + + // Update the seek position for HTML5 Audio. + if (!self._webAudio && sound._node && !isNaN(sound._node.duration)) { + sound._node.currentTime = seek; + } + + // Seek and emit when ready. + var seekAndEmit = function() { + // Restart the playback if the sound was playing. + if (playing) { + self.play(id, true); + } + + self._emit('seek', id); + }; + + // Wait for the play lock to be unset before emitting (HTML5 Audio). + if (playing && !self._webAudio) { + var emitSeek = function() { + if (!self._playLock) { + seekAndEmit(); + } else { + setTimeout(emitSeek, 0); + } + }; + setTimeout(emitSeek, 0); + } else { + seekAndEmit(); + } + } else { + if (self._webAudio) { + var realTime = self.playing(id) ? Howler.ctx.currentTime - sound._playStart : 0; + var rateSeek = sound._rateSeek ? sound._rateSeek - sound._seek : 0; + return sound._seek + (rateSeek + realTime * Math.abs(sound._rate)); + } else { + return sound._node.currentTime; + } + } + } + + return self; + }, + + /** + * Check if a specific sound is currently playing or not (if id is provided), or check if at least one of the sounds in the group is playing or not. + * @param {Number} id The sound id to check. If none is passed, the whole sound group is checked. + * @return {Boolean} True if playing and false if not. + */ + playing: function(id) { + var self = this; + + // Check the passed sound ID (if any). + if (typeof id === 'number') { + var sound = self._soundById(id); + return sound ? !sound._paused : false; + } + + // Otherwise, loop through all sounds and check if any are playing. + for (var i=0; i= 0) { + Howler._howls.splice(index, 1); + } + + // Delete this sound from the cache (if no other Howl is using it). + var remCache = true; + for (i=0; i= 0)) { + remCache = false; + break; + } + } + + if (cache && remCache) { + delete cache[self._src]; + } + + // Clear global errors. + Howler.noAudio = false; + + // Clear out `self`. + self._state = 'unloaded'; + self._sounds = []; + self = null; + + return null; + }, + + /** + * Listen to a custom event. + * @param {String} event Event name. + * @param {Function} fn Listener to call. + * @param {Number} id (optional) Only listen to events for this sound. + * @param {Number} once (INTERNAL) Marks event to fire only once. + * @return {Howl} + */ + on: function(event, fn, id, once) { + var self = this; + var events = self['_on' + event]; + + if (typeof fn === 'function') { + events.push(once ? {id: id, fn: fn, once: once} : {id: id, fn: fn}); + } + + return self; + }, + + /** + * Remove a custom event. Call without parameters to remove all events. + * @param {String} event Event name. + * @param {Function} fn Listener to remove. Leave empty to remove all. + * @param {Number} id (optional) Only remove events for this sound. + * @return {Howl} + */ + off: function(event, fn, id) { + var self = this; + var events = self['_on' + event]; + var i = 0; + + // Allow passing just an event and ID. + if (typeof fn === 'number') { + id = fn; + fn = null; + } + + if (fn || id) { + // Loop through event store and remove the passed function. + for (i=0; i=0; i--) { + // Only fire the listener if the correct ID is used. + if (!events[i].id || events[i].id === id || event === 'load') { + setTimeout(function(fn) { + fn.call(this, id, msg); + }.bind(self, events[i].fn), 0); + + // If this event was setup with `once`, remove it. + if (events[i].once) { + self.off(event, events[i].fn, events[i].id); + } + } + } + + // Pass the event type into load queue so that it can continue stepping. + self._loadQueue(event); + + return self; + }, + + /** + * Queue of actions initiated before the sound has loaded. + * These will be called in sequence, with the next only firing + * after the previous has finished executing (even if async like play). + * @return {Howl} + */ + _loadQueue: function(event) { + var self = this; + + if (self._queue.length > 0) { + var task = self._queue[0]; + + // Remove this task if a matching event was passed. + if (task.event === event) { + self._queue.shift(); + self._loadQueue(); + } + + // Run the task if no event type is passed. + if (!event) { + task.action(); + } + } + + return self; + }, + + /** + * Fired when playback ends at the end of the duration. + * @param {Sound} sound The sound object to work with. + * @return {Howl} + */ + _ended: function(sound) { + var self = this; + var sprite = sound._sprite; + + // If we are using IE and there was network latency we may be clipping + // audio before it completes playing. Lets check the node to make sure it + // believes it has completed, before ending the playback. + if (!self._webAudio && sound._node && !sound._node.paused && !sound._node.ended && sound._node.currentTime < sound._stop) { + setTimeout(self._ended.bind(self, sound), 100); + return self; + } + + // Should this sound loop? + var loop = !!(sound._loop || self._sprite[sprite][2]); + + // Fire the ended event. + self._emit('end', sound._id); + + // Restart the playback for HTML5 Audio loop. + if (!self._webAudio && loop) { + self.stop(sound._id, true).play(sound._id); + } + + // Restart this timer if on a Web Audio loop. + if (self._webAudio && loop) { + self._emit('play', sound._id); + sound._seek = sound._start || 0; + sound._rateSeek = 0; + sound._playStart = Howler.ctx.currentTime; + + var timeout = ((sound._stop - sound._start) * 1000) / Math.abs(sound._rate); + self._endTimers[sound._id] = setTimeout(self._ended.bind(self, sound), timeout); + } + + // Mark the node as paused. + if (self._webAudio && !loop) { + sound._paused = true; + sound._ended = true; + sound._seek = sound._start || 0; + sound._rateSeek = 0; + self._clearTimer(sound._id); + + // Clean up the buffer source. + self._cleanBuffer(sound._node); + + // Attempt to auto-suspend AudioContext if no sounds are still playing. + Howler._autoSuspend(); + } + + // When using a sprite, end the track. + if (!self._webAudio && !loop) { + self.stop(sound._id, true); + } + + return self; + }, + + /** + * Clear the end timer for a sound playback. + * @param {Number} id The sound ID. + * @return {Howl} + */ + _clearTimer: function(id) { + var self = this; + + if (self._endTimers[id]) { + // Clear the timeout or remove the ended listener. + if (typeof self._endTimers[id] !== 'function') { + clearTimeout(self._endTimers[id]); + } else { + var sound = self._soundById(id); + if (sound && sound._node) { + sound._node.removeEventListener('ended', self._endTimers[id], false); + } + } + + delete self._endTimers[id]; + } + + return self; + }, + + /** + * Return the sound identified by this ID, or return null. + * @param {Number} id Sound ID + * @return {Object} Sound object or null. + */ + _soundById: function(id) { + var self = this; + + // Loop through all sounds and find the one with this ID. + for (var i=0; i=0; i--) { + if (cnt <= limit) { + return; + } + + if (self._sounds[i]._ended) { + // Disconnect the audio source when using Web Audio. + if (self._webAudio && self._sounds[i]._node) { + self._sounds[i]._node.disconnect(0); + } + + // Remove sounds until we have the pool size. + self._sounds.splice(i, 1); + cnt--; + } + } + }, + + /** + * Get all ID's from the sounds pool. + * @param {Number} id Only return one ID if one is passed. + * @return {Array} Array of IDs. + */ + _getSoundIds: function(id) { + var self = this; + + if (typeof id === 'undefined') { + var ids = []; + for (var i=0; i= 0; + + if (!node.bufferSource) { + return self; + } + + if (Howler._scratchBuffer && node.bufferSource) { + node.bufferSource.onended = null; + node.bufferSource.disconnect(0); + if (isIOS) { + try { node.bufferSource.buffer = Howler._scratchBuffer; } catch(e) {} + } + } + node.bufferSource = null; + + return self; + }, + + /** + * Set the source to a 0-second silence to stop any downloading (except in IE). + * @param {Object} node Audio node to clear. + */ + _clearSound: function(node) { + var checkIE = /MSIE |Trident\//.test(Howler._navigator && Howler._navigator.userAgent); + if (!checkIE) { + node.src = 'data:audio/wav;base64,UklGRigAAABXQVZFZm10IBIAAAABAAEARKwAAIhYAQACABAAAABkYXRhAgAAAAEA'; + } + } + }; + + /** Single Sound Methods **/ + /***************************************************************************/ + + /** + * Setup the sound object, which each node attached to a Howl group is contained in. + * @param {Object} howl The Howl parent group. + */ + var Sound = function(howl) { + this._parent = howl; + this.init(); + }; + Sound.prototype = { + /** + * Initialize a new Sound object. + * @return {Sound} + */ + init: function() { + var self = this; + var parent = self._parent; + + // Setup the default parameters. + self._muted = parent._muted; + self._loop = parent._loop; + self._volume = parent._volume; + self._rate = parent._rate; + self._seek = 0; + self._paused = true; + self._ended = true; + self._sprite = '__default'; + + // Generate a unique ID for this sound. + self._id = ++Howler._counter; + + // Add itself to the parent's pool. + parent._sounds.push(self); + + // Create the new node. + self.create(); + + return self; + }, + + /** + * Create and setup a new sound object, whether HTML5 Audio or Web Audio. + * @return {Sound} + */ + create: function() { + var self = this; + var parent = self._parent; + var volume = (Howler._muted || self._muted || self._parent._muted) ? 0 : self._volume; + + if (parent._webAudio) { + // Create the gain node for controlling volume (the source will connect to this). + self._node = (typeof Howler.ctx.createGain === 'undefined') ? Howler.ctx.createGainNode() : Howler.ctx.createGain(); + self._node.gain.setValueAtTime(volume, Howler.ctx.currentTime); + self._node.paused = true; + self._node.connect(Howler.masterGain); + } else if (!Howler.noAudio) { + // Get an unlocked Audio object from the pool. + self._node = Howler._obtainHtml5Audio(); + + // Listen for errors (http://dev.w3.org/html5/spec-author-view/spec.html#mediaerror). + self._errorFn = self._errorListener.bind(self); + self._node.addEventListener('error', self._errorFn, false); + + // Listen for 'canplaythrough' event to let us know the sound is ready. + self._loadFn = self._loadListener.bind(self); + self._node.addEventListener(Howler._canPlayEvent, self._loadFn, false); + + // Listen for the 'ended' event on the sound to account for edge-case where + // a finite sound has a duration of Infinity. + self._endFn = self._endListener.bind(self); + self._node.addEventListener('ended', self._endFn, false); + + // Setup the new audio node. + self._node.src = parent._src; + self._node.preload = parent._preload === true ? 'auto' : parent._preload; + self._node.volume = volume * Howler.volume(); + + // Begin loading the source. + self._node.load(); + } + + return self; + }, + + /** + * Reset the parameters of this sound to the original state (for recycle). + * @return {Sound} + */ + reset: function() { + var self = this; + var parent = self._parent; + + // Reset all of the parameters of this sound. + self._muted = parent._muted; + self._loop = parent._loop; + self._volume = parent._volume; + self._rate = parent._rate; + self._seek = 0; + self._rateSeek = 0; + self._paused = true; + self._ended = true; + self._sprite = '__default'; + + // Generate a new ID so that it isn't confused with the previous sound. + self._id = ++Howler._counter; + + return self; + }, + + /** + * HTML5 Audio error listener callback. + */ + _errorListener: function() { + var self = this; + + // Fire an error event and pass back the code. + self._parent._emit('loaderror', self._id, self._node.error ? self._node.error.code : 0); + + // Clear the event listener. + self._node.removeEventListener('error', self._errorFn, false); + }, + + /** + * HTML5 Audio canplaythrough listener callback. + */ + _loadListener: function() { + var self = this; + var parent = self._parent; + + // Round up the duration to account for the lower precision in HTML5 Audio. + parent._duration = Math.ceil(self._node.duration * 10) / 10; + + // Setup a sprite if none is defined. + if (Object.keys(parent._sprite).length === 0) { + parent._sprite = {__default: [0, parent._duration * 1000]}; + } + + if (parent._state !== 'loaded') { + parent._state = 'loaded'; + parent._emit('load'); + parent._loadQueue(); + } + + // Clear the event listener. + self._node.removeEventListener(Howler._canPlayEvent, self._loadFn, false); + }, + + /** + * HTML5 Audio ended listener callback. + */ + _endListener: function() { + var self = this; + var parent = self._parent; + + // Only handle the `ended`` event if the duration is Infinity. + if (parent._duration === Infinity) { + // Update the parent duration to match the real audio duration. + // Round up the duration to account for the lower precision in HTML5 Audio. + parent._duration = Math.ceil(self._node.duration * 10) / 10; + + // Update the sprite that corresponds to the real duration. + if (parent._sprite.__default[1] === Infinity) { + parent._sprite.__default[1] = parent._duration * 1000; + } + + // Run the regular ended method. + parent._ended(self); + } + + // Clear the event listener since the duration is now correct. + self._node.removeEventListener('ended', self._endFn, false); + } + }; + + /** Helper Methods **/ + /***************************************************************************/ + + var cache = {}; + + /** + * Buffer a sound from URL, Data URI or cache and decode to audio source (Web Audio API). + * @param {Howl} self + */ + var loadBuffer = function(self) { + var src = self._src; + + // Check if the src is arraybuffer or audiobuffer. + // Disable caching if its not a url. + if (src instanceof ArrayBuffer) { + decodeAudioData(src, self); + return; + } else if (src instanceof AudioBuffer) { + loadSound(self, src); + return; + } + + // Check if the buffer has already been cached and use it instead. + if (cache[src]) { + loadSound(self, cache[src]); + return; + } + + if (/^data:[^;]+;base64,/.test(src)) { + // Decode the base64 data URI without XHR, since some browsers don't support it. + var data = atob(src.split(',')[1]); + var dataView = new Uint8Array(data.length); + for (var i=0; i=0; i--) { + self._howls[i].stereo(pan); + } + + return self; + }; + + /** + * Get/set the position of the listener in 3D cartesian space. Sounds using + * 3D position will be relative to the listener's position. + * @param {Number} x The x-position of the listener. + * @param {Number} y The y-position of the listener. + * @param {Number} z The z-position of the listener. + * @return {Howler/Array} Self or current listener position. + */ + HowlerGlobal.prototype.pos = function(x, y, z) { + var self = this; + + // Stop right here if not using Web Audio. + if (!self.ctx || !self.ctx.listener) { + return self; + } + + // Set the defaults for optional 'y' & 'z'. + y = (typeof y !== 'number') ? self._pos[1] : y; + z = (typeof z !== 'number') ? self._pos[2] : z; + + if (typeof x === 'number') { + self._pos = [x, y, z]; + + if (typeof self.ctx.listener.positionX !== 'undefined') { + self.ctx.listener.positionX.setTargetAtTime(self._pos[0], Howler.ctx.currentTime, 0.1); + self.ctx.listener.positionY.setTargetAtTime(self._pos[1], Howler.ctx.currentTime, 0.1); + self.ctx.listener.positionZ.setTargetAtTime(self._pos[2], Howler.ctx.currentTime, 0.1); + } else { + self.ctx.listener.setPosition(self._pos[0], self._pos[1], self._pos[2]); + } + } else { + return self._pos; + } + + return self; + }; + + /** + * Get/set the direction the listener is pointing in the 3D cartesian space. + * A front and up vector must be provided. The front is the direction the + * face of the listener is pointing, and up is the direction the top of the + * listener is pointing. Thus, these values are expected to be at right angles + * from each other. + * @param {Number} x The x-orientation of the listener. + * @param {Number} y The y-orientation of the listener. + * @param {Number} z The z-orientation of the listener. + * @param {Number} xUp The x-orientation of the top of the listener. + * @param {Number} yUp The y-orientation of the top of the listener. + * @param {Number} zUp The z-orientation of the top of the listener. + * @return {Howler/Array} Returns self or the current orientation vectors. + */ + HowlerGlobal.prototype.orientation = function(x, y, z, xUp, yUp, zUp) { + var self = this; + + // Stop right here if not using Web Audio. + if (!self.ctx || !self.ctx.listener) { + return self; + } + + // Set the defaults for optional 'y' & 'z'. + var or = self._orientation; + y = (typeof y !== 'number') ? or[1] : y; + z = (typeof z !== 'number') ? or[2] : z; + xUp = (typeof xUp !== 'number') ? or[3] : xUp; + yUp = (typeof yUp !== 'number') ? or[4] : yUp; + zUp = (typeof zUp !== 'number') ? or[5] : zUp; + + if (typeof x === 'number') { + self._orientation = [x, y, z, xUp, yUp, zUp]; + + if (typeof self.ctx.listener.forwardX !== 'undefined') { + self.ctx.listener.forwardX.setTargetAtTime(x, Howler.ctx.currentTime, 0.1); + self.ctx.listener.forwardY.setTargetAtTime(y, Howler.ctx.currentTime, 0.1); + self.ctx.listener.forwardZ.setTargetAtTime(z, Howler.ctx.currentTime, 0.1); + self.ctx.listener.upX.setTargetAtTime(xUp, Howler.ctx.currentTime, 0.1); + self.ctx.listener.upY.setTargetAtTime(yUp, Howler.ctx.currentTime, 0.1); + self.ctx.listener.upZ.setTargetAtTime(zUp, Howler.ctx.currentTime, 0.1); + } else { + self.ctx.listener.setOrientation(x, y, z, xUp, yUp, zUp); + } + } else { + return or; + } + + return self; + }; + + /** Group Methods **/ + /***************************************************************************/ + + /** + * Add new properties to the core init. + * @param {Function} _super Core init method. + * @return {Howl} + */ + Howl.prototype.init = (function(_super) { + return function(o) { + var self = this; + + // Setup user-defined default properties. + self._orientation = o.orientation || [1, 0, 0]; + self._stereo = o.stereo || null; + self._pos = o.pos || null; + self._pannerAttr = { + coneInnerAngle: typeof o.coneInnerAngle !== 'undefined' ? o.coneInnerAngle : 360, + coneOuterAngle: typeof o.coneOuterAngle !== 'undefined' ? o.coneOuterAngle : 360, + coneOuterGain: typeof o.coneOuterGain !== 'undefined' ? o.coneOuterGain : 0, + distanceModel: typeof o.distanceModel !== 'undefined' ? o.distanceModel : 'inverse', + maxDistance: typeof o.maxDistance !== 'undefined' ? o.maxDistance : 10000, + panningModel: typeof o.panningModel !== 'undefined' ? o.panningModel : 'HRTF', + refDistance: typeof o.refDistance !== 'undefined' ? o.refDistance : 1, + rolloffFactor: typeof o.rolloffFactor !== 'undefined' ? o.rolloffFactor : 1 + }; + + // Setup event listeners. + self._onstereo = o.onstereo ? [{fn: o.onstereo}] : []; + self._onpos = o.onpos ? [{fn: o.onpos}] : []; + self._onorientation = o.onorientation ? [{fn: o.onorientation}] : []; + + // Complete initilization with howler.js core's init function. + return _super.call(this, o); + }; + })(Howl.prototype.init); + + /** + * Get/set the stereo panning of the audio source for this sound or all in the group. + * @param {Number} pan A value of -1.0 is all the way left and 1.0 is all the way right. + * @param {Number} id (optional) The sound ID. If none is passed, all in group will be updated. + * @return {Howl/Number} Returns self or the current stereo panning value. + */ + Howl.prototype.stereo = function(pan, id) { + var self = this; + + // Stop right here if not using Web Audio. + if (!self._webAudio) { + return self; + } + + // If the sound hasn't loaded, add it to the load queue to change stereo pan when capable. + if (self._state !== 'loaded') { + self._queue.push({ + event: 'stereo', + action: function() { + self.stereo(pan, id); + } + }); + + return self; + } + + // Check for PannerStereoNode support and fallback to PannerNode if it doesn't exist. + var pannerType = (typeof Howler.ctx.createStereoPanner === 'undefined') ? 'spatial' : 'stereo'; + + // Setup the group's stereo panning if no ID is passed. + if (typeof id === 'undefined') { + // Return the group's stereo panning if no parameters are passed. + if (typeof pan === 'number') { + self._stereo = pan; + self._pos = [pan, 0, 0]; + } else { + return self._stereo; + } + } + + // Change the streo panning of one or all sounds in group. + var ids = self._getSoundIds(id); + for (var i=0; i Returns the group's values. + * pannerAttr(id) -> Returns the sound id's values. + * pannerAttr(o) -> Set's the values of all sounds in this Howl group. + * pannerAttr(o, id) -> Set's the values of passed sound id. + * + * Attributes: + * coneInnerAngle - (360 by default) A parameter for directional audio sources, this is an angle, in degrees, + * inside of which there will be no volume reduction. + * coneOuterAngle - (360 by default) A parameter for directional audio sources, this is an angle, in degrees, + * outside of which the volume will be reduced to a constant value of `coneOuterGain`. + * coneOuterGain - (0 by default) A parameter for directional audio sources, this is the gain outside of the + * `coneOuterAngle`. It is a linear value in the range `[0, 1]`. + * distanceModel - ('inverse' by default) Determines algorithm used to reduce volume as audio moves away from + * listener. Can be `linear`, `inverse` or `exponential. + * maxDistance - (10000 by default) The maximum distance between source and listener, after which the volume + * will not be reduced any further. + * refDistance - (1 by default) A reference distance for reducing volume as source moves further from the listener. + * This is simply a variable of the distance model and has a different effect depending on which model + * is used and the scale of your coordinates. Generally, volume will be equal to 1 at this distance. + * rolloffFactor - (1 by default) How quickly the volume reduces as source moves from listener. This is simply a + * variable of the distance model and can be in the range of `[0, 1]` with `linear` and `[0, ∞]` + * with `inverse` and `exponential`. + * panningModel - ('HRTF' by default) Determines which spatialization algorithm is used to position audio. + * Can be `HRTF` or `equalpower`. + * + * @return {Howl/Object} Returns self or current panner attributes. + */ + Howl.prototype.pannerAttr = function() { + var self = this; + var args = arguments; + var o, id, sound; + + // Stop right here if not using Web Audio. + if (!self._webAudio) { + return self; + } + + // Determine the values based on arguments. + if (args.length === 0) { + // Return the group's panner attribute values. + return self._pannerAttr; + } else if (args.length === 1) { + if (typeof args[0] === 'object') { + o = args[0]; + + // Set the grou's panner attribute values. + if (typeof id === 'undefined') { + if (!o.pannerAttr) { + o.pannerAttr = { + coneInnerAngle: o.coneInnerAngle, + coneOuterAngle: o.coneOuterAngle, + coneOuterGain: o.coneOuterGain, + distanceModel: o.distanceModel, + maxDistance: o.maxDistance, + refDistance: o.refDistance, + rolloffFactor: o.rolloffFactor, + panningModel: o.panningModel + }; + } + + self._pannerAttr = { + coneInnerAngle: typeof o.pannerAttr.coneInnerAngle !== 'undefined' ? o.pannerAttr.coneInnerAngle : self._coneInnerAngle, + coneOuterAngle: typeof o.pannerAttr.coneOuterAngle !== 'undefined' ? o.pannerAttr.coneOuterAngle : self._coneOuterAngle, + coneOuterGain: typeof o.pannerAttr.coneOuterGain !== 'undefined' ? o.pannerAttr.coneOuterGain : self._coneOuterGain, + distanceModel: typeof o.pannerAttr.distanceModel !== 'undefined' ? o.pannerAttr.distanceModel : self._distanceModel, + maxDistance: typeof o.pannerAttr.maxDistance !== 'undefined' ? o.pannerAttr.maxDistance : self._maxDistance, + refDistance: typeof o.pannerAttr.refDistance !== 'undefined' ? o.pannerAttr.refDistance : self._refDistance, + rolloffFactor: typeof o.pannerAttr.rolloffFactor !== 'undefined' ? o.pannerAttr.rolloffFactor : self._rolloffFactor, + panningModel: typeof o.pannerAttr.panningModel !== 'undefined' ? o.pannerAttr.panningModel : self._panningModel + }; + } + } else { + // Return this sound's panner attribute values. + sound = self._soundById(parseInt(args[0], 10)); + return sound ? sound._pannerAttr : self._pannerAttr; + } + } else if (args.length === 2) { + o = args[0]; + id = parseInt(args[1], 10); + } + + // Update the values of the specified sounds. + var ids = self._getSoundIds(id); + for (var i=0; i=0&&e<=1){if(o._volume=e,o._muted)return o;o.usingWebAudio&&o.masterGain.gain.setValueAtTime(e,n.ctx.currentTime);for(var t=0;t=0;o--)e._howls[o].unload();return e.usingWebAudio&&e.ctx&&void 0!==e.ctx.close&&(e.ctx.close(),e.ctx=null,_()),e},codecs:function(e){return(this||n)._codecs[e.replace(/^x-/,"")]},_setup:function(){var e=this||n;if(e.state=e.ctx?e.ctx.state||"suspended":"suspended",e._autoSuspend(),!e.usingWebAudio)if("undefined"!=typeof Audio)try{var o=new Audio;void 0===o.oncanplaythrough&&(e._canPlayEvent="canplay")}catch(n){e.noAudio=!0}else e.noAudio=!0;try{var o=new Audio;o.muted&&(e.noAudio=!0)}catch(e){}return e.noAudio||e._setupCodecs(),e},_setupCodecs:function(){var e=this||n,o=null;try{o="undefined"!=typeof Audio?new Audio:null}catch(n){return e}if(!o||"function"!=typeof o.canPlayType)return e;var t=o.canPlayType("audio/mpeg;").replace(/^no$/,""),r=e._navigator?e._navigator.userAgent:"",a=r.match(/OPR\/(\d+)/g),u=a&&parseInt(a[0].split("/")[1],10)<33,d=-1!==r.indexOf("Safari")&&-1===r.indexOf("Chrome"),i=r.match(/Version\/(.*?) /),_=d&&i&&parseInt(i[1],10)<15;return e._codecs={mp3:!(u||!t&&!o.canPlayType("audio/mp3;").replace(/^no$/,"")),mpeg:!!t,opus:!!o.canPlayType('audio/ogg; codecs="opus"').replace(/^no$/,""),ogg:!!o.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),oga:!!o.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),wav:!!(o.canPlayType('audio/wav; codecs="1"')||o.canPlayType("audio/wav")).replace(/^no$/,""),aac:!!o.canPlayType("audio/aac;").replace(/^no$/,""),caf:!!o.canPlayType("audio/x-caf;").replace(/^no$/,""),m4a:!!(o.canPlayType("audio/x-m4a;")||o.canPlayType("audio/m4a;")||o.canPlayType("audio/aac;")).replace(/^no$/,""),m4b:!!(o.canPlayType("audio/x-m4b;")||o.canPlayType("audio/m4b;")||o.canPlayType("audio/aac;")).replace(/^no$/,""),mp4:!!(o.canPlayType("audio/x-mp4;")||o.canPlayType("audio/mp4;")||o.canPlayType("audio/aac;")).replace(/^no$/,""),weba:!(_||!o.canPlayType('audio/webm; codecs="vorbis"').replace(/^no$/,"")),webm:!(_||!o.canPlayType('audio/webm; codecs="vorbis"').replace(/^no$/,"")),dolby:!!o.canPlayType('audio/mp4; codecs="ec-3"').replace(/^no$/,""),flac:!!(o.canPlayType("audio/x-flac;")||o.canPlayType("audio/flac;")).replace(/^no$/,"")},e},_unlockAudio:function(){var e=this||n;if(!e._audioUnlocked&&e.ctx){e._audioUnlocked=!1,e.autoUnlock=!1,e._mobileUnloaded||44100===e.ctx.sampleRate||(e._mobileUnloaded=!0,e.unload()),e._scratchBuffer=e.ctx.createBuffer(1,1,22050);var o=function(n){for(;e._html5AudioPool.length0?d._seek:t._sprite[e][0]/1e3),s=Math.max(0,(t._sprite[e][0]+t._sprite[e][1])/1e3-_),l=1e3*s/Math.abs(d._rate),c=t._sprite[e][0]/1e3,f=(t._sprite[e][0]+t._sprite[e][1])/1e3;d._sprite=e,d._ended=!1;var p=function(){d._paused=!1,d._seek=_,d._start=c,d._stop=f,d._loop=!(!d._loop&&!t._sprite[e][2])};if(_>=f)return void t._ended(d);var m=d._node;if(t._webAudio){var v=function(){t._playLock=!1,p(),t._refreshBuffer(d);var e=d._muted||t._muted?0:d._volume;m.gain.setValueAtTime(e,n.ctx.currentTime),d._playStart=n.ctx.currentTime,void 0===m.bufferSource.start?d._loop?m.bufferSource.noteGrainOn(0,_,86400):m.bufferSource.noteGrainOn(0,_,s):d._loop?m.bufferSource.start(0,_,86400):m.bufferSource.start(0,_,s),l!==1/0&&(t._endTimers[d._id]=setTimeout(t._ended.bind(t,d),l)),o||setTimeout(function(){t._emit("play",d._id),t._loadQueue()},0)};"running"===n.state&&"interrupted"!==n.ctx.state?v():(t._playLock=!0,t.once("resume",v),t._clearTimer(d._id))}else{var h=function(){m.currentTime=_,m.muted=d._muted||t._muted||n._muted||m.muted,m.volume=d._volume*n.volume(),m.playbackRate=d._rate;try{var r=m.play();if(r&&"undefined"!=typeof Promise&&(r instanceof Promise||"function"==typeof r.then)?(t._playLock=!0,p(),r.then(function(){t._playLock=!1,m._unlocked=!0,o?t._loadQueue():t._emit("play",d._id)}).catch(function(){t._playLock=!1,t._emit("playerror",d._id,"Playback was unable to start. This is most commonly an issue on mobile devices and Chrome where playback was not within a user interaction."),d._ended=!0,d._paused=!0})):o||(t._playLock=!1,p(),t._emit("play",d._id)),m.playbackRate=d._rate,m.paused)return void t._emit("playerror",d._id,"Playback was unable to start. This is most commonly an issue on mobile devices and Chrome where playback was not within a user interaction.");"__default"!==e||d._loop?t._endTimers[d._id]=setTimeout(t._ended.bind(t,d),l):(t._endTimers[d._id]=function(){t._ended(d),m.removeEventListener("ended",t._endTimers[d._id],!1)},m.addEventListener("ended",t._endTimers[d._id],!1))}catch(e){t._emit("playerror",d._id,e)}};"data:audio/wav;base64,UklGRigAAABXQVZFZm10IBIAAAABAAEARKwAAIhYAQACABAAAABkYXRhAgAAAAEA"===m.src&&(m.src=t._src,m.load());var y=window&&window.ejecta||!m.readyState&&n._navigator.isCocoonJS;if(m.readyState>=3||y)h();else{t._playLock=!0,t._state="loading";var g=function(){t._state="loaded",h(),m.removeEventListener(n._canPlayEvent,g,!1)};m.addEventListener(n._canPlayEvent,g,!1),t._clearTimer(d._id)}}return d._id},pause:function(e){var n=this;if("loaded"!==n._state||n._playLock)return n._queue.push({event:"pause",action:function(){n.pause(e)}}),n;for(var o=n._getSoundIds(e),t=0;t=0?o=parseInt(r[0],10):e=parseFloat(r[0])}else r.length>=2&&(e=parseFloat(r[0]),o=parseInt(r[1],10));var a;if(!(void 0!==e&&e>=0&&e<=1))return a=o?t._soundById(o):t._sounds[0],a?a._volume:0;if("loaded"!==t._state||t._playLock)return t._queue.push({event:"volume",action:function(){t.volume.apply(t,r)}}),t;void 0===o&&(t._volume=e),o=t._getSoundIds(o);for(var u=0;u0?t/_:t),l=Date.now();e._fadeTo=o,e._interval=setInterval(function(){var r=(Date.now()-l)/t;l=Date.now(),d+=i*r,d=Math.round(100*d)/100,d=i<0?Math.max(o,d):Math.min(o,d),u._webAudio?e._volume=d:u.volume(d,e._id,!0),a&&(u._volume=d),(on&&d>=o)&&(clearInterval(e._interval),e._interval=null,e._fadeTo=null,u.volume(o,e._id),u._emit("fade",e._id))},s)},_stopFade:function(e){var o=this,t=o._soundById(e);return t&&t._interval&&(o._webAudio&&t._node.gain.cancelScheduledValues(n.ctx.currentTime),clearInterval(t._interval),t._interval=null,o.volume(t._fadeTo,e),t._fadeTo=null,o._emit("fade",e)),o},loop:function(){var e,n,o,t=this,r=arguments;if(0===r.length)return t._loop;if(1===r.length){if("boolean"!=typeof r[0])return!!(o=t._soundById(parseInt(r[0],10)))&&o._loop;e=r[0],t._loop=e}else 2===r.length&&(e=r[0],n=parseInt(r[1],10));for(var a=t._getSoundIds(n),u=0;u=0?o=parseInt(r[0],10):e=parseFloat(r[0])}else 2===r.length&&(e=parseFloat(r[0]),o=parseInt(r[1],10));var d;if("number"!=typeof e)return d=t._soundById(o),d?d._rate:t._rate;if("loaded"!==t._state||t._playLock)return t._queue.push({event:"rate",action:function(){t.rate.apply(t,r)}}),t;void 0===o&&(t._rate=e),o=t._getSoundIds(o);for(var i=0;i=0?o=parseInt(r[0],10):t._sounds.length&&(o=t._sounds[0]._id,e=parseFloat(r[0]))}else 2===r.length&&(e=parseFloat(r[0]),o=parseInt(r[1],10));if(void 0===o)return 0;if("number"==typeof e&&("loaded"!==t._state||t._playLock))return t._queue.push({event:"seek",action:function(){t.seek.apply(t,r)}}),t;var d=t._soundById(o);if(d){if(!("number"==typeof e&&e>=0)){if(t._webAudio){var i=t.playing(o)?n.ctx.currentTime-d._playStart:0,_=d._rateSeek?d._rateSeek-d._seek:0;return d._seek+(_+i*Math.abs(d._rate))}return d._node.currentTime}var s=t.playing(o);s&&t.pause(o,!0),d._seek=e,d._ended=!1,t._clearTimer(o),t._webAudio||!d._node||isNaN(d._node.duration)||(d._node.currentTime=e);var l=function(){s&&t.play(o,!0),t._emit("seek",o)};if(s&&!t._webAudio){var c=function(){t._playLock?setTimeout(c,0):l()};setTimeout(c,0)}else l()}return t},playing:function(e){var n=this;if("number"==typeof e){var o=n._soundById(e);return!!o&&!o._paused}for(var t=0;t=0&&n._howls.splice(a,1);var u=!0;for(t=0;t=0){u=!1;break}return r&&u&&delete r[e._src],n.noAudio=!1,e._state="unloaded",e._sounds=[],e=null,null},on:function(e,n,o,t){var r=this,a=r["_on"+e];return"function"==typeof n&&a.push(t?{id:o,fn:n,once:t}:{id:o,fn:n}),r},off:function(e,n,o){var t=this,r=t["_on"+e],a=0;if("number"==typeof n&&(o=n,n=null),n||o)for(a=0;a=0;a--)r[a].id&&r[a].id!==n&&"load"!==e||(setTimeout(function(e){e.call(this,n,o)}.bind(t,r[a].fn),0),r[a].once&&t.off(e,r[a].fn,r[a].id));return t._loadQueue(e),t},_loadQueue:function(e){var n=this;if(n._queue.length>0){var o=n._queue[0];o.event===e&&(n._queue.shift(),n._loadQueue()),e||o.action()}return n},_ended:function(e){var o=this,t=e._sprite;if(!o._webAudio&&e._node&&!e._node.paused&&!e._node.ended&&e._node.currentTime=0;t--){if(o<=n)return;e._sounds[t]._ended&&(e._webAudio&&e._sounds[t]._node&&e._sounds[t]._node.disconnect(0),e._sounds.splice(t,1),o--)}}},_getSoundIds:function(e){var n=this;if(void 0===e){for(var o=[],t=0;t=0;if(!e.bufferSource)return o;if(n._scratchBuffer&&e.bufferSource&&(e.bufferSource.onended=null,e.bufferSource.disconnect(0),t))try{e.bufferSource.buffer=n._scratchBuffer}catch(e){}return e.bufferSource=null,o},_clearSound:function(e){/MSIE |Trident\//.test(n._navigator&&n._navigator.userAgent)||(e.src="data:audio/wav;base64,UklGRigAAABXQVZFZm10IBIAAAABAAEARKwAAIhYAQACABAAAABkYXRhAgAAAAEA")}};var t=function(e){this._parent=e,this.init()};t.prototype={init:function(){var e=this,o=e._parent;return e._muted=o._muted,e._loop=o._loop,e._volume=o._volume,e._rate=o._rate,e._seek=0,e._paused=!0,e._ended=!0,e._sprite="__default",e._id=++n._counter,o._sounds.push(e),e.create(),e},create:function(){var e=this,o=e._parent,t=n._muted||e._muted||e._parent._muted?0:e._volume;return o._webAudio?(e._node=void 0===n.ctx.createGain?n.ctx.createGainNode():n.ctx.createGain(),e._node.gain.setValueAtTime(t,n.ctx.currentTime),e._node.paused=!0,e._node.connect(n.masterGain)):n.noAudio||(e._node=n._obtainHtml5Audio(),e._errorFn=e._errorListener.bind(e),e._node.addEventListener("error",e._errorFn,!1),e._loadFn=e._loadListener.bind(e),e._node.addEventListener(n._canPlayEvent,e._loadFn,!1),e._endFn=e._endListener.bind(e),e._node.addEventListener("ended",e._endFn,!1),e._node.src=o._src,e._node.preload=!0===o._preload?"auto":o._preload,e._node.volume=t*n.volume(),e._node.load()),e},reset:function(){var e=this,o=e._parent;return e._muted=o._muted,e._loop=o._loop,e._volume=o._volume,e._rate=o._rate,e._seek=0,e._rateSeek=0,e._paused=!0,e._ended=!0,e._sprite="__default",e._id=++n._counter,e},_errorListener:function(){var e=this;e._parent._emit("loaderror",e._id,e._node.error?e._node.error.code:0),e._node.removeEventListener("error",e._errorFn,!1)},_loadListener:function(){var e=this,o=e._parent;o._duration=Math.ceil(10*e._node.duration)/10,0===Object.keys(o._sprite).length&&(o._sprite={__default:[0,1e3*o._duration]}),"loaded"!==o._state&&(o._state="loaded",o._emit("load"),o._loadQueue()),e._node.removeEventListener(n._canPlayEvent,e._loadFn,!1)},_endListener:function(){var e=this,n=e._parent;n._duration===1/0&&(n._duration=Math.ceil(10*e._node.duration)/10,n._sprite.__default[1]===1/0&&(n._sprite.__default[1]=1e3*n._duration),n._ended(e)),e._node.removeEventListener("ended",e._endFn,!1)}};var r={},a=function(e){var n=e._src;if(r[n])return e._duration=r[n].duration,void i(e);if(/^data:[^;]+;base64,/.test(n)){for(var o=atob(n.split(",")[1]),t=new Uint8Array(o.length),a=0;a0?(r[o._src]=e,i(o,e)):t()};"undefined"!=typeof Promise&&1===n.ctx.decodeAudioData.length?n.ctx.decodeAudioData(e).then(a).catch(t):n.ctx.decodeAudioData(e,a,t)},i=function(e,n){n&&!e._duration&&(e._duration=n.duration),0===Object.keys(e._sprite).length&&(e._sprite={__default:[0,1e3*e._duration]}),"loaded"!==e._state&&(e._state="loaded",e._emit("load"),e._loadQueue())},_=function(){if(n.usingWebAudio){try{"undefined"!=typeof AudioContext?n.ctx=new AudioContext:"undefined"!=typeof webkitAudioContext?n.ctx=new webkitAudioContext:n.usingWebAudio=!1}catch(e){n.usingWebAudio=!1}n.ctx||(n.usingWebAudio=!1);var e=/iP(hone|od|ad)/.test(n._navigator&&n._navigator.platform),o=n._navigator&&n._navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/),t=o?parseInt(o[1],10):null;if(e&&t&&t<9){var r=/safari/.test(n._navigator&&n._navigator.userAgent.toLowerCase());n._navigator&&!r&&(n.usingWebAudio=!1)}n.usingWebAudio&&(n.masterGain=void 0===n.ctx.createGain?n.ctx.createGainNode():n.ctx.createGain(),n.masterGain.gain.setValueAtTime(n._muted?0:n._volume,n.ctx.currentTime),n.masterGain.connect(n.ctx.destination)),n._setup()}};"function"==typeof define&&define.amd&&define([],function(){return{Howler:n,Howl:o}}),"undefined"!=typeof exports&&(exports.Howler=n,exports.Howl=o),"undefined"!=typeof global?(global.HowlerGlobal=e,global.Howler=n,global.Howl=o,global.Sound=t):"undefined"!=typeof window&&(window.HowlerGlobal=e,window.Howler=n,window.Howl=o,window.Sound=t)}(); -/*! Spatial Plugin */ -!function(){"use strict";HowlerGlobal.prototype._pos=[0,0,0],HowlerGlobal.prototype._orientation=[0,0,-1,0,1,0],HowlerGlobal.prototype.stereo=function(e){var n=this;if(!n.ctx||!n.ctx.listener)return n;for(var t=n._howls.length-1;t>=0;t--)n._howls[t].stereo(e);return n},HowlerGlobal.prototype.pos=function(e,n,t){var r=this;return r.ctx&&r.ctx.listener?(n="number"!=typeof n?r._pos[1]:n,t="number"!=typeof t?r._pos[2]:t,"number"!=typeof e?r._pos:(r._pos=[e,n,t],void 0!==r.ctx.listener.positionX?(r.ctx.listener.positionX.setTargetAtTime(r._pos[0],Howler.ctx.currentTime,.1),r.ctx.listener.positionY.setTargetAtTime(r._pos[1],Howler.ctx.currentTime,.1),r.ctx.listener.positionZ.setTargetAtTime(r._pos[2],Howler.ctx.currentTime,.1)):r.ctx.listener.setPosition(r._pos[0],r._pos[1],r._pos[2]),r)):r},HowlerGlobal.prototype.orientation=function(e,n,t,r,o,i){var a=this;if(!a.ctx||!a.ctx.listener)return a;var p=a._orientation;return n="number"!=typeof n?p[1]:n,t="number"!=typeof t?p[2]:t,r="number"!=typeof r?p[3]:r,o="number"!=typeof o?p[4]:o,i="number"!=typeof i?p[5]:i,"number"!=typeof e?p:(a._orientation=[e,n,t,r,o,i],void 0!==a.ctx.listener.forwardX?(a.ctx.listener.forwardX.setTargetAtTime(e,Howler.ctx.currentTime,.1),a.ctx.listener.forwardY.setTargetAtTime(n,Howler.ctx.currentTime,.1),a.ctx.listener.forwardZ.setTargetAtTime(t,Howler.ctx.currentTime,.1),a.ctx.listener.upX.setTargetAtTime(r,Howler.ctx.currentTime,.1),a.ctx.listener.upY.setTargetAtTime(o,Howler.ctx.currentTime,.1),a.ctx.listener.upZ.setTargetAtTime(i,Howler.ctx.currentTime,.1)):a.ctx.listener.setOrientation(e,n,t,r,o,i),a)},Howl.prototype.init=function(e){return function(n){var t=this;return t._orientation=n.orientation||[1,0,0],t._stereo=n.stereo||null,t._pos=n.pos||null,t._pannerAttr={coneInnerAngle:void 0!==n.coneInnerAngle?n.coneInnerAngle:360,coneOuterAngle:void 0!==n.coneOuterAngle?n.coneOuterAngle:360,coneOuterGain:void 0!==n.coneOuterGain?n.coneOuterGain:0,distanceModel:void 0!==n.distanceModel?n.distanceModel:"inverse",maxDistance:void 0!==n.maxDistance?n.maxDistance:1e4,panningModel:void 0!==n.panningModel?n.panningModel:"HRTF",refDistance:void 0!==n.refDistance?n.refDistance:1,rolloffFactor:void 0!==n.rolloffFactor?n.rolloffFactor:1},t._onstereo=n.onstereo?[{fn:n.onstereo}]:[],t._onpos=n.onpos?[{fn:n.onpos}]:[],t._onorientation=n.onorientation?[{fn:n.onorientation}]:[],e.call(this,n)}}(Howl.prototype.init),Howl.prototype.stereo=function(n,t){var r=this;if(!r._webAudio)return r;if("loaded"!==r._state)return r._queue.push({event:"stereo",action:function(){r.stereo(n,t)}}),r;var o=void 0===Howler.ctx.createStereoPanner?"spatial":"stereo";if(void 0===t){if("number"!=typeof n)return r._stereo;r._stereo=n,r._pos=[n,0,0]}for(var i=r._getSoundIds(t),a=0;a + @@ -15,6 +16,7 @@ + @@ -22,6 +24,7 @@ + @@ -90,7 +93,7 @@ - + diff --git a/project/Build.xml b/project/Build.xml index d88e5199bb..1cb8355094 100644 --- a/project/Build.xml +++ b/project/Build.xml @@ -23,7 +23,7 @@ - + @@ -35,6 +35,7 @@ + @@ -79,6 +80,18 @@
+
+ + + + + + + + + +
+
@@ -163,14 +176,14 @@
-
+
- - - - + + + - + +
@@ -275,12 +288,13 @@
+ - +
@@ -303,8 +317,6 @@ - - @@ -343,6 +355,7 @@ + @@ -352,7 +365,7 @@ - + @@ -383,7 +396,7 @@ - + @@ -393,6 +406,7 @@ +
diff --git a/project/include/media/AudioBuffer.h b/project/include/media/AudioBuffer.h deleted file mode 100644 index 3a60eb9023..0000000000 --- a/project/include/media/AudioBuffer.h +++ /dev/null @@ -1,58 +0,0 @@ -#ifndef LIME_MEDIA_AUDIO_BUFFER_H -#define LIME_MEDIA_AUDIO_BUFFER_H - - -#include -#include - -#ifdef ANDROID -#include -#endif - - -#ifdef ANDROID -#define LOG_SOUND(args,...) __android_log_print(ANDROID_LOG_INFO, "Lime", args, ##__VA_ARGS__) -#else -#ifdef IPHONE -//#define LOG_SOUND(args,...) printf(args, ##__VA_ARGS__) -#define LOG_SOUND(args...) { } -#elif defined(TIZEN) -#include -#define LOG_SOUND(args,...) AppLog(args, ##__VA_ARGS__) -#else -#define LOG_SOUND(args,...) printf(args, ##__VA_ARGS__) -#endif -#endif -//#define LOG_SOUND(args...) { } - - -namespace lime { - - - struct AudioBuffer { - - hl_type* t; - int bitsPerSample; - int channels; - ArrayBufferView* data; - int sampleRate; - - vdynamic* __srcAudio; - vdynamic* __srcBuffer; - vdynamic* __srcCustom; - vdynamic* __srcHowl; - vdynamic* __srcSound; - vdynamic* __srcVorbisFile; - - AudioBuffer (value audioBuffer); - ~AudioBuffer (); - value Value (value audioBuffer); - value Value (); - - }; - - -} - - -#endif \ No newline at end of file diff --git a/project/include/media/codecs/flac/DrFlac.h b/project/include/media/codecs/flac/DrFlac.h new file mode 100644 index 0000000000..e92548ab7d --- /dev/null +++ b/project/include/media/codecs/flac/DrFlac.h @@ -0,0 +1,29 @@ +#ifndef LIME_MEDIA_CODECS_FLAC_DR_FLAC_H +#define LIME_MEDIA_CODECS_FLAC_DR_FLAC_H + + +#include +#include + + +namespace lime { + + + class DrFlac { + + + public: + + static drflac* FromBytes (Bytes* bytes); + static drflac* FromFile (const char* path); + static void Close (drflac* pFlac); + + + }; + + +} + + + +#endif \ No newline at end of file diff --git a/project/include/media/codecs/mp3/DrMp3.h b/project/include/media/codecs/mp3/DrMp3.h new file mode 100644 index 0000000000..f5b5ce1b19 --- /dev/null +++ b/project/include/media/codecs/mp3/DrMp3.h @@ -0,0 +1,29 @@ +#ifndef LIME_MEDIA_CODECS_MP3_DR_MP3_H +#define LIME_MEDIA_CODECS_MP3_DR_MP3_H + + +#include +#include + + +namespace lime { + + + class DrMp3 { + + + public: + + static drmp3* FromBytes (Bytes* bytes); + static drmp3* FromFile (const char* path); + static void Close (drmp3* pMp3); + + + }; + + +} + + + +#endif \ No newline at end of file diff --git a/project/include/media/codecs/opus/OpusFile.h b/project/include/media/codecs/opus/OpusFile.h new file mode 100644 index 0000000000..52ee12cf84 --- /dev/null +++ b/project/include/media/codecs/opus/OpusFile.h @@ -0,0 +1,28 @@ +#ifndef LIME_MEDIA_CODECS_OPUS_OPUS_FILE_H +#define LIME_MEDIA_CODECS_OPUS_OPUS_FILE_H + + +#include +#include + + +namespace lime { + + + class OpusFile { + + + public: + + + static OggOpusFile* FromBytes (Bytes* bytes); + static OggOpusFile* FromFile (const char* path); + + + }; + + +} + + +#endif \ No newline at end of file diff --git a/project/include/media/codecs/vorbis/VorbisFile.h b/project/include/media/codecs/vorbis/VorbisFile.h index a2f2487ab0..8c3011601d 100644 --- a/project/include/media/codecs/vorbis/VorbisFile.h +++ b/project/include/media/codecs/vorbis/VorbisFile.h @@ -3,6 +3,7 @@ #include +#include #include diff --git a/project/include/media/codecs/wav/DrWav.h b/project/include/media/codecs/wav/DrWav.h new file mode 100644 index 0000000000..1c903cf1c6 --- /dev/null +++ b/project/include/media/codecs/wav/DrWav.h @@ -0,0 +1,29 @@ +#ifndef LIME_MEDIA_CODECS_WAV_DR_WAV_H +#define LIME_MEDIA_CODECS_WAV_DR_WAV_H + + +#include +#include + + +namespace lime { + + + class DrWav { + + + public: + + static drwav* FromBytes (Bytes* bytes); + static drwav* FromFile (const char* path); + static void Close (drwav* pWav); + + + }; + + +} + + + +#endif \ No newline at end of file diff --git a/project/include/media/containers/OGG.h b/project/include/media/containers/OGG.h deleted file mode 100644 index 0283e3fee2..0000000000 --- a/project/include/media/containers/OGG.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef LIME_MEDIA_CONTAINERS_OGG_H -#define LIME_MEDIA_CONTAINERS_OGG_H - - -#include -#include - - -namespace lime { - - - class OGG { - - - public: - - static bool Decode (Resource *resource, AudioBuffer *audioBuffer); - - - }; - - -} - - -#endif \ No newline at end of file diff --git a/project/include/media/containers/WAV.h b/project/include/media/containers/WAV.h deleted file mode 100644 index f9117033ff..0000000000 --- a/project/include/media/containers/WAV.h +++ /dev/null @@ -1,57 +0,0 @@ -#ifndef LIME_MEDIA_CONTAINERS_WAV_H -#define LIME_MEDIA_CONTAINERS_WAV_H - - -#include -#include - - -namespace lime { - - - struct RIFF_Header { - - char chunkID[4]; - unsigned int chunkSize; //size not including chunkSize or chunkID - char format[4]; - - }; - - - struct WAVE_Format { - - char subChunkID[4]; - unsigned int subChunkSize; - short audioFormat; - short numChannels; - unsigned int sampleRate; - unsigned int byteRate; - short blockAlign; - short bitsPerSample; - - }; - - - struct WAVE_Data { - - char subChunkID[4]; //should contain the word data - unsigned int subChunkSize; //Stores the size of the data block - - }; - - - class WAV { - - - public: - - static bool Decode (Resource *resource, AudioBuffer *audioBuffer); - - - }; - - -} - - -#endif \ No newline at end of file diff --git a/project/lib/README.md b/project/lib/README.md index 3e08643112..97c3a539db 100644 --- a/project/lib/README.md +++ b/project/lib/README.md @@ -5,6 +5,7 @@ Lime includes code from several other C/C++ libraries, listed below. Lime prefer - [**Cairo**](https://www.cairographics.org/) | [primary repo](https://gitlab.freedesktop.org/cairo/cairo) | [GitHub mirror](https://github.com/freedesktop/cairo) - [**cURL**](https://curl.se/) | [primary repo](https://github.com/curl/curl) +- [**dr_libs**](https://github.com/mackron/dr_libs) | [primary repo](https://github.com/mackron/dr_libs) - **efsw** | [primary repo](https://github.com/SpartanJ/efsw) - [**FreeType**](https://freetype.org/) | [primary repo](https://gitlab.freedesktop.org/freetype/freetype) | [GitHub mirror](https://github.com/freetype/freetype) - [**HarfBuzz**](https://harfbuzz.github.io/) | [primary repo](https://github.com/harfbuzz/harfbuzz) diff --git a/project/lib/custom/dr_libs/dr_libs.c b/project/lib/custom/dr_libs/dr_libs.c new file mode 100644 index 0000000000..7e52bd556f --- /dev/null +++ b/project/lib/custom/dr_libs/dr_libs.c @@ -0,0 +1,11 @@ +#define DR_FLAC_IMPLEMENTATION +#define DR_MP3_IMPLEMENTATION +#define DR_WAV_IMPLEMENTATION + +#define DR_FLAC_NO_STDIO +#define DR_MP3_NO_STDIO +#define DR_WAV_NO_STDIO + +#include "dr_flac.h" +#include "dr_mp3.h" +#include "dr_wav.h" \ No newline at end of file diff --git a/project/lib/custom/openal/alc/alconfig.cpp b/project/lib/custom/openal/alc/alconfig.cpp new file mode 100644 index 0000000000..a7752dedfe --- /dev/null +++ b/project/lib/custom/openal/alc/alconfig.cpp @@ -0,0 +1,553 @@ +/** + * OpenAL cross platform audio library + * Copyright (C) 1999-2007 by authors. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * Or go to http://www.gnu.org/copyleft/lgpl.html + */ + +#include "config.h" + +#include "alconfig.h" + +#ifdef _WIN32 +#include +#include +#endif +#ifdef __APPLE__ +#include +#endif + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "almalloc.h" +#include "alnumeric.h" +#include "alstring.h" +#include "core/helpers.h" +#include "filesystem.h" +#include "fmt/ranges.h" +#include "gsl/gsl" +#include "strutils.hpp" + +#if ALSOFT_UWP +#include // !!This is important!! +#include +#include +#include +using namespace winrt; +#endif + +#if HAVE_CXXMODULES +import logging; +#else +#include "core/logging.h" +#endif + +namespace { + +using namespace std::string_view_literals; + +const auto EmptyString = std::string{}; + +struct ConfigEntry { + std::string key; + std::string value; + + ConfigEntry(auto&& key_, auto&& value_) + : key{std::forward(key_)}, value{std::forward(value_)} + { } +}; +std::vector ConfOpts; + + +/* True UTF-8 validation is way beyond me. However, this should weed out any + * obviously non-UTF-8 text. + * + * The general form of the byte stream is relatively simple. The first byte of + * a codepoint either has a 0 bit for the msb, indicating a single-byte ASCII- + * compatible codepoint, or the number of bytes that make up the codepoint + * (including itself) indicated by the number of successive 1 bits, and each + * successive byte of the codepoint has '10' for the top bits. That is: + * + * 0xxxxxxx - single-byte ASCII-compatible codepoint + * 110xxxxx 10xxxxxx - two-byte codepoint + * 1110xxxx 10xxxxxx 10xxxxxx - three-byte codepoint + * 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx - four-byte codepoint + * ... etc ... + * + * Where the 'x' bits are concatenated together to form a 32-bit Unicode + * codepoint. This doesn't check whether the codepoints themselves are valid, + * it just validates the correct number of bytes for multi-byte sequences. + */ +auto validate_utf8(const std::string_view str) -> bool +{ + auto const end = str.end(); + /* Look for the first multi-byte/non-ASCII codepoint. */ + auto current = std::ranges::find_if(str.begin(), end, + [](const char ch) -> bool { return (ch&0x80) != 0; }); + while(const auto remaining = std::distance(current, end)) + { + /* Get the number of bytes that make up this codepoint (must be at + * least 2). This includes the current byte. + */ + const auto tocheck = std::countl_one(as_unsigned(*current)); + if(tocheck < 2 || tocheck > remaining) + return false; + + const auto next = std::next(current, tocheck); + + /* Check that the following bytes are a proper continuation. */ + const auto valid = std::ranges::all_of(std::next(current), next, + [](const char ch) -> bool { return (ch&0xc0) == 0x80; }); + if(not valid) + return false; + + /* Seems okay. Look for the next multi-byte/non-ASCII codepoint. */ + current = std::ranges::find_if(next, end, [](const char ch) -> bool { return ch&0x80; }); + } + return true; +} + +auto lstrip(std::string &line) -> std::string& +{ + auto iter = std::ranges::find_if_not(line, [](const char c) { return std::isspace(c); }); + line.erase(line.begin(), iter); + return line; +} + +auto expdup(std::string_view str) -> std::string +{ + auto output = std::string{}; + + while(!str.empty()) + { + if(auto nextpos = str.find('$')) + { + output += str.substr(0, nextpos); + if(nextpos == std::string_view::npos) + break; + + str.remove_prefix(nextpos); + } + + str.remove_prefix(1); + if(str.empty()) + { + output += '$'; + break; + } + if(str.front() == '$') + { + output += '$'; + str.remove_prefix(1); + continue; + } + + const auto hasbraces = bool{str.front() == '{'}; + if(hasbraces) str.remove_prefix(1); + + const auto envenditer = std::ranges::find_if_not(str, + [](const char c) { return c == '_' || std::isalnum(c); }); + + if(hasbraces && (envenditer == str.end() || *envenditer != '}')) + continue; + + const auto envend = gsl::narrow(std::distance(str.begin(), envenditer)); + const auto envname = std::string{str.substr(0, envend)}; + str.remove_prefix(envend + hasbraces); + + if(const auto envval = al::getenv(envname.c_str())) + output += *envval; + } + + return output; +} + +auto GetConfigValue(const std::string_view devName, const std::string_view blockName, + const std::string_view keyName) -> const std::string& +{ + if(keyName.empty()) + return EmptyString; + + auto key = std::string{}; + if(!blockName.empty() && al::case_compare(blockName, "general"sv) != 0) + { + key = blockName; + key += '/'; + } + if(!devName.empty()) + { + key += devName; + key += '/'; + } + key += keyName; + + const auto iter = std::ranges::find(ConfOpts, key, &ConfigEntry::key); + if(iter != ConfOpts.cend()) + { + TRACE("Found option {} = \"{}\"", key, iter->value); + if(!iter->value.empty()) + return iter->value; + return EmptyString; + } + + if(devName.empty()) + return EmptyString; + return GetConfigValue({}, blockName, keyName); +} + +} // namespace + +void SetConfigValue(const std::string_view key, const std::string_view value) +{ + /* Check if we already have this option set */ + const auto ent = std::ranges::find(ConfOpts, key, &ConfigEntry::key); + if(ent != ConfOpts.end()) + { + if(!value.empty()) + ent->value = expdup(value); + else + ConfOpts.erase(ent); + } + else if(!value.empty()) + ConfOpts.emplace_back(std::move(key), expdup(value)); +} + +void LoadConfigFromFile(std::istream &f) +{ + constexpr auto whitespace_chars = " \t\n\f\r\v"sv; + + auto curSection = std::string{}; + auto buffer = std::string{}; + auto linenum = std::size_t{0}; + + while(std::getline(f, buffer)) + { + ++linenum; + if(lstrip(buffer).empty()) + continue; + + auto cmtpos = std::min(buffer.find('#'), buffer.size()); + if(cmtpos != 0) + cmtpos = buffer.find_last_not_of(whitespace_chars, cmtpos-1)+1; + if(cmtpos == 0) continue; + buffer.erase(cmtpos); + + if(not validate_utf8(buffer)) + { + ERR(" config parse error: non-UTF-8 characters on line {}", linenum); + ERR("{}", fmt::format(" {::#04x}", + buffer|std::views::transform([](auto c) { return as_unsigned(c); }))); + continue; + } + + if(buffer[0] == '[') + { + const auto endpos = buffer.find(']', 1); + if(endpos == 1 || endpos == std::string::npos) + { + ERR(" config parse error on line {}: bad section \"{}\"", linenum, buffer); + continue; + } + if(const auto last = buffer.find_first_not_of(whitespace_chars, endpos+1); + last < buffer.size() && buffer[last] != '#') + { + ERR(" config parse error on line {}: extraneous characters after section \"{}\"", + linenum, buffer); + continue; + } + + auto section = std::string_view{buffer}.substr(1, endpos-1); + + curSection.clear(); + if(al::case_compare(section, "general"sv) == 0) + continue; + + while(!section.empty()) + { + const auto nextp = section.find('%'); + if(nextp == std::string_view::npos) + { + curSection += section; + break; + } + + curSection += section.substr(0, nextp); + section.remove_prefix(nextp); + + if(section.size() > 2 + && ((section[1] >= '0' && section[1] <= '9') + || (section[1] >= 'a' && section[1] <= 'f') + || (section[1] >= 'A' && section[1] <= 'F')) + && ((section[2] >= '0' && section[2] <= '9') + || (section[2] >= 'a' && section[2] <= 'f') + || (section[2] >= 'A' && section[2] <= 'F'))) + { + auto b = 0; + if(section[1] >= '0' && section[1] <= '9') + b = (section[1]-'0') << 4; + else if(section[1] >= 'a' && section[1] <= 'f') + b = (section[1]-'a'+0xa) << 4; + else if(section[1] >= 'A' && section[1] <= 'F') + b = (section[1]-'A'+0x0a) << 4; + if(section[2] >= '0' && section[2] <= '9') + b |= section[2]-'0'; + else if(section[2] >= 'a' && section[2] <= 'f') + b |= section[2]-'a'+0xa; + else if(section[2] >= 'A' && section[2] <= 'F') + b |= section[2]-'A'+0x0a; + curSection += gsl::narrow_cast(b); + section.remove_prefix(3); + } + else if(section.size() > 1 && section[1] == '%') + { + curSection += '%'; + section.remove_prefix(2); + } + else + { + curSection += '%'; + section.remove_prefix(1); + } + } + + continue; + } + + auto sep = buffer.find('='); + if(sep == std::string::npos) + { + ERR(" config parse error on line {}: malformed option \"{}\"", linenum, buffer); + continue; + } + auto keypart = std::string_view{buffer}.substr(0, sep++); + keypart.remove_suffix(keypart.size() - (keypart.find_last_not_of(whitespace_chars)+1)); + if(keypart.empty()) + { + ERR(" config parse error on line {}: malformed option \"{}\"", linenum, buffer); + continue; + } + auto valpart = std::string_view{buffer}.substr(sep); + valpart.remove_prefix(std::min(valpart.find_first_not_of(whitespace_chars), + valpart.size())); + + auto fullKey = curSection; + if(!fullKey.empty()) + fullKey += '/'; + fullKey += keypart; + + if(valpart.size() > size_t{std::numeric_limits::max()}) + { + ERR(" config parse error on line {}: value too long \"{}\"", linenum, buffer); + continue; + } + if(valpart.size() > 1) + { + if((valpart.front() == '"' && valpart.back() == '"') + || (valpart.front() == '\'' && valpart.back() == '\'')) + { + valpart.remove_prefix(1); + valpart.remove_suffix(1); + } + } + + TRACE(" setting '{}' = '{}'", fullKey, valpart); + + SetConfigValue (fullKey, valpart); + } + ConfOpts.shrink_to_fit(); +} + +void FunkinALConfigDefault() +{ + SetConfigValue("sample-type", "float32"); + SetConfigValue("stereo-mode", "speakers"); + SetConfigValue("stereo-encoding", "basic"); + SetConfigValue("cf_level", "0"); + SetConfigValue("output-limiter", "false"); + SetConfigValue("front-stablizer", "false"); + SetConfigValue("volume-adjust", "0"); + SetConfigValue("period_size", "256"); + SetConfigValue("periods", "3"); + // weird number, but ive heard that this is to avoid overhead in cpu? + // https://github.com/OldUnreal/UT2004Patches/issues/116 + SetConfigValue("sources", "384"); + SetConfigValue("sends", "64"); + SetConfigValue("dither", "false"); + SetConfigValue("dither-depth", "0"); + SetConfigValue("decoder/hq-mode", "false"); + SetConfigValue("decoder/distance-comp", "false"); + SetConfigValue("decoder/nfc", "false"); + // exclusive-mode removes the latency about 20ms (from 80ms to 40ms in my testing -ralty) + // but game recorders wont be able to record the game because of the audio mixer being exclusive and not shared. + SetConfigValue("wasapi/exclusive-mode", "false"); + SetConfigValue("wasapi/spatial-api", "false"); + SetConfigValue("wasapi/allow-resampler", "false"); + ConfOpts.shrink_to_fit(); +} + +void ReadALConfig() +{ + FunkinALConfigDefault(); + + #ifdef _WIN32 + + auto path = fs::path{}; + + path = fs::path(al::char_as_u8(GetProcBinary().path)); + if(!path.empty()) + { + path /= L"alsoft.ini"; + TRACE("Loading config {}...", al::u8_as_char(path.u8string())); + if(auto f = fs::ifstream{path}; f.is_open()) + LoadConfigFromFile(f); + } + + if(auto confpath = al::getenv(L"ALSOFT_CONF")) + { + path = *confpath; + TRACE("Loading config {}...", al::u8_as_char(path.u8string())); + if(auto f = fs::ifstream{path}; f.is_open()) + LoadConfigFromFile(f); + } + + #else + + auto path = fs::path{"/etc/openal/alsoft.conf"}; + + path = GetProcBinary().path; + if(!path.empty()) + { + path /= "alsoft.conf"; + + TRACE("Loading config {}...", al::u8_as_char(path.u8string())); + if(auto f = std::ifstream{path}; f.is_open()) + LoadConfigFromFile(f); + } + + if(auto confname = al::getenv("ALSOFT_CONF")) + { + TRACE("Loading config {}...", *confname); + if(auto f = std::ifstream{*confname}; f.is_open()) + LoadConfigFromFile(f); + } + + #endif +} + +auto ConfigValueStr(const std::string_view devName, const std::string_view blockName, + const std::string_view keyName) -> std::optional +{ + if(auto&& val = GetConfigValue(devName, blockName, keyName); !val.empty()) + return val; + return std::nullopt; +} + +auto ConfigValueI32(std::string_view const devName, std::string_view const blockName, + std::string_view const keyName) -> std::optional +{ + if(auto&& val = GetConfigValue(devName, blockName, keyName); !val.empty()) try { + return std::stoi(val, nullptr, 0); + } + catch(std::out_of_range&) { + WARN("Option is out of range of i32: {} = {}", keyName, val); + } + catch(std::exception&) { + WARN("Option is not an i32: {} = {}", keyName, val); + } + + return std::nullopt; +} + +auto ConfigValueU32(std::string_view const devName, std::string_view const blockName, + std::string_view const keyName) -> std::optional +{ + if(auto&& val = GetConfigValue(devName, blockName, keyName); !val.empty()) try { + return gsl::narrow(std::stoul(val, nullptr, 0)); + } + catch(std::out_of_range&) { + WARN("Option is out of range of u32: {} = {}", keyName, val); + } + catch(gsl::narrowing_error&) { + WARN("Option is out of range of u32: {} = {}", keyName, val); + } + catch(std::exception&) { + WARN("Option is not an u32: {} = {}", keyName, val); + } + return std::nullopt; +} + +auto ConfigValueF32(std::string_view const devName, std::string_view const blockName, + std::string_view const keyName) -> std::optional +{ + if(auto&& val = GetConfigValue(devName, blockName, keyName); !val.empty()) try { + return std::stof(val); + } + catch(std::exception&) { + WARN("Option is not a float: {} = {}", keyName, val); + } + return std::nullopt; +} + +auto ConfigValueBool(std::string_view const devName, std::string_view const blockName, + std::string_view const keyName) -> std::optional +{ + if(auto&& val = GetConfigValue(devName, blockName, keyName); !val.empty()) try { + return al::case_compare(val, "on"sv) == 0 || al::case_compare(val, "yes"sv) == 0 + || al::case_compare(val, "true"sv) == 0 || std::stoll(val) != 0; + } + catch(std::out_of_range&) { + /* If out of range, the value is some non-0 (true) value and it doesn't + * matter that it's too big or small. + */ + return true; + } + catch(std::exception&) { + /* If stoll fails to convert for any other reason, it's some other word + * that's treated as false. + */ + return false; + } + return std::nullopt; +} + +auto GetConfigValueBool(const std::string_view devName, const std::string_view blockName, + const std::string_view keyName, bool def) -> bool +{ + if(auto&& val = GetConfigValue(devName, blockName, keyName); !val.empty()) try { + return al::case_compare(val, "on"sv) == 0 || al::case_compare(val, "yes"sv) == 0 + || al::case_compare(val, "true"sv) == 0 || std::stoll(val) != 0; + } + catch(std::out_of_range&) { + return true; + } + catch(std::exception&) { + return false; + } + return def; +} diff --git a/project/lib/custom/openal/alc/backends/wasapi.cpp b/project/lib/custom/openal/alc/backends/wasapi.cpp new file mode 100644 index 0000000000..e7c460d988 --- /dev/null +++ b/project/lib/custom/openal/alc/backends/wasapi.cpp @@ -0,0 +1,3131 @@ +/** + * OpenAL cross platform audio library + * Copyright (C) 2011 by authors. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * Or go to http://www.gnu.org/copyleft/lgpl.html + */ + +// Modified codes at line 2253 + +#include "config.h" + +#include "alc/backends/wasapi.h" /*#include "wasapi.h"*/ + +#include + +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#ifndef _WAVEFORMATEXTENSIBLE_ +#include +#include +#endif + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "alc/alconfig.h" +#include "alnumeric.h" +#include "alstring.h" +#include "althrd_setname.h" +#include "comptr.h" +#include "core/converter.h" +#include "core/device.h" +#include "gsl/gsl" +#include "opthelpers.h" +#include "ringbuffer.h" +#include "strutils.hpp" + +#if ALSOFT_UWP +#include // !!This is important!! +#include +#include +#include +#include +#include + +#include "alstring.h" +#endif + +/* Some headers seem to define these as macros for __uuidof, which is annoying + * since some headers don't declare them at all. Hopefully the ifdef is enough + * to tell if they need to be declared. + */ +#ifndef KSDATAFORMAT_SUBTYPE_PCM +DEFINE_GUID(KSDATAFORMAT_SUBTYPE_PCM, 0x00000001, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71); +#endif +#ifndef KSDATAFORMAT_SUBTYPE_IEEE_FLOAT +DEFINE_GUID(KSDATAFORMAT_SUBTYPE_IEEE_FLOAT, 0x00000003, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71); +#endif +#if !ALSOFT_UWP +DEFINE_DEVPROPKEY(DEVPKEY_Device_FriendlyName, 0xa45c254e, 0xdf1c, 0x4efd, 0x80,0x20, 0x67,0xd1,0x46,0xa8,0x50,0xe0, 14); +DEFINE_PROPERTYKEY(PKEY_AudioEndpoint_FormFactor, 0x1da5d803, 0xd492, 0x4edd, 0x8c,0x23, 0xe0,0xc0,0xff,0xee,0x7f,0x0e, 0); +DEFINE_PROPERTYKEY(PKEY_AudioEndpoint_GUID, 0x1da5d803, 0xd492, 0x4edd, 0x8c, 0x23,0xe0, 0xc0,0xff,0xee,0x7f,0x0e, 4 ); +#endif + +#if HAVE_CXXMODULES +import logging; +#else +#include "core/logging.h" +#endif + +namespace { + +#if ALSOFT_UWP +using namespace winrt; +using namespace Windows::Foundation; +using namespace Windows::Media::Devices; +using namespace Windows::Devices::Enumeration; +using namespace Windows::Media::Devices; +#endif +#ifndef E_NOTFOUND +#define E_NOTFOUND E_NOINTERFACE +#endif + +using namespace std::string_view_literals; +using std::chrono::nanoseconds; +using std::chrono::milliseconds; +using std::chrono::seconds; + +using ReferenceTime = std::chrono::duration>; + + +#define MONO SPEAKER_FRONT_CENTER +#define STEREO (SPEAKER_FRONT_LEFT|SPEAKER_FRONT_RIGHT) +#define QUAD (SPEAKER_FRONT_LEFT|SPEAKER_FRONT_RIGHT|SPEAKER_BACK_LEFT|SPEAKER_BACK_RIGHT) +#define X5DOT1 (SPEAKER_FRONT_LEFT|SPEAKER_FRONT_RIGHT|SPEAKER_FRONT_CENTER|SPEAKER_LOW_FREQUENCY|SPEAKER_SIDE_LEFT|SPEAKER_SIDE_RIGHT) +#define X5DOT1REAR (SPEAKER_FRONT_LEFT|SPEAKER_FRONT_RIGHT|SPEAKER_FRONT_CENTER|SPEAKER_LOW_FREQUENCY|SPEAKER_BACK_LEFT|SPEAKER_BACK_RIGHT) +#define X6DOT1 (SPEAKER_FRONT_LEFT|SPEAKER_FRONT_RIGHT|SPEAKER_FRONT_CENTER|SPEAKER_LOW_FREQUENCY|SPEAKER_BACK_CENTER|SPEAKER_SIDE_LEFT|SPEAKER_SIDE_RIGHT) +#define X7DOT1 (SPEAKER_FRONT_LEFT|SPEAKER_FRONT_RIGHT|SPEAKER_FRONT_CENTER|SPEAKER_LOW_FREQUENCY|SPEAKER_BACK_LEFT|SPEAKER_BACK_RIGHT|SPEAKER_SIDE_LEFT|SPEAKER_SIDE_RIGHT) +#define X7DOT1DOT4 (SPEAKER_FRONT_LEFT|SPEAKER_FRONT_RIGHT|SPEAKER_FRONT_CENTER|SPEAKER_LOW_FREQUENCY|SPEAKER_BACK_LEFT|SPEAKER_BACK_RIGHT|SPEAKER_SIDE_LEFT|SPEAKER_SIDE_RIGHT|SPEAKER_TOP_FRONT_LEFT|SPEAKER_TOP_FRONT_RIGHT|SPEAKER_TOP_BACK_LEFT|SPEAKER_TOP_BACK_RIGHT) + +constexpr auto MaskFromTopBits(DWORD b) noexcept -> DWORD +{ + b |= b>>1; + b |= b>>2; + b |= b>>4; + b |= b>>8; + b |= b>>16; + return b; +} +constexpr auto MonoMask = MaskFromTopBits(MONO); +constexpr auto StereoMask = MaskFromTopBits(STEREO); +constexpr auto QuadMask = MaskFromTopBits(QUAD); +constexpr auto X51Mask = MaskFromTopBits(X5DOT1); +constexpr auto X51RearMask = MaskFromTopBits(X5DOT1REAR); +constexpr auto X61Mask = MaskFromTopBits(X6DOT1); +constexpr auto X71Mask = MaskFromTopBits(X7DOT1); +constexpr auto X714Mask = MaskFromTopBits(X7DOT1DOT4); + + +#ifndef _MSC_VER +[[nodiscard]] +constexpr auto operator|(AudioObjectType const lhs, AudioObjectType const rhs) noexcept + -> AudioObjectType +{ return static_cast(lhs | al::to_underlying(rhs)); } +#endif + +constexpr auto ChannelMask_Mono = AudioObjectType_FrontCenter; +constexpr auto ChannelMask_Stereo = AudioObjectType_FrontLeft | AudioObjectType_FrontRight; +constexpr auto ChannelMask_Quad = AudioObjectType_FrontLeft | AudioObjectType_FrontRight + | AudioObjectType_BackLeft | AudioObjectType_BackRight; +constexpr auto ChannelMask_X51 = AudioObjectType_FrontLeft | AudioObjectType_FrontRight + | AudioObjectType_FrontCenter | AudioObjectType_LowFrequency | AudioObjectType_SideLeft + | AudioObjectType_SideRight; +constexpr auto ChannelMask_X61 = AudioObjectType_FrontLeft | AudioObjectType_FrontRight + | AudioObjectType_FrontCenter | AudioObjectType_LowFrequency | AudioObjectType_SideLeft + | AudioObjectType_SideRight | AudioObjectType_BackCenter; +constexpr auto ChannelMask_X71 = AudioObjectType_FrontLeft | AudioObjectType_FrontRight + | AudioObjectType_FrontCenter | AudioObjectType_LowFrequency | AudioObjectType_SideLeft + | AudioObjectType_SideRight | AudioObjectType_BackLeft | AudioObjectType_BackRight; +constexpr auto ChannelMask_X714 = AudioObjectType_FrontLeft | AudioObjectType_FrontRight + | AudioObjectType_FrontCenter | AudioObjectType_LowFrequency | AudioObjectType_SideLeft + | AudioObjectType_SideRight | AudioObjectType_BackLeft | AudioObjectType_BackRight + | AudioObjectType_TopFrontLeft | AudioObjectType_TopFrontRight | AudioObjectType_TopBackLeft + | AudioObjectType_TopBackRight; +constexpr auto ChannelMask_X7144 = AudioObjectType_FrontLeft | AudioObjectType_FrontRight + | AudioObjectType_FrontCenter | AudioObjectType_LowFrequency | AudioObjectType_SideLeft + | AudioObjectType_SideRight | AudioObjectType_BackLeft | AudioObjectType_BackRight + | AudioObjectType_TopFrontLeft | AudioObjectType_TopFrontRight | AudioObjectType_TopBackLeft + | AudioObjectType_TopBackRight | AudioObjectType_BottomFrontLeft + | AudioObjectType_BottomFrontRight | AudioObjectType_BottomBackLeft + | AudioObjectType_BottomBackRight; + + +template +using unique_coptr = std::unique_ptr; + + +/* Scales the given reftime value, rounding the result. */ +constexpr auto RefTime2Samples(ReferenceTime const &val, DWORD const srate) noexcept -> unsigned +{ + const auto retval = (val*srate + ReferenceTime{seconds{1}}/2) / seconds{1}; + return al::saturate_cast(retval); +} + + +class GuidPrinter { + std::string mMsg; + +public: + explicit GuidPrinter(const GUID &guid) + : mMsg{al::format( + "{{{:08x}-{:04x}-{:04x}-{:02x}{:02x}-{:02x}{:02x}{:02x}{:02x}{:02x}{:02x}}}", + guid.Data1, guid.Data2, guid.Data3, guid.Data4[0], guid.Data4[1], guid.Data4[2], + guid.Data4[3], guid.Data4[4], guid.Data4[5], guid.Data4[6], guid.Data4[7])} + { } + [[nodiscard]] auto str() const noexcept -> const std::string& { return mMsg; } +}; + +class PropVariant { + PROPVARIANT mProp{}; + +public: + PropVariant() { PropVariantInit(&mProp); } + ~PropVariant() { clear(); } + + PropVariant(const PropVariant &rhs) = delete; + auto operator=(const PropVariant &rhs) -> PropVariant& = delete; + + void clear() { std::ignore = PropVariantClear(&mProp); } + + auto get() noexcept -> PROPVARIANT* { return &mProp; } + + /* NOLINTBEGIN(cppcoreguidelines-pro-type-union-access) */ + [[nodiscard]] + auto type() const noexcept -> VARTYPE { return mProp.vt; } + + template [[nodiscard]] + auto value() const -> T + { + if constexpr(std::is_same_v) + { + Expects(mProp.vt == VT_UI4 || mProp.vt == VT_UINT); + return mProp.uintVal; + } + else if constexpr(std::is_same_v || std::is_same_v + || std::is_same_v || std::is_same_v) + { + Expects(mProp.vt == VT_LPWSTR); + return mProp.pwszVal; + } + } + + void setBlob(const std::span data) + { + if constexpr(sizeof(std::size_t) > sizeof(ULONG)) + Expects(data.size() <= std::numeric_limits::max()); + clear(); + mProp.vt = VT_BLOB; + mProp.blob.cbSize = gsl::narrow_cast(data.size()); + /* NOLINTNEXTLINE(cppcoreguidelines-pro-type-reinterpret-cast) */ + mProp.blob.pBlobData = reinterpret_cast(data.data()); + } + /* NOLINTEND(cppcoreguidelines-pro-type-union-access) */ +}; + +struct DevMap { + std::string name; + std::string endpoint_guid; // obtained from PKEY_AudioEndpoint_GUID , set to "Unknown device GUID" if absent. + std::wstring devid; + + NOINLINE ~DevMap() = default; +}; + +auto checkName(const std::span list, const std::string_view name) -> bool +{ return std::ranges::find(list, name, &DevMap::name) != list.end(); } + + +struct DeviceList { + auto lock() noexcept(noexcept(mMutex.lock())) { return mMutex.lock(); } + auto unlock() noexcept(noexcept(mMutex.unlock())) { return mMutex.unlock(); } + +private: + std::mutex mMutex; + std::vector mPlayback; + std::vector mCapture; + std::wstring mPlaybackDefaultId; + std::wstring mCaptureDefaultId; + + friend struct DeviceListLock; +}; +struct DeviceListLock : public std::unique_lock { + using std::unique_lock::unique_lock; + + [[nodiscard]] auto& getPlaybackList() const noexcept { return mutex()->mPlayback; } + [[nodiscard]] auto& getCaptureList() const noexcept { return mutex()->mCapture; } + + void setPlaybackDefaultId(std::wstring_view devid) const { mutex()->mPlaybackDefaultId = devid; } + [[nodiscard]] auto getPlaybackDefaultId() const noexcept -> std::wstring_view { return mutex()->mPlaybackDefaultId; } + void setCaptureDefaultId(std::wstring_view devid) const { mutex()->mCaptureDefaultId = devid; } + [[nodiscard]] auto getCaptureDefaultId() const noexcept -> std::wstring_view { return mutex()->mCaptureDefaultId; } +}; + +auto gDeviceList = DeviceList{}; +auto gInitDone = std::atomic{false}; + + +#ifdef AVRTAPI +using AvrtHandlePtr = std::unique_ptr, decltype( + [](HANDLE const handle) { AvRevertMmThreadCharacteristics(handle); })>; +#endif + +#if ALSOFT_UWP +enum EDataFlow { + eRender = 0, + eCapture = (eRender + 1), + eAll = (eCapture + 1), + EDataFlow_enum_count = (eAll + 1) +}; +#endif + +#if ALSOFT_UWP +using DeviceHandle = Windows::Devices::Enumeration::DeviceInformation; +using EventRegistrationToken = winrt::event_token; +#else +using DeviceHandle = ComPtr; +#endif + + +struct NameGUIDPair { std::string mName; std::string mGuid; }; +auto GetDeviceNameAndGuid(const DeviceHandle &device) -> NameGUIDPair +{ + constexpr auto UnknownName = "Unknown Device Name"sv; + constexpr auto UnknownGuid = "Unknown Device GUID"sv; + +#if !ALSOFT_UWP + auto ps = ComPtr{}; + auto hr = device->OpenPropertyStore(STGM_READ, al::out_ptr(ps)); + if(FAILED(hr)) + { + WARN("OpenPropertyStore failed: {:#x}", as_unsigned(hr)); + return NameGUIDPair{std::string{UnknownName}, std::string{UnknownGuid}}; + } + + auto ret = NameGUIDPair{}; + auto pvprop = PropVariant{}; + hr = ps->GetValue(std::bit_cast(DEVPKEY_Device_FriendlyName), pvprop.get()); + if(FAILED(hr)) + WARN("GetValue Device_FriendlyName failed: {:#x}", as_unsigned(hr)); + else if(pvprop.type() == VT_LPWSTR) + ret.mName = wstr_to_utf8(pvprop.value()); + else + WARN("Unexpected Device_FriendlyName PROPVARIANT type: {:#04x}", pvprop.type()); + + pvprop.clear(); + hr = ps->GetValue(std::bit_cast(PKEY_AudioEndpoint_GUID), pvprop.get()); + if(FAILED(hr)) + WARN("GetValue AudioEndpoint_GUID failed: {:#x}", as_unsigned(hr)); + else if(pvprop.type() == VT_LPWSTR) + ret.mGuid = wstr_to_utf8(pvprop.value()); + else + WARN("Unexpected AudioEndpoint_GUID PROPVARIANT type: {:#04x}", pvprop.type()); +#else + auto ret = NameGUIDPair{wstr_to_utf8(device.Name()), {}}; + + // device->Id is DeviceInterfacePath: \\?\SWD#MMDEVAPI#{0.0.0.00000000}.{a21c17a0-fc1d-405e-ab5a-b513422b57d1}#{e6327cad-dcec-4949-ae8a-991e976a79d2} + auto devIfPath = device.Id(); + if(auto devIdStart = wcsstr(devIfPath.data(), L"}.")) + { + devIdStart += 2; // L"}." + if(auto devIdStartEnd = wcschr(devIdStart, L'#')) + { + ret.mGuid = wstr_to_utf8(std::wstring_view{devIdStart, + gsl::narrow_cast(devIdStartEnd - devIdStart)}); + std::transform(ret.mGuid.begin(), ret.mGuid.end(), ret.mGuid.begin(), + [](char ch) { return gsl::narrow_cast(std::toupper(ch)); }); + } + } +#endif + if(ret.mName.empty()) ret.mName = UnknownName; + if(ret.mGuid.empty()) ret.mGuid = UnknownGuid; + return ret; +} +#if !ALSOFT_UWP +auto GetDeviceFormfactor(IMMDevice *device) -> EndpointFormFactor +{ + ComPtr ps; + HRESULT hr{device->OpenPropertyStore(STGM_READ, al::out_ptr(ps))}; + if(FAILED(hr)) + { + WARN("OpenPropertyStore failed: {:#x}", as_unsigned(hr)); + return UnknownFormFactor; + } + + auto formfactor = UnknownFormFactor; + auto pvform = PropVariant{}; + hr = ps->GetValue(PKEY_AudioEndpoint_FormFactor, pvform.get()); + if(FAILED(hr)) + WARN("GetValue AudioEndpoint_FormFactor failed: {:#x}", as_unsigned(hr)); + else if(pvform.type() == VT_UI4) + formfactor = static_cast(pvform.value()); + else if(pvform.type() != VT_EMPTY) + WARN("Unexpected PROPVARIANT type: {:#04x}", pvform.type()); + return formfactor; +} +#endif + + +#if ALSOFT_UWP +struct DeviceEnumHelper final : public IActivateAudioInterfaceCompletionHandler { + DeviceEnumHelper() + { + /* TODO: UWP also needs to watch for device added/removed events and + * dynamically add/remove devices from the lists. + */ + mActiveClientEvent = CreateEventW(nullptr, FALSE, FALSE, nullptr); + + static constexpr auto playback_cb = [](const IInspectable &sender [[maybe_unused]], + const DefaultAudioRenderDeviceChangedEventArgs &args) + { + if(args.Role() == AudioDeviceRole::Default) + { + const auto msg = std::string{"Default playback device changed: " + + wstr_to_utf8(args.Id())}; + alc::Event(alc::EventType::DefaultDeviceChanged, alc::DeviceType::Playback, msg); + } + }; + mRenderDeviceChangedToken = MediaDevice::DefaultAudioRenderDeviceChanged(playback_cb); + + static constexpr auto capture_cb = [](const IInspectable &sender [[maybe_unused]], + const DefaultAudioCaptureDeviceChangedEventArgs &args) + { + if(args.Role() == AudioDeviceRole::Default) + { + const auto msg = std::string{"Default capture device changed: " + + wstr_to_utf8(args.Id())}; + alc::Event(alc::EventType::DefaultDeviceChanged, alc::DeviceType::Capture, msg); + } + }; + mCaptureDeviceChangedToken = MediaDevice::DefaultAudioCaptureDeviceChanged(capture_cb); + } + + ~DeviceEnumHelper() + { + MediaDevice::DefaultAudioRenderDeviceChanged(mRenderDeviceChangedToken); + MediaDevice::DefaultAudioCaptureDeviceChanged(mCaptureDeviceChangedToken); + + if(mActiveClientEvent != nullptr) + CloseHandle(mActiveClientEvent); + mActiveClientEvent = nullptr; + } +#else + +struct DeviceEnumHelper final : private IMMNotificationClient { + DeviceEnumHelper() = default; + ~DeviceEnumHelper() + { + if(mEnumerator) + std::ignore = mEnumerator->UnregisterEndpointNotificationCallback(this); + mEnumerator = nullptr; + } +#endif + + template + auto as() noexcept -> T { return T{this}; } + + /** -------------------------- IUnknown ----------------------------- */ + std::atomic mRefCount{1}; + STDMETHODIMP_(ULONG) AddRef() noexcept override { return mRefCount.fetch_add(1u) + 1u; } + STDMETHODIMP_(ULONG) Release() noexcept override { return mRefCount.fetch_sub(1u) - 1u; } + + STDMETHODIMP QueryInterface(const IID& IId, void **UnknownPtrPtr) noexcept override + { + // Three rules of QueryInterface: + // https://docs.microsoft.com/en-us/windows/win32/com/rules-for-implementing-queryinterface + // 1. Objects must have identity. + // 2. The set of interfaces on an object instance must be static. + // 3. It must be possible to query successfully for any interface on an object from any other interface. + + // If ppvObject(the address) is nullptr, then this method returns E_POINTER. + if(!UnknownPtrPtr) + return E_POINTER; + + // https://docs.microsoft.com/en-us/windows/win32/com/implementing-reference-counting + // Whenever a client calls a method(or API function), such as QueryInterface, that returns a new interface + // pointer, the method being called is responsible for incrementing the reference count through the returned + // pointer. For example, when a client first creates an object, it receives an interface pointer to an object + // that, from the client's point of view, has a reference count of one. If the client then calls AddRef on the + // interface pointer, the reference count becomes two. The client must call Release twice on the interface + // pointer to drop all of its references to the object. +#if ALSOFT_UWP + if(IId == __uuidof(IActivateAudioInterfaceCompletionHandler)) + { + *UnknownPtrPtr = as(); + AddRef(); + return S_OK; + } +#else + if(IId == __uuidof(IMMNotificationClient)) + { + *UnknownPtrPtr = as(); + AddRef(); + return S_OK; + } +#endif + if(IId == __uuidof(IAgileObject) || IId == __uuidof(IUnknown)) + { + *UnknownPtrPtr = as(); + AddRef(); + return S_OK; + } + + // This method returns S_OK if the interface is supported, and E_NOINTERFACE otherwise. + *UnknownPtrPtr = nullptr; + return E_NOINTERFACE; + } + +#if ALSOFT_UWP + /** ----------------------- IActivateAudioInterfaceCompletionHandler ------------ */ + HRESULT ActivateCompleted(IActivateAudioInterfaceAsyncOperation*) override + { + SetEvent(mActiveClientEvent); + + // Need to return S_OK + return S_OK; + } +#else + /** ----------------------- IMMNotificationClient ------------ */ + STDMETHODIMP OnDeviceStateChanged(LPCWSTR deviceId, DWORD newState) noexcept override + { + TRACE("OnDeviceStateChanged({}, {:#x})", deviceId ? wstr_to_utf8(deviceId) + : std::string{""}, newState); + + if(!(newState&DEVICE_STATE_ACTIVE)) + return DeviceRemoved(deviceId); + return DeviceAdded(deviceId); + } + + STDMETHODIMP OnDeviceAdded(LPCWSTR deviceId) noexcept override + { + TRACE("OnDeviceAdded({})", deviceId ? wstr_to_utf8(deviceId) : std::string{""}); + return DeviceAdded(deviceId); + } + + STDMETHODIMP OnDeviceRemoved(LPCWSTR deviceId) noexcept override + { + TRACE("OnDeviceRemoved({})", deviceId ? wstr_to_utf8(deviceId) : std::string{""}); + return DeviceRemoved(deviceId); + } + + /* NOLINTNEXTLINE(clazy-function-args-by-ref) */ + STDMETHODIMP OnPropertyValueChanged(LPCWSTR /*pwstrDeviceId*/, const PROPERTYKEY /*key*/) noexcept override { return S_OK; } + + STDMETHODIMP OnDefaultDeviceChanged(EDataFlow flow, ERole role, LPCWSTR defaultDeviceId) noexcept override + { + TRACE("OnDefaultDeviceChanged({}, {}, {})", al::to_underlying(flow), + al::to_underlying(role), defaultDeviceId ? wstr_to_utf8(defaultDeviceId) + : std::string{""}); + + if(role != eMultimedia) + return S_OK; + + const auto devid = defaultDeviceId ? std::wstring_view{defaultDeviceId} + : std::wstring_view{}; + if(flow == eRender) + { + DeviceListLock{gDeviceList}.setPlaybackDefaultId(devid); + const std::string msg{"Default playback device changed: " + wstr_to_utf8(devid)}; + alc::Event(alc::EventType::DefaultDeviceChanged, alc::DeviceType::Playback, msg); + } + else if(flow == eCapture) + { + DeviceListLock{gDeviceList}.setCaptureDefaultId(devid); + const std::string msg{"Default capture device changed: " + wstr_to_utf8(devid)}; + alc::Event(alc::EventType::DefaultDeviceChanged, alc::DeviceType::Capture, msg); + } + return S_OK; + } +#endif + + /** ------------------------ DeviceEnumHelper -------------------------- */ + auto init() -> HRESULT + { +#if !ALSOFT_UWP + const auto hr = CoCreateInstance(CLSID_MMDeviceEnumerator, nullptr, CLSCTX_INPROC_SERVER, + __uuidof(IMMDeviceEnumerator), al::out_ptr(mEnumerator)); + if(SUCCEEDED(hr)) + { + if(auto const hr2 = mEnumerator->RegisterEndpointNotificationCallback(this); + FAILED(hr2)) + ERR("Failed to register endpoint notification callback: {:#x}", as_unsigned(hr)); + } + else + WARN("Failed to create IMMDeviceEnumerator instance: {:#x}", as_unsigned(hr)); + return hr; +#else + return S_OK; +#endif + } + + std::wstring probeDevices(EDataFlow flowdir, std::vector &list) + { + std::wstring defaultId; + std::vector{}.swap(list); + +#if !ALSOFT_UWP + ComPtr coll; + HRESULT hr{mEnumerator->EnumAudioEndpoints(flowdir, DEVICE_STATE_ACTIVE, + al::out_ptr(coll))}; + if(FAILED(hr)) + { + ERR("Failed to enumerate audio endpoints: {:#x}", as_unsigned(hr)); + return defaultId; + } + + auto count = UINT{0}; + hr = coll->GetCount(&count); + if(SUCCEEDED(hr) && count > 0) + list.reserve(count); + + auto device = ComPtr{}; + hr = mEnumerator->GetDefaultAudioEndpoint(flowdir, eMultimedia, al::out_ptr(device)); + if(SUCCEEDED(hr)) + { + auto devid = unique_coptr{}; + if(auto const hr2 = device->GetId(al::out_ptr(devid)); SUCCEEDED(hr2)) + defaultId = devid.get(); + else + ERR("Failed to get device id: {:#x}", as_unsigned(hr)); + device = nullptr; + } + + for(UINT i{0};i < count;++i) + { + hr = coll->Item(i, al::out_ptr(device)); + if(FAILED(hr)) + continue; + + auto devid = unique_coptr{}; + if(auto const hr2 = device->GetId(al::out_ptr(devid)); SUCCEEDED(hr2)) + std::ignore = AddDevice(device, devid.get(), list); + else + ERR("Failed to get device id: {:#x}", as_unsigned(hr)); + device = nullptr; + } +#else + const auto deviceRole = Windows::Media::Devices::AudioDeviceRole::Default; + auto DefaultAudioId = flowdir == eRender ? MediaDevice::GetDefaultAudioRenderId(deviceRole) + : MediaDevice::GetDefaultAudioCaptureId(deviceRole); + if(!DefaultAudioId.empty()) + { + auto deviceInfo = DeviceInformation::CreateFromIdAsync(DefaultAudioId, nullptr, + DeviceInformationKind::DeviceInterface).get(); + if(deviceInfo) + defaultId = deviceInfo.Id().data(); + } + + // Get the string identifier of the audio renderer + auto AudioSelector = flowdir == eRender ? MediaDevice::GetAudioRenderSelector() : MediaDevice::GetAudioCaptureSelector(); + + // Set up the asynchronous callback + auto&& DeviceInfoCollection = DeviceInformation::FindAllAsync(AudioSelector, /*PropertyList*/nullptr, DeviceInformationKind::DeviceInterface).get(); + if(DeviceInfoCollection) + { + try { + auto deviceCount = DeviceInfoCollection.Size(); + for(unsigned int i{0};i < deviceCount;++i) + { + auto deviceInfo = DeviceInfoCollection.GetAt(i); + if(deviceInfo) + std::ignore = AddDevice(deviceInfo, deviceInfo.Id().data(), list); + } + } + catch (const winrt::hresult_error& /*ex*/) { + } + } +#endif + + return defaultId; + } + +private: + static bool AddDevice(const DeviceHandle &device, const WCHAR *devid, std::vector &list) + { + for(auto &entry : list) + { + if(entry.devid == devid) + return false; + } + + auto [name, guid] = GetDeviceNameAndGuid(device); + auto count = 1; + auto newname = name; + while(checkName(list, newname)) + newname = al::format("{} #{}", name, ++count); + const auto &newentry = list.emplace_back(std::move(newname), std::move(guid), devid); + + TRACE(R"(Got device "{}", "{}", "{}")", newentry.name, newentry.endpoint_guid, + wstr_to_utf8(newentry.devid)); + return true; + } + +#if !ALSOFT_UWP + auto DeviceAdded(LPCWSTR const deviceId) const noexcept -> HRESULT + { + auto device = ComPtr{}; + auto hr = mEnumerator->GetDevice(deviceId, al::out_ptr(device)); + if(FAILED(hr)) + { + ERR("Failed to get device: {:#x}", as_unsigned(hr)); + return S_OK; + } + + auto state = DWORD{}; + hr = device->GetState(&state); + if(FAILED(hr)) + { + ERR("Failed to get device state: {:#x}", as_unsigned(hr)); + return S_OK; + } + if(!(state&DEVICE_STATE_ACTIVE)) + return S_OK; + + auto endpoint = ComPtr{}; + hr = device->QueryInterface(__uuidof(IMMEndpoint), al::out_ptr(endpoint)); + if(FAILED(hr)) + { + ERR("Failed to get device endpoint: {:#x}", as_unsigned(hr)); + return S_OK; + } + + auto flowdir = EDataFlow{}; + hr = endpoint->GetDataFlow(&flowdir); + if(FAILED(hr)) + { + ERR("Failed to get endpoint data flow: {:#x}", as_unsigned(hr)); + return S_OK; + } + + auto const devlock = DeviceListLock{gDeviceList}; + auto &list = (flowdir == eRender) ? devlock.getPlaybackList() : devlock.getCaptureList(); + + if(AddDevice(device, deviceId, list)) + { + const auto devtype = (flowdir == eRender) ? alc::DeviceType::Playback + : alc::DeviceType::Capture; + const auto msg = "Device added: "+list.back().name; + alc::Event(alc::EventType::DeviceAdded, devtype, msg); + } + + return S_OK; + } + + static auto DeviceRemoved(LPCWSTR const deviceId) noexcept -> HRESULT + { + auto const devlock = DeviceListLock{gDeviceList}; + for(auto const flowdir : std::array{eRender, eCapture}) + { + auto &list = (flowdir==eRender) ? devlock.getPlaybackList() : devlock.getCaptureList(); + auto const devtype = (flowdir == eRender) ? alc::DeviceType::Playback + : alc::DeviceType::Capture; + + /* Find the ID in the list to remove. */ + auto const iter = std::ranges::find(list, deviceId, &DevMap::devid); + if(iter == list.end()) continue; + + TRACE(R"(Removing device "{}", "{}", "{}")", iter->name, iter->endpoint_guid, + wstr_to_utf8(iter->devid)); + + const auto msg = "Device removed: "+std::move(iter->name); + list.erase(iter); + + alc::Event(alc::EventType::DeviceRemoved, devtype, msg); + } + return S_OK; + } + + ComPtr mEnumerator{nullptr}; + +#else + + HANDLE mActiveClientEvent{nullptr}; + + EventRegistrationToken mRenderDeviceChangedToken; + EventRegistrationToken mCaptureDeviceChangedToken; +#endif + + static inline std::mutex mMsgLock; + static inline std::condition_variable mMsgCond; + static inline bool mQuit{false}; + + [[nodiscard]] + static bool quit() + { + auto lock = std::unique_lock{mMsgLock}; + mMsgCond.wait(lock, []{return mQuit;}); + return mQuit; + } + +public: + static void messageHandler(std::promise *promise); +}; + +/* Manages a DeviceEnumHelper on its own thread, to track available devices. */ +void DeviceEnumHelper::messageHandler(std::promise *promise) +{ + TRACE("Starting watcher thread"); + + const auto com = ComWrapper{COINIT_MULTITHREADED}; + if(!com) + { + WARN("Failed to initialize COM: {:#x}", as_unsigned(com.status())); + promise->set_value(com.status()); + return; + } + + auto helper = std::optional{}; + try { + auto devlock = DeviceListLock{gDeviceList}; + + auto hr = helper.emplace().init(); + promise->set_value(hr); + promise = nullptr; + if(FAILED(hr)) + return; + + auto defaultId = helper->probeDevices(eRender, devlock.getPlaybackList()); + if(!defaultId.empty()) devlock.setPlaybackDefaultId(defaultId); + + defaultId = helper->probeDevices(eCapture, devlock.getCaptureList()); + if(!defaultId.empty()) devlock.setCaptureDefaultId(defaultId); + } + catch(std::exception &e) { + ERR("Exception probing devices: {}", e.what()); + if(promise) + promise->set_value(E_FAIL); + } + + TRACE("Watcher thread started"); + gInitDone.store(true, std::memory_order_release); + gInitDone.notify_all(); + + while(!quit()) { + /* Do nothing. */ + } +} + + +#if ALSOFT_UWP +struct DeviceHelper final : public IActivateAudioInterfaceCompletionHandler { + DeviceHelper() + { + mActiveClientEvent = CreateEventW(nullptr, FALSE, FALSE, nullptr); + } + ~DeviceHelper() + { + if(mActiveClientEvent != nullptr) + CloseHandle(mActiveClientEvent); + mActiveClientEvent = nullptr; + } + + template + auto as() noexcept -> T { return T{this}; } + + /** -------------------------- IUnknown ----------------------------- */ + std::atomic mRefCount{1}; + STDMETHODIMP_(ULONG) AddRef() noexcept override { return mRefCount.fetch_add(1u) + 1u; } + STDMETHODIMP_(ULONG) Release() noexcept override { return mRefCount.fetch_sub(1u) - 1u; } + + STDMETHODIMP QueryInterface(const IID& IId, void **UnknownPtrPtr) noexcept override + { + // Three rules of QueryInterface: + // https://docs.microsoft.com/en-us/windows/win32/com/rules-for-implementing-queryinterface + // 1. Objects must have identity. + // 2. The set of interfaces on an object instance must be static. + // 3. It must be possible to query successfully for any interface on an object from any other interface. + + // If ppvObject(the address) is nullptr, then this method returns E_POINTER. + if(!UnknownPtrPtr) + return E_POINTER; + + if(IId == __uuidof(IActivateAudioInterfaceCompletionHandler)) + { + *UnknownPtrPtr = as(); + AddRef(); + return S_OK; + } + else if(IId == __uuidof(IAgileObject) || IId == __uuidof(IUnknown)) + { + *UnknownPtrPtr = as(); + AddRef(); + return S_OK; + } + + // This method returns S_OK if the interface is supported, and E_NOINTERFACE otherwise. + *UnknownPtrPtr = nullptr; + return E_NOINTERFACE; + } + + /** ----------------------- IActivateAudioInterfaceCompletionHandler ------------ */ + HRESULT ActivateCompleted(IActivateAudioInterfaceAsyncOperation*) override + { + SetEvent(mActiveClientEvent); + + // Need to return S_OK + return S_OK; + } + + /** -------------------------- DeviceHelper ----------------------------- */ + [[nodiscard]] constexpr + auto init() -> HRESULT { return S_OK; } + + [[nodiscard]] + auto openDevice(std::wstring const &devid, EDataFlow const flow, DeviceHandle &device) const + -> HRESULT + { + const auto deviceRole = Windows::Media::Devices::AudioDeviceRole::Default; + auto devIfPath = + devid.empty() ? (flow == eRender ? MediaDevice::GetDefaultAudioRenderId(deviceRole) + : MediaDevice::GetDefaultAudioCaptureId(deviceRole)) + : winrt::hstring(devid.c_str()); + if (devIfPath.empty()) + return E_POINTER; + + auto&& deviceInfo = DeviceInformation::CreateFromIdAsync(devIfPath, nullptr, + DeviceInformationKind::DeviceInterface).get(); + if(!deviceInfo) + return E_NOINTERFACE; + device = deviceInfo; + return S_OK; + } + + [[nodiscard]] + auto activateAudioClient(_In_ DeviceHandle const &device, _In_ REFIID iid, void **ppv) + -> HRESULT + { + ComPtr asyncOp; + HRESULT hr{ActivateAudioInterfaceAsync(device.Id().data(), iid, nullptr, this, + al::out_ptr(asyncOp))}; + if(FAILED(hr)) + return hr; + + /* I don't like waiting for INFINITE time, but the activate operation + * can take an indefinite amount of time since it can require user + * input. + */ + DWORD res{WaitForSingleObjectEx(mActiveClientEvent, INFINITE, FALSE)}; + if(res != WAIT_OBJECT_0) + { + ERR("WaitForSingleObjectEx error: {:#x}", res); + return E_FAIL; + } + + HRESULT hrActivateRes{E_FAIL}; + ComPtr punkAudioIface; + hr = asyncOp->GetActivateResult(&hrActivateRes, al::out_ptr(punkAudioIface)); + if(SUCCEEDED(hr)) hr = hrActivateRes; + if(FAILED(hr)) return hr; + + return punkAudioIface->QueryInterface(iid, ppv); + } + + HANDLE mActiveClientEvent{nullptr}; +}; + +#else + +struct DeviceHelper { + DeviceHelper() = default; + ~DeviceHelper() = default; + + [[nodiscard]] + auto init() -> HRESULT + { + const auto hr = CoCreateInstance(CLSID_MMDeviceEnumerator, nullptr, CLSCTX_INPROC_SERVER, + __uuidof(IMMDeviceEnumerator), al::out_ptr(mEnumerator)); + if(FAILED(hr)) + WARN("Failed to create IMMDeviceEnumerator instance: {:#x}", as_unsigned(hr)); + return hr; + } + + [[nodiscard]] + auto openDevice(std::wstring const &devid, EDataFlow const flow, DeviceHandle &device) const + -> HRESULT + { + auto hr = E_FAIL; + if(mEnumerator) + { + if(devid.empty()) + hr = mEnumerator->GetDefaultAudioEndpoint(flow, eMultimedia, al::out_ptr(device)); + else + hr = mEnumerator->GetDevice(devid.c_str(), al::out_ptr(device)); + } + return hr; + } + + [[nodiscard]] + static auto activateAudioClient(_In_ DeviceHandle const &device, REFIID iid, void **ppv) + -> HRESULT + { + if(iid == __uuidof(IAudioClient)) + { + /* Always (try) to activate an IAudioClient3, even if giving back + * an IAudioClient iface. This may(?) offer more features even if + * not using its new methods. + */ + auto ac3 = ComPtr{}; + const auto hr = device->Activate(__uuidof(IAudioClient3), CLSCTX_INPROC_SERVER, + nullptr, al::out_ptr(ac3)); + if(SUCCEEDED(hr)) + return ac3->QueryInterface(iid, ppv); + } + return device->Activate(iid, CLSCTX_INPROC_SERVER, nullptr, ppv); + } + + ComPtr mEnumerator{nullptr}; +}; +#endif + + +bool MakeExtensible(WAVEFORMATEXTENSIBLE *out, const WAVEFORMATEX *in) +{ + *out = WAVEFORMATEXTENSIBLE{}; + if(in->wFormatTag == WAVE_FORMAT_EXTENSIBLE) + { + *out = *CONTAINING_RECORD(in, const WAVEFORMATEXTENSIBLE, Format); + out->Format.cbSize = sizeof(*out) - sizeof(out->Format); + } + else if(in->wFormatTag == WAVE_FORMAT_PCM) + { + out->Format = *in; + out->Format.cbSize = 0; + /* NOLINTNEXTLINE(cppcoreguidelines-pro-type-union-access) */ + out->Samples.wValidBitsPerSample = out->Format.wBitsPerSample; + if(out->Format.nChannels == 1) + out->dwChannelMask = MONO; + else if(out->Format.nChannels == 2) + out->dwChannelMask = STEREO; + else + ERR("Unhandled PCM channel count: {}", out->Format.nChannels); + out->SubFormat = KSDATAFORMAT_SUBTYPE_PCM; + } + else if(in->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) + { + out->Format = *in; + out->Format.cbSize = 0; + /* NOLINTNEXTLINE(cppcoreguidelines-pro-type-union-access) */ + out->Samples.wValidBitsPerSample = out->Format.wBitsPerSample; + if(out->Format.nChannels == 1) + out->dwChannelMask = MONO; + else if(out->Format.nChannels == 2) + out->dwChannelMask = STEREO; + else + ERR("Unhandled IEEE float channel count: {}", out->Format.nChannels); + out->SubFormat = KSDATAFORMAT_SUBTYPE_IEEE_FLOAT; + } + else + { + ERR("Unhandled format tag: {:#06x}", in->wFormatTag); + return false; + } + return true; +} + +void TraceFormat(const std::string_view msg, const WAVEFORMATEX *format) +{ + static constexpr auto fmtex_extra_size = sizeof(WAVEFORMATEXTENSIBLE)-sizeof(WAVEFORMATEX); + if(format->wFormatTag == WAVE_FORMAT_EXTENSIBLE && format->cbSize >= fmtex_extra_size) + { + const auto *fmtex = CONTAINING_RECORD(format, const WAVEFORMATEXTENSIBLE, Format); + /* NOLINTBEGIN(cppcoreguidelines-pro-type-union-access) */ + TRACE("{}:\n" + " FormatTag = {:#06x}\n" + " Channels = {}\n" + " SamplesPerSec = {}\n" + " AvgBytesPerSec = {}\n" + " BlockAlign = {}\n" + " BitsPerSample = {}\n" + " Size = {}\n" + " Samples = {}\n" + " ChannelMask = {:#x}\n" + " SubFormat = {}", + msg, fmtex->Format.wFormatTag, fmtex->Format.nChannels, fmtex->Format.nSamplesPerSec, + fmtex->Format.nAvgBytesPerSec, fmtex->Format.nBlockAlign, fmtex->Format.wBitsPerSample, + fmtex->Format.cbSize, fmtex->Samples.wReserved, fmtex->dwChannelMask, + GuidPrinter{fmtex->SubFormat}.str()); + /* NOLINTEND(cppcoreguidelines-pro-type-union-access) */ + } + else + TRACE("{}:\n" + " FormatTag = {:#06x}\n" + " Channels = {}\n" + " SamplesPerSec = {}\n" + " AvgBytesPerSec = {}\n" + " BlockAlign = {}\n" + " BitsPerSample = {}\n" + " Size = {}", + msg, format->wFormatTag, format->nChannels, format->nSamplesPerSec, + format->nAvgBytesPerSec, format->nBlockAlign, format->wBitsPerSample, format->cbSize); +} + + +template +constexpr auto span_to_array(const std::span span, std::index_sequence) +{ return std::array{{span[I]...}}; } + +template requires(N != std::dynamic_extent) +constexpr auto span_to_array(const std::span span) -> std::array +{ return span_to_array(span, std::make_index_sequence{}); } + +/* Duplicates the first sample of each sample frame to the second sample, + * halving the volume. Essentially converting mono to stereo. + */ +template +void DuplicateSamples(std::span insamples, std::size_t step) +{ + if constexpr(std::is_floating_point_v || std::is_signed_v) + { + step *= sizeof(T); + while(!insamples.empty()) + { + /* This may look ugly, but it avoids type-punning with + * reinterpret_cast and optimizes equally well. + */ + const auto sbytes = span_to_array(insamples.first()); + const auto s = std::bit_cast(sbytes) / T{2}; + const auto result = std::bit_cast>(T(s)); + std::ranges::copy(result, std::ranges::copy(result, insamples.begin()).out); + insamples = insamples.subspan(step); + } + } + else + { + using ST = std::make_signed_t; + static constexpr auto SignBit = T{1u << (sizeof(T)*8 - 1)}; + step *= sizeof(T); + while(!insamples.empty()) + { + const auto sbytes = span_to_array(insamples.first()); + const auto s = static_cast(std::bit_cast(sbytes)^SignBit) / ST{2}; + const auto result = std::bit_cast>(T(T(s)^SignBit)); + std::ranges::copy(result, std::ranges::copy(result, insamples.begin()).out); + insamples = insamples.subspan(step); + } + } +} + +void DuplicateSamples(std::span const insamples, DevFmtType const sampletype, + std::size_t const step) +{ + switch(sampletype) + { + case DevFmtByte: return DuplicateSamples(insamples, step); + case DevFmtUByte: return DuplicateSamples(insamples, step); + case DevFmtShort: return DuplicateSamples(insamples, step); + case DevFmtUShort: return DuplicateSamples(insamples, step); + case DevFmtInt: return DuplicateSamples(insamples, step); + case DevFmtUInt: return DuplicateSamples(insamples, step); + case DevFmtFloat: return DuplicateSamples(insamples, step); + } +} + + +struct WasapiPlayback final : BackendBase { + explicit WasapiPlayback(gsl::not_null const device) noexcept : BackendBase{device} + { } + ~WasapiPlayback() override; + + struct PlainDevice { + ComPtr mClient{nullptr}; + ComPtr mRender{nullptr}; + }; + struct SpatialDevice { + ComPtr mClient{nullptr}; + ComPtr mRender{nullptr}; + AudioObjectType mStaticMask{}; + }; + + void mixerProc(PlainDevice const &audio); + void mixerProc(SpatialDevice const &audio); + + auto openProxy(std::string_view name, DeviceHelper const &helper, DeviceHandle &mmdev) + -> HRESULT; + void finalizeFormat(WAVEFORMATEXTENSIBLE &OutputType); + auto initSpatial(DeviceHelper &helper, DeviceHandle &mmdev, SpatialDevice &audio) -> bool; + auto resetProxy(DeviceHelper &helper, DeviceHandle &mmdev, + std::variant &audiodev) -> HRESULT; + + void proc_thread(const std::string &name); + + + void open(std::string_view name) override; + auto reset() -> bool override; + void start() override; + void stop() override; + + ClockLatency getClockLatency() override; + + + std::thread mProcThread; + std::mutex mProcMutex; + std::condition_variable mProcCond; + HRESULT mProcResult{E_FAIL}; + + enum class ThreadState : u8::value_t { + Initializing, + Waiting, + Playing, + Done + }; + ThreadState mState{ThreadState::Initializing}; + + enum class ThreadAction : u8::value_t { + Nothing, + Configure, + Play, + Quit + }; + ThreadAction mAction{ThreadAction::Nothing}; + + + static inline auto sAvIndex = DWORD{}; + + HANDLE mNotifyEvent{nullptr}; + + UINT32 mOutBufferSize{}, mOutUpdateSize{}; + std::vector mResampleBuffer; + unsigned mBufferFilled{0}; + SampleConverterPtr mResampler; + bool mMonoUpsample{false}; + bool mExclusiveMode{false}; + + WAVEFORMATEXTENSIBLE mFormat{}; + std::atomic mPadding{0u}; + + std::mutex mMutex; + std::atomic mKillNow{true}; +}; + +WasapiPlayback::~WasapiPlayback() +{ + if(mProcThread.joinable()) + { + { + auto plock = std::lock_guard{mProcMutex}; + mKillNow = true; + mAction = ThreadAction::Quit; + } + mProcCond.notify_all(); + mProcThread.join(); + } + + if(mNotifyEvent != nullptr) + CloseHandle(mNotifyEvent); + mNotifyEvent = nullptr; +} + + +FORCE_ALIGN void WasapiPlayback::mixerProc(PlainDevice const &audio) +{ + auto const _ = gsl::finally([oldprio=GetThreadPriority(GetCurrentThread())] + { SetThreadPriority(GetCurrentThread(), oldprio); }); + if(!SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL)) + ERR("Failed to set priority level for thread"); + + const auto frame_size = unsigned{mFormat.Format.nChannels}*mFormat.Format.wBitsPerSample/8u; + const auto buffer_len = mOutBufferSize; + auto *resbufferptr = LPCVOID{}; + + Expects(buffer_len > 0); + +#ifdef AVRTAPI + /* TODO: "Audio" or "Pro Audio"? The suggestion is to use "Pro Audio" for + * device periods less than 10ms, and "Audio" for greater than or equal to + * 10ms. + */ + auto taskname = (mOutUpdateSize < mFormat.Format.nSamplesPerSec/100) ? L"Pro Audio" : L"Audio"; + auto avhandle = AvrtHandlePtr{AvSetMmThreadCharacteristicsW(taskname, &sAvIndex)}; +#endif + + auto prefilling = true; + mBufferFilled = 0; + while(!mKillNow.load(std::memory_order_relaxed)) + { + /* For exclusive mode, assume buffer_len sample frames are writable. + * The first pass will be a prefill of the buffer, while subsequent + * passes will only occur after notify events. + * IAudioClient::GetCurrentPadding shouldn't be used with exclusive + * streams that use event notifications, according to the docs, we + * should just assume a buffer length is writable after notification. + */ + auto written = UINT32{}; + if(!mExclusiveMode) + { + if(auto const hr = audio.mClient->GetCurrentPadding(&written); FAILED(hr)) + { + ERR("Failed to get padding: {:#x}", as_unsigned(hr)); + mDevice->handleDisconnect("Failed to retrieve buffer padding: {:#x}", + as_unsigned(hr)); + break; + } + mPadding.store(written, std::memory_order_relaxed); + } + + if(const auto len = unsigned{buffer_len - written}) + { + auto *buffer = LPBYTE{}; + auto hr = audio.mRender->GetBuffer(len, &buffer); + if(SUCCEEDED(hr)) + { + if(mResampler) + { + auto dlock = std::lock_guard{mMutex}; + auto dst = std::span{buffer, std::size_t{len}*frame_size}; + for(UINT32 done{0};done < len;) + { + if(mBufferFilled == 0) + { + mDevice->renderSamples(mResampleBuffer.data(), mDevice->mUpdateSize, + mFormat.Format.nChannels); + resbufferptr = mResampleBuffer.data(); + mBufferFilled = mDevice->mUpdateSize; + } + + const auto got = mResampler->convert(&resbufferptr, &mBufferFilled, + dst.data(), len-done); + dst = dst.subspan(std::size_t{got}*frame_size); + done += got; + } + mPadding.store(written + len, std::memory_order_relaxed); + } + else + { + auto dlock = std::lock_guard{mMutex}; + mDevice->renderSamples(buffer, len, mFormat.Format.nChannels); + mPadding.store(written + len, std::memory_order_relaxed); + } + + if(mMonoUpsample) + { + DuplicateSamples(std::span{buffer, std::size_t{len}*frame_size}, + mDevice->FmtType, mFormat.Format.nChannels); + } + + hr = audio.mRender->ReleaseBuffer(len, 0); + } + if(FAILED(hr)) + { + ERR("Failed to buffer data: {:#x}", as_unsigned(hr)); + mDevice->handleDisconnect("Failed to send playback samples: {:#x}", + as_unsigned(hr)); + break; + } + } + + if(prefilling) + { + prefilling = false; + ResetEvent(mNotifyEvent); + if(auto const hr = audio.mClient->Start(); FAILED(hr)) + { + ERR("Failed to start audio client: {:#x}", as_unsigned(hr)); + mDevice->handleDisconnect("Failed to start audio client: {:#x}", + as_unsigned(hr)); + break; + } + } + + if(auto const res = WaitForSingleObjectEx(mNotifyEvent, 2000, FALSE); res != WAIT_OBJECT_0) + ERR("WaitForSingleObjectEx error: {:#x}", res); + } + mPadding.store(0u, std::memory_order_release); + if(auto const hr = audio.mClient->Stop(); FAILED(hr)) + ERR("Failed to stop audio client: {:#x}", as_unsigned(hr)); +} + +FORCE_ALIGN void WasapiPlayback::mixerProc(SpatialDevice const &audio) +{ + auto const _ = gsl::finally([oldprio=GetThreadPriority(GetCurrentThread())] + { SetThreadPriority(GetCurrentThread(), oldprio); }); + if(!SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL)) + ERR("Failed to set priority level for thread"); + +#ifdef AVRTAPI + auto taskname = (mOutUpdateSize < mFormat.Format.nSamplesPerSec/100) ? L"Pro Audio" : L"Audio"; + auto avhandle = AvrtHandlePtr{AvSetMmThreadCharacteristicsW(taskname, &sAvIndex)}; +#endif + + auto channels = std::vector>{}; + auto buffers = std::vector{}; + auto resbuffers = std::vector{}; + auto tmpbuffers = std::vector{}; + + /* TODO: Set mPadding appropriately. There doesn't seem to be a way to + * update it dynamically based on the stream, so a fixed size may be the + * best we can do. + */ + mPadding.store(mOutBufferSize-mOutUpdateSize, std::memory_order_release); + + mBufferFilled = 0; + auto firstupdate = true; + while(!mKillNow.load(std::memory_order_relaxed)) + { + auto dynamicCount = UINT32{}; + auto framesToDo = UINT32{}; + auto hr = audio.mRender->BeginUpdatingAudioObjects(&dynamicCount, &framesToDo); + if(SUCCEEDED(hr)) + { + if(channels.empty()) [[unlikely]] + { + auto flags = as_unsigned(al::to_underlying(audio.mStaticMask)); + channels.reserve(as_unsigned(std::popcount(flags))); + while(flags) + { + auto id = decltype(flags){1} << std::countr_zero(flags); + flags &= ~id; + + audio.mRender->ActivateSpatialAudioObject(static_cast(id), + al::out_ptr(channels.emplace_back())); + } + buffers.resize(channels.size()); + if(mResampler) + { + tmpbuffers.resize(buffers.size()); + resbuffers.resize(buffers.size()); + auto bufptr = mResampleBuffer.begin(); + for(auto i=0_uz;i < tmpbuffers.size();++i) + { + resbuffers[i] = std::to_address(bufptr); + std::advance(bufptr, mDevice->mUpdateSize*sizeof(float)); + } + } + } + + /* We have to call to get each channel's buffer individually every + * update, unfortunately. + */ + std::ranges::transform(channels, buffers.begin(), [](ISpatialAudioObject &obj) -> void* + { + auto *buffer = LPBYTE{}; + auto size = UINT32{}; + obj.GetBuffer(&buffer, &size); + return buffer; + }, &ComPtr::operator*); + + if(!mResampler) + mDevice->renderSamples(buffers, framesToDo); + else + { + auto dlock = std::lock_guard{mMutex}; + for(auto pos = 0u;pos < framesToDo;) + { + if(mBufferFilled == 0) + { + mDevice->renderSamples(resbuffers, mDevice->mUpdateSize); + std::ranges::copy(resbuffers, tmpbuffers.begin()); + mBufferFilled = mDevice->mUpdateSize; + } + + const auto got = mResampler->convertPlanar(tmpbuffers.data(), &mBufferFilled, + buffers.data(), framesToDo-pos); + std::ranges::transform(buffers, buffers.begin(), [got](void *buf) -> void* + { return static_cast(buf) + got; /* NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) */ }); + pos += got; + } + } + + hr = audio.mRender->EndUpdatingAudioObjects(); + } + + if(firstupdate) + { + firstupdate = false; + ResetEvent(mNotifyEvent); + hr = audio.mRender->Start(); + if(FAILED(hr)) + { + ERR("Failed to start spatial audio stream: {:#x}", as_unsigned(hr)); + mDevice->handleDisconnect("Failed to start spatial audio stream: {:#x}", + as_unsigned(hr)); + return; + } + } + + if(const auto res = WaitForSingleObjectEx(mNotifyEvent, 1000, FALSE); res != WAIT_OBJECT_0) + { + ERR("WaitForSingleObjectEx error: {:#x}", res); + + hr = audio.mRender->Reset(); + if(FAILED(hr)) + { + ERR("ISpatialAudioObjectRenderStream::Reset failed: {:#x}", as_unsigned(hr)); + mDevice->handleDisconnect("Device lost: {:#x}", as_unsigned(hr)); + break; + } + firstupdate = true; + } + + if(FAILED(hr)) + ERR("Failed to update playback objects: {:#x}", as_unsigned(hr)); + } + mPadding.store(0u, std::memory_order_release); + audio.mRender->Stop(); + audio.mRender->Reset(); +} + + +void WasapiPlayback::proc_thread(const std::string &name) +try { + auto com = ComWrapper{COINIT_MULTITHREADED}; + if(!com) + { + const auto hr = as_unsigned(com.status()); + ERR("CoInitializeEx(nullptr, COINIT_MULTITHREADED) failed: {:#x}", hr); + mDevice->handleDisconnect("COM init failed: {:#x}", hr); + + auto plock = std::lock_guard{mProcMutex}; + mProcResult = com.status(); + mState = ThreadState::Done; + mProcCond.notify_all(); + return; + } + + gInitDone.wait(false, std::memory_order_acquire); + + auto helper = DeviceHelper{}; + if(const auto hr = helper.init(); FAILED(hr)) + { + mDevice->handleDisconnect("Helper init failed: {:#x}", as_unsigned(hr)); + + auto plock = std::lock_guard{mProcMutex}; + mProcResult = hr; + mState = ThreadState::Done; + mProcCond.notify_all(); + return; + } + + althrd_setname(GetMixerThreadName()); + + auto mmdev = DeviceHandle{nullptr}; + if(auto const hr = openProxy(name, helper, mmdev); FAILED(hr)) + { + auto plock = std::lock_guard{mProcMutex}; + mProcResult = hr; + mState = ThreadState::Done; + mProcCond.notify_all(); + return; + } + + auto audiodev = std::variant{}; + + auto plock = std::unique_lock{mProcMutex}; + mProcResult = S_OK; + while(mState != ThreadState::Done) + { + mAction = ThreadAction::Nothing; + mState = ThreadState::Waiting; + mProcCond.notify_all(); + + mProcCond.wait(plock, [this]() noexcept { return mAction != ThreadAction::Nothing; }); + switch(mAction) + { + case ThreadAction::Nothing: + break; + + case ThreadAction::Configure: + { + plock.unlock(); + const auto hr = resetProxy(helper, mmdev, audiodev); + plock.lock(); + mProcResult = hr; + } + break; + + case ThreadAction::Play: + mKillNow.store(false, std::memory_order_release); + + mAction = ThreadAction::Nothing; + mState = ThreadState::Playing; + mProcResult = S_OK; + plock.unlock(); + mProcCond.notify_all(); + + std::visit([this](auto &audio) { mixerProc(audio); }, audiodev); + + plock.lock(); + break; + + case ThreadAction::Quit: + mAction = ThreadAction::Nothing; + mState = ThreadState::Done; + mProcCond.notify_all(); + break; + } + } +} +catch(...) { + auto plock = std::lock_guard{mProcMutex}; + mProcResult = E_FAIL; + mAction = ThreadAction::Nothing; + mState = ThreadState::Done; + mProcCond.notify_all(); +} + + +void WasapiPlayback::open(std::string_view name) +{ + mNotifyEvent = CreateEventW(nullptr, FALSE, FALSE, nullptr); + if(mNotifyEvent == nullptr) + { + ERR("Failed to create notify events: {}", GetLastError()); + throw al::backend_exception{al::backend_error::DeviceError, + "Failed to create notify events"}; + } + + mProcThread = std::thread{&WasapiPlayback::proc_thread, this, std::string{name}}; + + auto plock = std::unique_lock{mProcMutex}; + mProcCond.wait(plock, [this]() noexcept { return mState != ThreadState::Initializing; }); + + if(mProcResult == E_NOTFOUND) + throw al::backend_exception{al::backend_error::NoDevice, "Device \"{}\" not found", name}; + if(FAILED(mProcResult) || mState == ThreadState::Done) + throw al::backend_exception{al::backend_error::DeviceError, "Device init failed: {:#x}", + as_unsigned(mProcResult)}; +} + +auto WasapiPlayback::openProxy(std::string_view const name, DeviceHelper const &helper, + DeviceHandle &mmdev) -> HRESULT +{ + auto devname = std::string{}; + auto devid = std::wstring{}; + if(!name.empty()) + { + auto const devlock = DeviceListLock{gDeviceList}; + auto const list = std::span{devlock.getPlaybackList()}; + auto iter = std::ranges::find_if(list, [name](const DevMap &entry) -> bool + { return entry.name == name || al::case_compare(entry.endpoint_guid, name) == 0; }); + + if(iter == list.end()) + { + const auto wname = utf8_to_wstr(name); + iter = std::ranges::find_if(list, [&wname](const DevMap &entry) -> bool + { return al::case_compare(entry.devid, wname) == 0; }); + } + if(iter == list.end()) + { + WARN("Failed to find device name matching \"{}\"", name); + return E_NOTFOUND; + } + devname = iter->name; + devid = iter->devid; + } + + if(const auto hr = helper.openDevice(devid, eRender, mmdev); FAILED(hr)) + { + WARN("Failed to open device \"{}\": {:#x}", devname.empty() + ? "(default)"sv : std::string_view{devname}, as_unsigned(hr)); + return hr; + } + if(!devname.empty()) + mDeviceName = std::move(devname); + else + mDeviceName = GetDeviceNameAndGuid(mmdev).mName; + + return S_OK; +} + + +void WasapiPlayback::finalizeFormat(WAVEFORMATEXTENSIBLE &OutputType) +{ + if(!GetConfigValueBool(mDevice->mDeviceName, "wasapi", "allow-resampler", true)) + mDevice->mSampleRate = gsl::narrow_cast(OutputType.Format.nSamplesPerSec); + else + mDevice->mSampleRate = std::min(mDevice->mSampleRate, + gsl::narrow_cast(OutputType.Format.nSamplesPerSec)); + + const auto chancount = unsigned{OutputType.Format.nChannels}; + const auto chanmask = OutputType.dwChannelMask; + /* Don't update the channel format if the requested format fits what's + * supported. + */ + auto chansok = false; + if(mDevice->mFlags.test(DeviceFlag::ChannelsRequest)) + { + /* When requesting a channel configuration, make sure it fits the + * mask's lsb (to ensure no gaps in the output channels). If there's no + * mask, assume the request fits with enough channels. + */ + switch(mDevice->FmtChans) + { + case DevFmtMono: + chansok = (chancount >= 1 && ((chanmask&MonoMask) == MONO || !chanmask)); + if(!chansok && chancount >= 2 && (chanmask&StereoMask) == STEREO) + { + /* Mono rendering with stereo+ output is handled specially. */ + chansok = true; + mMonoUpsample = true; + } + break; + case DevFmtStereo: + chansok = (chancount >= 2 && ((chanmask&StereoMask) == STEREO || !chanmask)); + break; + case DevFmtQuad: + chansok = (chancount >= 4 && ((chanmask&QuadMask) == QUAD || !chanmask)); + break; + case DevFmtX51: + chansok = (chancount >= 6 && ((chanmask&X51Mask) == X5DOT1 + || (chanmask&X51RearMask) == X5DOT1REAR || !chanmask)); + break; + case DevFmtX61: + chansok = (chancount >= 7 && ((chanmask&X61Mask) == X6DOT1 || !chanmask)); + break; + case DevFmtX71: + case DevFmtX3D71: + chansok = (chancount >= 8 && ((chanmask&X71Mask) == X7DOT1 || !chanmask)); + break; + case DevFmtX714: + chansok = (chancount >= 12 && ((chanmask&X714Mask) == X7DOT1DOT4 || !chanmask)); + case DevFmtX7144: + case DevFmtAmbi3D: + break; + } + } + if(!chansok) + { + if(chancount >= 12 && (chanmask&X714Mask) == X7DOT1DOT4) + mDevice->FmtChans = DevFmtX714; + else if(chancount >= 8 && (chanmask&X71Mask) == X7DOT1) + mDevice->FmtChans = DevFmtX71; + else if(chancount >= 7 && (chanmask&X61Mask) == X6DOT1) + mDevice->FmtChans = DevFmtX61; + else if(chancount >= 6 && ((chanmask&X51Mask) == X5DOT1 + || (chanmask&X51RearMask) == X5DOT1REAR)) + mDevice->FmtChans = DevFmtX51; + else if(chancount >= 4 && (chanmask&QuadMask) == QUAD) + mDevice->FmtChans = DevFmtQuad; + else if(chancount >= 2 && ((chanmask&StereoMask) == STEREO || !chanmask)) + mDevice->FmtChans = DevFmtStereo; + else if(chancount >= 1 && ((chanmask&MonoMask) == MONO || !chanmask)) + mDevice->FmtChans = DevFmtMono; + else + { + ERR("Unhandled extensible channels: {} -- {:#08x}", OutputType.Format.nChannels, + OutputType.dwChannelMask); + mDevice->FmtChans = DevFmtStereo; + OutputType.Format.nChannels = 2; + OutputType.dwChannelMask = STEREO; + } + } + + if(IsEqualGUID(OutputType.SubFormat, KSDATAFORMAT_SUBTYPE_PCM)) + { + if(OutputType.Format.wBitsPerSample == 8) + mDevice->FmtType = DevFmtUByte; + else if(OutputType.Format.wBitsPerSample == 16) + mDevice->FmtType = DevFmtShort; + else if(OutputType.Format.wBitsPerSample == 32) + mDevice->FmtType = DevFmtInt; + else + { + mDevice->FmtType = DevFmtShort; + OutputType.Format.wBitsPerSample = 16; + } + } + else if(IsEqualGUID(OutputType.SubFormat, KSDATAFORMAT_SUBTYPE_IEEE_FLOAT)) + { + mDevice->FmtType = DevFmtFloat; + OutputType.Format.wBitsPerSample = 32; + } + else + { + ERR("Unhandled format sub-type: {}", GuidPrinter{OutputType.SubFormat}.str()); + mDevice->FmtType = DevFmtShort; + if(OutputType.Format.wFormatTag != WAVE_FORMAT_EXTENSIBLE) + OutputType.Format.wFormatTag = WAVE_FORMAT_PCM; + OutputType.Format.wBitsPerSample = 16; + OutputType.SubFormat = KSDATAFORMAT_SUBTYPE_PCM; + } + /* NOLINTNEXTLINE(cppcoreguidelines-pro-type-union-access) */ + OutputType.Samples.wValidBitsPerSample = OutputType.Format.wBitsPerSample; +} + + +auto WasapiPlayback::initSpatial(DeviceHelper &helper, DeviceHandle &mmdev, SpatialDevice &audio) + -> bool +{ + auto hr = helper.activateAudioClient(mmdev, __uuidof(ISpatialAudioClient), + al::out_ptr(audio.mClient)); + if(FAILED(hr)) + { + ERR("Failed to activate spatial audio client: {:#x}", as_unsigned(hr)); + return false; + } + + auto fmtenum = ComPtr{}; + hr = audio.mClient->GetSupportedAudioObjectFormatEnumerator(al::out_ptr(fmtenum)); + if(FAILED(hr)) + { + ERR("Failed to get format enumerator: {:#x}", as_unsigned(hr)); + return false; + } + + auto fmtcount = UINT32{}; + hr = fmtenum->GetCount(&fmtcount); + if(FAILED(hr) || fmtcount == 0) + { + ERR("Failed to get format count: {:#08x}", as_unsigned(hr)); + return false; + } + + auto *preferredFormat = LPWAVEFORMATEX{}; + hr = fmtenum->GetFormat(0, &preferredFormat); + if(FAILED(hr)) + { + ERR("Failed to get preferred format: {:#x}", as_unsigned(hr)); + return false; + } + TraceFormat("Preferred mix format", preferredFormat); + + auto maxFrames = UINT32{}; + hr = audio.mClient->GetMaxFrameCount(preferredFormat, &maxFrames); + if(FAILED(hr)) + ERR("Failed to get max frames: {:#x}", as_unsigned(hr)); + else + TRACE("Max sample frames: {}", maxFrames); + for(auto i = 1u;i < fmtcount;++i) + { + auto *otherFormat = LPWAVEFORMATEX{}; + hr = fmtenum->GetFormat(i, &otherFormat); + if(FAILED(hr)) + ERR("Failed to get format {}: {:#x}", i+1, as_unsigned(hr)); + else + { + TraceFormat("Other mix format", otherFormat); + auto otherMaxFrames = UINT32{}; + hr = audio.mClient->GetMaxFrameCount(otherFormat, &otherMaxFrames); + if(FAILED(hr)) + ERR("Failed to get max frames: {:#x}", as_unsigned(hr)); + else + TRACE("Max sample frames: {}", otherMaxFrames); + } + } + + auto OutputType = WAVEFORMATEXTENSIBLE{}; + if(!MakeExtensible(&OutputType, preferredFormat)) + return false; + + /* This seems to be the format of each "object", which should be mono. */ + if(!(OutputType.Format.nChannels == 1 + && (OutputType.dwChannelMask == MONO || !OutputType.dwChannelMask))) + ERR("Unhandled channel config: {} -- {:#08x}", OutputType.Format.nChannels, + OutputType.dwChannelMask); + + /* Force 32-bit float. This is currently required for planar output. */ + if(OutputType.Format.wFormatTag != WAVE_FORMAT_EXTENSIBLE + && OutputType.Format.wFormatTag != WAVE_FORMAT_IEEE_FLOAT) + { + OutputType.Format.wFormatTag = WAVE_FORMAT_IEEE_FLOAT; + OutputType.Format.cbSize = 0; + } + if(OutputType.Format.wBitsPerSample != 32) + { + OutputType.Format.nAvgBytesPerSec = OutputType.Format.nAvgBytesPerSec * 32u + / OutputType.Format.wBitsPerSample; + OutputType.Format.nBlockAlign = gsl::narrow_cast(OutputType.Format.nBlockAlign * 32 + / OutputType.Format.wBitsPerSample); + OutputType.Format.wBitsPerSample = 32; + } + /* NOLINTNEXTLINE(cppcoreguidelines-pro-type-union-access) */ + OutputType.Samples.wValidBitsPerSample = OutputType.Format.wBitsPerSample; + OutputType.SubFormat = KSDATAFORMAT_SUBTYPE_IEEE_FLOAT; + + /* Match the output rate if not requesting anything specific. */ + if(!mDevice->mFlags.test(DeviceFlag::FrequencyRequest)) + mDevice->mSampleRate = OutputType.Format.nSamplesPerSec; + + auto getTypeMask = [](DevFmtChannels const chans) noexcept + { + switch(chans) + { + case DevFmtMono: return ChannelMask_Mono; + case DevFmtStereo: return ChannelMask_Stereo; + case DevFmtQuad: return ChannelMask_Quad; + case DevFmtX51: return ChannelMask_X51; + case DevFmtX61: return ChannelMask_X61; + case DevFmtX3D71: [[fallthrough]]; + case DevFmtX71: return ChannelMask_X71; + case DevFmtX714: return ChannelMask_X714; + case DevFmtX7144: return ChannelMask_X7144; + case DevFmtAmbi3D: + break; + } + return ChannelMask_Stereo; + }; + + auto streamParams = SpatialAudioObjectRenderStreamActivationParams{}; + streamParams.ObjectFormat = &OutputType.Format; + streamParams.StaticObjectTypeMask = getTypeMask(mDevice->FmtChans); + streamParams.Category = AudioCategory_Media; + streamParams.EventHandle = mNotifyEvent; + + auto paramProp = PropVariant{}; + paramProp.setBlob(std::as_writable_bytes(std::span{&streamParams, 1_uz})); + + hr = audio.mClient->ActivateSpatialAudioStream(paramProp.get(), + __uuidof(ISpatialAudioObjectRenderStream), al::out_ptr(audio.mRender)); + if(FAILED(hr)) + { + ERR("Failed to activate spatial audio stream: {:#x}", as_unsigned(hr)); + return false; + } + + audio.mStaticMask = streamParams.StaticObjectTypeMask; + mFormat = OutputType; + + mDevice->FmtType = DevFmtFloat; + mDevice->mFlags.reset(DeviceFlag::DirectEar).set(DeviceFlag::Virtualization); + if(streamParams.StaticObjectTypeMask == ChannelMask_Stereo) + mDevice->FmtChans = DevFmtStereo; + if(!GetConfigValueBool(mDevice->mDeviceName, "wasapi", "allow-resampler", true)) + mDevice->mSampleRate = gsl::narrow_cast(OutputType.Format.nSamplesPerSec); + else + mDevice->mSampleRate = std::min(mDevice->mSampleRate, + gsl::narrow_cast(OutputType.Format.nSamplesPerSec)); + + setDefaultWFXChannelOrder(); + + /* TODO: ISpatialAudioClient::GetMaxFrameCount returns the maximum number + * of frames per processing pass, which is ostensibly the period size. This + * should be checked on a real Windows system. + * + * In either case, this won't get the buffer size of the + * ISpatialAudioObjectRenderStream, so we only assume there's two periods. + */ + mOutUpdateSize = maxFrames; + mOutBufferSize = mOutUpdateSize*2; + + mDevice->mUpdateSize = gsl::narrow_cast((u64::value_t{mOutUpdateSize} + *mDevice->mSampleRate + (mFormat.Format.nSamplesPerSec-1)) + / mFormat.Format.nSamplesPerSec); + mDevice->mBufferSize = mDevice->mUpdateSize*2; + + mResampler = nullptr; + mResampleBuffer.clear(); + mResampleBuffer.shrink_to_fit(); + mBufferFilled = 0; + if(mDevice->mSampleRate != mFormat.Format.nSamplesPerSec) + { + const auto flags = as_unsigned(al::to_underlying(streamParams.StaticObjectTypeMask)); + const auto channelCount = as_unsigned(std::popcount(flags)); + mResampler = SampleConverter::Create(mDevice->FmtType, mDevice->FmtType, channelCount, + mDevice->mSampleRate, mFormat.Format.nSamplesPerSec, Resampler::FastBSinc24); + mResampleBuffer.resize(std::size_t{mDevice->mUpdateSize} * channelCount * + mFormat.Format.wBitsPerSample / 8); + + TRACE("Created converter for {}/{} format, dst: {}hz ({}), src: {}hz ({})", + DevFmtChannelsString(mDevice->FmtChans), DevFmtTypeString(mDevice->FmtType), + mFormat.Format.nSamplesPerSec, mOutUpdateSize, mDevice->mSampleRate, + mDevice->mUpdateSize); + } + + return true; +} + +auto WasapiPlayback::reset() -> bool +{ + auto plock = std::unique_lock{mProcMutex}; + if(mState != ThreadState::Waiting) + throw al::backend_exception{al::backend_error::DeviceError, "Invalid state: {}", + unsigned{al::to_underlying(mState)}}; + + mAction = ThreadAction::Configure; + mProcCond.notify_all(); + mProcCond.wait(plock, [this]() noexcept { return mAction != ThreadAction::Configure; }); + + if(FAILED(mProcResult) || mState != ThreadState::Waiting) + throw al::backend_exception{al::backend_error::DeviceError, "Device init failed: {:#x}", + as_unsigned(mProcResult)}; + return true; +} + +auto WasapiPlayback::resetProxy(DeviceHelper &helper, DeviceHandle &mmdev, + std::variant &audiodev) -> HRESULT +{ + if(GetConfigValueBool(mDevice->mDeviceName, "wasapi", "spatial-api", false)) + { + if(initSpatial(helper, mmdev, audiodev.emplace())) + return S_OK; + } + + mDevice->mFlags.reset(DeviceFlag::Virtualization); + mMonoUpsample = false; + mExclusiveMode = false; + + auto &audio = audiodev.emplace(); + auto hr = helper.activateAudioClient(mmdev, __uuidof(IAudioClient), + al::out_ptr(audio.mClient)); + if(FAILED(hr)) + { + ERR("Failed to reactivate audio client: {:#x}", as_unsigned(hr)); + return hr; + } + + auto wfx = unique_coptr{}; + hr = audio.mClient->GetMixFormat(al::out_ptr(wfx)); + if(FAILED(hr)) + { + ERR("Failed to get mix format: {:#x}", as_unsigned(hr)); + return hr; + } + TraceFormat("Device mix format", wfx.get()); + + auto OutputType = WAVEFORMATEXTENSIBLE{}; + if(!MakeExtensible(&OutputType, wfx.get())) + return E_FAIL; + wfx = nullptr; + + /* Get the buffer and update sizes as a ReferenceTime before potentially + * altering the sample rate. + */ + const auto buf_time = ReferenceTime{seconds{mDevice->mBufferSize}} / mDevice->mSampleRate; + const auto per_time = ReferenceTime{seconds{mDevice->mUpdateSize}} / mDevice->mSampleRate; + + /* Update the mDevice format for non-requested properties. */ + auto isRear51 = false; + if(!mDevice->mFlags.test(DeviceFlag::FrequencyRequest)) + mDevice->mSampleRate = OutputType.Format.nSamplesPerSec; + if(!mDevice->mFlags.test(DeviceFlag::ChannelsRequest)) + { + /* If not requesting a channel configuration, auto-select given what + * fits the mask's lsb (to ensure no gaps in the output channels). If + * there's no mask, we can only assume mono or stereo. + */ + const auto chancount = OutputType.Format.nChannels; + const auto chanmask = OutputType.dwChannelMask; + if(chancount >= 12 && (chanmask&X714Mask) == X7DOT1DOT4) + mDevice->FmtChans = DevFmtX714; + else if(chancount >= 8 && (chanmask&X71Mask) == X7DOT1) + mDevice->FmtChans = DevFmtX71; + else if(chancount >= 7 && (chanmask&X61Mask) == X6DOT1) + mDevice->FmtChans = DevFmtX61; + else if(chancount >= 6 && (chanmask&X51Mask) == X5DOT1) + mDevice->FmtChans = DevFmtX51; + else if(chancount >= 6 && (chanmask&X51RearMask) == X5DOT1REAR) + { + mDevice->FmtChans = DevFmtX51; + isRear51 = true; + } + else if(chancount >= 4 && (chanmask&QuadMask) == QUAD) + mDevice->FmtChans = DevFmtQuad; + else if(chancount >= 2 && ((chanmask&StereoMask) == STEREO || !chanmask)) + mDevice->FmtChans = DevFmtStereo; + else if(chancount >= 1 && ((chanmask&MonoMask) == MONO || !chanmask)) + mDevice->FmtChans = DevFmtMono; + else + ERR("Unhandled channel config: {} -- {:#08x}", chancount, chanmask); + } + else + { + const auto chancount = OutputType.Format.nChannels; + const auto chanmask = OutputType.dwChannelMask; + isRear51 = (chancount == 6 && (chanmask&X51RearMask) == X5DOT1REAR); + } + + /* Request a format matching the mDevice. */ + OutputType.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; + switch(mDevice->FmtChans) + { + case DevFmtMono: + OutputType.Format.nChannels = 1; + OutputType.dwChannelMask = MONO; + break; + case DevFmtAmbi3D: + mDevice->FmtChans = DevFmtStereo; + [[fallthrough]]; + case DevFmtStereo: + OutputType.Format.nChannels = 2; + OutputType.dwChannelMask = STEREO; + break; + case DevFmtQuad: + OutputType.Format.nChannels = 4; + OutputType.dwChannelMask = QUAD; + break; + case DevFmtX51: + OutputType.Format.nChannels = 6; + OutputType.dwChannelMask = isRear51 ? X5DOT1REAR : X5DOT1; + break; + case DevFmtX61: + OutputType.Format.nChannels = 7; + OutputType.dwChannelMask = X6DOT1; + break; + case DevFmtX71: + case DevFmtX3D71: + OutputType.Format.nChannels = 8; + OutputType.dwChannelMask = X7DOT1; + break; + case DevFmtX7144: + mDevice->FmtChans = DevFmtX714; + [[fallthrough]]; + case DevFmtX714: + OutputType.Format.nChannels = 12; + OutputType.dwChannelMask = X7DOT1DOT4; + break; + } + switch(mDevice->FmtType) + { + case DevFmtByte: + mDevice->FmtType = DevFmtUByte; + [[fallthrough]]; + case DevFmtUByte: + OutputType.Format.wBitsPerSample = 8; + OutputType.SubFormat = KSDATAFORMAT_SUBTYPE_PCM; + break; + case DevFmtUShort: + mDevice->FmtType = DevFmtShort; + [[fallthrough]]; + case DevFmtShort: + OutputType.Format.wBitsPerSample = 16; + OutputType.SubFormat = KSDATAFORMAT_SUBTYPE_PCM; + break; + case DevFmtUInt: + mDevice->FmtType = DevFmtInt; + [[fallthrough]]; + case DevFmtInt: + OutputType.Format.wBitsPerSample = 32; + OutputType.SubFormat = KSDATAFORMAT_SUBTYPE_PCM; + break; + case DevFmtFloat: + OutputType.Format.wBitsPerSample = 32; + OutputType.SubFormat = KSDATAFORMAT_SUBTYPE_IEEE_FLOAT; + break; + } + /* NOLINTNEXTLINE(cppcoreguidelines-pro-type-union-access) */ + OutputType.Samples.wValidBitsPerSample = OutputType.Format.wBitsPerSample; + OutputType.Format.nSamplesPerSec = mDevice->mSampleRate; + OutputType.Format.nBlockAlign = gsl::narrow_cast(OutputType.Format.nChannels + * OutputType.Format.wBitsPerSample / 8); + OutputType.Format.nAvgBytesPerSec = OutputType.Format.nSamplesPerSec + * OutputType.Format.nBlockAlign; + + const auto sharemode = + GetConfigValueBool(mDevice->mDeviceName, "wasapi", "exclusive-mode", false) + ? AUDCLNT_SHAREMODE_EXCLUSIVE : AUDCLNT_SHAREMODE_SHARED; + mExclusiveMode = (sharemode == AUDCLNT_SHAREMODE_EXCLUSIVE); + + TraceFormat("Requesting playback format", &OutputType.Format); + hr = audio.mClient->IsFormatSupported(sharemode, &OutputType.Format, al::out_ptr(wfx)); + if(FAILED(hr)) + { + if(sharemode == AUDCLNT_SHAREMODE_EXCLUSIVE) + { + /* For exclusive mode, IAudioClient::IsFormatSupported won't give + * back a supported format. However, a common failure is an + * unsupported sample type, so try a fallback to 16-bit int. + */ + if(hr == AUDCLNT_E_UNSUPPORTED_FORMAT && mDevice->FmtType != DevFmtShort) + { + mDevice->FmtType = DevFmtShort; + + OutputType.Format.wBitsPerSample = 16; + OutputType.SubFormat = KSDATAFORMAT_SUBTYPE_PCM; + /* NOLINTNEXTLINE(cppcoreguidelines-pro-type-union-access) */ + OutputType.Samples.wValidBitsPerSample = OutputType.Format.wBitsPerSample; + OutputType.Format.nBlockAlign = gsl::narrow_cast(OutputType.Format.nChannels + * OutputType.Format.wBitsPerSample / 8); + OutputType.Format.nAvgBytesPerSec = OutputType.Format.nSamplesPerSec + * OutputType.Format.nBlockAlign; + + hr = audio.mClient->IsFormatSupported(sharemode, &OutputType.Format, + al::out_ptr(wfx)); + } + } + else + { + WARN("Failed to check format support: {:#x}", as_unsigned(hr)); + hr = audio.mClient->GetMixFormat(al::out_ptr(wfx)); + } + } + if(FAILED(hr)) + { + ERR("Failed to find a supported format: {:#x}", as_unsigned(hr)); + return hr; + } + + if(wfx) + { + TraceFormat("Got playback format", wfx.get()); + if(!MakeExtensible(&OutputType, wfx.get())) + return E_FAIL; + wfx = nullptr; + + finalizeFormat(OutputType); + } + mFormat = OutputType; + +#if !ALSOFT_UWP + const auto formfactor = GetDeviceFormfactor(mmdev.get()); + mDevice->mFlags.set(DeviceFlag::DirectEar, (formfactor==Headphones || formfactor==Headset)); +#else + mDevice->mFlags.set(DeviceFlag::DirectEar, false); +#endif + setDefaultWFXChannelOrder(); + + if(sharemode == AUDCLNT_SHAREMODE_EXCLUSIVE) + { + auto period_time = per_time; + auto min_period_val = REFERENCE_TIME{}; + hr = audio.mClient->GetDevicePeriod(nullptr, &min_period_val); + if(FAILED(hr)) + ERR("Failed to get minimum period time: {:#x}", as_unsigned(hr)); + else if(const auto min_period = ReferenceTime{min_period_val}; min_period > period_time) + { + period_time = min_period; + WARN("Clamping to minimum period time, {}", nanoseconds{min_period}); + } + + hr = audio.mClient->Initialize(sharemode, AUDCLNT_STREAMFLAGS_EVENTCALLBACK, + period_time.count(), period_time.count(), &OutputType.Format, nullptr); + if(hr == AUDCLNT_E_BUFFER_SIZE_NOT_ALIGNED) + { + auto newsize = UINT32{}; + hr = audio.mClient->GetBufferSize(&newsize); + if(SUCCEEDED(hr)) + { + period_time = ReferenceTime{seconds{newsize}} + / OutputType.Format.nSamplesPerSec; + WARN("Adjusting to supported period time, {}", nanoseconds{period_time}); + + audio.mClient = nullptr; + hr = helper.activateAudioClient(mmdev, __uuidof(IAudioClient), + al::out_ptr(audio.mClient)); + if(FAILED(hr)) + { + ERR("Failed to reactivate audio client: {:#x}", as_unsigned(hr)); + return hr; + } + hr = audio.mClient->Initialize(sharemode, AUDCLNT_STREAMFLAGS_EVENTCALLBACK, + period_time.count(), period_time.count(), &OutputType.Format, nullptr); + } + } + } + else + hr = audio.mClient->Initialize(AUDCLNT_SHAREMODE_SHARED, AUDCLNT_STREAMFLAGS_EVENTCALLBACK, + buf_time.count(), 0, &OutputType.Format, nullptr); + if(FAILED(hr)) + { + ERR("Failed to initialize audio client: {:#x}", as_unsigned(hr)); + return hr; + } + + // Funkin' Modified Codes, Properly use the preferences as possible to get the low latency working. + auto buffer_len = UINT32{}; + auto period_time = ReferenceTime{}; + auto period_time_val = REFERENCE_TIME{}; + auto min_period_val = REFERENCE_TIME{}; + hr = audio.mClient->GetDevicePeriod(&period_time_val, &min_period_val); + if(SUCCEEDED(hr)) + { + hr = audio.mClient->GetBufferSize(&buffer_len); + period_time = std::max(std::min(ReferenceTime{period_time_val}, per_time), ReferenceTime{min_period_val}); + buffer_len = std::min(buffer_len, mDevice->mBufferSize); + } + if(FAILED(hr)) + { + ERR("Failed to get audio buffer info: {:#x}", as_unsigned(hr)); + return hr; + } + + hr = audio.mClient->SetEventHandle(mNotifyEvent); + if(FAILED(hr)) + { + ERR("Failed to set event handle: {:#x}", as_unsigned(hr)); + return hr; + } + + hr = audio.mClient->GetService(__uuidof(IAudioRenderClient), al::out_ptr(audio.mRender)); + if(FAILED(hr)) + { + ERR("Failed to get IAudioRenderClient: {:#x}", as_unsigned(hr)); + return hr; + } + + mOutBufferSize = buffer_len; + if(sharemode == AUDCLNT_SHAREMODE_EXCLUSIVE) + { + /* For exclusive mode, the buffer size is the update size, and there's + * implicitly two update periods on the device. + */ + mOutUpdateSize = buffer_len; + mDevice->mUpdateSize = gsl::narrow_cast(u64::value_t{buffer_len} + * mDevice->mSampleRate / mFormat.Format.nSamplesPerSec); + mDevice->mBufferSize = mDevice->mUpdateSize * 2; + } + else + { + mOutUpdateSize = RefTime2Samples(period_time, mFormat.Format.nSamplesPerSec); + + mDevice->mBufferSize = gsl::narrow_cast(u64::value_t{buffer_len} + * mDevice->mSampleRate / mFormat.Format.nSamplesPerSec); + mDevice->mUpdateSize = std::min(RefTime2Samples(period_time, mDevice->mSampleRate), + mDevice->mBufferSize/2u); + } + + mResampler = nullptr; + mResampleBuffer.clear(); + mResampleBuffer.shrink_to_fit(); + mBufferFilled = 0; + if(mDevice->mSampleRate != mFormat.Format.nSamplesPerSec) + { + mResampler = SampleConverter::Create(mDevice->FmtType, mDevice->FmtType, + mFormat.Format.nChannels, mDevice->mSampleRate, mFormat.Format.nSamplesPerSec, + Resampler::FastBSinc24); + mResampleBuffer.resize(std::size_t{mDevice->mUpdateSize} * mFormat.Format.nChannels * + mFormat.Format.wBitsPerSample / 8); + + TRACE("Created converter for {}/{} format, dst: {}hz ({}), src: {}hz ({})", + DevFmtChannelsString(mDevice->FmtChans), DevFmtTypeString(mDevice->FmtType), + mFormat.Format.nSamplesPerSec, mOutUpdateSize, mDevice->mSampleRate, + mDevice->mUpdateSize); + } + + return hr; +} + + +void WasapiPlayback::start() +{ + auto plock = std::unique_lock{mProcMutex}; + if(mState != ThreadState::Waiting) + throw al::backend_exception{al::backend_error::DeviceError, "Invalid state: {}", + unsigned{al::to_underlying(mState)}}; + + mAction = ThreadAction::Play; + mProcCond.notify_all(); + mProcCond.wait(plock, [this]() noexcept { return mAction != ThreadAction::Play; }); + + if(FAILED(mProcResult) || mState != ThreadState::Playing) + throw al::backend_exception{al::backend_error::DeviceError, "Device playback failed: {:#x}", + as_unsigned(mProcResult)}; +} + +void WasapiPlayback::stop() +{ + auto plock = std::unique_lock{mProcMutex}; + if(mState == ThreadState::Playing) + { + mKillNow = true; + mProcCond.wait(plock, [this]() noexcept { return mState != ThreadState::Playing; }); + } +} + + +ClockLatency WasapiPlayback::getClockLatency() +{ + auto dlock = std::lock_guard{mMutex}; + auto ret = ClockLatency{}; + ret.ClockTime = mDevice->getClockTime(); + ret.Latency = seconds{mPadding.load(std::memory_order_relaxed)}; + ret.Latency /= mFormat.Format.nSamplesPerSec; + if(mResampler) + { + auto extra = mResampler->currentInputDelay(); + ret.Latency += std::chrono::duration_cast(extra) / mDevice->mSampleRate; + ret.Latency += nanoseconds{seconds{mBufferFilled}} / mDevice->mSampleRate; + } + + return ret; +} + + +struct WasapiCapture final : BackendBase { + explicit WasapiCapture(gsl::not_null const device) noexcept : BackendBase{device} + { } + ~WasapiCapture() override; + + void recordProc(IAudioClient *client, IAudioCaptureClient *capture) const; + + void proc_thread(const std::string &name); + + auto openProxy(std::string_view name, DeviceHelper const &helper, DeviceHandle &mmdev) + -> HRESULT; + auto resetProxy(DeviceHelper &helper, DeviceHandle &mmdev, ComPtr &client, + ComPtr &capture) -> HRESULT; + + void open(std::string_view name) override; + void start() override; + void stop() override; + void captureSamples(std::span outbuffer) override; + auto availableSamples() -> std::size_t override; + + + std::thread mProcThread; + std::mutex mProcMutex; + std::condition_variable mProcCond; + HRESULT mProcResult{E_FAIL}; + + enum class ThreadState : u8::value_t { + Initializing, + Waiting, + Recording, + Done + }; + ThreadState mState{ThreadState::Initializing}; + + enum class ThreadAction : u8::value_t { + Nothing, + Record, + Quit + }; + ThreadAction mAction{ThreadAction::Nothing}; + + HANDLE mNotifyEvent{nullptr}; + + ChannelConverter mChannelConv{}; + SampleConverterPtr mSampleConv; + RingBufferPtr mRing; + + std::atomic mKillNow{true}; +}; + +WasapiCapture::~WasapiCapture() +{ + if(mProcThread.joinable()) + { + { + auto plock = std::lock_guard{mProcMutex}; + mKillNow = true; + mAction = ThreadAction::Quit; + } + mProcCond.notify_all(); + mProcThread.join(); + } + + if(mNotifyEvent != nullptr) + CloseHandle(mNotifyEvent); + mNotifyEvent = nullptr; +} + + +FORCE_ALIGN +void WasapiCapture::recordProc(IAudioClient *client, IAudioCaptureClient *capture) const +{ + ResetEvent(mNotifyEvent); + if(const auto hr = client->Start(); FAILED(hr)) + { + ERR("Failed to start audio client: {:#x}", as_unsigned(hr)); + mDevice->handleDisconnect("Failed to start audio client: {:#x}", as_unsigned(hr)); + return; + } + + auto samples = std::vector{}; + while(!mKillNow.load(std::memory_order_relaxed)) + { + auto avail = UINT32{}; + auto hr = capture->GetNextPacketSize(&avail); + if(FAILED(hr)) + ERR("Failed to get next packet size: {:#x}", as_unsigned(hr)); + else if(avail > 0) + { + auto numsamples = UINT32{}; + auto flags = DWORD{}; + auto *rdata = LPBYTE{}; + + hr = capture->GetBuffer(&rdata, &numsamples, &flags, nullptr, nullptr); + if(FAILED(hr)) + ERR("Failed to get capture buffer: {:#x}", as_unsigned(hr)); + else + { + if(mChannelConv.is_active()) + { + samples.resize(numsamples*2_uz); + mChannelConv.convert(rdata, samples.data(), numsamples); + /* NOLINTNEXTLINE(cppcoreguidelines-pro-type-reinterpret-cast) */ + rdata = reinterpret_cast(samples.data()); + } + + auto data = mRing->getWriteVector(); + + auto dstframes = std::size_t{}; + if(mSampleConv) + { + static constexpr auto lenlimit = i32::max().as().c_val; + auto *srcdata = LPCVOID{rdata}; + auto srcframes = unsigned{numsamples}; + + const auto len1 = data[0].size() / mRing->getElemSize(); + dstframes = mSampleConv->convert(&srcdata, &srcframes, data[0].data(), + gsl::narrow_cast(std::min(len1, lenlimit))); + if(srcframes > 0 && dstframes == len1 && !data[1].empty()) + { + /* If some source samples remain, all of the first dest + * block was filled, and there's space in the second + * dest block, do another run for the second block. + */ + const auto len2 = data[1].size() / mRing->getElemSize(); + dstframes += mSampleConv->convert(&srcdata, &srcframes, data[1].data(), + gsl::narrow_cast(std::min(len2, lenlimit))); + } + } + else + { + const auto framesize = mDevice->frameSizeFromFmt(); + auto dst = std::span{rdata, std::size_t{numsamples}*framesize}; + auto len1 = data[0].size() / mRing->getElemSize(); + auto len2 = data[1].size() / mRing->getElemSize(); + len1 = std::min(len1, std::size_t{numsamples}); + len2 = std::min(len2, numsamples-len1); + + memcpy(data[0].data(), dst.data(), std::min(data[0].size(), dst.size())); + if(dst.size() > data[0].size()) + { + dst = dst.subspan(data[0].size()); + memcpy(data[1].data(), dst.data(), std::min(data[1].size(), dst.size())); + } + dstframes = len1 + len2; + } + + mRing->writeAdvance(dstframes); + + hr = capture->ReleaseBuffer(numsamples); + if(FAILED(hr)) ERR("Failed to release capture buffer: {:#x}", as_unsigned(hr)); + } + } + + if(FAILED(hr)) + { + mDevice->handleDisconnect("Failed to capture samples: {:#x}", as_unsigned(hr)); + break; + } + + if(const auto res = WaitForSingleObjectEx(mNotifyEvent, 2000, FALSE); res != WAIT_OBJECT_0) + ERR("WaitForSingleObjectEx error: {:#x}", res); + } + + client->Stop(); + client->Reset(); +} + + +void WasapiCapture::proc_thread(const std::string &name) +try { + auto com = ComWrapper{COINIT_MULTITHREADED}; + if(!com) + { + const auto hr = as_unsigned(com.status()); + ERR("CoInitializeEx(nullptr, COINIT_MULTITHREADED) failed: {:#x}", hr); + mDevice->handleDisconnect("COM init failed: {:#x}", hr); + + auto plock = std::lock_guard{mProcMutex}; + mProcResult = com.status(); + mState = ThreadState::Done; + mProcCond.notify_all(); + return; + } + + gInitDone.wait(false, std::memory_order_acquire); + + auto helper = DeviceHelper{}; + if(const auto hr = helper.init(); FAILED(hr)) + { + mDevice->handleDisconnect("Helper init failed: {:#x}", as_unsigned(hr)); + + auto plock = std::lock_guard{mProcMutex}; + mProcResult = hr; + mState = ThreadState::Done; + mProcCond.notify_all(); + return; + } + + althrd_setname(GetRecordThreadName()); + + auto mmdev = DeviceHandle{nullptr}; + if(const auto hr = openProxy(name, helper, mmdev); FAILED(hr)) + { + auto plock = std::lock_guard{mProcMutex}; + mProcResult = hr; + mState = ThreadState::Done; + mProcCond.notify_all(); + return; + } + + auto client = ComPtr{}; + auto capture = ComPtr{}; + if(const auto hr = resetProxy(helper, mmdev, client, capture); FAILED(hr)) + { + auto plock = std::lock_guard{mProcMutex}; + mProcResult = hr; + mState = ThreadState::Done; + mProcCond.notify_all(); + return; + } + + auto plock = std::unique_lock{mProcMutex}; + mProcResult = S_OK; + while(mState != ThreadState::Done) + { + mAction = ThreadAction::Nothing; + mState = ThreadState::Waiting; + mProcCond.notify_all(); + + mProcCond.wait(plock, [this]() noexcept { return mAction != ThreadAction::Nothing; }); + switch(mAction) + { + case ThreadAction::Nothing: + break; + + case ThreadAction::Record: + mKillNow.store(false, std::memory_order_release); + + mAction = ThreadAction::Nothing; + mState = ThreadState::Recording; + mProcResult = S_OK; + plock.unlock(); + mProcCond.notify_all(); + + recordProc(client.get(), capture.get()); + + plock.lock(); + break; + + case ThreadAction::Quit: + mAction = ThreadAction::Nothing; + mState = ThreadState::Done; + mProcCond.notify_all(); + break; + } + } +} +catch(...) { + auto plock = std::lock_guard{mProcMutex}; + mProcResult = E_FAIL; + mAction = ThreadAction::Nothing; + mState = ThreadState::Done; + mProcCond.notify_all(); +} + + +void WasapiCapture::open(std::string_view name) +{ + mNotifyEvent = CreateEventW(nullptr, FALSE, FALSE, nullptr); + if(mNotifyEvent == nullptr) + { + ERR("Failed to create notify events: {}", GetLastError()); + throw al::backend_exception{al::backend_error::DeviceError, + "Failed to create notify events"}; + } + + mProcThread = std::thread{&WasapiCapture::proc_thread, this, std::string{name}}; + + auto plock = std::unique_lock{mProcMutex}; + mProcCond.wait(plock, [this]() noexcept { return mState != ThreadState::Initializing; }); + + if(mProcResult == E_NOTFOUND) + throw al::backend_exception{al::backend_error::NoDevice, "Device \"{}\" not found", name}; + if(mProcResult == E_OUTOFMEMORY) + throw al::backend_exception{al::backend_error::OutOfMemory, "Out of memory"}; + if(FAILED(mProcResult) || mState == ThreadState::Done) + throw al::backend_exception{al::backend_error::DeviceError, "Device init failed: {:#x}", + as_unsigned(mProcResult)}; +} + +auto WasapiCapture::openProxy(std::string_view const name, DeviceHelper const &helper, + DeviceHandle &mmdev) -> HRESULT +{ + auto devname = std::string{}; + auto devid = std::wstring{}; + if(!name.empty()) + { + auto const devlock = DeviceListLock{gDeviceList}; + auto const devlist = std::span{devlock.getCaptureList()}; + auto iter = std::ranges::find_if(devlist, [name](const DevMap &entry) -> bool + { return entry.name == name || al::case_compare(entry.endpoint_guid, name) == 0; }); + + if(iter == devlist.end()) + { + const auto wname = utf8_to_wstr(name); + iter = std::ranges::find_if(devlist, [&wname](const DevMap &entry) -> bool + { return al::case_compare(entry.devid, wname) == 0; }); + } + if(iter == devlist.end()) + { + WARN("Failed to find device name matching \"{}\"", name); + return E_NOTFOUND; + } + devname = iter->name; + devid = iter->devid; + } + + if(const auto hr = helper.openDevice(devid, eCapture, mmdev); FAILED(hr)) + { + WARN("Failed to open device \"{}\": {:#x}", devname.empty() + ? "(default)"sv : std::string_view{devname}, as_unsigned(hr)); + return hr; + } + if(!devname.empty()) + mDeviceName = std::move(devname); + else + mDeviceName = GetDeviceNameAndGuid(mmdev).mName; + + return S_OK; +} + +auto WasapiCapture::resetProxy(DeviceHelper &helper, DeviceHandle &mmdev, + ComPtr &client, ComPtr &capture) -> HRESULT +{ + capture = nullptr; + client = nullptr; + + auto hr = helper.activateAudioClient(mmdev, __uuidof(IAudioClient), al::out_ptr(client)); + if(FAILED(hr)) + { + ERR("Failed to reactivate audio client: {:#x}", as_unsigned(hr)); + return hr; + } + + auto wfx = unique_coptr{}; + hr = client->GetMixFormat(al::out_ptr(wfx)); + if(FAILED(hr)) + { + ERR("Failed to get capture format: {:#x}", as_unsigned(hr)); + return hr; + } + TraceFormat("Device capture format", wfx.get()); + + auto InputType = WAVEFORMATEXTENSIBLE{}; + if(!MakeExtensible(&InputType, wfx.get())) + return E_FAIL; + wfx = nullptr; + + const auto isRear51 = InputType.Format.nChannels == 6 + && (InputType.dwChannelMask&X51RearMask) == X5DOT1REAR; + + // Make sure buffer is at least 100ms in size + auto buf_time = ReferenceTime{seconds{mDevice->mBufferSize}} / mDevice->mSampleRate; + buf_time = std::max(buf_time, ReferenceTime{milliseconds{100}}); + + InputType = {}; + InputType.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; + switch(mDevice->FmtChans) + { + case DevFmtMono: + InputType.Format.nChannels = 1; + InputType.dwChannelMask = MONO; + break; + case DevFmtStereo: + InputType.Format.nChannels = 2; + InputType.dwChannelMask = STEREO; + break; + case DevFmtQuad: + InputType.Format.nChannels = 4; + InputType.dwChannelMask = QUAD; + break; + case DevFmtX51: + InputType.Format.nChannels = 6; + InputType.dwChannelMask = isRear51 ? X5DOT1REAR : X5DOT1; + break; + case DevFmtX61: + InputType.Format.nChannels = 7; + InputType.dwChannelMask = X6DOT1; + break; + case DevFmtX71: + InputType.Format.nChannels = 8; + InputType.dwChannelMask = X7DOT1; + break; + case DevFmtX714: + InputType.Format.nChannels = 12; + InputType.dwChannelMask = X7DOT1DOT4; + break; + + case DevFmtX7144: + case DevFmtX3D71: + case DevFmtAmbi3D: + return E_FAIL; + } + switch(mDevice->FmtType) + { + /* NOTE: Signedness doesn't matter, the converter will handle it. */ + case DevFmtByte: + case DevFmtUByte: + InputType.Format.wBitsPerSample = 8; + InputType.SubFormat = KSDATAFORMAT_SUBTYPE_PCM; + break; + case DevFmtShort: + case DevFmtUShort: + InputType.Format.wBitsPerSample = 16; + InputType.SubFormat = KSDATAFORMAT_SUBTYPE_PCM; + break; + case DevFmtInt: + case DevFmtUInt: + InputType.Format.wBitsPerSample = 32; + InputType.SubFormat = KSDATAFORMAT_SUBTYPE_PCM; + break; + case DevFmtFloat: + InputType.Format.wBitsPerSample = 32; + InputType.SubFormat = KSDATAFORMAT_SUBTYPE_IEEE_FLOAT; + break; + } + /* NOLINTNEXTLINE(cppcoreguidelines-pro-type-union-access) */ + InputType.Samples.wValidBitsPerSample = InputType.Format.wBitsPerSample; + InputType.Format.nSamplesPerSec = mDevice->mSampleRate; + + InputType.Format.nBlockAlign = gsl::narrow_cast(InputType.Format.nChannels * + InputType.Format.wBitsPerSample / 8); + InputType.Format.nAvgBytesPerSec = InputType.Format.nSamplesPerSec * + InputType.Format.nBlockAlign; + InputType.Format.cbSize = sizeof(InputType) - sizeof(InputType.Format); + + TraceFormat("Requesting capture format", &InputType.Format); + hr = client->IsFormatSupported(AUDCLNT_SHAREMODE_SHARED, &InputType.Format, al::out_ptr(wfx)); + if(FAILED(hr)) + { + WARN("Failed to check capture format support: {:#x}", as_unsigned(hr)); + hr = client->GetMixFormat(al::out_ptr(wfx)); + } + if(FAILED(hr)) + { + ERR("Failed to find a supported capture format: {:#x}", as_unsigned(hr)); + return hr; + } + + mSampleConv = nullptr; + mChannelConv = {}; + + if(wfx != nullptr) + { + TraceFormat("Got capture format", wfx.get()); + if(!MakeExtensible(&InputType, wfx.get())) + return E_FAIL; + wfx = nullptr; + + static constexpr auto validate_fmt = [](DeviceBase const *const device, + unsigned const chancount, unsigned const chanmask) noexcept -> bool + { + switch(device->FmtChans) + { + /* If the device wants mono, we can handle any input. */ + case DevFmtMono: + return true; + /* If the device wants stereo, we can handle mono or stereo input. */ + case DevFmtStereo: + return (chancount == 2 && (chanmask == 0 || (chanmask&StereoMask) == STEREO)) + || (chancount == 1 && (chanmask&MonoMask) == MONO); + /* Otherwise, the device must match the input type. */ + case DevFmtQuad: + return (chancount == 4 && (chanmask == 0 || (chanmask&QuadMask) == QUAD)); + /* 5.1 (Side) and 5.1 (Rear) are interchangeable here. */ + case DevFmtX51: + return (chancount == 6 && (chanmask == 0 || (chanmask&X51Mask) == X5DOT1 + || (chanmask&X51RearMask) == X5DOT1REAR)); + case DevFmtX61: + return (chancount == 7 && (chanmask == 0 || (chanmask&X61Mask) == X6DOT1)); + case DevFmtX71: + case DevFmtX3D71: + return (chancount == 8 && (chanmask == 0 || (chanmask&X71Mask) == X7DOT1)); + case DevFmtX714: + return (chancount == 12 && (chanmask == 0 || (chanmask&X714Mask) == X7DOT1DOT4)); + case DevFmtX7144: + return (chancount == 16 && chanmask == 0); + case DevFmtAmbi3D: + return (chanmask == 0 && chancount == device->channelsFromFmt()); + } + return false; + }; + if(!validate_fmt(mDevice, InputType.Format.nChannels, InputType.dwChannelMask)) + { + ERR("Failed to match format, wanted: {} {} {}hz, got: {:#08x} mask {} channel{} {}-bit {}hz", + DevFmtChannelsString(mDevice->FmtChans), DevFmtTypeString(mDevice->FmtType), + mDevice->mSampleRate, InputType.dwChannelMask, InputType.Format.nChannels, + (InputType.Format.nChannels==1)?"":"s", InputType.Format.wBitsPerSample, + InputType.Format.nSamplesPerSec); + return E_FAIL; + } + } + + auto srcType = DevFmtType{}; + if(IsEqualGUID(InputType.SubFormat, KSDATAFORMAT_SUBTYPE_PCM)) + { + if(InputType.Format.wBitsPerSample == 8) + srcType = DevFmtUByte; + else if(InputType.Format.wBitsPerSample == 16) + srcType = DevFmtShort; + else if(InputType.Format.wBitsPerSample == 32) + srcType = DevFmtInt; + else + { + ERR("Unhandled integer bit depth: {}", InputType.Format.wBitsPerSample); + return E_FAIL; + } + } + else if(IsEqualGUID(InputType.SubFormat, KSDATAFORMAT_SUBTYPE_IEEE_FLOAT)) + { + if(InputType.Format.wBitsPerSample == 32) + srcType = DevFmtFloat; + else + { + ERR("Unhandled float bit depth: {}", InputType.Format.wBitsPerSample); + return E_FAIL; + } + } + else + { + ERR("Unhandled format sub-type: {}", GuidPrinter{InputType.SubFormat}.str()); + return E_FAIL; + } + + if(mDevice->FmtChans == DevFmtMono && InputType.Format.nChannels != 1) + { + auto chanmask = (1u<FmtChans}; + TRACE("Created {} multichannel-to-mono converter", DevFmtTypeString(srcType)); + /* The channel converter always outputs float, so change the input type + * for the resampler/type-converter. + */ + srcType = DevFmtFloat; + } + else if(mDevice->FmtChans == DevFmtStereo && InputType.Format.nChannels == 1) + { + mChannelConv = ChannelConverter{srcType, 1, 0x1, mDevice->FmtChans}; + TRACE("Created {} mono-to-stereo converter", DevFmtTypeString(srcType)); + srcType = DevFmtFloat; + } + + if(mDevice->mSampleRate != InputType.Format.nSamplesPerSec || mDevice->FmtType != srcType) + { + mSampleConv = SampleConverter::Create(srcType, mDevice->FmtType, + mDevice->channelsFromFmt(), InputType.Format.nSamplesPerSec, mDevice->mSampleRate, + Resampler::FastBSinc24); + if(!mSampleConv) + { + ERR("Failed to create converter for {} format, dst: {} {}hz, src: {} {}hz", + DevFmtChannelsString(mDevice->FmtChans), DevFmtTypeString(mDevice->FmtType), + mDevice->mSampleRate, DevFmtTypeString(srcType), InputType.Format.nSamplesPerSec); + return E_FAIL; + } + TRACE("Created converter for {} format, dst: {} {}hz, src: {} {}hz", + DevFmtChannelsString(mDevice->FmtChans), DevFmtTypeString(mDevice->FmtType), + mDevice->mSampleRate, DevFmtTypeString(srcType), InputType.Format.nSamplesPerSec); + } + + hr = client->Initialize(AUDCLNT_SHAREMODE_SHARED, AUDCLNT_STREAMFLAGS_EVENTCALLBACK, + buf_time.count(), 0, &InputType.Format, nullptr); + if(FAILED(hr)) + { + ERR("Failed to initialize audio client: {:#x}", as_unsigned(hr)); + return hr; + } + + hr = client->GetService(__uuidof(IAudioCaptureClient), al::out_ptr(capture)); + if(FAILED(hr)) + { + ERR("Failed to get IAudioCaptureClient: {:#x}", as_unsigned(hr)); + return hr; + } + + auto buffer_len = UINT32{}; + auto min_per = ReferenceTime{}; + auto min_per_val = REFERENCE_TIME{}; + hr = client->GetDevicePeriod(&min_per_val, nullptr); + if(SUCCEEDED(hr)) + { + min_per = ReferenceTime{min_per_val}; + hr = client->GetBufferSize(&buffer_len); + } + if(FAILED(hr)) + { + ERR("Failed to get buffer size: {:#x}", as_unsigned(hr)); + return hr; + } + mDevice->mUpdateSize = RefTime2Samples(min_per, mDevice->mSampleRate); + mDevice->mBufferSize = buffer_len; + + mRing = RingBuffer::Create(buffer_len, mDevice->frameSizeFromFmt(), false); + + hr = client->SetEventHandle(mNotifyEvent); + if(FAILED(hr)) + { + ERR("Failed to set event handle: {:#x}", as_unsigned(hr)); + return hr; + } + + return hr; +} + + +void WasapiCapture::start() +{ + auto plock = std::unique_lock{mProcMutex}; + if(mState != ThreadState::Waiting) + throw al::backend_exception{al::backend_error::DeviceError, "Invalid state: {}", + unsigned{al::to_underlying(mState)}}; + + mAction = ThreadAction::Record; + mProcCond.notify_all(); + mProcCond.wait(plock, [this]() noexcept { return mAction != ThreadAction::Record; }); + + if(FAILED(mProcResult) || mState != ThreadState::Recording) + throw al::backend_exception{al::backend_error::DeviceError, "Device capture failed: {:#x}", + as_unsigned(mProcResult)}; +} + +void WasapiCapture::stop() +{ + auto plock = std::unique_lock{mProcMutex}; + if(mState == ThreadState::Recording) + { + mKillNow = true; + mProcCond.wait(plock, [this]() noexcept { return mState != ThreadState::Recording; }); + } +} + + +void WasapiCapture::captureSamples(std::span const outbuffer) +{ std::ignore = mRing->read(outbuffer); } + +auto WasapiCapture::availableSamples() -> std::size_t +{ return mRing->readSpace(); } + +} // namespace + + +auto WasapiBackendFactory::init() -> bool +{ + static constinit auto InitResult = E_FAIL; + if(FAILED(InitResult)) try + { + std::promise promise; + auto future = promise.get_future(); + + std::thread{&DeviceEnumHelper::messageHandler, &promise}.detach(); + InitResult = future.get(); + } + catch(...) { + } + + return SUCCEEDED(InitResult); +} + +auto WasapiBackendFactory::querySupport(BackendType const type) -> bool +{ return type == BackendType::Playback || type == BackendType::Capture; } + +auto WasapiBackendFactory::enumerate(BackendType const type) -> std::vector +{ + auto outnames = std::vector{}; + + auto const devlock = DeviceListLock{gDeviceList}; + switch(type) + { + case BackendType::Playback: + { + auto const defaultId = devlock.getPlaybackDefaultId(); + auto &devlist = devlock.getPlaybackList(); + + outnames.reserve(devlist.size()); + std::ranges::transform(devlist, std::back_inserter(outnames), &DevMap::name); + + /* Default device goes first. */ + if(auto const defiter = std::ranges::find(devlist, defaultId, &DevMap::devid); + defiter != devlist.end()) + { + auto const defname = outnames.begin() + std::distance(devlist.begin(), defiter); + std::rotate(outnames.begin(), defname, defname+1); + } + } + break; + + case BackendType::Capture: + { + auto const defaultId = devlock.getCaptureDefaultId(); + auto &devlist = devlock.getCaptureList(); + + outnames.reserve(devlist.size()); + std::ranges::transform(devlist, std::back_inserter(outnames), &DevMap::name); + + /* Default device goes first. */ + if(auto const defiter = std::ranges::find(devlist, defaultId, &DevMap::devid); + defiter != devlist.end()) + { + auto const defname = outnames.begin() + std::distance(devlist.begin(), defiter); + std::rotate(outnames.begin(), defname, defname+1); + } + } + break; + } + + return outnames; +} + +auto WasapiBackendFactory::createBackend(gsl::not_null const device, + BackendType const type) -> BackendPtr +{ + if(type == BackendType::Playback) + return BackendPtr{new WasapiPlayback{device}}; + if(type == BackendType::Capture) + return BackendPtr{new WasapiCapture{device}}; + return nullptr; +} + +auto WasapiBackendFactory::getFactory() -> BackendFactory& +{ + static WasapiBackendFactory factory{}; + return factory; +} + +auto WasapiBackendFactory::queryEventSupport(alc::EventType const eventType, BackendType) + -> alc::EventSupport +{ + switch(eventType) + { + case alc::EventType::DefaultDeviceChanged: + return alc::EventSupport::FullSupport; + + case alc::EventType::DeviceAdded: + case alc::EventType::DeviceRemoved: +#if !ALSOFT_UWP + return alc::EventSupport::FullSupport; +#else + break; +#endif + } + return alc::EventSupport::NoSupport; +} diff --git a/project/lib/custom/openal/include/version.h b/project/lib/custom/openal/include/version.h index 46d0fe2c94..673ee99192 100644 --- a/project/lib/custom/openal/include/version.h +++ b/project/lib/custom/openal/include/version.h @@ -6,4 +6,4 @@ #define ALSOFT_GIT_BRANCH "master" /* Define the hash of the head commit */ -#define ALSOFT_GIT_COMMIT_HASH "1d52120" +#define ALSOFT_GIT_COMMIT_HASH "e9c479e" diff --git a/project/lib/dr-libs-files.xml b/project/lib/dr-libs-files.xml new file mode 100644 index 0000000000..94c6524355 --- /dev/null +++ b/project/lib/dr-libs-files.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/project/lib/dr_libs b/project/lib/dr_libs new file mode 160000 index 0000000000..fa931f3285 --- /dev/null +++ b/project/lib/dr_libs @@ -0,0 +1 @@ +Subproject commit fa931f3285ced10ace628f7f1ac951e1951e7ea6 diff --git a/project/lib/ogg-files.xml b/project/lib/ogg-files.xml deleted file mode 100644 index 27fc90b8b4..0000000000 --- a/project/lib/ogg-files.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/project/lib/openal-files.xml b/project/lib/openal-files.xml index c955bc4ae0..726d3e8864 100644 --- a/project/lib/openal-files.xml +++ b/project/lib/openal-files.xml @@ -30,12 +30,12 @@
- +
@@ -149,8 +149,8 @@
+ -
@@ -180,7 +180,7 @@
- + diff --git a/project/lib/opus b/project/lib/opus new file mode 160000 index 0000000000..2d862ea14b --- /dev/null +++ b/project/lib/opus @@ -0,0 +1 @@ +Subproject commit 2d862ea14b233e5a3f3afaf74d96050691af3cd5 diff --git a/project/lib/opus-files.xml b/project/lib/opus-files.xml new file mode 100644 index 0000000000..7e23b7df5a --- /dev/null +++ b/project/lib/opus-files.xml @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/project/lib/opusfile b/project/lib/opusfile new file mode 160000 index 0000000000..cc04a82f79 --- /dev/null +++ b/project/lib/opusfile @@ -0,0 +1 @@ +Subproject commit cc04a82f7964067da6e3f5dddc7634b833c9402c diff --git a/project/src/ExternalInterface.cpp b/project/src/ExternalInterface.cpp index 0835feb091..947cbeda3d 100644 --- a/project/src/ExternalInterface.cpp +++ b/project/src/ExternalInterface.cpp @@ -16,9 +16,6 @@ #include #include #include -#include -#include -#include #include #include #include @@ -376,123 +373,6 @@ namespace lime { } - value lime_audio_load_bytes (value data, value buffer) { - - Resource resource; - Bytes bytes; - - AudioBuffer audioBuffer = AudioBuffer (buffer); - - bytes.Set (data); - resource = Resource (&bytes); - - if (WAV::Decode (&resource, &audioBuffer)) { - - return audioBuffer.Value (buffer); - - } - - #ifdef LIME_OGG - if (OGG::Decode (&resource, &audioBuffer)) { - - return audioBuffer.Value (buffer); - - } - #endif - - return alloc_null (); - - } - - - HL_PRIM AudioBuffer* HL_NAME(hl_audio_load_bytes) (Bytes* data, AudioBuffer* buffer) { - - Resource resource = Resource (data); - - if (WAV::Decode (&resource, buffer)) { - - return buffer; - - } - - #ifdef LIME_OGG - if (OGG::Decode (&resource, buffer)) { - - return buffer; - - } - #endif - - return 0; - - } - - - value lime_audio_load_file (value data, value buffer) { - - Resource resource; - - AudioBuffer audioBuffer = AudioBuffer (buffer); - - resource = Resource (val_string (data)); - - if (WAV::Decode (&resource, &audioBuffer)) { - - return audioBuffer.Value (buffer); - - } - - #ifdef LIME_OGG - if (OGG::Decode (&resource, &audioBuffer)) { - - return audioBuffer.Value (buffer); - - } - #endif - - return alloc_null (); - - } - - - HL_PRIM AudioBuffer* HL_NAME(hl_audio_load_file) (hl_vstring* data, AudioBuffer* buffer) { - - Resource resource = Resource (data ? hl_to_utf8 ((const uchar*)data->bytes) : NULL); - - if (WAV::Decode (&resource, buffer)) { - - return buffer; - - } - - #ifdef LIME_OGG - if (OGG::Decode (&resource, buffer)) { - - return buffer; - - } - #endif - - return 0; - - } - - - value lime_audio_load (value data, value buffer) { - - if (val_is_string (data)) { - - return lime_audio_load_file (data, buffer); - - } else { - - return lime_audio_load_bytes (data, buffer); - - } - - } - - value lime_bytes_from_data_pointer (double data, int length, value _bytes) { uintptr_t ptr = (uintptr_t)data; @@ -4158,9 +4038,6 @@ namespace lime { DEFINE_PRIME1 (lime_application_quit); DEFINE_PRIME2v (lime_application_set_frame_rate); DEFINE_PRIME1 (lime_application_update); - DEFINE_PRIME2 (lime_audio_load); - DEFINE_PRIME2 (lime_audio_load_bytes); - DEFINE_PRIME2 (lime_audio_load_file); DEFINE_PRIME3 (lime_bytes_from_data_pointer); DEFINE_PRIME1 (lime_bytes_get_data_pointer); DEFINE_PRIME2 (lime_bytes_get_data_pointer_offset); @@ -4357,8 +4234,6 @@ namespace lime { DEFINE_HL_PRIM (_I32, hl_application_quit, _TCFFIPOINTER); DEFINE_HL_PRIM (_VOID, hl_application_set_frame_rate, _TCFFIPOINTER _F64); DEFINE_HL_PRIM (_BOOL, hl_application_update, _TCFFIPOINTER); - DEFINE_HL_PRIM (_TAUDIOBUFFER, hl_audio_load_bytes, _TBYTES _TAUDIOBUFFER); - DEFINE_HL_PRIM (_TAUDIOBUFFER, hl_audio_load_file, _STRING _TAUDIOBUFFER); DEFINE_HL_PRIM (_TBYTES, hl_bytes_from_data_pointer, _F64 _I32 _TBYTES); DEFINE_HL_PRIM (_F64, hl_bytes_get_data_pointer, _TBYTES); DEFINE_HL_PRIM (_F64, hl_bytes_get_data_pointer_offset, _TBYTES _I32); @@ -4532,6 +4407,12 @@ extern "C" int lime_curl_register_prims (); extern "C" int lime_curl_register_prims () { return 0; } #endif +#ifdef LIME_DRLIBS +extern "C" int lime_drlibs_register_prims (); +#else +extern "C" int lime_drlibs_register_prims () { return 0; } +#endif + #ifdef LIME_HARFBUZZ extern "C" int lime_harfbuzz_register_prims (); #else @@ -4550,6 +4431,12 @@ extern "C" int lime_opengl_register_prims (); extern "C" int lime_opengl_register_prims () { return 0; } #endif +#ifdef LIME_OPUS +extern "C" int lime_opus_register_prims (); +#else +extern "C" int lime_opus_register_prims () { return 0; } +#endif + #ifdef LIME_VORBIS extern "C" int lime_vorbis_register_prims (); #else @@ -4561,9 +4448,11 @@ extern "C" int lime_register_prims () { lime_cairo_register_prims (); lime_curl_register_prims (); + lime_drlibs_register_prims (); lime_harfbuzz_register_prims (); lime_openal_register_prims (); lime_opengl_register_prims (); + lime_opus_register_prims (); lime_vorbis_register_prims (); return 0; diff --git a/project/src/media/AudioBuffer.cpp b/project/src/media/AudioBuffer.cpp deleted file mode 100644 index 3c1e7318e2..0000000000 --- a/project/src/media/AudioBuffer.cpp +++ /dev/null @@ -1,86 +0,0 @@ -#include - - -namespace lime { - - - static int id_bitsPerSample; - static int id_channels; - static int id_data; - static int id_sampleRate; - static bool init = false; - - - AudioBuffer::AudioBuffer (value audioBuffer) { - - if (!init) { - - id_bitsPerSample = val_id ("bitsPerSample"); - id_channels = val_id ("channels"); - id_data = val_id ("data"); - id_sampleRate = val_id ("sampleRate"); - init = true; - - } - - if (!val_is_null (audioBuffer)) { - - bitsPerSample = val_int (val_field (audioBuffer, id_bitsPerSample)); - channels = val_int (val_field (audioBuffer, id_channels)); - data = new ArrayBufferView (val_field (audioBuffer, id_data)); - sampleRate = val_int (val_field (audioBuffer, id_sampleRate)); - - } else { - - bitsPerSample = 0; - channels = 0; - // data = new ArrayBufferView (); - sampleRate = 0; - - } - - // _value = audioBuffer; - - } - - - AudioBuffer::~AudioBuffer () { - - if (data) { - - delete data; - - } - - } - - - value AudioBuffer::Value () { - - return Value (alloc_empty_object ()); - - } - - - value AudioBuffer::Value (value audioBuffer) { - - if (!init) { - - id_bitsPerSample = val_id ("bitsPerSample"); - id_channels = val_id ("channels"); - id_data = val_id ("data"); - id_sampleRate = val_id ("sampleRate"); - init = true; - - } - - alloc_field (audioBuffer, id_bitsPerSample, alloc_int (bitsPerSample)); - alloc_field (audioBuffer, id_channels, alloc_int (channels)); - alloc_field (audioBuffer, id_data, data ? data->Value (val_field (audioBuffer, id_data)) : alloc_null ()); - alloc_field (audioBuffer, id_sampleRate, alloc_int (sampleRate)); - return audioBuffer; - - } - - -} \ No newline at end of file diff --git a/project/src/media/codecs/DrLibsBindings.cpp b/project/src/media/codecs/DrLibsBindings.cpp new file mode 100644 index 0000000000..711d11e0f9 --- /dev/null +++ b/project/src/media/codecs/DrLibsBindings.cpp @@ -0,0 +1,889 @@ +#include +#include +#include +#include +#include +#include + + +namespace lime { + + + static int id_bitsPerSample; + static int id_channels; + static int id_high; + static int id_low; + static int id_sampleRate; + static value infoValue; + static value int64Value; + static vdynamic *hl_infoValue; + static vdynamic *hl_int64Value; + static bool init = false; + + + inline void _initializeDrLibs () { + + if (!init) { + + id_bitsPerSample = val_id ("bitsPerSample"); + id_channels = val_id ("channels"); + id_high = val_id ("high"); + id_low = val_id ("low"); + id_sampleRate = val_id ("sampleRate"); + + infoValue = alloc_empty_object (); + int64Value = alloc_empty_object (); + + value* root = alloc_root (); + *root = infoValue; + + value* root2 = alloc_root (); + *root2 = int64Value; + + init = true; + + } + + } + + + inline void _hl_initializeDrLibs () { + + if (!init) { + + id_bitsPerSample = hl_hash_utf8 ("bitsPerSample"); + id_channels = hl_hash_utf8 ("channels"); + id_high = hl_hash_utf8 ("high"); + id_low = hl_hash_utf8 ("low"); + id_sampleRate = hl_hash_utf8 ("sampleRate"); + + hl_infoValue = (vdynamic*)hl_alloc_dynobj (); + hl_int64Value = (vdynamic*)hl_alloc_dynobj (); + + hl_add_root(&hl_infoValue); + hl_add_root(&hl_int64Value); + + init = true; + + } + + } + + + value allocDrFlacInt64 (drflac_int64 val) { + + drflac_int32 low = val; + drflac_int32 high = (val >> 32); + + _initializeDrLibs (); + + alloc_field (int64Value, id_low, alloc_int (low)); + alloc_field (int64Value, id_high, alloc_int (high)); + + return int64Value; + + } + + + vdynamic* hl_allocDrFlacInt64 (drflac_int64 val) { + + drflac_int32 low = val; + drflac_int32 high = (val >> 32); + + _hl_initializeDrLibs (); + + hl_dyn_seti (hl_int64Value, id_low, &hlt_i32, low); + hl_dyn_seti (hl_int64Value, id_high, &hlt_i32, high); + + return hl_int64Value; + + } + + + value allocDrMp3Int64 (drmp3_int64 val) { + + drmp3_int32 low = val; + drmp3_int32 high = (val >> 32); + + _initializeDrLibs (); + + alloc_field (int64Value, id_low, alloc_int (low)); + alloc_field (int64Value, id_high, alloc_int (high)); + + return int64Value; + + } + + + vdynamic* hl_allocDrMp3Int64 (drmp3_int64 val) { + + drmp3_int32 low = val; + drmp3_int32 high = (val >> 32); + + _hl_initializeDrLibs (); + + hl_dyn_seti (hl_int64Value, id_low, &hlt_i32, low); + hl_dyn_seti (hl_int64Value, id_high, &hlt_i32, high); + + return hl_int64Value; + + } + + + value allocDrWavInt64 (drwav_int64 val) { + + drwav_int32 low = val; + drwav_int32 high = (val >> 32); + + _initializeDrLibs (); + + alloc_field (int64Value, id_low, alloc_int (low)); + alloc_field (int64Value, id_high, alloc_int (high)); + + return int64Value; + + } + + + vdynamic* hl_allocDrWavInt64 (drwav_int64 val) { + + drwav_int32 low = val; + drwav_int32 high = (val >> 32); + + _hl_initializeDrLibs (); + + hl_dyn_seti (hl_int64Value, id_low, &hlt_i32, low); + hl_dyn_seti (hl_int64Value, id_high, &hlt_i32, high); + + return hl_int64Value; + + } + + + void lime_drlibs_flac_close (value flac); + HL_PRIM void HL_NAME(hl_drlibs_flac_close) (HL_CFFIPointer* flac); + + + void gc_drflac (value flac) { + + lime_drlibs_flac_close (flac); + + } + + + void hl_gc_drflac (HL_CFFIPointer* flac) { + + lime_hl_drlibs_flac_close (flac); + + } + + + void lime_drlibs_flac_close (value flac) { + + if (!val_is_null (flac)) { + + drflac* pFlac = (drflac*)(uintptr_t)val_data (flac); + val_gc (flac, 0); + DrFlac::Close (pFlac); + + } + + } + + + HL_PRIM void HL_NAME(hl_drlibs_flac_close) (HL_CFFIPointer* flac) { + + if (flac) { + + drflac* pFlac = (drflac*)(uintptr_t)flac->ptr; + flac->finalizer = 0; + DrFlac::Close (pFlac); + + } + + } + + + int lime_drlibs_flac_decode (value flac, value buffer, int position, int length, int word) { + + if (val_is_null (buffer)) { + return 0; + } + + drflac* pFlac = (drflac*)(uintptr_t)val_data (flac); + + Bytes bytes; + bytes.Set (buffer); + + if (word == 4) + { + + return drflac_read_pcm_frames_s32 (pFlac, (int)(length / pFlac->channels / 4), (drflac_int32 *)(bytes.b + position)) * 4 * pFlac->channels; + + } + else if (word == 2) + { + + return drflac_read_pcm_frames_s16 (pFlac, (int)(length / pFlac->channels / 2), (drflac_int16 *)(bytes.b + position)) * 2 * pFlac->channels; + + } + else + { + + return 0; + + } + + } + + + HL_PRIM int HL_NAME(hl_drlibs_flac_decode) (HL_CFFIPointer* flac, Bytes* buffer, int position, int length, int word) { + + if (!buffer) { + return 0; + } + + drflac* pFlac = (drflac*)(uintptr_t)flac->ptr; + + if (word == 4) + { + + return drflac_read_pcm_frames_s32 (pFlac, (int)(length / pFlac->channels / 4), (drflac_int32 *)(buffer->b + position)) * 4 * pFlac->channels; + + } + else if (word == 2) + { + + return drflac_read_pcm_frames_s16 (pFlac, (int)(length / pFlac->channels / 2), (drflac_int16 *)(buffer->b + position)) * 2 * pFlac->channels; + + } + else + { + + return 0; + + } + + } + + + value lime_drlibs_flac_from_bytes (value data) { + + Bytes bytes; + bytes.Set (data); + + drflac* pFlac = DrFlac::FromBytes (&bytes); + + if (pFlac) return CFFIPointer ((void*)(uintptr_t)pFlac, gc_drflac); + return alloc_null (); + + } + + + HL_PRIM HL_CFFIPointer* HL_NAME(hl_drlibs_flac_from_bytes) (Bytes* data) { + + drflac* pFlac = DrFlac::FromBytes (data); + + if (pFlac) return HLCFFIPointer ((void*)(uintptr_t)pFlac, (hl_finalizer)hl_gc_drflac); + return NULL; + + } + + + value lime_drlibs_flac_from_file (HxString path) { + + drflac* pFlac = DrFlac::FromFile (path.c_str ()); + + if (pFlac) return CFFIPointer ((void*)(uintptr_t)pFlac, gc_drflac); + return alloc_null (); + + } + + + HL_PRIM HL_CFFIPointer* HL_NAME(hl_drlibs_flac_from_file) (hl_vstring* path) { + + drflac* pFlac = DrFlac::FromFile (path ? hl_to_utf8 (path->bytes) : NULL); + + if (pFlac) return HLCFFIPointer ((void*)(uintptr_t)pFlac, (hl_finalizer)hl_gc_drflac); + return NULL; + + } + + + value lime_drlibs_flac_info (value flac) { + + drflac* pFlac = (drflac*)(uintptr_t)val_data (flac); + + _initializeDrLibs (); + + alloc_field (infoValue, id_bitsPerSample, alloc_int (pFlac->bitsPerSample)); + alloc_field (infoValue, id_channels, alloc_int (pFlac->channels)); + alloc_field (infoValue, id_sampleRate, alloc_int (pFlac->sampleRate)); + + return infoValue; + + } + + + HL_PRIM vdynamic* HL_NAME(hl_drlibs_flac_info) (HL_CFFIPointer* flac) { + + drflac* pFlac = (drflac*)(uintptr_t)flac->ptr; + + _initializeDrLibs (); + + hl_dyn_seti (hl_infoValue, id_bitsPerSample, &hlt_i32, pFlac->bitsPerSample); + hl_dyn_seti (hl_infoValue, id_channels, &hlt_i32, pFlac->channels); + hl_dyn_seti (hl_infoValue, id_sampleRate, &hlt_i32, pFlac->sampleRate); + + return hl_infoValue; + + } + + + int lime_drlibs_flac_seek (value flac, value posLow, value posHigh) { + + drflac* pFlac = (drflac*)(uintptr_t)val_data (flac); + drflac_uint64 pos = ((drflac_uint64)val_number (posHigh) << 32) | (drflac_uint64)val_number (posLow); + return drflac_seek_to_pcm_frame (pFlac, pos); + + } + + + HL_PRIM int HL_NAME(hl_drlibs_flac_seek) (HL_CFFIPointer* flac, int posLow, int posHigh) { + + drflac* pFlac = (drflac*)(uintptr_t)flac->ptr; + drflac_uint64 pos = ((drflac_uint64)posHigh << 32) | (drflac_uint64)posLow; + return drflac_seek_to_pcm_frame (pFlac, pos); + + } + + + value lime_drlibs_flac_tell (value flac) { + + drflac* pFlac = (drflac*)(uintptr_t)val_data (flac); + return allocDrFlacInt64 ((drflac_int64)pFlac->currentPCMFrame); + + } + + + HL_PRIM vdynamic* HL_NAME(hl_drlibs_flac_tell) (HL_CFFIPointer* flac) { + + drflac* pFlac = (drflac*)(uintptr_t)flac->ptr; + return hl_allocDrFlacInt64 ((drflac_int64)pFlac->currentPCMFrame); + + } + + + value lime_drlibs_flac_total (value flac) { + + drflac* pFlac = (drflac*)(uintptr_t)val_data (flac); + return allocDrFlacInt64 ((drflac_int64)pFlac->totalPCMFrameCount); + + } + + + HL_PRIM vdynamic* HL_NAME(hl_drlibs_flac_total) (HL_CFFIPointer* flac) { + + drflac* pFlac = (drflac*)(uintptr_t)flac->ptr; + return hl_allocDrFlacInt64 ((drflac_int64)pFlac->totalPCMFrameCount); + + } + + + void lime_drlibs_mp3_uninit (value mp3); + HL_PRIM void HL_NAME(hl_drlibs_mp3_uninit) (HL_CFFIPointer* mp3); + + + void gc_drmp3 (value mp3) { + + lime_drlibs_mp3_uninit (mp3); + + } + + + void hl_gc_drmp3 (HL_CFFIPointer* mp3) { + + lime_hl_drlibs_mp3_uninit (mp3); + + } + + + int lime_drlibs_mp3_decode (value mp3, value buffer, int position, int length) { + + if (val_is_null (buffer)) { + return 0; + } + + drmp3* pMp3 = (drmp3*)(uintptr_t)val_data (mp3); + + Bytes bytes; + bytes.Set (buffer); + + return drmp3_read_pcm_frames_s16 (pMp3, (int)(length / pMp3->channels / 2), (drmp3_int16 *)(bytes.b + position)) * 2 * pMp3->channels; + + } + + + HL_PRIM int HL_NAME(hl_drlibs_mp3_decode) (HL_CFFIPointer* mp3, Bytes* buffer, int position, int length) { + + if (!buffer) { + return 0; + } + + drmp3* pMp3 = (drmp3*)(uintptr_t)mp3->ptr; + + return drmp3_read_pcm_frames_s16 (pMp3, (int)(length / pMp3->channels / 2), (drmp3_int16 *)(buffer->b + position)) * 2 * pMp3->channels; + + } + + + value lime_drlibs_mp3_from_bytes (value data) { + + Bytes bytes; + bytes.Set (data); + + drmp3* pMp3 = DrMp3::FromBytes (&bytes); + + if (pMp3) return CFFIPointer ((void*)(uintptr_t)pMp3, gc_drmp3); + return alloc_null (); + + } + + + HL_PRIM HL_CFFIPointer* HL_NAME(hl_drlibs_mp3_from_bytes) (Bytes* data) { + + drmp3* pMp3 = DrMp3::FromBytes (data); + + if (pMp3) return HLCFFIPointer ((void*)(uintptr_t)pMp3, (hl_finalizer)hl_gc_drmp3); + return NULL; + + } + + + value lime_drlibs_mp3_from_file (HxString path) { + + drmp3* pMp3 = DrMp3::FromFile (path.c_str ()); + + if (pMp3) return CFFIPointer ((void*)(uintptr_t)pMp3, gc_drmp3); + return alloc_null (); + + } + + + HL_PRIM HL_CFFIPointer* HL_NAME(hl_drlibs_mp3_from_file) (hl_vstring* path) { + + drmp3* pMp3 = DrMp3::FromFile (path ? hl_to_utf8 (path->bytes) : NULL); + + if (pMp3) return HLCFFIPointer ((void*)(uintptr_t)pMp3, (hl_finalizer)hl_gc_drmp3); + return NULL; + + } + + + value lime_drlibs_mp3_info (value mp3) { + + drmp3* pMp3 = (drmp3*)(uintptr_t)val_data (mp3); + + _initializeDrLibs (); + + alloc_field (infoValue, id_bitsPerSample, alloc_int (16)); + alloc_field (infoValue, id_channels, alloc_int (pMp3->channels)); + alloc_field (infoValue, id_sampleRate, alloc_int (pMp3->sampleRate)); + + return infoValue; + + } + + + HL_PRIM vdynamic* HL_NAME(hl_drlibs_mp3_info) (HL_CFFIPointer* mp3) { + + drmp3* pMp3 = (drmp3*)(uintptr_t)mp3->ptr; + + _initializeDrLibs (); + + hl_dyn_seti (hl_infoValue, id_bitsPerSample, &hlt_i32, 16); + hl_dyn_seti (hl_infoValue, id_channels, &hlt_i32, pMp3->channels); + hl_dyn_seti (hl_infoValue, id_sampleRate, &hlt_i32, pMp3->sampleRate); + + return hl_infoValue; + + } + + + int lime_drlibs_mp3_seek (value mp3, value posLow, value posHigh) { + + drmp3* pMp3 = (drmp3*)(uintptr_t)val_data (mp3); + drmp3_uint64 pos = ((drmp3_uint64)val_number (posHigh) << 32) | (drmp3_uint64)val_number (posLow); + return drmp3_seek_to_pcm_frame (pMp3, pos); + + } + + + HL_PRIM int HL_NAME(hl_drlibs_mp3_seek) (HL_CFFIPointer* mp3, int posLow, int posHigh) { + + drmp3* pMp3 = (drmp3*)(uintptr_t)mp3->ptr; + drmp3_uint64 pos = ((drmp3_uint64)posHigh << 32) | (drmp3_uint64)posLow; + return drmp3_seek_to_pcm_frame (pMp3, pos); + + } + + + value lime_drlibs_mp3_tell (value mp3) { + + drmp3* pMp3 = (drmp3*)(uintptr_t)val_data (mp3); + return allocDrMp3Int64 ((drmp3_int64)pMp3->currentPCMFrame); + + } + + + HL_PRIM vdynamic* HL_NAME(hl_drlibs_mp3_tell) (HL_CFFIPointer* mp3) { + + drmp3* pMp3 = (drmp3*)(uintptr_t)mp3->ptr; + return hl_allocDrMp3Int64 ((drmp3_int64)pMp3->currentPCMFrame); + + } + + + value lime_drlibs_mp3_total (value mp3) { + + drmp3* pMp3 = (drmp3*)(uintptr_t)val_data (mp3); + return allocDrMp3Int64 ((drmp3_int64)drmp3_get_pcm_frame_count (pMp3)); + + } + + + HL_PRIM vdynamic* HL_NAME(hl_drlibs_mp3_total) (HL_CFFIPointer* mp3) { + + drmp3* pMp3 = (drmp3*)(uintptr_t)mp3->ptr; + return hl_allocDrMp3Int64 ((drmp3_int64)drmp3_get_pcm_frame_count (pMp3)); + + } + + + void lime_drlibs_mp3_uninit (value mp3) { + + if (!val_is_null (mp3)) { + + drmp3* pMp3 = (drmp3*)(uintptr_t)val_data (mp3); + val_gc (mp3, 0); + DrMp3::Close (pMp3); + + } + + } + + + HL_PRIM void HL_NAME(hl_drlibs_mp3_uninit) (HL_CFFIPointer* mp3) { + + if (mp3) { + + drmp3* pMp3 = (drmp3*)(uintptr_t)mp3->ptr; + mp3->finalizer = 0; + DrMp3::Close (pMp3); + + } + + } + + + void lime_drlibs_wav_uninit (value wav); + HL_PRIM void HL_NAME(hl_drlibs_wav_uninit) (HL_CFFIPointer* wav); + + + void gc_drwav (value wav) { + + lime_drlibs_wav_uninit (wav); + + } + + + void hl_gc_drwav (HL_CFFIPointer* wav) { + + lime_hl_drlibs_wav_uninit (wav); + + } + + + int lime_drlibs_wav_decode (value wav, value buffer, int position, int length, int word) { + + if (val_is_null (buffer)) { + return 0; + } + + drwav* pWav = (drwav*)(uintptr_t)val_data (wav); + + Bytes bytes; + bytes.Set (buffer); + + if (word == 4) + { + + return drwav_read_pcm_frames_s32 (pWav, (int)(length / pWav->channels / 4), (drwav_int32 *)(bytes.b + position)) * 4 * pWav->channels; + + } + else if (word == 2) + { + + return drwav_read_pcm_frames_s16 (pWav, (int)(length / pWav->channels / 2), (drwav_int16 *)(bytes.b + position)) * 2 * pWav->channels; + + } + else + { + + return 0; + + } + + } + + + HL_PRIM int HL_NAME(hl_drlibs_wav_decode) (HL_CFFIPointer* wav, Bytes* buffer, int position, int length, int word) { + + if (!buffer) { + return 0; + } + + drwav* pWav = (drwav*)(uintptr_t)wav->ptr; + + if (word == 4) + { + + return drwav_read_pcm_frames_s32 (pWav, (int)(length / pWav->channels / 4), (drwav_int32 *)(buffer->b + position)) * 4 * pWav->channels; + + } + else if (word == 2) + { + + return drwav_read_pcm_frames_s16 (pWav, (int)(length / pWav->channels / 2), (drwav_int16 *)(buffer->b + position)) * 2 * pWav->channels; + + } + else + { + + return 0; + + } + + } + + + value lime_drlibs_wav_from_bytes (value data) { + + Bytes bytes; + bytes.Set (data); + + drwav* pWav = DrWav::FromBytes (&bytes); + + if (pWav) return CFFIPointer ((void*)(uintptr_t)pWav, gc_drwav); + return alloc_null (); + + } + + + HL_PRIM HL_CFFIPointer* HL_NAME(hl_drlibs_wav_from_bytes) (Bytes* data) { + + drwav* pWav = DrWav::FromBytes (data); + + if (pWav) return HLCFFIPointer ((void*)(uintptr_t)pWav, (hl_finalizer)hl_gc_drwav); + return NULL; + + } + + + value lime_drlibs_wav_from_file (HxString path) { + + drwav* pWav = DrWav::FromFile (path.c_str ()); + + if (pWav) return CFFIPointer ((void*)(uintptr_t)pWav, gc_drwav); + return alloc_null (); + + } + + + HL_PRIM HL_CFFIPointer* HL_NAME(hl_drlibs_wav_from_file) (hl_vstring* path) { + + drwav* pWav = DrWav::FromFile (path ? hl_to_utf8 (path->bytes) : NULL); + + if (pWav) return HLCFFIPointer ((void*)(uintptr_t)pWav, (hl_finalizer)hl_gc_drwav); + return NULL; + + } + + + value lime_drlibs_wav_info (value wav) { + + drwav* pWav = (drwav*)(uintptr_t)val_data (wav); + + _initializeDrLibs (); + + alloc_field (infoValue, id_bitsPerSample, alloc_int (pWav->bitsPerSample)); + alloc_field (infoValue, id_channels, alloc_int (pWav->channels)); + alloc_field (infoValue, id_sampleRate, alloc_int (pWav->sampleRate)); + + return infoValue; + + } + + + HL_PRIM vdynamic* HL_NAME(hl_drlibs_wav_info) (HL_CFFIPointer* wav) { + + drwav* pWav = (drwav*)(uintptr_t)wav->ptr; + + _initializeDrLibs (); + + hl_dyn_seti (hl_infoValue, id_bitsPerSample, &hlt_i32, pWav->bitsPerSample); + hl_dyn_seti (hl_infoValue, id_channels, &hlt_i32, pWav->channels); + hl_dyn_seti (hl_infoValue, id_sampleRate, &hlt_i32, pWav->sampleRate); + + return hl_infoValue; + + } + + + int lime_drlibs_wav_seek (value wav, value posLow, value posHigh) { + + drwav* pWav = (drwav*)(uintptr_t)val_data (wav); + drwav_uint64 pos = ((drwav_uint64)val_number (posHigh) << 32) | (drwav_uint64)val_number (posLow); + return drwav_seek_to_pcm_frame (pWav, pos); + + } + + + HL_PRIM int HL_NAME(hl_drlibs_wav_seek) (HL_CFFIPointer* wav, int posLow, int posHigh) { + + drwav* pWav = (drwav*)(uintptr_t)wav->ptr; + drwav_uint64 pos = ((drwav_uint64)posHigh << 32) | (drwav_uint64)posLow; + return drwav_seek_to_pcm_frame (pWav, pos); + + } + + + value lime_drlibs_wav_tell (value wav) { + + drwav* pWav = (drwav*)(uintptr_t)val_data (wav); + drwav_uint64 cursor; + if (drwav_get_cursor_in_pcm_frames(pWav, &cursor) == DRWAV_SUCCESS) return allocDrWavInt64 ((drwav_int64)cursor); + else return allocDrWavInt64 (0); + + } + + + HL_PRIM vdynamic* HL_NAME(hl_drlibs_wav_tell) (HL_CFFIPointer* wav) { + + drwav* pWav = (drwav*)(uintptr_t)wav->ptr; + drwav_uint64 cursor; + if (drwav_get_cursor_in_pcm_frames(pWav, &cursor) == DRWAV_SUCCESS) return hl_allocDrWavInt64 ((drwav_int64)cursor); + else return hl_allocDrWavInt64 (0); + + } + + + value lime_drlibs_wav_total (value wav) { + + drwav* pWav = (drwav*)(uintptr_t)val_data (wav); + drwav_uint64 length; + if (drwav_get_length_in_pcm_frames(pWav, &length) == DRWAV_SUCCESS) return allocDrWavInt64 ((drwav_int64)length); + else return allocDrWavInt64 (0); + + } + + + HL_PRIM vdynamic* HL_NAME(hl_drlibs_wav_total) (HL_CFFIPointer* wav) { + + drwav* pWav = (drwav*)(uintptr_t)wav->ptr; + drwav_uint64 length; + if (drwav_get_length_in_pcm_frames(pWav, &length) == DRWAV_SUCCESS) return hl_allocDrWavInt64 ((drwav_int64)length); + else return hl_allocDrWavInt64 (0); + + } + + + void lime_drlibs_wav_uninit (value wav) { + + if (!val_is_null (wav)) { + + drwav* pWav = (drwav*)(uintptr_t)val_data (wav); + val_gc (wav, 0); + DrWav::Close (pWav); + + } + + } + + + HL_PRIM void HL_NAME(hl_drlibs_wav_uninit) (HL_CFFIPointer* wav) { + + if (wav) { + + drwav* pWav = (drwav*)(uintptr_t)wav->ptr; + wav->finalizer = 0; + DrWav::Close (pWav); + + } + + } + + + DEFINE_PRIME1v (lime_drlibs_flac_close); + DEFINE_PRIME5 (lime_drlibs_flac_decode); + DEFINE_PRIME1 (lime_drlibs_flac_from_bytes); + DEFINE_PRIME1 (lime_drlibs_flac_from_file); + DEFINE_PRIME1 (lime_drlibs_flac_info); + DEFINE_PRIME3 (lime_drlibs_flac_seek); + DEFINE_PRIME1 (lime_drlibs_flac_tell); + DEFINE_PRIME1 (lime_drlibs_flac_total); + DEFINE_PRIME4 (lime_drlibs_mp3_decode); + DEFINE_PRIME1 (lime_drlibs_mp3_from_bytes); + DEFINE_PRIME1 (lime_drlibs_mp3_from_file); + DEFINE_PRIME1 (lime_drlibs_mp3_info); + DEFINE_PRIME3 (lime_drlibs_mp3_seek); + DEFINE_PRIME1 (lime_drlibs_mp3_tell); + DEFINE_PRIME1 (lime_drlibs_mp3_total); + DEFINE_PRIME1v (lime_drlibs_mp3_uninit); + DEFINE_PRIME5 (lime_drlibs_wav_decode); + DEFINE_PRIME1 (lime_drlibs_wav_from_bytes); + DEFINE_PRIME1 (lime_drlibs_wav_from_file); + DEFINE_PRIME1 (lime_drlibs_wav_info); + DEFINE_PRIME3 (lime_drlibs_wav_seek); + DEFINE_PRIME1 (lime_drlibs_wav_tell); + DEFINE_PRIME1 (lime_drlibs_wav_total); + DEFINE_PRIME1v (lime_drlibs_wav_uninit); + + + #define _TBYTES _OBJ (_I32 _BYTES) + #define _TCFFIPOINTER _DYN + + DEFINE_HL_PRIM (_VOID, hl_drlibs_flac_close, _TCFFIPOINTER); + DEFINE_HL_PRIM (_I32, hl_drlibs_flac_decode, _TCFFIPOINTER _TBYTES _I32 _I32 _I32); + DEFINE_HL_PRIM (_TCFFIPOINTER, hl_drlibs_flac_from_bytes, _TBYTES); + DEFINE_HL_PRIM (_TCFFIPOINTER, hl_drlibs_flac_from_file, _STRING); + DEFINE_HL_PRIM (_DYN, hl_drlibs_flac_info, _TCFFIPOINTER); + DEFINE_HL_PRIM (_I32, hl_drlibs_flac_seek, _TCFFIPOINTER _I32 _I32); + DEFINE_HL_PRIM (_DYN, hl_drlibs_flac_tell, _TCFFIPOINTER); + DEFINE_HL_PRIM (_DYN, hl_drlibs_flac_total, _TCFFIPOINTER); + DEFINE_HL_PRIM (_I32, hl_drlibs_mp3_decode, _TCFFIPOINTER _TBYTES _I32 _I32); + DEFINE_HL_PRIM (_TCFFIPOINTER, hl_drlibs_mp3_from_bytes, _TBYTES); + DEFINE_HL_PRIM (_TCFFIPOINTER, hl_drlibs_mp3_from_file, _STRING); + DEFINE_HL_PRIM (_DYN, hl_drlibs_mp3_info, _TCFFIPOINTER); + DEFINE_HL_PRIM (_I32, hl_drlibs_mp3_seek, _TCFFIPOINTER _I32 _I32); + DEFINE_HL_PRIM (_DYN, hl_drlibs_mp3_tell, _TCFFIPOINTER); + DEFINE_HL_PRIM (_DYN, hl_drlibs_mp3_total, _TCFFIPOINTER); + DEFINE_HL_PRIM (_VOID, hl_drlibs_mp3_uninit, _TCFFIPOINTER); + DEFINE_HL_PRIM (_I32, hl_drlibs_wav_decode, _TCFFIPOINTER _TBYTES _I32 _I32 _I32); + DEFINE_HL_PRIM (_TCFFIPOINTER, hl_drlibs_wav_from_bytes, _TBYTES); + DEFINE_HL_PRIM (_TCFFIPOINTER, hl_drlibs_wav_from_file, _STRING); + DEFINE_HL_PRIM (_DYN, hl_drlibs_wav_info, _TCFFIPOINTER); + DEFINE_HL_PRIM (_I32, hl_drlibs_wav_seek, _TCFFIPOINTER _I32 _I32); + DEFINE_HL_PRIM (_DYN, hl_drlibs_wav_tell, _TCFFIPOINTER); + DEFINE_HL_PRIM (_DYN, hl_drlibs_wav_total, _TCFFIPOINTER); + DEFINE_HL_PRIM (_VOID, hl_drlibs_wav_uninit, _TCFFIPOINTER); + + +} + + +extern "C" int lime_drlibs_register_prims () { + + return 0; + +} \ No newline at end of file diff --git a/project/src/media/codecs/OpusBindings.cpp b/project/src/media/codecs/OpusBindings.cpp new file mode 100644 index 0000000000..5b238a930a --- /dev/null +++ b/project/src/media/codecs/OpusBindings.cpp @@ -0,0 +1,378 @@ +#include +#include +#include +#include + + +namespace lime { + + + static int id_high; + static int id_low; + static value infoValue; + static value int64Value; + static vdynamic *hl_int64Value; + static bool init = false; + + + inline void _initializeOpus () { + + if (!init) { + + id_high = val_id ("high"); + id_low = val_id ("low"); + + int64Value = alloc_empty_object (); + + value* root = alloc_root (); + *root = int64Value; + + init = true; + + } + + } + + + inline void _hl_initializeOpus () { + + if (!init) { + + id_high = hl_hash_utf8 ("high"); + id_low = hl_hash_utf8 ("low"); + + hl_int64Value = (vdynamic*)hl_alloc_dynobj (); + + hl_add_root(&hl_int64Value); + + init = true; + + } + + } + + + value allocOpusInt64 (opus_int64 val) { + + opus_int32 low = val; + opus_int32 high = (val >> 32); + + _initializeOpus (); + + alloc_field (int64Value, id_low, alloc_int (low)); + alloc_field (int64Value, id_high, alloc_int (high)); + + return int64Value; + + } + + + vdynamic* hl_allocOpusInt64 (opus_int64 val) { + + opus_int32 low = val; + opus_int32 high = (val >> 32); + + _hl_initializeOpus (); + + hl_dyn_seti (hl_int64Value, id_low, &hlt_i32, low); + hl_dyn_seti (hl_int64Value, id_high, &hlt_i32, high); + + return hl_int64Value; + + } + + + void lime_opus_file_free (value opusFile); + HL_PRIM void HL_NAME(hl_opus_file_free) (HL_CFFIPointer* opusFile); + + + void gc_opus_file (value opusFile) { + + lime_opus_file_free (opusFile); + + } + + + void hl_gc_opus_file (HL_CFFIPointer* opusFile) { + + lime_hl_opus_file_free (opusFile); + + } + + + int lime_opus_file_channel_count (value opusFile) { + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)val_data (opusFile); + return op_channel_count (of, -1); + + } + + + HL_PRIM int HL_NAME(hl_opus_file_channel_count) (HL_CFFIPointer* opusFile) { + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)opusFile->ptr; + return op_channel_count (of, -1); + + } + + + int lime_opus_file_decode (value opusFile, value buffer, int position, int length) { + + if (val_is_null (buffer)) { + return 0; + } + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)val_data (opusFile); + + Bytes bytes; + bytes.Set (buffer); + + length >>= 1; + + opus_int16* data = (opus_int16*)(bytes.b + position); + int read = 0; + + while (read < length) { + + int result = op_read (of, data, length - read, NULL); + + if (result != OP_HOLE) { + + if (result <= OP_EREAD) { + + return 0; + + } + else if (result == 0) { + + break; + + } + else { + + result *= op_channel_count (of, -1); + read += result; + data += result; + + } + + } + + } + + return read << 1; + + } + + + HL_PRIM int HL_NAME(hl_opus_file_decode) (HL_CFFIPointer* opusFile, Bytes* buffer, int offset, int samples) { + + if (!buffer) { + return 0; + } + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)opusFile->ptr; + + opus_int16* data = (opus_int16*)(buffer->b + offset); + int read = 0; + + while (read < samples) { + + int result = op_read (of, data, samples, NULL); + + if (result != OP_HOLE) { + + if (result <= OP_EREAD) { + + return 0; + + } + else if (result == 0) { + + break; + + } + else { + + read += result; + data += result; + samples -= result; + + } + } + } + + return read; + } + + + void lime_opus_file_free (value opusFile) { + + if (!val_is_null (opusFile)) { + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)val_data (opusFile); + val_gc (opusFile, 0); + op_free (of); + + } + + } + + + HL_PRIM void HL_NAME(hl_opus_file_free) (HL_CFFIPointer* opusFile) { + + if (opusFile) { + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)opusFile->ptr; + opusFile->finalizer = 0; + op_free (of); + + } + + } + + + value lime_opus_file_from_bytes (value data) { + + Bytes bytes; + bytes.Set (data); + + OggOpusFile* of = OpusFile::FromBytes (&bytes); + + if (of) return CFFIPointer ((void*)(uintptr_t)of, gc_opus_file); + return alloc_null (); + + } + + + HL_PRIM HL_CFFIPointer* HL_NAME(hl_opus_file_from_bytes) (Bytes* data) { + + OggOpusFile* of = OpusFile::FromBytes (data); + + if (of) return HLCFFIPointer ((void*)(uintptr_t)of, (hl_finalizer)hl_gc_opus_file); + return NULL; + + } + + + value lime_opus_file_from_file (HxString path) { + + OggOpusFile* of = OpusFile::FromFile (path.c_str ()); + + if (of) return CFFIPointer ((void*)(uintptr_t)of, gc_opus_file); + return alloc_null (); + + } + + + HL_PRIM HL_CFFIPointer* HL_NAME(hl_opus_file_from_file) (hl_vstring* path) { + + OggOpusFile* of = OpusFile::FromFile (path ? hl_to_utf8 (path->bytes) : NULL); + + if (of) return HLCFFIPointer ((void*)(uintptr_t)of, (hl_finalizer)hl_gc_opus_file); + return NULL; + + } + + + int lime_opus_file_seek (value opusFile, value posLow, value posHigh) { + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)val_data (opusFile); + opus_int64 pos = ((opus_int64)val_number (posHigh) << 32) | (opus_int64)val_number (posLow); + if (pos > 0) return op_pcm_seek (of, pos); + else return op_raw_seek (of, 0); + + } + + + HL_PRIM int HL_NAME(hl_opus_file_seek) (HL_CFFIPointer* opusFile, int posLow, int posHigh) { + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)opusFile->ptr; + opus_int64 pos = ((opus_int64)posHigh << 32) | (opus_int64)posLow; + if (pos > 0) return op_pcm_seek (of, pos); + else return op_raw_seek (of, 0); + + } + + + bool lime_opus_file_seekable (value opusFile) { + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)val_data (opusFile); + return op_seekable (of); + + } + + + HL_PRIM bool HL_NAME(hl_opus_file_seekable) (HL_CFFIPointer* opusFile) { + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)opusFile->ptr; + return op_seekable (of); + + } + + + value lime_opus_file_tell (value opusFile) { + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)val_data (opusFile); + return allocOpusInt64 (op_pcm_tell (of)); + + } + + + HL_PRIM vdynamic* HL_NAME(hl_opus_file_tell) (HL_CFFIPointer* opusFile) { + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)opusFile->ptr; + return hl_allocOpusInt64 (op_pcm_tell (of)); + + } + + + value lime_opus_file_total (value opusFile) { + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)val_data (opusFile); + return allocOpusInt64 (op_pcm_total (of, -1)); + + } + + + HL_PRIM vdynamic* HL_NAME(hl_opus_file_total) (HL_CFFIPointer* opusFile) { + + OggOpusFile* of = (OggOpusFile*)(uintptr_t)opusFile->ptr; + return hl_allocOpusInt64 (op_pcm_total (of, -1)); + + } + + + DEFINE_PRIME1 (lime_opus_file_channel_count); + DEFINE_PRIME4 (lime_opus_file_decode); + DEFINE_PRIME1v (lime_opus_file_free); + DEFINE_PRIME1 (lime_opus_file_from_bytes); + DEFINE_PRIME1 (lime_opus_file_from_file); + DEFINE_PRIME3 (lime_opus_file_seek); + DEFINE_PRIME1 (lime_opus_file_seekable); + DEFINE_PRIME1 (lime_opus_file_tell); + DEFINE_PRIME1 (lime_opus_file_total); + + + #define _TBYTES _OBJ (_I32 _BYTES) + #define _TCFFIPOINTER _DYN + + DEFINE_HL_PRIM (_I32, hl_opus_file_channel_count, _TCFFIPOINTER); + DEFINE_HL_PRIM (_I32, hl_opus_file_decode, _TCFFIPOINTER _TBYTES _I32 _I32); + DEFINE_HL_PRIM (_VOID, hl_opus_file_free, _TCFFIPOINTER); + DEFINE_HL_PRIM (_TCFFIPOINTER, hl_opus_file_from_bytes, _TBYTES); + DEFINE_HL_PRIM (_TCFFIPOINTER, hl_opus_file_from_file, _STRING); + DEFINE_HL_PRIM (_I32, hl_opus_file_seek, _TCFFIPOINTER _I32 _I32); + DEFINE_HL_PRIM (_BOOL, hl_opus_file_seekable, _TCFFIPOINTER); + DEFINE_HL_PRIM (_DYN, hl_opus_file_tell, _TCFFIPOINTER); + DEFINE_HL_PRIM (_DYN, hl_opus_file_total, _TCFFIPOINTER); + + +} + + +extern "C" int lime_opus_register_prims () { + + return 0; + +} \ No newline at end of file diff --git a/project/src/media/codecs/vorbis/VorbisBindings.cpp b/project/src/media/codecs/VorbisBindings.cpp similarity index 90% rename from project/src/media/codecs/vorbis/VorbisBindings.cpp rename to project/src/media/codecs/VorbisBindings.cpp index 02353086b5..a77fcddc5e 100644 --- a/project/src/media/codecs/vorbis/VorbisBindings.cpp +++ b/project/src/media/codecs/VorbisBindings.cpp @@ -7,6 +7,13 @@ namespace lime { + #ifdef HXCPP_BIG_ENDIAN + #define BUFFER_READ_TYPE 1 + #else + #define BUFFER_READ_TYPE 0 + #endif + + static int id_bitrateUpper; static int id_bitrateNominal; static int id_bitrateLower; @@ -91,7 +98,7 @@ namespace lime { } - value allocInt64 (ogg_int64_t val) { + value allocVorbisInt64 (ogg_int64_t val) { ogg_int32_t low = val; ogg_int32_t high = (val >> 32); @@ -106,7 +113,7 @@ namespace lime { } - vdynamic* hl_allocInt64 (ogg_int64_t val) { + vdynamic* hl_allocVorbisInt64 (ogg_int64_t val) { ogg_int32_t low = val; ogg_int32_t high = (val >> 32); @@ -345,7 +352,8 @@ namespace lime { OggVorbis_File* file = (OggVorbis_File*)(uintptr_t)val_data (vorbisFile); ogg_int64_t pos = ((ogg_int64_t)val_number (posHigh) << 32) | (ogg_int64_t)val_number (posLow); - return ov_pcm_seek (file, pos); + if (pos > 0) return ov_pcm_seek (file, pos); + else return ov_raw_seek (file, 0); } @@ -416,7 +424,7 @@ namespace lime { value lime_vorbis_file_pcm_tell (value vorbisFile) { OggVorbis_File* file = (OggVorbis_File*)(uintptr_t)val_data (vorbisFile); - return allocInt64 (ov_pcm_tell (file)); + return allocVorbisInt64 (ov_pcm_tell (file)); } @@ -424,7 +432,7 @@ namespace lime { HL_PRIM vdynamic* HL_NAME(hl_vorbis_file_pcm_tell) (HL_CFFIPointer* vorbisFile) { OggVorbis_File* file = (OggVorbis_File*)(uintptr_t)vorbisFile->ptr; - return hl_allocInt64 (ov_pcm_tell (file)); + return hl_allocVorbisInt64 (ov_pcm_tell (file)); } @@ -432,7 +440,7 @@ namespace lime { value lime_vorbis_file_pcm_total (value vorbisFile, int bitstream) { OggVorbis_File* file = (OggVorbis_File*)(uintptr_t)val_data (vorbisFile); - return allocInt64 (ov_pcm_total (file, bitstream)); + return allocVorbisInt64 (ov_pcm_total (file, bitstream)); } @@ -440,7 +448,7 @@ namespace lime { HL_PRIM vdynamic* HL_NAME(hl_vorbis_file_pcm_total) (HL_CFFIPointer* vorbisFile, int bitstream) { OggVorbis_File* file = (OggVorbis_File*)(uintptr_t)vorbisFile->ptr; - return hl_allocInt64 (ov_pcm_total (file, bitstream)); + return hl_allocVorbisInt64 (ov_pcm_total (file, bitstream)); } @@ -484,7 +492,7 @@ namespace lime { value lime_vorbis_file_raw_tell (value vorbisFile) { OggVorbis_File* file = (OggVorbis_File*)(uintptr_t)val_data (vorbisFile); - return allocInt64 (ov_raw_tell (file)); + return allocVorbisInt64 (ov_raw_tell (file)); } @@ -492,7 +500,7 @@ namespace lime { HL_PRIM vdynamic* HL_NAME(hl_vorbis_file_raw_tell) (HL_CFFIPointer* vorbisFile) { OggVorbis_File* file = (OggVorbis_File*)(uintptr_t)vorbisFile->ptr; - return hl_allocInt64 (ov_raw_tell (file)); + return hl_allocVorbisInt64 (ov_raw_tell (file)); } @@ -500,7 +508,7 @@ namespace lime { value lime_vorbis_file_raw_total (value vorbisFile, int bitstream) { OggVorbis_File* file = (OggVorbis_File*)(uintptr_t)val_data (vorbisFile); - return allocInt64 (ov_raw_total (file, bitstream)); + return allocVorbisInt64 (ov_raw_total (file, bitstream)); } @@ -508,7 +516,7 @@ namespace lime { HL_PRIM vdynamic* HL_NAME(hl_vorbis_file_raw_total) (HL_CFFIPointer* vorbisFile, int bitstream) { OggVorbis_File* file = (OggVorbis_File*)(uintptr_t)vorbisFile->ptr; - return hl_allocInt64 (ov_raw_total (file, bitstream)); + return hl_allocVorbisInt64 (ov_raw_total (file, bitstream)); } @@ -562,6 +570,101 @@ namespace lime { } + int lime_vorbis_file_decode (value vorbisFile, value buffer, int position, int length, int word) { + + if (val_is_null (buffer)) { + + return 0; + + } + + OggVorbis_File* file = (OggVorbis_File*)(uintptr_t)val_data (vorbisFile); + + Bytes bytes; + bytes.Set (buffer); + + char* data = (char*)(bytes.b + position); + int size = 0; + int result; + + while (size < length) { + + long result = ov_read (file, data, length - size, BUFFER_READ_TYPE, word, 1, NULL); + + if (result != OV_HOLE) { + + if (result <= OV_EREAD) { + + return 0; + + } + else if (result == 0) { + + break; + + } + else { + + size += result; + data += result; + + } + + } + + } + + return size; + + } + + + HL_PRIM int HL_NAME(hl_vorbis_file_decode) (HL_CFFIPointer* vorbisFile, Bytes* buffer, int position, int length, int word) { + + if (!buffer) { + + return 0; + + } + + OggVorbis_File* file = (OggVorbis_File*)(uintptr_t)vorbisFile->ptr; + + char* data = (char*)(buffer->b + position); + int size = 0; + int result; + + while (size < length) { + + long result = ov_read (file, data, length - size, BUFFER_READ_TYPE, word, 1, NULL); + + if (result != OV_HOLE) { + + if (result <= OV_EREAD) { + + return 0; + + } + else if (result == 0) { + + break; + + } + else { + + size += result; + data += result; + + } + + } + + } + + return size; + + } + + value lime_vorbis_file_read_float (value vorbisFile, value pcmChannels, int samples) { //Bytes bytes; @@ -752,6 +855,7 @@ namespace lime { DEFINE_PRIME1 (lime_vorbis_file_raw_tell); DEFINE_PRIME2 (lime_vorbis_file_raw_total); DEFINE_PRIME7 (lime_vorbis_file_read); + DEFINE_PRIME5 (lime_vorbis_file_decode); DEFINE_PRIME3 (lime_vorbis_file_read_float); DEFINE_PRIME1 (lime_vorbis_file_seekable); DEFINE_PRIME2 (lime_vorbis_file_serial_number); @@ -786,6 +890,7 @@ namespace lime { DEFINE_HL_PRIM (_DYN, hl_vorbis_file_raw_tell, _TCFFIPOINTER); DEFINE_HL_PRIM (_DYN, hl_vorbis_file_raw_total, _TCFFIPOINTER _I32); DEFINE_HL_PRIM (_DYN, hl_vorbis_file_read, _TCFFIPOINTER _TBYTES _I32 _I32 _BOOL _I32 _BOOL); + DEFINE_HL_PRIM (_I32, hl_vorbis_file_decode, _TCFFIPOINTER _TBYTES _I32 _I32 _I32); DEFINE_HL_PRIM (_DYN, hl_vorbis_file_read_float, _TCFFIPOINTER _TBYTES _I32); DEFINE_HL_PRIM (_BOOL, hl_vorbis_file_seekable, _TCFFIPOINTER); DEFINE_HL_PRIM (_I32, hl_vorbis_file_serial_number, _TCFFIPOINTER _I32); diff --git a/project/src/media/codecs/flac/DrFlac.cpp b/project/src/media/codecs/flac/DrFlac.cpp new file mode 100644 index 0000000000..a50c135a41 --- /dev/null +++ b/project/src/media/codecs/flac/DrFlac.cpp @@ -0,0 +1,91 @@ +#include +#include + + +namespace lime { + + + static size_t DrFlac_FileRead (void* pUserData, void* pBufferOut, size_t bytesToRead) { + + return lime::fread (pBufferOut, 1, bytesToRead, (FILE_HANDLE*)pUserData); + + } + + + static drflac_bool32 DrFlac_FileSeek (void* pUserData, int offset, drflac_seek_origin origin) { + + int whence = 0; + if (origin == DRFLAC_SEEK_CUR) { + whence = 1; + } + else if (origin == DRFLAC_SEEK_END) { + whence = 2; + } + + return lime::fseek ((FILE_HANDLE*)pUserData, offset, whence) == 0; + + } + + + static drflac_bool32 DrFlac_FileTell (void* pUserData, drflac_int64* pCursor) { + + *pCursor = lime::ftell ((FILE_HANDLE*)pUserData); + return DRFLAC_TRUE; + + } + + + drflac* DrFlac::FromBytes (Bytes* bytes) { + + if (!bytes) return 0; + + drflac* pFlac = drflac_open_memory (bytes->b, bytes->length, NULL); + if (!pFlac) { + + return 0; + + } + + return pFlac; + + } + + + drflac* DrFlac::FromFile (const char* path) { + + if (!path) return 0; + + FILE_HANDLE *file = lime::fopen (path, "rb"); + if (!file) return 0; + + drflac* pFlac = drflac_open (DrFlac_FileRead, DrFlac_FileSeek, DrFlac_FileTell, file, NULL); + if (!pFlac) { + + lime::fclose (file); + return 0; + + } + + return pFlac; + + } + + + void DrFlac::Close (drflac* pFlac) { + + if (!pFlac) return; + + if (pFlac->bs.onRead == DrFlac_FileRead) { + + FILE_HANDLE *file = (FILE_HANDLE*)pFlac->bs.pUserData; + if (file) lime::fclose (file); + + } + + //delete pFlac->bs.pUserData; + drflac_close (pFlac); + + } + + +} \ No newline at end of file diff --git a/project/src/media/codecs/mp3/DrMp3.cpp b/project/src/media/codecs/mp3/DrMp3.cpp new file mode 100644 index 0000000000..83c3e0d9b1 --- /dev/null +++ b/project/src/media/codecs/mp3/DrMp3.cpp @@ -0,0 +1,97 @@ +#include +#include + + +namespace lime { + + + static size_t DrMp3_FileRead (void* pUserData, void* pBufferOut, size_t bytesToRead) { + + return lime::fread (pBufferOut, 1, bytesToRead, (FILE_HANDLE*)pUserData); + + } + + + static drmp3_bool32 DrMp3_FileSeek (void* pUserData, int offset, drmp3_seek_origin origin) { + + int whence = 0; + if (origin == DRMP3_SEEK_CUR) { + whence = 1; + } + else if (origin == DRMP3_SEEK_END) { + whence = 2; + } + + return lime::fseek ((FILE_HANDLE*)pUserData, offset, whence) == 0; + + } + + + static drmp3_bool32 DrMp3_FileTell (void* pUserData, drmp3_int64* pCursor) { + + *pCursor = lime::ftell ((FILE_HANDLE*)pUserData); + return DRMP3_TRUE; + + } + + + drmp3* DrMp3::FromBytes (Bytes* bytes) { + + if (!bytes) return 0; + + drmp3* pMp3 = new drmp3; + memset (pMp3, 0, sizeof (DrMp3)); + + if (drmp3_init_memory (pMp3, bytes->b, bytes->length, NULL) == DRMP3_FALSE) { + + delete pMp3; + return 0; + + } + + return pMp3; + + } + + + drmp3* DrMp3::FromFile (const char* path) { + + if (!path) return 0; + + FILE_HANDLE *file = lime::fopen (path, "rb"); + if (!file) return 0; + + drmp3* pMp3 = new drmp3; + memset (pMp3, 0, sizeof (drmp3)); + + if (drmp3_init (pMp3, DrMp3_FileRead, DrMp3_FileSeek, DrMp3_FileTell, NULL, file, NULL) == DRMP3_FALSE) { + + delete pMp3; + lime::fclose (file); + return 0; + + } + + return pMp3; + + } + + + void DrMp3::Close (drmp3* pMp3) { + + if (!pMp3) return; + + if (pMp3->onRead == DrMp3_FileRead) { + + FILE_HANDLE *file = (FILE_HANDLE*)pMp3->pUserData; + if (file) lime::fclose (file); + + } + + //delete pMp3->pUserData; + drmp3_uninit (pMp3); + + } + + +} \ No newline at end of file diff --git a/project/src/media/codecs/opus/OpusFile.cpp b/project/src/media/codecs/opus/OpusFile.cpp new file mode 100644 index 0000000000..991ba3445b --- /dev/null +++ b/project/src/media/codecs/opus/OpusFile.cpp @@ -0,0 +1,186 @@ +#include +#include + + +namespace lime { + + + typedef struct { + + unsigned char* data; + opus_int64 size; + opus_int64 pos; + + } OpusFile_Buffer; + + + static int OpusFile_BufferRead (OpusFile_Buffer* src, void* dest, int bytesToRead) { + + if ((src->pos + bytesToRead) > src->size) { + + bytesToRead = src->size - src->pos; + + } + + if (bytesToRead > 0) { + + memcpy (dest, (src->data + src->pos), bytesToRead); + src->pos += bytesToRead; + return bytesToRead; + + } + + return 0; + + } + + + static int OpusFile_BufferSeek (OpusFile_Buffer* src, opus_int64 offset, int whence) { + + switch (whence) { + + case SEEK_CUR: + + src->pos += offset; + break; + + case SEEK_END: + + src->pos = src->size - offset; + break; + + case SEEK_SET: + + src->pos = offset; + break; + + default: + + return -1; + + } + + if (src->pos < 0) { + + src->pos = 0; + return -1; + + } + + if (src->pos > src->size) { + + return -1; + + } + + return 0; + + } + + + static opus_int64 OpusFile_BufferTell (OpusFile_Buffer* src) { + + return src->pos; + + } + + + static int OpusFile_BufferClose (OpusFile_Buffer* src) { + + delete src; + return 0; + + } + + + static OpusFileCallbacks OPUS_FILE_BUFFER_CALLBACKS = { + + (int (*)(void *, unsigned char *, int)) OpusFile_BufferRead, + (int (*)(void *, opus_int64, int)) OpusFile_BufferSeek, + (opus_int64 (*)(void *)) OpusFile_BufferTell, + (int (*)(void *)) OpusFile_BufferClose + + }; + + + static int OpusFile_FileRead (FILE_HANDLE* file, void* dest, int bytesToRead) { + + return lime::fread (dest, 1, bytesToRead, file); + + } + + + static int OpusFile_FileSeek (FILE_HANDLE* file, opus_int64 offset, int whence) { + + return lime::fseek (file, offset, whence); + + } + + + static opus_int64 OpusFile_FileTell (FILE_HANDLE* file) { + + return (opus_int64)lime::ftell (file); + + } + + + static int OpusFile_FileClose (FILE_HANDLE* file) { + + return lime::fclose (file); + + } + + + static OpusFileCallbacks OPUS_FILE_FILE_CALLBACKS = { + + (int (*)(void *, unsigned char *, int)) OpusFile_FileRead, + (int (*)(void *, opus_int64, int)) OpusFile_FileSeek, + (opus_int64 (*)(void *)) OpusFile_FileTell, + (int (*)(void *)) OpusFile_FileClose + + }; + + + OggOpusFile* OpusFile::FromBytes (Bytes* bytes) { + + if (!bytes) return 0; + + OpusFile_Buffer* buffer = new OpusFile_Buffer (); + buffer->data = bytes->b; + buffer->size = bytes->length; + buffer->pos = 0; + + OggOpusFile* opusFile = op_open_callbacks (buffer, &OPUS_FILE_BUFFER_CALLBACKS, NULL, 0, NULL); + if (!opusFile) { + + delete buffer; + return 0; + + } + + return opusFile; + + } + + + OggOpusFile* OpusFile::FromFile (const char* path) { + + if (!path) return 0; + + FILE_HANDLE *file = lime::fopen (path, "rb"); + if (!file) return 0; + + OggOpusFile* opusFile = op_open_callbacks (file, &OPUS_FILE_FILE_CALLBACKS, NULL, 0, NULL); + if (!opusFile) { + + lime::fclose (file); + return 0; + + } + + return opusFile; + + } + + +} \ No newline at end of file diff --git a/project/src/media/codecs/vorbis/VorbisFile.cpp b/project/src/media/codecs/vorbis/VorbisFile.cpp index ab4a0a441c..82f5c43235 100644 --- a/project/src/media/codecs/vorbis/VorbisFile.cpp +++ b/project/src/media/codecs/vorbis/VorbisFile.cpp @@ -28,31 +28,32 @@ namespace lime { memcpy (dest, (src->data + src->pos), len); src->pos += len; + return len; } - return len; + return 0; } - static int VorbisFile_BufferSeek (VorbisFile_Buffer* src, ogg_int64_t pos, int whence) { + static int VorbisFile_BufferSeek (VorbisFile_Buffer* src, ogg_int64_t offset, int whence) { switch (whence) { case SEEK_CUR: - src->pos += pos; + src->pos += offset; break; case SEEK_END: - src->pos = src->size - pos; + src->pos = src->size - offset; break; case SEEK_SET: - src->pos = pos; + src->pos = offset; break; default: @@ -111,9 +112,9 @@ namespace lime { } - static int VorbisFile_FileSeek (FILE_HANDLE* file, ogg_int64_t pos, int whence) { + static int VorbisFile_FileSeek (FILE_HANDLE* file, ogg_int64_t offset, int whence) { - return lime::fseek (file, pos, whence); + return lime::fseek (file, offset, whence); } @@ -144,6 +145,8 @@ namespace lime { OggVorbis_File* VorbisFile::FromBytes (Bytes* bytes) { + if (!bytes) return 0; + OggVorbis_File* vorbisFile = new OggVorbis_File; memset (vorbisFile, 0, sizeof (OggVorbis_File)); @@ -167,30 +170,23 @@ namespace lime { OggVorbis_File* VorbisFile::FromFile (const char* path) { - if (path) { - - FILE_HANDLE *file = lime::fopen (path, "rb"); - - if (file) { - - OggVorbis_File* vorbisFile = new OggVorbis_File; - memset (vorbisFile, 0, sizeof (OggVorbis_File)); - - if (ov_open_callbacks (file, vorbisFile, NULL, 0, VORBIS_FILE_FILE_CALLBACKS) != 0) { + if (!path) return 0; - delete vorbisFile; - lime::fclose (file); - return 0; + FILE_HANDLE *file = lime::fopen (path, "rb"); + if (!file) return 0; - } + OggVorbis_File* vorbisFile = new OggVorbis_File; + memset (vorbisFile, 0, sizeof (OggVorbis_File)); - return vorbisFile; + if (ov_open_callbacks (file, vorbisFile, NULL, 0, VORBIS_FILE_FILE_CALLBACKS) != 0) { - } + delete vorbisFile; + lime::fclose (file); + return 0; } - return 0; + return vorbisFile; } diff --git a/project/src/media/codecs/wav/DrWav.cpp b/project/src/media/codecs/wav/DrWav.cpp new file mode 100644 index 0000000000..7f6a19b3af --- /dev/null +++ b/project/src/media/codecs/wav/DrWav.cpp @@ -0,0 +1,97 @@ +#include +#include + + +namespace lime { + + + static size_t DrWav_FileRead (void* pUserData, void* pBufferOut, size_t bytesToRead) { + + return lime::fread (pBufferOut, 1, bytesToRead, (FILE_HANDLE*)pUserData); + + } + + + static drwav_bool32 DrWav_FileSeek (void* pUserData, int offset, drwav_seek_origin origin) { + + int whence = 0; + if (origin == DRWAV_SEEK_CUR) { + whence = 1; + } + else if (origin == DRWAV_SEEK_END) { + whence = 2; + } + + return lime::fseek ((FILE_HANDLE*)pUserData, offset, whence) == 0; + + } + + + static drwav_bool32 DrWav_FileTell (void* pUserData, drwav_int64* pCursor) { + + *pCursor = lime::ftell ((FILE_HANDLE*)pUserData); + return DRWAV_TRUE; + + } + + + drwav* DrWav::FromBytes (Bytes* bytes) { + + if (!bytes) return 0; + + drwav* pWav = new drwav; + memset (pWav, 0, sizeof (DrWav)); + + if (drwav_init_memory (pWav, bytes->b, bytes->length, NULL) == DRWAV_FALSE) { + + delete pWav; + return 0; + + } + + return pWav; + + } + + + drwav* DrWav::FromFile (const char* path) { + + if (!path) return 0; + + FILE_HANDLE *file = lime::fopen (path, "rb"); + if (!file) return 0; + + drwav* pWav = new drwav; + memset (pWav, 0, sizeof (drwav)); + + if (drwav_init (pWav, DrWav_FileRead, DrWav_FileSeek, DrWav_FileTell, file, NULL) == DRWAV_FALSE) { + + delete pWav; + lime::fclose (file); + return 0; + + } + + return pWav; + + } + + + void DrWav::Close (drwav* pWav) { + + if (!pWav) return; + + if (pWav->onRead == DrWav_FileRead) { + + FILE_HANDLE *file = (FILE_HANDLE*)pWav->pUserData; + if (file) lime::fclose (file); + + } + + //delete pWav->pUserData; + drwav_uninit (pWav); + + } + + +} \ No newline at end of file diff --git a/project/src/media/containers/OGG.cpp b/project/src/media/containers/OGG.cpp deleted file mode 100644 index 4dc363e91c..0000000000 --- a/project/src/media/containers/OGG.cpp +++ /dev/null @@ -1,90 +0,0 @@ -#include -#include - - -namespace lime { - - - bool OGG::Decode (Resource *resource, AudioBuffer *audioBuffer) { - - OggVorbis_File* oggFile; - Bytes *data = NULL; - - if (resource->path) { - - oggFile = VorbisFile::FromFile (resource->path); - - } else { - - oggFile = VorbisFile::FromBytes (resource->data); - - } - - if (!oggFile) { - - return false; - - } - - // 0 for Little-Endian, 1 for Big-Endian - #ifdef HXCPP_BIG_ENDIAN - #define BUFFER_READ_TYPE 1 - #else - #define BUFFER_READ_TYPE 0 - #endif - - int bitStream; - long bytes = 1; - int totalBytes = 0; - - #define BUFFER_SIZE 4096 - - vorbis_info *pInfo = ov_info (oggFile, -1); - - if (pInfo == NULL) { - - //LOG_SOUND("FAILED TO READ OGG SOUND INFO, IS THIS EVEN AN OGG FILE?\n"); - ov_clear (oggFile); - delete oggFile; - - return false; - - } - - audioBuffer->channels = pInfo->channels; - audioBuffer->sampleRate = pInfo->rate; - - audioBuffer->bitsPerSample = 16; - - int dataLength = ov_pcm_total (oggFile, -1) * audioBuffer->channels * audioBuffer->bitsPerSample / 8; - audioBuffer->data->Resize (dataLength); - - while (bytes > 0) { - - bytes = ov_read (oggFile, (char *)audioBuffer->data->buffer->b + totalBytes, BUFFER_SIZE, BUFFER_READ_TYPE, 2, 1, &bitStream); - - if (bytes > 0) { - - totalBytes += bytes; - - } - - } - - if (dataLength != totalBytes) { - - audioBuffer->data->Resize (totalBytes); - - } - - ov_clear (oggFile); - delete oggFile; - - #undef BUFFER_READ_TYPE - - return true; - - } - - -} \ No newline at end of file diff --git a/project/src/media/containers/WAV.cpp b/project/src/media/containers/WAV.cpp deleted file mode 100644 index 1f88d03344..0000000000 --- a/project/src/media/containers/WAV.cpp +++ /dev/null @@ -1,213 +0,0 @@ -#include -#include - - -namespace lime { - - - template - inline const char* readStruct (T& dest, const char*& ptr) { - - const char* ret; - memcpy (&dest, ptr, sizeof (T)); - ptr += sizeof (WAVE_Data); - ret = ptr; - ptr += dest.subChunkSize; - return ret; - - } - - - const char* find_chunk (const char* start, const char* end, const char* chunkID) { - - WAVE_Data chunk; - const char* ptr = start; - - while (ptr < (end - sizeof(WAVE_Data))) { - - memcpy (&chunk, ptr, sizeof (WAVE_Data)); - - if (chunk.subChunkID[0] == chunkID[0] && chunk.subChunkID[1] == chunkID[1] && chunk.subChunkID[2] == chunkID[2] && chunk.subChunkID[3] == chunkID[3]) { - - return ptr; - - } - - ptr += sizeof (WAVE_Data) + chunk.subChunkSize; - - } - - return 0; - - } - - - bool WAV::Decode (Resource *resource, AudioBuffer *audioBuffer) { - - WAVE_Format wave_format; - RIFF_Header riff_header; - WAVE_Data wave_data; - unsigned char* data; - - FILE_HANDLE *file = NULL; - - if (resource->path) { - - file = lime::fopen (resource->path, "rb"); - - if (!file) { - - return false; - - } - - int result = lime::fread (&riff_header, sizeof (RIFF_Header), 1, file); - - if ((riff_header.chunkID[0] != 'R' || riff_header.chunkID[1] != 'I' || riff_header.chunkID[2] != 'F' || riff_header.chunkID[3] != 'F') || (riff_header.format[0] != 'W' || riff_header.format[1] != 'A' || riff_header.format[2] != 'V' || riff_header.format[3] != 'E')) { - - lime::fclose (file); - return false; - - } - - long int currentHead = 0; - bool foundFormat = false; - - while (!foundFormat) { - - currentHead = lime::ftell (file); - result = lime::fread (&wave_format, sizeof (WAVE_Format), 1, file); - - if (result != 1) { - - LOG_SOUND ("Invalid Wave Format!\n"); - lime::fclose (file); - return false; - - } - - if (wave_format.subChunkID[0] != 'f' || wave_format.subChunkID[1] != 'm' || wave_format.subChunkID[2] != 't' || wave_format.subChunkID[3] != ' ') { - - lime::fseek (file, currentHead + sizeof (WAVE_Data) + wave_format.subChunkSize, SEEK_SET); - - } else { - - foundFormat = true; - - } - - } - - bool foundData = false; - - while (!foundData) { - - currentHead = lime::ftell (file); - result = lime::fread (&wave_data, sizeof (WAVE_Data), 1, file); - - if (result != 1) { - - LOG_SOUND ("Invalid Wav Data Header!\n"); - lime::fclose (file); - return false; - - } - - if (wave_data.subChunkID[0] != 'd' || wave_data.subChunkID[1] != 'a' || wave_data.subChunkID[2] != 't' || wave_data.subChunkID[3] != 'a') { - - lime::fseek (file, currentHead + sizeof (WAVE_Data) + wave_data.subChunkSize, SEEK_SET); - - } else { - - foundData = true; - - } - - } - - audioBuffer->data->Resize (wave_data.subChunkSize); - - if (!lime::fread (audioBuffer->data->buffer->b, wave_data.subChunkSize, 1, file)) { - - LOG_SOUND ("error loading WAVE data into struct!\n"); - lime::fclose (file); - return false; - - } - - lime::fclose (file); - - } else { - - const char* start = (const char*)resource->data->b; - const char* end = start + resource->data->length; - const char* ptr = start; - - memcpy (&riff_header, ptr, sizeof (RIFF_Header)); - ptr += sizeof (RIFF_Header); - - if ((riff_header.chunkID[0] != 'R' || riff_header.chunkID[1] != 'I' || riff_header.chunkID[2] != 'F' || riff_header.chunkID[3] != 'F') || (riff_header.format[0] != 'W' || riff_header.format[1] != 'A' || riff_header.format[2] != 'V' || riff_header.format[3] != 'E')) { - - return false; - - } - - ptr = find_chunk (ptr, end, "fmt "); - - if (!ptr) { - - return false; - - } - - readStruct (wave_format, ptr); - - if (wave_format.subChunkID[0] != 'f' || wave_format.subChunkID[1] != 'm' || wave_format.subChunkID[2] != 't' || wave_format.subChunkID[3] != ' ') { - - LOG_SOUND ("Invalid Wave Format!\n"); - return false; - - } - - ptr = find_chunk (ptr, end, "data"); - - if (!ptr) { - - return false; - - } - - const char* base = readStruct (wave_data, ptr); - - if (wave_data.subChunkID[0] != 'd' || wave_data.subChunkID[1] != 'a' || wave_data.subChunkID[2] != 't' || wave_data.subChunkID[3] != 'a') { - - LOG_SOUND ("Invalid Wav Data Header!\n"); - return false; - - } - - audioBuffer->data->Resize (wave_data.subChunkSize); - - size_t size = wave_data.subChunkSize; - - if (size > (end - base)) { - - return false; - - } - - unsigned char* bytes = audioBuffer->data->buffer->b; - memcpy (bytes, base, size); - - } - - audioBuffer->sampleRate = (int)wave_format.sampleRate; - audioBuffer->channels = wave_format.numChannels; - audioBuffer->bitsPerSample = wave_format.bitsPerSample; - - return true; - - } - - -} \ No newline at end of file diff --git a/project/src/media/openal/OpenALBindings.cpp b/project/src/media/openal/OpenALBindings.cpp index 32ec15347a..19298de2e7 100644 --- a/project/src/media/openal/OpenALBindings.cpp +++ b/project/src/media/openal/OpenALBindings.cpp @@ -131,33 +131,6 @@ namespace lime { } - /*This has been removed after updating to openal 1.20.0+ since the cleanup functions involved - * lead to deadlocking. See https://github.com/openfl/lime/issues/1803 for more info. - * Developers should use lime.system.System.exit() instead of Sys.exit() to clean up any system - * resources - */ - /* - void lime_al_atexit () { - - ALCcontext* alcContext = alcGetCurrentContext (); - - if (alcContext) { - - ALCdevice* alcDevice = alcGetContextsDevice (alcContext); - - alcMakeContextCurrent (0); - alcDestroyContext (alcContext); - - if (alcDevice) { - - alcCloseDevice (alcDevice); - - } - - } - - } - */ void lime_al_auxf (value aux, int param, float value) { @@ -2022,6 +1995,41 @@ namespace lime { } + value lime_al_get_sourcedv_soft (value source, int param, int count) { + + #ifdef LIME_OPENALSOFT + ALuint id = (ALuint)(uintptr_t)val_data (source); + ALdouble* values = new ALdouble[count]; + alGetSourcedvSOFT(id, param, values); + + value result = alloc_array (count); + + for (int i = 0; i < count; i++) + { + val_array_set_i(result, i, alloc_float(values[i])); + } + + delete[] values; + return result; + #else + return alloc_array (0); + #endif + + } + + HL_PRIM varray* HL_NAME(hl_al_get_sourcedv_soft) (HL_CFFIPointer* source, int param, int count) { + + #ifdef LIME_OPENALSOFT + ALuint id = (ALuint)(uintptr_t)source->ptr; + varray* result = hl_alloc_array(&hlt_f64, count); + alGetSourcedvSOFT(id, param, hl_aptr (result, double)); + return result; + #else + return hl_alloc_array(&hlt_f64, 0); + #endif + } + + value lime_al_get_string (int param) { const char* result = alGetString (param); @@ -2144,7 +2152,9 @@ namespace lime { bool lime_alc_is_extension_present (value device, HxString extname) { #ifdef LIME_OPENALSOFT - ALCdevice* alcDevice = (ALCdevice*)val_data (device); + if (val_is_null (device)) return alcIsExtensionPresent (0, extname.__s); + + ALCdevice* alcDevice = (ALCdevice*)(uintptr_t)val_data (device); return alcIsExtensionPresent (alcDevice, extname.__s); #else return false; @@ -2156,7 +2166,9 @@ namespace lime { HL_PRIM bool HL_NAME(hl_alc_is_extension_present) (HL_CFFIPointer* device, hl_vstring* extname) { #ifdef LIME_OPENALSOFT - ALCdevice* alcDevice = (ALCdevice*)device->ptr; + if (!device) return alcIsExtensionPresent (0, extname ? hl_to_utf8 (extname->bytes) : NULL); + + ALCdevice* alcDevice = (ALCdevice*)(uintptr_t)device->ptr; return alcIsExtensionPresent (alcDevice, extname ? hl_to_utf8 (extname->bytes) : NULL); #else return false; @@ -2741,50 +2753,92 @@ namespace lime { } - void lime_al_source3i (value source, int param, value value1, int value2, int value3) { + void lime_al_source3i (value source, int param, value value1, int value2, value value3) { ALuint id = (ALuint)(uintptr_t)val_data (source); ALuint data1; + ALuint data3; #ifdef LIME_OPENALSOFT if (param == AL_AUXILIARY_SEND_FILTER) { - data1 = (ALuint)(uintptr_t)val_data (value1); + if (val_is_null (value1)) { + + data1 = 0; + + } else { + + data1 = (ALuint)(uintptr_t)val_data (value1); + + } + + if (val_is_null (value3)) { + + data3 = 0; + + } else { + + data3 = (ALuint)(uintptr_t)val_data (value3); + + } } else { data1 = val_int (value1); + data3 = val_int (value3); } #else data1 = val_int (value1); + data3 = val_int (value3); #endif - alSource3i (id, param, data1, value2, value3); + alSource3i (id, param, data1, value2, data3); } - HL_PRIM void HL_NAME(hl_al_source3i) (HL_CFFIPointer* source, int param, vdynamic* value1, int value2, int value3) { + HL_PRIM void HL_NAME(hl_al_source3i) (HL_CFFIPointer* source, int param, vdynamic* value1, int value2, vdynamic* value3) { ALuint id = (ALuint)(uintptr_t)source->ptr; ALuint data1; + ALuint data3; #ifdef LIME_OPENALSOFT if (param == AL_AUXILIARY_SEND_FILTER) { - data1 = (ALuint)(uintptr_t)((HL_CFFIPointer*)value1)->ptr; + if (value1) { + + data1 = (ALuint)(uintptr_t)((HL_CFFIPointer*)value1)->ptr; + + } else { + + data1 = 0; + + } + + if (value3) { + + data3 = (ALuint)(uintptr_t)((HL_CFFIPointer*)value3)->ptr; + + } else { + + data3 = 0; + + } } else { data1 = value1->v.i; + data3 = value3->v.i; } #else data1 = value1->v.i; + data3 = value3->v.i; #endif - alSource3i (id, param, data1, value2, value3); + alSource3i (id, param, data1, value2, data3); } @@ -2967,11 +3021,12 @@ namespace lime { bool lime_alc_close_device (value device) { + if (val_is_null (device)) return false; + + ALCdevice* alcDevice = (ALCdevice*)(uintptr_t)val_data (device); al_gc_mutex.Lock (); - ALCdevice* alcDevice = (ALCdevice*)val_data (device); alcObjects.erase (alcDevice); al_gc_mutex.Unlock (); - return alcCloseDevice (alcDevice); } @@ -2979,11 +3034,12 @@ namespace lime { HL_PRIM bool HL_NAME(hl_alc_close_device) (HL_CFFIPointer* device) { + if (!device) return false; + + ALCdevice* alcDevice = (ALCdevice*)(uintptr_t)device->ptr; al_gc_mutex.Lock (); - ALCdevice* alcDevice = (ALCdevice*)device->ptr; alcObjects.erase (alcDevice); al_gc_mutex.Unlock (); - return alcCloseDevice (alcDevice); } @@ -2991,7 +3047,7 @@ namespace lime { value lime_alc_create_context (value device, value attrlist) { - ALCdevice* alcDevice = (ALCdevice*)val_data (device); + ALCdevice* alcDevice = (ALCdevice*)(uintptr_t)val_data (device); ALCint* list = NULL; if (!val_is_null (attrlist)) { @@ -3015,119 +3071,129 @@ namespace lime { } + value ptr = CFFIPointer ((void*)(uintptr_t)alcContext, gc_alc_object); al_gc_mutex.Lock (); - value object = CFFIPointer (alcContext, gc_alc_object); - alcObjects[alcContext] = object; + alcObjects[alcDevice] = ptr; al_gc_mutex.Unlock (); - return object; + return ptr; } HL_PRIM HL_CFFIPointer* HL_NAME(hl_alc_create_context) (HL_CFFIPointer* device, varray* attrlist) { - ALCdevice* alcDevice = (ALCdevice*)device->ptr; + ALCdevice* alcDevice = (ALCdevice*)(uintptr_t)device->ptr; ALCcontext* alcContext = alcCreateContext (alcDevice, attrlist ? hl_aptr (attrlist, int) : NULL); + HL_CFFIPointer* ptr = HLCFFIPointer ((void*)(uintptr_t)alcContext, (hl_finalizer)gc_alc_object); al_gc_mutex.Lock (); - HL_CFFIPointer* object = HLCFFIPointer (alcContext, (hl_finalizer)hl_gc_alc_object); - alcObjects[alcContext] = object; + alcObjects[alcDevice] = ptr; al_gc_mutex.Unlock (); - return object; + return ptr; } void lime_alc_destroy_context (value context) { - al_gc_mutex.Lock (); - ALCcontext* alcContext = (ALCcontext*)val_data (context); + if (!val_is_null (context)) { - if (alcObjects.find (alcContext) != alcObjects.end ()) { + ALCcontext* alcContext = (ALCcontext*)(uintptr_t)val_data (context); + al_gc_mutex.Lock (); alcObjects.erase (alcContext); + al_gc_mutex.Unlock (); - } + if (alcContext == alcGetCurrentContext ()) { - if (alcContext == alcGetCurrentContext ()) { + alcMakeContextCurrent (0); - alcMakeContextCurrent (0); + } - } + alcDestroyContext (alcContext); - alcDestroyContext (alcContext); - al_gc_mutex.Unlock (); + } } HL_PRIM void HL_NAME(hl_alc_destroy_context) (HL_CFFIPointer* context) { - al_gc_mutex.Lock (); - ALCcontext* alcContext = (ALCcontext*)context->ptr; + if (context) { - if (alcObjects.find (alcContext) != alcObjects.end ()) { + ALCcontext* alcContext = (ALCcontext*)(uintptr_t)context->ptr; + al_gc_mutex.Lock (); alcObjects.erase (alcContext); + al_gc_mutex.Unlock (); - } + if (alcContext == alcGetCurrentContext ()) { - if (alcContext == alcGetCurrentContext ()) { + alcMakeContextCurrent (0); - alcMakeContextCurrent (0); + } - } + alcDestroyContext (alcContext); - alcDestroyContext (alcContext); - al_gc_mutex.Unlock (); + } } value lime_alc_get_contexts_device (value context) { - ALCcontext* alcContext = (ALCcontext*)val_data (context); + if (val_is_null (context)) return alloc_null (); + + ALCcontext* alcContext = (ALCcontext*)(uintptr_t)val_data (context); ALCdevice* alcDevice = alcGetContextsDevice (alcContext); - value result; + value ptr; al_gc_mutex.Lock (); + if (alcObjects.find (alcDevice) != alcObjects.end ()) { - result = (value)alcObjects[alcDevice]; + ptr = (value)alcObjects[alcDevice]; - } else { + } + else { - value object = CFFIPointer (alcDevice, gc_alc_object); - alcObjects[alcDevice] = object; - result = object; + ptr = CFFIPointer ((void*)(uintptr_t)alcDevice, gc_alc_object); + alcObjects[alcDevice] = ptr; } + al_gc_mutex.Unlock (); - return result; + + return ptr; } HL_PRIM HL_CFFIPointer* HL_NAME(hl_alc_get_contexts_device) (HL_CFFIPointer* context) { - ALCcontext* alcContext = (ALCcontext*)context->ptr; + if (!context) return NULL; + + ALCcontext* alcContext = (ALCcontext*)(uintptr_t)context->ptr; ALCdevice* alcDevice = alcGetContextsDevice (alcContext); - HL_CFFIPointer* result; + HL_CFFIPointer* ptr; al_gc_mutex.Lock (); + if (alcObjects.find (alcDevice) != alcObjects.end ()) { - result = (HL_CFFIPointer*)alcObjects[alcDevice]; + ptr = (HL_CFFIPointer*)alcObjects[alcDevice]; - } else { + } + else { - HL_CFFIPointer* object = HLCFFIPointer (alcDevice, (hl_finalizer)hl_gc_alc_object); - alcObjects[alcDevice] = object; - result = object; + ptr = HLCFFIPointer ((void*)(uintptr_t)alcDevice, (hl_finalizer)gc_alc_object); + alcObjects[alcDevice] = ptr; } + al_gc_mutex.Unlock (); - return result; + + return ptr; } @@ -3135,22 +3201,26 @@ namespace lime { value lime_alc_get_current_context () { ALCcontext* alcContext = alcGetCurrentContext (); + if (!alcContext) return alloc_null (); - value result; + value ptr; al_gc_mutex.Lock (); + if (alcObjects.find (alcContext) != alcObjects.end ()) { - result = (value)alcObjects[alcContext]; + ptr = (value)alcObjects[alcContext]; - } else { + } + else { - value object = CFFIPointer (alcContext, gc_alc_object); - alcObjects[alcContext] = object; - result = object; + ptr = CFFIPointer ((void*)(uintptr_t)alcContext, gc_alc_object); + alcObjects[alcContext] = ptr; } + al_gc_mutex.Unlock (); - return result; + + return ptr; } @@ -3158,29 +3228,33 @@ namespace lime { HL_PRIM HL_CFFIPointer* HL_NAME(hl_alc_get_current_context) () { ALCcontext* alcContext = alcGetCurrentContext (); + if (!alcContext) return NULL; - HL_CFFIPointer* result; + HL_CFFIPointer* ptr; al_gc_mutex.Lock (); + if (alcObjects.find (alcContext) != alcObjects.end ()) { - result = (HL_CFFIPointer*)alcObjects[alcContext]; + ptr = (HL_CFFIPointer*)alcObjects[alcContext]; - } else { + } + else { - HL_CFFIPointer* object = HLCFFIPointer (alcContext, (hl_finalizer)hl_gc_alc_object); - alcObjects[alcContext] = object; - result = object; + ptr = HLCFFIPointer ((void*)(uintptr_t)alcContext, (hl_finalizer)gc_alc_object); + alcObjects[alcContext] = ptr; } + al_gc_mutex.Unlock (); - return result; + + return ptr; } int lime_alc_get_error (value device) { - ALCdevice* alcDevice = (ALCdevice*)val_data (device); + ALCdevice* alcDevice = (ALCdevice*)(uintptr_t)val_data (device); return alcGetError (alcDevice); } @@ -3188,22 +3262,22 @@ namespace lime { HL_PRIM int HL_NAME(hl_alc_get_error) (HL_CFFIPointer* device) { - ALCdevice* alcDevice = (ALCdevice*)device->ptr; + ALCdevice* alcDevice = (ALCdevice*)(uintptr_t)device->ptr; return alcGetError (alcDevice); } - value lime_alc_get_integerv (value device, int param, int size) { + value lime_alc_get_integerv (value device, int param, int count) { - ALCdevice* alcDevice = (ALCdevice*)val_data (device); + ALCdevice* alcDevice = val_is_null (device) ? 0 : (ALCdevice*)(uintptr_t)val_data (device); - ALCint* values = new ALCint[size]; - alcGetIntegerv (alcDevice, param, size, values); + ALCint* values = new ALCint[count]; + alcGetIntegerv (alcDevice, param, count, values); - value result = alloc_array (size); + value result = alloc_array (count); - for (int i = 0; i < size; i++) { + for (int i = 0; i < count; i++) { val_array_set_i (result, i, alloc_int (values[i])); @@ -3215,11 +3289,11 @@ namespace lime { } - HL_PRIM varray* HL_NAME(hl_alc_get_integerv) (HL_CFFIPointer* device, int param, int size) { + HL_PRIM varray* HL_NAME(hl_alc_get_integerv) (HL_CFFIPointer* device, int param, int count) { - ALCdevice* alcDevice = (ALCdevice*)device->ptr; - varray* result = hl_alloc_array (&hlt_i32, size); - alcGetIntegerv (alcDevice, param, size, hl_aptr (result, int)); + ALCdevice* alcDevice = device ? (ALCdevice*)(uintptr_t)device->ptr : 0; + varray* result = hl_alloc_array (&hlt_i32, count); + alcGetIntegerv (alcDevice, param, count, hl_aptr (result, int)); return result; } @@ -3227,7 +3301,7 @@ namespace lime { value lime_alc_get_string (value device, int param) { - ALCdevice* alcDevice = device ? (ALCdevice*)val_data (device) : nullptr; + ALCdevice* alcDevice = val_is_null (device) ? 0 : (ALCdevice*)(uintptr_t)val_data (device); const char* result = alcGetString (alcDevice, param); return result ? alloc_string (result) : alloc_null (); @@ -3236,7 +3310,7 @@ namespace lime { HL_PRIM vbyte* HL_NAME(hl_alc_get_string) (HL_CFFIPointer* device, int param) { - ALCdevice* alcDevice = device ? (ALCdevice*)device->ptr : 0; + ALCdevice* alcDevice = device ? (ALCdevice*)(uintptr_t)device->ptr : 0; const char* result = alcGetString (alcDevice, param); int length = strlen (result); char* _result = (char*)malloc (length + 1); @@ -3246,9 +3320,79 @@ namespace lime { } + value lime_alc_get_string_list (value device, int param) { + + #ifdef ALC_ENUMERATE_ALL_EXT + ALCdevice* alcDevice = val_is_null (device) ? 0 : (ALCdevice*)(uintptr_t)val_data (device); + const char* values = alcGetString (alcDevice, param); + + if (!values) { + return alloc_array (0); + } + + int count = 0; + const char* ptr = values; + while (*ptr) { + count++; + ptr += strlen (ptr) + 1; + } + + value result = alloc_array (count); + ptr = values; + count = 0; + while (*ptr) { + val_array_set_i (result, count, alloc_string (ptr)); + count++; + ptr += strlen (ptr) + 1; + } + + return result; + #else + return alloc_array (0); + #endif + + } + + + HL_PRIM varray* HL_NAME(hl_alc_get_string_list) (HL_CFFIPointer* device, int param) { + + #ifdef ALC_ENUMERATE_ALL_EXT + ALCdevice* alcDevice = device ? (ALCdevice*)(uintptr_t)device->ptr : 0; + const char* values = alcGetString (alcDevice, param); + + if (!values) { + return hl_alloc_array (&hlt_bytes, 0); + } + + int count = 0; + const char* ptr = values; + while (*ptr) { + count++; + ptr += strlen (ptr) + 1; + } + + varray* result = hl_alloc_array(&hlt_bytes, count); + ptr = values; + count = 0; + while (*ptr) { + char* _result = (char*)malloc (strlen (ptr) + 1); + strcpy (_result, ptr); + hl_aptr (result, vbyte*)[count] = (vbyte*)_result; + count++; + ptr += strlen (ptr) + 1; + } + + return result; + #else + return hl_alloc_array (&hlt_bytes, 0); + #endif + + } + + bool lime_alc_make_context_current (value context) { - ALCcontext* alcContext = (ALCcontext*)val_data (context); + ALCcontext* alcContext = (ALCcontext*)(uintptr_t)val_data (context); return alcMakeContextCurrent (alcContext); } @@ -3256,7 +3400,7 @@ namespace lime { HL_PRIM bool HL_NAME(hl_alc_make_context_current) (HL_CFFIPointer* context) { - ALCcontext* alcContext = context ? (ALCcontext*)context->ptr : 0; + ALCcontext* alcContext = context ? (ALCcontext*)(uintptr_t)context->ptr : 0; return alcMakeContextCurrent (alcContext); } @@ -3265,11 +3409,10 @@ namespace lime { value lime_alc_open_device (HxString devicename) { ALCdevice* alcDevice = alcOpenDevice (devicename.__s); - //TODO: Can we work out our own cleanup for openal? - //atexit (lime_al_atexit); - - value ptr = CFFIPointer (alcDevice, gc_alc_object); + value ptr = (value)CFFIPointer ((void*)(uintptr_t)alcDevice, gc_alc_object); + al_gc_mutex.Lock (); alcObjects[alcDevice] = ptr; + al_gc_mutex.Unlock (); return ptr; } @@ -3278,11 +3421,10 @@ namespace lime { HL_PRIM HL_CFFIPointer* HL_NAME(hl_alc_open_device) (hl_vstring* devicename) { ALCdevice* alcDevice = alcOpenDevice (devicename ? (char*)hl_to_utf8 ((const uchar*)devicename->bytes) : 0); - //TODO: Can we work out our own cleanup for openal? - //atexit (lime_al_atexit); - - HL_CFFIPointer* ptr = HLCFFIPointer (alcDevice, (hl_finalizer)hl_gc_alc_object); + HL_CFFIPointer* ptr = HLCFFIPointer ((void*)(uintptr_t)alcDevice, (hl_finalizer)gc_alc_object); + al_gc_mutex.Lock (); alcObjects[alcDevice] = ptr; + al_gc_mutex.Unlock (); return ptr; } @@ -3291,7 +3433,7 @@ namespace lime { void lime_alc_pause_device (value device) { #ifdef LIME_OPENALSOFT - ALCdevice* alcDevice = (ALCdevice*)val_data (device); + ALCdevice* alcDevice = (ALCdevice*)(uintptr_t)val_data (device); alcDevicePauseSOFT (alcDevice); #endif @@ -3301,7 +3443,7 @@ namespace lime { HL_PRIM void HL_NAME(hl_alc_pause_device) (HL_CFFIPointer* device) { #ifdef LIME_OPENALSOFT - ALCdevice* alcDevice = (ALCdevice*)device->ptr; + ALCdevice* alcDevice = (ALCdevice*)(uintptr_t)device->ptr; alcDevicePauseSOFT (alcDevice); #endif @@ -3310,7 +3452,7 @@ namespace lime { void lime_alc_process_context (value context) { - ALCcontext* alcContext = (ALCcontext*)val_data (context); + ALCcontext* alcContext = (ALCcontext*)(uintptr_t)val_data (context); alcProcessContext (alcContext); } @@ -3318,7 +3460,7 @@ namespace lime { HL_PRIM void HL_NAME(hl_alc_process_context) (HL_CFFIPointer* context) { - ALCcontext* alcContext = (ALCcontext*)context->ptr; + ALCcontext* alcContext = (ALCcontext*)(uintptr_t)context->ptr; alcProcessContext (alcContext); } @@ -3327,7 +3469,7 @@ namespace lime { void lime_alc_resume_device (value device) { #ifdef LIME_OPENALSOFT - ALCdevice* alcDevice = (ALCdevice*)val_data (device); + ALCdevice* alcDevice = (ALCdevice*)(uintptr_t)val_data (device); alcDeviceResumeSOFT (alcDevice); #endif @@ -3337,7 +3479,7 @@ namespace lime { HL_PRIM void HL_NAME(hl_alc_resume_device) (HL_CFFIPointer* device) { #ifdef LIME_OPENALSOFT - ALCdevice* alcDevice = device ? (ALCdevice*)device->ptr : NULL; + ALCdevice* alcDevice = device ? (ALCdevice*)(uintptr_t)device->ptr : NULL; alcDeviceResumeSOFT (alcDevice); #endif @@ -3346,7 +3488,7 @@ namespace lime { void lime_alc_suspend_context (value context) { - ALCcontext* alcContext = (ALCcontext*)val_data (context); + ALCcontext* alcContext = (ALCcontext*)(uintptr_t)val_data (context); alcSuspendContext (alcContext); } @@ -3354,7 +3496,7 @@ namespace lime { HL_PRIM void HL_NAME(hl_alc_suspend_context) (HL_CFFIPointer* context) { - ALCcontext* alcContext = context ? (ALCcontext*)context->ptr : NULL; + ALCcontext* alcContext = context ? (ALCcontext*)(uintptr_t)context->ptr : NULL; alcSuspendContext (alcContext); } @@ -3403,12 +3545,25 @@ namespace lime { if (alSoftEventCallback) { + value ptrDevice; al_gc_mutex.Lock (); - alSoftEventCallback->Call (alloc_int((int)eventType), alloc_int((int)deviceType), CFFIPointer (device), message ? alloc_string(message) : alloc_null()); + if (alcObjects.find (device) != alcObjects.end ()) { + + ptrDevice = (value)alcObjects[device]; + + } + else { + + ptrDevice = CFFIPointer ((void*)(uintptr_t)device, gc_alc_object); + alcObjects[device] = ptrDevice; + + } al_gc_mutex.Unlock (); + alSoftEventCallback->Call (alloc_int ((int)eventType), alloc_int ((int)deviceType), ptrDevice, message ? alloc_string (message) : alloc_null ()); + } gc_set_top_of_stack((int*)0, true); @@ -3431,8 +3586,23 @@ namespace lime { if (alSoftEventCallback) { + HL_CFFIPointer* ptrDevice; al_gc_mutex.Lock (); + if (alcObjects.find (device) != alcObjects.end ()) { + + ptrDevice = (HL_CFFIPointer*)alcObjects[device]; + + } + else { + + ptrDevice = HLCFFIPointer ((void*)(uintptr_t)device, (hl_finalizer)gc_alc_object); + alcObjects[device] = ptrDevice; + + } + + al_gc_mutex.Unlock (); + vdynamic* _eventType = hl_alloc_dynamic (&hlt_i32); _eventType->v.i = (int)eventType; @@ -3442,9 +3612,7 @@ namespace lime { vdynamic* _message = hl_alloc_dynamic (&hlt_bytes); _message->v.bytes = (vbyte*)message; - alSoftEventCallback->Call (_eventType, _deviceType, HLCFFIPointer(device), _message); - - al_gc_mutex.Unlock (); + alSoftEventCallback->Call (_eventType, _deviceType, ptrDevice, _message); } @@ -3492,7 +3660,7 @@ namespace lime { bool lime_alc_reopen_device_soft(value device, HxString devicename, value attributes) { #ifdef LIME_OPENALSOFT - ALCdevice* alcDevice = (ALCdevice*)val_data (device); + ALCdevice* alcDevice = (ALCdevice*)(uintptr_t)val_data (device); if (!val_is_null (attributes)) { @@ -3528,7 +3696,7 @@ namespace lime { HL_PRIM bool HL_NAME(hl_alc_reopen_device_soft) (HL_CFFIPointer* device, hl_vstring* devicename, varray* attributes) { #ifdef LIME_OPENALSOFT - ALCdevice* alcDevice = (ALCdevice*)device->ptr; + ALCdevice* alcDevice = (ALCdevice*)(uintptr_t)device->ptr; ALCboolean result = alcReopenDeviceSOFT (alcDevice, devicename ? hl_to_utf8 (devicename->bytes) : NULL, attributes ? hl_aptr (attributes, ALCint) : NULL); return result == ALC_TRUE; #else @@ -3538,6 +3706,54 @@ namespace lime { } + value lime_alc_get_doublev_soft (value device, int param, int count) { + + #ifdef LIME_OPENALSOFT + ALCdevice* alcDevice = val_is_null (device) ? 0 : (ALCdevice*)(uintptr_t)val_data (device); + + ALCint64SOFT* values = new ALCint64SOFT[count]; + alcGetInteger64vSOFT (alcDevice, param, count, values); + + value result = alloc_array (count); + + for (int i = 0; i < count; i++) { + + val_array_set_i (result, i, alloc_float (values[i])); + + } + + delete[] values; + return result; + #else + return alloc_array (0); + #endif + + } + + + HL_PRIM varray* HL_NAME(hl_alc_get_doublev_soft) (HL_CFFIPointer* device, int param, int count) { + + #ifdef LIME_OPENALSOFT + ALCdevice* alcDevice = device ? (ALCdevice*)(uintptr_t)device->ptr : 0; + + ALCint64SOFT* values = new ALCint64SOFT[count]; + alcGetInteger64vSOFT (alcDevice, param, count, values); + + varray* result = hl_alloc_array (&hlt_f64, count); + + for (int i = 0; i < count; i++) { + + hl_aptr (result, double)[i] = (double)values[i]; + + } + + return result; + #else + return hl_alloc_array(&hlt_f64, 0); + #endif + + } + DEFINE_PRIME3v (lime_al_auxf); DEFINE_PRIME3v (lime_al_auxfv); @@ -3605,6 +3821,7 @@ namespace lime { DEFINE_PRIME3 (lime_al_get_sourcefv); DEFINE_PRIME2 (lime_al_get_sourcei); DEFINE_PRIME3 (lime_al_get_sourceiv); + DEFINE_PRIME3 (lime_al_get_sourcedv_soft); DEFINE_PRIME1 (lime_al_get_string); DEFINE_PRIME1 (lime_al_is_aux); DEFINE_PRIME1 (lime_al_is_buffer); @@ -3647,6 +3864,7 @@ namespace lime { DEFINE_PRIME1 (lime_alc_get_error); DEFINE_PRIME3 (lime_alc_get_integerv); DEFINE_PRIME2 (lime_alc_get_string); + DEFINE_PRIME2 (lime_alc_get_string_list); DEFINE_PRIME1 (lime_alc_make_context_current); DEFINE_PRIME1 (lime_alc_open_device); DEFINE_PRIME1v (lime_alc_pause_device); @@ -3656,6 +3874,7 @@ namespace lime { DEFINE_PRIME3v (lime_alc_event_control_soft); DEFINE_PRIME1v (lime_alc_event_callback_soft); DEFINE_PRIME3 (lime_alc_reopen_device_soft); + DEFINE_PRIME3 (lime_alc_get_doublev_soft); #define _TBYTES _OBJ (_I32 _BYTES) #define _TCFFIPOINTER _DYN @@ -3731,6 +3950,7 @@ namespace lime { DEFINE_HL_PRIM (_ARR, hl_al_get_sourcefv, _TCFFIPOINTER _I32 _I32); DEFINE_HL_PRIM (_DYN, hl_al_get_sourcei, _TCFFIPOINTER _I32); DEFINE_HL_PRIM (_ARR, hl_al_get_sourceiv, _TCFFIPOINTER _I32 _I32); + DEFINE_HL_PRIM (_ARR, hl_al_get_sourcedv_soft, _TCFFIPOINTER _I32 _I32); DEFINE_HL_PRIM (_BYTES, hl_al_get_string, _I32); DEFINE_HL_PRIM (_BOOL, hl_al_is_aux, _TCFFIPOINTER); DEFINE_HL_PRIM (_BOOL, hl_al_is_buffer, _TCFFIPOINTER); @@ -3759,7 +3979,7 @@ namespace lime { DEFINE_HL_PRIM (_VOID, hl_al_source_stopv, _I32 _ARR); DEFINE_HL_PRIM (_ARR, hl_al_source_unqueue_buffers, _TCFFIPOINTER _I32); DEFINE_HL_PRIM (_VOID, hl_al_source3f, _TCFFIPOINTER _I32 _F32 _F32 _F32); - DEFINE_HL_PRIM (_VOID, hl_al_source3i, _TCFFIPOINTER _I32 _DYN _I32 _I32); + DEFINE_HL_PRIM (_VOID, hl_al_source3i, _TCFFIPOINTER _I32 _DYN _I32 _DYN); DEFINE_HL_PRIM (_VOID, hl_al_sourcef, _TCFFIPOINTER _I32 _F32); DEFINE_HL_PRIM (_VOID, hl_al_sourcefv, _TCFFIPOINTER _I32 _ARR); DEFINE_HL_PRIM (_VOID, hl_al_sourcei, _TCFFIPOINTER _I32 _DYN); @@ -3773,6 +3993,7 @@ namespace lime { DEFINE_HL_PRIM (_I32, hl_alc_get_error, _TCFFIPOINTER); DEFINE_HL_PRIM (_ARR, hl_alc_get_integerv, _TCFFIPOINTER _I32 _I32); DEFINE_HL_PRIM (_BYTES, hl_alc_get_string, _TCFFIPOINTER _I32); + DEFINE_HL_PRIM (_ARR, hl_alc_get_string_list, _TCFFIPOINTER _I32); DEFINE_HL_PRIM (_BOOL, hl_alc_make_context_current, _TCFFIPOINTER); DEFINE_HL_PRIM (_TCFFIPOINTER, hl_alc_open_device, _STRING); DEFINE_HL_PRIM (_VOID, hl_alc_pause_device, _TCFFIPOINTER); @@ -3782,6 +4003,7 @@ namespace lime { DEFINE_HL_PRIM (_VOID, hl_alc_event_control_soft, _I32 _ARR _BOOL); DEFINE_HL_PRIM (_VOID, hl_alc_event_callback_soft, _FUN(_VOID, _I32 _I32 _TCFFIPOINTER _BYTES)); DEFINE_HL_PRIM (_BOOL, hl_alc_reopen_device_soft, _TCFFIPOINTER _STRING _ARR); + DEFINE_HL_PRIM (_ARR, hl_alc_get_doublev_soft, _TCFFIPOINTER _I32 _I32); } diff --git a/project/src/system/CFFIPointer.cpp b/project/src/system/CFFIPointer.cpp index e65b5688b0..e322e22a45 100644 --- a/project/src/system/CFFIPointer.cpp +++ b/project/src/system/CFFIPointer.cpp @@ -40,6 +40,28 @@ namespace lime { } + value CFFIPointer (void* ptr) { + + if (ptr) { + + return cffi::alloc_pointer (ptr); + + } else { + + return alloc_null (); + + } + + } + + + value CFFIPointer (value handle) { + + return handle; + + } + + HL_CFFIPointer* HLCFFIPointer (void* handle, hl_finalizer finalizer) { if (handle) { @@ -58,4 +80,21 @@ namespace lime { } + HL_CFFIPointer* HLCFFIPointer (void* handle) { + + if (handle) { + + HL_CFFIPointer* pointer = (HL_CFFIPointer*)hl_gc_alloc_finalizer (sizeof (HL_CFFIPointer)); + pointer->finalizer = 0; + pointer->ptr = handle; + return pointer; + + } else { + + return 0; + + } + + } + } \ No newline at end of file diff --git a/src/lime/_internal/backend/flash/FlashAudioSource.hx b/src/lime/_internal/backend/flash/FlashAudioSource.hx index 1d1f10c9ca..903e15717e 100644 --- a/src/lime/_internal/backend/flash/FlashAudioSource.hx +++ b/src/lime/_internal/backend/flash/FlashAudioSource.hx @@ -1,110 +1,292 @@ package lime._internal.backend.flash; -import flash.media.SoundChannel; +import lime.app.Event; import lime.math.Vector4; import lime.media.AudioSource; +import lime.utils.Float32Array; +import lime.utils.UInt8Array; + +#if flash +import flash.media.SoundChannel; +import flash.media.SoundTransform; +import flash.media.Sound; +#end @:access(lime.media.AudioBuffer) class FlashAudioSource { - private var channel:SoundChannel; + public static function playSources(sources:Array):Void + { + for (source in sources) source.play(); + } + + public static function pauseSources(sources:Array):Void + { + for (source in sources) source.pause(); + } + + public static function stopSources(sources:Array):Void + { + for (source in sources) source.stop(); + } + + public var onRefresh = new EventVoid>(); + public var parent:AudioSource; + private var completed:Bool; - private var length:Null; + private var length:Float; + private var loopTime:Float; private var loops:Int; - private var parent:AudioSource; - private var pauseTime:Int; + private var pauseTime:Float; + private var peaks:Array; private var playing:Bool; private var position:Vector4; + #if flash + public var channel:SoundChannel; + public var sound:Sound; + + private var soundTransform:SoundTransform; + private var timerID:Int; + #end public function new(parent:AudioSource) { this.parent = parent; + #if flash + timerId = -1; + #end + init(); + } - position = new Vector4(); + private function init():Void + { + #if flash + if (soundTransform == null) soundTransform = new SoundTransform(1, 0); + timerId = -1; + #end } - public function dispose():Void {} + public function dispose():Void + { + #if flash + soundTransform = null; + #end + } + + public function load():Void + { + #if flash + init(); + if (parent.buffer != null) sound = parent.buffer.__srcSound; + if (sound != null) length = sound.length; + #end + } - public function init():Void {} + public function unload():Void + { + #if flash + sound = null; + #end + length = 0; + loopTime = 0; + pauseTime = 0; + } public function play():Void { + #if flash + if (sound == null || playing) return; + + playing = true; + completed = false; + if (channel != null) channel.stop(); - channel = parent.buffer.__srcSound.play(pauseTime / 1000 + parent.offset, loops + 1); + channel = sound.play(pauseTime + parent.offset, 0, soundTransform); + onRefresh.dispatch(this); + + resetTimer(Std.int(length - pauseTime - parent.offset)); + #end } public function pause():Void { + playing = false; + + #if flash if (channel != null) { - pauseTime = Std.int(channel.position * 1000); + pauseTime = channel.position; channel.stop(); + channel = null; } + else + { + pauseTime = 0; + } + #end } public function stop():Void { + playing = false; pauseTime = 0; + #if flash if (channel != null) { channel.stop(); + channel = null; } + #end } - // Get & Set Methods - public function getCurrentTime():Int + public function prepare(value:Float):Void { + playing = false; + pauseTime = value + parent.offset; + if (pauseTime < 0 || !Math.isFinite(pauseTime)) pauseTime = 0; + + #if flash if (channel != null) { - return Std.int(channel.position) - parent.offset; + channel.stop(); + channel = null; } - else + #end + } + + // Event Handlers + private inline function stopTimer():Void + { + #if flash + if (timerID != -1) { - return 0; + untyped __global__["flash.utils.clearInterval"](timerID); + timerID = -1; } + #end } - public function setCurrentTime(value:Int):Int + private inline function resetTimer(ms:Int):Void { - pauseTime = value; + #if flash + stopTimer(); - if (channel != null && value != getCurrentTime()) + var me = this; + timerID = untyped __global__["flash.utils.setInterval"](function() me.complete(), ms); + #end + } + + private function complete() + { + #if flash + if (channel != null) { - pauseTime = value; channel.stop(); + channel = null; + } + + playing = false; + + if (loops > 0) + { + loops--; + pauseTime = loopTime; play(); } + else + { + stopTimer(); + completed = true; + pauseTime = 0; + } + + parent.onComplete.dispatch(); + #end + } + + // Get & Set Methods + public function getCurrentTime():Float + { + #if flash + if (completed) + { + return length - parent.offset; + } + else if (channel != null && playing) + { + return channel.position - parent.offset; + } + #end + + return pauseTime - parent.offset; + } + + public function setCurrentTime(value:Float):Float + { + pauseTime = value + parent.offset; + if (pauseTime < 0 || !Math.isFinite(pauseTime)) pauseTime = 0; + + #if flash + if (playing) + { + playing = false; + if (pauseTime >= length && !completed) + { + completed = true; + resetTimer(0); + } + else play(); + } + #end return value; } public function getGain():Float { - return channel.soundTransform.volume; + #if flash + if (soundTransform != null) return soundTransform.volume; + #end + return 1; } public function setGain(value:Float):Float { - var soundTransform = channel.soundTransform; - soundTransform.volume = value; - channel.soundTransform = soundTransform; + #if flash + if (soundTransform != null) + { + soundTransform.volume = value; + if (channel != null) channel.soundTransform = soundTransform; + } + #end return value; } - public function getLength():Int + public function getLatency():Float { - if (length != null) - { - return length; - } + return 0; + } - return Std.int(parent.buffer.__srcSound.length) - parent.offset; + public function getLength():Float + { + if (length <= parent.offset) return 0; + return length - parent.offset; } - public function setLength(value:Int):Int + public function setLength(value:Float):Float { - return length = value; + length = value + parent.offset; + #if flash + if (sound != null) + { + if (length <= 0 || length >= sound.length) length = sound.length; + if (playing) resetTimer(); + } + #end + + if (value < 0) return 0; + return value; } public function getLoops():Int @@ -117,35 +299,100 @@ class FlashAudioSource return loops = value; } + public function getLoopTime():Float + { + if (loopTime <= parent.offset) return 0; + return loopTime - parent.offset; + } + + public function setLoopTime(value:Float):Float + { + loopTime = value + parent.offset; + return value; + } + + public function getPan():Float + { + #if flash + if (soundTransform != null) return soundTransform.pan; + #end + return 0; + } + + public function setPan(value:Float):Float + { + position.setTo(value, 0, -Math.sqrt(1 - value * value)); + #if flash + if (soundTransform != null) + { + soundTransform.pan = value; + if (channel != null) channel.soundTransform = soundTransform; + } + #end + return value; + } + + public function getPeaks(offsetMs:Float):Array + { + if (peaks == null) peaks = [0, 0]; + #if flash + if (playing && channel != null) + { + peaks[0] = channel.leftPeak; + peaks[1] = channel.rightPeak; + } + #end + return peaks; + } + public function getPitch():Float { - lime.utils.Log.verbose("Pitch is not supported in Flash."); + lime.utils.Log.verbose("AudioSource.pitch is not supported in Flash."); return 1; } public function setPitch(value:Float):Float { - return getPitch(); + return inline getPitch(); } - public function getPosition():Vector4 + public function getPlaying():Bool { - position.x = channel.soundTransform.pan; + return playing; + } + public function getPosition():Vector4 + { + if (position == null) position = new Vector4(); return position; } public function setPosition(value:Vector4):Vector4 { - position.x = value.x; - position.y = value.y; - position.z = value.z; - position.w = value.w; + if (position == null) position = new Vector4(); + position.setTo(value.x, value.y, value.z); - var soundTransform = channel.soundTransform; - soundTransform.pan = position.x; - channel.soundTransform = soundTransform; + #if flash + if (soundTransform != null) + { + soundTransform.pan = value.x; + if (channel != null) channel.soundTransform = soundTransform; + } + #end return position; } + + // Waveform related functions + public function getFloatTimeDomainData(array:Float32Array, size:Int, channel:Int, offset:Int):Int + { + lime.utils.Log.verbose("AudioSource.getFloatTimeDomainData is not supported in Flash."); + return 0; + } + + public function getByteTimeDomainData(array:UInt8Array, size:Int, channel:Int, offset:Int):Int + { + lime.utils.Log.verbose("AudioSource.getByteTimeDomainData is not supported in Flash."); + return 0; + } } diff --git a/src/lime/_internal/backend/html5/HTML5AudioSource.hx b/src/lime/_internal/backend/html5/HTML5AudioSource.hx index c88d589cc0..0fa751175c 100644 --- a/src/lime/_internal/backend/html5/HTML5AudioSource.hx +++ b/src/lime/_internal/backend/html5/HTML5AudioSource.hx @@ -1,151 +1,378 @@ package lime._internal.backend.html5; +import lime.app.Event; import lime.math.Vector4; import lime.media.AudioSource; +import lime.utils.Float32Array; +import lime.utils.UInt8Array; + +#if lime_howlerjs +import js.html.audio.AudioNode; +import js.html.audio.AnalyserNode; +import js.html.audio.AudioBufferSourceNode; +import js.html.audio.BaseAudioContext; +import js.html.audio.ChannelSplitterNode; +import js.html.audio.MediaElementAudioSourceNode; +import js.html.MediaElement; +import js.lib.Float32Array as JSFloat32Array; +import lime.media.howlerjs.Howl; +import lime.media.howlerjs.Howler; +#end @:access(lime.media.AudioBuffer) class HTML5AudioSource { + public static function playSources(sources:Array):Void + { + for (source in sources) source.play(); + } + + public static function pauseSources(sources:Array):Void + { + for (source in sources) source.pause(); + } + + public static function stopSources(sources:Array):Void + { + for (source in sources) source.stop(); + } + + public var parent:AudioSource; + private var completed:Bool; private var gain:Float; - private var id:Int; - private var length:Int; + private var length:Float; + private var loopTime:Float; private var loops:Int; - private var parent:AudioSource; - private var playing:Bool; + private var pauseTime:Float; + private var peaks:Array; + private var pitch:Float; private var position:Vector4; + #if lime_howlerjs + public var onRefresh = new EventVoid>(); + public var id:Int; + + public var howl:Howl; + public var howlSound:Dynamic; + public var audioNode:AudioNode; + public var lastAudioNode:AudioNode; + + private var playing:Bool; + private var analyser:AnalyserNode; + private var analysers:Array; + private var channelSplitter:ChannelSplitterNode; + private var analyserAudioNode:AudioNode; + private var timeDomainData:JSFloat32Array; + private var timerID:Int; + #end public function new(parent:AudioSource) { this.parent = parent; - - id = -1; + length = 0; gain = 1; - position = new Vector4(); + pitch = 1; + #if lime_howlerjs + id = -1; + timerID = -1; + #end } - public function dispose():Void {} + public function dispose():Void + { + #if lime_howlerjs + timeDomainData = null; - public function init():Void {} + if (channelSplitter != null) + { + channelSplitter.disconnect(); + channelSplitter = null; + } - public function play():Void + if (analysers != null) + { + for (analyser in analysers) analyser.disconnect(); + analysers = null; + } + + if (analyser != null) + { + analyser.disconnect(); + analyser = null; + } + #end + } + + public function load():Void { #if lime_howlerjs - if (playing || parent.buffer == null || parent.buffer.__srcHowl == null) + if (parent.buffer != null) howl = parent.buffer.__srcHowl; + if (howl != null) { - return; + howl.load(); + if (!loadAudio()) + { + var backend = this; + howl.on("load", function() + { + if (backend.playing) backend.play(); + }); + } } + id = -1; + #end + } - playing = true; + public function unload():Void + { + // Howl sounds are automatically unloaded if it has stopped. + #if lime_howlerjs + disposeNode(); + howl = null; + id = -1; + #end + length = 0; + loopTime = 0; + pauseTime = 0; + } - var time = getCurrentTime(); + public function play():Void + { + #if lime_howlerjs + if (howl == null || (id != -1 && howl.playing(id))) return; + playing = true; completed = false; - var cacheVolume = untyped parent.buffer.__srcHowl._volume; - untyped parent.buffer.__srcHowl._volume = parent.gain; - - id = parent.buffer.__srcHowl.play(); + if (!loadAudio()) return; - untyped parent.buffer.__srcHowl._volume = cacheVolume; - // setGain (parent.gain); + inline function setParams():Void + { + howl.rate(pitch, id); + howl.seek(pauseTime / 1000, id); + howl.volume(gain, id); + updateLoop(); + } - // setPosition(parent.position); + if (howlSound != null && id != -1) + { + setParams(); + howl.play(id); + } + else + { + id = howl.play(); + setParams(); + } - parent.buffer.__srcHowl.on("end", howl_onEnd, id); + refreshNode(); + resetTimer(Std.int((length - pauseTime) / pitch)); + #end + } - // Calling setCurrentTime causes html5 audio to replay from this position on next frame - #if force_html5_audio - if (time == 0) setCurrentTime(time); - #else - setCurrentTime(time); + private function disposeNode():Void + { + #if lime_howlerjs + howlSound = null; + audioNode = null; + lastAudioNode = null; #end + } + + private function refreshNode():Void + { + #if lime_howlerjs + disposeNode(); + + howlSound = untyped howl._soundById(id); + + if (untyped howlSound) + @:privateAccess + { + var node = untyped howlSound._node; + + if ((node is MediaElement)) + { + lime.utils.Log.warn("HTML5 Element Audios are not fully supported! (and buggy) Expect unexpected behaviour."); + } + else + { + if (untyped howlSound._panner) audioNode = untyped howlSound._panner; + else audioNode = untyped node; + } + + if (parent.__effects != null && parent.__effects.length > 0) + { + for (effect in parent.__effects) + { + if (lastAudioNode == null) + { + audioNode.disconnect(); + lastAudioNode = audioNode; + } + + for (node in effect.__audioNodes) + { + lastAudioNode.connect(node); + lastAudioNode = node; + } + } + lastAudioNode.connect(untyped Howler.masterGain); + } + + onRefresh.dispatch(this); + } #end } + private function loadAudio():Bool + { + if (length != 0) return true; + + length = howl.duration() * 1000; + return length != 0; + } + public function pause():Void { #if lime_howlerjs - playing = false; - - if (parent.buffer != null && parent.buffer.__srcHowl != null) + if (howl != null && id != -1) { - parent.buffer.__srcHowl.pause(id); + pauseTime = howl.seek(id) * 1000; + howl.pause(id); } + else + { + pauseTime = 0; + } + playing = false; + stopTimer(); #end } public function stop():Void { + pauseTime = 0; + #if lime_howlerjs + if (howl != null && id != -1) + { + howl.stop(id); + } playing = false; + stopTimer(); + #end + } + + public function prepare(value:Float):Void + { + pauseTime = value + parent.offset; + if (pauseTime < 0 || !Math.isFinite(pauseTime)) pauseTime = 0; - if (parent.buffer != null && parent.buffer.__srcHowl != null) + #if lime_howlerjs + if (howl != null && id != -1) { - parent.buffer.__srcHowl.stop(id); - parent.buffer.__srcHowl.off("end", howl_onEnd, id); + howl.stop(id); + howl.seek(pauseTime / 1000, id); } + playing = false; + stopTimer(); #end } // Event Handlers - private function howl_onEnd() + private inline function stopTimer():Void { #if lime_howlerjs - playing = false; + if (timerID != -1) + { + untyped clearInterval(timerID); + timerID = -1; + } + #end + } + + private inline function resetTimer(ms:Int):Void + { + #if lime_howlerjs + stopTimer(); + + var me = this; + timerID = untyped setInterval(function() me.complete(), ms); + #end + } + private function complete() + { + #if lime_howlerjs if (loops > 0) { + var wasLooping = howl.loop(id); loops--; - stop(); - // currentTime = 0; - play(); - return; + updateLoop(); + if (wasLooping && howl.playing(id)) + { + resetTimer(Std.int((length - (howl.seek(id) * 1000) - parent.offset) / howl.rate(id))); + howl.play(id); + } + else + { + resetTimer(Std.int((length - loopTime - parent.offset) / howl.rate(id))); + howl.seek((loopTime + parent.offset) / 1000, id); + howl.play(id); + } + pauseTime = loopTime; } - else if (parent.buffer != null && parent.buffer.__srcHowl != null) + else { - parent.buffer.__srcHowl.stop(id); - parent.buffer.__srcHowl.off("end", howl_onEnd, id); + howl.stop(id); + + stopTimer(); + playing = false; + completed = true; + pauseTime = 0; } - completed = true; parent.onComplete.dispatch(); #end } // Get & Set Methods - public function getCurrentTime():Int + public function getCurrentTime():Float { - if (id == -1) - { - return 0; - } - #if lime_howlerjs - if (completed) + var loaded = howl != null && id != -1; + if (completed || loaded && playing && !howl.playing(id)) { - return getLength(); + return length - parent.offset; } - else if (parent.buffer != null && parent.buffer.__srcHowl != null) + else if (loaded) { - var time = Std.int(parent.buffer.__srcHowl.seek(id) * 1000) - parent.offset; - if (time < 0) return 0; - return time; + return howl.seek(id) * 1000 - parent.offset; } #end - return 0; + return pauseTime - parent.offset; } - public function setCurrentTime(value:Int):Int + public function setCurrentTime(value:Float):Float { + pauseTime = value + parent.offset; + if (pauseTime < 0 || !Math.isFinite(pauseTime)) pauseTime = 0; + #if lime_howlerjs - if (parent.buffer != null && parent.buffer.__srcHowl != null) + if (howl != null && id != -1) { - // if (playing) buffer.__srcHowl.play (id); - var pos = (value + parent.offset) / 1000; - if (pos < 0) pos = 0; - parent.buffer.__srcHowl.seek(pos, id); + howl.seek(pauseTime / 1000, id); + if (howl.playing(id)) + { + if (pauseTime >= length && !completed) + { + completed = true; + resetTimer(0); + } + else resetTimer(Std.int((length - pauseTime - parent.offset) / howl.rate(id))); + } } #end @@ -160,38 +387,71 @@ class HTML5AudioSource public function setGain(value:Float):Float { #if lime_howlerjs - // set howler volume only if we have an active id. - // Passing -1 might create issues in future play()'s. - - if (parent.buffer != null && parent.buffer.__srcHowl != null && id != -1) + if (howl != null && id != -1) { - parent.buffer.__srcHowl.volume(value, id); + howl.volume(value, id); } #end - return gain = value; } - public function getLength():Int + public function getLatency():Float { - if (length != 0) + return 0; + } + + public function getLength():Float + { + if (length == 0) { - return length; + length = howl.duration() * 1000; + if (length == 0) return 0; } + if (length <= parent.offset) return 0; + return length - parent.offset; + } + + public function setLength(value:Float):Float + { + length = value + parent.offset; + #if lime_howlerjs - if (parent.buffer != null && parent.buffer.__srcHowl != null) + if (howl != null) { - return Std.int(parent.buffer.__srcHowl.duration() * 1000); + var duration = howl.duration() * 1000; + if (duration != 0 && (length <= 0 || length >= duration)) length = duration; + if (id != -1 && howl.playing(id)) resetTimer(Std.int((length - howl.seek(id) * 1000) / howl.rate(id))); } #end + updateLoop(); - return 0; + return value; + } + + public function getLoopTime():Float + { + if (loopTime <= parent.offset) return 0; + return loopTime - parent.offset; } - public function setLength(value:Int):Int + public function setLoopTime(value:Float):Float { - return length = value; + loopTime = value + parent.offset; + + #if lime_howlerjs + if (howl != null) + { + if (loopTime < 0) loopTime = 0; + else + { + var duration = howl.duration() * 1000; + if (loopTime >= duration) loopTime = duration; + } + } + #end + updateLoop(); + return value; } public function getLoops():Int @@ -201,55 +461,282 @@ class HTML5AudioSource public function setLoops(value:Int):Int { - return loops = value; + loops = value; + updateLoop(); + return value; } - public function getPitch():Float + private function updateLoop() { #if lime_howlerjs - return parent.buffer.__srcHowl.rate(); - #else - return 1; + if (howl != null && id != -1) + { + if (loops > 0) howl.loop(loopTime, length, id); + else howl.loop(false, id); + } #end } - public function setPitch(value:Float):Float + public function getPan():Float + { + if (position == null) position = new Vector4(); + return position.x; + } + + public function setPan(value:Float):Float { + if (position == null) position = new Vector4(); + position.setTo(value, 0, -Math.sqrt(1 - value * value)); + #if lime_howlerjs - parent.buffer.__srcHowl.rate(value); + if (howl != null && id != -1) + { + //howl.pos(0, 0, 0, id); + howl.stereo(value, id); + } #end + return value; + } - return getPitch(); + public function getPitch():Float + { + return pitch; } + public function setPitch(value:Float):Float + { + #if lime_howlerjs + if (howl != null && id != -1) + { + if (value > 1e-2) + { + howl.rate(value, id); + if (playing && !howl.playing(id)) + { + howl.seek(pauseTime / 1000, id); + howl.play(id); + } + + resetTimer(Std.int((length - howl.seek(id) * 1000) / howl.rate(id))); + } + else if (playing) + { + pauseTime = howl.seek(id) * 1000; + howl.pause(id); + } + } + #end + return pitch = value; + } - public function getPosition():Vector4 + public function getPlaying():Bool { #if lime_howlerjs - // This should work, but it returns null (But checking the inside of the howl, the _pos is actually null... so ¯\_(ツ)_/¯) - /* - var arr = parent.buffer.__srcHowl.pos()) - position.x = arr[0]; - position.y = arr[1]; - position.z = arr[2]; - */ + if (howl != null && id != -1) return playing && howl.playing(id); #end + return false; + } + public function getPosition():Vector4 + { + if (position == null) position = new Vector4(); return position; } public function setPosition(value:Vector4):Vector4 { - position.x = value.x; - position.y = value.y; - position.z = value.z; - position.w = value.w; + if (position == null) position = new Vector4(); + position.setTo(value.x, value.y, value.z); + + /*#if lime_howlerjs + if (howl != null && id != -1) + { + howl.pos(position.x, position.y, position.z, id); + } + #end*/ + + return position; + } + + // Waveform related functions + public function getPeaks(offsetMs:Float):Array + { + if (peaks == null) peaks = []; + + #if lime_howlerjs + updateAnalyserAudioNode(); + if (analyserAudioNode == null || !playing) + { + for (i in 0...(parent.buffer.channels > 0 ? parent.buffer.channels : 2)) peaks[i] = 0; + return peaks; + } + + if (timeDomainData == null) timeDomainData = new JSFloat32Array(2048); + + var min:Float, max:Float; + for (i in 0...channelSplitter.numberOfOutputs) + { + min = 1; + max = -1; + + analysers[i].fftSize = 2048; + analysers[i].getFloatTimeDomainData(timeDomainData); + for (v in timeDomainData) + { + if (v > max) max = v; + else if (v < min) min = v; + } + + peaks[i] = (max - min) / 2; + } + #end + return peaks; + } + + public function getFloatTimeDomainData(array:Float32Array, size:Int, channel:Int, offset:Int):Int + { + #if lime_howlerjs + updateAnalyserAudioNode(); + if (analyserAudioNode == null || !playing) return 0; + + var bits = 0; + while ((size >>= 1) > 0) bits++; + if (channel == -1) + { + analyser.fftSize = 1 << bits; + analyser.getFloatTimeDomainData(array); + return analyser.fftSize; + } + else if (analysers[channel] != null) + { + var analyser = analysers[channel]; + analyser.fftSize = 1 << bits; + analyser.getFloatTimeDomainData(array); + return analyser.fftSize; + } + #end + + return 0; + } + + public function getByteTimeDomainData(array:UInt8Array, size:Int, channel:Int, offset:Int):Int + { #if lime_howlerjs - // if (parent.buffer != null && parent.buffer.__srcHowl != null && parent.buffer.__srcHowl.pos != null) parent.buffer.__srcHowl.pos(position.x, position.y, position.z, id); - // There are more settings to the position of the sound on the "pannerAttr()" function of howler. Maybe somebody who understands sound should look into it? + updateAnalyserAudioNode(); + if (analyserAudioNode == null || !playing) return 0; + + var bits = 0; + while ((size >>= 1) > 0) bits++; + + if (channel == -1) + { + analyser.fftSize = 1 << bits; + analyser.getByteTimeDomainData(array); + return analyser.fftSize; + } + else if (analysers[channel] != null) + { + var analyser = analysers[channel]; + analyser.fftSize = 1 << bits; + analyser.getByteTimeDomainData(array); + return analyser.fftSize; + } #end - return position; + return 0; + } + + inline function updateAnalyserAudioNode():Void + { + var previousAnalyserAudioNode = analyserAudioNode; + if (howlSound != null && (untyped howlSound._node)) + { + if (untyped howlSound._node.bufferSource) analyserAudioNode = untyped howlSound._node.bufferSource; + else analyserAudioNode = null; + } + else analyserAudioNode = null; + + if (previousAnalyserAudioNode != analyserAudioNode) + { + if (analyserAudioNode != null) + { + var context:BaseAudioContext = untyped audioNode.context; + + var channels = parent.buffer.channels > 0 ? parent.buffer.channels : 2; + if (channelSplitter == null || channelSplitter.context != context || channelSplitter.numberOfOutputs != channels) + channelSplitter = new ChannelSplitterNode(context, {numberOfOutputs: channels}); + + var analyser:AnalyserNode; + if (analysers == null) analysers = []; + for (i in 0...channels) + { + analyser = analysers[i]; + if (analyser == null || analyser.context != context) analysers[i] = analyser = new AnalyserNode(context); + else analyser.disconnect(); + + analyser.maxDecibels = 0; + analyser.minDecibels = -120; + + channelSplitter.connect(analyser, i); + } + + analyser = this.analyser; + if (analyser == null || analyser.context != context) analyser = this.analyser = new AnalyserNode(context); + else analyser.disconnect(); + + analyser.maxDecibels = 0; + analyser.minDecibels = -120; + + analyserAudioNode.connect(channelSplitter); + analyserAudioNode.connect(analyser); + } + } + } + + // Real-time audio effects + public function addEffect(index:Int):Void + { + if (audioNode != null) + @:privateAccess + { + if (lastAudioNode == null) lastAudioNode = audioNode; + lastAudioNode.disconnect(); + + var effect = parent.__effects[index]; + for (node in effect.__audioNodes) + { + lastAudioNode.connect(node); + lastAudioNode = node; + } + lastAudioNode.connect(untyped Howler.masterGain); + } + } + + public function updateEffect(index:Int):Void + { + // do nothing + } + + public function removeEffect(index:Int):Void + { + if (audioNode != null && lastAudioNode != null) + @:privateAccess + { + lastAudioNode.disconnect(); + lastAudioNode = audioNode; + + for (i => effect in parent.__effects) + { + if (i == index) continue; + + for (node in effect.__audioNodes) + { + lastAudioNode.connect(node); + lastAudioNode = node; + } + } + lastAudioNode.connect(untyped Howler.masterGain); + } } } diff --git a/src/lime/_internal/backend/native/NativeAudioSource.hx b/src/lime/_internal/backend/native/NativeAudioSource.hx index 3b57b409a8..1846622cb2 100644 --- a/src/lime/_internal/backend/native/NativeAudioSource.hx +++ b/src/lime/_internal/backend/native/NativeAudioSource.hx @@ -1,646 +1,1533 @@ package lime._internal.backend.native; import haxe.Int64; -import haxe.Timer; + +import sys.thread.Thread; +import sys.thread.Mutex; + import lime.app.Application; +import lime.app.Event; +import lime.math.Vector2; import lime.math.Vector4; import lime.media.openal.AL; import lime.media.openal.ALBuffer; +import lime.media.openal.ALC; +import lime.media.openal.ALFilter; import lime.media.openal.ALSource; -import lime.media.vorbis.VorbisFile; +import lime.media.AudioBuffer; +import lime.media.AudioDecoder; +import lime.media.AudioEffect; import lime.media.AudioManager; import lime.media.AudioSource; +import lime.system.System; +import lime.utils.ArrayBuffer; +import lime.utils.ArrayBufferView; +import lime.utils.ArrayBufferView.ArrayBufferIO; +import lime.utils.Float32Array; import lime.utils.UInt8Array; +@:access(lime.media.AudioBuffer) +@:access(lime.media.AudioManager) +@:access(lime.media.AudioSource) +@:access(lime.utils.ArrayBufferView) #if !lime_debug @:fileXml('tags="haxe,release"') @:noDebug #end -@:access(lime.media.AudioBuffer) class NativeAudioSource { - private static var STREAM_BUFFER_SIZE = 48000; - #if (native_audio_buffers && !macro) - private static var STREAM_NUM_BUFFERS = Std.parseInt(haxe.macro.Compiler.getDefine("native_audio_buffers")); - #else - private static var STREAM_NUM_BUFFERS = 3; - #end - private static var STREAM_TIMER_FREQUENCY = 100; + /** + What size the buffers (in hertz, excluding channels, bitsPerSample) will be to use for stream processing. + **/ + public static final STREAM_BUFFER_SAMPLES:Int = 0x4000; + + /** + How much length in bytes can a buffer hold maximum (have to be pow of 2). + This is used when converting `STREAM_BUFFER_SAMPLES` to byteLength in intialize. + **/ + public static final STREAM_BUFFER_MAX_LENGTH:Int = 0x10000; + + /** + How much buffers can the stream processing hold minimally. + **/ + public static final STREAM_MIN_BUFFERS:Int = 3; + + /** + What buffer limit can a stream processing hold maximally, must be higher than `STREAM_MIN_BUFFERS`. + **/ + public static final STREAM_MAX_BUFFERS:Int = 8; + + /** + How much buffers can it be used to be passed into stream processing. + This is for to preserve previous buffers to use whenever a seeking/small rewinding is requested. + Recommended to be below and not equal to `STREAM_MAX_BUFFERS`. + **/ + public static final STREAM_USABLE_BUFFERS:Int = 6; + + /** + How much buffers can it be played in stream processing tick. + This is to prevent to hit the max hardware buffer limit which is usually `1024`, and hxvlc can sometime uses more buffers maximum of `512`. + **/ + public static final STREAM_FLUSH_BUFFERS:Int = 4; + + /** + How much buffers to be prepared in normal starting. + **/ + public static final STREAM_START_BUFFERS:Int = 1; + + /** + How much buffers to be processed and prepared in `prepare()` function before playing. + **/ + public static final STREAM_PREPARE_BUFFERS:Int = 3; + + /** + How much buffers can be processed in a stream processing tick. + **/ + public static final STREAM_PROCESS_BUFFERS:Int = 1; + + /** + What delay (in seconds) to wait between updating the buffers. + **/ + public static final STREAM_UPDATE_DELAY:Float = 0.04; + + /** + What ticks it need to be passed in stream flush tick to process, unless a source doesnt have much buffers to play. + **/ + public static final STREAM_PROCESS_TICKS:Int = 3; + + /** + How much buffer views to be reused for the next audio source. + This is for to prevent reallocating potentially the same buffer size constantly. + **/ + public static final POOL_MAX_BUFFERS:Int = 32; + + public static function playSources(sources:Array):Void + { + var alSources = [], streams:Array = [], backend:NativeAudioSource; + for (source in sources) + { + backend = source.__backend; + if (backend != null && backend.loaded && !backend.playing && !backend.completed) + { + if (!backend.prepared) backend.prepare(backend.getCurrentTime()); + alSources.push(backend.source); - private static var hasDirectChannelsExt:Null; + backend.playing = true; + backend.prepared = false; + + // We have to resume the stream processing after it plays, or it'll throw away prepared buffers. + if (backend.streamed && !backend.streamEnded) streams.push(backend); + + backend.resetTimer((backend.loopPoints[1] - backend.pauseSample) + * 1000.0 / source.buffer.sampleRate / backend.getPitch()); + } + } + + AL.sourcePlayv(alSources); + + for (backend in streams) backend.resumeStream(false); + } + + public static function pauseSources(sources:Array):Void + { + var alSources = [], backend:NativeAudioSource; + for (source in sources) + { + backend = source.__backend; + if (backend != null && backend.loaded) + { + backend.stopTimer(); + if (backend.streamed) backend.stopStream(false); + + backend.pauseSample = backend.getCurrentSampleOffset(); + backend.playing = false; + backend.completed = false; + + alSources.push(backend.source); + } + } + + AL.sourcePausev(alSources); + } + + public static function stopSources(sources:Array):Void + { + var alSources = [], backend:NativeAudioSource; + for (source in sources) + { + backend = source.__backend; + if (backend != null) + { + backend.playing = false; + backend.completed = false; + + if (backend.loaded) + { + alSources.push(backend.source); + backend.pauseSample = 0; + + backend.stopTimer(); + if (backend.streamed) backend.stopStream(false); + } + } + } + + AL.sourceStopv(alSources); + } + + private static var bufferViewPool:Array = []; + private static var streamAudios:Array = []; + private static var queuedStreamAudios:Array = []; + private static var playingAudios:Array = []; + private static var threadRunning:Bool = false; + private static var streamThread:Thread; + private static var streamMutex:Mutex = new Mutex(); + private static var queueMutex:Mutex = new Mutex(); + + public var onRefresh = new EventVoid>(); + public var parent:AudioSource; + public var source:ALSource; - private var buffers:Array; - private var bufferTimeBlocks:Array; private var completed:Bool; - private var dataLength:Int; private var format:Int; - private var handle:ALSource; - private var length:Null; private var loops:Int; - private var parent:AudioSource; + private var pauseSample:Int; + private var peaks:Array; private var playing:Bool; private var position:Vector4; private var samples:Int; - private var stream:Bool; - private var streamTimer:Timer; - private var timer:Timer; + private var streamed:Bool; + private var timeEnd:Float; + private var lastReadSampleOffset:Int; + private var lastReadTime:Float; + + private var standaloneBuffer:Bool; + private var buffer:ALBuffer; + private var standaloneDecoder:Bool; + private var decoder:AudioDecoder; + private var anglesArray:Array; + private var loopPoints:Array; + private var mins:Array; + private var maxs:Array; + + public var bufferLen:Int; + public var queuedBuffers:Int; + public var filledBuffers:Int; + public var streamLoops:Int; + public var streamEnded:Bool; + public var streaming:Bool; + public var loaded:Bool; + public var pending:Bool; + + // ORDERING IS CURRENT TO NEXT, STARTS FROM THE LENGTH OF THE ARRAYS + public var bufferViews:Array; + public var bufferCurs:Array; + public var bufferLens:Array; + + public var mutex:Mutex; + public var seekMutex:Mutex; + private var prepared:Bool; + private var buffers:Array; + private var nextBuffer:Int = 0; public function new(parent:AudioSource) { this.parent = parent; + init(); + } + + private function init():Void + { + if (source != null) return; + + source = AL.createSource(); + if (source == null) return; - position = new Vector4(); + AL.sourcef(source, AL.MAX_GAIN, 10); + AL.sourcef(source, AL.MAX_DISTANCE, 1); + + if (loopPoints == null) loopPoints = [0, 0]; + if (anglesArray == null) anglesArray = [Math.PI / 6, -Math.PI / 6]; + + if (AudioManager.__directChannelsExtSupported) AL.sourcei(source, AL.DIRECT_CHANNELS_SOFT, AL.REMIX_UNMATCHED_SOFT); + if (AudioManager.__spatializeSupported) AL.sourcei(source, AL.SOURCE_SPATIALIZE_SOFT, AL.FALSE); + if (AudioManager.__stereoAnglesSupported) AL.sourcefv(source, AL.STEREO_ANGLES, anglesArray); + + onRefresh.dispatch(this); } public function dispose():Void { - if (handle != null) + loopPoints = null; + mins = null; + maxs = null; + + position = null; + + if (buffers != null) + { + AL.deleteBuffers(buffers); + buffers = null; + } + + bufferCurs = null; + bufferLens = null; + + if (source != null) { - if (Application.current != null && !stream) + AL.deleteSource(source); + source = null; + } + + mutex = null; + seekMutex = null; + } + + public function load():Void + { + init(); + if (source == null) return; + + format = AudioBuffer.__getALFormat(parent.buffer.bitsPerSample, parent.buffer.channels); + streamed = parent.buffer.data == null && parent.buffer.decoder != null && !parent.buffer.decoder.disposed; + + if (streamed) + { + if (mutex == null) mutex = new Mutex(); + if (seekMutex == null) seekMutex = new Mutex(); + mutex.acquire(); + + decoder = parent.buffer.decoder.clone(); + standaloneDecoder = decoder != null; + if (!standaloneDecoder) decoder = parent.buffer.decoder; + + samples = Int64.toInt(decoder.total()); + + bufferLen = STREAM_BUFFER_SAMPLES * parent.buffer.channels * (parent.buffer.bitsPerSample >> 3); + if (bufferLen > STREAM_BUFFER_MAX_LENGTH) bufferLen = STREAM_BUFFER_MAX_LENGTH; + + if (buffers == null) buffers = AL.genBuffers(STREAM_FLUSH_BUFFERS); + if (bufferCurs == null) bufferCurs = [for (i in 0...STREAM_MAX_BUFFERS) 0]; + if (bufferLens == null) bufferLens = [for (i in 0...STREAM_MAX_BUFFERS) 0]; + + bufferViews = [for (i in 0...STREAM_MAX_BUFFERS) { - if (Application.current.onUpdate.has(checkPlay)) + var data = bufferViewPool.pop(); + if (data == null) data = new UInt8Array(bufferLen); + else { - // trace('[AUDIO] removed play check event!'); - Application.current.onUpdate.remove(checkPlay); + if (data.byteLength < bufferLen) data.buffer = new ArrayBuffer(bufferLen); + data.byteLength = bufferLen; + data.length = bufferLen; } + data; + }]; + + // Initialize the openal buffers first by allocating, before processing them. + for (i in 0...STREAM_FLUSH_BUFFERS) AL.bufferData(buffers[i], format, bufferViews[i], bufferLen, parent.buffer.sampleRate); + + nextBuffer = 0; + loaded = true; + + mutex.release(); + } + else if (parent.buffer.data != null) + { + samples = idiv(parent.buffer.data.byteLength, (parent.buffer.bitsPerSample >> 3) * parent.buffer.channels); + + var shouldGenerateBuffer = parent.buffer.__srcBuffer == null; + if (!shouldGenerateBuffer && AL.getBufferi(parent.buffer.__srcBuffer, AL.SIZE) != parent.buffer.data.byteLength) + { + AL.deleteBuffer(parent.buffer.__srcBuffer); + shouldGenerateBuffer = true; } - stop(); - AL.sourcei(handle, AL.BUFFER, null); - AL.deleteSource(handle); - if (buffers != null) + + if (shouldGenerateBuffer) { - for (buffer in buffers) + parent.buffer.__srcBuffer = AL.createBuffer(); + if (parent.buffer.__srcBuffer != null) { - AL.deleteBuffer(buffer); + AL.bufferData(parent.buffer.__srcBuffer, format, parent.buffer.data, parent.buffer.data.byteLength, parent.buffer.sampleRate); } - buffers = null; } - handle = null; + + standaloneBuffer = false; + buffer = parent.buffer.__srcBuffer; + loaded = buffer != null; + + if (loaded) AL.sourcei(source, AL.BUFFER, buffer); } + else + { + samples = 0; + loaded = false; + } + + AL.sourceRewind(source); + + loopPoints[0] = 0; + loopPoints[1] = samples; + streamLoops = 0; } - public function init():Void + public function unload():Void { - dataLength = 0; - format = 0; - - if (parent.buffer.channels == 1) + if (loaded) { - if (parent.buffer.bitsPerSample == 8) + if (streamed) { - format = AL.FORMAT_MONO8; + streamMutex.acquire(); + queuedStreamAudios.remove(this); + removeStream(); + + AL.sourceStop(source); + AL.sourceUnqueueBuffers(source, AL.getSourcei(source, AL.BUFFERS_QUEUED)); + queuedBuffers = filledBuffers = 0; + + if (standaloneDecoder) decoder.dispose(); + standaloneDecoder = false; + decoder = null; + + if (bufferViews != null) + { + for (data in bufferViews) if (bufferViewPool.length < POOL_MAX_BUFFERS) bufferViewPool.push(data); + bufferViews = null; + } + + streamMutex.release(); } - else if (parent.buffer.bitsPerSample == 16) + else { - format = AL.FORMAT_MONO16; + AL.sourcei(source, AL.BUFFER, AL.NONE); + + if (standaloneBuffer) AL.deleteBuffer(buffer); + standaloneBuffer = false; + buffer = null; } + + streamed = loaded = false; } - else if (parent.buffer.channels == 2) + + if (loopPoints != null) loopPoints[0] = loopPoints[1] = 0; + pauseSample = 0; + } + + public function play():Void + { + if (!loaded || playing) return; + + playing = true; + if (prepared) + { + prepared = false; + + resetTimer((loopPoints[1] - pauseSample) * 1000.0 / parent.buffer.sampleRate / getPitch()); + AL.sourcePlay(source); + + if (streamed && !streamEnded) resumeStream(false); + } + else { - if (parent.buffer.bitsPerSample == 8) + setCurrentTime((pauseSample * 1000.0 / parent.buffer.sampleRate) - parent.offset); + } + } + + public function pause():Void + { + if (!loaded) return; + + stopTimer(); + if (streamed) stopStream(false); + + pauseSample = getCurrentSampleOffset(); + playing = false; + completed = false; + + AL.sourcePause(source); + } + + public function prepare(time:Float):Void + { + if (!loaded) return; + + var sampleOffset = Std.int((time + parent.offset) / 1000 * parent.buffer.sampleRate); + if (sampleOffset < 0) sampleOffset = 0; + + if (prepared && pauseSample == sampleOffset) return; + + playing = false; + pauseSample = sampleOffset; + completed = sampleOffset >= loopPoints[1]; + prepared = !completed; + + if (prepared) + { + if (streamed) { - format = AL.FORMAT_STEREO8; + mutex.acquire(); + stopStream(true); + AL.sourceStop(source); + snapBuffersToSample(sampleOffset, false, STREAM_PREPARE_BUFFERS); + mutex.release(); } - else if (parent.buffer.bitsPerSample == 16) + else { - format = AL.FORMAT_STEREO16; + AL.sourcePause(source); + AL.sourcei(source, AL.SAMPLE_OFFSET, sampleOffset); } } + else + { + pauseSample = 0; + + if (streamed) stopStream(false); + AL.sourceStop(source); + } + } + + public function stop():Void + { + playing = false; + completed = false; - if (parent.buffer.__srcVorbisFile != null) + if (loaded) { - stream = true; + pauseSample = 0; - var vorbisFile = parent.buffer.__srcVorbisFile; - dataLength = Std.int(Int64.toInt(vorbisFile.pcmTotal()) * parent.buffer.channels * (parent.buffer.bitsPerSample / 8)); + stopTimer(); + if (streamed) stopStream(false); + AL.sourceStop(source); + } + } - buffers = new Array(); - bufferTimeBlocks = new Array(); + // Event Handlers + private function stopTimer():Void + { + var idx = playingAudios.indexOf(this); + if (idx != -1) + { + if (playingAudios.length == 1) Application.current.onUpdate.remove(timerHandler); + else playingAudios[idx] = playingAudios[playingAudios.length - 1]; + playingAudios.pop(); + } + } - for (i in 0...STREAM_NUM_BUFFERS) + private function resetTimer(ms:Float):Void + { + if (!playingAudios.contains(this)) + { + if (!Application.current.onUpdate.has(timerHandler)) Application.current.onUpdate.add(timerHandler); + playingAudios.push(this); + } + + timeEnd = AudioManager.getTimer() + ms; + } + + private static function timerHandler(_):Void + { + var timer = AudioManager.getTimer(), i = playingAudios.length, backend:NativeAudioSource; + + while (i-- > 0) + { + if ((backend = playingAudios[i]) == null) { - buffers.push(AL.createBuffer()); - bufferTimeBlocks.push(0); + if (playingAudios.length == 1) Application.current.onUpdate.remove(timerHandler); + else playingAudios[i] = playingAudios[playingAudios.length - 1]; + playingAudios.pop(); + + continue; } + else if (timer < backend.timeEnd) continue; - handle = AL.createSource(); + if (backend.streamed) + { + if (backend.streaming && backend.streamLoops == 0 && backend.queuedBuffers > 1) + { + var sampleOffset = backend.getCurrentSampleOffset(); + var remaining = (backend.loopPoints[1] - sampleOffset) * 1000.0 / backend.parent.buffer.sampleRate / backend.getPitch(); + backend.resetTimer(remaining); + } + else + { + backend.complete(timer - backend.timeEnd); + } + } + else + { + backend.complete(timer - backend.timeEnd); + } } - else + } + + private function complete(latency:Float):Void + { + if (loops > 0) { - if (parent.buffer.__srcBuffer == null) + inline function fallback() { - parent.buffer.__srcBuffer = AL.createBuffer(); + playing = true; + setCurrentTime(loopPoints[0] * 1000.0 / parent.buffer.sampleRate - parent.offset); + } - if (parent.buffer.__srcBuffer != null) + if (streamed) + { + mutex.acquire(); + if (streamLoops > 0) + { + loops -= streamLoops; + streamLoops = 0; + pauseSample = loopPoints[0]; + resetTimer(((loopPoints[1] - pauseSample) * 1000.0 / parent.buffer.sampleRate + latency) / getPitch()); + mutex.release(); + } + else { - AL.bufferData(parent.buffer.__srcBuffer, format, parent.buffer.data, parent.buffer.data.length, parent.buffer.sampleRate); + loops--; + mutex.release(); + fallback(); } } + else + { + if (AudioManager.__loopPointsSupported && AL.getSourcei(source, AL.LOOPING) == AL.TRUE) + { + pauseSample = loopPoints[0]; + resetTimer(((loopPoints[1] - pauseSample) * 1000.0 / parent.buffer.sampleRate + latency) / getPitch()); + } + else + { + fallback(); + } + + if (--loops == 0) AL.sourcei(source, AL.LOOPING, AL.FALSE); + } + } + else + { + completed = true; + playing = false; + pauseSample = 0; + stopTimer(); + if (streamed) stopStream(false); + } + + parent.onComplete.dispatch(); + } - dataLength = parent.buffer.data.length; + // Get & Set Methods + public function getCurrentTime():Float + { + if (loaded) return (getCurrentSampleOffset() * 1000.0 / parent.buffer.sampleRate) - parent.offset; + else return 0; + } - handle = AL.createSource(); + private function getCurrentSampleOffset():Int + { + if (completed) + { + return loopPoints[1]; + } + else if (!playing) + { + return pauseSample; + } + else if (AL.getSourcei(source, AL.SOURCE_STATE) == AL.STOPPED && (!streamed || streamEnded)) + { + return loopPoints[1]; + } - if (handle != null) + var sampleOffset:Int; + if (streamed) + { + seekMutex.acquire(); + if (queuedBuffers == 0) { - AL.sourcei(handle, AL.BUFFER, parent.buffer.__srcBuffer); + sampleOffset = pauseSample; + if (filledBuffers > 0) sampleOffset += STREAM_BUFFER_SAMPLES; } + else + { + sampleOffset = AL.getSourcei(source, AL.SAMPLE_OFFSET) + bufferCurs[STREAM_MAX_BUFFERS - queuedBuffers]; + if (AL.getSourcei(source, AL.SOURCE_STATE) == AL.STOPPED) sampleOffset += STREAM_BUFFER_SAMPLES; + } + seekMutex.release(); + } + else + { + sampleOffset = AL.getSourcei(source, AL.SAMPLE_OFFSET); } - if (hasDirectChannelsExt == null) + if (loops > streamLoops && sampleOffset >= loopPoints[1]) { - hasDirectChannelsExt = AL.isExtensionPresent("AL_SOFT_direct_channels") && AL.isExtensionPresent("AL_SOFT_direct_channels_remix"); + if (loopPoints[0] >= loopPoints[1]) return loopPoints[0]; + else return ((sampleOffset - loopPoints[0]) % (loopPoints[1] - loopPoints[0])) + loopPoints[0]; } + else return sampleOffset; + } + + public function setCurrentTime(value:Float):Float + { + if (!loaded) return 0; + + prepared = false; + pauseSample = Std.int((value + parent.offset) / 1000 * parent.buffer.sampleRate); + if (pauseSample < 0) pauseSample = 0; - if (hasDirectChannelsExt) + if (streamed) { - AL.sourcei(handle, AL.DIRECT_CHANNELS_SOFT, AL.REMIX_UNMATCHED_SOFT); + mutex.acquire(); + AL.sourceStop(source); } + else + { + AL.sourcePause(source); + AL.sourcei(source, AL.SAMPLE_OFFSET, pauseSample); + } + + var remaining = (loopPoints[1] - pauseSample) * 1000.0 / parent.buffer.sampleRate / getPitch(); + var canPlay = remaining > 0; + + if (playing && canPlay) + { + completed = false; - samples = Std.int((dataLength * 8.0) / (parent.buffer.channels * parent.buffer.bitsPerSample)); + if (streamed) + { + snapBuffersToSample(pauseSample, false, STREAM_START_BUFFERS); + AL.sourcePlay(source); + + if (streamEnded) stopStream(true); + else resumeStream(true); + mutex.release(); + } + else AL.sourcePlay(source); - if (Application.current != null && !stream) + resetTimer(remaining); + } + else { - if (!Application.current.onUpdate.has(checkPlay)) + if (completed == canPlay) + { + completed = !canPlay; + if (playing && completed) + { + resetTimer(0); + playing = false; + } + } + + if (streamed) { - // trace('[AUDIO] added play check event!'); - Application.current.onUpdate.add(checkPlay); + stopStream(true); + mutex.release(); } } + + return value; } - public function play():Void + public function getGain():Float { - /*var pitch:Float = AL.getSourcef (handle, AL.PITCH); - trace(pitch); - AL.sourcef (handle, AL.PITCH, pitch*0.9); - pitch = AL.getSourcef (handle, AL.PITCH); - trace(pitch); */ - /*var pos = getPosition(); - trace(AL.DISTANCE_MODEL); - AL.distanceModel(AL.INVERSE_DISTANCE); - trace(AL.DISTANCE_MODEL); - AL.sourcef(handle, AL.ROLLOFF_FACTOR, 5); - setPosition(new Vector4(10, 10, -100)); - pos = getPosition(); - trace(pos); */ - /*var filter = AL.createFilter(); - trace(AL.getErrorString()); + if (source != null) return AL.getSourcef(source, AL.GAIN); + else return 1; + } - AL.filteri(filter, AL.FILTER_TYPE, AL.FILTER_LOWPASS); - trace(AL.getErrorString()); + public function setGain(value:Float):Float + { + if (source != null) AL.sourcef(source, AL.GAIN, value); + return value; + } - AL.filterf(filter, AL.LOWPASS_GAIN, 0.5); - trace(AL.getErrorString()); + public function getLatency():Float + { + if (source != null && AudioManager.__latencyExtSupported) + { + var offsets = AL.getSourcedvSOFT(source, AL.SEC_OFFSET_LATENCY_SOFT, 2); + if (offsets != null) return offsets[1] * 1000.0; + } + return 0; + } - AL.filterf(filter, AL.LOWPASS_GAINHF, 0.5); - trace(AL.getErrorString()); + public function getLength():Float + { + if (!loaded) return 0; - AL.sourcei(handle, AL.DIRECT_FILTER, filter); - trace(AL.getErrorString()); */ + var length = loopPoints[1] * 1000.0 / parent.buffer.sampleRate; + if (length <= parent.offset) return 0; + return length - parent.offset; + } - if (playing || handle == null) + public function setLength(value:Float):Float + { + if (loaded) { - return; + var endSample = Std.int((value + parent.offset) / 1000 * parent.buffer.sampleRate); + if (endSample <= 0 || endSample >= samples) loopPoints[1] = samples; + else loopPoints[1] = endSample; + + if (loops > streamLoops) updateLoopPoints(); + else AL.sourcei(source, AL.LOOPING, AL.FALSE); + + if (playing) resetTimer((endSample - getCurrentSampleOffset()) * 1000.0 / parent.buffer.sampleRate / getPitch()); } + return value; + } - playing = true; + public function getLoopTime():Float + { + if (!loaded) return 0; - if (stream) + var loopTime = loopPoints[0] * 1000.0 / parent.buffer.sampleRate; + if (loopTime <= parent.offset) return 0; + return loopTime - parent.offset; + } + + public function setLoopTime(value:Float):Float + { + if (loaded) { - setCurrentTime(getCurrentTime()); + var loopSample = Std.int((value + parent.offset) / 1000 * parent.buffer.sampleRate); + if (loopSample < 0) loopPoints[0] = 0; + else if (loopSample > samples) loopPoints[0] = samples; + else loopPoints[0] = loopSample; - streamTimer = new Timer(STREAM_TIMER_FREQUENCY); - streamTimer.run = streamTimer_onRun; + if (loops > streamLoops) updateLoopPoints(); + else AL.sourcei(source, AL.LOOPING, AL.FALSE); } - else - { - var time = completed ? 0 : getCurrentTime(); + return value; + } + + public function getLoops():Int + { + return loops; + } - setCurrentTime(time); + public function setLoops(value:Int):Int + { + loops = value; + if (loaded) + { + if (value > streamLoops) updateLoopPoints(); + else AL.sourcei(source, AL.LOOPING, AL.FALSE); } + return value; } - public function pause():Void + private function updateLoopPoints():Void { - playing = false; + prepared = false; + + var sampleOffset = getCurrentSampleOffset(); + var canLoop = loops > streamLoops; + var fixed = sampleOffset >= loopPoints[1]; + var shouldStop = playing && fixed; - if (handle == null) return; - AL.sourcePause(handle); + if (fixed) sampleOffset = loopPoints[0]; + var time = sampleOffset * 1000.0 / parent.buffer.sampleRate; - if (streamTimer != null) + if (streamed) { - streamTimer.stop(); - } + AL.sourcei(source, AL.LOOPING, AL.FALSE); - if (timer != null) + if (shouldStop) stop(); + else if (playing && canLoop && (fixed || streamLoops > 0)) + { + mutex.acquire(); + snapBuffersToSample(sampleOffset, true, STREAM_MIN_BUFFERS); + AL.sourcePlay(source); + mutex.release(); + } + } + else { - timer.stop(); + if (loopPoints[0] > 0 || loopPoints[1] < samples) + { + if (!AudioManager.__loopPointsSupported) canLoop = false; + else + { + AL.sourceStop(source); + AL.sourcei(source, AL.BUFFER, AL.NONE); + if (!standaloneBuffer) + { + if (standaloneBuffer = (buffer = AL.createBuffer()) != null) + { + AL.bufferData(buffer, format, parent.buffer.data, parent.buffer.data.byteLength, parent.buffer.sampleRate); + } + else + { + buffer = parent.buffer.__srcBuffer; + canLoop = false; + } + } + if (canLoop) AL.bufferiv(buffer, AL.LOOP_POINTS_SOFT, loopPoints); + AL.sourcei(source, AL.BUFFER, buffer); + } + } + + AL.sourcei(source, AL.LOOPING, canLoop ? AL.TRUE : AL.FALSE); + if (shouldStop) stop(); + else setCurrentTime(time); } } - private function readVorbisFileBuffer(vorbisFile:VorbisFile, length:Int):UInt8Array + public function getPan():Float { - #if lime_vorbis - var buffer = new UInt8Array(length); - var read = 0, total = 0, readMax; + if (position == null) position = new Vector4(); + return position.x; + } - for (i in 0...STREAM_NUM_BUFFERS-1) - { - bufferTimeBlocks[i] = bufferTimeBlocks[i + 1]; - } - bufferTimeBlocks[STREAM_NUM_BUFFERS-1] = vorbisFile.timeTell(); + public function setPan(value:Float):Float + { + if (position == null) position = new Vector4(); + position.setTo(value, 0, -Math.sqrt(1 - value * value)); - while (total < length) + if (source != null) { - readMax = 4096; + var spatialize = Math.abs(value) > 1e-04; - if (readMax > length - total) + if (AudioManager.__directChannelsExtSupported) { - readMax = length - total; + AL.sourcei(source, AL.DIRECT_CHANNELS_SOFT, spatialize ? AL.FALSE : AL.REMIX_UNMATCHED_SOFT); } - read = vorbisFile.read(buffer.buffer, total, readMax); + if (AudioManager.__spatializeSupported) + { + AL.sourcei(source, AL.SOURCE_SPATIALIZE_SOFT, !AudioManager.__stereoAnglesSupported && spatialize ? AL.TRUE : AL.FALSE); + } - if (read > 0) + if (AudioManager.__stereoAnglesSupported) { - total += read; + anglesArray[0] = Math.PI * Math.min(-value * 2 + 1, 1) / 6; + anglesArray[1] = -Math.PI * Math.min(value * 2 + 1, 1) / 6; + AL.source3f(source, AL.POSITION, 0, 0, 0); } else { - break; + anglesArray[0] = Math.PI / 6; + anglesArray[1] = -Math.PI / 6; + AL.source3f(source, AL.POSITION, position.x, position.y, position.z); } + AL.sourcefv(source, AL.STEREO_ANGLES, anglesArray); } + return value; + } + + public function getPitch():Float + { + return source != null ? AL.getSourcef(source, AL.PITCH) : 1; + } - return buffer; - #else - return null; - #end + public function setPitch(value:Float):Float + { + value = Math.max(value, 0); + if (source == null || value == AL.getSourcef(source, AL.PITCH)) return value; + AL.sourcef(source, AL.PITCH, value); + if (playing) resetTimer((loopPoints[1] - getCurrentSampleOffset()) * 1000.0 / parent.buffer.sampleRate / value); + return value; } - private function refillBuffers(buffers:Array = null):Void + public function getPlaying():Bool { - #if lime_vorbis - var vorbisFile = null; - var position = 0; + return playing && (AL.getSourcei(source, AL.SOURCE_STATE) == AL.PLAYING || streaming); + } - if (buffers == null) + public function getPosition():Vector4 + { + if (position == null) position = new Vector4(); + return position; + } + + public function setPosition(value:Vector4):Vector4 + { + if (position == null) position = new Vector4(); + position.setTo(value.x, value.y, value.z); + + if (source != null) { - var buffersProcessed:Int = AL.getSourcei(handle, AL.BUFFERS_PROCESSED); + anglesArray[0] = Math.PI / 6; + anglesArray[1] = -Math.PI / 6; + AL.sourcefv(source, AL.STEREO_ANGLES, anglesArray); - if (buffersProcessed > 0) + if (Math.abs(position.x) > 1e-04 || Math.abs(position.y) > 1e-04 || Math.abs(position.z) > 1e-04) { - vorbisFile = parent.buffer.__srcVorbisFile; - position = Int64.toInt(vorbisFile.pcmTell()); + if (AudioManager.__directChannelsExtSupported) + { + AL.sourcei(source, AL.DIRECT_CHANNELS_SOFT, AL.FALSE); + } - if (position < dataLength) + if (AudioManager.__spatializeSupported) { - buffers = AL.sourceUnqueueBuffers(handle, buffersProcessed); + AL.sourcei(source, AL.SOURCE_SPATIALIZE_SOFT, AL.TRUE); } } - } - - if (buffers != null) - { - if (vorbisFile == null) + else { - vorbisFile = parent.buffer.__srcVorbisFile; - position = Int64.toInt(vorbisFile.pcmTell()); + if (AudioManager.__directChannelsExtSupported) + { + AL.sourcei(source, AL.DIRECT_CHANNELS_SOFT, AL.REMIX_UNMATCHED_SOFT); + } + + if (AudioManager.__spatializeSupported) + { + AL.sourcei(source, AL.SOURCE_SPATIALIZE_SOFT, AL.FALSE); + } } - var numBuffers = 0; - var data; + AL.source3f(source, AL.POSITION, position.x, position.y, position.z); + } + + return value; + } + + function readToBufferData(data:ArrayBufferView, currentPCM:Int):Int + { + if (decoder.eof || currentPCM >= loopPoints[1]) + { + if (streamEnded = loops <= streamLoops || !decoder.seek(loopPoints[0])) return 0; + streamLoops++; + } - for (buffer in buffers) + var word = parent.buffer.bitsPerSample > 16 ? 2 : parent.buffer.bitsPerSample >> 3, total = 0, len:Int; + while (!(streamEnded = decoder.eof)) + { + // use unused var from here which is currentPCM + if ((len = (loopPoints[1] - currentPCM) * parent.buffer.channels * word) <= (currentPCM = bufferLen - total)) { - if (dataLength - position >= STREAM_BUFFER_SIZE) + total += decoder.decode(data.buffer, total, len, word); + if (loops > streamLoops) { - data = readVorbisFileBuffer(vorbisFile, STREAM_BUFFER_SIZE); - AL.bufferData(buffer, format, data, data.length, parent.buffer.sampleRate); - position += STREAM_BUFFER_SIZE; - numBuffers++; + decoder.seek(currentPCM = loopPoints[0]); + streamLoops++; } - else if (position < dataLength) + else { - data = readVorbisFileBuffer(vorbisFile, dataLength - position); - AL.bufferData(buffer, format, data, data.length, parent.buffer.sampleRate); - numBuffers++; + streamEnded = true; break; } } - - AL.sourceQueueBuffers(handle, numBuffers, buffers); - - // OpenAL can unexpectedly stop playback if the buffers run out - // of data, which typically happens if an operation (such as - // resizing a window) freezes the main thread. - // If AL is supposed to be playing but isn't, restart it here. - if (playing && handle != null && AL.getSourcei(handle, AL.SOURCE_STATE) == AL.STOPPED) + else { - AL.sourcePlay(handle); + return total + decoder.decode(data.buffer, total, currentPCM, word); } } - #end + return total; } - public function stop():Void + function fillBuffers(n:Int):Void { - if (playing && handle != null && AL.getSourcei(handle, AL.SOURCE_STATE) == AL.PLAYING) + var max = STREAM_MAX_BUFFERS - 1; + var i:Int, j:Int, data:ArrayBufferView, pcm:Int, decoded:Int; + while (n-- > 0 && !streamEnded) { - AL.sourceStop(handle); - } + data = bufferViews[(i = max - filledBuffers) > 0 ? i : 0]; + pcm = Int64.toInt(decoder.tell()); + decoded = readToBufferData(data, pcm); - playing = false; + if (decoded <= 0) break; + else if (filledBuffers < STREAM_MAX_BUFFERS) filledBuffers++; - if (streamTimer != null) - { - streamTimer.stop(); - } + seekMutex.acquire(); - if (timer != null) - { - timer.stop(); - } + j = i; + while (i < max) + { + bufferViews[i] = bufferViews[++j]; + bufferCurs[i] = bufferCurs[j]; + bufferLens[i] = bufferLens[j]; + i = j; + } + bufferViews[max] = data; + bufferCurs[max] = pauseSample = pcm; + bufferLens[max] = decoded; + queuedBuffers++; - setCurrentTime(0); + seekMutex.release(); + } } - // Event Handlers - private function streamTimer_onRun():Void + function queueBuffers():Void { - refillBuffers(); + var internalQueuedBuffers = AL.getSourcei(source, AL.BUFFERS_QUEUED); + var i = STREAM_MAX_BUFFERS - queuedBuffers + internalQueuedBuffers; + while (internalQueuedBuffers < STREAM_FLUSH_BUFFERS && internalQueuedBuffers < queuedBuffers) + { + AL.bufferData(buffers[nextBuffer], format, bufferViews[i], bufferLens[i], parent.buffer.sampleRate); + if (AL.getError() != AL.NO_ERROR) break; + + AL.sourceQueueBuffer(source, buffers[nextBuffer]); + if (AL.getError() != AL.NO_ERROR) break; + + if (++nextBuffer == STREAM_FLUSH_BUFFERS) nextBuffer = 0; + internalQueuedBuffers++; + i++; + } } - private function timer_onRun():Void + function skipBuffers(n:Int):Void { - if (loops > 0) + if (n > 0) { - playing = false; - loops--; - setCurrentTime(0); - play(); - return; - } - else - { - stop(); + seekMutex.acquire(); + AL.sourceUnqueueBuffers(source, n); + if ((queuedBuffers -= n) < 0) queuedBuffers = 0; + seekMutex.release(); } - - completed = true; - parent.onComplete.dispatch(); } - private function checkPlay(_):Void + function snapBuffersToSample(sample:Int, force:Bool, n:Int):Void { - final finished:Bool = AL.getSourcei(handle, AL.SOURCE_STATE) != AL.PLAYING; - - if (!finished) return; - if (loops > 0) + if (!force) { - playing = false; - loops--; - setCurrentTime(0); - play(); - return; - } - else - { - if (!completed) stop(); + for (i in (STREAM_MAX_BUFFERS - queuedBuffers)...STREAM_MAX_BUFFERS) + if (sample >= bufferCurs[i] && sample < bufferCurs[i] + (bufferLens[i] / (parent.buffer.bitsPerSample >> 3) / parent.buffer.channels)) + { + skipBuffers(i - STREAM_MAX_BUFFERS + queuedBuffers); + queueBuffers(); + AL.sourcei(source, AL.SAMPLE_OFFSET, sample - bufferCurs[i]); + return; + } } - if (!completed) - { - // trace('[AUDIO] audio finished playing!'); - parent.onComplete.dispatch(); - } - completed = true; + AL.sourceStop(source); + AL.sourceUnqueueBuffers(source, AL.getSourcei(source, AL.BUFFERS_QUEUED)); + + streamEnded = false; + queuedBuffers = filledBuffers = streamLoops = nextBuffer = 0; + decoder.seek(sample); + fillBuffers(n); + queueBuffers(); } - // Get & Set Methods - public function getCurrentTime():Int + static function streamThreadRun():Void { - if (completed) - { - return getLength(); - } - else if (handle != null) + var backend:NativeAudioSource; + var i:Int; + var a:Int; + var b:Int; + + var processTicks:Int = 0; + var canProcess:Bool; + + while (true) { - if (stream) + queueMutex.acquire(); + + i = queuedStreamAudios.length; + a = streamAudios.length; + if (i == 0 && a == 0) { - var time = (Std.int(bufferTimeBlocks[0] * 1000) + Std.int(AL.getSourcef(handle, AL.SEC_OFFSET) * 1000)) - parent.offset; - if (time < 0) return 0; - return time; + queueMutex.release(); + break; } - else - { - var offset = AL.getSourcei(handle, AL.BYTE_OFFSET); - var ratio = (offset / dataLength); - var totalSeconds = samples / parent.buffer.sampleRate; - var time = Std.int(totalSeconds * ratio * 1000) - parent.offset; - if (time < 0) return 0; - return time; + while (i-- > 0) + { + backend = queuedStreamAudios[i]; + if (backend.streaming = backend.playing && backend.pending) + { + backend.pending = false; + streamAudios.push(backend); + a++; + } } - } - return 0; - } + queuedStreamAudios.resize(0); + queueMutex.release(); - public function setCurrentTime(value:Int):Int - { - // `setCurrentTime()` has side effects and is never safe to skip. - /* if (value == getCurrentTime()) - { - return value; - } */ + streamMutex.acquire(); + i = a; - if (handle != null) - { - if (stream) + if (canProcess = (++processTicks == STREAM_PROCESS_TICKS)) processTicks = 0; + while (i-- > 0) { - AL.sourceStop(handle); + backend = streamAudios[i]; + if (backend.pending || backend.mutex == null) + { + backend.removeStream(); + continue; + } - parent.buffer.__srcVorbisFile.timeSeek((value + parent.offset) / 1000); - AL.sourceUnqueueBuffers(handle, STREAM_NUM_BUFFERS); - refillBuffers(buffers); + a = AL.getSourcei(backend.source, AL.BUFFERS_PROCESSED); + if (!backend.mutex.tryAcquire()) + { + if (a >= STREAM_PROCESS_BUFFERS) + { + backend.mutex.acquire(); + if (backend.pending) + { + backend.removeStream(); + backend.mutex.release(); + continue; + } + a = AL.getSourcei(backend.source, AL.BUFFERS_PROCESSED); + } + else + { + continue; + } + } - if (playing) AL.sourcePlay(handle); - } - else if (parent.buffer != null) - { - AL.sourceRewind(handle); + backend.skipBuffers(a); - // AL.sourcef (handle, AL.SEC_OFFSET, (value + parent.offset) / 1000); + if (!backend.streamEnded && (canProcess || backend.queuedBuffers <= STREAM_MIN_BUFFERS)) + { + try + { + if (STREAM_PROCESS_BUFFERS > (a = backend.queuedBuffers < STREAM_MIN_BUFFERS ? STREAM_MIN_BUFFERS - backend.queuedBuffers : 0)) + a = STREAM_PROCESS_BUFFERS; + + if ((b = STREAM_USABLE_BUFFERS - backend.queuedBuffers) < a) + a = b; + + if (a > 0) + backend.fillBuffers(a); + } + catch (e:haxe.Exception) + { + haxe.MainLoop.runInMainThread(haxe.Log.trace.bind(e.details() + '\n' + e.stack)); + } + } - var secondOffset = (value + parent.offset) / 1000; - var totalSeconds = samples / parent.buffer.sampleRate; + backend.queueBuffers(); - if (secondOffset < 0) secondOffset = 0; - if (secondOffset > totalSeconds) secondOffset = totalSeconds; + if (AL.getSourcei(backend.source, AL.SOURCE_STATE) != AL.PLAYING) + { + AL.sourcePlay(backend.source); + backend.resetTimer((backend.loopPoints[1] - backend.bufferCurs[STREAM_MAX_BUFFERS - backend.queuedBuffers]) + * 1000.0 / backend.parent.buffer.sampleRate / backend.getPitch()); + } - var ratio = (secondOffset / totalSeconds); - var totalOffset = Std.int(dataLength * ratio); + if (backend.streamEnded && backend.queuedBuffers == AL.getSourcei(backend.source, AL.BUFFERS_QUEUED)) backend.removeStream(); - AL.sourcei(handle, AL.BYTE_OFFSET, totalOffset); - if (playing) AL.sourcePlay(handle); + backend.mutex.release(); } + + streamMutex.release(); + Sys.sleep(STREAM_UPDATE_DELAY); } - if (playing) + threadRunning = false; + } + + inline function removeStream():Void + { + pending = streaming = false; + streamAudios.remove(this); + } + + function stopStream(acquired:Bool):Void + { + if (streaming) { - if (timer != null) + if (acquired) pending = true; + else { - timer.stop(); + mutex.acquire(); + pending = true; + mutex.release(); } - - var timeRemaining = Std.int((getLength() - value) / getPitch()); - - if (timeRemaining > 0) + } + else if (pending) + { + if (queueMutex.tryAcquire()) { - completed = false; - // timer = new Timer(timeRemaining); - // timer.run = timer_onRun; + pending = streaming; + if (!streaming) queuedStreamAudios.remove(this); + queueMutex.release(); } + else if (acquired) pending = streaming; else { - playing = false; - completed = true; + mutex.acquire(); + pending = streaming; + mutex.release(); } } - - return value; } - public function getGain():Float + function resumeStream(acquired:Bool):Void { - if (handle != null) + if (!streaming) + { + if (!pending) + { + queueMutex.acquire(); + queuedStreamAudios.push(this); + queueMutex.release(); + } + pending = true; + } + else if (pending) { - return AL.getSourcef(handle, AL.GAIN); + if (queueMutex.tryAcquire()) + { + pending = !streaming; + if (pending) queuedStreamAudios.push(this); + queueMutex.release(); + } + else if (acquired) pending = !streaming; + else + { + mutex.acquire(); + pending = !streaming; + mutex.release(); + } } - else + + if (!threadRunning || streamThread == null) { - return 1; + streamThread = Thread.create(streamThreadRun); + threadRunning = true; } } - public function setGain(value:Float):Float + // Waveform related functions + public function getPeaks(offsetMs:Float):Array { - if (handle != null) + if (peaks == null) peaks = []; + + if (loaded && parent.buffer.channels != peaks.length) peaks.resize(parent.buffer.channels); + + if (!playing) { - AL.sourcef(handle, AL.GAIN, value); + for (i in 0...peaks.length) peaks[i] = 0; + return peaks; } - return value; - } + var byteSize = 1 << parent.buffer.bitsPerSample; - public function getLength():Int - { - if (length != null) + if (mins == null) { - return length; + mins = []; + maxs = []; } - return Std.int(samples / parent.buffer.sampleRate * 1000) - parent.offset; + for (i in 0...parent.buffer.channels) + { + mins[i] = byteSize; + maxs[i] = -byteSize; + } + + var samplesToRead = parent.buffer.sampleRate >> 4; + readTimeDomainData(function(byte:Int, channel:Int):Void + { + if (byte > maxs[channel]) maxs[channel] = byte; + else if (byte < mins[channel]) mins[channel] = byte; + }, samplesToRead, Std.int(offsetMs / 1000 * parent.buffer.sampleRate) - samplesToRead); + + for (i in 0...parent.buffer.channels) peaks[i] = (maxs[i] - mins[i]) / byteSize; + return peaks; } - public function setLength(value:Int):Int + public function getFloatTimeDomainData(array:Float32Array, size:Int, channel:Int, offset:Int):Int { - if (playing && length != value) + if (!playing || array == null) return 0; + + var valueSize = 1 << (parent.buffer.bitsPerSample - 1); + var channelToNext = parent.buffer.channels - 1, i = 0, v = 0, func:Int->Int->Void; + + if (channel == -1) { - if (timer != null) + func = function(signal:Int, signalChannel:Int):Void { - timer.stop(); - } - - // var timeRemaining = Std.int((value - getCurrentTime()) / getPitch()); + if (i < array.length) + { + if (signalChannel == 0) v = idiv(signal, parent.buffer.channels); + else v += idiv(signal, parent.buffer.channels); - // if (timeRemaining > 0) - // { - // timer = new Timer(timeRemaining); - // timer.run = timer_onRun; - // } + if (signalChannel == channelToNext) array[i++] = v / valueSize; + } + } + } + else + { + func = function(signal:Int, signalChannel:Int):Void + { + if (i < array.length) + { + if (signalChannel == channel) v = signal; + if (signalChannel == channelToNext) array[i++] = v / valueSize; + } + } } - return length = value; + readTimeDomainData(func, size, offset); + return i; } - public function getLoops():Int + public function getByteTimeDomainData(array:UInt8Array, size:Int, channel:Int, offset:Int):Int { - return loops; - } + if (!playing || array == null) return 0; - public function setLoops(value:Int):Int - { - return loops = value; - } + var valueDiv = 1 << (parent.buffer.bitsPerSample - 8); + var channelToNext = parent.buffer.channels - 1, i = 0, v = 0, func:Int->Int->Void; - public function getPitch():Float - { - if (handle != null) + if (channel == -1) { - return AL.getSourcef(handle, AL.PITCH); + func = function(signal:Int, signalChannel:Int):Void + { + if (i < array.length) + { + if (signalChannel == 0) v = idiv(signal, parent.buffer.channels); + else v += idiv(signal, parent.buffer.channels); + + if (signalChannel == channelToNext) + { + if (v < 0) array[i++] = idiv(v, valueDiv) + 0x100; + else array[i++] = idiv(v, valueDiv); + } + } + } } else { - return 1; + func = function(signal:Int, signalChannel:Int):Void + { + if (i < array.length) + { + if (signalChannel == channel) v = signal; + if (signalChannel == channelToNext) + { + if (v < 0) array[i++] = idiv(v, valueDiv) + 0x100; + else array[i++] = idiv(v, valueDiv); + } + } + } } + + readTimeDomainData(func, size, offset); + return i; } - public function setPitch(value:Float):Float + function readTimeDomainData(callback:Int->Int->Void, size:Int, offsetSample:Int):Void { - if (playing && value != getPitch()) + var pos = AL.getSourcei(source, AL.SAMPLE_OFFSET); + if (lastReadSampleOffset == pos) + { + offsetSample += Std.int((System.getTimer() - lastReadTime) / 1000.0 * parent.buffer.sampleRate * AL.getSourcef(source, AL.PITCH)); + } + else + { + lastReadTime = System.getTimer(); + lastReadSampleOffset = pos; + } + + var i = 0, buffer:ArrayBuffer, bufferLen:Int; + if (streamed) + { + if (filledBuffers == 0) return; + mutex.acquire(); + + i = STREAM_MAX_BUFFERS - queuedBuffers; + buffer = bufferViews[i].buffer; + bufferLen = bufferLens[i]; + } + else + { + buffer = parent.buffer.data.buffer; + bufferLen = buffer.length; + } + + var byteRate = parent.buffer.bitsPerSample >> 3; + pos = (pos + offsetSample) * parent.buffer.channels * byteRate; + + if (pos < 0) { - if (timer != null) + if (size < pos) { - timer.stop(); + if (streamed) mutex.release(); + return; } - // var timeRemaining = Std.int((getLength() - getCurrentTime()) / value); + size -= pos; + do { + if (i == 0) pos = 0; + else + { + buffer = bufferViews[--i].buffer; + bufferLen = bufferLens[i]; + pos += bufferLen; + } + } while (pos < 0); + } + else if (pos >= bufferLen) + { + if (!streamed) return; + + do + { + if (++i >= bufferLens.length) + { + mutex.release(); + return; + } - // if (timeRemaining > 0) - // { - // timer = new Timer(timeRemaining); - // timer.run = timer_onRun; - // } + pos -= bufferLen; + buffer = bufferViews[i].buffer; + bufferLen = bufferLens[i]; + } while (pos >= bufferLen); } - if (handle != null) + var c = 0; + while (size > 0) { - AL.sourcef(handle, AL.PITCH, value); + callback(switch (byteRate) + { + case 2: ArrayBufferIO.getInt16(buffer, pos); + case 3: + // make use of the unused variable from here. + if ((offsetSample = ArrayBufferIO.getUint16(buffer, pos) | (buffer.get(pos + 2) << 16)) & 0x800000 != 0) offsetSample -= 0x1000000; + offsetSample; + case 4: ArrayBufferIO.getInt32(buffer, pos); + default: ArrayBufferIO.getInt8(buffer, pos); + }, c); + + pos += byteRate; + if (pos >= bufferLen) + { + if (!streamed || ++i >= bufferLens.length || --size == 0) break; + + c = pos = 0; + buffer = bufferViews[i].buffer; + bufferLen = bufferLens[i]; + } + + c++; + if (c == parent.buffer.channels) + { + c = 0; + size--; + } } - return value; + if (streamed) mutex.release(); } - public function getPosition():Vector4 + // Real-time audio effects + public function addEffect(index:Int):Void { - if (handle != null) + updateEffect(index); + } + + public function updateEffect(index:Int):Void + { + if (source != null) + @:privateAccess { - #if !webassembly - var value = AL.getSource3f(handle, AL.POSITION); - position.x = value[0]; - position.y = value[1]; - position.z = value[2]; - #end + var effect = parent.__effects[index]; + AL.source3i(source, AL.AUXILIARY_SEND_FILTER, effect.__alAux, index, effect.__alFilter); + if (effect.__alFilter != null) AL.sourcei(source, AL.DIRECT_FILTER, effect.__alFilter); } - - return position; } - public function setPosition(value:Vector4):Vector4 + public function removeEffect(index:Int):Void { - position.x = value.x; - position.y = value.y; - position.z = value.z; - position.w = value.w; - - if (handle != null) + if (source != null) { - AL.distanceModel(AL.NONE); - AL.source3f(handle, AL.POSITION, position.x, position.y, position.z); + //AL.source3i(source, AL.AUXILIARY_SEND_FILTER, AL.EFFECTSLOT_NULL, index, AL.FILTER_NULL); + AL.removeSend(source, index); } - - return position; } -} + static inline function idiv(num:Int, denom:Int):Int return #if (cpp && !cppia) cpp.NativeMath.idiv(num, denom) #else Std.int(num / denom) #end; +} \ No newline at end of file diff --git a/src/lime/_internal/backend/native/NativeCFFI.hx b/src/lime/_internal/backend/native/NativeCFFI.hx index f68caeeba4..7590e2ae57 100644 --- a/src/lime/_internal/backend/native/NativeCFFI.hx +++ b/src/lime/_internal/backend/native/NativeCFFI.hx @@ -69,12 +69,6 @@ class NativeCFFI @:cffi private static function lime_application_update(handle:Dynamic):Bool; - @:cffi private static function lime_audio_load(data:Dynamic, buffer:Dynamic):Dynamic; - - @:cffi private static function lime_audio_load_bytes(data:Dynamic, buffer:Dynamic):Dynamic; - - @:cffi private static function lime_audio_load_file(path:Dynamic, buffer:Dynamic):Dynamic; - @:cffi private static function lime_bytes_from_data_pointer(data:Float, length:Int, bytes:Dynamic):Dynamic; @:cffi private static function lime_bytes_get_data_pointer(data:Dynamic):Float; @@ -390,11 +384,6 @@ class NativeCFFI private static var lime_application_set_frame_rate = new cpp.CallableFloat->cpp.Void>(cpp.Prime._loadPrime("lime", "lime_application_set_frame_rate", "odv", false)); private static var lime_application_update = new cpp.CallableBool>(cpp.Prime._loadPrime("lime", "lime_application_update", "ob", false)); - private static var lime_audio_load = new cpp.Callablecpp.Object->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_audio_load", "ooo", false)); - private static var lime_audio_load_bytes = new cpp.Callablecpp.Object->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_audio_load_bytes", - "ooo", false)); - private static var lime_audio_load_file = new cpp.Callablecpp.Object->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_audio_load_file", "ooo", - false)); private static var lime_bytes_from_data_pointer = new cpp.CallableInt->cpp.Object->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_bytes_from_data_pointer", "dioo", false)); private static var lime_bytes_get_data_pointer = new cpp.CallableFloat>(cpp.Prime._loadPrime("lime", "lime_bytes_get_data_pointer", "od", @@ -670,9 +659,6 @@ class NativeCFFI private static var lime_application_quit = CFFI.load("lime", "lime_application_quit", 1); private static var lime_application_set_frame_rate = CFFI.load("lime", "lime_application_set_frame_rate", 2); private static var lime_application_update = CFFI.load("lime", "lime_application_update", 1); - private static var lime_audio_load = CFFI.load("lime", "lime_audio_load", 2); - private static var lime_audio_load_bytes = CFFI.load("lime", "lime_audio_load_bytes", 2); - private static var lime_audio_load_file = CFFI.load("lime", "lime_audio_load_file", 2); private static var lime_bytes_from_data_pointer = CFFI.load("lime", "lime_bytes_from_data_pointer", 3); private static var lime_bytes_get_data_pointer = CFFI.load("lime", "lime_bytes_get_data_pointer", 1); private static var lime_bytes_get_data_pointer_offset = CFFI.load("lime", "lime_bytes_get_data_pointer_offset", 2); @@ -854,17 +840,6 @@ class NativeCFFI return false; } - // @:cffi private static function lime_audio_load (data:Dynamic, buffer:Dynamic):Dynamic; - @:hlNative("lime", "hl_audio_load_bytes") private static function lime_audio_load_bytes(data:Bytes, buffer:AudioBuffer):AudioBuffer - { - return null; - } - - @:hlNative("lime", "hl_audio_load_file") private static function lime_audio_load_file(path:String, buffer:AudioBuffer):AudioBuffer - { - return null; - } - @:hlNative("lime", "hl_bytes_from_data_pointer") private static function lime_bytes_from_data_pointer(data:Float, length:Int, bytes:Bytes):Bytes { return null; @@ -1555,6 +1530,12 @@ class NativeCFFI @:cffi private static function lime_al_delete_sources(n:Int, sources:Dynamic):Void; + @:cffi private static function lime_al_delete_effect(buffer:CFFIPointer):Void; + + @:cffi private static function lime_al_delete_filter(buffer:CFFIPointer):Void; + + @:cffi private static function lime_al_delete_auxiliary_effect_slot(slot:CFFIPointer):Void; + @:cffi private static function lime_al_disable(capability:Int):Void; @:cffi private static function lime_al_distance_model(distanceModel:Int):Void; @@ -1631,6 +1612,8 @@ class NativeCFFI @:cffi private static function lime_al_get_sourceiv(source:CFFIPointer, param:Int, count:Int):Array; + @:cffi private static function lime_al_get_sourcedv_soft(source:CFFIPointer, param:Int, count:Int):Array; + @:cffi private static function lime_al_get_string(param:Int):Dynamic; @:cffi private static function lime_al_is_buffer(buffer:CFFIPointer):Bool; @@ -1677,7 +1660,7 @@ class NativeCFFI @:cffi private static function lime_al_source3f(source:CFFIPointer, param:Int, value1:Float32, value2:Float32, value3:Float32):Void; - @:cffi private static function lime_al_source3i(source:CFFIPointer, param:Int, value1:Dynamic, value2:Int, value3:Int):Void; + @:cffi private static function lime_al_source3i(source:CFFIPointer, param:Int, value1:Dynamic, value2:Int, value3:Dynamic):Void; @:cffi private static function lime_al_sourcef(source:CFFIPointer, param:Int, value:Float32):Void; @@ -1701,10 +1684,12 @@ class NativeCFFI @:cffi private static function lime_alc_get_error(device:CFFIPointer):Int; - @:cffi private static function lime_alc_get_integerv(device:CFFIPointer, param:Int, size:Int):Dynamic; + @:cffi private static function lime_alc_get_integerv(device:CFFIPointer, param:Int, count:Int):Dynamic; @:cffi private static function lime_alc_get_string(device:CFFIPointer, param:Int):Dynamic; + @:cffi private static function lime_alc_get_string_list(device:CFFIPointer, param:Int):Dynamic; + @:cffi private static function lime_alc_make_context_current(context:CFFIPointer):Bool; @:cffi private static function lime_alc_open_device(devicename:String):CFFIPointer; @@ -1723,6 +1708,8 @@ class NativeCFFI @:cffi private static function lime_alc_reopen_device_soft(device:CFFIPointer, newdevicename:String, attributes:Array):Bool; + @:cffi private static function lime_alc_get_doublev_soft(device:CFFIPointer, param:Int, count:Int):Array; + @:cffi private static function lime_al_gen_filter():CFFIPointer; @:cffi private static function lime_al_filteri(filter:CFFIPointer, param:Int, value:Dynamic):Void; @@ -1780,6 +1767,10 @@ class NativeCFFI private static var lime_al_delete_source = new cpp.Callablecpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_delete_source", "ov", false)); private static var lime_al_delete_sources = new cpp.Callablecpp.Object->cpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_delete_sources", "iov", false)); + private static var lime_al_delete_effect = new cpp.Callablecpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_delete_effect", "ov", false)); + private static var lime_al_delete_filter = new cpp.Callablecpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_delete_filter", "ov", false)); + private static var lime_al_delete_auxiliary_effect_slot = new cpp.Callablecpp.Void>(cpp.Prime._loadPrime("lime", + "lime_al_delete_auxiliary_effect_slot", "ov", false)); private static var lime_al_disable = new cpp.Callablecpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_disable", "iv", false)); private static var lime_al_distance_model = new cpp.Callablecpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_distance_model", "iv", false)); private static var lime_al_doppler_factor = new cpp.Callablecpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_doppler_factor", "fv", false)); @@ -1827,6 +1818,8 @@ class NativeCFFI private static var lime_al_get_sourcei = new cpp.CallableInt->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_al_get_sourcei", "oio", false)); private static var lime_al_get_sourceiv = new cpp.CallableInt->Int->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_al_get_sourceiv", "oiio", false)); + private static var lime_al_get_sourcedv_soft = new cpp.CallableInt->Int->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_al_get_sourcedv_soft", + "oiio", false)); private static var lime_al_get_string = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_al_get_string", "io", false)); private static var lime_al_is_buffer = new cpp.CallableBool>(cpp.Prime._loadPrime("lime", "lime_al_is_buffer", "ob", false)); private static var lime_al_is_enabled = new cpp.CallableBool>(cpp.Prime._loadPrime("lime", "lime_al_is_enabled", "ib", false)); @@ -1858,8 +1851,8 @@ class NativeCFFI "lime_al_source_unqueue_buffers", "oio", false)); private static var lime_al_source3f = new cpp.CallableInt->cpp.Float32->cpp.Float32->cpp.Float32->cpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_source3f", "oifffv", false)); - private static var lime_al_source3i = new cpp.CallableInt->cpp.Object->Int->Int->cpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_source3i", - "oioiiv", false)); + private static var lime_al_source3i = new cpp.CallableInt->cpp.Object->Int->cpp.Object->cpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_source3i", + "oioiov", false)); private static var lime_al_sourcef = new cpp.CallableInt->cpp.Float32->cpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_sourcef", "oifv", false)); private static var lime_al_sourcefv = new cpp.CallableInt->cpp.Object->cpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_sourcefv", "oiov", @@ -1882,6 +1875,7 @@ class NativeCFFI private static var lime_alc_get_integerv = new cpp.CallableInt->Int->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_alc_get_integerv", "oiio", false)); private static var lime_alc_get_string = new cpp.CallableInt->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_alc_get_string", "oio", false)); + private static var lime_alc_get_string_list = new cpp.CallableInt->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_alc_get_string_list", "oio", false)); private static var lime_alc_make_context_current = new cpp.CallableBool>(cpp.Prime._loadPrime("lime", "lime_alc_make_context_current", "ob", false)); private static var lime_alc_open_device = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_alc_open_device", "so", false)); @@ -1897,6 +1891,8 @@ class NativeCFFI "ov", false)); private static var lime_alc_reopen_device_soft = new cpp.CallableString->cpp.Object->Bool>(cpp.Prime._loadPrime("lime", "lime_alc_reopen_device_soft", "osob", false)); + private static var lime_alc_get_doublev_soft = new cpp.CallableInt->Int->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_alc_get_doublev_soft", + "oiio", false)); private static var lime_al_gen_filter = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_al_gen_filter", "o", false)); private static var lime_al_filteri = new cpp.CallableInt->cpp.Object->cpp.Void>(cpp.Prime._loadPrime("lime", "lime_al_filteri", "oiov", false)); @@ -1936,6 +1932,9 @@ class NativeCFFI private static var lime_al_delete_buffers = CFFI.load("lime", "lime_al_delete_buffers", 2); private static var lime_al_delete_source = CFFI.load("lime", "lime_al_delete_source", 1); private static var lime_al_delete_sources = CFFI.load("lime", "lime_al_delete_sources", 2); + private static var lime_al_delete_effect = CFFI.load("lime", "lime_al_delete_effect", 1); + private static var lime_al_delete_filter = CFFI.load("lime", "lime_al_delete_filter", 1); + private static var lime_al_delete_auxiliary_effect_slot = CFFI.load("lime", "lime_al_delete_auxiliary_effect_slot", 1); private static var lime_al_disable = CFFI.load("lime", "lime_al_disable", 1); private static var lime_al_distance_model = CFFI.load("lime", "lime_al_distance_model", 1); private static var lime_al_doppler_factor = CFFI.load("lime", "lime_al_doppler_factor", 1); @@ -1974,6 +1973,7 @@ class NativeCFFI private static var lime_al_get_sourcefv = CFFI.load("lime", "lime_al_get_sourcefv", 3); private static var lime_al_get_sourcei = CFFI.load("lime", "lime_al_get_sourcei", 2); private static var lime_al_get_sourceiv = CFFI.load("lime", "lime_al_get_sourceiv", 3); + private static var lime_al_get_sourcedv_soft = CFFI.load("lime", "lime_al_get_sourcedv_soft", 3); private static var lime_al_get_string = CFFI.load("lime", "lime_al_get_string", 1); private static var lime_al_is_buffer = CFFI.load("lime", "lime_al_is_buffer", 1); private static var lime_al_is_enabled = CFFI.load("lime", "lime_al_is_enabled", 1); @@ -2011,6 +2011,7 @@ class NativeCFFI private static var lime_alc_get_error = CFFI.load("lime", "lime_alc_get_error", 1); private static var lime_alc_get_integerv = CFFI.load("lime", "lime_alc_get_integerv", 3); private static var lime_alc_get_string = CFFI.load("lime", "lime_alc_get_string", 2); + private static var lime_alc_get_string_list = CFFI.load("lime", "lime_alc_get_string_list", 2); private static var lime_alc_make_context_current = CFFI.load("lime", "lime_alc_make_context_current", 1); private static var lime_alc_open_device = CFFI.load("lime", "lime_alc_open_device", 1); private static var lime_alc_pause_device = CFFI.load("lime", "lime_alc_pause_device", 1); @@ -2020,6 +2021,7 @@ class NativeCFFI private static var lime_alc_event_control_soft = CFFI.load("lime", "lime_alc_event_control_soft", 3); private static var lime_alc_event_callback_soft = CFFI.load("lime", "lime_alc_event_callback_soft", 1); private static var lime_alc_reopen_device_soft = CFFI.load("lime", "lime_alc_reopen_device_soft", 3); + private static var lime_alc_get_doublev_soft = CFFI.load("lime", "lime_alc_get_doublev_soft", 3); private static var lime_al_gen_filter = CFFI.load("lime", "lime_al_gen_filter", 0); private static var lime_al_filteri = CFFI.load("lime", "lime_al_filteri", 3); private static var lime_al_filterf = CFFI.load("lime", "lime_al_filterf", 3); @@ -2066,6 +2068,12 @@ class NativeCFFI @:hlNative("lime", "hl_al_delete_sources") private static function lime_al_delete_sources(n:Int, sources:hl.NativeArray):Void {} + @:hlNative("lime", "hl_al_delete_effect") private static function lime_al_delete_effect(buffer:CFFIPointer):Void {} + + @:hlNative("lime", "hl_al_delete_filter") private static function lime_al_delete_filter(buffer:CFFIPointer):Void {} + + @:hlNative("lime", "hl_al_delete_auxiliary_effect_slot") private static function lime_al_delete_auxiliary_effect_slot(slot:CFFIPointer):Void {} + @:hlNative("lime", "hl_al_disable") private static function lime_al_disable(capability:Int):Void {} @:hlNative("lime", "hl_al_distance_model") private static function lime_al_distance_model(distanceModel:Int):Void {} @@ -2241,6 +2249,11 @@ class NativeCFFI return null; } + @:hlNative("lime", "hl_al_get_sourcedv_soft") private static function lime_al_get_sourcedv_soft(source:CFFIPointer, param:Int, count:Int):hl.NativeArray + { + return null; + } + @:hlNative("lime", "hl_al_get_string") private static function lime_al_get_string(param:Int):hl.Bytes { return null; @@ -2312,7 +2325,7 @@ class NativeCFFI value3:hl.F32):Void {} @:hlNative("lime", "hl_al_source3i") private static function lime_al_source3i(source:CFFIPointer, param:Int, value1:Dynamic, value2:Int, - value3:Int):Void {} + value3:Dynamic):Void {} @:hlNative("lime", "hl_al_sourcef") private static function lime_al_sourcef(source:CFFIPointer, param:Int, value:hl.F32):Void {} @@ -2351,7 +2364,7 @@ class NativeCFFI return 0; } - @:hlNative("lime", "hl_alc_get_integerv") private static function lime_alc_get_integerv(device:CFFIPointer, param:Int, size:Int):hl.NativeArray + @:hlNative("lime", "hl_alc_get_integerv") private static function lime_alc_get_integerv(device:CFFIPointer, param:Int, count:Int):hl.NativeArray { return null; } @@ -2361,6 +2374,11 @@ class NativeCFFI return null; } + @:hlNative("lime", "hl_alc_get_string_list") private static function lime_alc_get_string_list(device:CFFIPointer, param:Int):hl.NativeArray + { + return null; + } + @:hlNative("lime", "hl_alc_make_context_current") private static function lime_alc_make_context_current(context:ALContext):Bool { return false; @@ -2388,6 +2406,11 @@ class NativeCFFI return false; } + @:hlNative("lime", "hl_alc_get_doublev_soft") private static function lime_alc_get_doublev_soft(device:CFFIPointer, param:Int, count:Int):hl.NativeArray + { + return null; + } + @:hlNative("lime", "hl_al_gen_filter") private static function lime_al_gen_filter():CFFIPointer { return null; @@ -6763,6 +6786,8 @@ class NativeCFFI @:cffi private static function lime_vorbis_file_read(vorbisFile:Dynamic, buffer:Dynamic, position:Int, length:Int, bigendianp:Bool, word:Int, signed:Bool):Dynamic; + @:cffi private static function lime_vorbis_file_decode(vorbisFile:Dynamic, buffer:Dynamic, position:Int, length:Int, word:Int):Int; + @:cffi private static function lime_vorbis_file_read_float(vorbisFile:Dynamic, pcmChannels:Dynamic, samples:Int):Dynamic; @:cffi private static function lime_vorbis_file_seekable(vorbisFile:Dynamic):Bool; @@ -6820,6 +6845,8 @@ class NativeCFFI "oio", false)); private static var lime_vorbis_file_read = new cpp.Callablecpp.Object->Int->Int->Bool->Int->Bool->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_vorbis_file_read", "ooiibibo", false)); + private static var lime_vorbis_file_decode = new cpp.Callablecpp.Object->Int->Int->Int->Int>(cpp.Prime._loadPrime("lime", + "lime_vorbis_file_decode", "ooiiii", false)); private static var lime_vorbis_file_read_float = new cpp.Callablecpp.Object->Int->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_vorbis_file_read_float", "ooio", false)); private static var lime_vorbis_file_seekable = new cpp.CallableBool>(cpp.Prime._loadPrime("lime", "lime_vorbis_file_seekable", "ob", false)); @@ -6860,6 +6887,7 @@ class NativeCFFI private static var lime_vorbis_file_raw_tell = CFFI.load("lime", "lime_vorbis_file_raw_tell", 1); private static var lime_vorbis_file_raw_total = CFFI.load("lime", "lime_vorbis_file_raw_total", 2); private static var lime_vorbis_file_read = CFFI.load("lime", "lime_vorbis_file_read", -1); + private static var lime_vorbis_file_decode = CFFI.load("lime", "lime_vorbis_file_decode", 5); private static var lime_vorbis_file_read_float = CFFI.load("lime", "lime_vorbis_file_read_float", 3); private static var lime_vorbis_file_seekable = CFFI.load("lime", "lime_vorbis_file_seekable", 1); private static var lime_vorbis_file_serial_number = CFFI.load("lime", "lime_vorbis_file_serial_number", 2); @@ -6970,6 +6998,12 @@ class NativeCFFI return null; } + @:hlNative("lime", "hl_vorbis_file_decode") private static function lime_vorbis_file_decode(vorbisFile:CFFIPointer, buffer:Bytes, position:Int, length:Int, + word:Int):Int + { + return 0; + } + @:hlNative("lime", "hl_vorbis_file_read_float") private static function lime_vorbis_file_read_float(vorbisFile:CFFIPointer, pcmChannels:Bytes, samples:Int):Dynamic { @@ -7022,4 +7056,333 @@ class NativeCFFI } #end #end + #if (lime_cffi && !macro && lime_drlibs) + #if (cpp && !cppia) + #if (disable_cffi || haxe_ver < "3.4.0") + @:cffi private static function lime_drlibs_flac_close(flac:Dynamic):Void; + + @:cffi private static function lime_drlibs_flac_decode(flac:Dynamic, buffer:Dynamic, position:Int, length:Int, word:Int):Int; + + @:cffi private static function lime_drlibs_flac_from_bytes(bytes:Dynamic):Dynamic; + + @:cffi private static function lime_drlibs_flac_from_file(path:String):Dynamic; + + @:cffi private static function lime_drlibs_flac_info(flac:Dynamic):Dynamic; + + @:cffi private static function lime_drlibs_flac_seek(flac:Dynamic, posLow:Dynamic, posHigh:Dynamic):Int; + + @:cffi private static function lime_drlibs_flac_tell(flac:Dynamic):Dynamic; + + @:cffi private static function lime_drlibs_flac_total(flac:Dynamic):Dynamic; + + @:cffi private static function lime_drlibs_mp3_decode(mp3:Dynamic, buffer:Dynamic, position:Int, length:Int):Int; + + @:cffi private static function lime_drlibs_mp3_from_bytes(bytes:Dynamic):Dynamic; + + @:cffi private static function lime_drlibs_mp3_from_file(path:String):Dynamic; + + @:cffi private static function lime_drlibs_mp3_info(mp3:Dynamic):Dynamic; + + @:cffi private static function lime_drlibs_mp3_seek(mp3:Dynamic, posLow:Dynamic, posHigh:Dynamic):Int; + + @:cffi private static function lime_drlibs_mp3_tell(mp3:Dynamic):Dynamic; + + @:cffi private static function lime_drlibs_mp3_total(mp3:Dynamic):Dynamic; + + @:cffi private static function lime_drlibs_mp3_uninit(mp3:Dynamic):Void; + + @:cffi private static function lime_drlibs_wav_decode(wav:Dynamic, buffer:Dynamic, position:Int, length:Int, word:Int):Int; + + @:cffi private static function lime_drlibs_wav_from_bytes(bytes:Dynamic):Dynamic; + + @:cffi private static function lime_drlibs_wav_from_file(path:String):Dynamic; + + @:cffi private static function lime_drlibs_wav_info(wav:Dynamic):Dynamic; + + @:cffi private static function lime_drlibs_wav_seek(wav:Dynamic, posLow:Dynamic, posHigh:Dynamic):Int; + + @:cffi private static function lime_drlibs_wav_tell(wav:Dynamic):Dynamic; + + @:cffi private static function lime_drlibs_wav_total(wav:Dynamic):Dynamic; + + @:cffi private static function lime_drlibs_wav_uninit(wav:Dynamic):Void; + #else + private static var lime_drlibs_flac_close = new cpp.Callablecpp.Void>(cpp.Prime._loadPrime("lime", "lime_drlibs_flac_close", "ov", false)); + private static var lime_drlibs_flac_decode = new cpp.Callablecpp.Object->Int->Int->Int->Int>(cpp.Prime._loadPrime("lime", + "lime_drlibs_flac_decode", "ooiiii", false)); + private static var lime_drlibs_flac_from_bytes = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_flac_from_bytes", + "oo", false)); + private static var lime_drlibs_flac_from_file = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_flac_from_file", "so", + false)); + private static var lime_drlibs_flac_info = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_flac_info", "oo", + false)); + private static var lime_drlibs_flac_seek = new cpp.Callablecpp.Object->cpp.Object->Int>(cpp.Prime._loadPrime("lime", + "lime_drlibs_flac_seek", "oooi", false)); + private static var lime_drlibs_flac_tell = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_flac_tell", "oo", false)); + private static var lime_drlibs_flac_total = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_flac_total", "oo", + false)); + private static var lime_drlibs_mp3_decode = new cpp.Callablecpp.Object->Int->Int->Int>(cpp.Prime._loadPrime("lime", + "lime_drlibs_mp3_decode", "ooiii", false)); + private static var lime_drlibs_mp3_from_bytes = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_mp3_from_bytes", + "oo", false)); + private static var lime_drlibs_mp3_from_file = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_mp3_from_file", "so", + false)); + private static var lime_drlibs_mp3_info = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_mp3_info", "oo", + false)); + private static var lime_drlibs_mp3_seek = new cpp.Callablecpp.Object->cpp.Object->Int>(cpp.Prime._loadPrime("lime", + "lime_drlibs_mp3_seek", "oooi", false)); + private static var lime_drlibs_mp3_tell = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_mp3_tell", "oo", false)); + private static var lime_drlibs_mp3_total = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_mp3_total", "oo", + false)); + private static var lime_drlibs_mp3_uninit = new cpp.Callablecpp.Void>(cpp.Prime._loadPrime("lime", "lime_drlibs_mp3_uninit", "ov", false)); + private static var lime_drlibs_wav_decode = new cpp.Callablecpp.Object->Int->Int->Int->Int>(cpp.Prime._loadPrime("lime", + "lime_drlibs_wav_decode", "ooiiii", false)); + private static var lime_drlibs_wav_from_bytes = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_wav_from_bytes", + "oo", false)); + private static var lime_drlibs_wav_from_file = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_wav_from_file", "so", + false)); + private static var lime_drlibs_wav_info = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_wav_info", "oo", + false)); + private static var lime_drlibs_wav_seek = new cpp.Callablecpp.Object->cpp.Object->Int>(cpp.Prime._loadPrime("lime", + "lime_drlibs_wav_seek", "oooi", false)); + private static var lime_drlibs_wav_tell = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_wav_tell", "oo", false)); + private static var lime_drlibs_wav_total = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_drlibs_wav_total", "oo", + false)); + private static var lime_drlibs_wav_uninit = new cpp.Callablecpp.Void>(cpp.Prime._loadPrime("lime", "lime_drlibs_wav_uninit", "ov", false)); + #end + #end + #if (neko || cppia) + private static var lime_drlibs_flac_close = CFFI.load("lime", "lime_drlibs_flac_close", 1); + private static var lime_drlibs_flac_decode = CFFI.load("lime", "lime_drlibs_flac_decode", 5); + private static var lime_drlibs_flac_from_bytes = CFFI.load("lime", "lime_drlibs_flac_from_bytes", 1); + private static var lime_drlibs_flac_from_file = CFFI.load("lime", "lime_drlibs_flac_from_file", 1); + private static var lime_drlibs_flac_info = CFFI.load("lime", "lime_drlibs_flac_info", 1); + private static var lime_drlibs_flac_seek = CFFI.load("lime", "lime_drlibs_flac_seek", 3); + private static var lime_drlibs_flac_tell = CFFI.load("lime", "lime_drlibs_flac_tell", 1); + private static var lime_drlibs_flac_total = CFFI.load("lime", "lime_drlibs_flac_total", 1); + private static var lime_drlibs_mp3_decode = CFFI.load("lime", "lime_drlibs_mp3_decode", 4); + private static var lime_drlibs_mp3_from_bytes = CFFI.load("lime", "lime_drlibs_mp3_from_bytes", 1); + private static var lime_drlibs_mp3_from_file = CFFI.load("lime", "lime_drlibs_mp3_from_file", 1); + private static var lime_drlibs_mp3_info = CFFI.load("lime", "lime_drlibs_mp3_info", 1); + private static var lime_drlibs_mp3_seek = CFFI.load("lime", "lime_drlibs_mp3_seek", 3); + private static var lime_drlibs_mp3_tell = CFFI.load("lime", "lime_drlibs_mp3_tell", 1); + private static var lime_drlibs_mp3_total = CFFI.load("lime", "lime_drlibs_mp3_total", 1); + private static var lime_drlibs_mp3_uninit = CFFI.load("lime", "lime_drlibs_mp3_uninit", 1); + private static var lime_drlibs_wav_decode = CFFI.load("lime", "lime_drlibs_wav_decode", 5); + private static var lime_drlibs_wav_from_bytes = CFFI.load("lime", "lime_drlibs_wav_from_bytes", 1); + private static var lime_drlibs_wav_from_file = CFFI.load("lime", "lime_drlibs_wav_from_file", 1); + private static var lime_drlibs_wav_info = CFFI.load("lime", "lime_drlibs_wav_info", 1); + private static var lime_drlibs_wav_seek = CFFI.load("lime", "lime_drlibs_wav_seek", 3); + private static var lime_drlibs_wav_tell = CFFI.load("lime", "lime_drlibs_wav_tell", 1); + private static var lime_drlibs_wav_total = CFFI.load("lime", "lime_drlibs_wav_total", 1); + private static var lime_drlibs_wav_uninit = CFFI.load("lime", "lime_drlibs_wav_uninit", 1); + #end + #if hl + @:hlNative("lime", "hl_drlibs_flac_close") private static function lime_drlibs_flac_close(flac:CFFIPointer):Void {} + + @:hlNative("lime", "hl_drlibs_flac_decode") private static function lime_drlibs_flac_decode(flac:CFFIPointer, buffer:Bytes, position:Int, length:Int, + word:Int):Int + { + return 0; + } + + @:hlNative("lime", "hl_drlibs_flac_from_bytes") private static function lime_drlibs_flac_from_bytes(bytes:Bytes):CFFIPointer + { + return null; + } + + @:hlNative("lime", "hl_drlibs_flac_from_file") private static function lime_drlibs_flac_from_file(path:String):CFFIPointer + { + return null; + } + + @:hlNative("lime", "hl_drlibs_flac_info") private static function lime_drlibs_flac_info(flac:CFFIPointer):Dynamic + { + return null; + } + + @:hlNative("lime", "hl_drlibs_flac_seek") private static function lime_drlibs_flac_seek(flac:CFFIPointer, posLow:Int, posHigh:Int):Int + { + return 0; + } + + @:hlNative("lime", "hl_drlibs_flac_tell") private static function lime_drlibs_flac_tell(flac:CFFIPointer):Dynamic + { + return null; + } + + @:hlNative("lime", "hl_drlibs_flac_total") private static function lime_drlibs_flac_total(flac:CFFIPointer):Dynamic + { + return null; + } + + @:hlNative("lime", "hl_drlibs_mp3_decode") private static function lime_drlibs_mp3_decode(mp3:CFFIPointer, buffer:Bytes, position:Int, length:Int):Int + { + return 0; + } + + @:hlNative("lime", "hl_drlibs_mp3_from_bytes") private static function lime_drlibs_mp3_from_bytes(bytes:Bytes):CFFIPointer + { + return null; + } + + @:hlNative("lime", "hl_drlibs_mp3_from_file") private static function lime_drlibs_mp3_from_file(path:String):CFFIPointer + { + return null; + } + + @:hlNative("lime", "hl_drlibs_mp3_info") private static function lime_drlibs_mp3_info(mp3:CFFIPointer):Dynamic + { + return null; + } + + @:hlNative("lime", "hl_drlibs_mp3_seek") private static function lime_drlibs_mp3_seek(mp3:CFFIPointer, posLow:Int, posHigh:Int):Int + { + return 0; + } + + @:hlNative("lime", "hl_drlibs_mp3_tell") private static function lime_drlibs_mp3_tell(mp3:CFFIPointer):Dynamic + { + return null; + } + + @:hlNative("lime", "hl_drlibs_mp3_total") private static function lime_drlibs_mp3_total(mp3:CFFIPointer):Dynamic + { + return null; + } + + @:hlNative("lime", "hl_drlibs_mp3_uninit") private static function lime_drlibs_mp3_uninit(mp3:CFFIPointer):Void {} + + @:hlNative("lime", "hl_drlibs_wav_decode") private static function lime_drlibs_wav_decode(wav:CFFIPointer, buffer:Bytes, position:Int, length:Int, + word:Int):Int + { + return 0; + } + + @:hlNative("lime", "hl_drlibs_wav_from_bytes") private static function lime_drlibs_wav_from_bytes(bytes:Bytes):CFFIPointer + { + return null; + } + + @:hlNative("lime", "hl_drlibs_wav_from_file") private static function lime_drlibs_wav_from_file(path:String):CFFIPointer + { + return null; + } + + @:hlNative("lime", "hl_drlibs_wav_info") private static function lime_drlibs_wav_info(wav:CFFIPointer):Dynamic + { + return null; + } + + @:hlNative("lime", "hl_drlibs_wav_seek") private static function lime_drlibs_wav_seek(wav:CFFIPointer, posLow:Int, posHigh:Int):Int + { + return 0; + } + + @:hlNative("lime", "hl_drlibs_wav_tell") private static function lime_drlibs_wav_tell(wav:CFFIPointer):Dynamic + { + return null; + } + + @:hlNative("lime", "hl_drlibs_wav_total") private static function lime_drlibs_wav_total(wav:CFFIPointer):Dynamic + { + return null; + } + + @:hlNative("lime", "hl_drlibs_wav_uninit") private static function lime_drlibs_wav_uninit(wav:CFFIPointer):Void {} + #end + #end + #if (lime_cffi && !macro && lime_opus) + #if (cpp && !cppia) + #if (disable_cffi || haxe_ver < "3.4.0") + @:cffi private static function lime_opus_file_channel_count(opusFile:Dynamic):Int; + + @:cffi private static function lime_opus_file_decode(opusFile:Dynamic, buffer:Dynamic, position:Int, length:Int):Int; + + @:cffi private static function lime_opus_file_free(opusFile:Dynamic):Void; + + @:cffi private static function lime_opus_file_from_bytes(bytes:Dynamic):Dynamic; + + @:cffi private static function lime_opus_file_from_file(path:String):Dynamic; + + @:cffi private static function lime_opus_file_seek(opusFile:Dynamic, posLow:Dynamic, posHigh:Dynamic):Int; + + @:cffi private static function lime_opus_file_seekable(opusFile:Dynamic):Bool; + + @:cffi private static function lime_opus_file_tell(opusFile:Dynamic):Dynamic; + + @:cffi private static function lime_opus_file_total(opusFile:Dynamic):Dynamic; + #else + private static var lime_opus_file_channel_count = new cpp.CallableInt>(cpp.Prime._loadPrime("lime", "lime_opus_file_channel_count", + "oi", false)); + private static var lime_opus_file_decode = new cpp.Callablecpp.Object->Int->Int->Int>(cpp.Prime._loadPrime("lime", + "lime_opus_file_decode", "ooiii", false)); + private static var lime_opus_file_free = new cpp.Callablecpp.Void>(cpp.Prime._loadPrime("lime", "lime_opus_file_free", "ov", false)); + private static var lime_opus_file_from_bytes = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_opus_file_from_bytes", + "oo", false)); + private static var lime_opus_file_from_file = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_opus_file_from_file", "so", + false)); + private static var lime_opus_file_seek = new cpp.Callablecpp.Object->cpp.Object->Int>(cpp.Prime._loadPrime("lime", + "lime_opus_file_seek", "oooi", false)); + private static var lime_opus_file_seekable = new cpp.CallableBool>(cpp.Prime._loadPrime("lime", "lime_opus_file_seekable", "ob", false)); + private static var lime_opus_file_tell = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_opus_file_tell", "oo", false)); + private static var lime_opus_file_total = new cpp.Callablecpp.Object>(cpp.Prime._loadPrime("lime", "lime_opus_file_total", "oo", + false)); + #end + #end + #if (neko || cppia) + private static var lime_opus_file_channel_count = CFFI.load("lime", "lime_opus_file_channel_count", 1); + private static var lime_opus_file_decode = CFFI.load("lime", "lime_opus_file_decode", 4); + private static var lime_opus_file_free = CFFI.load("lime", "lime_opus_file_free", 1); + private static var lime_opus_file_from_bytes = CFFI.load("lime", "lime_opus_file_from_bytes", 1); + private static var lime_opus_file_from_file = CFFI.load("lime", "lime_opus_file_from_file", 1); + private static var lime_opus_file_seek = CFFI.load("lime", "lime_opus_file_seek", 3); + private static var lime_opus_file_seekable = CFFI.load("lime", "lime_opus_file_seekable", 1); + private static var lime_opus_file_tell = CFFI.load("lime", "lime_opus_file_tell", 1); + private static var lime_opus_file_total = CFFI.load("lime", "lime_opus_file_total", 1); + #end + #if hl + @:hlNative("lime", "hl_opus_file_channel_count") private static function lime_opus_file_channel_count(opusFile:CFFIPointer):Int + { + return 0; + } + + @:hlNative("lime", "hl_opus_file_decode") private static function lime_opus_file_decode(opusFile:CFFIPointer, buffer:Bytes, position:Int, length:Int):Int + { + return 0; + } + + @:hlNative("lime", "hl_opus_file_free") private static function lime_opus_file_free(opusFile:CFFIPointer):Void {} + + @:hlNative("lime", "hl_opus_file_from_bytes") private static function lime_opus_file_from_bytes(bytes:Bytes):CFFIPointer + { + return null; + } + + @:hlNative("lime", "hl_opus_file_from_file") private static function lime_opus_file_from_file(path:String):CFFIPointer + { + return null; + } + + @:hlNative("lime", "hl_opus_file_seek") private static function lime_opus_file_seek(opusFile:CFFIPointer, posLow:Int, posHigh:Int):Int + { + return 0; + } + + @:hlNative("lime", "hl_opus_file_seekable") private static function lime_opus_file_seekable(opusFile:CFFIPointer):Bool + { + return false; + } + + @:hlNative("lime", "hl_opus_file_tell") private static function lime_opus_file_tell(opusFile:CFFIPointer):Dynamic + { + return null; + } + + @:hlNative("lime", "hl_opus_file_total") private static function lime_opus_file_total(opusFile:CFFIPointer):Dynamic + { + return null; + } + #end + #end } diff --git a/src/lime/media/AudioBuffer.hx b/src/lime/media/AudioBuffer.hx index 86c071738a..0cd6a284af 100644 --- a/src/lime/media/AudioBuffer.hx +++ b/src/lime/media/AudioBuffer.hx @@ -1,7 +1,8 @@ package lime.media; -import haxe.io.Bytes; +import haxe.Int64; import haxe.io.Path; +import haxe.io.Input; import lime._internal.backend.native.NativeCFFI; import lime._internal.format.Base64; import lime.app.Future; @@ -9,20 +10,33 @@ import lime.app.Promise; import lime.media.openal.AL; import lime.media.openal.ALBuffer; import lime.media.vorbis.VorbisFile; +import lime.media.AudioManager; import lime.net.HTTPRequest; +import lime.utils.ArrayBuffer; +import lime.utils.Bytes; import lime.utils.Log; import lime.utils.UInt8Array; +#if lime_vorbis +import lime.media.decoders.VorbisDecoder; +#end #if lime_howlerjs import lime.media.howlerjs.Howl; #end #if (js && html5) -import js.html.Audio; +import js.lib.Promise as JSPromise; +import js.html.audio.AudioBuffer as JSAudioBuffer; #elseif flash import flash.media.Sound; import flash.net.URLRequest; #end +#if sys +import sys.io.File; +import sys.io.FileInput; +import sys.io.FileSeek; +#end @:access(lime._internal.backend.native.NativeCFFI) +@:access(lime.media.AudioManager) @:access(lime.utils.Assets) #if hl @:keep @@ -33,10 +47,10 @@ import flash.net.URLRequest; #end /** - The `AudioBuffer` class represents a buffer of audio data that can be played back using an `AudioSource`. + The `AudioBuffer` class represents a buffer of audio data that can be played back using an `AudioSource`. It supports a variety of audio formats and platforms, providing a consistent API for loading and managing audio data. - Depending on the platform, the audio backend may differ, but the class provides a unified interface for accessing + Depending on the platform, the audio backend may differ, but the class provides a unified interface for accessing audio data, whether it's stored in memory, loaded from a file, or streamed. @see lime.media.AudioSource @@ -45,6 +59,8 @@ class AudioBuffer { /** The number of bits per sample in the audio data. + NOTE: In native target, when decoded, the bitsPerSample cannot be higher than 16 bits per sample, + because openal can only play 16 or 8 bits per sample. **/ public var bitsPerSample:Int; @@ -54,22 +70,29 @@ class AudioBuffer public var channels:Int; /** - The raw audio data stored as a `UInt8Array`. + Native target only. + The uncompressed audio data stored as a `UInt8Array`. **/ public var data:UInt8Array; + /** + Native target only. + The decoder for this audio buffer. + **/ + public var decoder:AudioDecoder; + /** The sample rate of the audio data, in Hz. **/ public var sampleRate:Int; /** - The source of the audio data. This can be an `Audio`, `Sound`, `Howl`, or other platform-specific object. + The source of the audio data. This can be an `js.html.audio.AudioBuffer`, `Sound`, `Howl`, or other platform-specific object. **/ public var src(get, set):Dynamic; - @:noCompletion private var __srcAudio:#if (js && html5) Audio #else Dynamic #end; - @:noCompletion private var __srcBuffer:#if lime_cffi ALBuffer #else Dynamic #end; + @:noCompletion private var __srcAudioBuffer:#if (js && html5) JSAudioBuffer #else Dynamic #end; + @:noCompletion private var __srcBuffer:#if lime_openal ALBuffer #else Dynamic #end; @:noCompletion private var __srcCustom:Dynamic; @:noCompletion private var __srcHowl:#if lime_howlerjs Howl #else Dynamic #end; @:noCompletion private var __srcSound:#if flash Sound #else Dynamic #end; @@ -96,8 +119,106 @@ class AudioBuffer **/ public function dispose():Void { + #if (lime_cffi && !macro) + if (decoder != null) decoder.dispose(); + decoder = null; + #end #if (js && html5 && lime_howlerjs) - __srcHowl.unload(); + if (__srcHowl != null) __srcHowl.unload(); + __srcHowl = null; + #end + #if lime_openal + if (__srcBuffer != null) AL.deleteBuffer(__srcBuffer); + __srcBuffer = null; + #end + } + + /** + Loads the audio buffer from the resource. + **/ + public function load() + { + #if (js && html5 && lime_howlerjs) + if (__srcHowl == null || bitsPerSample > 0) return; + loadAsync(); + #elseif (lime_cffi && !macro) + if (decoder == null) return; + + // OpenAL can only play 8 or 16 bits per sample audio. + var word = decoder.bitsPerSample > 16 ? 2 : decoder.bitsPerSample >> 3; + + bitsPerSample = word << 3; + channels = decoder.channels; + sampleRate = decoder.sampleRate; + + data = new UInt8Array(Int64.toInt(decoder.total() * channels * word)); + decoder.decode(data.buffer, 0, data.byteLength, word); + #end + } + + /** + Loads asynchronously the audio buffer from the resource. + + @param onLoad The callback when its loaded. + **/ + public function loadAsync(?onLoad:AudioBuffer->Void, ?onError:String->Void) + { + #if (js && html5 && lime_howlerjs) + if (__srcHowl == null) + { + if (onError != null) onError("No Howl to load"); + else if (onLoad != null) onLoad(this); + return; + } + else if (bitsPerSample > 0) + { + if (onLoad != null) onLoad(this); + return; + } + + inline function triggerOnLoad() + { + if (untyped __srcHowl._buffer) __srcAudioBuffer = untyped __srcHowl._buffer; + if (__srcAudioBuffer != null) + { + channels = __srcAudioBuffer.numberOfChannels; + sampleRate = Std.int(__srcAudioBuffer.sampleRate); + } + bitsPerSample = 32; + + if (onLoad != null) onLoad(this); + } + + if (untyped __srcHowl._state == 'loaded') + { + triggerOnLoad(); + } + else + { + __srcHowl.on("load", function() triggerOnLoad()); + __srcHowl.on("loaderror", function(id, msg) + { + if (onError != null) onError(msg); + else if (onLoad != null) onLoad(this); + }); + __srcHowl.load(); + } + + #elseif (lime_cffi && !macro) + if (decoder == null) return; + + // OpenAL can only play 8 or 16 bits per sample audio. + var word = decoder.bitsPerSample > 16 ? 2 : decoder.bitsPerSample >> 3; + + bitsPerSample = word << 3; + channels = decoder.channels; + sampleRate = decoder.sampleRate; + + data = new UInt8Array(Int64.toInt(decoder.total() * channels * word)); + new Future(() -> { + decoder.decode(data.buffer, 0, data.byteLength, word); + return this; + }, true).onComplete(onLoad); #end } @@ -105,9 +226,11 @@ class AudioBuffer Creates an `AudioBuffer` from a Base64-encoded string. @param base64String The Base64-encoded audio data. + @param stream Optional, should it return a streamable 'AudioBuffer' instead. + @param howlHtml5 html5 only. Optional, should it load in html5 audio instead of howler's. @return An `AudioBuffer` instance with the decoded audio data. **/ - public static function fromBase64(base64String:String):AudioBuffer + public static function fromBase64(base64String:String, ?stream:Bool #if (js && html5 && lime_howlerjs), ?howlHtml5 = false #end):AudioBuffer { if (base64String == null) return null; @@ -115,40 +238,29 @@ class AudioBuffer // if base64String doesn't contain codec data, add it. if (base64String.indexOf(",") == -1) { - base64String = "data:" + __getCodec(Base64.decode(base64String)) + ";base64," + base64String; + final bytes = Base64.decode(base64String); + final codec = __getCodecFromBytes(bytes); + if (codec != null) base64String = "data:" + codec.toHTML5() + ";base64," + base64String; } var audioBuffer = new AudioBuffer(); - audioBuffer.src = new Howl({src: [base64String], html5: true, preload: false}); + + if (howlHtml5) stream = true; + else if (stream) howlHtml5 = true; + else if (stream == null) stream = false; + + audioBuffer.__srcHowl = new Howl({src: [base64String], html5: #if force_html5_audio true #else howlHtml5 #end, preload: !stream}); + audioBuffer.load(); + return audioBuffer; #elseif (lime_cffi && !macro) - #if !cs - // if base64String contains codec data, strip it then decode it. - var base64StringSplit = base64String.split(","); - var base64StringNoEncoding = base64StringSplit[base64StringSplit.length - 1]; - var bytes:Bytes = Base64.decode(base64StringNoEncoding); - var audioBuffer = new AudioBuffer(); - audioBuffer.data = new UInt8Array(Bytes.alloc(0)); + var decoder = AudioDecoder.fromBase64(base64String); - return NativeCFFI.lime_audio_load_bytes(bytes, audioBuffer); - #else - // if base64String contains codec data, strip it then decode it. - var base64StringSplit = base64String.split(","); - var base64StringNoEncoding = base64StringSplit[base64StringSplit.length - 1]; - var bytes:Bytes = Base64.decode(base64StringNoEncoding); - var data:Dynamic = NativeCFFI.lime_audio_load_bytes(bytes, null); - - if (data != null) + if (decoder != null) { - var audioBuffer = new AudioBuffer(); - audioBuffer.bitsPerSample = data.bitsPerSample; - audioBuffer.channels = data.channels; - audioBuffer.data = new UInt8Array(@:privateAccess new Bytes(data.data.length, data.data.b)); - audioBuffer.sampleRate = data.sampleRate; - return audioBuffer; + return AudioBuffer.fromDecoder(decoder, stream, true); } #end - #end return null; } @@ -157,114 +269,138 @@ class AudioBuffer Creates an `AudioBuffer` from a `Bytes` object. @param bytes The `Bytes` object containing the audio data. + @param stream Optional, should it return a streamable 'AudioBuffer' instead. + @param howlHtml5 html5 only. Optional, should it load in html5 audio instead of howler's. @return An `AudioBuffer` instance with the decoded audio data. **/ - public static function fromBytes(bytes:Bytes):AudioBuffer + public static function fromBytes(bytes:Bytes, ?stream:Bool #if (js && html5 && lime_howlerjs), ?howlHtml5 = false #end):AudioBuffer { if (bytes == null) return null; #if (js && html5 && lime_howlerjs) var audioBuffer = new AudioBuffer(); - audioBuffer.src = new Howl({src: ["data:" + __getCodec(bytes) + ";base64," + Base64.encode(bytes)], html5: true, preload: false}); + + if (howlHtml5) stream = true; + else if (stream) howlHtml5 = true; + else if (stream == null) stream = false; + + audioBuffer.__srcHowl = new Howl({src: [bytes.getData()], html5: #if force_html5_audio true #else howlHtml5 #end, preload: !stream}); + audioBuffer.load(); return audioBuffer; #elseif (lime_cffi && !macro) - #if !cs - var audioBuffer = new AudioBuffer(); - audioBuffer.data = new UInt8Array(Bytes.alloc(0)); + var decoder = AudioDecoder.fromBytes(bytes); - return NativeCFFI.lime_audio_load_bytes(bytes, audioBuffer); - #else - var data:Dynamic = NativeCFFI.lime_audio_load_bytes(bytes, null); - - if (data != null) + if (decoder != null) { - var audioBuffer = new AudioBuffer(); - audioBuffer.bitsPerSample = data.bitsPerSample; - audioBuffer.channels = data.channels; - audioBuffer.data = new UInt8Array(@:privateAccess new Bytes(data.data.length, data.data.b)); - audioBuffer.sampleRate = data.sampleRate; - return audioBuffer; + return AudioBuffer.fromDecoder(decoder, stream, true); } #end - #end return null; } + /** + Native target only. + Creates an 'AudioBuffer' from a 'AudioDecoder' object. + + @param audioDecoder The 'AudioDecoder' object. + @param stream Optional, should it return a streamable 'AudioBuffer' instead. + @param autoDisposeDecoder Optional, should it disposes the decoder after this function. + @return An `AudioBuffer` instance with the decoded audio data. + **/ + #if (lime_cffi && !macro) + public static function fromDecoder(audioDecoder:AudioDecoder, stream:Bool = false, autoDisposeDecoder:Bool = false):AudioBuffer + { + var audioBuffer = new AudioBuffer(); + audioBuffer.decoder = audioDecoder; + + if (!stream || !audioDecoder.seekable()) + { + audioBuffer.load(); + if (autoDisposeDecoder) + { + audioBuffer.decoder = null; + audioDecoder.dispose(); + } + } + else + { + // OpenAL can only play 8 or 16 bits per sample audio. + var word = audioDecoder.bitsPerSample > 16 ? 2 : audioDecoder.bitsPerSample >> 3; + + audioBuffer.bitsPerSample = word << 3; + audioBuffer.channels = audioDecoder.channels; + audioBuffer.sampleRate = audioDecoder.sampleRate; + } + + return audioBuffer; + } + #else + public static function fromDecoder(audioDecoder:Dynamic, stream:Bool = false, autoDisposeDecoder:Bool = false):AudioBuffer + { + return null; + } + #end + /** Creates an `AudioBuffer` from a file. @param path The file path to the audio data. + @param stream Optional, should it return a streamable 'AudioBuffer' instead. + @param howlHtml5 html5 only. Optional, should it load in html5 audio instead of howler's. @return An `AudioBuffer` instance with the audio data loaded from the file. **/ - public static function fromFile(path:String):AudioBuffer + public static function fromFile(path:String, ?stream:Bool #if (js && html5 && lime_howlerjs), ?howlHtml5 = false #end):AudioBuffer { if (path == null) return null; #if (js && html5 && lime_howlerjs) var audioBuffer = new AudioBuffer(); - #if force_html5_audio - audioBuffer.__srcHowl = new Howl({src: [path], html5: true, preload: false}); - #else - audioBuffer.__srcHowl = new Howl({src: [path], preload: false}); - #end + if (howlHtml5) stream = true; + else if (stream) howlHtml5 = true; + else if (stream == null) stream = false; + + audioBuffer.__srcHowl = new Howl({src: [path], html5: #if force_html5_audio true #else howlHtml5 #end, preload: !stream}); + audioBuffer.load(); return audioBuffer; #elseif flash - switch (Path.extension(path)) - { - case "ogg", "wav": - return null; - default: - } - var audioBuffer = new AudioBuffer(); audioBuffer.__srcSound = new Sound(new URLRequest(path)); return audioBuffer; #elseif (lime_cffi && !macro) - #if !cs - var audioBuffer = new AudioBuffer(); - audioBuffer.data = new UInt8Array(Bytes.alloc(0)); - - return NativeCFFI.lime_audio_load_file(path, audioBuffer); - #else - var data:Dynamic = NativeCFFI.lime_audio_load_file(path, null); + var decoder = AudioDecoder.fromFile(path); - if (data != null) + if (decoder != null) { - var audioBuffer = new AudioBuffer(); - audioBuffer.bitsPerSample = data.bitsPerSample; - audioBuffer.channels = data.channels; - audioBuffer.data = new UInt8Array(@:privateAccess new Bytes(data.data.length, data.data.b)); - audioBuffer.sampleRate = data.sampleRate; - return audioBuffer; + return AudioBuffer.fromDecoder(decoder, stream, true); } - - return null; #end - #else + return null; - #end } /** Creates an `AudioBuffer` from an array of file paths. @param paths An array of file paths to search for audio data. + @param stream Optional, should it return a streamable 'AudioBuffer' instead. + @param howlHtml5 html5 only. Optional, should it load in html5 audio instead of howler's. @return An `AudioBuffer` instance with the audio data loaded from the first valid file found. **/ - public static function fromFiles(paths:Array):AudioBuffer + public static function fromFiles(paths:Array, ?stream:Bool #if (js && html5 && lime_howlerjs), ?howlHtml5 = false #end):AudioBuffer { #if (js && html5 && lime_howlerjs) var audioBuffer = new AudioBuffer(); - #if force_html5_audio - audioBuffer.__srcHowl = new Howl({src: paths, html5: true, preload: false}); - #else - audioBuffer.__srcHowl = new Howl({src: paths, preload: false}); - #end + if (howlHtml5) stream = true; + else if (stream) howlHtml5 = true; + else if (stream == null) stream = false; + + audioBuffer.__srcHowl = new Howl({src: paths, html5: #if force_html5_audio true #else howlHtml5 #end, preload: !stream}); + audioBuffer.load(); return audioBuffer; #else @@ -272,7 +408,7 @@ class AudioBuffer for (path in paths) { - buffer = AudioBuffer.fromFile(path); + buffer = AudioBuffer.fromFile(path, stream); if (buffer != null) break; } @@ -281,29 +417,25 @@ class AudioBuffer } /** + Native target only. Creates an `AudioBuffer` from a `VorbisFile`. @param vorbisFile The `VorbisFile` object containing the audio data. + @param stream Optional, should it return a streamable 'AudioBuffer' instead. @return An `AudioBuffer` instance with the decoded audio data. **/ #if lime_vorbis - - public static function fromVorbisFile(vorbisFile:VorbisFile):AudioBuffer + public static function fromVorbisFile(vorbisFile:VorbisFile, ?stream:Bool):AudioBuffer { if (vorbisFile == null) return null; - var info = vorbisFile.info(); - - var audioBuffer = new AudioBuffer(); - audioBuffer.channels = info.channels; - audioBuffer.sampleRate = info.rate; - audioBuffer.bitsPerSample = 16; + var audioDecoder = VorbisDecoder.fromVorbisFile(vorbisFile); + var audioBuffer = AudioBuffer.fromDecoder(audioDecoder, stream); audioBuffer.__srcVorbisFile = vorbisFile; - return audioBuffer; } #else - public static function fromVorbisFile(vorbisFile:Dynamic):AudioBuffer + public static function fromVorbisFile(vorbisFile:Dynamic, ?stream:Bool):AudioBuffer { return null; } @@ -337,20 +469,13 @@ class AudioBuffer audioBuffer.__srcSound.addEventListener(flash.events.IOErrorEvent.IO_ERROR, promise.error); #elseif (js && html5 && lime_howlerjs) - if (audioBuffer != null) + audioBuffer.loadAsync(function(_) { - audioBuffer.__srcHowl.on("load", function() - { - promise.complete(audioBuffer); - }); - - audioBuffer.__srcHowl.on("loaderror", function(id, msg) - { - promise.error(msg); - }); - - audioBuffer.__srcHowl.load(); - } + promise.complete(audioBuffer); + }, function(msg) + { + promise.error(msg); + }); #else promise.complete(audioBuffer); #end @@ -361,21 +486,17 @@ class AudioBuffer } return promise.future; - #else - // TODO: Streaming + #elseif (lime_cffi && !macro) + var decoder = AudioDecoder.fromFile(path); - var request = new HTTPRequest(); - return request.load(path).then(function(buffer) + if (decoder != null) { - if (buffer != null) - { - return Future.withValue(buffer); - } - else - { - return cast Future.withError(""); - } - }); + return AudioBuffer.loadFromDecoder(decoder, true); + } + + return cast Future.withError(null); + #else + return cast Future.withError(null); #end } @@ -394,17 +515,13 @@ class AudioBuffer if (audioBuffer != null) { - audioBuffer.__srcHowl.on("load", function() + audioBuffer.loadAsync(function(_) { promise.complete(audioBuffer); - }); - - audioBuffer.__srcHowl.on("loaderror", function() + }, function(msg) { - promise.error(null); + promise.error(msg); }); - - audioBuffer.__srcHowl.load(); } else { @@ -412,42 +529,189 @@ class AudioBuffer } return promise.future; + #elseif (lime_cffi && !macro) + for (path in paths) + { + var decoder = AudioDecoder.fromFile(path); + if (decoder != null) + { + return AudioBuffer.loadFromDecoder(decoder, true); + } + } + + return cast Future.withError(null); + #else + return cast Future.withError(null); + #end + } + + /** + Native target only. + Asynchronously loads an 'AudioBuffer' from 'AudioDecoder'. + + @param audioDecoder The 'AudioDecoder' object. + @param autoDisposeDecoder Optional, should it disposes the decoder after this function. + @return A 'Future' that resolves to the loaded 'AudioBuffer'. + **/ + #if (lime_cffi && !macro) + public static function loadFromDecoder(audioDecoder:AudioDecoder, autoDisposeDecoder = false):Future + { + var promise = new Promise(); + var audioBuffer = new AudioBuffer(); + audioBuffer.decoder = audioDecoder; + audioBuffer.loadAsync((audioBuffer) -> + { + audioBuffer.decoder.dispose(); + audioBuffer.decoder = null; + promise.complete(audioBuffer); + }); + return promise.future; + } + #else + public static function loadFromDecoder(audioDecoder:Dynamic, autoDisposeDecoder = false):Future + { + return cast Future.withError(null); + } + #end + + /** + Get the codec that is in the audio resource. + + @param resource Any data to interpret as audio data. + @return AudioCodec + **/ + public static function getCodec(resource:Dynamic):AudioCodec + { + if (resource is haxe.io.Bytes) + { + return __getCodecFromBytes(cast resource); + } + #if sys + #if android // aassets + else if (resource is String) + { + return __getCodecFromBytes(Bytes.fromFile(cast resource)); + } #else - return new Future(fromFiles.bind(paths), true); + else if (resource is String) + { + return __getCodecFromInput(File.read(cast resource, true)); + } + #end + else if (resource is FileInput) + { + cast(resource, FileInput).seek(0, SeekBegin); + return __getCodecFromInput(cast resource); + } #end + else if (resource is Input) + { + return __getCodecFromInput(cast resource); + } + return null; } - private static function __getCodec(bytes:Bytes):String + @:noCompletion private static function __getALFormat(bitsPerSample:Int, channels:Int):Int + { + // 32 bits per sample enums doesnt seem to work... + #if (lime_openal && !macro) + if (channels > 2 && AudioManager.__moreFormatsSupported) { + if (channels == 3) return bitsPerSample == 32 ? AL.FORMAT_REAR32 : (bitsPerSample == 16 ? AL.FORMAT_REAR16 : AL.FORMAT_REAR8); + else if (channels == 4) return bitsPerSample == 32 ? AL.FORMAT_QUAD32 : (bitsPerSample == 16 ? AL.FORMAT_QUAD16 : AL.FORMAT_QUAD8); + else if (channels == 6) return bitsPerSample == 32 ? AL.FORMAT_51CHN32 : (bitsPerSample == 16 ? AL.FORMAT_51CHN16 : AL.FORMAT_51CHN8); + else if (channels == 7) return bitsPerSample == 32 ? AL.FORMAT_61CHN32 : (bitsPerSample == 16 ? AL.FORMAT_61CHN16 : AL.FORMAT_61CHN8); + else if (channels == 8) return bitsPerSample == 32 ? AL.FORMAT_71CHN32 : (bitsPerSample == 16 ? AL.FORMAT_71CHN16 : AL.FORMAT_71CHN8); + else return 0; + } + else if (bitsPerSample == 32) return channels == 2 ? AL.FORMAT_STEREO32 : channels == 1 ? AL.FORMAT_MONO32 : 0; + else if (channels == 2) return bitsPerSample == 16 ? AL.FORMAT_STEREO16 : bitsPerSample == 8 ? AL.FORMAT_STEREO8 : 0; + else if (channels == 1) return bitsPerSample == 16 ? AL.FORMAT_MONO16 : bitsPerSample == 8 ? AL.FORMAT_MONO8 : 0; + #end + return 0; + } + + @:noCompletion private static function __getCodecFromBytes(bytes:Bytes):AudioCodec { - var signature:String = null; try { - signature = bytes.getString(0, 4); + var signature = bytes.getString(0, 4); + + switch (signature.substr(0, 3)) { + case "ID3": return MPEG; + } + + switch (signature) { + case "OggS": + var fmt = bytes.getString(28, 4); + if (fmt == "Opus") return OPUS;// OpusHead + else return VORBIS; + case "fLaC": return FLAC; + case "RIFF": + var fmt = bytes.getString(8, 4); + if (fmt == "WAVE") return WAVE; + } } catch (e:Dynamic) { // if the bytes don't represent a valid UTF-8 string, getString() // may throw an exception. in that case, we expect to end up in - // the default switch case below where it tries to detect MP3. + // the default switch case below where it tries to detect MPEG. + } + + if (bytes.get(0) == 255) { + var b = bytes.get(1); + if (b == 251 || b == 250 || b == 243) return MPEG; } - switch (signature) + return null; + } + + @:noCompletion private static function __getCodecFromInput(input:Input):AudioCodec + { + var bytes = Bytes.alloc(4); + input.readBytes(bytes, 0, 4); + + try + { + var signature = bytes.getString(0, 4); + + switch (signature.substr(0, 3)) { + case "ID3": return MPEG; + } + + switch (signature) { + case "OggS": + #if sys + if (input is FileInput) cast(input, FileInput).seek(24, SeekCur); + else + #end for (i in 0...24) input.readByte(); + + var fmt = input.readString(4); + if (fmt == "Opus") return OPUS;// OpusHead + else return VORBIS; + case "fLaC": return FLAC; + case "RIFF": + #if sys + if (input is FileInput) cast(input, FileInput).seek(4, SeekCur); + else + #end for (i in 0...4) input.readByte(); + + var fmt = input.readString(4); + if (fmt == "WAVE") return WAVE; + } + } + catch (e:Dynamic) { - case "OggS": - return "audio/ogg"; - case "fLaC": - return "audio/flac"; - case "RIFF" if (bytes.getString(8, 4) == "WAVE"): - return "audio/wav"; - default: - switch ([bytes.get(0), bytes.get(1), bytes.get(2)]) - { - case [73, 68, 51] | [255, 251, _] | [255, 250, _] | [255, 243, _]: return "audio/mp3"; - default: - } + // if the bytes don't represent a valid UTF-8 string, getString() + // may throw an exception. in that case, we expect to end up in + // the default switch case below where it tries to detect MPEG. + } + + if (bytes.get(0) == 255) { + var b = bytes.get(1); + if (b == 251 || b == 250 || b == 243) return MPEG; } - Log.error("Unsupported sound format"); return null; } @@ -458,12 +722,10 @@ class AudioBuffer #if lime_howlerjs return __srcHowl; #else - return __srcAudio; + return __srcAudioBuffer; #end #elseif flash return __srcSound; - #elseif lime_vorbis - return __srcVorbisFile; #else return __srcCustom; #end @@ -475,12 +737,10 @@ class AudioBuffer #if lime_howlerjs return __srcHowl = value; #else - return __srcAudio = value; + return __srcAudioBuffer = value; #end #elseif flash return __srcSound = value; - #elseif lime_vorbis - return __srcVorbisFile = value; #else return __srcCustom = value; #end diff --git a/src/lime/media/AudioCodec.hx b/src/lime/media/AudioCodec.hx new file mode 100644 index 0000000000..7496d562a3 --- /dev/null +++ b/src/lime/media/AudioCodec.hx @@ -0,0 +1,74 @@ +package lime.media; + +#if (haxe_ver >= 4.0) enum #else @:enum #end abstract AudioCodec(Null) from Null to Null +{ + var WAVE = "WAVE"; + var MPEG = "MPEG"; + var VORBIS = "VORBIS"; + var FLAC = "FLAC"; + var OPUS = "OPUS"; + + public static function fromHTML5(value:String):AudioCodec + { + if (value == null) return null; + value = value.toLowerCase(); + + if (value.indexOf("opus") != -1) return OPUS; + else if (value.indexOf("vorbis") != -1) return VORBIS; + + value = StringTools.ltrim(value); + var idx = value.indexOf(" "); + if (idx != -1) value = value.substr(0, idx); + + return switch (value) + { + case "audio/wav": WAVE; + case "audio/mp2", "audio/mp3", "audio/mp4", "audio/mpeg": MPEG; + case "audio/webm": OPUS; + case "audio/ogg": VORBIS; + case "audio/flac", "audio/x-flac": FLAC; + default: null; + } + } + + public function toHTML5():String + { + return switch (cast this : AudioCodec) + { + case WAVE: "audio/wav"; + case MPEG: "audio/mpeg"; + case VORBIS: "audio/ogg"; + case FLAC: "audio/flac"; + case OPUS: "audio/ogg; codecs=\"opus\""; + default: "audio/null"; + } + } + + public static function fromFormat(value:String):AudioCodec + { + if (value == null) return null; + + return switch (value.toLowerCase()) + { + case "wav": WAVE; + case "mp3": MPEG; + case "ogg": VORBIS; + case "flac": FLAC; + case "opus": OPUS; + default: null; + } + } + + public function toFormat():String + { + return switch (cast this : AudioCodec) + { + case WAVE: "wav"; + case MPEG: "mp3"; + case VORBIS: "ogg"; + case FLAC: "flac"; + case OPUS: "opus"; + default: "dat"; + } + } +} diff --git a/src/lime/media/AudioContext.hx b/src/lime/media/AudioContext.hx index 9d9f95c0fc..12e979b068 100644 --- a/src/lime/media/AudioContext.hx +++ b/src/lime/media/AudioContext.hx @@ -10,9 +10,6 @@ class AudioContext #if (!lime_doc_gen || flash) public var flash(default, null):FlashAudioContext; #end - #if (!lime_doc_gen || (js && html5)) - public var html5(default, null):HTML5AudioContext; - #end #if (!lime_doc_gen || lime_openal) public var openal(default, null):OpenALAudioContext; #end @@ -34,13 +31,10 @@ class AudioContext web = cast untyped #if haxe4 js.Syntax.code #else __js__ #end ("new window.AudioContext ()"); this.type = WEB; } - catch (e:Dynamic) {} - } - - if (web == null && type != WEB) - { - html5 = new HTML5AudioContext(); - this.type = HTML5; + catch (e:Dynamic) + { + lime.utils.Log.error("Unable to create AudioContext for Web!"); + } } #elseif flash flash = new FlashAudioContext(); diff --git a/src/lime/media/AudioDecoder.hx b/src/lime/media/AudioDecoder.hx new file mode 100644 index 0000000000..8b7bc0ada5 --- /dev/null +++ b/src/lime/media/AudioDecoder.hx @@ -0,0 +1,234 @@ +package lime.media; + +import haxe.Int64; +import haxe.io.Bytes; +import lime._internal.format.Base64; +import lime.utils.ArrayBuffer; +#if (lime_cffi && !macro) +#if lime_opus +import lime.media.decoders.OpusDecoder; +#end +#if lime_vorbis +import lime.media.decoders.VorbisDecoder; +#end +#if lime_drlibs +import lime.media.decoders.WaveDecoder; +import lime.media.decoders.MP3Decoder; +import lime.media.decoders.FLACDecoder; +#end +#end + +@:access(lime.media.AudioBuffer) +#if hl +@:keep +#end +#if !lime_debug +@:fileXml('tags="haxe,release"') +@:noDebug +#end + +/** + +**/ +class AudioDecoder +{ + /** + The number of bits per sample in the audio decoder. + **/ + public var bitsPerSample:Int; + + /** + The number of audio channels (e.g., 1 for mono, 2 for stereo). + **/ + public var channels:Int; + + /** + Read-only variable to check if the decoder has reached end of buffer/file. + **/ + public var eof:Bool; + + /** + The sample rate of the audio data, in Hz. + **/ + public var sampleRate:Int; + + /** + A variable if it declared it its disposed and not to use. + **/ + public var disposed:Bool; + + @:noCompletion private var path:Null; + @:noCompletion private var bytes:Null; + + @:noCompletion private function new() {} + + /** + Disposes of the resources used by this `AudioDecoder`, such as unloading any associated buffer or file. + **/ + public function dispose():Void + { + eof = true; + disposed = true; + path = null; + bytes = null; + } + + /** + Clones this 'AudioDecoder'. + **/ + public function clone():AudioDecoder + { + return null; + } + + /** + Decodes to an audio data. + + @param buffer An 'ArrayBuffer' to pass the decoded data to. + @param pos Offset in byte for the passed buffer. + @param len Length in byte to read to the passed buffer. + @param word What byte type to use to the passed buffer. + @return The number of bytes filled/read into the buffer. + **/ + public function decode(buffer:ArrayBuffer, pos:Int, len:Int, word:Int):Int + { + return 0; + } + + /** + Rewinds the decoder to the start of the buffer or file. + **/ + public function rewind():Bool + { + return false; + } + + /** + Sets the sample (Hz) position for the decoder to read. + **/ + public function seek(samples:Int64):Bool + { + return false; + } + + /** + Returns a boolean if this 'AudioDecoder' are able to use the 'seek' function. + **/ + public function seekable():Bool + { + return false; + } + + /** + Returns the current sample (Hz) position. + **/ + public function tell():Int64 + { + return 0; + } + + /** + Returns the total of samples (Hz) for the decoder to read. + **/ + public function total():Int64 + { + return 0; + } + + /** + Creates an `AudioDecoder` from a Base64-encoded string. + + @param base64String The Base64-encoded audio data. + @return An `AudioDecoder` instance. + **/ + public static function fromBase64(base64String:String):AudioDecoder + { + if (base64String == null) return null; + + #if (lime_cffi && !macro) + var idx = base64String.indexOf(","); + var bytes:Bytes; + if (idx == -1) + { + bytes = Base64.decode(base64String); + } + else + { + bytes = Base64.decode(base64String.substr(idx + 1)); + } + + return AudioDecoder.fromBytes(bytes); + #else + return null; + #end + } + + /** + Creates an `AudioDecoder` from a `Bytes` object. + + @param bytes The `Bytes` object containing the encoded audio data. + @return An `AudioDecoder` instance. + **/ + public static function fromBytes(bytes:Bytes):AudioDecoder + { + if (bytes == null) return null; + + #if (lime_cffi && !macro) + return switch (AudioBuffer.__getCodecFromBytes(bytes)) + { + #if lime_opus + case OPUS: OpusDecoder.fromBytes(bytes); + #end + #if lime_vorbis + case VORBIS: VorbisDecoder.fromBytes(bytes); + #end + #if lime_drlibs + case WAVE: WaveDecoder.fromBytes(bytes); + case MPEG: MP3Decoder.fromBytes(bytes); + case FLAC: FLACDecoder.fromBytes(bytes); + #end + default: null; + } + #else + return null; + #end + } + + /** + Creates an `AudioDecoder` from a file. + + @param path The file path to the audio asset file. + @return An `AudioDecoder` instance. + **/ + public static function fromFile(path:String):AudioDecoder + { + if (path == null) return null; + + #if (lime_cffi && !macro) + var decoder:AudioDecoder; + + #if lime_opus + decoder = OpusDecoder.fromFile(path); + if (decoder != null) return decoder; + #end + + #if lime_vorbis + decoder = VorbisDecoder.fromFile(path); + if (decoder != null) return decoder; + #end + + #if lime_drlibs + decoder = WaveDecoder.fromFile(path); + if (decoder != null) return decoder; + + decoder = MP3Decoder.fromFile(path); + if (decoder != null) return decoder; + + decoder = FLACDecoder.fromFile(path); + if (decoder != null) return decoder; + #end + #end + + return null; + } +} \ No newline at end of file diff --git a/src/lime/media/AudioEffect.hx b/src/lime/media/AudioEffect.hx new file mode 100644 index 0000000000..6f08bb76b1 --- /dev/null +++ b/src/lime/media/AudioEffect.hx @@ -0,0 +1,153 @@ +package lime.media; + +#if lime_openal +import lime.media.openal.AL; +import lime.media.openal.ALAuxiliaryEffectSlot; +import lime.media.openal.ALEffect; +import lime.media.openal.ALFilter; +import lime.media.openal.ALSource; +#elseif (js && html5) +import js.html.audio.AudioNode; +#end + +#if !lime_debug +@:fileXml('tags="haxe,release"') +@:noDebug +#end +/** + Audio effects that can be used to apply to an audio source. + + NOTE: Only works in web, and native targets, flash doesn't support this. +**/ +class AudioEffect +{ + /** + Disables this audio effect. + **/ + public var bypass(default, set):Bool; + + /** + Should it dispose immediately if it has been unused. + **/ + public var autoDispose:Bool = true; + + @:allow(lime.media.AudioSource) + @:noCompletion private var __appliedSources:Array; + #if lime_openal + @:noCompletion private var __alAux:Null; + @:noCompletion private var __alEffect:Null; + @:noCompletion private var __alFilter:Null; + #elseif (js && html5) + @:noCompletion private var __audioNodes:Array; + #end + + /** + Creates a new `AudioEffect` instance. + Won't do anything since it haven't been implemented. + **/ + public function new() + { + __appliedSources = []; + + #if lime_openal + __alAux = AL.createAux(); + #elseif (js && html5) + __audioNodes = []; + #end + } + + /** + Releases any resources used by this `AudioEffect`. + **/ + public function dispose():Void + { + if (__appliedSources == null) return; + + if (!bypass) + { + for (source in __appliedSources) + { + if (source != null) + { + source.removeEffect(this); + + } + } + } + __appliedSources = null; + + #if lime_openal + if (__alAux != null) + { + AL.deleteAux(__alAux); + __alAux = null; + } + + if (__alEffect != null) + { + AL.deleteEffect(__alEffect); + __alEffect = null; + } + + if (__alFilter != null) + { + AL.deleteFilter(__alFilter); + __alFilter = null; + } + #elseif (js && html5) + if (__audioNodes != null) + { + for (node in __audioNodes) + { + node.disconnect(); + } + __audioNodes = null; + } + #end + } + + @:noCompletion private function __update():Void + { + if (!bypass) + { + for (source in __appliedSources) + { + if (source != null) + { + @:privateAccess + source.__backend.updateEffect(source.__effects.indexOf(this)); + } + } + } + } + + @:noCompletion private inline function set_bypass(value:Bool):Bool + { + if (value == bypass) return value; + + if (value) + { + for (source in __appliedSources) + { + if (source != null) + { + @:privateAccess + source.__backend.addEffect(source.__effects.indexOf(this)); + } + } + } + else + { + for (source in __appliedSources) + { + if (source != null) + { + @:privateAccess + source.__backend.removeEffect(source.__effects.indexOf(this)); + } + } + } + + return bypass = value; + } +} \ No newline at end of file diff --git a/src/lime/media/AudioManager.hx b/src/lime/media/AudioManager.hx index c90e6ca4ed..29fa664a0a 100644 --- a/src/lime/media/AudioManager.hx +++ b/src/lime/media/AudioManager.hx @@ -1,213 +1,612 @@ package lime.media; -import lime.system.CFFIPointer; -import haxe.MainLoop; -#if (windows || mac || linux || android || ios) -import haxe.io.Path; +import lime.app.Event; import lime.system.System; -import sys.FileSystem; -import sys.io.File; -#end -import haxe.Timer; -import lime._internal.backend.native.NativeCFFI; +#if lime_openal import lime.media.openal.AL; import lime.media.openal.ALC; import lime.media.openal.ALContext; import lime.media.openal.ALDevice; -import lime.app.Application; -#if (js && html5) -import js.Browser; +import lime.system.CFFIPointer; +import lime.system.CFFI; +#elseif lime_howlerjs +import lime.media.howlerjs.Howler; +#elseif flash +import flash.media.SoundMixer; +import flash.media.SoundTransform; #end #if !lime_debug @:fileXml('tags="haxe,release"') @:noDebug #end -@:access(lime._internal.backend.native.NativeCFFI) @:access(lime.media.openal.ALDevice) class AudioManager { + /** + The current used context to use for the audio manager. + **/ public static var context:AudioContext; + /** + Dispatched when the default for the playback device is changed. + 'Device Name' -> Void. + **/ + public static var onDefaultPlaybackDeviceChanged = new EventVoid>(); + + /** + Dispatched whenever a playback device is added. + 'Device Name' -> Void. + **/ + public static var onPlaybackDeviceAdded = new EventVoid>(); + + /** + Dispatched whenever a playback device is removed. + 'Device Name' -> Void. + **/ + public static var onPlaybackDeviceRemoved = new EventVoid>(); + + /** + Dispatched when the default for the capture device is changed. + 'Device Name' -> Void. + **/ + public static var onDefaultCaptureDeviceChanged = new EventVoid>(); + + /** + Dispatched whenever a capture device is added. + 'Device Name' -> Void. + **/ + public static var onCaptureDeviceAdded = new EventVoid>(); + + /** + Dispatched whenever a capture device is removed. + 'Device Name' -> Void. + **/ + public static var onCaptureDeviceRemoved = new EventVoid>(); + + /** + Should it automatically switch to the default playback device whenever it changes. + **/ + public static var automaticDefaultPlaybackDevice:Bool = true; + + /** + Mutes the audio manager playback. + **/ + public static var muted(get, set):Bool; + + /** + The gain (volume) of the audio manager. A value of `1.0` represents the default volume. + Property is in a linear scale. + **/ + public static var gain(get, set):Float; + + @:noCompletion private static var __muted:Bool = false; + @:noCompletion private static var __gain:Float = 1; + #if lime_openal + @:noCompletion private static var __effectExtSupported:Bool; + @:noCompletion private static var __captureExtSupported:Bool; + @:noCompletion private static var __disconnectExtSupported:Bool; + @:noCompletion private static var __deviceClockSupported:Bool; + @:noCompletion private static var __reopenDeviceSupported:Bool; + @:noCompletion private static var __systemEventsSupported:Bool; + @:noCompletion private static var __enumerateAllSupported:Bool; + + @:noCompletion private static var __latencyExtSupported:Bool; + @:noCompletion private static var __directChannelsExtSupported:Bool; + @:noCompletion private static var __loopPointsSupported:Bool; + @:noCompletion private static var __moreFormatsSupported:Bool; + @:noCompletion private static var __spatializeSupported:Bool; + @:noCompletion private static var __stereoAnglesSupported:Bool; + #elseif flash + @:noCompletion private static var __flashSoundTransform:SoundTransform; + #end + + /** + Initializes an `AudioManager` to playback to and capture from audio devices. + Automatically dispatched when Application is constructed. + + @param context Optional; An Audio Context to initalize the `AudioManager` with. + **/ public static function init(context:AudioContext = null) { - if (AudioManager.context == null) + #if !lime_doc_gen + if (AudioManager.context != null) return; + + if (context == null) { - if (context == null) + AudioManager.context = new AudioContext(); + context = AudioManager.context; + + #if lime_openal + if (context.type == OPENAL) { - AudioManager.context = new AudioContext(); + refresh(); + + #if !(neko || mobile) + if (__reopenDeviceSupported) AL.disable(AL.STOP_SOURCES_ON_DISCONNECT_SOFT); + if (__systemEventsSupported) { + ALC.eventControlSOFT([ + ALC.EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT, + ALC.EVENT_TYPE_DEVICE_ADDED_SOFT, + ALC.EVENT_TYPE_DEVICE_REMOVED_SOFT], + true); + ALC.eventCallbackSOFT(__deviceEventCallback); + } + #end + } - context = AudioManager.context; + AudioManager.context = context; + #end + } - #if !lime_doc_gen - if (context.type == OPENAL) - { - #if (windows || mac || linux || android || ios) - setupConfig(); - #end + gain = __gain; + #end + } - var alc = context.openal; - var device = alc.openDevice(); - var ctx = alc.createContext(device); + /** + Refresh the context with optionally to different device. - alc.makeContextCurrent(ctx); - alc.processContext(ctx); + Only works on Native target. - #if !(neko || mobile) - if (alc.isExtensionPresent('ALC_SOFT_system_events', device) && alc.isExtensionPresent('ALC_SOFT_reopen_device', device)) - { - alc.disable(AL.STOP_SOURCES_ON_DISCONNECT_SOFT); + @param deviceName Optional; The device name to use to for playbacking the audios. + **/ + public static function refresh(?deviceName:String):Bool + { + #if (lime_openal && !lime_doc_gen) + if (context == null || context.type != OPENAL) return false; - alc.eventControlSOFT([ALC.EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT, ALC.EVENT_TYPE_DEVICE_ADDED_SOFT, ALC.EVENT_TYPE_DEVICE_REMOVED_SOFT], true); + var currentContext = ALC.getCurrentContext(); + var device = currentContext != null ? ALC.getContextsDevice(currentContext) : null; - alc.eventCallbackSOFT(deviceEventCallback); - } - #end - } - #end - } + if (device != null && __reopenDeviceSupported && ALC.reopenDeviceSOFT(device, deviceName, null)) + { + __refresh(); + return true; + } - AudioManager.context = context; + if (currentContext != null) + { + ALC.destroyContext(currentContext); + currentContext = null; } + + if (device != null) + { + ALC.closeDevice(device); + device = null; + } + + if ((device = ALC.openDevice()) == null || (currentContext = ALC.createContext(device)) == null + || !ALC.makeContextCurrent(currentContext)) + { + return false; + } + + ALC.processContext(currentContext); + __refresh(); + return true; + #else + return false; + #end } - public static function resume():Void + /** + Gets the default capture audio device name from the host operating system. + + Only works on Native target. + + @return The default capture audio device name. + **/ + public static function getCaptureDefaultDeviceName():String { - #if !lime_doc_gen - if (context != null && context.type == OPENAL) + #if (lime_openal && !lime_doc_gen) + if (context != null && context.type == OPENAL && __captureExtSupported) { - var alc = context.openal; - var currentContext = alc.getCurrentContext(); + return __formatDeviceName(ALC.getString(null, ALC.CAPTURE_DEFAULT_DEVICE_SPECIFIER)); + } + #end + return ''; + } + + /** + Gets all of the available capture audio device names from the host operating system. + Only works on Native target. + + @return An array containing available capture audio device names. + **/ + public static function getCaptureDeviceNames():Array + { + #if (lime_openal && !lime_doc_gen) + if (context == null || context.type != OPENAL || !__captureExtSupported) return []; + + final arr = ALC.getStringList(null, ALC.CAPTURE_DEVICE_SPECIFIER); + for (i in 0...arr.length) arr[i] = __formatDeviceName(arr[i]); + + // A bug with using SDL3 backend to wasapi + arr.remove("Default Device"); + + return arr; + #else + return []; + #end + } + + /** + Gets the current used playback audio device name. + + Only works on Native target. + + @return Current playback audio device name. + **/ + public static function getCurrentPlaybackDeviceName():String + { + #if (lime_openal && !lime_doc_gen) + if (context != null && context.type == OPENAL) + { + var currentContext = ALC.getCurrentContext(); if (currentContext != null) { - var device = alc.getContextsDevice(currentContext); - alc.resumeDevice(device); - alc.processContext(currentContext); + var device = ALC.getContextsDevice(currentContext); + if (device != null) + { + if (__enumerateAllSupported) return __formatDeviceName(ALC.getString(device, ALC.ALL_DEVICES_SPECIFIER)); + else return __formatDeviceName(ALC.getString(device, ALC.DEVICE_SPECIFIER)); + } } } #end + return ''; } - public static function shutdown():Void + /** + Gets the default playback audio device name from the host operating system. + + Only works on Native target. + + @return The default playback audio device name. + **/ + public static function getPlaybackDefaultDeviceName():String { - #if !lime_doc_gen + #if (lime_openal && !lime_doc_gen) if (context != null && context.type == OPENAL) { - var alc = context.openal; - var currentContext = alc.getCurrentContext(); - var device = alc.getContextsDevice(currentContext); + if (__enumerateAllSupported) return __formatDeviceName(ALC.getString(null, ALC.DEFAULT_ALL_DEVICES_SPECIFIER)); + else return __formatDeviceName(ALC.getString(null, ALC.DEFAULT_DEVICE_SPECIFIER)); + } + #end + return ''; + } + + /** + Gets all of the available playback audio device names from the host operating system. + + Only works on Native target. + + @return An array containing available playback audio device names. + **/ + public static function getPlaybackDeviceNames():Array + { + #if (lime_openal && !lime_doc_gen) + if (context == null || context.type != OPENAL) return []; + else if (!__enumerateAllSupported) return [__formatDeviceName(ALC.getString(null, ALC.DEVICE_SPECIFIER))]; + + final arr = ALC.getStringList(null, ALC.ALL_DEVICES_SPECIFIER); + for (i in 0...arr.length) arr[i] = __formatDeviceName(arr[i]); + + // A bug with using SDL3 backend to wasapi + arr.remove("Default Device"); + + return arr; + #else + return []; + #end + } + /** + Queries the current timer or clock from the current context, best to measure latency, timer drift, etc. + + @return The current clock time from the current context. + **/ + public static function getTimer():Float + { + #if (lime_openal && !lime_doc_gen) + if (context != null && context.type == OPENAL && __deviceClockSupported) + { + var currentContext = ALC.getCurrentContext(); if (currentContext != null) { - alc.makeContextCurrent(null); - alc.destroyContext(currentContext); - + var device = ALC.getContextsDevice(currentContext); if (device != null) { - alc.closeDevice(device); + return ALC.getDoublevSOFT(device, ALC.DEVICE_CLOCK_SOFT)[0] / 1e+6; } } } + #elseif (js && html5) + if (context != null && context.type == WEB) + { + #if lime_howlerjs + if (Howler.ctx != null) + { + return Howler.ctx.currentTime * 1000.0; + } + #end + return context.web.currentTime * 1000.0; + } #end - context = null; + return System.getTimer(); } - public static function suspend():Void + /** + Queries the current audio device latency. + + Only works on Native target. + + @return The current audio device latency. + **/ + public static function getLatency():Float { - #if !lime_doc_gen - if (context != null && context.type == OPENAL) + #if (lime_openal && !lime_doc_gen) + if (context != null && context.type == OPENAL && __deviceClockSupported) { - var alc = context.openal; - var currentContext = alc.getCurrentContext(); - var device = alc.getContextsDevice(currentContext); - + var currentContext = ALC.getCurrentContext(); if (currentContext != null) { - alc.suspendContext(currentContext); - + var device = ALC.getContextsDevice(currentContext); if (device != null) { - alc.pauseDevice(device); + return ALC.getDoublevSOFT(device, ALC.DEVICE_LATENCY_SOFT)[0] / 1e+6; } } } #end + + return 0.0; } - @:noCompletion - #if hl - private static function deviceEventCallback(eventType:Int, deviceType:Int, handle:CFFIPointer, message:hl.Bytes):Void - #else - private static function deviceEventCallback(eventType:Int, deviceType:Int, handle:CFFIPointer, message:String):Void - #end + /** + Resumes the current `AudioManager` context. + + This function does not work on the Flash target. + **/ + public static function resume():Void { - #if !lime_doc_gen - if (eventType == ALC.EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT && deviceType == ALC.PLAYBACK_DEVICE_SOFT) + #if (lime_openal && !lime_doc_gen) + if (context != null && context.type == OPENAL) { - var device = new ALDevice(handle); - - MainLoop.runInMainThread(function():Void + var currentContext = ALC.getCurrentContext(); + if (currentContext != null) { - var alc = context.openal; + var device = ALC.getContextsDevice(currentContext); + if (device != null) ALC.resumeDevice(device); - if (device == null) - { - var currentContext = alc.getCurrentContext(); + ALC.processContext(currentContext); + } + } + #elseif (js && html5) + if (context != null && context.type == WEB) + { + #if lime_howlerjs + if (Howler.ctx != null) Howler.ctx.resume(); + #end + context.web.resume(); + } + #end + } - var device = alc.getContextsDevice(currentContext); + /** + Shutdowns the current `AudioManager` context. - if (device != null) - alc.reopenDeviceSOFT(device, null, null); - } - else - { - alc.reopenDeviceSOFT(device, null, null); - } + This function does not work on the Flash target. + **/ + public static function shutdown():Void + { + #if (lime_openal && !lime_doc_gen) + if (context != null && context.type == OPENAL) + { + var currentContext = ALC.getCurrentContext(); + if (currentContext != null) + { + ALC.makeContextCurrent(null); + ALC.destroyContext(currentContext); - }); + var device = ALC.getContextsDevice(currentContext); + if (device != null) ALC.closeDevice(device); + } + } + #elseif (js && html5) + if (context != null && context.type == WEB) + { + // Don't close howler context, or unexpected things can happen. + //#if lime_howlerjs + //if (Howler.ctx != null) Howler.ctx.close(); + //#end + context.web.close(); } #end + + context = null; } - @:noCompletion - private static function setupConfig():Void + /** + Pauses the current `AudioManager` context. + + This function does not work on the Flash target. + **/ + public static function suspend():Void { - #if (lime_openal && (windows || mac || linux || android || ios)) - final alConfig:Array = []; + #if (lime_openal && !lime_doc_gen) + if (context != null && context.type == OPENAL) + { + var currentContext = ALC.getCurrentContext(); + if (currentContext != null) + { + ALC.suspendContext(currentContext); - alConfig.push('[general]'); - alConfig.push('channels=stereo'); - alConfig.push('sample-type=float32'); - alConfig.push('stereo-mode=speakers'); - alConfig.push('stereo-encoding=panpot'); - alConfig.push('hrtf=false'); - alConfig.push('cf_level=0'); - alConfig.push('resampler=fast_bsinc24'); - alConfig.push('front-stablizer=false'); - alConfig.push('output-limiter=false'); - alConfig.push('volume-adjust=0'); - alConfig.push('period_size=441'); + var device = ALC.getContextsDevice(currentContext); + if (device != null) ALC.pauseDevice(device); + } + } + #elseif (js && html5) + if (context != null && context.type == WEB) + { + #if lime_howlerjs + if (Howler.ctx != null) Howler.ctx.suspend(); + #end + context.web.suspend(); + } + #end + } - alConfig.push('[decoder]'); - alConfig.push('hq-mode=false'); - alConfig.push('distance-comp=false'); - alConfig.push('nfc=false'); + @:noCompletion private static inline function get_muted():Bool + { + return __muted; + } + + @:noCompletion private static inline function set_muted(value:Bool):Bool + { + __muted = value; + if (context == null) return __muted; - try + #if !lime_doc_gen + #if lime_openal + if (context.type == OPENAL) AL.listenerf(AL.GAIN, value ? 0 : __gain); + #elseif (js && html5) + if (context.type == HTML5 || context.type == WEB) Howler.mute(value); + #elseif flash + if (context.type == FLASH) { - final directory:String = Path.directory(Path.withoutExtension(System.applicationStorageDirectory)); - final path:String = Path.join([directory, #if windows 'audio-config.ini' #else 'audio-config.conf' #end]); - final content:String = alConfig.join('\n'); + if (__flashSoundTransform == null) __flashSoundTransform = new SoundTransform(); + __flashSoundTransform.gain = value ? 0 : __gain; + SoundMixer.soundTransform = __flashSoundTransform; + } + #end + #end + return value; + } - if (!FileSystem.exists(directory)) FileSystem.createDirectory(directory); + @:noCompletion private static inline function get_gain():Float + { + return __gain; + } - if (!FileSystem.exists(path)) File.saveContent(path, content); + @:noCompletion private static inline function set_gain(value:Float):Float + { + __gain = value; + if (context == null) return __gain; - Sys.putEnv('ALSOFT_CONF', path); + #if !lime_doc_gen + #if lime_openal + if (context.type == OPENAL) AL.listenerf(AL.GAIN, __muted ? 0 : value); + #elseif (js && html5) + if (context.type == HTML5 || context.type == WEB) Howler.volume(value); + #elseif flash + if (context.type == FLASH) + { + if (__flashSoundTransform == null) __flashSoundTransform = new SoundTransform(); + __flashSoundTransform.volume = __muted ? 0 : value; + SoundMixer.soundTransform = __flashSoundTransform; } - catch (e:Dynamic) {} #end + #end + return value; } + + #if (lime_openal && !lime_doc_gen) + // device is null... and its actually intended cuz its tied to the device its being used rn. + // why + // and in ALC.EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT, deviceName is the device GUID + #if !(neko || mobile) + @:noCompletion private static function __deviceEventCallback(eventType:Int, deviceType:Int, handle:CFFIPointer, + #if hl _message:hl.Bytes #else message:String #end) + { + #if hl var message:String = CFFI.stringValue(_message); #end + var device:ALDevice = handle != null ? new ALDevice(handle) : null; + var deviceName = __getDeviceNameFromMessage(message); + + var currentContext = ALC.getCurrentContext(); + var currentDevice = currentContext != null ? ALC.getContextsDevice(currentContext) : null; + if (deviceType == ALC.PLAYBACK_DEVICE_SOFT) { + switch (eventType) { + case ALC.EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT: + if (automaticDefaultPlaybackDevice) refresh(); + onDefaultPlaybackDeviceChanged.dispatch(getPlaybackDefaultDeviceName()); + case ALC.EVENT_TYPE_DEVICE_ADDED_SOFT: + onPlaybackDeviceAdded.dispatch(__formatDeviceName(deviceName)); + case ALC.EVENT_TYPE_DEVICE_REMOVED_SOFT: + if (__disconnectExtSupported && ALC.getIntegerv(currentDevice, ALC.CONNECTED, 1)[0] != 1) refresh(); + onPlaybackDeviceRemoved.dispatch(__formatDeviceName(deviceName)); + } + } + else if (deviceType == ALC.CAPTURE_DEVICE_SOFT) { + switch (eventType) { + case ALC.EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT: + onDefaultCaptureDeviceChanged.dispatch(getCaptureDefaultDeviceName()); + case ALC.EVENT_TYPE_DEVICE_ADDED_SOFT: + onCaptureDeviceAdded.dispatch(__formatDeviceName(deviceName)); + case ALC.EVENT_TYPE_DEVICE_REMOVED_SOFT: + onCaptureDeviceRemoved.dispatch(__formatDeviceName(deviceName)); + } + } + } + #end + + @:noCompletion private static function __refresh():Void + { + if (context == null || context.type != OPENAL) return; + + var currentContext = ALC.getCurrentContext(); + if (currentContext == null) return; + + var device = ALC.getContextsDevice(currentContext); + if (device == null) return; + + __effectExtSupported = ALC.isExtensionPresent(null, "ALC_EXT_EFX"); + __captureExtSupported = ALC.isExtensionPresent(null, 'ALC_EXT_CAPTURE'); + __disconnectExtSupported = ALC.isExtensionPresent(null, 'ALC_EXT_disconnect'); + __deviceClockSupported = ALC.isExtensionPresent(null, 'ALC_SOFT_device_clock'); + __reopenDeviceSupported = ALC.isExtensionPresent(null, 'ALC_SOFT_reopen_device'); + __systemEventsSupported = ALC.isExtensionPresent(null, 'ALC_SOFT_system_events'); + __enumerateAllSupported = ALC.isExtensionPresent(null, 'ALC_ENUMERATE_ALL_EXT'); + + __latencyExtSupported = AL.isExtensionPresent('AL_SOFT_source_latency'); + __directChannelsExtSupported = AL.isExtensionPresent('AL_SOFT_direct_channels') && AL.isExtensionPresent('AL_SOFT_direct_channels_remix'); + __loopPointsSupported = AL.isExtensionPresent('AL_SOFT_loop_points'); + __moreFormatsSupported = AL.isExtensionPresent('AL_EXT_MCFORMATS'); + __spatializeSupported = AL.isExtensionPresent('AL_SOFT_source_spatialize'); + __stereoAnglesSupported = AL.isExtensionPresent('AL_EXT_STEREO_ANGLES'); + + gain = __gain; + AL.distanceModel(AL.NONE); + } + + @:noCompletion private static function __formatDeviceName(deviceName:String) + { + if (StringTools.startsWith(deviceName, 'OpenAL Soft on ')) return deviceName.substr(15); + else if (StringTools.startsWith(deviceName, 'OpenAL on ')) return deviceName.substr(10); + else if (StringTools.startsWith(deviceName, 'Generic Software on ')) return deviceName.substr(20); + else return deviceName; + } + + // permanent band-aid fix whatever + @:noCompletion private static function __getDeviceNameFromMessage(message:String):Null + { + if (StringTools.startsWith(message, 'Device removed: ')) return message.substr(16); + else if (StringTools.startsWith(message, 'Device added: ')) return message.substr(14); + else return null; + } + #end +} + +#if (lime_openal && !lime_doc_gen) +private typedef ALDeviceEvent = +{ + eventType:Int, + deviceType:Int, + device:Null, + deviceName:Null, + message:String } +#end \ No newline at end of file diff --git a/src/lime/media/AudioSource.hx b/src/lime/media/AudioSource.hx index 2ccc9b1465..f762113264 100644 --- a/src/lime/media/AudioSource.hx +++ b/src/lime/media/AudioSource.hx @@ -4,6 +4,9 @@ import lime.app.Event; import lime.media.openal.AL; import lime.media.openal.ALSource; import lime.math.Vector4; +import lime.utils.ArrayBufferView; +import lime.utils.Float32Array; +import lime.utils.UInt8Array; #if !lime_debug @:fileXml('tags="haxe,release"') @@ -18,10 +21,11 @@ import lime.math.Vector4; @see lime.media.AudioBuffer **/ +@:allow(lime.media.AudioFilter) class AudioSource { /** - An event that is dispatched when the audio playback is complete. + An event that is dispatched when this audio playback have completed or looped. **/ public var onComplete = new EventVoid>(); @@ -33,39 +37,71 @@ class AudioSource /** The current playback position of the audio, in milliseconds. **/ - public var currentTime(get, set):Int; + public var currentTime(get, set):Float; /** The gain (volume) of the audio. A value of `1.0` represents the default volume. + Property is in a linear scale. **/ public var gain(get, set):Float; + /** + The current latency of this 'AudioSource'. + **/ + public var latency(get, never):Float; + /** The length of the audio, in milliseconds. + Setting this to 0 will set back to the original length. **/ - public var length(get, set):Int; + public var length(get, set):Float; + + /** + In which audio playback time the audio will loop. + **/ + public var loopTime(get, set):Float; /** The number of times the audio will loop. A value of `0` means the audio will not loop. **/ public var loops(get, set):Int; + /** + The offset within the audio buffer to start playback, in milliseconds. + NOTE: The original documentation said it is in samples, but its actually in milliseconds. + **/ + public var offset:Float; + + /** + The stereo pan of the audio source. + Setting this will set the position back to default. + **/ + public var pan(get, set):Float; + + /** + The current peak or amplitude (signal level) of the channels seperated to elements in array, + from 0 (silent) to 1 (full). + **/ + public var peaks(get, never):Array; + /** The pitch of the audio. A value of `1.0` represents the default pitch. **/ public var pitch(get, set):Float; /** - The offset within the audio buffer to start playback, in samples. + An property if this 'AudioSource' is playing. **/ - public var offset:Int; + public var playing(get, never):Bool; /** The 3D position of the audio source, represented as a `Vector4`. + Setting this will set the pan back to default. **/ public var position(get, set):Vector4; @:noCompletion private var __backend:AudioSourceBackend; + @:noCompletion private var __effects:Array; /** Creates a new `AudioSource` instance. @@ -74,45 +110,180 @@ class AudioSource @param length The length of the audio to play, in milliseconds. If `null`, the full buffer is used. @param loops The number of times to loop the audio. `0` means no looping. **/ - public function new(buffer:AudioBuffer = null, offset:Int = 0, length:Null = null, loops:Int = 0) + public function new(buffer:AudioBuffer = null, offset:Float = 0, length:Null = null, loops:Int = 0) { + __backend = new AudioSourceBackend(this); + this.buffer = buffer; this.offset = offset; + if (length != null && length != 0) this.length = length; + this.loops = loops; - __backend = new AudioSourceBackend(this); + if (buffer != null) __backend.load(); + } + + /** + Releases any resources used by this `AudioSource`. + **/ + public function dispose():Void + { + __backend.stop(); + __backend.unload(); + __backend.dispose(); + } + + /** + Adds an audio effect to this `AudioSource`. + Maximum effects is 6 per source. + + @param effect An `AudioEffect`. + @return Indicates if it's able to append the effect or not. + **/ + public function addEffect(effect:AudioEffect):Bool + { + if (__effects == null) __effects = []; - if (length != null && length != 0) + var index = __effects.indexOf(effect); + if (index == -1) + { + if (__effects.length > 6) return false; + + index = __effects.indexOf(null); + if (index == -1) + { + index = __effects.length; + __effects.push(effect); + } + else + { + __effects[index] = effect; + } + + effect.__appliedSources.push(this); + if (!effect.bypass) __backend.addEffect(index); + } + else if (!effect.bypass) { - this.length = length; + __backend.updateEffect(index); } - this.loops = loops; + return true; + } - if (buffer != null) + /** + Removes an audio effect from this `AudioSource`. + + @param effect An `AudioEffect`. + **/ + public function removeEffect(effect:AudioEffect):Void + { + if (__effects != null) { - init(); + var index = __effects.indexOf(effect); + if (index != -1) + { + if (!effect.bypass) __backend.removeEffect(index); + __effects[index] = null; + //while (__effects[__effects.length - 1] == null) __effects.pop(); + + effect.__appliedSources.remove(this); + if (effect.autoDispose) effect.dispose(); + } } } /** - Releases any resources used by this `AudioSource`. + Clears any existing audio effects added in this `AudioSource`. **/ - public function dispose():Void + public function clearEffects():Void { - __backend.dispose(); + if (__effects != null) + { + var index = __effects.length, effect:AudioEffect; + while (index-- > 0) + { + effect = __effects[index]; + if (effect == null) continue; + + if (!effect.bypass) __backend.removeEffect(index); + if (effect.autoDispose) effect.dispose(); + } + + __effects = null; + } } - @:noCompletion private function init():Void + /** + Returns the audio effect stored at the specified index. + + @param index An index to the `AudioEffect`. + @return The specified `AudioEffect` from the index. + **/ + public function getEffectAt(index:Int):AudioEffect { - __backend.init(); + return __effects[index]; } /** - Starts or resumes audio playback. + Returns the index of an effect stored. + + @param effect An `AudioEffect`. + @return The index stored for the desired audio effect in this `AudioSource`. **/ - public function play():Void + public function getEffectIndex(effect:AudioEffect):Int { - __backend.play(); + return __effects.indexOf(effect); + } + + /** + Gets the current waveform or time-domain data of values range from -1 to 1. + `size` doesn't have to be power of 2, but still recommended to do. + If `channel` are not passed or is -1, it will get down-mixed mono result. + + @param array A `Float32Array` to fill the signals with. + @param size How much signals to copy to the array. + @param channel The channel to copy from. If it's `-1` then it down-mixes stereo signals to mono. + @param offset What offset in pcm frame should it start copying singals (In web this has no use). + @return The number of pcm frames filled into the array. + **/ + public function getFloatTimeDomainData(array:Float32Array, size:Int, channel:Int = -1, offset:Int = 0):Int + { + return __backend.getFloatTimeDomainData(array, size, channel, offset); + } + + /** + Gets the current waveform or time-domain data of values range from 0 to 127 and 128 to 256. + The same purpose as `getTimeDomainData` but it's in UInt8 instead of Float32. + Use this if you prefer performance but don't care about accuracy. + + @param array A `UInt8Array` to fill the signals with. + @param size How much signals to copy to the array. + @param channel The channel to copy from. If it's `-1` then it down-mixes stereo signals to mono. + @param offset What offset in pcm frame should it start copying singals (In web this has no use). + @return The number of pcm frames filled into the array. + **/ + public function getByteTimeDomainData(array:UInt8Array, size:Int, channel:Int = -1, offset:Int = 0):Int + { + return __backend.getByteTimeDomainData(array, size, channel, offset); + } + + /** + Loads the buffer to this 'AudioSource'. + **/ + public function load():Void + { + __backend.stop(); + __backend.unload(); + __backend.load(); + } + + /** + Unloads the current loaded buffer from this 'AudioSource'. + **/ + public function unload():Void + { + __backend.stop(); + __backend.unload(); } /** @@ -123,6 +294,22 @@ class AudioSource __backend.pause(); } + /** + Starts or resumes audio playback. + **/ + public function play():Void + { + __backend.play(); + } + + /** + Prepare an audio playback on 'play()' to avoid stutters. + **/ + public function prepare(time:Float):Void + { + __backend.prepare(time); + } + /** Stops audio playback and resets the playback position to the beginning. **/ @@ -131,72 +318,136 @@ class AudioSource __backend.stop(); } + /** + Pauses a list of audis at the same time. + **/ + public static function pauseSources(sources:Array):Void + { + AudioSourceBackend.pauseSources(sources); + } + + /** + Plays a list of audios at the same time. + **/ + public static function playSources(sources:Array):Void + { + AudioSourceBackend.playSources(sources); + } + + /** + Stops a list of audios at the same time. + **/ + public static function stopSources(sources:Array):Void + { + AudioSourceBackend.stopSources(sources); + } + + @:noCompletion private inline function init():Void + { + __backend.load(); + } + // Get & Set Methods - @:noCompletion private function get_currentTime():Int + @:noCompletion private inline function get_currentTime():Float { return __backend.getCurrentTime(); } - @:noCompletion private function set_currentTime(value:Int):Int + @:noCompletion private inline function set_currentTime(value:Float):Float { return __backend.setCurrentTime(value); } - @:noCompletion private function get_gain():Float + @:noCompletion private inline function get_gain():Float { return __backend.getGain(); } - @:noCompletion private function set_gain(value:Float):Float + @:noCompletion private inline function set_gain(value:Float):Float { return __backend.setGain(value); } - @:noCompletion private function get_length():Int + @:noCompletion private inline function get_latency():Float + { + return __backend.getLatency(); + } + + @:noCompletion private inline function get_length():Float { return __backend.getLength(); } - @:noCompletion private function set_length(value:Int):Int + @:noCompletion private inline function set_length(value:Float):Float { return __backend.setLength(value); } - @:noCompletion private function get_loops():Int + @:noCompletion private inline function get_loopTime():Float + { + return __backend.getLoopTime(); + } + + @:noCompletion private inline function set_loopTime(value:Float):Float + { + return __backend.setLoopTime(value); + } + + @:noCompletion private inline function get_loops():Int { return __backend.getLoops(); } - @:noCompletion private function set_loops(value:Int):Int + @:noCompletion private inline function set_loops(value:Int):Int { return __backend.setLoops(value); } - @:noCompletion private function get_pitch():Float + @:noCompletion private inline function get_pan():Float + { + return __backend.getPan(); + } + + @:noCompletion private inline function set_pan(value:Float):Float + { + return __backend.setPan(value); + } + + @:noCompletion private inline function get_peaks():Array + { + return __backend.getPeaks(0); + } + + @:noCompletion private inline function get_pitch():Float { return __backend.getPitch(); } - @:noCompletion private function set_pitch(value:Float):Float + @:noCompletion private inline function set_pitch(value:Float):Float { return __backend.setPitch(value); } - @:noCompletion private function get_position():Vector4 + @:noCompletion private inline function get_playing():Bool + { + return __backend.getPlaying(); + } + + @:noCompletion private inline function get_position():Vector4 { return __backend.getPosition(); } - @:noCompletion private function set_position(value:Vector4):Vector4 + @:noCompletion private inline function set_position(value:Vector4):Vector4 { return __backend.setPosition(value); } } -#if flash -@:noCompletion private typedef AudioSourceBackend = lime._internal.backend.flash.FlashAudioSource; +#if lime_openal +@:noCompletion typedef AudioSourceBackend = lime._internal.backend.native.NativeAudioSource; #elseif (js && html5) -@:noCompletion private typedef AudioSourceBackend = lime._internal.backend.html5.HTML5AudioSource; +@:noCompletion typedef AudioSourceBackend = lime._internal.backend.html5.HTML5AudioSource; #else -@:noCompletion private typedef AudioSourceBackend = lime._internal.backend.native.NativeAudioSource; -#end +@:noCompletion typedef AudioSourceBackend = lime._internal.backend.flash.FlashAudioSource; +#end \ No newline at end of file diff --git a/src/lime/media/HTML5AudioContext.hx b/src/lime/media/HTML5AudioContext.hx deleted file mode 100644 index b6afba502a..0000000000 --- a/src/lime/media/HTML5AudioContext.hx +++ /dev/null @@ -1,419 +0,0 @@ -package lime.media; - -#if (!lime_doc_gen || (js && html5)) -#if (js && html5) -import js.html.Audio; -#end - -@:access(lime.media.AudioBuffer) -class HTML5AudioContext -{ - public var HAVE_CURRENT_DATA:Int = 2; - public var HAVE_ENOUGH_DATA:Int = 4; - public var HAVE_FUTURE_DATA:Int = 3; - public var HAVE_METADATA:Int = 1; - public var HAVE_NOTHING:Int = 0; - public var NETWORK_EMPTY:Int = 0; - public var NETWORK_IDLE:Int = 1; - public var NETWORK_LOADING:Int = 2; - public var NETWORK_NO_SOURCE:Int = 3; - - @:noCompletion private function new() {} - - public function canPlayType(buffer:AudioBuffer, type:String):String - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.canPlayType(type); - } - #end - - return null; - } - - public function createBuffer(urlString:String = null):AudioBuffer - { - #if (js && html5) - var buffer = new AudioBuffer(); - buffer.__srcAudio = new Audio(); - buffer.__srcAudio.src = urlString; - return buffer; - #else - return null; - #end - } - - public function getAutoplay(buffer:AudioBuffer):Bool - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.autoplay; - } - #end - - return false; - } - - public function getBuffered(buffer:AudioBuffer):Dynamic /*TimeRanges*/ - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.buffered; - } - #end - - return null; - } - - public function getCurrentSrc(buffer:AudioBuffer):String - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.currentSrc; - } - #end - - return null; - } - - public function getCurrentTime(buffer:AudioBuffer):Float - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.currentTime; - } - #end - - return 0; - } - - public function getDefaultPlaybackRate(buffer:AudioBuffer):Float - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.defaultPlaybackRate; - } - #end - - return 1; - } - - public function getDuration(buffer:AudioBuffer):Float - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.duration; - } - #end - - return 0; - } - - public function getEnded(buffer:AudioBuffer):Bool - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.ended; - } - #end - - return false; - } - - public function getError(buffer:AudioBuffer):Dynamic /*MediaError*/ - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.error; - } - #end - - return null; - } - - public function getLoop(buffer:AudioBuffer):Bool - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.loop; - } - #end - - return false; - } - - public function getMuted(buffer:AudioBuffer):Bool - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.muted; - } - #end - - return false; - } - - public function getNetworkState(buffer:AudioBuffer):Int - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.networkState; - } - #end - - return 0; - } - - public function getPaused(buffer:AudioBuffer):Bool - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.paused; - } - #end - - return false; - } - - public function getPlaybackRate(buffer:AudioBuffer):Float - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.playbackRate; - } - #end - - return 1; - } - - public function getPlayed(buffer:AudioBuffer):Dynamic /*TimeRanges*/ - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.played; - } - #end - - return null; - } - - public function getPreload(buffer:AudioBuffer):String - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.preload; - } - #end - - return null; - } - - public function getReadyState(buffer:AudioBuffer):Int - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.readyState; - } - #end - - return 0; - } - - public function getSeekable(buffer:AudioBuffer):Dynamic /*TimeRanges*/ - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.seekable; - } - #end - - return null; - } - - public function getSeeking(buffer:AudioBuffer):Bool - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.seeking; - } - #end - - return false; - } - - public function getSrc(buffer:AudioBuffer):String - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.src; - } - #end - - return null; - } - - public function getStartTime(buffer:AudioBuffer):Float - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.playbackRate; - } - #end - - return 0; - } - - public function getVolume(buffer:AudioBuffer):Float - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - return buffer.__srcAudio.volume; - } - #end - - return 1; - } - - public function load(buffer:AudioBuffer):Void - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - buffer.__srcAudio.load(); - } - #end - } - - public function pause(buffer:AudioBuffer):Void - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - buffer.__srcAudio.pause(); - } - #end - } - - public function play(buffer:AudioBuffer):Void - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - buffer.__srcAudio.play(); - } - #end - } - - public function setAutoplay(buffer:AudioBuffer, value:Bool):Void - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - buffer.__srcAudio.autoplay = value; - } - #end - } - - public function setCurrentTime(buffer:AudioBuffer, value:Float):Void - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - buffer.__srcAudio.currentTime = value; - } - #end - } - - public function setDefaultPlaybackRate(buffer:AudioBuffer, value:Float):Void - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - buffer.__srcAudio.defaultPlaybackRate = value; - } - #end - } - - public function setLoop(buffer:AudioBuffer, value:Bool):Void - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - buffer.__srcAudio.loop = value; - } - #end - } - - public function setMuted(buffer:AudioBuffer, value:Bool):Void - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - buffer.__srcAudio.muted = value; - } - #end - } - - public function setPlaybackRate(buffer:AudioBuffer, value:Float):Void - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - buffer.__srcAudio.playbackRate = value; - } - #end - } - - public function setPreload(buffer:AudioBuffer, value:String):Void - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - buffer.__srcAudio.preload = value; - } - #end - } - - public function setSrc(buffer:AudioBuffer, value:String):Void - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - buffer.__srcAudio.src = value; - } - #end - } - - public function setVolume(buffer:AudioBuffer, value:Float):Void - { - #if (js && html5) - if (buffer.__srcAudio != null) - { - buffer.__srcAudio.volume = value; - } - #end - } -} -#end diff --git a/src/lime/media/WebAudioContext.hx b/src/lime/media/WebAudioContext.hx index 89dac24a39..d0215203fa 100644 --- a/src/lime/media/WebAudioContext.hx +++ b/src/lime/media/WebAudioContext.hx @@ -20,6 +20,16 @@ class WebAudioContext } #end + public function suspend():Dynamic /*Promise*/ + { + return null; + } + + public function close():Dynamic /*Promise*/ + { + return null; + } + public function createAnalyser():Dynamic /*AnalyserNode*/ { return null; diff --git a/src/lime/media/decoders/FLACDecoder.hx b/src/lime/media/decoders/FLACDecoder.hx new file mode 100644 index 0000000000..edd8cc8df0 --- /dev/null +++ b/src/lime/media/decoders/FLACDecoder.hx @@ -0,0 +1,155 @@ +package lime.media.decoders; + +#if (!lime_doc_gen || lime_drlibs) +import haxe.Int64; +import haxe.io.Bytes; +import lime.utils.ArrayBuffer; +import lime.media.AudioDecoder; + +#if (lime_cffi && lime_drlibs) +import lime._internal.backend.native.NativeCFFI; + +@:access(lime._internal.backend.native.NativeCFFI) +#end +#if hl +@:keep +#end +#if !lime_debug +@:fileXml('tags="haxe,release"') +@:noDebug +#end + +/** + +**/ +class FLACDecoder extends AudioDecoder +{ + public static function fromBytes(bytes:Bytes):FLACDecoder + { + #if (lime_cffi && lime_drlibs) + var handle = NativeCFFI.lime_drlibs_flac_from_bytes(bytes); + if (handle == null) return null; + + var decoder = new FLACDecoder(handle); + decoder.bytes = bytes; + return decoder; + #else + return null; + #end + } + + public static function fromFile(path:String):FLACDecoder + { + #if (lime_cffi && lime_drlibs) + var handle = NativeCFFI.lime_drlibs_flac_from_file(path); + if (handle == null) return null; + + var decoder = new FLACDecoder(handle); + decoder.path = path; + return decoder; + #else + return null; + #end + } + + @:noCompletion private var handle:Dynamic; + + @:noCompletion private function new(handle:Dynamic) + { + super(); + this.handle = handle; + + #if (lime_cffi && lime_drlibs) + if (handle != null) + { + var data = NativeCFFI.lime_drlibs_flac_info(handle); + bitsPerSample = data.bitsPerSample; + channels = data.channels; + sampleRate = data.sampleRate; + } + #end + } + + override function dispose():Void + { + super.dispose(); + #if (lime_cffi && lime_drlibs) + if (handle != null) NativeCFFI.lime_drlibs_flac_close(handle); + #end + handle = null; + } + + override function clone():FLACDecoder + { + #if (lime_cffi && lime_drlibs) + if (path != null) return FLACDecoder.fromFile(path); + else if (bytes != null) return FLACDecoder.fromBytes(bytes); + #end + return null; + } + + override function decode(buffer:ArrayBuffer, pos:Int, len:Int, word:Int):Int + { + #if (lime_cffi && lime_drlibs) + pos = NativeCFFI.lime_drlibs_flac_decode(handle, buffer, pos, len, word); + eof = pos < len; + return pos; + #else + return 0; + #end + } + + override function seek(samples:Int64):Bool + { + #if (lime_cffi && lime_drlibs) + if (NativeCFFI.lime_drlibs_flac_seek(handle, samples.low, samples.high) == 1) + { + eof = false; + return true; + } + #end + return false; + } + + override function rewind():Bool + { + #if (lime_cffi && lime_drlibs) + if (NativeCFFI.lime_drlibs_flac_seek(handle, 0, 0) == 1) + { + eof = false; + return true; + } + #end + return false; + } + + override function tell():Int64 + { + #if (lime_cffi && lime_drlibs) + var data = NativeCFFI.lime_drlibs_flac_tell(handle); + return Int64.make(data.high, data.low); + #else + return Int64.ofInt(0); + #end + } + + override function total():Int64 + { + #if (lime_cffi && lime_drlibs) + var data = NativeCFFI.lime_drlibs_flac_total(handle); + return Int64.make(data.high, data.low); + #else + return Int64.ofInt(0); + #end + } + + override function seekable():Bool + { + #if (lime_cffi && lime_drlibs) + return true; + #else + return false; + #end + } +} +#end \ No newline at end of file diff --git a/src/lime/media/decoders/MP3Decoder.hx b/src/lime/media/decoders/MP3Decoder.hx new file mode 100644 index 0000000000..27c2a941e4 --- /dev/null +++ b/src/lime/media/decoders/MP3Decoder.hx @@ -0,0 +1,156 @@ +package lime.media.decoders; + +#if (!lime_doc_gen || lime_drlibs) +import haxe.Int64; +import haxe.io.Bytes; +import lime.utils.ArrayBuffer; +import lime.media.AudioDecoder; + +#if (lime_cffi && lime_drlibs) +import lime._internal.backend.native.NativeCFFI; + +@:access(lime._internal.backend.native.NativeCFFI) +#end +#if hl +@:keep +#end +#if !lime_debug +@:fileXml('tags="haxe,release"') +@:noDebug +#end + +/** + +**/ +class MP3Decoder extends AudioDecoder +{ + public static function fromBytes(bytes:Bytes):MP3Decoder + { + #if (lime_cffi && lime_drlibs) + var handle = NativeCFFI.lime_drlibs_mp3_from_bytes(bytes); + if (handle == null) return null; + + var decoder = new MP3Decoder(handle); + decoder.bytes = bytes; + return decoder; + #else + return null; + #end + } + + public static function fromFile(path:String):MP3Decoder + { + #if (lime_cffi && lime_drlibs) + var handle = NativeCFFI.lime_drlibs_mp3_from_file(path); + if (handle == null) return null; + + var decoder = new MP3Decoder(handle); + decoder.path = path; + return decoder; + #else + return null; + #end + } + + @:noCompletion private var handle:Dynamic; + + @:noCompletion private function new(handle:Dynamic) + { + super(); + this.handle = handle; + + #if (lime_cffi && lime_drlibs) + if (handle != null) + { + var data = NativeCFFI.lime_drlibs_mp3_info(handle); + bitsPerSample = 16; + channels = data.channels; + sampleRate = data.sampleRate; + } + #end + } + + override function dispose():Void + { + super.dispose(); + #if (lime_cffi && lime_drlibs) + if (handle != null) NativeCFFI.lime_drlibs_mp3_uninit(handle); + #end + handle = null; + } + + override function clone():MP3Decoder + { + #if (lime_cffi && lime_drlibs) + if (path != null) return MP3Decoder.fromFile(path); + else if (bytes != null) return MP3Decoder.fromBytes(bytes); + #end + return null; + } + + override function decode(buffer:ArrayBuffer, pos:Int, len:Int, word:Int):Int + { + #if (lime_cffi && lime_drlibs) + // Can only read as 16 bits per sample internally + pos = NativeCFFI.lime_drlibs_mp3_decode(handle, buffer, pos, len); + eof = pos < len; + return pos; + #else + return 0; + #end + } + + override function seek(samples:Int64):Bool + { + #if (lime_cffi && lime_drlibs) + if (NativeCFFI.lime_drlibs_mp3_seek(handle, samples.low, samples.high) == 1) + { + eof = false; + return true; + } + #end + return false; + } + + override function rewind():Bool + { + #if (lime_cffi && lime_drlibs) + if (NativeCFFI.lime_drlibs_mp3_seek(handle, 0, 0) == 1) + { + eof = false; + return true; + } + #end + return false; + } + + override function tell():Int64 + { + #if (lime_cffi && lime_drlibs) + var data = NativeCFFI.lime_drlibs_mp3_tell(handle); + return Int64.make(data.high, data.low); + #else + return Int64.ofInt(0); + #end + } + + override function total():Int64 + { + #if (lime_cffi && lime_drlibs) + var data = NativeCFFI.lime_drlibs_mp3_total(handle); + return Int64.make(data.high, data.low); + #else + return Int64.ofInt(0); + #end + } + + override function seekable():Bool + { + #if (lime_cffi && lime_drlibs) + return true; + #else + return false; + #end + } +} +#end \ No newline at end of file diff --git a/src/lime/media/decoders/OpusDecoder.hx b/src/lime/media/decoders/OpusDecoder.hx new file mode 100644 index 0000000000..c8595a2a41 --- /dev/null +++ b/src/lime/media/decoders/OpusDecoder.hx @@ -0,0 +1,155 @@ +package lime.media.decoders; + +#if (!lime_doc_gen || lime_opus) +import haxe.Int64; +import haxe.io.Bytes; +import lime.utils.ArrayBuffer; +import lime.media.AudioDecoder; + +#if (lime_cffi && lime_opus) +import lime._internal.backend.native.NativeCFFI; + +@:access(lime._internal.backend.native.NativeCFFI) +#end +#if hl +@:keep +#end +#if !lime_debug +@:fileXml('tags="haxe,release"') +@:noDebug +#end + +/** + +**/ +class OpusDecoder extends AudioDecoder +{ + public static function fromBytes(bytes:Bytes):OpusDecoder + { + #if (lime_cffi && lime_opus) + var handle = NativeCFFI.lime_opus_file_from_bytes(bytes); + if (handle == null) return null; + + var decoder = new OpusDecoder(handle); + decoder.bytes = bytes; + return decoder; + #else + return null; + #end + } + + public static function fromFile(path:String):OpusDecoder + { + #if (lime_cffi && lime_opus) + var handle = NativeCFFI.lime_opus_file_from_file(path); + if (handle == null) return null; + + var decoder = new OpusDecoder(handle); + decoder.path = path; + return decoder; + #else + return null; + #end + } + + @:noCompletion private var handle:Dynamic; + + @:noCompletion private function new(handle:Dynamic) + { + super(); + this.handle = handle; + + #if (lime_cffi && lime_opus) + if (handle != null) + { + bitsPerSample = 16; + channels = NativeCFFI.lime_opus_file_channel_count(handle); + sampleRate = 48000; + } + #end + } + + override function dispose():Void + { + super.dispose(); + #if (lime_cffi && lime_opus) + if (handle != null) NativeCFFI.lime_opus_file_free(handle); + #end + handle = null; + } + + override function clone():OpusDecoder + { + #if (lime_cffi && lime_opus) + if (path != null) return OpusDecoder.fromFile(path); + else if (bytes != null) return OpusDecoder.fromBytes(bytes); + #end + return null; + } + + override function decode(buffer:ArrayBuffer, pos:Int, len:Int, word:Int):Int + { + #if (lime_cffi && lime_opus) + // Can only read as 16 bits per sample internally in libopus + pos = NativeCFFI.lime_opus_file_decode(handle, buffer, pos, len); + eof = pos < len; + return pos; + #else + return 0; + #end + } + + override function seek(samples:Int64):Bool + { + #if (lime_cffi && lime_opus) + if (NativeCFFI.lime_opus_file_seek(handle, samples.low, samples.high) == 0) + { + eof = false; + return true; + } + #end + return false; + } + + override function rewind():Bool + { + #if (lime_cffi && lime_opus) + if (NativeCFFI.lime_opus_file_seek(handle, 0, 0) == 0) + { + eof = false; + return true; + } + #end + return false; + } + + override function tell():Int64 + { + #if (lime_cffi && lime_opus) + var data = NativeCFFI.lime_opus_file_tell(handle); + return Int64.make(data.high, data.low); + #else + return Int64.ofInt(0); + #end + } + + override function total():Int64 + { + #if (lime_cffi && lime_opus) + var data = NativeCFFI.lime_opus_file_total(handle); + return Int64.make(data.high, data.low); + #else + return Int64.ofInt(0); + #end + } + + override function seekable():Bool + { + #if (lime_cffi && lime_opus) + return NativeCFFI.lime_opus_file_seekable(handle); + #else + return false; + #end + } +} +#end \ No newline at end of file diff --git a/src/lime/media/decoders/VorbisDecoder.hx b/src/lime/media/decoders/VorbisDecoder.hx new file mode 100644 index 0000000000..e8ef988a73 --- /dev/null +++ b/src/lime/media/decoders/VorbisDecoder.hx @@ -0,0 +1,173 @@ +package lime.media.decoders; + +#if (!lime_doc_gen || lime_vorbis) +import haxe.Int64; +import haxe.io.Bytes; +import lime.utils.ArrayBuffer; +import lime.media.AudioDecoder; + +#if (lime_cffi && lime_vorbis) +import lime._internal.backend.native.NativeCFFI; +import lime.media.vorbis.VorbisFile; + +@:access(lime._internal.backend.native.NativeCFFI) +@:access(lime.media.vorbis.VorbisFile) +#end +#if hl +@:keep +#end +#if !lime_debug +@:fileXml('tags="haxe,release"') +@:noDebug +#end + +/** + +**/ +class VorbisDecoder extends AudioDecoder +{ + public static function fromBytes(bytes:Bytes):VorbisDecoder + { + #if (lime_cffi && lime_vorbis) + var handle = NativeCFFI.lime_vorbis_file_from_bytes(bytes); + if (handle == null) return null; + + var decoder = new VorbisDecoder(handle); + decoder.bytes = bytes; + return decoder; + #else + return null; + #end + } + + public static function fromFile(path:String):VorbisDecoder + { + #if (lime_cffi && lime_vorbis) + var handle = NativeCFFI.lime_vorbis_file_from_file(path); + if (handle == null) return null; + + var decoder = new VorbisDecoder(handle); + decoder.path = path; + return decoder; + #else + return null; + #end + } + + #if (lime_cffi && lime_vorbis) + public static function fromVorbisFile(vorbisFile:VorbisFile) + { + var decoder = new VorbisDecoder(vorbisFile.handle); + return decoder; + } + #else + public static function fromVorbisFile(vorbisFile:Dynamic) + { + return null; + } + #end + + public var version:Int; + + @:noCompletion private var handle:Dynamic; + + @:noCompletion private function new(handle:Dynamic) + { + super(); + this.handle = handle; + + #if (lime_cffi && lime_vorbis) + if (handle != null) + { + var data = NativeCFFI.lime_vorbis_file_info(handle, -1); + bitsPerSample = 16; + channels = data.channels; + sampleRate = data.rate; + version = data.version; + } + #end + } + + override function dispose():Void + { + super.dispose(); + #if (lime_cffi && lime_vorbis) + if (handle != null) NativeCFFI.lime_vorbis_file_clear(handle); + #end + handle = null; + } + + override function clone():VorbisDecoder + { + #if (lime_cffi && lime_vorbis) + if (path != null) return VorbisDecoder.fromFile(path); + else if (bytes != null) return VorbisDecoder.fromBytes(bytes); + #end + return null; + } + + override function decode(buffer:ArrayBuffer, pos:Int, len:Int, word:Int):Int + { + #if (lime_cffi && lime_vorbis) + pos = NativeCFFI.lime_vorbis_file_decode(handle, buffer, pos, len, word); + eof = pos < len; + return pos; + #else + return 0; + #end + } + + override function seek(samples:Int64):Bool + { + #if (lime_cffi && lime_vorbis) + if (NativeCFFI.lime_vorbis_file_pcm_seek(handle, samples.low, samples.high) == 0) + { + eof = false; + return true; + } + #end + return false; + } + + override function rewind():Bool + { + #if (lime_cffi && lime_vorbis) + if (NativeCFFI.lime_vorbis_file_raw_seek(handle, 0, 0) == 0) + { + eof = false; + return true; + } + #end + return false; + } + + override function tell():Int64 + { + #if (lime_cffi && lime_vorbis) + var data = NativeCFFI.lime_vorbis_file_pcm_tell(handle); + return Int64.make(data.high, data.low); + #else + return Int64.ofInt(0); + #end + } + + override function total():Int64 + { + #if (lime_cffi && lime_vorbis) + var data = NativeCFFI.lime_vorbis_file_pcm_total(handle, -1); + return Int64.make(data.high, data.low); + #else + return Int64.ofInt(0); + #end + } + + override function seekable():Bool + { + #if (lime_cffi && lime_vorbis) + return NativeCFFI.lime_vorbis_file_seekable(handle); + #else + return false; + #end + } +} +#end \ No newline at end of file diff --git a/src/lime/media/decoders/WaveDecoder.hx b/src/lime/media/decoders/WaveDecoder.hx new file mode 100644 index 0000000000..788b52a3a4 --- /dev/null +++ b/src/lime/media/decoders/WaveDecoder.hx @@ -0,0 +1,155 @@ +package lime.media.decoders; + +#if (!lime_doc_gen || lime_drlibs) +import haxe.Int64; +import haxe.io.Bytes; +import lime.utils.ArrayBuffer; +import lime.media.AudioDecoder; + +#if (lime_cffi && lime_drlibs) +import lime._internal.backend.native.NativeCFFI; + +@:access(lime._internal.backend.native.NativeCFFI) +#end +#if hl +@:keep +#end +#if !lime_debug +@:fileXml('tags="haxe,release"') +@:noDebug +#end + +/** + +**/ +class WaveDecoder extends AudioDecoder +{ + public static function fromBytes(bytes:Bytes):WaveDecoder + { + #if (lime_cffi && lime_drlibs) + var handle = NativeCFFI.lime_drlibs_wav_from_bytes(bytes); + if (handle == null) return null; + + var decoder = new WaveDecoder(handle); + decoder.bytes = bytes; + return decoder; + #else + return null; + #end + } + + public static function fromFile(path:String):WaveDecoder + { + #if (lime_cffi && lime_drlibs) + var handle = NativeCFFI.lime_drlibs_wav_from_file(path); + if (handle == null) return null; + + var decoder = new WaveDecoder(handle); + decoder.path = path; + return decoder; + #else + return null; + #end + } + + @:noCompletion private var handle:Dynamic; + + @:noCompletion private function new(handle:Dynamic) + { + super(); + this.handle = handle; + + #if (lime_cffi && lime_drlibs) + if (handle != null) + { + var data = NativeCFFI.lime_drlibs_wav_info(handle); + bitsPerSample = data.bitsPerSample; + channels = data.channels; + sampleRate = data.sampleRate; + } + #end + } + + override function dispose():Void + { + super.dispose(); + #if (lime_cffi && lime_drlibs) + if (handle != null) NativeCFFI.lime_drlibs_wav_uninit(handle); + #end + handle = null; + } + + override function clone():WaveDecoder + { + #if (lime_cffi && lime_drlibs) + if (path != null) return WaveDecoder.fromFile(path); + else if (bytes != null) return WaveDecoder.fromBytes(bytes); + #end + return null; + } + + override function decode(buffer:ArrayBuffer, pos:Int, len:Int, word:Int):Int + { + #if (lime_cffi && lime_drlibs) + pos = NativeCFFI.lime_drlibs_wav_decode(handle, buffer, pos, len, word); + eof = pos < len; + return pos; + #else + return 0; + #end + } + + override function seek(samples:Int64):Bool + { + #if (lime_cffi && lime_drlibs) + if (NativeCFFI.lime_drlibs_wav_seek(handle, samples.low, samples.high) == 1) + { + eof = false; + return true; + } + #end + return false; + } + + override function rewind():Bool + { + #if (lime_cffi && lime_drlibs) + if (NativeCFFI.lime_drlibs_wav_seek(handle, 0, 0) == 1) + { + eof = false; + return true; + } + #end + return false; + } + + override function tell():Int64 + { + #if (lime_cffi && lime_drlibs) + var data = NativeCFFI.lime_drlibs_wav_tell(handle); + return Int64.make(data.high, data.low); + #else + return Int64.ofInt(0); + #end + } + + override function total():Int64 + { + #if (lime_cffi && lime_drlibs) + var data = NativeCFFI.lime_drlibs_wav_total(handle); + return Int64.make(data.high, data.low); + #else + return Int64.ofInt(0); + #end + } + + override function seekable():Bool + { + #if (lime_cffi && lime_drlibs) + return true; + #else + return false; + #end + } +} +#end \ No newline at end of file diff --git a/src/lime/media/effects/FilterEffect.hx b/src/lime/media/effects/FilterEffect.hx new file mode 100644 index 0000000000..c2c0255725 --- /dev/null +++ b/src/lime/media/effects/FilterEffect.hx @@ -0,0 +1,218 @@ +package lime.media.effects; + +import lime.media.AudioEffect; +#if lime_openal +import lime.media.openal.AL; +import lime.media.openal.ALFilter; +import lime.media.openal.ALSource; +#elseif (js && html5) +import js.html.audio.BiquadFilterNode; +import js.html.audio.BiquadFilterType; +import lime.media.howlerjs.Howler; +#end + +#if !lime_debug +@:fileXml('tags="haxe,release"') +@:noDebug +#end +/** + An audio playback effect that can represent different kinds of filters, tone control devices, + and graphic equalizers, mainly LOWPASS, HIGHPASS, BANDPASS. + + NOTE: One audio source can only have one FilterEffect. + Only works in web, and native targets, flash doesn't support this. +**/ +class FilterEffect extends AudioEffect +{ + /** + The type of filter used on this biquad filter. + + `LOWPASS`: Standard second-order resonant lowpass filter with 12dB/octave rolloff. + Frequencies below the cutoff pass through; frequencies above it are attenuated. + + `HIGHPASS`: Standard second-order resonant highpass filter with 12dB/octave rolloff. + Frequencies below the cutoff are attenuated; frequencies above it pass through. + + `BANDPASS`: Standard second-order bandpass filter. Frequencies outside the given range of frequencies are attenuated; + the frequencies inside it pass through. + + **/ + public var type(default, set):FilterEffectType; + + /** + A variable representing a frequency in the current filtering algorithm measured, in hz; Ranging from 0 to 24000. + **/ + public var frequency(default, set):Float; + + #if (js && html5) + @:noCompletion private var __biquadFilter:BiquadFilterNode; + #end + + public function new(type:FilterEffectType = LOWPASS, frequency:Float = 1000) + { + super(); + + #if lime_openal + __alFilter = AL.createFilter(); + if (__alFilter != null && __alAux != null) + { + //AL.auxi(__alAux, AL.EFFECTSLOT_EFFECT, __alEffect = AL.createEffect()); + } + #elseif (js && html5) + __biquadFilter = new BiquadFilterNode(untyped Howler.ctx); + __audioNodes.push(__biquadFilter); + #end + + @:bypassAccessor this.type = type; + @:bypassAccessor this.frequency = frequency; + + __update(); + } + + /*#if lime_openal + @:noCompletion private inline function dbToGain(db:Float):Float + { + return Math.pow(10, db / 20); + } + + @:noCompletion private inline function correctCutoff(freq:Float):Float + { + return Math.min(freq * 1.25, 22000); + } + + @:noCompletion private inline function applyDetune(freq:Float, detuneCents:Float):Float + { + return freq * Math.pow(2, detuneCents / 1200); + } + + @:noCompletion private inline function normalizeFreq(freq:Float):Float + { + return Math.min(Math.max(freq / 22050, 0), 1); + } + + @:noCompletion private inline function qToResonance(q:Float):Float + { + return Math.min(Math.max(1 + (q - 0.7) * 0.6, 0.5), 3); + } + #end*/ + + @:noCompletion override function __update():Void + { + #if lime_openal + if (__alFilter == null) return; + + // An attempt to try approximate the filtering to match with web. + switch (type) + { + case LOWPASS: + AL.filteri(__alFilter, AL.FILTER_TYPE, AL.FILTER_LOWPASS); + AL.filterf(__alFilter, AL.LOWPASS_GAIN, 1.0 - Math.exp(-64 * frequency / 4000.0)); + AL.filterf(__alFilter, AL.LOWPASS_GAINHF, frequency > 22000.0 ? 1.0 : 1.0 - Math.exp(-2.48 * Math.max(frequency - 200, 0) / 18000.0)); + + case HIGHPASS: + AL.filteri(__alFilter, AL.FILTER_TYPE, AL.FILTER_HIGHPASS); + AL.filterf(__alFilter, AL.HIGHPASS_GAIN, Math.exp(-2.48 * (frequency + 2000.0) / 22000.0)); + AL.filterf(__alFilter, AL.HIGHPASS_GAINLF, Math.exp(-14 * frequency / 20000.0)); + + case BANDPASS: + AL.filteri(__alFilter, AL.FILTER_TYPE, AL.FILTER_BANDPASS); + AL.filterf(__alFilter, AL.BANDPASS_GAIN, Math.pow(Math.sin(frequency / 7639.437268410977/*(24000.0 / Math.PI)*/), 0.01)); + AL.filterf(__alFilter, AL.BANDPASS_GAINHF, frequency / 24000.0); + AL.filterf(__alFilter, AL.BANDPASS_GAINLF, (24000.0 - frequency) / 24000.0); + + /* + case LOWPASS: + AL.filteri(__alFilter, AL.FILTER_TYPE, AL.FILTER_LOWPASS); + AL.filterf(__alFilter, AL.LOWPASS_GAIN, 1); + AL.filterf(__alFilter, AL.LOWPASS_GAINHF, normalizeFreq(freq)); + AL.effecti(__alEffect, AL.EFFECT_TYPE, AL.EFFECT_EQUALIZER); + AL.effectf(__alEffect, AL.EQUALIZER_MID1_GAIN, qToResonance(q)); + AL.effectf(__alEffect, AL.EQUALIZER_MID1_CENTER, freq); + AL.effectf(__alEffect, AL.EQUALIZER_MID1_WIDTH, q); + trace("lowpass", normalizeFreq(freq), qToResonance(q), freq, q); + + case HIGHPASS: + AL.filteri(__alFilter, AL.FILTER_TYPE, AL.FILTER_HIGHPASS); + AL.filterf(__alFilter, AL.HIGHPASS_GAIN, 1); + AL.filterf(__alFilter, AL.HIGHPASS_GAINLF, normalizeFreq(freq)); + AL.effecti(__alEffect, AL.EFFECT_TYPE, AL.EFFECT_EQUALIZER); + AL.effectf(__alEffect, AL.EQUALIZER_MID1_GAIN, qToResonance(q)); + AL.effectf(__alEffect, AL.EQUALIZER_MID1_CENTER, freq); + AL.effectf(__alEffect, AL.EQUALIZER_MID1_WIDTH, q); + trace("highpass", normalizeFreq(freq), qToResonance(q), freq, q); + + case BANDPASS: + AL.effecti(__alEffect, AL.EFFECT_TYPE, AL.EFFECT_NULL); + AL.filteri(__alFilter, AL.FILTER_TYPE, AL.FILTER_BANDPASS); + AL.filterf(__alFilter, AL.BANDPASS_GAIN, 1); + + var bw = freq / q; + AL.filterf(__alFilter, AL.BANDPASS_GAINLF, normalizeFreq(freq - bw * 0.5)); + AL.filterf(__alFilter, AL.BANDPASS_GAINHF, normalizeFreq(freq + bw * 0.5)); + trace("bandpass", freq, bw, normalizeFreq(freq - bw * 0.5), normalizeFreq(freq + bw * 0.5)); + + case LOWSHELF: + AL.filteri(__alFilter, AL.FILTER_TYPE, AL.FILTER_NULL); + AL.effecti(__alEffect, AL.EFFECT_TYPE, AL.EFFECT_EQUALIZER); + AL.effectf(__alEffect, AL.EQUALIZER_LOW_GAIN, dbToGain(gain)); + AL.effectf(__alEffect, AL.EQUALIZER_LOW_CUTOFF, freq); + + case HIGHSHELF: + AL.filteri(__alFilter, AL.FILTER_TYPE, AL.FILTER_NULL); + AL.effecti(__alEffect, AL.EFFECT_TYPE, AL.EFFECT_EQUALIZER); + AL.effectf(__alEffect, AL.EQUALIZER_HIGH_GAIN, dbToGain(gain)); + AL.effectf(__alEffect, AL.EQUALIZER_HIGH_CUTOFF, freq); + + case PEAKING: + AL.filteri(__alFilter, AL.FILTER_TYPE, AL.FILTER_NULL); + AL.effecti(__alEffect, AL.EFFECT_TYPE, AL.EFFECT_EQUALIZER); + AL.effectf(__alEffect, AL.EQUALIZER_MID1_GAIN, dbToGain(gain)); + AL.effectf(__alEffect, AL.EQUALIZER_MID1_CENTER, freq); + AL.effectf(__alEffect, AL.EQUALIZER_MID1_WIDTH, q); + + case NOTCH: + AL.filteri(__alFilter, AL.FILTER_TYPE, AL.FILTER_NULL); + AL.effecti(__alEffect, AL.EFFECT_TYPE, AL.EFFECT_EQUALIZER); + AL.effectf(__alEffect, AL.EQUALIZER_MID1_GAIN, 0.2); + AL.effectf(__alEffect, AL.EQUALIZER_MID1_CENTER, freq); + AL.effectf(__alEffect, AL.EQUALIZER_MID1_WIDTH, q); + */ + } + #elseif (js && html5) + __biquadFilter.type = cast type; + __biquadFilter.frequency.value = frequency; + #end + + super.__update(); + } + + @:noCompletion private inline function set_type(value:FilterEffectType):FilterEffectType + { + if (type == value) return value; + type = value; + + __update(); + return value; + } + + @:noCompletion private inline function set_frequency(value:Float):Float + { + if (frequency == value) return value; + frequency = Math.min(Math.max(value, 0), 24000); + + __update(); + return value; + } +} + +#if (haxe_ver >= 4.0) enum #else @:enum #end abstract FilterEffectType(String) from String to String +{ + var LOWPASS = "lowpass"; + var HIGHPASS = "highpass"; + var BANDPASS = "bandpass"; + //var LOWSHELF = "lowshelf"; + //var HIGHSHELF = "highshelf"; + //var PEAKING = "peaking"; + //var NOTCH = "notch"; + //var ALLPASS = "allpass"; +} diff --git a/src/lime/media/howlerjs/Howl.hx b/src/lime/media/howlerjs/Howl.hx index 60f659f7b0..a92e4f52f0 100644 --- a/src/lime/media/howlerjs/Howl.hx +++ b/src/lime/media/howlerjs/Howl.hx @@ -45,6 +45,7 @@ class Howl * loop(id) -> Returns the sound id's loop value. * loop(loop) -> Sets the loop value for all sounds in this Howl group. * loop(loop, id) -> Sets the loop value of passed sound id. + * loop(loopStart, loopEnd, id) -> Sets the loop time points of passed sound id. * @return Returns self or current loop value. */ public function loop(?loop:Dynamic, ?id:Int):Dynamic @@ -216,6 +217,40 @@ class Howl { return null; } + + /** + * Get/set the panner node's attributes for a sound or group of sounds. This method can optionally take 0, 1 or 2 arguments. + * pannerAttr() -> Returns the group's values. + * pannerAttr(id) -> Returns the sound id's values. + * pannerAttr(o) -> Set's the values of all sounds in this Howl group. + * pannerAttr(o, id) -> Set's the values of passed sound id. + * + * Attributes: + * coneInnerAngle - (360 by default) A parameter for directional audio sources, this is an angle, in degrees, + * inside of which there will be no volume reduction. + * coneOuterAngle - (360 by default) A parameter for directional audio sources, this is an angle, in degrees, + * outside of which the volume will be reduced to a constant value of coneOuterGain. + * coneOuterGain - (0 by default) A parameter for directional audio sources, this is the gain outside of the + * coneOuterAngle. It is a linear value in the range [0, 1]. + * distanceModel - ('inverse' by default) Determines algorithm used to reduce volume as audio moves away from + * listener. Can be linear, inverse or `exponential. + * maxDistance - (10000 by default) The maximum distance between source and listener, after which the volume + * will not be reduced any further. + * refDistance - (1 by default) A reference distance for reducing volume as source moves further from the listener. + * This is simply a variable of the distance model and has a different effect depending on which model + * is used and the scale of your coordinates. Generally, volume will be equal to 1 at this distance. + * rolloffFactor - (1 by default) How quickly the volume reduces as source moves from listener. This is simply a + * variable of the distance model and can be in the range of [0, 1] with linear and [0, ∞] + * with inverse and exponential. + * panningModel - ('HRTF' by default) Determines which spatialization algorithm is used to position audio. + * Can be HRTF or equalpower. + * + * @return Returns self or current panner attributes. + */ + public function pannerAttr(args:PannerAttr, ?id:Int):Howl + { + return this; + } } #else import haxe.Constraints.Function; @@ -235,6 +270,7 @@ extern class Howl @:overload(function(id:Int):Bool {}) @:overload(function(loop:Bool):Howl {}) @:overload(function(loop:Bool, id:Int):Howl {}) + @:overload(function(loopStart:Float, loopEnd:Float, id:Int):Howl {}) public function loop():Bool; public function mute(muted:Bool, ?id:Int):Howl; public function off(event:String, fn:Function, ?id:Int):Howl; @@ -267,12 +303,13 @@ extern class Howl @:overload(function(x:Float, y:Float, z:Float):Howl {}) @:overload(function(x:Float, y:Float, z:Float, id:Int):Howl {}) public function pos():Array; + public function pannerAttr(args:PannerAttr, ?id:Int):Howl; } #end typedef HowlOptions = { - src:Array, + src:Array, ?volume:Float, ?html5:Bool, ?loop:Bool, @@ -295,4 +332,16 @@ typedef HowlOptions = ?onseek:Function, ?onfade:Function } + +typedef PannerAttr = +{ + ?coneInnerAngle:Float, + ?coneOuterAngle:Float, + ?coneOuterGain:Float, + ?distanceModel:String, + ?maxDistance:Float, + ?refDistance:Float, + ?rolloffFactor:Float, + ?panningModel:String +} #end diff --git a/src/lime/media/openal/AL.hx b/src/lime/media/openal/AL.hx index d3ce906b50..7bcd4ab289 100644 --- a/src/lime/media/openal/AL.hx +++ b/src/lime/media/openal/AL.hx @@ -203,7 +203,7 @@ class AL public static inline var EFFECT_VOCAL_MORPHER:Int = 0x0007; public static inline var EFFECT_PITCH_SHIFTER:Int = 0x0008; public static inline var EFFECT_RING_MODULATOR:Int = 0x0009; - public static inline var FFECT_AUTOWAH:Int = 0x000A; + public static inline var EFFECT_AUTOWAH:Int = 0x000A; public static inline var EFFECT_COMPRESSOR:Int = 0x000B; public static inline var EFFECT_EQUALIZER:Int = 0x000C; /* Auxiliary Effect Slot properties. */ @@ -232,20 +232,48 @@ class AL public static inline var FILTER_LOWPASS:Int = 0x0001; public static inline var FILTER_HIGHPASS:Int = 0x0002; public static inline var FILTER_BANDPASS:Int = 0x0003; + /* AL_EXT_float32 */ + public static inline var FORMAT_MONO_FLOAT32:Int = 0x10010; + public static inline var FORMAT_STEREO_FLOAT32:Int = 0x10011; + /* UNKNOWN */ + public static inline var FORMAT_MONO32:Int = 0x1202; + public static inline var FORMAT_STEREO32:Int = 0x1203; + /* AL_EXT_MCFORMATS */ + public static inline var FORMAT_QUAD8:Int = 0x1204; + public static inline var FORMAT_QUAD16:Int = 0x1205; + public static inline var FORMAT_QUAD32:Int = 0x1206; + public static inline var FORMAT_REAR8:Int = 0x1207; + public static inline var FORMAT_REAR16:Int = 0x1208; + public static inline var FORMAT_REAR32:Int = 0x1209; + public static inline var FORMAT_51CHN8:Int = 0x120A; + public static inline var FORMAT_51CHN16:Int = 0x120B; + public static inline var FORMAT_51CHN32:Int = 0x120C; + public static inline var FORMAT_61CHN8:Int = 0x120D; + public static inline var FORMAT_61CHN16:Int = 0x120E; + public static inline var FORMAT_61CHN32:Int = 0x120F; + public static inline var FORMAT_71CHN8:Int = 0x1210; + public static inline var FORMAT_71CHN16:Int = 0x1211; + public static inline var FORMAT_71CHN32:Int = 0x1212; /* AL_SOFT_direct_channels extension */ public static inline var DIRECT_CHANNELS_SOFT:Int = 0x1033; /* AL_SOFT_direct_channels_remix extension */ public static inline var DROP_UNMATCHED_SOFT:Int = 0x0001; public static inline var REMIX_UNMATCHED_SOFT:Int = 0x0002; - - public static inline var STOP_SOURCES_ON_DISCONNECT_SOFT:Int = 0x19AB; - - public static inline var DEVICE_CLOCK_SOFT:Int = 0x1600; - public static inline var DEVICE_LATENCY_SOFT:Int = 0x1601; - public static inline var DEVICE_CLOCK_LATENCY_SOFT:Int = 0x1602; - + /* AL_SOFT_loop_points */ + public static inline var LOOP_POINTS_SOFT:Int = 0x2015; + /* AL_EXT_STEREO_ANGLES */ + public static inline var STEREO_ANGLES:Int = 0x1030; + /* AL_SOFT_source_latency */ + public static inline var SAMPLE_OFFSET_LATENCY_SOFT:Int = 0x1200; public static inline var SEC_OFFSET_LATENCY_SOFT:Int = 0x1201; + /* AL_SOFT_source_spatialize */ + public static inline var SOURCE_SPATIALIZE_SOFT:Int = 0x1214; + public static inline var AUTO_SOFT:Int = 0x0002; + /* ALC_SOFT_device_clock */ + public static inline var SAMPLE_OFFSET_CLOCK_SOFT:Int = 0x1202; public static inline var SEC_OFFSET_CLOCK_SOFT:Int = 0x1203; + /* AL_SOFT_hold_on_disconnect */ + public static inline var STOP_SOURCES_ON_DISCONNECT_SOFT:Int = 0x19AB; public static function removeDirectFilter(source:ALSource) { @@ -447,6 +475,25 @@ class AL #end } + public static function deleteEffect(effect:ALEffect):Void + { + #if (lime_cffi && lime_openal && !macro) + NativeCFFI.lime_al_delete_effect(effect); + #end + } + + public static function deleteFilter(filter:ALFilter):Void { + #if (lime_cffi && lime_openal && !macro) + NativeCFFI.lime_al_delete_filter(filter); + #end + } + + public static function deleteAux(aux:ALAuxiliaryEffectSlot):Void { + #if (lime_cffi && lime_openal && !macro) + NativeCFFI.lime_al_delete_auxiliary_effect_slot(aux); + #end + } + public static function disable(capability:Int):Void { #if (lime_cffi && lime_openal && !macro) @@ -1009,6 +1056,25 @@ class AL #end } + // TODO: getSourcei64vSOFT isn't possible for now, so just make it up as of now + public static function getSourcedvSOFT(source:ALSource, param:Int, count:Int = 1):Array + { + #if (lime_cffi && lime_openal && !macro) + var result = NativeCFFI.lime_al_get_sourcedv_soft(source, param, count); + #if hl + if (result == null) return []; + var _result:Array = []; + for (i in 0...result.length) + _result[i] = result[i]; + return _result; + #else + return result; + #end + #else + return null; + #end + } + public static function getString(param:Int):String { #if (lime_cffi && lime_openal && !macro) @@ -1143,7 +1209,7 @@ class AL #end } - public static function source3i(source:ALSource, param:Int, value1:Dynamic, value2:Int, value3:Int):Void + public static function source3i(source:ALSource, param:Int, value1:Dynamic, value2:Int, value3:Dynamic):Void { #if (lime_cffi && lime_openal && !macro) NativeCFFI.lime_al_source3i(source, param, value1, value2, value3); diff --git a/src/lime/media/openal/ALC.hx b/src/lime/media/openal/ALC.hx index 81fd0d32f3..1ef2742e89 100644 --- a/src/lime/media/openal/ALC.hx +++ b/src/lime/media/openal/ALC.hx @@ -25,14 +25,28 @@ class ALC public static inline var INVALID_ENUM:Int = 0xA003; public static inline var INVALID_VALUE:Int = 0xA004; public static inline var OUT_OF_MEMORY:Int = 0xA005; + public static inline var MAJOR_VERSION:Int = 0x1000; + public static inline var MINOR_VERSION:Int = 0x1001; public static inline var ATTRIBUTES_SIZE:Int = 0x1002; public static inline var ALL_ATTRIBUTES:Int = 0x1003; + /* ALC_ENUMERATION_EXT */ public static inline var DEFAULT_DEVICE_SPECIFIER:Int = 0x1004; public static inline var DEVICE_SPECIFIER:Int = 0x1005; public static inline var EXTENSIONS:Int = 0x1006; - public static inline var ENUMERATE_ALL_EXT:Int = 1; + /* ALC_EXT_CAPTURE */ + public static inline var CAPTURE_DEVICE_SPECIFIER:Int = 0x310; + public static inline var CAPTURE_DEFAULT_DEVICE_SPECIFIER:Int = 0x311; + public static inline var CAPTURE_SAMPLES:Int = 0x312; + /* ALC_ENUMERATE_ALL_EXT */ public static inline var DEFAULT_ALL_DEVICES_SPECIFIER:Int = 0x1012; public static inline var ALL_DEVICES_SPECIFIER:Int = 0x1013; + /* ALC_EXT_disconnect */ + public static inline var CONNECTED:Int = 0x313; + /* ALC_SOFT_device_clock */ + public static inline var DEVICE_CLOCK_SOFT:Int = 0x1600; + public static inline var DEVICE_LATENCY_SOFT:Int = 0x1601; + public static inline var DEVICE_CLOCK_LATENCY_SOFT:Int = 0x1602; + /* ALC_SOFT_system_events */ public static inline var PLAYBACK_DEVICE_SOFT:Int = 0x19D4; public static inline var CAPTURE_DEVICE_SOFT:Int = 0x19D5; public static inline var EVENT_TYPE_DEFAULT_DEVICE_CHANGED_SOFT:Int = 0x19D6; @@ -131,10 +145,10 @@ class ALC } } - public static function getIntegerv(device:ALDevice, param:Int, size:Int):Array + public static function getIntegerv(device:ALDevice, param:Int, count:Int = 1):Array { #if (lime_cffi && lime_openal && !macro) - var result = NativeCFFI.lime_alc_get_integerv(device, param, size); + var result = NativeCFFI.lime_alc_get_integerv(device, param, count); #if hl if (result == null) return []; var _result = []; @@ -159,6 +173,24 @@ class ALC #end } + public static function getStringList(device:ALDevice, param:Int):Array + { + #if (lime_cffi && lime_openal && !macro) + var result = NativeCFFI.lime_alc_get_string_list(device, param); + #if hl + if (result == null) return []; + var _result = []; + for (i in 0...result.length) + _result[i] = CFFI.stringValue(result[i]); + return _result; + #else + return result; + #end + #else + return null; + #end + } + public static function makeContextCurrent(context:ALContext):Bool { #if (lime_cffi && lime_openal && !macro) @@ -261,5 +293,24 @@ class ALC return false; #end } + + // TODO: getInteger64vSOFT isn't possible for now, so just make it up as of now + public static function getDoublevSOFT(device:ALDevice, param:Int, count:Int = 1):Array + { + #if (lime_cffi && lime_openal && !macro) + var result = NativeCFFI.lime_alc_get_doublev_soft(device, param, count); + #if hl + if (result == null) return []; + var _result:Array = []; + for (i in 0...result.length) + _result[i] = result[i]; + return _result; + #else + return result; + #end + #else + return null; + #end + } } #end diff --git a/src/lime/tools/AssetHelper.hx b/src/lime/tools/AssetHelper.hx index 2f9ef857c9..61ef86f066 100644 --- a/src/lime/tools/AssetHelper.hx +++ b/src/lime/tools/AssetHelper.hx @@ -26,11 +26,11 @@ class AssetHelper knownExtensions = [ "jpg" => IMAGE, "jpeg" => IMAGE, "png" => IMAGE, "gif" => IMAGE, "webp" => IMAGE, "bmp" => IMAGE, "tiff" => IMAGE, "jfif" => IMAGE, "otf" => FONT, - "ttf" => FONT, "wav" => SOUND, "wave" => SOUND, "mp3" => MUSIC, "mp2" => MUSIC, "exe" => BINARY, "bin" => BINARY, "so" => BINARY, "pch" => BINARY, - "dll" => BINARY, "zip" => BINARY, "tar" => BINARY, "gz" => BINARY, "fla" => BINARY, "swf" => BINARY, "atf" => BINARY, "psd" => BINARY, - "awd" => BINARY, "txt" => TEXT, "text" => TEXT, "xml" => TEXT, "java" => TEXT, "hx" => TEXT, "cpp" => TEXT, "c" => TEXT, "h" => TEXT, - "cs" => TEXT, "js" => TEXT, "mm" => TEXT, "hxml" => TEXT, "html" => TEXT, "json" => TEXT, "css" => TEXT, "gpe" => TEXT, "pbxproj" => TEXT, - "plist" => TEXT, "properties" => TEXT, "ini" => TEXT, "hxproj" => TEXT, "nmml" => TEXT, "lime" => TEXT, "svg" => TEXT, + "ttf" => FONT, "wav" => SOUND, "wave" => SOUND, "flac" => SOUND, "ogg" => SOUND, "oga" => SOUND, "mp3" => MUSIC, "mp2" => MUSIC, "exe" => BINARY, + "bin" => BINARY, "so" => BINARY, "pch" => BINARY, "dll" => BINARY, "zip" => BINARY, "tar" => BINARY, "gz" => BINARY, "fla" => BINARY, "swf" => BINARY, + "atf" => BINARY, "psd" => BINARY, "awd" => BINARY, "txt" => TEXT, "text" => TEXT, "xml" => TEXT, "java" => TEXT, "hx" => TEXT, "cpp" => TEXT, + "c" => TEXT, "h" => TEXT, "cs" => TEXT, "js" => TEXT, "mm" => TEXT, "hxml" => TEXT, "html" => TEXT, "json" => TEXT, "css" => TEXT, "gpe" => TEXT, + "pbxproj" => TEXT, "plist" => TEXT, "properties" => TEXT, "ini" => TEXT, "hxproj" => TEXT, "nmml" => TEXT, "lime" => TEXT, "svg" => TEXT, ]; } diff --git a/src/lime/utils/ArrayBufferView.hx b/src/lime/utils/ArrayBufferView.hx index 23ece48edb..b78fb36445 100644 --- a/src/lime/utils/ArrayBufferView.hx +++ b/src/lime/utils/ArrayBufferView.hx @@ -488,6 +488,10 @@ abstract TypedArrayType(Int) from Int to Int } // 16 + #if !no_typedarray_inline + #if (haxe_ver >= 4.0) extern #else @:extern #end + inline + #end public static function getInt16(buffer:ArrayBuffer, byteOffset:Int):Int { #if cpp @@ -502,6 +506,10 @@ abstract TypedArrayType(Int) from Int to Int #end } + #if !no_typedarray_inline + #if (haxe_ver >= 4.0) extern #else @:extern #end + inline + #end public static function getInt16_BE(buffer:ArrayBuffer, byteOffset:Int):Int { #if cpp @@ -516,6 +524,10 @@ abstract TypedArrayType(Int) from Int to Int #end } + #if !no_typedarray_inline + #if (haxe_ver >= 4.0) extern #else @:extern #end + inline + #end public static function setInt16(buffer:ArrayBuffer, byteOffset:Int, value:Int) { #if cpp @@ -531,6 +543,10 @@ abstract TypedArrayType(Int) from Int to Int #end } + #if !no_typedarray_inline + #if (haxe_ver >= 4.0) extern #else @:extern #end + inline + #end public static function setInt16_BE(buffer:ArrayBuffer, byteOffset:Int, value:Int) { #if cpp From f29ccd1699761564ef3abd437938e67d1ff12331 Mon Sep 17 00:00:00 2001 From: Ralty <78720179+Raltyro@users.noreply.github.com> Date: Wed, 1 Apr 2026 06:02:59 +0700 Subject: [PATCH 15/15] Fix compiling issues in remove-flash branch --- src/lime/_internal/backend/html5/HTML5AudioSource.hx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/lime/_internal/backend/html5/HTML5AudioSource.hx b/src/lime/_internal/backend/html5/HTML5AudioSource.hx index 0fa751175c..30cac76d03 100644 --- a/src/lime/_internal/backend/html5/HTML5AudioSource.hx +++ b/src/lime/_internal/backend/html5/HTML5AudioSource.hx @@ -227,10 +227,14 @@ class HTML5AudioSource private function loadAudio():Bool { + #if lime_howlerjs if (length != 0) return true; length = howl.duration() * 1000; return length != 0; + #else + return false; + #end } public function pause():Void @@ -402,11 +406,13 @@ class HTML5AudioSource public function getLength():Float { + #if lime_howlerjs if (length == 0) { length = howl.duration() * 1000; if (length == 0) return 0; } + #end if (length <= parent.offset) return 0; return length - parent.offset; @@ -649,6 +655,7 @@ class HTML5AudioSource inline function updateAnalyserAudioNode():Void { + #if lime_howlerjs var previousAnalyserAudioNode = analyserAudioNode; if (howlSound != null && (untyped howlSound._node)) { @@ -692,11 +699,13 @@ class HTML5AudioSource analyserAudioNode.connect(analyser); } } + #end } // Real-time audio effects public function addEffect(index:Int):Void { + #if lime_howlerjs if (audioNode != null) @:privateAccess { @@ -711,6 +720,7 @@ class HTML5AudioSource } lastAudioNode.connect(untyped Howler.masterGain); } + #end } public function updateEffect(index:Int):Void @@ -720,6 +730,7 @@ class HTML5AudioSource public function removeEffect(index:Int):Void { + #if lime_howlerjs if (audioNode != null && lastAudioNode != null) @:privateAccess { @@ -738,5 +749,6 @@ class HTML5AudioSource } lastAudioNode.connect(untyped Howler.masterGain); } + #end } }